@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%;
}

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;
  }
}

.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");
}

/*------------------------------------*\
    $TEXTS
\*------------------------------------*/

/*------------------------------------*\
    $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;
}

/*------------------------------------*\
    $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;
}

/*------------------------------------*\
    $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: #3584d1;
}

.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;
    background: #2f3c48;
    -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;
  }
}

/*------------------------------------*\
    $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;
  }
}

/*------------------------------------*\
    $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;
  }
}

/* PRINT Style sheet */

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

html {
  height: auto;
}

body {
  overflow: visible;
  max-width: 100%;
  height: auto;
}

* {
  overflow: visible !important;
}

.apply,
.main-content,
.wrapper,
.mod-apply,
.step-wrapper,
.step-wrapper.is-active-step,
.step-wrapper:only-of-type {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  position: static;
  left: 0;
}

.main-content,
.step-wrapper,
.apply,
.wrapper {
  display: inline;
}

.content-section {
  padding-bottom: 24px;
  padding-bottom: 1.71429rem;
  margin-bottom: 24px;
  margin-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 */

.gi {
  display: inline-block;
  vertical-align: top;
}

/* MAIN PRINT STYLES */

html * {
  position: static !important;
}

body {
  background: none;
  color: black;
  overflow: visible;
}

a {
  color: black;
}

.page-wrapper {
  background: none;
}

.apply,
.wrapper {
  background: none;
}

.main-header .masthead:before,
.main-header .masthead:after,
.main-nav,
.menu,
.steps-tracker-container,
.step-head,
.step-info,
.form-actions,
.apply-info .lead-text,
.form-actions,
.btn,
.btn-box-wrapper,
.main-footer,
.page-head,
.logo-svg,
#header,
#menu-bar,
#sidebar,
h2#postcomment,
form#commentform,
#footer {
  display: none !important;
}

.main-header,
.is-scroll-down .main-header {
  background: none !important;
  color: black;
  display: block;
  text-align: center;
  position: static !important;
}

.main-header:before,
.is-scroll-down .main-header:before {
  display: none;
}

.main-header .main-title,
.is-scroll-down .main-header .main-title {
  color: black;
  display: inline-block;
  padding: 0;
  position: static;
}

.resumed-item {
  display: inline-block;
  vertical-align: top;
  width: 33% !important;
  margin-bottom: 0;
}

.resume-info-group .resumed-item {
  width: 100% !important;
}

.resumed-item.highlighted-item {
  border: 0px none;
  margin: 0;
  padding: 0;
}

.form-wrapper .grouping {
  margin-bottom: 12px;
  margin-top: 12px;
  padding: 0 6px;
  border: 1px solid #ccc;
  background: #f3f7fc !important;
}

.form-wrapper .grouping .resumed-item {
  width: 48% !important;
}

.entry a:after {
  content: " [" attr(href) "] ";
}

h1,
h2,
h3,
h4,
h5 {
  page-break-after: avoid;
}

table,
figure,
.form-wrapper,
.resumed-preview {
  page-break-inside: avoid;
}

section,
article,
.form-wrapper,
.apply-preview {
  page-break-after: avoid;
  page-break-before: avoid;
  page-break-inside: avoid;
  display: inline;
}

.masthead {
  padding-top: 0;
}

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

.main-header {
  height: 96px;
  display: block;
}

.main-header .main-title {
  display: block;
  min-height: 0;
  height: auto;
}

.main-header .main-title .logo {
  display: none;
}

.main-header .main-title .print-logo {
  display: inline !important;
  width: 1.2cm;
}

.global-wrapper {
  margin: 0;
  padding: 0;
}

.mod-apply .article-head {
  border-bottom: 2px solid #687583;
}

.mod-apply .form-wrapper {
  margin-bottom: 12px;
}

.mod-apply .article-head {
  margin-bottom: 12px;
  margin-top: 12px;
}

.resumed-item .item-title {
  border-color: #ccc;
}

.mod-apply .form-wrapper,
.mod-status .form-wrapper,
.resume-info-group,
.apply-info {
  border: 0 none;
  background: none transparent;
}

.resume-info-group {
  padding: 0;
}

/* Font styling */

body {
  font-size: 10px;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.item-title,
.article-head,
.resumed-item .item-title {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.mod-apply .section-head {
  font-size: 13px;
  text-align: center;
}

.item-title,
.resumed-item .item-title,
.article-head {
  font-size: 12px;
}

.form-wrapper .article-head {
  font-size: 13px;
}

.resume-info-group .resumed-item .item-title {
  font-size: 13px;
  margin: 12px 0;
}

.resume-info-group,
.form-wrapper .resume-info-group {
  padding: 6px;
}

.apply-preview .resumed-item .item-content,
.apply-preview .resumed-item .highlighted,
.resumed-item .item-requirements-list {
  font-size: 10px;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
}

.apply-preview.form-wrapper {
  background: transparent;
}

.apply-preview .resumed-item .item-title {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-size: 10px;
}

.main-header .main-title,
.main-header .main-title .subtitle {
  font-size: 11px;
  text-align: center;
}

.links-list .list-item {
  color: black;
  font-size: 11px;
}

.links-list .list-item:before {
  color: #ccc;
  font-size: 12px;
}