button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

.hidden {
    display: none !important;
    visibility: hidden
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #bad7fb;
    text-shadow: none
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

::-ms-clear {
    display: none
}

img, picture {
    margin: 0;
    height: auto;
    max-width: 100%
}

img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    image-rendering: auto
}

.wrapper {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%
}

@media (max-width:1200px) {
    .wrapper {
        height: auto
    }
}

header {
    position: relative
}

.content {
    position: relative;
    /*left: 290px;*/
    width: calc(100% - 290px);
    max-width: 1930px;
    min-height: 100%;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
}

@media (max-width:1200px) {
    .content {
        left: 0 !important;
        width: 100%;
        margin-top: 0px;/*60px*/
    }

        .content .page-cover {
            display: none !important
        }
}

.center-align {
    text-align: center
}

.textcenter {
    text-align: center
}

/*html {
    font-size: 62.5%
}

body {

    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    color: #383637;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
    color: #4a4748
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.2;
    margin: 42px 0 21px 0
}

h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 42px 0 21px 0
}

h3 {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.2;
    margin: 21px 0 21px 0
}

h4 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 21px 0 21px 0
}

h5 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 21px 0 21px 0
}

h6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 21px 0 21px 0
}

    h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
        margin-top: 0
    }

blockquote, ol, p, pre, table {
    margin-top: 21px;
    margin-bottom: 21px
}
ul {
   
    padding: 0px;
    margin: 0px;
}
li{
    list-style:none;
    margin-bottom: 14px
}

b, code, em, small, strong {
    line-height: 1
}

sub, sup {
    vertical-align: baseline;
    position: relative;
    top: -.4em
}

sub {
    top: .4em
}

a {
    color: #d11a17;
    text-decoration: none;
}

    a:hover {
        color: #5c267b
    }

    a:active {
        color: #8c110f;
        outline: 0
    }

    a:focus {
        color: #000;
        outline: 0
    }

blockquote {
    border-left: 2px solid #d3d3d3;
    color: #5f5c5d;
    margin: 1.3rem 0;
    padding-left: .65rem
}

cite {
    color: #797577;
    font-style: italic
}

    cite:before {
        content: "\2014 \00A0"
    }

code, kbd, pre, samp, tt, var {
    font-family: Inconsolata,monospace
}

pre {

    margin-bottom: 28px;
    max-width: 100%;
    overflow: auto;
    padding: 14px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

abbr[title] {
    border-bottom: 1px dotted #eaeaea;
    cursor: help
}

ins, mark {
    background-color: #fff9c0;
    text-decoration: none
}

small {
    font-size: 75%
}

big {
    font-size: 125%
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d3d3d3;
    margin: -1px 0;
    padding: 0
}

dl {
    margin: 0 0 21px
}

dt {
    font-weight: 700
}

dd {
    margin: 0 0 21px
}*/

.alignleft {
    float: left
}

.alignright {
    float: right
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}


.mobile-bar {
    display: block;
    height: 60px;
    width: calc(100% - 290px);
    /*background: linear-gradient(-90deg,#e5e6e7,#fff);*/
    z-index: 1
}

@media (max-width:1400px) {
    .mobile-bar {
        display: block;
        /*position: fixed;*/
        background: linear-gradient(-90deg,#e5e6e7,#fff);
        width: 100%;
        z-index: 2000
    }
}

@media (max-width:1200px) {
    .mobile-bar {
        display: block;
        position: fixed;

        width: 100%;
        z-index: 2000
    }
}

.mobile-bar:before {
    display: block;
    position: absolute;
    top: 13px;
    left: 10px;
    content: '';
    width: 191px;
    height: 33px;
    background: url(../images/sprite-icons-new@2x.png) no-repeat -20px -175px transparent;
    background-size: 1016px 410px
}

.facebook:after, .facebook:before, .linkedin:after, .linkedin:before, .twitter:before, .youtube:after, .youtube:before {
    content: '';
    display: block;
    position: absolute;
    width: 31px;
    height: 31px;
    background: url(../images/sprite-icons-new@2x.png) no-repeat 0 0 transparent;
    background-size: 1015px 410px;
    z-index: 1;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto
}

.facebook:before {
    background-position: 8px -62px
}

.twitter:before {
    background-position: -166px -62px
}

.linkedin:before {
    background-position: -48px -60px
}

.youtube:before {
    background-position: -111px -62px
}

.facebook:after {
    background-position: 8px -62px;
    top: 70px
}

.linkedin:after {
    background-position: -48px -60px;
    top: 70px
}

.youtube:after {
    background-position: -111px -62px;
    top: 70px
}


fieldset {
    background: #ededed;
    border: 1px solid #d3d3d3;
    margin: 0 0 .65rem 0;
    padding: 1.3rem
}

input {
    height: 30px;
    line-height: 30px;
    -webkit-appearance: none
}

    input[type=text]::-ms-clear {
        display: none;
        width: 0;
        height: 0
    }

    input[type=text]::-ms-reveal {
        display: none;
        width: 0;
        height: 0
    }

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
        display: none
    }

