@charset "UTF-8";

/*------------------------------------*\
    $HELPERS
    -> Extends, Functions, Mixins, Animations
\*------------------------------------*/

/*------------------------------------*\
    $NORMALIZE
\*------------------------------------*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow: hidden;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1,
h2,
h2,
h3,
h4,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

::selection {
  background: #b7e2ee;
}

::-moz-selection {
  background: #50b9d6;
  color: white;
}

ul,
ol,
dl,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

kbd {
  padding: 2px 4px;
  padding: 0.14286rem 0.28571rem;
  margin: 0 2px;
  margin: 0 0.14286rem;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  background: #f2f2f2;
}

u {
  background: rgba(128, 128, 128, 0.2);
  color: red;
}

form {
  margin: 0;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

button,
input,
textarea {
  -webkit-appearance: none;
}

button[disabled],
input[disabled] {
  cursor: default;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  width: auto;
}

/* Fix Firefox buttons layout problem */

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

/*------------------------------------*\
    $GRID
\*------------------------------------*/

@media only screen and (min-width: 43.75em) {
  .one-whole {
    width: 100%;
  }

  .one-half {
    width: 50%;
  }

  .one-half-indent {
    margin-left: 50%;
  }

  .one-third {
    width: 33.333%;
  }

  .two-thirds {
    width: 66.666%;
  }

  .one-third-indent {
    margin-left: 33.333%;
  }

  .two-thirds-indent {
    margin-left: 66.666%;
  }

  .one-quarter {
    width: 25%;
  }

  .two-quarters {
    width: 50%;
  }

  .three-quarters {
    width: 75%;
  }

  .one-quarter-indent {
    margin-left: 25%;
  }

  .two-quarters-indent {
    margin-left: 50%;
  }

  .three-quarters-indent {
    margin-left: 75%;
  }

  .one-fifth {
    width: 20%;
  }

  .one-fifth-indent {
    margin-left: 20%;
  }

  .two-fifths {
    width: 40%;
  }

  .two-fifths-indent {
    margin-left: 40%;
  }

  .three-fifths {
    width: 60%;
  }

  .three-fifths-indent {
    margin-left: 60%;
  }

  .one-sixth {
    width: 16.666%;
  }

  .five-sixths {
    width: 83.333%;
  }

  /* Spacing between grid elements */

  .one-whole + .gi {
    padding-left: 0;
  }
}

@media only screen and (max-width: 43.74938em) {
  .mobile-one-half {
    width: 50%;
  }

  .mobile-one-whole {
    width: 100%;
  }
}

/*------------------------------------*\
    $BASE
\*------------------------------------*/

/* Tipos */