input, label, select {
    display: block;
    /*font-size: 16px;*/
    /*font-size: 1.6rem*/
}

label {
    margin-bottom: .325rem;
    margin-top: .325rem;
}

    label.required:after {
        content: "*"
    }

    label abbr {
        display: none
    }

input[type=email], input[type="password"], input[type=intl_tel], input[type=tel], input[type=text], select[multiple=multiple], textarea {
    transtion: border-color;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    /*font-size: 16px;*/
    /*font-size: 1.6rem;*/
    padding: 0 10px;
    width: 100%
}

    input[type=email]:hover, input[type="password"]:hover, input[type=intl_tel]:hover, input[type=tel]:hover, input[type=text]:hover, select[multiple=multiple]:hover, textarea:hover {
        border-color: #bababa
    }

        input[type=email]:focus, input[type="password"]:focus, input[type=intl_tel]:focus, input[type=tel]:focus, input[type=text]:focus, select[multiple=multiple]:focus, textarea:focus {
            border-color: #d11a17;
            outline: 0;
            /*font-size: 16px;*/
            /*font-size: 1.6rem*/
        }

textarea {
    resize: vertical
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=checkbox], input[type=radio] {
    display: inline;
    margin-right: .325rem
}

input[type=checkbox] {
    -webkit-appearance: checkbox
}

input[type=radio] {
    -webkit-appearance: radio
}

input[type=file] {
    padding-bottom: .65rem;
    width: 100%
}

input[type=date] {
    height: 50px;
    margin: 0
}

select {
    margin-bottom: 1.3rem;
    max-width: 100%;
    width: auto
}

input::-webkit-input-placeholder {
    font-style: italic !important;
    font-weight: 100 !important;
    color: #70707046 !important;
    /*font-size: 15px;
    font-size: 1.5rem*/
}

input:-ms-input-placeholder {
    font-style: italic !important;
    font-weight: 100 !important;
    color: #70707046 !important;
    /*font-size: 15px;
    font-size: 1.5rem*/
}

input::placeholder {
    font-style: italic !important;
    font-weight: 100 !important;
    color: #70707046 !important;
    /*font-size: 15px;
    font-size: 1.5rem*/
}

.captcha {
    display: block;
    margin-top: 20px
}

    .captcha:after, .captcha:before {
        content: '';
        display: table
    }

    .captcha:after {
        clear: both
    }

.intl-tel-input {
    width: 100%
}


table {
    font-feature-settings: "kern","liga","tnum";
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}

th {
    border-bottom: 1px solid #adadad;
    font-weight: 700;
    padding: .65rem 0;
    text-align: left;
    background: #4a4748
}

td {
    /*border-bottom: 1px solid #d3d3d3;*/
    padding: .65rem 0;
    vertical-align: top
}

td, th, tr {
    vertical-align: top
}

table th {
    font-weight: 700
}

table td, table th {
    padding: 5px 5px;
    text-align: left
}

@media only screen and (max-width:767px) {
    table.responsive {
        margin-bottom: 0
    }

    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 35%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc
    }

        .pinned table {
            border-right: none;
            border-left: none;
            width: 100%
        }

            .pinned table td, .pinned table th {
                white-space: nowrap
            }

        .pinned td:last-child {
            border-bottom: 0
        }

    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc
    }

        div.table-wrapper div.scrollable table {
            margin-left: 35%
        }

        div.table-wrapper div.scrollable {
            overflow: scroll;
            overflow-y: hidden
        }

    table.responsive td, table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden
    }

        table.responsive td:first-child, table.responsive th:first-child, table.responsive.pinned td {
            display: none
        }
}


.btn, .btn-std, .btn-std-arrow, .btn-std-purple, a.btn-std, a.btn-std-arrow, a.btn-std-purple {
    font-family: OpenSans-SemiBold, "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    position: relative;
    display: inline-block;
    background-color: transparent;
    color: #d11a17;
    border-radius: 4px;
    border: 1px solid #d11a17;
    margin: 10px 0;
    transition: background-color .1s linear;
    /*font-size: 14px;
    font-size: 1.4rem;*/
    letter-spacing: -0.92px;
}

    .btn-std-arrow:active, .btn-std-arrow:focus, .btn-std-arrow:hover, .btn-std-purple:active, .btn-std-purple:focus, .btn-std-purple:hover,.btn-std:active, .btn-std:focus, .btn-std:hover, .btn:active, .btn:focus, .btn:hover {
        border-color: #ba1714;
        color: #fff;
        text-decoration: none
    }

.arrow-icon--white .link-circle {
    fill: transparent
}

.arrow-icon--white .link-arrow {
    fill: #fff
}

.arrow-icon--dark-grey .link-circle {
    fill: transparent
}

.arrow-icon--dark-grey .link-arrow {
    fill: #4a4748
}

.arrow-icon--white-dark .link-circle {
    fill: transparent
}

.arrow-icon--white-dark .link-arrow {
    fill: #383637
}

.arrow-icon--red .link-circle {
    fill: transparent
}

.arrow-icon--red .link-arrow {
    fill: #d11a17
}

.arrow-icon--red-dark .link-circle {
    fill: transparent
}

.arrow-icon--red-dark .link-arrow {
    fill: #383637
}

.arrow-icon--purple .link-circle {
    fill: transparent
}

.arrow-icon--purple .link-arrow {
    fill: #5c267b
}

.arrow-icon--green .link-circle {
    fill: transparent
}

.arrow-icon--green .link-arrow {
    fill: #b9dad0
}

.arrow-icon--white-green .link-circle {
    fill: transparent
}

.arrow-icon--white-green .link-arrow {
    fill: transparent
}

.arrow-icon--white-transparent svg {
    float: right;
    margin-top: 2px
}

.arrow-icon--white-transparent .link-circle {
    fill: transparent;
    float: left;
    margin-top: 2px
}

.arrow-icon--white-transparent .link-arrow {
    fill: #fff
}

.btn {
    min-height: 20px;
    line-height: 1;
    padding: 10px 30px;
    text-transform: capitalize;
    text-align:center;
    background-color: transparent;
    border-width: 1px;
    min-width: 100%;
}

@media (max-width:700px) {
    .btn {
        width: 100%
    }
}

.btn-no-outline {
    border: none;
    color: #fff;
    padding: 10px 32px 0 0 !important
}

    .btn-no-outline .hover {
        color: red
    }

.btn__arrow {
    padding: 12px 92px 10px 20px
}

    .btn__arrow svg {
        position: absolute;
        top: 12px;
        right: 20px;
        width: 16px;
        height: 16px
    }

.btn__arrow__purple {
    border-color: #5c267b !important;
    color: #5c267b
}

    .btn__arrow__purple:active, .btn__arrow__purple:focus, .btn__arrow__purple:hover {
        border-color: #4d2068;
        color: #fff !important;
        background: #5c267b
    }

        .btn__arrow__purple:active .home-header__link-icon, .btn__arrow__purple:focus .home-header__link-icon, .btn__arrow__purple:hover .home-header__link-icon {
            border: 1px solid #fff
        }

        .btn__arrow__purple:active .link-arrow, .btn__arrow__purple:focus .link-arrow, .btn__arrow__purple:hover .link-arrow {
            fill: #fff !important
        }

.btn__arrow__red {
    border-color: #d11a17;
    color: #d11a17
}

    .btn__arrow__red:active, .btn__arrow__red:focus, .btn__arrow__red:hover {
        border-color: #fff;
        color: #fff;
        background: #d11a17
    }

        .btn__arrow__red:active .link-arrow, .btn__arrow__red:focus .link-arrow, .btn__arrow__red:hover .link-arrow {
            fill: #fff !important
        }