@font-face {
  font-family: "Open Sans Condensed";
  src: url("../fonts/OpenSans-CondBold-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/OpenSans-CondBold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-CondBold-webfont.woff") format("woff"), url("../fonts/OpenSans-CondBold-webfont.ttf") format("truetype"), url("../fonts/OpenSans-CondBold-webfont.svg#Open Sans Condensed") format("svg");
  /* Legacy iOS */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-regular-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype"), url("../fonts/opensans-regular-webfont.svg#Open Sans") format("svg");
  /* Legacy iOS */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans-bold-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans-bold-webfont.ttf") format("truetype"), url("../fonts/opensans-bold-webfont.svg#Open Sans") format("svg");
  /* Legacy iOS */
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "evisa-icons";
  src: url("../fonts/evisa-icons.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/evisa-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/evisa-icons.woff") format("woff"), url("../fonts/evisa-icons.ttf") format("truetype"), url("../fonts/evisa-icons.svg#evisa-icons") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

/* Global */

html {
  font-size: 87.5%;
  height: 100%;
}

body {
  background: white;
  color: #2f3c48;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 100%;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

.page-wrapper {
  background: white;
}

.is-scroll-down .page-wrapper {
  padding-top: 50px;
}

/* Block Content */

h1,
h2,
h2,
h3,
h4,
h6 {
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #2f3c48;
}

p {
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
  line-height: 1.3;
}

p.lead-text {
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: 400;
}

@media only screen and (min-width: 43.75em) {
  p.lead-text {
    font-size: 18px;
    font-size: 1.28571rem;
  }
}

.mod-text {
  margin: 24px 0 36px;
  margin: 1.71429rem 0 2.57143rem;
}

/* Tabulated content */

td,
th {
  text-align: left;
}

/* Inline Content */

/* LINKS */

a {
  outline: 0 none;
  color: #50b9d6;
  text-decoration: underline;
}

a:hover {
  color: #037c9e;
  outline: none;
  text-decoration: underline;
}

/* Helpers */

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.hidden {
  display: none !important;
}

/*------------------------------------*\
    js-sensor
    -> Relocate html in responsive
\*------------------------------------*/

.js-sensor {
  display: none;
  margin-left: 0px;
}

@media only screen and (min-width: 43.75em) {
  .js-sensor {
    margin-left: 1px;
  }
}

/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/

body {
  overflow-x: hidden;
  max-width: 100%;
}

@media only screen and (min-width: 43.75em) {
  body {
    overflow: auto;
  }
}

.main-content {
  padding: 36px 0;
  padding: 2.57143rem 0;
  background: white;
}

@media only screen and (min-width: 43.75em) {
  .main-content {
    padding: 48px 0;
    padding: 3.42857rem 0;
    background: transparent;
  }

  .main-content > .wrapper {
    padding: 24px;
    padding: 1.71429rem;
  }
}

@media only screen and (min-width: 43.75em) {
  .page-wrapper {
    background: transparent;
  }
}

.wrapper {
  max-width: 1200px;
  max-width: 85.71429rem;
  width: 90%;
  margin: 0 auto;
}

.content-section {
  padding-bottom: 24px;
  padding-bottom: 1.71429rem;
}

/*------------------------------------*\
    $GRIDS
\*------------------------------------*/

/* Grid Container */

.g {
  font-size: 0;
  /* In order to use columns with display: inline-block; and avoid that annoying whitespae bettwen blocks that ruins your grid */
}

.g > * {
  font-size: 14px;
  font-size: 1rem;
  /* You need to reset font-size: 0; from the grid container */
}

.g .g {
  font-size: 0;
}

/* Grid Item */

@media only screen and (min-width: 43.75em) {
  .gi {
    display: inline-block;
    vertical-align: top;
  }
}

/* Sticky footer */

@media only screen and (min-width: 43.75em) {
  html,
  body,
  .page-wrapper {
    height: 100%;
  }

  .global-wrapper {
    min-height: 100%;
    position: relative;
  }
}

/* Inner Pages Header */

.page-head {
  padding-top: 40px;
  padding-top: 2.85714rem;
  background: url(../images/jpg/section-bg-001.jpg) no-repeat center top #2f3c48;
  color: white;
}

.page-head .section-head {
  padding: 6px 12px;
  padding: 0.42857rem 0.85714rem;
  font-size: 18px;
  font-size: 1.28571rem;
  color: white;
  background: #687583;
  background: rgba(104, 117, 131, 0.9);
}

.page-head.success .section-head {
  background: #39aa3e;
  background: rgba(57, 170, 62, 0.8);
}

.page-head.failure .section-head {
  background: #d71b0a;
  background: rgba(215, 27, 10, 0.8);
}

@media only screen and (min-width: 43.75em) {
  .page-head {
    padding-top: 100px;
    padding-top: 7.14286rem;
  }

  .page-head .section-head {
    font-size: 24px;
    font-size: 1.71429rem;
  }
}

.main-content {
  padding: 0;
}

.content-box,
.content-section,
.help-page {
  padding: 6px 12px 12px;
  padding: 0.42857rem 0.85714rem 0.85714rem;
  background: #f3f7fc;
}

.mod-text {
  padding: 12px;
  padding: 0.85714rem;
}

.reader-only {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.test {
  background: rgba(255, 0, 0, 0.5);
  border: 5px solid red;
}

/*------------------------------------*\
    $ICONS
\*------------------------------------*/

.icon,
.doc-is-uploaded:before,
.is-finished-step .step-count:before,
.is-failure-step .step-count:before,
.links-list .list-item:before,
.modal-box:before,
.main-nav .is-active > .nav-item:after,
.masthead:before,
.is-scroll-down .main-nav:before,
.mod-questions .question:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'evisa-icons' !important;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.no-svg svg {
  display: none !important;
}

.ico-add:before,
.ico-plus {
  content: "\e917";
}

.ico-alert:before,
.modal-error:before {
  content: "\e920";
}

.ico-arrow-down:before,
.mod-questions .question:before {
  content: "\e921";
}

.ico-arrow-left:before,
.ico-arrow-prev:before {
  content: "\e900";
}

.ico-arrow-right:before,
.ico-arrow-next:before,
.ico-next-step:before {
  content: "\e901";
}

.ico-arrow-up:before,
.main-nav .is-active > .nav-item:after,
.mod-questions .question.is-active:before {
  content: "\e902";
}

.ico-attach:before,
.ico-attachment:before {
  content: "\e903";
}

.ico-back:before,
.ico-prev-step:before {
  content: "\e904";
}

.ico-calendar:before {
  content: "\e905";
}

.ico-cancel:before,
.is-failure-step .step-count:before,
.ico-close:before {
  content: "\e906";
}

.ico-card:before {
  content: "\e907";
}

.ico-check:before,
.doc-is-uploaded:before,
.is-finished-step .step-count:before,
.modal-success:before {
  content: "\e908";
}

.ico-clock:before,
.modal-timeout:before {
  content: "\e909";
}

.ico-config:before {
  content: "\e90a";
}

.ico-crop:before {
  content: "\e90b";
}

.ico-delete:before {
  content: "\e90c";
}

.ico-doc:before {
  content: "\e90d";
}

.ico-download:before {
  content: "\e90e";
}

.ico-edit:before {
  content: "\e90f";
}

.ico-external-link:before,
.links-list .list-item:before {
  content: "\e910";
}

.ico-file:before,
.docs-list.links-list .list-item:before {
  content: "\e911";
}

.ico-folder:before {
  content: "\e912";
}

.ico-help:before,
.modal-question:before {
  content: "\e925";
}

.ico-info:before,
.modal-info:before {
  content: "\e924";
}

.ico-language:before {
  content: "\e913";
}

.ico-link:before {
  content: "\e914";
}

.ico-lock:before {
  content: "\e915";
}

.ico-logo:before,
.masthead:before,
.is-scroll-down .main-nav:before {
  content: "\e91e";
}


.ico-minus:before {
  content: "\e916";
}

.ico-money:before {
  content: "\e922";
}

.ico-preview:before {
  content: "\e918";
}

.ico-print:before {
  content: "\e919";
}

.ico-reference:before {
  content: "\e923";
}

.ico-save:before {
  content: "\e91a";
}

.ico-switch:before {
  content: "\e91f";
}

.ico-trash:before,
.ico-bin:before {
  content: "\e91b";
}

.ico-upload:before {
  content: "\e91c";
}

.ico-user:before {
  content: "\e91d";
}

/* Form items iconography */

.form-group select,
.form-group .date-field {
  padding-right: 36px;
  padding-right: 2.57143rem;
  background-position: 98%  center;
  /* default, Android, Sf < 6 */
  background-repeat: no-repeat;
  background-position: -webkit-calc(100% - 10px) center;
  /* Sf 6 */
  background-position: right 10px center;
  /* Cr 25+, FF 13+, IE 9+, Op 10.5+ */
}

.form-group select {
  background-image: url("../images/svg/ico-arrow-down.svg");
}

.form-group .date-field {
  background-image: url("../images/svg/ico-calendar.svg");
}

.no-svg select {
  background-image: url("../images/png/ico-arrow-down.png");
}

.no-svg .date-field {
  background-image: url("../images/png/ico-calendar.png");
}

/*------------------------------------*\
    $HEADINGS
\*------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #10150b;
}

h1,
.alpha {
  font-size: 28px;
  font-size: 2rem;
}

h2,
.beta {
  font-size: 24px;
  font-size: 1.71429rem;
}

h3,
.gamma {
  font-size: 20px;
  font-size: 1.42857rem;
}

h4,
.delta {
  font-size: 18px;
  font-size: 1.28571rem;
}

h5,
.epsilon {
  font-size: 16px;
  font-size: 1.14286rem;
}

h6,
.zeta {
  font-size: 14px;
  font-size: 1rem;
}

.giga {
  font-size: 46px;
  font-size: 3.28571rem;
}

.mega {
  font-size: 38px;
  font-size: 2.71429rem;
}

.kilo {
  font-size: 30px;
  font-size: 2.14286rem;
}

.section-head {
  font-size: 24px;
  font-size: 1.71429rem;
  font-weight: 700;
}

.section-head + .info small {
  font-size: 14px;
  font-size: 1rem;
}

.section-header {
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  line-height: 1.25;
}

.section-header + .info {
  margin-bottom: 36px;
  margin-bottom: 2.57143rem;
}

.item-title {
  margin: 0;
}

/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/

.btn,
.btn-link {
  padding: 12px;
  padding: 0.85714rem;
  margin: 0 0 6px;
  margin: 0 0 0.42857rem;
  font-size: 14px;
  font-size: 1rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  border-radius: 0;
  border: 0 none;
  background-color: #687583;
  color: white;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

/* Button */

.btn:hover,
.btn.is-touched,
.btn:active,
.btn-link:hover,
.btn-link.is-touched,
.btn-link:active {
  text-decoration: none;
}

.btn:hover,
.btn-link:hover {
  background-color: #037c9e;
  color: white;
}

.btn.is-touched,
.btn:active,
.btn-link.is-touched,
.btn-link:active {
  background-color: #687583;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  color: white;
}

.btn .icon,
.btn-link .icon {
  margin-left: 6px;
  margin-left: 0.42857rem;
}

.btn .txt,
.btn-link .txt {
  display: inline-block;
  vertical-align: middle;
  overflow: visible;
}

/* Special buttons */

.btn-primary-action {
  font-size: 16px;
  font-size: 1.14286rem;
  background-color: #39aa3e;
}

.btn-primary-action:hover {
  background-color: #7ed321;
}

.btn-primary-action.is-touched,
.btn-primary-action:active {
  background-color: #39aa3e;
}

@media only screen and (min-width: 43.75em) {
  .btn-primary-action {
    font-size: 20px;
    font-size: 1.42857rem;
  }
}

.btn-link.trigger-cancel,
.btn.trigger-cancel,
.btn-primary-action.alternate {
  background-color: #d71b0a;
}

.btn-link.trigger-cancel:hover,
.btn.trigger-cancel:hover,
.btn-primary-action.alternate:hover {
  background-color: #ff4f3f;
}

.btn-link.trigger-cancel.is-touched,
.btn-link.trigger-cancel:active,
.btn.trigger-cancel.is-touched,
.btn.trigger-cancel:active,
.btn-primary-action.alternate.is-touched,
.btn-primary-action.alternate:active {
  background-color: #d71b0a;
}

.form-actions .btn,
.form-actions .btn-link {
  line-height: 1;
  position: relative;
  text-align: left;
  font-size: 16px;
  font-size: 1.14286rem;
}

@media only screen and (min-width: 43.75em) {
  .form-actions .btn,
  .form-actions .btn-link {
    padding: 12px;
    padding: 0.85714rem;
    font-size: 20px;
    font-size: 1.42857rem;
  }
}

.form-actions .btn .txt,
.form-actions .btn-link .txt {
  margin-right: 24px;
  margin-right: 1.71429rem;
  display: inline-block;
  vertical-align: top;
}

.form-actions .btn .icon,
.form-actions .btn-link .icon {
  right: 12px;
  right: 0.85714rem;
  position: absolute;
  font-size: 80%;
  height: 1em;
  top: 50%;
  margin-top: -0.5em;
}

.form-actions .btn.btn-align-left,
.form-actions .btn-link.btn-align-left {
  text-align: right;
}

.form-actions .btn.btn-align-left .txt,
.form-actions .btn-link.btn-align-left .txt {
  margin-left: 24px;
  margin-left: 1.71429rem;
  margin-right: 0;
}

.form-actions .btn.btn-align-left .icon,
.form-actions .btn-link.btn-align-left .icon {
  left: 12px;
  left: 0.85714rem;
  right: auto;
}

.btn-level-1 {
  font-size: 16px;
  font-size: 1.14286rem;
  min-width: 50%;
}

@media only screen and (min-width: 43.75em) {
  .btn-level-1 {
    padding: 12px;
    padding: 0.85714rem;
    min-width: 180px;
    min-width: 12.85714rem;
    font-size: 20px;
    font-size: 1.42857rem;
  }
}

/* Item Actions */

.item-actions .btn {
  font-size: 12px;
  font-size: 0.85714rem;
  padding: 4px 36px 6px 4px;
  padding: 0.28571rem 2.57143rem 0.42857rem 0.28571rem;
  background-color: #9ba1a7;
  position: relative;
  text-align: left;
  margin-right: 4px;
}

@media only screen and (min-width: 43.75em) {
  .item-actions .btn {
    font-size: 13px;
    font-size: 0.92857rem;
  }
}

.item-actions .btn .icon {
  font-size: 14px;
  font-size: 1rem;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -0.5em;
}

.item-actions .btn:hover {
  background-color: #037c9e;
  color: white;
}

.item-actions .btn.is-touched,
.item-actions .btn:active {
  background-color: #687583;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  color: white;
}

.item-actions .btn.btn-primary-action {
  background-color: #39aa3e;
}

.item-actions .btn.btn-primary-action:hover {
  background-color: #7ed321;
}

.item-actions .btn.btn-primary-action.is-touched,
.item-actions .btn.btn-primary-action:active {
  background-color: #39aa3e;
}

/*------------------------------------*\
    $LISTS
\*------------------------------------*/

.list-title {
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
}

.bulleted-list {
  padding: 0 24px 12px;
  padding: 0 1.71429rem 0.85714rem;
  list-style: inside disc;
}

.bulleted-list li {
  margin: 0 0 12px;
  margin: 0 0 0.85714rem;
}

.numbered-list {
  padding: 0 24px 12px;
  padding: 0 1.71429rem 0.85714rem;
  list-style: outside decimal;
}

.alpha-list {
  padding: 0 24px 12px;
  padding: 0 1.71429rem 0.85714rem;
  list-style: outside lower-roman;
  list-style-type: lower-latin;
}

.links-list .list-item {
  padding: 6px 0;
  padding: 0.42857rem 0;
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: 400;
  color: #50b9d6;
}

.links-list .list-item:before {
  font-size: 18px;
  font-size: 1.28571rem;
  margin-right: 6px;
  margin-right: 0.42857rem;
  color: #8d949b;
}

.links-list a {
  text-decoration: none;
}

.links-list a:hover,
.links-list a:active {
  text-decoration: underline;
}

@media only screen and (min-width: 43.75em) {
  .links-list {
    font-size: 0;
  }

  .links-list > * {
    font-size: 14px;
    font-size: 1rem;
  }

  .links-list .list-item {
    padding-right: 12px;
    padding-right: 0.85714rem;
    width: 50%;
    display: inline-block;
  }
}

/*------------------------------------*\
    $TABLES
\*------------------------------------*/

.table-wrapper {
  padding: 24px 0 36px;
  padding: 1.71429rem 0 2.57143rem;
}

.table-wrapper td,
.table-wrapper th {
  font-size: 12px;
  font-size: 0.85714rem;
  padding: 6px 6px;
  padding: 0.42857rem 0.42857rem;
}

.table-wrapper .item-emphasis {
  font-size: 14px;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  text-align: right;
}

.items-table {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  width: 100%;
}

.items-table th {
  font-size: 14px;
  font-size: 1rem;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-weight: 700;
  color: #687583;
  border-bottom: 1px solid #2f3c48;
}

.items-table td.success,
.items-table td.failure {
  font-weight: 700;
}

.items-table td.success .icon,
.items-table td.failure .icon {
  font-size: 1.5em;
}

.items-table td.success {
  color: #39aa3e;
}

.items-table td.failure {
  color: #d71b0a;
}

.items-table td,
.items-table th {
  max-width: 33%;
  min-width: 33%;
  position: relative;
}

.items-table th.status,
.items-table th.item-actions {
  display: none;
}

.items-table thead tr {
  display: table;
  width: 100%;
}

.items-table tbody tr {
  width: 100%;
  display: table;
  position: relative;
  margin-bottom: 4em;
}

.items-table tbody tr:before {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: -4em;
  content: "";
  z-index: 0;
  left: 0;
  background: #e2e6eb;
}

.items-table tbody tr:nth-child(even):before {
  background: white;
}

.items-table td.item-actions,
.items-table td.status {
  display: block;
  position: absolute;
  top: 110%;
  width: auto;
}

.items-table td.status {
  left: 0;
  max-width: 66%;
  font-weight: 700;
}

.items-table td.item-actions {
  right: 0;
  max-width: 33%;
  min-width: 0;
}

@media only screen and (min-width: 43.75em) {
  .table-wrapper td,
  .table-wrapper th {
    font-size: 14px;
    font-size: 1rem;
    padding: 6px 12px;
    padding: 0.42857rem 0.85714rem;
  }

  .table-wrapper .item-emphasis {
    font-size: 16px;
    font-size: 1.14286rem;
  }

  .items-table thead tr,
  .items-table tbody tr {
    position: static;
    display: table-row;
  }

  .items-table th.status,
  .items-table th.item-actions {
    position: static;
    display: table-cell;
  }

  .items-table td.status,
  .items-table td.item-actions {
    position: static;
    display: table-cell;
  }

  .items-table tr:before {
    display: none;
  }

  .items-table th {
    font-size: 14px;
    font-size: 1rem;
    font-family: "Open Sans Condensed", Arial, sans-serif;
    font-weight: 700;
    color: #687583;
    border-bottom: 1px solid #2f3c48;
  }

  .items-table th,
  .items-table td {
    min-width: 20%;
  }

  .items-table tr:nth-child(even) td {
    background: #e2e6eb;
  }

  .items-table td.success,
  .items-table td.failure {
    font-weight: 700;
  }

  .items-table td.success .icon,
  .items-table td.failure .icon {
    font-size: 1.5em;
  }

  .items-table td.success {
    color: #39aa3e;
  }

  .items-table td.failure {
    color: #d71b0a;
  }
}

/*------------------------------------*\
    $FORMS
\*------------------------------------*/

/* -------------------------------------------------------- */

/* Common form elements */

/* -------------------------------------------------------- */

button,
input[type=button] {
  font-family: "Open Sans", Arial, sans-serif;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
.input-field,
select,
.select,
textarea {
  font-size: 14px;
  font-size: 1rem;
  padding: 0 6px;
  padding: 0 0.42857rem;
  height: 36px;
  height: 2.57143rem;
  display: block;
  border-radius: 0;
  width: 100%;
  font-weight: 400;
  font-family: "Open Sans", Arial, sans-serif;
  background-color: #E8EDF3;
  border: 1px solid #C0C8CF;
  color: #2f3c48;
}

input[type="text"]:focus,
input[type="text"] .focus_select .select_label,
input[type="password"]:focus,
input[type="password"] .focus_select .select_label,
input[type="search"]:focus,
input[type="search"] .focus_select .select_label,
input[type="email"]:focus,
input[type="email"] .focus_select .select_label,
input[type="url"]:focus,
input[type="url"] .focus_select .select_label,
input[type="tel"]:focus,
input[type="tel"] .focus_select .select_label,
input[type="number"]:focus,
input[type="number"] .focus_select .select_label,
input[type="date"]:focus,
input[type="date"] .focus_select .select_label,
input[type="month"]:focus,
input[type="month"] .focus_select .select_label,
input[type="week"]:focus,
input[type="week"] .focus_select .select_label,
input[type="time"]:focus,
input[type="time"] .focus_select .select_label,
input[type="datetime"]:focus,
input[type="datetime"] .focus_select .select_label,
input[type="datetime-local"]:focus,
input[type="datetime-local"] .focus_select .select_label,
.input-field:focus,
.input-field .focus_select .select_label,
select:focus,
select .focus_select .select_label,
.select:focus,
.select .focus_select .select_label,
textarea:focus,
textarea .focus_select .select_label {
  background-color: #f3f7fc;
  border: 1px solid #8d949b;
}

label,
.form-label {
  font-size: 15px;
  font-size: 1.07143rem;
  font-weight: 700;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  color: #10150b;
}

.form-label {
  margin-bottom: 6px;
  margin-bottom: 0.42857rem;
  display: block;
  line-height: 1.125;
}

/* Custom forms */

.select {
  position: relative;
}

/* -------------------------------------------------------- */

/* Form layout */

/* -------------------------------------------------------- */

.form-wrapper {
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
}

.form-wrapper .form-group {
  padding: 0 6px;
  padding: 0 0.42857rem;
  vertical-align: top;
}

.form-group {
  margin: 0 0 12px;
  margin: 0 0 0.85714rem;
}

.form-group .form-info {
  margin-top: 6px;
  margin-top: 0.42857rem;
  line-height: 1.3;
}

.form-group .helper {
  font-size: 12px;
  font-size: 0.85714rem;
  display: block;
  color: #435667;
  font-style: italic;
  font-family: Georgia, serif;
}

.form-group .helper-error {
  display: none;
  color: #d71b0a;
}

.btn-box-wrapper {
  text-align: right;
}

/* Checks and Radios */

.check-group-item {
  padding: 6px 24px 6px 0;
  padding: 0.42857rem 1.71429rem 0.42857rem 0;
}

.check-group-item b {
  font-weight: 400;
}

.inline-group .form-label,
.inline-group .check-group {
  display: inline-block;
}

.inline-group .form-label {
  margin-right: 24px;
  margin-right: 1.71429rem;
}

/* Two items on a grouping */

.two-cols-grouping .form-group {
  width: 50%;
  display: inline-block;
}

/* Multi-field inputs */

.form-group .input-group .form-control {
  display: inline-block;
  width: auto;
}

/* Complex inputs */

.form-wrapper {
  padding: 6px;
  padding: 0.42857rem;
}

.form-wrapper .article-head {
  font-size: 16px;
  font-size: 1.14286rem;
  color: #2f3c48;
  font-weight: 400;
  font-family: "Open Sans", Arial, sans-serif;
}

@media only screen and (min-width: 43.75em) {
  .form-wrapper .article-head {
    font-size: 18px;
    font-size: 1.28571rem;
  }
}

.form-wrapper .grouping {
  padding-top: 12px;
  padding-top: 0.85714rem;
  margin: 0 0 12px;
  margin: 0 0 0.85714rem;
  background-color: #cdd4dd;
}

.g .grouping {
  overflow: hidden;
}

.g .grouping .form-group {
  margin-bottom: 0;
}

.form-group .complex-item {
  display: table;
  width: 100%;
}

.form-group .complex-item .input-group {
  display: table-cell;
  vertical-align: top;
}

.form-group .complex-item .input-group .form-control {
  width: 100%;
}

.form-group .complex-item .input-btn-group {
  width: 36px;
  width: 2.57143rem;
  padding-left: 2px;
  padding-left: 0.14286rem;
  padding-top: 24px;
  padding-top: 1.71429rem;
  display: table-cell;
  white-space: nowrap;
}

.form-group .complex-item .item-action-btn {
  height: 36px;
  height: 2.57143rem;
  width: 36px;
  width: 2.57143rem;
  margin-left: 2px;
  margin-left: 0.14286rem;
  text-align: center;
  padding: 0;
}

.form-group .complex-item .icon {
  margin: 0;
}

.form-group .input-group .form-group {
  margin-bottom: 0;
  padding-left: 0;
  vertical-align: top;
}

/* -------------------------------------------------------- */

/* Required fields */

/* -------------------------------------------------------- */

.is-required .form-label:after {
  font-size: 18px;
  font-size: 1.28571rem;
  margin-left: 4px;
  margin-left: 0.28571rem;
  content: '*';
  color: #d71b0a;
  line-height: 0;
  vertical-align: middle;
  font-family: Arial;
}

/* -------------------------------------------------------- */

/* Form validation */

/* -------------------------------------------------------- */

.is-invalid {
  border-color: #d71b0a !important;
  color: #a31306 !important;
}

.is-invalid + .form-info .helper,
.is-invalid ~ .form-info .helper {
  display: none;
}

.is-invalid + .form-info .helper-error,
.is-invalid ~ .form-info .helper-error {
  display: block;
}

.form-error-msg {
  padding: 12px;
  padding: 0.85714rem;
  margin: 12px 6px 24px;
  margin: 0.85714rem 0.42857rem 1.71429rem;
  font-size: 16px;
  font-size: 1.14286rem;
  background-color: #d71b0a;
  -webkit-box-shadow: 2px 2px 4px rgba(47, 60, 72, 0.3);
  box-shadow: 2px 2px 4px rgba(47, 60, 72, 0.3);
  color: white;
}

.form-error-msg ul {
  padding-right: 0;
  list-style-position: outside;
}

.form-error-msg a {
  color: white;
}

.form-error-msg .field-name {
  font-weight: 400;
  font-style: normal;
}

.form-error-msg .msg-head {
  margin: 0 0 12px;
  margin: 0 0 0.85714rem;
  display: block;
}

/* -------------------------------------------------------- */

/* Datepicker */

/* -------------------------------------------------------- */

/* Datepicker header */

.datepicker-title {
  font-size: 20px;
  font-size: 1.42857rem;
  padding: 12px;
  padding: 0.85714rem;
  text-align: center;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.picker--opened .picker__box {
  padding: 36px;
  padding: 2.57143rem;
}

/* Custom checkboxes and radiobuttons */

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-group > .check-group {
  margin-top: 12px;
}

.checkbox,
.switch,
.radio {
  display: none;
}

.check-label,
.check-group b {
  display: inline-block;
  line-height: 24px;
  position: relative;
  padding-left: 30px;
}

.check-label:before,
.check-group b:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 24px;
  width: 24px;
  display: block;
  background: #f3f7fc;
  border: 1px solid #a8adb3;
  -webkit-box-shadow: 0 1px 3px -1px #687583;
  box-shadow: 0 1px 3px -1px #687583;
  border-radius: 2px;
}

.check-label:after,
.check-group b:after {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  top: 3px;
  text-align: center;
  font-size: 2em;
  vertical-align: baseline;
}

.check-label .txt,
.check-group b .txt {
  display: inline-block;
}

.checkbox:checked + .check-label,
.checkbox:checked + b,
.switch:checked + .check-label,
.switch:checked + b,
.radio:checked + .check-label,
.radio:checked + b {
  color: black;
}

.checkbox:checked + .check-label:before,
.checkbox:checked + b:before,
.switch:checked + .check-label:before,
.switch:checked + b:before,
.radio:checked + .check-label:before,
.radio:checked + b:before {
  -webkit-box-shadow: inset 0 1px 2px #687583;
  box-shadow: inset 0 1px 2px #687583;
  color: #39aa3e;
}

.checkbox:checked + .check-label:after,
.checkbox:checked + b:after,
.switch:checked + .check-label:after,
.switch:checked + b:after,
.radio:checked + .check-label:after,
.radio:checked + b:after {
  color: #39aa3e;
}

.checkbox:checked + .check-label:after,
.checkbox:checked + b:after {
  content: "\e908";
  vertical-align: bottom;
  line-height: 0;
  font-family: 'evisa-icons' !important;
  top: 12px;
  font-size: 24px;
  left: 0;
}

.radio + .check-label:before,
.radio + b:before {
  border-radius: 50%;
}

.radio:checked + .check-label:before,
.radio:checked + b:before {
  color: white;
  background-color: #7ed321;
  border-color: #39aa3e;
  -webkit-box-shadow: inset 0 1px 2px #39aa3e;
  box-shadow: inset 0 1px 2px #39aa3e;
}

.radio:checked + .check-label:after,
.radio:checked + b:after {
  background: white;
  border-radius: 50%;
  left: 5px;
  height: 14px;
  width: 14px;
  top: 5px;
}

.ie7 .checkbox,
.ie7 .radio,
.ie7 .switch,
.ie8 .checkbox,
.ie8 .radio,
.ie8 .switch {
  display: inline;
}

.ie7 .check-label,
.ie7 .check-group b,
.ie8 .check-label,
.ie8 .check-group b {
  display: inline;
  padding-left: 0;
}

.ie7 .check-label:before,
.ie7 .check-label:after,
.ie7 .check-group b:before,
.ie7 .check-group b:after,
.ie8 .check-label:before,
.ie8 .check-label:after,
.ie8 .check-group b:before,
.ie8 .check-group b:after {
  display: none;
}

/*------------------------------------*\
    $OVERLAYS
\*------------------------------------*/

/*body*/

.overlay-visible {
  overflow: hidden;
}

.overlay {
  position: fixed;
  background: rgba(255, 255, 255, 0.85);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: none;
}

.overlay.is-visible {
  display: block;
}

.overlay-box,
.modal-box {
  padding: 12px;
  padding: 0.85714rem;
  background: white;
  -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 12%;
  right: 12%;
  bottom: 12%;
  left: 12%;
}

.overlay-box .no-box-shadow,
.modal-box .no-box-shadow {
  border: solid #8d949b;
  border-width: 0 2px 2px 0;
}

.overlay-box .close,
.modal-box .close {
  font-size: 24px;
  font-size: 1.71429rem;
  margin: 6px;
  margin: 0.42857rem;
  width: 36px;
  width: 2.57143rem;
  line-height: 36px;
  line-height: 2.57143rem;
  height: 36px;
  height: 2.57143rem;
  position: absolute;
  top: 0;
  right: 0;
  color: black;
  background: rgba(255, 255, 255, 0.2);
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 50%;
}

.overlay-box .close .icon,
.modal-box .close .icon {
  vertical-align: initial;
}

.overlay-box .close:hover,
.overlay-box .close:active,
.modal-box .close:hover,
.modal-box .close:active {
  color: #50b9d6;
}

.overlay-box .content,
.modal-box .content {
  overflow: auto;
  height: 100%;
  position: relative;
}

/* Attachment preview */

.attachment-preview {
  text-align: center;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 43.75em) {
  .attachment-preview {
    top: 6%;
    left: 6%;
    right: 6%;
    bottom: 6%;
  }
}

.attachment-preview .content {
  bottom: 12px;
  overflow: visible;
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  height: auto;
}

.attachment-preview .close {
  bottom: 20px;
  left: 20px;
  margin-left: 0;
  right: auto;
  top: auto;
  z-index: 2;
}

@media only screen and (min-width: 43.75em) {
  .attachment-preview .close {
    bottom: 100%;
    left: 100%;
    margin-left: -12px;
  }
}

.attachment-preview .attachement-img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: inline-block;
}

.attachment-preview .full-width {
  width: 100%;
}

.attachment-preview .modal-actions {
  bottom: 12px;
  bottom: 0.85714rem;
  right: 12px;
  right: 0.85714rem;
  position: absolute;
}

.browser-notice {
  padding: 24px 0;
  padding: 1.71429rem 0;
  background: #ffd42a;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 999;
}

.browser-notice .main-msg {
  font-size: 28px;
  font-size: 2rem;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-weight: 700;
  color: #10150b;
}

.browser-notice .apologies {
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: 700;
}

.browser-notice a {
  color: #037c9e;
}

.browser-notice a:hover {
  color: #02556c;
}

/*------------------------------------*\
    $ALERT-MESSAGES
\*------------------------------------*/

.overlay .modal-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  max-height: 96%;
  bottom: auto;
  left: 4%;
  right: 4%;
}

.overlay .modal-box .content {
  max-height: 320px;
  max-height: 22.85714rem;
  padding: 12px;
  padding: 0.85714rem;
  margin: 36px 0 80px;
  margin: 2.57143rem 0 5.71429rem;
  overflow-y: auto;
  height: 100%;
}

.overlay .modal-box .modal-head {
  font-size: 24px;
  font-size: 1.71429rem;
  font-weight: 400;
}

.overlay .modal-box .modal-actions {
  padding: 0 12px 12px;
  padding: 0 0.85714rem 0.85714rem;
  height: 70px;
  height: 5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  border: 0 none;
  text-align: right;
}

.overlay .modal-box .modal-actions .btn-level-1 {
  min-width: 0;
}

.modal-error .content:before,
.modal-success .content:before,
.modal-info .content:before,
.modal-timeout .content:before {
  display: none;
}

.modal-error:before,
.modal-error .modal-head,
.modal-question:before,
.modal-question .modal-head,
.modal-timeout:before,
.modal-timeout .modal-head {
  color: #d71b0a;
}

.modal-success:before,
.modal-success .modal-head {
  color: #006600;
}

.modal-info:before,
.modal-info .modal-head {
  color: #50b9d6;
}

.modal-error:before,
.modal-success:before,
.modal-info:before,
.modal-question:before,
.modal-timeout:before {
  font-size: 32px;
  font-size: 2.28571rem;
  line-height: 32px;
  line-height: 2.28571rem;
  width: 32px;
  width: 2.28571rem;
  left: 14px;
  left: 1rem;
  top: 12px;
  top: 0.85714rem;
  position: absolute;
  display: block;
  text-align: center;
}

.modal-success:before {
  font-size: 28px;
  font-size: 2rem;
  height: 32px;
  height: 2.28571rem;
  line-height: 28px;
  line-height: 2rem;
  border: 3px solid;
  border-radius: 50%;
}

@media only screen and (min-width: 43.75em) {
  .overlay .modal-box {
    max-height: 90%;
    left: 20%;
    right: 20%;
  }

  .overlay .modal-box .content {
    padding: 0 24px;
    padding: 0 1.71429rem;
    margin: 36px 0 80px;
    margin: 2.57143rem 0 5.71429rem;
    margin-left: 20%;
    border-left: 1px solid #DEDEDE;
    max-height: 400px;
  }

  .modal-error:before,
  .modal-success:before,
  .modal-info:before,
  .modal-question:before,
  .modal-timeout:before {
    font-size: 48px;
    font-size: 3.42857rem;
    line-height: 48px;
    line-height: 3.42857rem;
    width: 48px;
    width: 3.42857rem;
    left: 48px;
    left: 3.42857rem;
    top: 36px;
    top: 2.57143rem;
  }

  .modal-success:before {
    font-size: 32px;
    font-size: 2.28571rem;
    height: 48px;
    height: 3.42857rem;
    border: 4px solid;
  }
}

/*------------------------------------*\
    $CAPTCHA
\*------------------------------------*/

/*------------------------------------*\
    $PAGINATION
\*------------------------------------*/

/*------------------------------------*\
    $CAPTCHA
\*------------------------------------*/

/* Enregistrement du formulaire Captcha */

.captcha-group {
  padding: 24px 0;
  padding: 1.71429rem 0;
  border-top: 1px solid #E8E9EF;
}

/*------------------------------------*\
    $HEADER
\*------------------------------------*/

.main-header {
  height: 50px;
  height: 3.57143rem;
  background: #10150b;
  color: white;
}

.main-header .masthead {
  padding: 6px 0;
  padding: 0.42857rem 0;
  width: 100%;
}

.main-header .masthead:before {
  height: 49px;
  height: 3.5rem;
  width: 24px;
  width: 1.71429rem;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.2;
  background: white;
  border-bottom: 14px solid #39aa3e;
  border-top: 14px solid #d71b0a;
  left: 0;
  position: absolute;
  top: 0;
  text-align: center;
  color: #ffce31;
}

.main-header .logo {
  width: 85px;
  width: 6.07143rem;
  display: inline-block;
  vertical-align: middle;
}

.main-header .logo a {
  display: block;
}

.main-header .main-title {
  padding: 0 50px 0 30px;
  padding: 0 3.57143rem 0 2.14286rem;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  line-height: 1;
  color: white;
  width: 100%;
  font-family: "Open Sans Condensed", Arial, sans-serif;
}

.main-header .main-title .subtitle {
  font-size: 12px;
  font-size: 0.85714rem;
  text-transform: none;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
}

.main-header .main-title .highlighted {
  font-family: Georgia, serif;
  text-transform: none;
}

.main-header .main-title p {
  margin: 0;
}

.main-header .main-title .not-mobile {
  display: none;
}

.main-header .main-subtitle-desktop {
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
  font-family: "Open Sans Condensed", Arial, sans-serif;
}

.main-header .main-subtitle-desktop .sub {
  font-size: 12.8px;
  font-size: 0.91429rem;
  font-style: normal;
  vertical-align: middle;
}

.main-header .main-subtitle-desktop {
  display: none;
}

.main-header .main-nav {
  z-index: 66;
}

.main-header .main-nav .menu {
  top: 50px;
  top: 3.57143rem;
}

@media only screen and (min-width: 43.75em) {
  .main-header {
    height: 60px;
    height: 4.28571rem;
    height: auto;
    border: 0 none;
  }

  .main-header:after {
    clear: both;
    content: '';
    display: table;
  }

  .main-header .masthead {
    padding: 0;
    position: relative;
    z-index: 1;
    width: 90%;
  }

  .main-header .masthead:after,
  .main-header .masthead:before {
    display: none;
  }

  .main-header .logo {
    padding: 12px 0;
    padding: 0.85714rem 0;
    -webkit-box-shadow: 0 0 10px 10px #10150b inset;
    box-shadow: 0 0 10px 10px #10150b inset;
    float: left;
    display: block;
    border-radius: 50%;
  }

  .main-header .logo.no-boxshadow {
    background: transparent;
  }

  .main-header .logo img,
  .main-header .logo .logo-svg {
    display: block;
    margin: 0 auto;
  }

  .main-header .logo a {
    display: block;
  }

  .main-header .main-title,
  .main-header .main-subtitle {
    padding: 0;
  }

  .main-header .main-title {
    min-height: 68px;
    min-height: 4.85714rem;
    padding: 0 200px 0 0;
    padding: 0 14.28571rem 0 0;
    font-size: 24px;
    font-size: 1.71429rem;
    display: block;
    width: 100%;
    font-weight: 700;
    position: relative;
    line-height: 1;
  }

  .main-header .main-title .not-mobile {
    display: block;
  }

  .main-header .main-title .subtitle .not-mobile {
    display: inline;
  }

  .main-header .main-title .subtitle .not-mobile:before {
    margin-right: 4px;
    margin-right: 0.28571rem;
    content: "-";
  }

  .main-header .main-title .subtitle {
    padding-top: 12px;
    padding-top: 0.85714rem;
    font-size: 18px;
    font-size: 1.28571rem;
    margin: 0;
  }

  .main-header .main-title .highlighted {
    font-family: Georgia, serif;
    text-transform: none;
  }

  .main-header .main-title p {
    margin-bottom: 6px;
    margin-bottom: 0.42857rem;
  }

  /* Fixed header when scrolldown */

  .is-scroll-down {
    padding-top: 60px;
    padding-top: 4.28571rem;
  }

  .is-scroll-down .main-header {
    top: -60px;
    top: -4.28571rem;
    min-height: 0;
    position: fixed !important;
    width: 100%;
    z-index: 999;
    background: #10150b;
    background: rgba(16, 21, 11, 0.8);
  }

  .is-scroll-down .main-header:before {
    height: 9px;
    content: '';
    display: block;
    background: white;
    border-top: 3px solid #d71b0a;
    border-bottom: 3px solid #39aa3e;
  }

  .is-scroll-down .main-title {
    display: none;
  }

  .is-scroll-down .main-nav {
    position: static;
    margin: 0;
    width: 100%;
  }

  .is-scroll-down .main-nav:before {
    font-size: 28px;
    font-size: 4rem;
    color: #3584d1;
    display: block;
    float: left;
    position: static;
  }

  .is-scroll-down .main-nav .menu {
    width: 100%;
  }

  .is-scroll-down .main-nav .nav-list {
    display: inline-block;
  }

  .is-scroll-down .main-nav .lang-box {
    margin: 0;
  }

  .is-scroll-down .main-nav .nav-item:hover,
  .is-scroll-down .main-nav .is-active > .nav-item {
    background: black;
  }

  .is-scroll-down .main-nav .nav-item:hover:after,
  .is-scroll-down .main-nav .is-active > .nav-item:after {
    border-top-color: black;
  }
}

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/

.main-footer {
  background: #1C252C;
  color: white;
  text-align: left;
  position: relative;
}

.main-footer small,
.main-footer .nav-item {
  font-size: 13px;
  font-size: 0.92857rem;
}

.main-footer:before {
  content: "";
  display: block;
  background: white;
  border-top: 2px solid #d71b0a;
  border-bottom: 2px solid #39aa3e;
  height: 6px;
  position: relative;
  top: 1px;
}

.main-footer .menu {
  padding: 12px 0;
  padding: 0.85714rem 0;
  text-align: left;
}

.main-footer .nav-item {
  font-size: 12px;
  font-size: 0.85714rem;
  padding: 6px;
  padding: 0.42857rem;
  color: #f3f7fc;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  float: none;
  display: block;
}

.main-footer .nav-item:hover,
.main-footer .nav-item:active {
  color: white;
}

.main-footer .nav-item:last-child {
  border: 0 none;
}

.main-footer .secondary-footer {
  padding: 12px;
  padding: 0.85714rem;
  background: #10150b;
}

.main-footer .secondary-footer .title {
  font-size: 12px;
  font-size: 0.85714rem;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-weight: bold;
}

.main-footer .secondary-footer .small-copy {
  font-size: 10px;
  font-size: 0.71429rem;
  display: block;
}

.main-footer .not-mobile {
  display: none;
}

@media only screen and (min-width: 43.75em) {
  .main-footer:after {
    display: block;
  }

  .main-footer .logo {
    display: block;
  }

  .main-footer .secondary-footer:after {
    clear: both;
    content: '';
    display: table;
  }

  .main-footer .secondary-footer .title {
    font-size: 16px;
    font-size: 1.14286rem;
    float: left;
  }

  .main-footer .secondary-footer .small-copy {
    font-size: 12px;
    font-size: 0.85714rem;
    float: right;
    margin-left: 5px;
  }

  .main-footer .menu {
    position: relative;
    z-index: 1;
  }

  .main-footer .menu:after {
    clear: both;
    content: '';
    display: table;
  }

  .main-footer .nav-item {
    padding: 6px 12px 6px 0;
    padding: 0.42857rem 0.85714rem 0.42857rem 0;
    margin-right: 12px;
    margin-right: 0.85714rem;
    font-size: 16px;
    font-size: 1.14286rem;
    text-decoration: none;
    float: left;
    display: inline-block;
  }

  .main-footer .not-mobile {
    display: inline-block;
  }
}

/*------------------------------------*\
    $MAIN MENU
\*------------------------------------*/

.main-nav {
  text-align: right;
}

.main-nav .menu {
  font-size: 0;
  -webkit-transition: -webkit-transform linear .4s;
  transition: transform linear .4s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  left: 105%;
  width: 90%;
  top: 0;
  bottom: 0;
  text-align: right;
  position: fixed;
  z-index: 22;
  background: #2f3c48;
  -webkit-box-shadow: -10px 11px 10px rgba(0, 0, 0, 0.4);
  box-shadow: -10px 11px 10px rgba(0, 0, 0, 0.4);
}

.main-nav .menu > * {
  font-size: 14px;
  font-size: 1rem;
}

.main-nav .nav-list-item {
  cursor: pointer;
}

.main-nav .nav-item,
.main-nav .lang-list .list-item {
  padding: 24px 12px 12px;
  padding: 1.71429rem 0.85714rem 0.85714rem;
  font-size: 14px;
  font-size: 1rem;
  text-transform: uppercase;
  -webkit-transition: background linear 0.1s;
  transition: background linear 0.1s;
  display: block;
  color: #8d949b;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #252f39;
}

.main-nav .nav-item:hover,
.main-nav .nav-item:active,
.main-nav .nav-item.is-current,
.main-nav .lang-list .list-item:hover,
.main-nav .lang-list .list-item:active,
.main-nav .lang-list .list-item.is-current {
  color: white;
  background-color: #037c9e;
}

.main-nav .ico-language {
  font-size: 18px;
  font-size: 1.28571rem;
  margin-right: 6px;
  margin-right: 0.42857rem;
}

.main-nav .sub-nav-list {
  display: none;
  background-color: white;
}

.main-nav .sub-nav-list .nav-list-item {
  margin: 0;
}

.main-nav .sub-nav-list .nav-item {
  padding-right: 24px;
  padding-right: 1.71429rem;
  border-color: #a2ebff;
  font-weight: 400;
  color: #037c9e;
}

.main-nav .sub-nav-list .nav-item:hover,
.main-nav .sub-nav-list .nav-item:active,
.main-nav .sub-nav-list .nav-item.is-current {
  color: white;
  background-color: #037c9e;
}

.main-nav .is-active > .nav-item {
  text-align: left;
  padding-right: 36px;
  padding-right: 2.57143rem;
}

.main-nav .is-active > .nav-item:after {
  height: 16px;
  height: 1.14286rem;
  right: 24px;
  right: 1.71429rem;
  font-size: 12px;
  font-size: 0.85714rem;
  display: inline-block;
  position: absolute;
  vertical-align: bottom;
}

.main-nav .is-active .sub-nav-list {
  display: block;
}

/* Menu trigger */

.menu-trigger {
  padding: 6px 12px;
  padding: 0.42857rem 0.85714rem;
  font-size: 11px;
  font-size: 0.78571rem;
  height: 50px;
  height: 3.57143rem;
  width: 64px;
  width: 4.57143rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 23;
  cursor: pointer;
  color: #d6dce3;
  text-align: center;
  text-transform: uppercase;
}

.menu-trigger span {
  margin-top: 8px;
  margin-top: 0.57143rem;
  display: block;
}

.menu-trigger .menu-icon {
  height: 3px;
  height: 0.21429rem;
  width: 25px;
  width: 1.78571rem;
  -webkit-transition: -webkit-transform linear .4s;
  transition: transform linear .4s;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 0;
  background-color: #d6dce3;
}

.menu-trigger .menu-icon:before,
.menu-trigger .menu-icon:after {
  width: 25px;
  width: 1.78571rem;
  height: 3px;
  height: 0.21429rem;
  -webkit-transition: -webkit-transform linear .4s;
  transition: transform linear .4s;
  content: '';
  position: absolute;
  left: 0;
  border-radius: 0;
}

.menu-trigger .menu-icon:before {
  top: -8px;
}

.menu-trigger .menu-icon:after {
  bottom: -8px;
}

.menu-trigger .menu-icon,
.menu-trigger .menu-icon:after,
.menu-trigger .menu-icon:before {
  background-color: #d6dce3;
}

.menu-trigger:hover,
.menu-trigger:active {
  color: white;
}

.menu-trigger:hover .menu-icon,
.menu-trigger:hover .menu-icon:before,
.menu-trigger:hover .menu-icon:after,
.menu-trigger:active .menu-icon,
.menu-trigger:active .menu-icon:before,
.menu-trigger:active .menu-icon:after {
  background-color: white;
}

.menu-is-shown {
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.menu-is-shown .main-nav .menu {
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  overflow-y: auto;
  position: absolute;
}

.menu-is-shown .main-nav .menu .nav-item {
  width: 100%;
}

.menu-is-shown .main-nav .menu .sub-nav-list .nav-list-item {
  margin: 0;
}

.menu-is-shown .menu-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-is-shown .menu-icon:before,
.menu-is-shown .menu-icon:after {
  width: 50%;
}

.menu-is-shown .menu-icon:after {
  -webkit-transform: translateX(-4px) translateY(-4px) rotate(45deg);
  transform: translateX(-4px) translateY(-4px) rotate(45deg);
}

.menu-is-shown .menu-icon:before {
  -webkit-transform: translateX(-4px) translateY(4px) rotate(-45deg);
  transform: translateX(-4px) translateY(4px) rotate(-45deg);
}

@media only screen and (min-width: 43.75em) {
  .main-nav {
    margin-top: 12px;
    margin-top: 0.85714rem;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
  }

  .main-nav .menu-trigger {
    display: none;
  }

  .main-nav .menu {
    margin: 12px 0;
    margin: 0.85714rem 0;
    position: static;
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    z-index: 1;
    background: transparent;
    -webkit-transform: none;
    transform: none;
    display: block;
  }

  .main-nav .nav-list {
    display: none;
    font-size: 0;
  }

  .main-nav .nav-list-item {
    font-weight: 400;
    display: inline-block;
  }

  .main-nav .nav-item {
    padding: 6px 12px;
    padding: 0.42857rem 0.85714rem;
    border: 0 none;
    color: #f3f7fc;
    display: inline-block;
    width: 100%;
    text-transform: none;
    font-weight: 400;
  }

  .main-nav .nav-item:hover,
  .main-nav .nav-item:active,
  .main-nav .nav-item.is-current {
    color: white;
    background-color: #2f3c48;
  }

  .main-nav .lang-list {
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);
    background-color: #d6dce3;
  }

  .main-nav .lang-list .list-item {
    padding: 12px;
    padding: 0.85714rem;
    border-bottom: 1px solid #c7cfd9;
    color: #2f3c48;
    background: white;
    font-weight: 400;
  }

  .main-nav .lang-list .list-item:hover,
  .main-nav .lang-list .list-item:active,
  .main-nav .lang-list .list-item.is-current {
    color: #2f3c48;
    background-color: #baec83;
  }

  .main-nav .is-active {
    position: relative;
  }

  .main-nav .is-active > .nav-item {
    padding-right: 12px;
    padding-right: 0.85714rem;
    background-color: #2f3c48;
    color: white;
    position: relative;
  }

  .main-nav .is-active > .nav-item:after {
    margin-top: -6px;
    margin-top: -0.42857rem;
    left: 16px;
    left: 1.14286rem;
    right: auto;
    content: "";
    border: 16px solid transparent;
    border-top: 16px solid #2f3c48;
    border-bottom: 0 none;
    content: "";
    position: absolute;
    top: 100%;
    z-index: 1;
  }

  .main-nav .is-active .sub-nav-list {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);
    background-color: #d6dce3;
  }

  .main-nav .is-active .sub-nav-list .nav-list-item {
    display: block;
    border: 0 none;
  }

  .main-nav .is-active .sub-nav-list .nav-item {
    padding: 12px;
    padding: 0.85714rem;
    border-bottom: 1px solid #c7cfd9;
    color: #2f3c48;
    background: white;
    text-transform: none;
    text-align: left;
    white-space: nowrap;
  }

  .main-nav .is-active .sub-nav-list .nav-item:hover,
  .main-nav .is-active .sub-nav-list .nav-item:active,
  .main-nav .is-active .sub-nav-list .nav-item.is-current {
    color: #2f3c48;
    background-color: #baec83;
  }

  .main-nav .is-active .sub-nav-list .nav-list-item:last-child .nav-item {
    border: 0px none;
  }

  .main-nav {
    position: static;
    margin: 0;
    width: 100%;
  }

  .main-nav .menu {
    width: 100%;
  }

  .main-nav .nav-list {
    display: inline-block;
  }

  .main-nav .lang-box {
    margin: 0;
  }

  .main-nav .nav-item:hover {
    background: #2f3c48;
  }

  .menu-is-shown {
    position: static;
  }
}

/*------------------------------------*\
    $SECTION NAV
\*------------------------------------*/

.section-nav {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  text-align: center;
}

@media only screen and (min-width: 43.75em) {
  .section-nav {
    text-align: left;
  }
}

.section-nav a {
  padding: 6px 12px;
  padding: 0.42857rem 0.85714rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.section-nav a:hover,
.section-nav a:active {
  color: #037c9e;
}

.top-link {
  margin-top: 24px;
  margin-top: 1.71429rem;
  font-size: 12px;
  font-size: 0.85714rem;
  text-align: right;
  border-bottom: 1px solid #E8E9EF;
}

.top-link a {
  padding: 2px 6px;
  padding: 0.14286rem 0.42857rem;
  margin-bottom: 2px;
  margin-bottom: 0.14286rem;
  background-color: #E8E9EF;
  color: #2f3c48;
  border-radius: 2px 2px 0 0;
  text-decoration: none;
}

.top-link a:hover,
.top-link a:active {
  background-color: #50b9d6;
  color: white;
}

.top-link .icon {
  font-size: 10px;
  font-size: 0.71429rem;
  margin-left: 12px;
  margin-left: 0.85714rem;
}

/*------------------------------------*\
    $STEPS TRACKER
\*------------------------------------*/

.steps-tracker {
  font-size: 0;
  margin: 24px 0;
  margin: 1.71429rem 0;
  padding-bottom: 24px;
  padding-bottom: 1.71429rem;
  border-bottom: 1px solid #50b9d6;
  position: relative;
}

.steps-tracker > * {
  font-size: 14px;
  font-size: 1rem;
}

.steps-tracker:before,
.steps-tracker:after {
  top: 10px;
  top: 0.71429rem;
  height: 12px;
  height: 0.85714rem;
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

.steps-tracker:before {
  background-color: #F1F1F1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

.steps-tracker:after {
  background-color: #66993d;
  width: 0;
}

.steps-tracker .step {
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 1;
}

.steps-tracker .step-count {
  line-height: 32px;
  line-height: 2.28571rem;
  width: 32px;
  width: 2.28571rem;
  margin: 0 auto 12px;
  margin: 0 auto 0.85714rem;
  -webkit-box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px 0px rgba(0, 0, 0, 0.1);
  background: #d6dce3;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  position: relative;
  z-index: 2;
  color: #c6c6c6;
}

.steps-tracker .step-count:after {
  top: 4px;
  top: 0.28571rem;
  right: 4px;
  right: 0.28571rem;
  bottom: 4px;
  bottom: 0.28571rem;
  left: 4px;
  left: 0.28571rem;
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background-color: #EBEBEB;
}

.steps-tracker .step-description {
  font-size: 12px;
  font-size: 0.85714rem;
  margin: 0 auto;
  width: 75%;
  max-width: 100%;
  color: #C6C6C6;
  font-weight: 400;
  text-align: center;
}

.steps-tracker .step-description .step-highlight {
  display: none;
  font-weight: 400;
  text-transform: uppercase;
}

.steps-tracker .step:before,
.steps-tracker .step:after {
  top: 10px;
  top: 0.71429rem;
  height: 12px;
  height: 0.85714rem;
  content: '';
  position: absolute;
  z-index: -1;
}

.steps-tracker .step:before {
  margin-right: 12px;
  margin-right: 0.85714rem;
  left: 0;
  right: 50%;
}

.steps-tracker .step:after {
  margin-left: 12px;
  margin-left: 0.85714rem;
  right: 0;
  left: 50%;
}

.steps-tracker .is-current-step .step-count {
  background-color: #a2ebff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: white;
}

.steps-tracker .is-current-step .step-count:after {
  background-color: #50b9d6;
  -webkit-box-shadow: 0 1px 1px rgba(16, 50, 60, 0.5);
  box-shadow: 0 1px 1px rgba(16, 50, 60, 0.5);
}

.steps-tracker .is-current-step .step-description {
  color: #2f3c48;
}

.steps-tracker .is-current-step:before {
  background-color: #66993d;
  background: -webkit-gradient(linear, right top, left top, from(#a2ebff), to(#66993d));
  background: -webkit-linear-gradient(right, #a2ebff, #66993d);
  background: linear-gradient(to left, #a2ebff, #66993d);
}

.steps-tracker .is-current-step:after {
  background-color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#a2ebff), to(transparent));
  background: -webkit-linear-gradient(left, #a2ebff, transparent);
  background: linear-gradient(to right, #a2ebff, transparent);
}

.steps-tracker .is-finished-step .step-count {
  position: relative;
  overflow: hidden;
  background-color: #66993d;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: white;
  text-indent: -5000em;
}

.steps-tracker .is-finished-step .step-count:before {
  font-size: 10px;
  font-size: 0.71429rem;
  text-indent: 0;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  position: absolute;
}

.steps-tracker .is-finished-step .step-count:after {
  background-color: #006600;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.steps-tracker .is-finished-step .step-description {
  color: #006600;
}

.steps-tracker .is-finished-step:before,
.steps-tracker .is-finished-step:after {
  background-color: #66993d;
}

.steps-tracker .is-failure-step .step-count {
  position: relative;
  overflow: hidden;
  text-indent: -5000em;
  background-color: #d71b0a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: white;
}

.steps-tracker .is-failure-step .step-count:before {
  font-size: 10px;
  font-size: 0.71429rem;
  text-indent: 0;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  position: absolute;
}

.steps-tracker .is-failure-step .step-count:after {
  background-color: #b01608;
  -webkit-box-shadow: 0 1px 1px rgba(16, 50, 60, 0.5);
  box-shadow: 0 1px 1px rgba(16, 50, 60, 0.5);
}

.steps-tracker .is-failure-step .step-description {
  color: #b01608;
}

.steps-tracker .is-failure-step:before {
  background-color: #66993d;
  background: -webkit-gradient(linear, right top, left top, from(#d71b0a), to(#66993d));
  background: -webkit-linear-gradient(right, #d71b0a, #66993d);
  background: linear-gradient(to left, #d71b0a, #66993d);
}

.steps-tracker .is-failure-step:after {
  background-color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#d71b0a), to(transparent));
  background: -webkit-linear-gradient(left, #d71b0a, transparent);
  background: linear-gradient(to right, #d71b0a, transparent);
}

.steps-tracker .step:first-child .step-count,
.steps-tracker .step:first-child .step-description {
  margin-left: 0;
}

.steps-tracker .step:first-child .step-description {
  text-align: left;
}

.steps-tracker .step:first-child:before {
  background: white;
  content: "";
  display: block;
  height: 40px;
  left: 9%;
  position: absolute;
  width: 12%;
  z-index: 0;
}

.steps-tracker .step:first-child:after {
  left: 16px;
  left: 1.14286rem;
  right: 0;
}

.steps-tracker .step.is-finished-step:first-child:after {
  right: 0;
}

.steps-tracker .step:last-child .step-count,
.steps-tracker .step:last-child .step-description {
  margin-right: 0;
}

.steps-tracker .step:last-child .step-description {
  text-align: right;
}

.steps-tracker .step:last-child:before {
  right: 16px;
  right: 1.14286rem;
  left: 0;
}

.steps-tracker .step:last-child:after {
  background: white;
  content: "";
  display: block;
  height: 40px;
  right: 9%;
  left: auto;
  position: absolute;
  width: 12%;
  z-index: 0;
}

.four-steps .step {
  width: 25%;
}

.five-steps .step {
  width: 20%;
}

.home-tracker {
  border: 0 none;
  cursor: pointer;
}

.home-tracker:before {
  background-color: #a2ebff;
}

.home-tracker .step:before,
.home-tracker .step:after {
  display: none;
}

.steps-tracker {
  width: 110%;
  margin-left: -5%;
  display: table;
}

.steps-tracker:before {
  width: auto;
  left: 6%;
  right: 6%;
}

.steps-tracker .step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.steps-tracker .step:first-child {
  padding-left: 4.5%;
}

.steps-tracker .step:last-child {
  padding-right: 4.5%;
}

.steps-tracker.steps-2 .step {
  width: 50%;
}

.steps-tracker.steps-3 .step {
  width: 33.33%;
}

.steps-tracker.steps-4 .step {
  width: 25%;
}

.steps-tracker.steps-5 .step {
  width: 20%;
}

.steps-tracker.steps-6 .step {
  width: 16.66667%;
}

.steps-tracker.steps-7 .step {
  width: 14.28571%;
}

.steps-tracker.steps-8 .step {
  width: 12.5%;
}

@media only screen and (min-width: 43.75em) {
  .steps-tracker:before {
    top: 15px;
    top: 1.07143rem;
    height: 18px;
    height: 1.28571rem;
    border-radius: 10px;
  }

  .steps-tracker .step-count {
    height: 48px;
    height: 3.42857rem;
    line-height: 48px;
    line-height: 3.42857rem;
    width: 48px;
    width: 3.42857rem;
    font-size: 18px;
    font-size: 1.28571rem;
  }

  .steps-tracker .step-count:after {
    top: 5px;
    top: 0.35714rem;
    right: 5px;
    right: 0.35714rem;
    bottom: 5px;
    bottom: 0.35714rem;
    left: 5px;
    left: 0.35714rem;
  }

  .steps-tracker .step-description {
    font-size: 13px;
    font-size: 0.92857rem;
  }

  .steps-tracker .step-description .step-highlight {
    display: block;
  }

  .steps-tracker .step:before,
  .steps-tracker .step:after {
    top: 15px;
    top: 1.07143rem;
    height: 18px;
    height: 1.28571rem;
  }

  .fixed-tracker .steps-tracker-container {
    background: white none repeat scroll 0 0;
    -webkit-box-shadow: 0 10px 20px -20px;
    box-shadow: 0 10px 20px -20px;
    height: 80px;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: -160px;
    width: 100%;
    z-index: 2;
  }

  .fixed-tracker .steps-tracker {
    margin: 20px auto;
    max-width: 1200px;
    width: 90%;
  }

  .fixed-tracker .steps-tracker:before {
    top: 10px;
    top: 0.71429rem;
    height: 12px;
    height: 0.85714rem;
    border-radius: 8px;
  }

  .fixed-tracker .steps-tracker .step-count {
    height: 32px;
    height: 2.28571rem;
    line-height: 32px;
    line-height: 2.28571rem;
    width: 32px;
    width: 2.28571rem;
    font-size: 14px;
    font-size: 1rem;
    margin-bottom: 0;
  }

  .fixed-tracker .steps-tracker .step-count:after {
    top: 4px;
    top: 0.28571rem;
    right: 4px;
    right: 0.28571rem;
    bottom: 4px;
    bottom: 0.28571rem;
    left: 4px;
    left: 0.28571rem;
  }

  .fixed-tracker .steps-tracker .step:first-child:before {
    background: white;
  }

  .fixed-tracker .steps-tracker .step-description {
    font-size: 12px;
    font-size: 0.85714rem;
  }

  .fixed-tracker .steps-tracker .step-description .step-highlight {
    display: none;
  }

  .fixed-tracker .steps-tracker .step:before,
  .fixed-tracker .steps-tracker .step:after {
    top: 10px;
    top: 0.71429rem;
    height: 12px;
    height: 0.85714rem;
  }
}

/*------------------------------------*\
    $HOME
\*------------------------------------*/

.home .main-content {
  position: relative;
  z-index: 1;
  background: transparent;
  text-align: center;
}

.home .section-header {
  font-size: 36px;
  font-size: 2.57143rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.home .highlight {
  font-size: 48px;
  font-size: 3.42857rem;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-weight: 700;
}

.home .primary-section {
  background: transparent;
}

.home .button-slate .btn-primary-action {
  max-width: 248px;
  max-width: 17.71429rem;
  font-size: 20px;
  font-size: 1.42857rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  width: 90%;
  text-align: center;
}

.home .featured-section {
  padding: 24px 12px;
  padding: 1.71429rem 0.85714rem;
  color: #2f3c48;
  text-align: center;
  background: url("../images/png/overlay-bg.png");
  background: rgba(255, 255, 255, 0.64);
}

.home .featured-section .section-header {
  font-size: 24px;
  font-size: 1.71429rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  color: #10150b;
  text-shadow: none;
}

.home .featured-section .featured-item {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  font-size: 20px;
  font-size: 1.42857rem;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-weight: 400;
}

.home .featured-section .media {
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  margin-bottom: 6px;
  margin-bottom: 0.42857rem;
  position: relative;
}

.home .featured-section .icon {
  font-size: 64px;
  font-size: 4.57143rem;
  color: #50b9d6;
}

.home .featured-section .marker {
  font-size: 32px;
  font-size: 2.28571rem;
  height: 42px;
  height: 3rem;
  line-height: 42px;
  line-height: 3rem;
  width: 42px;
  width: 3rem;
  margin-left: 16px;
  margin-left: 1.14286rem;
  background: #39aa3e;
  border-radius: 50%;
  color: white;
  display: block;
  font-style: normal;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.home .global-wrapper {
  position: relative;
}

.bg-container {
  top: 50px;
  top: 3.57143rem;
  background: black;
  -webkit-background-size: cover;
  background-size: cover;
  bottom: 0;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 0;
}

.bg-container img,
.bg-container .bg-item {
  height: 100%;
  left: 0;
  max-width: 99999em;
  min-width: 100%;
  position: absolute;
  top: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  display: none;
}

.bg-container img.showing,
.bg-container img.next-showing,
.bg-container .bg-item.showing,
.bg-container .bg-item.next-showing {
  display: block !important;
}

.bg-container img.showing,
.bg-container .bg-item.showing {
  z-index: 2;
}

.bg-container:after {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

@media only screen and (min-width: 43.75em) {
  .home .main-header,
  .home .main-footer,
  .home .main-content {
    position: relative;
    z-index: 2;
  }

  .home .main-content {
    z-index: 1;
    text-align: left;
  }

  .home .button-slate .btn-primary-action + .btn {
    margin-left: 12px;
    margin-left: 0.85714rem;
  }

  .home .featured-section .section-header {
    font-size: 36px;
    font-size: 2.57143rem;
    text-shadow: none;
  }

  .home .featured-item {
    margin-bottom: 0;
  }
}

/*------------------------------------*\
    $Apply online
\*------------------------------------*/

.mod-apply,
.mod-status {
  position: relative;
  overflow: hidden;
  background-color: #d6dce3;
}

.main-content .mod-apply,
.main-content
.mod-status {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.mod-apply .section-head,
.mod-status .section-head {
  text-transform: uppercase;
}

.mod-apply .article-head,
.mod-status .article-head {
  padding: 0 6px;
  padding: 0 0.42857rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
}

.mod-apply .article-subhead,
.mod-status .article-subhead {
  font-weight: 400;
}

.mod-apply .form-wrapper,
.mod-status .form-wrapper {
  padding: 24px 12px 36px;
  padding: 1.71429rem 0.85714rem 2.57143rem;
  margin: 0;
  border-top: 2px solid white;
}

.mod-apply .form-accept,
.mod-status .form-accept {
  padding-top: 12px;
  padding-top: 0.85714rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  border-top-color: #C4C9D1;
}

.mod-apply .form-actions,
.mod-status .form-actions {
  padding: 6px 6px 0;
  padding: 0.42857rem 0.42857rem 0;
  background: #C4C9D1;
  border-top: 0 none;
}

@media only screen and (min-width: 43.75em) {
  .mod-apply .form-actions,
  .mod-status .form-actions {
    padding: 48px 12px 24px;
    padding: 3.42857rem 0.85714rem 1.71429rem;
  }
}

.mod-apply .form-actions .btn-box-wrapper,
.mod-status .form-actions .btn-box-wrapper {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.mod-apply .form-actions .btn-box-wrapper .gi,
.mod-status .form-actions .btn-box-wrapper .gi {
  font-size: 0;
}

.mod-apply .form-actions .btn-box-wrapper .gi + .gi,
.mod-status .form-actions .btn-box-wrapper .gi + .gi {
  text-align: right;
}

.mod-apply .form-actions .btn,
.mod-status .form-actions .btn {
  width: 48%;
  min-width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}

@media only screen and (min-width: 43.75em) {
  .mod-apply .form-actions .btn,
  .mod-status .form-actions .btn {
    min-width: 200px;
    min-width: 14.28571rem;
    width: auto;
    max-width: 50%;
  }
}

.mod-status {
  background-color: #f3f7fc;
}

.mod-apply .emphasis {
  font-style: normal;
  font-weight: 700;
}

.mod-apply.failure .step-head,
.mod-apply.failure .step-head .highlighted,
.mod-apply.failure .emphasis,
.mod-apply .failure .step-head,
.mod-apply .failure .step-head .highlighted,
.mod-apply .failure .emphasis {
  color: #d71b0a;
}

.mod-apply.success .step-head,
.mod-apply.success .step-head .highlighted,
.mod-apply.success .emphasis,
.mod-apply .success .step-head,
.mod-apply .success .step-head .highlighted,
.mod-apply .success .emphasis {
  color: #006600;
}

.mod-steps .step-head {
  font-size: 16px;
  font-size: 1.14286rem;
  color: #50b9d6;
  font-weight: 400;
}

@media only screen and (min-width: 43.75em) {
  .mod-steps .step-head {
    font-size: 18px;
    font-size: 1.28571rem;
  }
}

.mod-steps .step-head .highlighted {
  color: #037c9e;
}

.mod-steps .btn-box-wrapper {
  margin-top: 24px;
  margin-top: 1.71429rem;
  padding: 24px 0;
  padding: 1.71429rem 0;
  border-top: 1px solid #8d949b;
}

.mod-steps .inner-btn-box {
  padding: 12px 0;
  padding: 0.85714rem 0;
  margin: 0;
  border: 0 none;
  margin-top: 0;
  text-align: right;
}

.step-head,
.step-info,
.info {
  padding: 0 12px;
  padding: 0 0.85714rem;
}

.captcha-group {
  padding: 12px;
  padding: 0.85714rem;
}

.btn-box-wrapper.g {
  font-size: 0;
}

.step-info {
  font-size: 11px;
  font-size: 0.78571rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
}

.step-info p {
  margin-bottom: 0.5em;
}

.required-icon {
  font-size: 16px;
  font-size: 1.14286rem;
  font-style: normal;
  color: #d71b0a;
  line-height: 0;
  vertical-align: middle;
  font-weight: bold;
}

/* Steps animations */

.steps-animate-wrapper {
  position: relative;
}

.step-wrapper {
  -webkit-transition: left linear .6s;
  transition: left linear .6s;
  position: relative;
  left: 120%;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
}

.step-wrapper.is-active-step,
.step-wrapper:only-of-type {
  left: 0;
  position: relative;
}

.step-wrapper.animate-out {
  left: -120%;
  position: absolute;
  top: 0;
}

/*------------------------------------*\
    $RESUME ITEMS
\*------------------------------------*/

/* Apply Info */

.resume-info-group,
.form-wrapper .resume-info-group {
  padding: 24px 0;
  padding: 1.71429rem 0;
}

.resume-info-group,
.apply-info {
  padding: 24px 12px 36px;
  padding: 1.71429rem 0.85714rem 2.57143rem;
  margin: 0;
  border-top: 2px solid white;
  background: #ecf2f9;
}

.apply-info .resume-info-group {
  border: 0 none;
}

.resumed-item {
  font-size: 0;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
}

.resumed-item > * {
  font-size: 14px;
  font-size: 1rem;
}

.resumed-item .item-title,
.resumed-item .item-content,
.resumed-item .item-extra-info {
  padding: 6px;
  padding: 0.42857rem;
  margin: 0;
}

.resumed-item .docs-list {
  margin: 6px;
  margin: 0.42857rem;
}

.resumed-item .item-title,
.resumed-item .item-content {
  line-height: 1.25;
  overflow: hidden;
}

.resumed-item .item-title {
  font-size: 17px;
  font-size: 1.21429rem;
  display: inline-block;
  width: 50%;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  border-bottom: 1px solid #687583;
  font-weight: 700;
  color: #687583;
}

.resumed-item .item-title input {
  font-size: 14px;
  font-size: 1rem;
  padding: 2px 36px 2px 4px;
  padding: 0.14286rem 2.57143rem 0.14286rem 0.28571rem;
  margin-left: -4px;
  margin-left: -0.28571rem;
  margin-right: 24px;
  margin-right: 1.71429rem;
  height: 30px;
  height: 2.14286rem;
  border: 0 none;
  background: #b8c2ce;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.6;
}

.resumed-item .item-title input:focus {
  border-radius: 4px;
  border-radius: 0.28571rem;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4) inset;
  border-color: #10150b;
  color: #2f3c48;
  background-color: white;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-weight: 300;
}

.resumed-item .item-title input + .icon {
  position: absolute;
  right: 1em;
  top: .75em;
}

.resumed-item .item-title:hover input + .icon {
  color: #037c9e;
}

.resumed-item p.item-title {
  width: 100%;
}

.resumed-item .item-content {
  font-size: 15px;
  font-size: 1.07143rem;
  display: inline-block;
  width: 50%;
  border-bottom: 1px solid black;
  text-align: right;
  font-weight: 700;
  color: #2f3c48;
}

.resumed-item .item-content .unit-marker {
  font-size: 80%;
  font-weight: 400;
  font-style: normal;
}

.resumed-item .item-extra-info {
  display: block;
}

.resumed-item .item-requirements-list {
  font-size: 14px;
  font-size: 1rem;
  padding: 6px;
  padding: 0.42857rem;
}

.resumed-item .item-requirements-list li {
  list-style: inside disc;
}

.resumed-item .item-requirements-list li:before {
  content: "";
}

/* Preview Apply Info */

.apply-preview.form-wrapper {
  background-color: #f3f7fc;
}

.apply-preview.form-wrapper .grouping {
  background-color: #dbe7f6;
}

.apply-preview.application-data {
  background: transparent;
}

.apply-preview .gi {
  padding: 0;
}

.apply-preview .resumed-item .item-title {
  font-size: 13px;
  font-size: 0.92857rem;
  font-weight: 400;
  width: 100%;
}

.apply-preview .resumed-item .item-content {
  font-size: 14px;
  font-size: 1rem;
  border: 0 none;
  text-align: left;
  width: 100%;
}

.apply-preview .resumed-item .item-content + .item-extra-info {
  display: inline-block;
  padding-top: 0;
  width: auto;
}

.apply-preview .resumed-item .highlighted {
  text-transform: uppercase;
}

/* Highlighted item */

.resumed-item.highlighted-item {
  padding-bottom: 36px;
  padding-bottom: 2.57143rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  border-bottom: 2px solid #85C2E2;
}

.resumed-item.highlighted-item .item-title,
.resumed-item.highlighted-item .item-content {
  font-size: 14px;
  font-size: 1rem;
  font-weight: 700;
}

.resumed-item.highlighted-item .item-content {
  font-size: 18px;
  font-size: 1.28571rem;
}

/* Resumed Multiple items list: Example: Fee List */

.multiple-item-resume .item-title,
.multiple-item-resume p.item-title,
.multiple-item-resume .item-content,
.multiple-item-resume p.item-content {
  border-bottom: 0 none;
}

.multiple-item-resume .item-extra-info {
  border-top: 1px solid black;
}

/*------------------------------------*\
    $ATTACH DOCS
\*------------------------------------*/

.attach-docs-listing {
  margin: 12px 0;
  margin: 0.85714rem 0;
}

.attach-docs-listing .list-item {
  padding: 12px 12px 12px 40px;
  padding: 0.85714rem 0.85714rem 0.85714rem 2.85714rem;
  margin-bottom: 2px;
  margin-bottom: 0.14286rem;
  font-size: 0;
  position: relative;
  background: #E2E6EB;
  background: rgba(255, 255, 255, 0.3);
}

.attach-docs-listing .list-item > * {
  font-size: 14px;
  font-size: 1rem;
}

.attach-docs-listing .list-item .list-item {
  background: #EAEDF1;
  background: rgba(255, 255, 255, 0.3);
}

.attach-docs-listing .list-item.doc-is-uploaded:before {
  font-size: 18px;
  font-size: 1.28571rem;
  left: 12px;
  left: 0.85714rem;
  top: 18px;
  top: 1.28571rem;
  position: absolute;
  color: #006600;
}

@media only screen and (min-width: 43.75em) {
  .attach-docs-listing .list-item.doc-is-uploaded:before {
    font-size: 24px;
    font-size: 1.71429rem;
  }
}

.attach-docs-listing .resumed-item,
.attach-docs-listing .item-actions {
  display: inline-block;
  width: 50%;
}

.attach-docs-listing .item-title {
  padding-bottom: 0;
  border: 0 none;
  width: 100%;
  position: relative;
}

.attach-docs-listing .item-extra-info {
  padding-top: 0;
}

.attach-docs-listing .item-actions {
  padding: 6px 0;
  padding: 0.42857rem 0;
  vertical-align: top;
}

/*------------------------------------*\
    $VISA PROCESS MODULE
\*------------------------------------*/

.mod-select-your-visa {
  padding: 36px 0 48px;
  padding: 2.57143rem 0 3.42857rem;
}

/*------------------------------------*\
    $VISA PROCESS MODULE
\*------------------------------------*/

.mod-criteria .visa-type-content {
  padding: 12px;
  padding: 0.85714rem;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background-color: #2f3c48;
  color: #f3f7fc;
  position: relative;
}

.mod-criteria .visa-type-content:before {
  background: #f5f5f7 none repeat scroll 0 0;
  border-color: transparent #a3a3a3 #a3a3a3 transparent;
  -webkit-border-image: none;
  border-image: none;
  border-style: solid;
  border-width: 8px;
  -webkit-box-shadow: 3px 4px 2px -2px black;
  box-shadow: 3px 4px 2px -2px black;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.mod-criteria .item-title {
  font-size: 18px;
  font-size: 1.28571rem;
  color: white;
  margin-bottom: .5em;
}

.mod-criteria .item-description {
  font-size: 14px;
  font-size: 1rem;
  height: 4em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.visas-list .visa-type {
  margin: 0 0 24px;
  margin: 0 0 1.71429rem;
}

.visas-list .detailed-info {
  text-align: left;
}

.visas-list .detailed-info .list-head {
  margin-bottom: 6px;
  margin-bottom: 0.42857rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: white;
}

.visas-list .detailed-info ul {
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
}

.visas-list .detailed-info li {
  padding-bottom: 6px;
  padding-bottom: 0.42857rem;
  list-style: inside disc;
}

.visas-list .detailed-info li:before {
  content: "";
}

.visas-list .detailed-info dl {
  font-size: 0;
}

.visas-list .detailed-info dl > * {
  font-size: 14px;
  font-size: 1rem;
}

.visas-list .detailed-info dd,
.visas-list .detailed-info dt {
  display: inline-block;
  width: 50%;
}

.visas-list .detailed-info dd {
  text-align: right;
  font-weight: 700;
}

.visas-list .btn-show-info {
  margin: 12px auto 6px;
  margin: 0.85714rem auto 0.42857rem;
  display: block;
}

.visas-list .detailed-info,
.visas-list .show-less {
  display: none;
}

.visa-is-active .visa-type-content {
  background-color: #10150b;
}

.visa-is-active .visa-type-content:before {
  display: none;
}

.visa-is-active .detailed-info {
  display: block;
}

.visa-is-active .show-less {
  display: inline;
}

.visa-is-active .show-more {
  display: none;
}

@media only screen and (min-width: 43.75em) {
  .mod-criteria .item-title {
    font-size: 24px;
    font-size: 1.71429rem;
  }

  .visas-list {
    margin-top: 24px;
    margin-top: 1.71429rem;
  }
}

/*------------------------------------*\
    $HELP PAGE
\*------------------------------------*/

.help .article-head {
  margin-bottom: 6px;
  margin-bottom: 0.42857rem;
  text-align: center;
}

@media only screen and (min-width: 43.75em) {
  .help .article-head {
    text-align: left;
  }
}

.help .article-head + .info {
  margin-bottom: 18px;
  margin-bottom: 1.28571rem;
  text-align: center;
}

@media only screen and (min-width: 43.75em) {
  .help .article-head + .info {
    text-align: left;
  }
}

.help .article-head + .info small {
  font-size: 12px;
  font-size: 0.85714rem;
}

.help .section-nav {
  margin-bottom: 36px;
  margin-bottom: 2.57143rem;
}

.help .list-item {
  display: block;
  width: 100%;
}

.help .list-item small {
  color: #2f3c48;
}

.help .fees-list .category > .permit-type,
.help .docs-list .category > .permit-type {
  padding: 12px;
  padding: 0.85714rem;
  font-size: 15px;
  font-size: 1.07143rem;
  color: #50b9d6;
}

.help .fees-list .sublist,
.help .docs-list .sublist {
  margin-left: 24px;
  margin-left: 1.71429rem;
}

.help .fees-list .sub-category,
.help .docs-list .sub-category {
  color: #2f3c48;
}

.help .fees-list .doc-item,
.help .docs-list .doc-item {
  padding-left: 24px;
  padding-left: 1.71429rem;
  display: block;
}

.help .fees-list .sub-category {
  padding-left: 6px;
  overflow: hidden;
}

.help .fees-list .sub-category:before {
  display: none;
}

.help .fees-list .sub-category:nth-child(odd) {
  background-color: white;
}

.help .fees-list .permit-type,
.help .fees-list .fee-item {
  display: inline-block;
  float: left;
}

.help .fees-list .permit-type {
  padding-right: 6px;
  padding-right: 0.42857rem;
  width: 66.6%;
}

.help .fees-list .fee-item {
  padding-left: 6px;
  padding-left: 0.42857rem;
  width: 33.3%;
  text-align: right;
  float: right;
}

.help .fees-list .fee {
  display: inline-block;
  margin: 0 6px;
}

.mod-questions {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
}

.mod-questions .questions-list {
  overflow: hidden;
}

.mod-questions .question {
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
  font-size: 15px;
  font-size: 1.07143rem;
  color: #50b9d6;
  font-family: "Open Sans Condensed", Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
}

.mod-questions .question:hover {
  color: #037c9e;
}

.mod-questions .question:before {
  margin-right: 6px;
  margin-right: 0.42857rem;
  font-size: 20px;
  font-size: 1.42857rem;
}

.mod-questions .question.is-active {
  color: #39aa3e;
}

.mod-questions .answer {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  margin-left: 24px;
  margin-left: 1.71429rem;
  display: none;
  color: #2f3c48;
}

.mod-questions .hellip .question:before {
  margin: 0;
  content: '…';
  font-size: inherit;
}

.mod-help-links,
.mod-fees {
  margin-bottom: 36px;
  margin-bottom: 2.57143rem;
}

.mod-questions,
.mod-help-links,
.mod-requested-docs,
.mod-fees,
.mod-info {
  position: relative;
}

@media only screen and (min-width: 43.75em) {
  .mod-questions,
  .mod-help-links,
  .mod-requested-docs,
  .mod-fees,
  .mod-info {
    padding-left: 36px;
    padding-left: 2.57143rem;
  }
}

.mod-questions .article-head .icon,
.mod-help-links .article-head .icon,
.mod-requested-docs .article-head .icon,
.mod-fees .article-head .icon,
.mod-info .article-head .icon {
  margin-right: 6px;
  margin-right: 0.42857rem;
  font-size: 32px;
  font-size: 2.28571rem;
  color: #8d949b;
  display: block;
}

@media only screen and (min-width: 43.75em) {
  .mod-questions .article-head .icon,
  .mod-help-links .article-head .icon,
  .mod-requested-docs .article-head .icon,
  .mod-fees .article-head .icon,
  .mod-info .article-head .icon {
    margin-right: 12px;
    margin-right: 0.85714rem;
    font-size: 32px;
    font-size: 2.28571rem;
    position: absolute;
    left: 0;
  }
}

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/

.contact .form-wrapper {
  padding-top: 24px;
  padding-top: 1.71429rem;
}

.contact .form-wrapper textarea {
  min-height: 6em;
}

/*------------------------------------*\
    $VISA PROCESS MODULE
\*------------------------------------*/

.mod-countries .list-item {
  font-size: 14px;
  font-size: 1rem;
  line-height: 2;
}

.mod-countries .table-wrapper td {
  background: #ebf2fa;
  border-bottom: 1px solid #f3f7fc;
}

.mod-countries .table-wrapper .item-emphasis {
  background: #e3ecf8;
}

@media only screen and (min-width: 43.75em) {
  .mod-countries .list-item {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}

/*------------------------------------*\
    $LANGUAGE SELECTOR
\*------------------------------------*/

.lang-box .nav-item {
  cursor: pointer;
  text-transform: none;
}

.lang-box .lang-name {
  font-style: normal;
}

.lang-box .lang-action {
  font-style: normal;
}

.lang-box .lang-alt-text {
  display: none;
}

.lang-box .lang-list {
  display: none;
  background-color: #1f272f;
  color: #8d949b;
}

.lang-box .lang-list .list-item {
  color: #8d949b;
  border-bottom: 1px solid #2f3c48;
}

.lang-box.is-visible .nav-item {
  text-align: left;
  background-color: #252f39;
  color: white;
}

.lang-box.is-visible .nav-item .lang-name,
.lang-box.is-visible .nav-item .lang-action {
  display: none;
}

.lang-box.is-visible .nav-item .lang-alt-text {
  display: inline;
}

.lang-box.is-visible .lang-list {
  display: block;
}

@media only screen and (min-width: 43.75em) {
  .lang-box {
    text-transform: none;
    display: inline-block;
    position: relative;
  }

  .lang-box .nav-item {
    font-size: 14px;
    font-size: 1rem;
    border-right: 0 none;
  }

  .lang-box .lang-list {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 100%;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);
  }

  .lang-box.is-visible .nav-item {
    background-color: #2f3c48;
    color: white;
    position: relative;
  }

  .lang-box.is-visible .nav-item:after {
    margin-top: -6px;
    margin-top: -0.42857rem;
    right: 16px;
    right: 1.14286rem;
    content: "";
    border: 16px solid transparent;
    border-top: 16px solid #2f3c48;
    border-bottom: 0 none;
    content: "";
    position: absolute;
    top: 100%;
    z-index: 1;
  }

  .lang-box.is-visible .nav-item .lang-name,
  .lang-box.is-visible .nav-item .lang-action {
    display: inline;
  }

  .lang-box.is-visible .nav-item .lang-alt-text {
    display: none;
  }

  .lang-box.is-visible .lang-list .list-item {
    white-space: nowrap;
    text-align: right;
    font-weight: 400;
    color: #2f3c48;
    text-transform: none;
  }

  .lang-box.is-visible .lang-list .lang-action {
    font-weight: 700;
    color: black;
  }

  .is-scroll-down .nav-item .lang-action {
    color: white;
  }
}

/* Payment Box */

.payment-card-box {
  padding: 12px;
  padding: 0.85714rem;
  background-color: #f3f7fc;
  border-radius: 2px;
}

@media only screen and (min-width: 43.75em) {
  .payment-card-box {
    width: 50%;
    margin-right: 50%;
  }
}

.payment-card-box .form-group {
  position: relative;
}

.payment-card-box .form-group .input-field {
  padding-right: 24px;
  padding-right: 1.71429rem;
}

.payment-card-box .form-group .icon {
  font-size: 16px;
  font-size: 1.14286rem;
  margin-right: 10px;
  margin-right: 0.71429rem;
  margin-top: -22px;
  margin-top: -1.57143rem;
  position: absolute;
  right: 0;
  color: #8d949b;
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */

/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */

.picker {
  font-size: 16px;
  font-size: 1.14286rem;
  text-align: left;
  line-height: 1.2;
  color: black;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
 * The picker input element.
 */

.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */

.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */

.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */

/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */

/**
 * Make the holder and frame fullscreen.
 */

.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/**
 * The holder should overlay the entire screen.
 */

.picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}

/**
 * The frame that bounds the box contents of the picker.
 */

.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}

@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}

/**
 * The wrapper sets the stage to vertically align the box contents.
 */

.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}

/**
 * The box contains all the picker contents.
 */

.picker__box {
  background: white;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}

@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid white;
    border-bottom-width: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}

@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}

/**
 * When the picker opens...
 */

.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF)";
  zoom: 1;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}

.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */

/**
 * The picker box.
 */

.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */

.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

/**
 * The month and year labels.
 */

.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */

.picker__select--month,
.picker__select--year {
  display: inline;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}

.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #50b9d6;
}

/**
 * The month navigation buttons.
 */

.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */

.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}

.picker__table td {
  margin: 0;
  padding: 0;
}

.picker__table td,
.picker__table th {
  text-align: center;
}

/**
 * The weekday labels
 */

.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}

/**
 * The days on the calendar
 */

.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
  border-radius: 2px;
}

.picker__day--today {
  position: relative;
  background-color: #ccebf3;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #50b9d6;
  border-left: .5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

.picker__day--outfocus {
  color: #dddddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: white;
  background: #50b9d6;
}

.picker__day--infocus:hover:before,
.picker__day--outfocus:hover:before {
  border-top: 0.5em solid white;
}

.picker__day--highlighted {
  border-color: #50b9d6;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: white;
  background: #50b9d6;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #037c9e;
  border-color: #037c9e;
  font-weight: 700;
  color: white;
}

.picker__day--selected:before,
.picker__day--selected:hover:before,
.picker--focused .picker__day--selected:before {
  border-top: 0.5em solid white;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */

.picker__footer {
  text-align: center;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid white;
  border-radius: 4px;
  background: #d6dce3;
  font-size: .8em;
  padding: .66em 0;
  font-weight: 400;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  margin-left: 4px;
  margin-left: 0.28571rem;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: white;
  background: #50b9d6;
  border-bottom-color: #50b9d6;
}

.picker__button--today:hover:before,
.picker__button--clear:hover:before,
.picker__button--close:hover:before {
  color: white;
  border-top-color: white;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #50b9d6;
  border-color: #037c9e;
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #2ea4c5;
  border-left: .66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #d71b0a;
}

.picker__button--close:before {
  content: "\D7";
  top: -0.33em;
  vertical-align: top;
  font-size: 2em;
  margin-right: .35em;
  color: #10150b;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/*------------------------------------*\
    $JCROP
\*------------------------------------*/

.attachment-preview .content {
  overflow: visible;
}

.attachment-preview .jcrop-holder {
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  background: transparent !important;
}

.attachment-preview .jcrop-holder img {
  height: auto !important;
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
}

/*------------------------------------*\
    $SHAME:
    all the CSS declarations, hacks and
    things we are not proud of.
    Some day they must dissapear from the code.
\*------------------------------------*/

/* Fix for transparent input checks and radios in Samsung3 and GalaxyNote */

input[type="radio"] {
  -webkit-appearance: radio;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
}

input[type="radio"]:before,
input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  background: white;
  z-index: -1;
}

input[type="radio"]:before {
  border-radius: 50%;
}

/* Fix for Chrome yellow background in autocompleted-autofilled fields */

input:-webkit-autofill {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 0 0 500px #fbfcfe inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 0 0 500px #fbfcfe inset;
  -webkit-text-fill-color: #2f3c48;
}

input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 1px 3px -1px black, 0 0 0 500px #fbfcfe inset;
  box-shadow: 0 1px 3px -1px black, 0 0 0 500px #fbfcfe inset;
}

input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5) inset, 0 0 0 500px white inset;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5) inset, 0 0 0 500px white inset;
  -webkit-text-fill-color: #2f3c48;
}

input:-webkit-autofill.is-invalid {
  -webkit-text-fill-color: #d71b0a;
  -webkit-box-shadow: 0 1px 5px rgba(215, 27, 10, 0.5) inset, 0 0 0 500px white inset;
  box-shadow: 0 1px 5px rgba(215, 27, 10, 0.5) inset, 0 0 0 500px white inset;
}

/* Fix for Chrome blue field outline */

textarea,
input,
*:focus {
  outline: none !important;
}

/* Datepicker hacks */

.no-csstransitions .picker,
.ie9 .picker {
  display: none;
  overflow: hidden;
  z-index: -6666;
}

.no-csstransitions .picker .picker__holder,
.ie9 .picker .picker__holder {
  overflow: hidden;
}

.no-csstransitions .picker--opened,
.ie9 .picker--opened {
  display: block;
  z-index: 10000;
}

/* IE selects without Custom BG, sorry */

.ie .form-group select {
  padding-right: 0;
  background-image: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */

  /* IE selects without Custom BG, sorry */

  .form-group select {
    padding-right: 0;
    background-image: none;
  }
}