.btn-std, .btn-std-arrow, .btn-std-purple, a.btn-std, a.btn-std-arrow, a.btn-std-blue, a.btn-std-purple {
    min-height: 20px;
    /*line-height: 1.4;*/
    padding: 12px 15px 11px;
    text-decoration: none;
    /*text-transform: uppercase*/
}

@media (max-width:700px) {
   .btn-std, .btn-std-arrow, .btn-std-purple, a.btn-std, a.btn-std-arrow, a.btn-std-purple {
        width: 100%
    }
}

.btn-std-purple {
    background: #5c267b !important;
    color: #fff !important;
    border: 1px solid #5c267b !important
}

    .btn-std-purple:hover {
        background: #774893 !important;
        /*color: #5c267b !important;*/
        border: 1px solid #774893 !important
    }

        .btn-std-purple:hover .link-arrow {
            fill: #5c267b
        }

.btn-std-red {
    background: #d11a17 !important;
    color: #fff !important;
    border: none
}

.remodal-confirm{
    min-width: 100%;
    font-weight: 700
}

.btn-std-arrow {
    min-height: 40px;
    cursor: pointer
}

    .btn-std-arrow:after {
        /*background: url(../images/white-arrow.png) no-repeat;*/
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
        width: 16px;
        height: 16px;
        background-size: 16px 16px
    }

@media (max-width:1300px) {
    .btn-std-arrow:after {
        right: 30px
    }
}

@media (max-width:1450px) {
    .btn-std-arrow:after {
        right: 30px
    }
}

.remodal-confirm, a.remodal-confirm {
    background-color: #b9dad0;
    color: #fff;
    padding: 16px 62px 16px 55px
}

    .btn-std-green:active, .btn-std-green:focus, .btn-std-green:hover, .remodal-confirm:active, .remodal-confirm:focus, .remodal-confirm:hover, a.btn-std-green:active, a.btn-std-green:focus, a.btn-std-green:hover, a.remodal-confirm:active, a.remodal-confirm:focus, a.remodal-confirm:hover {
        background-color: #a8d1c5
    }

#main-menu .menu-external .menu-link, #main-menu .menu-external a.menu-link, .btn-std-blue, a.btn-std-blue {
    background-color: #7ea8ad;
    color: #fff;
    padding: 16px 62px 16px 55px
}

    #main-menu .menu-external .menu-link:active, #main-menu .menu-external .menu-link:focus, #main-menu .menu-external .menu-link:hover, #main-menu .menu-external a.menu-link:active, #main-menu .menu-external a.menu-link:focus, #main-menu .menu-external a.menu-link:hover, .btn-std-blue:active, .btn-std-blue:focus, .btn-std-blue:hover, a.btn-std-blue:active, a.btn-std-blue:focus, a.btn-std-blue:hover {
        background-color: #6e9da3
    }

.btn-std-green-white-border, a.btn-std-green-white-border {
    background-color: #b9dad0;
    color: #fff;
    border: solid 1px #fff
}

    .btn-std-green-white-border:active, .btn-std-green-white-border:focus, .btn-std-green-white-border:hover, a.btn-std-green-white-border:active, a.btn-std-green-white-border:focus, a.btn-std-green-white-border:hover {
        background-color: #fff;
        color: #b9dad0
    }

.btn-center {
    position: absolute;
    transform-style: preserve-3d;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}


.btn-close, .remodal-close {
    display: block;
    width: 60px;
    height: 60px;
    background-color: rgba(0,0,0,.1);
    transition: background-color .1s linear;
    position: absolute
}

    .btn-close:before, .remodal-close:before {
        background-position: -126px 0
    }

    .btn-close:hover, .remodal-close:hover {
        cursor: pointer;
        background-color: #383637
    }
    .btn-close:before, .btn-search span:before, .btn-search-cover:after, .btn-search-cover:before, .remodal-close:before {
        display: block;
        width: 17px;
        height: 17px;
        content: '';
        position: absolute;
        top: 22px;
        left: 22px;
        background: url(Images/sprite-icons-new@2x.png) no-repeat -85px 0 transparent;
        background-size: 1016px 410px
    }
span.icon {
    background: url(../images/white-red-arrow.png) no-repeat;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
    margin: auto;
    width: 16px;
    height: 16px;
    background-size: 16px 16px
}

/* ==========================================================================
   Remodal necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
    overflow: hidden;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
    visibility: hidden;
}

/* Necessary styles of the overlay */
.remodal-overlay {
    position: fixed;
    z-index: 10000;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
    position: fixed;
    z-index: 10001;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}

    .remodal-wrapper:after {
        display: inline-block;
        height: 100%;
        margin-left: -0.05em;
        content: "";
    }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
    -webkit-transform: translateZ(0px);
}

/* Necessary styles of the modal dialog */
.remodal {
    position: relative;
    display: inline-block;
}

    /* Anti-zoom. Font-size should be >= 16px. */
    .remodal select,
    .remodal textarea,
    .remodal input,
    .remodal select:focus,
    .remodal textarea:focus,
    .remodal input:focus {
        font-size: 16px;
    }

/* ==========================================================================
   Remodal default theme
   ========================================================================== */
/* Background for effects */
/* Default theme styles of the overlay */
.remodal-overlay {
    transition: opacity 0.2s ease-out;
    opacity: 0;
    background: rgba(56, 54, 55, 0.9);
}

body.remodal-is-active .remodal-overlay {
    opacity: 1;
}

/* Default theme styles of the modal dialog */
.remodal {
    width: 100%;
    min-height: 100%;
    padding: 35px;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -ms-transform: scale(0.95);
    /*transform: scale(0.95);*/
    /*opacity: 0;*/
    background: white;
}

@media (max-width: 420px) {
    .remodal {
        padding: 35px 20px;
    }
}

body.remodal-is-active .remodal {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
    vertical-align: middle;
}

/* Close button */
.remodal-close:hover,
.remodal-close:active {
    background: #3e5368;
}

    .remodal-close:hover.remodal-close:after,
    .remodal-close:active.remodal-close:after {
        color: #f4f4f4;
    }

/* Dialog buttons */
/* Media queries
   ========================================================================== */
@media (min-width: 601px) {
    .remodal {
        max-width: 700px;
        min-height: 0;
        /*margin: 20px auto;*/
        border-radius: 2px;
    }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F021242E, endColorstr=#F021242E);
}

.lt-ie9 .remodal {
    width: 700px;
    min-height: 0;
    margin: 20px auto;
}

.lt-ie9 .remodal-close:after {
    margin: auto;
    text-align: center;
}

.lt-ie9 .remodal-close:hover,
.lt-ie9 .remodal-close:active {
    background: transparent;
}

    .lt-ie9 .remodal-close:hover.remodal-close:after,
    .lt-ie9 .remodal-close:active.remodal-close:after {
        color: #3e5368;
    }

.required-documents {
    max-width: 800px;
    text-align: left;
}

    .required-documents h1 {
        padding-right: 55px;
    }

@media (max-width: 320px) {
    .required-documents {
        padding: 20px;
    }
}

.remodal-close {
    background-color: transparent;
    position: absolute;
    top: 8px;
    right: 8px
}

    .remodal-close:hover {
        background-color: #774893;
    }

        .remodal-close:hover:before {
            background-position: -126px 0
        }

    .remodal-close:before {
        background-position: -126px -25px
    }

.top-bar {
    position: fixed;
    z-index: 400;
    top: -60px;
    right: 0;
    height: 60px;
    overflow: hidden
}

    .top-bar a {
        transition: background-color .1s linear
    }

        .top-bar a:active, .top-bar a:focus {
            color: #fff
        }

@media (max-width:1200px) {
    .top-bar {
        top: 0;
        left: 0
    }
}

.required-documents {
    max-width: 800px;
    text-align: left
}

    .required-documents h1 {
        padding-right: 55px
    }

@media (max-width:320px) {
    .required-documents {
        padding: 20px
    }
}


.currency-exchange-icon {
    float: left;
    background: url(../images/money-exchange-icon-purple.png) no-repeat;
    background-position: center;
    background-size: 30px 19px;
    height: 30px;
    width: 20%;
    margin-top: 30px
}

.contact-box {
    line-height: 23px;
    DISPLAY: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px
}

.contact-icon {
    background: url(../images/contact-icon.png) no-repeat;
    background-position: center;
    background-size: 65px 65px;
    height: 65px;
    width: 65px;
    margin-right: 5px;
    display: inline-block
}


@media print {
    *, :after, :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}



