@font-face {
    font-family: 'Benton Sans';
    src: url('fonts/BentonSans-Book.woff2') format('woff2'), url('fonts/BentonSans-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Benton Sans';
    src: url('fonts/BentonSans-Regular.woff2') format('woff2'), url('fonts/BentonSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Benton Sans';
    src: url('fonts/BentonSans-Medium.woff2') format('woff2'), url('fonts/BentonSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Benton Sans';
    src: url('fonts/BentonSans-Light.woff2') format('woff2'), url('fonts/BentonSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Benton Sans';
    src: url('fonts/BentonSans-Bold.woff2') format('woff2'), url('fonts/BentonSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, div {
    vertical-align: top;
    font-family: 'Benton Sans';
}

* {
    outline: none;
}

li, ol {
    list-style-type: none;
    list-style-image: none;
    list-style: none;
}

img {
    border: 0px;
}

textarea {
    resize: none;
}

    input:focus, select:focus, textarea:focus, button:focus {
        outline: none;
    }

.fullWidth {
    width: 100%;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.posRelative {
    position: relative;
}

.absolutePos {
    position: absolute;
}

.textDecorationNone, a {
    text-decoration: none;
}

.textDecorationUnderline {
    text-decoration: underline;
}

.fontWeightBold {
    font-weight: bold;
}

.clearBoth {
    clear: both;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.logoHolder {
    float: left;
    background-position: 0 0;
    width: 360px;
    height: 30px;
    margin-bottom: 15px;
}

    .logoHolder a {
        display: block;
        width: 100%;
        height: 100%;
    }

.topMenu a {
    color: #494949;
    font-size: 14px;
    line-height: 17px;
    position: relative;
    padding: 8px 20px 8px 0;
    margin-right: 20px;
}

.topMenu {
    float: right;
}

a.loginLink {
    position: relative;
    padding: 8px 0 0 30px;
}

    a.loginLink span {
        display: block;
        position: absolute;
        left: 10px;
        top: 10px;
        width: 11px;
        height: 11px;
    }

.mainMenu a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Benton Sans'
}

.searchBlock {
    width: 178px;
    float: right;
    border-bottom: 1px solid #8b8b8b;
    margin-top: 20px;
}

.mainMenu {
    float: left;
}

.searchBlock input[type="text"] {
    border: none;
    background: none;
    font-size: 15px;
    color: #8b8b8b;
    display: inline-block;
    width: 90%;
    margin-bottom: 5px;
}

.searchBlock input[type="submit"] {
    border: none;
    background: none;
    width: 14px;
    height: 14px;
    background-position: 0 -40px;
    cursor: pointer;
    display: inline-block;
    float: right;
    margin-top: 5px;
}

.firstBlock {
    background: url(../images/first-block-bg.jpg) center top no-repeat;
    background-size: cover !important;
    padding: 170px 0;
}

.safearea {
    max-width: 1600px;
    margin: 0 auto;
}

.captionHolder {
    width: 700px;
    background-color: rgba(0,10,139,0.55);
    margin-bottom: 175px;
}

    .captionHolder .innerPad {
        padding: 55px;
    }

.captionTitle {
    font-size: 60px;
    font-weight: 500;
    line-height: 58px;
    margin-bottom: 10px;
}

.captionText {
    font-size: 18px;
    color: #ffffff;
    font-family: 'Benton Sans', sans-serif;
    margin-bottom: 25px;
}

.button {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-size: 14px;
    padding-left: 25px;
    font-weight: 500;
}

    .button span.crossIcon {
        /*  position: absolute;
  left: 0;
  padding: 0 1px;
  width: 18px;
  height: 18px;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;*/
    }

    .button:hover span, .button:focus span, .button:active span {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }



.darkLayer {
    background: url(../images/dark-layer.png);
}

.darkerLayer {
    background: #000A8B;
}

.layer {
    width: 33.3%;
    height: 400px;
    float: left;
}

.centeredElement table, .centeredElement td {
    height: 340px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.centeredElement h3 {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
}

.centeredElement .button.whiteBtn {
    width: 278px;
}

.largeBlock {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.smallLayer {
    width: 25%;
    height: 170px;
    float: left;
}

.whiteLayer {
    background: #FFF;
}

.greyLayer {
    background: #F4F4F4;
}

.productIcon, .productTitle {
    text-align: center;
}

    .productIcon img {
        display: block;
        max-height: 42px;
        margin: 38px auto 13px;
    }

.productTitle {
    font-size: 15px;
}

.lightLayer {
    background: url(../images/light-layer.png);
}

.secondBlock {
    background: url(../images/second-block-bg.jpg) center top no-repeat;
    background-size: 100%;
}

.button.blueBtn span {
    background-position: -120px -40px;
}

.layer .innerPad {
    padding: 65px 40px;
}

.newsDate {
    color: #000A8B;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 20px;
}

.newsTitle a {
    color: #000A8B!important;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 40px;
}

.newsSummary {
    font-size: 15px;
    margin-bottom: 24px;
}

.newSlider {
    position: relative;
    min-height: 250px;
}

    .newSlider .flex-direction-nav {
        position: absolute;
        height: 20px;
        z-index: 90;
        bottom: 30px;
        left: -60%;
    }

        .newSlider .flex-direction-nav .flex-next,
        .newSlider .flex-direction-nav .flex-prev {
            width: 50px;
            height: 50px;
            top: 0;
            background-size: 50px;
            background-repeat: no-repeat;
            background-position: center;
        }

        .newSlider .flex-direction-nav .flex-next {
            background-image: url(../images/rightArrow.svg);
            right: 0;
        }

        .newSlider .flex-direction-nav .flex-prev {
            background-image: url(../images/leftArrow.svg);
            right: 53px;
        }

        .newSlider .flex-direction-nav .flex-disabled {
            opacity: 0.5;
        }

    .newSlider .flex-control-nav {
        display: none;
    }

.publicationImage img {
    border: 2px solid #fff;
    border-radius: 3px;
    display: block;
    margin-bottom: 10px;
    width: 196px;
    height: 110px;
    display: none;
}

.footer {
    background: #3B3B3B;
}

    .footer .innerPad {
        padding: 80px 50px 40px;
    }

    .footer h3 {
        font-size: 30px;
        color: #fff;
        font-weight: normal !important;
        margin-bottom: 40px;
        line-height: 40px;
    }

.captchaDv input {
    border: 1px solid #979797 !important;
}

.captchaDv img {
    margin-bottom: 20px;
    height: 50px;
    max-width: 130px;
    margin-right: 20px;
}

.captchaDv a {
    padding-left: 30px;
    background-image: url(../images/refresh.svg);
    background-position: top left;
    background-size: 20px;
    background-repeat: no-repeat;
}

.subscribeBlock .newsLetterContainer {
    border: 1px solid #979797;
    border-radius: 10px;
    margin-bottom: 40px;
}

.subscribeBlock input {
    background: #151616;
    color: #FFFFFF;
    border: none;
}

    .subscribeBlock input[type="text"] {
        color: #FFFFFF;
        padding: 10px 15px;
        max-width: 320px;
        top: -41px;
    }

        .subscribeBlock input[type="text"]::-webkit-input-placeholder { /* Edge */
            color: #FFFFFF;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 20px;
            font-weight: normal;
        }

        .subscribeBlock input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #FFFFFF;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 20px;
            font-weight: normal;
        }

        .subscribeBlock input[type="text"]::placeholder {
            color: #FFFFFF;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 20px;
            font-weight: normal;
        }

    .subscribeBlock input[type="submit"] {
        color: #fff;
        border: 2px solid #fff;
        padding: 8px 15px;
        cursor: pointer;
        width: 120px;
        text-align: left;
        font-weight: 700;
        position: relative;
    }

        .subscribeBlock input[type="submit"]:hover {
            color: #b6b6b6;
            border: 2px solid #b6b6b6;
        }

    .subscribeBlock input.submit:after {
        content: " ";
        position: absolute;
        width: 100px;
        height: 100px;
        right: 10px;
        top: 8px;
        background-position: -160px -40px;
        z-index: 99;
        display: block;
    }

    .subscribeBlock input[type="button"] {
        color: #fff;
        border: 2px solid #fff;
        padding: 8px 15px;
        cursor: pointer;
        width: 150px;
        text-align: left;
        font-weight: 700;
        position: relative;
        background: url(../images/arrow-white.png) no-repeat 90% 50% !important;
        width: 150.27px;
        color: #FFFFFF;
        font-family: "Benton Sans";
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center;
    }

        .subscribeBlock input[type="button"]:hover {
            color: #b6b6b6;
        }

.subscribeBlock, .followBlock {
    float: left;
    margin-right: 80px;
}

.followBlock {
    float: right;
    clear: right;
    margin-right: 0;
    min-width: 300px;
    max-width: 350px;
}

    .followBlock h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }

.smIcons {
    display: inline-block;
    margin-right: 10px;
    border-radius: 8px;
    width: auto;
    height: 48px;
    min-width: 150px;
    background-position: center;
    background-size: contain;
    margin-bottom: 20px;
}

.facebookIcon {
    background-image: url(../images/fb.svg) !important;
}

.twitterIcon {
    background-image: url(../images/tw.svg) !important;
}

.youtubeIcon {
    background-position: -360px -40px;
}

.footerLinks a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.copyRight {
    font-size: 12px;
    color: #FFF;
    padding-top: 40px;
    border-top: 1px solid #484747;
    margin-top: 40px;
}

    .copyRight a {
        color: #FFF;
    }

/* Reveal */
.hvr-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    height: 250px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .hvr-reveal:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-color: #002d62;
        border-style: solid;
        border-width: 0;
        -webkit-transition-property: border-width;
        transition-property: border-width;
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        border-width: 2px;
    }

.topBanner {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #efefef;
    background-image: url(../images/ajax-loader-grey.gif);
    height: 365px;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
    background-size: cover;
}

    .topBanner:before {
        position: absolute;
        content: '';
        background-color: rgba(0,10,139,0.43);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.pageTitle {
    position: absolute;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 58px;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
}

    .pageTitle .safearea {
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.topBanner img {
    width: 100%;
    display: block;
}

.leftBlock {
    width: 30%;
    position: relative;
    z-index: 10;
    float: left;
}

.middleContent {
    background: #ffffff;
    min-height: 175px;
    margin-bottom: 70px;
}

.rightBlock {
    height: 60px;
    width: 302px;
    background: #E9E9E9;
    position: relative;
    padding: 20px;
    margin-top: 40px;
}
    .rightBlock .listingImage {
        background-image: url(../images/downloadIcon.svg);
        background-size: contain;
        width: 26px !important;
        background-repeat: no-repeat;
    }
    .rightBlock .listingImage img {
        opacity: 0;
    }
    .rightBlock .relatedPublications .listingLink a {
        color: #000A8B;
        font-size: 15px;
    }
/*  .rightBlock:after {
        background: #E9E9E9;
        position: absolute;
        left: 100%;
        height: 100%;
        content: " ";
        top: 0;
    }*/
.pageContent .safearea {
    position: relative;
    z-index: 10;
}

.titleHolder H1 {
    height: 58px;
    width: 524px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 58px;
}

h1 {
    font-size: 40px;
}

.leftMenuLinks a {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal;
}

.middleContent .innerPad {
    padding: 14px 30px 40px;
    font-size: 16px;
    line-height: 21px;
}

.breadCrumbs {
    font-size: 15px;
    color: #FFF;
}

    .mainMenu a, .breadCrumbs span {
        display: inline-block;
    }

    .breadCrumbs a {
        color: #FFF;
    }

    .breadCrumbs span {
        padding: 0 6px;
        line-height: 20px;
    }

.middleContent h2, .greyBlock h2, .greyBlock h3, .successMessage h2 {
    font-size: 30px;
    margin-bottom: 35px;
    line-height: 30px;
}

.middleContent h3 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 26px;
}

.middleContent h4 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 21px;
}

.highlightedText {
    font-size: 30px;
    font-weight: 400 !important;
    color: #000A8B;
    margin-bottom: 30px;
    line-height: 40px;
}

.linksList a {
    color: #012652;
    text-decoration: underline;
    font-size: 18px;
    display: block;
    position: relative;
    margin-left: 20px;
}

    .linksList a:hover {
        text-decoration: none;
    }

.linksList a, .middleContent li, .greyBlock li {
    margin-bottom: 10px;
}

    .linksList a:after, .middleContent li:after, .greyBlock li:after {
        position: absolute;
        content: " ";
        width: 4px;
        height: 4px;
        left: -20px;
        top: 10px;
        background-color: #000;
        border-radius: 100%;
    }

.linksList {
    margin-bottom: 30px;
}

.middleContent li, .greyBlock li {
    position: relative;
    margin-left: 25px;
    margin-bottom: 10px;
}

.middleContent ul, .greyBlock ul {
    margin-bottom: 35px;
}

.greyBlock {
    background: #F4F4F4;
    padding: 60px 40px;
}

    .greyBlock li {
        line-height: 40px;
    }
.middleContent .greyBlock ul {
    margin-bottom: 0;
}
.middleContent .greyBlock .innerPad {
    padding: 0;
}
.middleContent .greyBlock li:after {
    top: 20px;
}
.relatedPublications .listingImage {
    float: left;
    width: 32px;
    margin-right: 20px;
}

.relatedPublications .listingLink {
    float: left;
    width: 170px;
}

    .relatedPublications .listingLink a {
        color: #002c61;
        font-size: 16px;
    }

.relatedPublications .listingRow {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
}

    .relatedPublications .listingRow.last {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.rightBlockLarge {
    width: 1000px;
}

.rightBlock.rightBlockLarge:after {
    background: #fff;
}

.rightBlock.rightBlockLarge .innerPad {
    width: 625px;
    float: right;
    padding-top: 20px;
}

.rightIcons a {
    display: inline-block;
    width: 20px;
    height: 16px;
}

a.printIcon {
    background-position: -200px -80px;
    margin-right: 10px;
}

a.mailIcon {
    background-position: -240px -80px;
    margin-right: 6px;
}

a.shareIcon {
    background-position: -280px -80px;
}

.rightIcons {
    float: right;
}

    .rightIcons a:hover {
        opacity: 0.6;
    }

.secondLevelLinks {
    padding-top: 10px;
}

    .secondLevelLinks a {
        font-size: 15px;
        padding-left: 20px;
        margin-bottom: 15px;
        position: relative;
        font-weight: 400;
    }

        .secondLevelLinks a:after {
            position: absolute;
            width: 6px;
            height: 9px;
            content: " ";
            left: 0;
            top: 5px;
            background-position: -320px -80px;
        }

.thirdLevelLinks {
    padding-left: 30px;
}

    .thirdLevelLinks a {
        font-size: 12px;
        padding-left: 20px;
        margin-bottom: 15px;
        position: relative;
        font-weight: 400;
    }

        .thirdLevelLinks a:after {
            position: absolute;
            width: 6px;
            height: 9px;
            content: " ";
            left: 0;
            top: 5px;
            background-position: -320px -80px;
        }

.smallHighlightedText {
    font-size: 18px;
    color: #cfcfcf;
    padding-top: 5px;
}

h4 {
    font-weight: 500;
    margin-bottom: 30px;
}

.publications h4 a {
    font-weight: 500;
}

.publications h4 {
    margin-bottom: 0;
}

.publications li:after {
    width: 26px;
    height: 35px;
    background-position: -400px 0;
    left: 0;
}

.publications li {
    padding-left: 45px;
    border-bottom: 1px solid #e7e7e7;
    margin-left: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .publications li.last {
        border-bottom: 0;
        margin-bottom: 0;
    }

.publications .divToShow ul {
    margin-bottom: 0;
    margin-left: 60px;
}

.year {
    font-size: 26px;
    font-weight: 700;
    border-bottom: 1px solid #a0a0a0;
    padding-bottom: 17px;
    margin-bottom: 17px;
    padding-left: 60px;
    position: relative;
    line-height: 26px;
    cursor: pointer;
}

.divToShow {
    display: none;
}

.publications {
    margin-bottom: 90px;
}

.formContainer li {
    margin-left: 0;
    margin-bottom: 20px;
}

    .formContainer li:after {
        background: #efefef !important;
        width: 1px;
        height: 1px;
    }

.formContainer {
    margin-bottom: 20px;
}

.formTextBox, .formTextArea, .captchaTxt {
    border: 1px solid #a0a0a0;
    border-radius: 3px;
    padding: 8px 10px;
}

.captchaTxt {
    width: 122px;
}

    .formTextBox input, .formTextArea textarea, .captchaTxt input {
        width: 100%;
        background: none;
        border: 0;
    }

.contactPage .group1 .formColumn .fieldFull {
    width: 49%;
    margin-right: 2%;
}

    .contactPage .group1 .formColumn .fieldFull:nth-child(2n) {
        margin-right: 0;
    }

.formDropDown {
    border-bottom: 1px solid #a0a0a0;
    padding: 6px 0;
    position: relative;
}

select.customSelect {
    width: 100%;
}

.customSelect:after {
    width: 13px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 50%;
    content: " ";
    background-position: -440px -40px;
}

select.customSelect, .formTextBox input, .customSelectInner, select.customSelect option, .formTextArea textarea, .formLabel label, .formRadioButtonList, .captchaTxt input {
    font-size: 15px;
    color: #8b8b8b;
}

.formTextArea textarea {
    height: 137px;
}

.oneColForm {
    max-width: 420px;
}

.securitycode {
    width: 40%;
    float: left;
}

    .securitycode img {
        width: 100%;
    }

.securitycodeInput {
    float: left;
}

    .securitycodeInput a {
        font-size: 15px;
        font-weight: 600;
        display: block;
        margin-bottom: 5px;
    }

.formsButtons a, a.contentBtn, .formsButtons input {
    border: 2px solid #002d62;
    padding: 8px 40px;
    position: relative;
    display: block;
    float: left;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 10px;
    font-size: 15px;
    line-height: 15px;
    cursor: pointer;
    text-decoration: none !important;
    background: none;
}

.formsButtons {
    float: right;
}

    .formsButtons a:after, a.contentBtn:after {
        position: absolute;
        right: 17px;
        top: 11px;
        content: " ";
        width: 7px;
        height: 11px;
        background-position: -440px -80px;
        z-index: 10;
    }

    .formsButtons a:hover, a.contentBtn:hover {
        opacity: 0.7;
    }

.errorMessageField {
    font-size: 15px;
    margin-bottom: 20px;
}

.formContainer ul {
    margin-bottom: 0;
}

.twoCol {
    width: 47%;
    float: left;
    margin-right: 3%;
    line-height: 27px;
}

.greyText {
    color: #a5a4a8;
    font-weight: 500;
}

.greyBorder {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
    min-height: 300px;
}

.contactInfo a {
    text-decoration: underline;
}

    .contactInfo a:hover {
        text-decoration: none;
    }

.lightGrey {
    background: #f7f8f9;
}

.grey {
    background: #e3e3e3;
}

.productsLanding .productIcon img {
    max-height: 65px;
    margin-top: 70px;
    margin-bottom: 20px;
}

.productsLanding .productTitle {
    font-size: 23px;
    max-width: 225px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.productsLanding .layer {
    height: 335px;
}

.fullContent .greyBorder {
    min-height: 225px;
}

.formColumn.leftCol, .formColumn.rightCol, .contactPage .formColumn.group1, .contactPage .formColumn.group2 {
    width: 47%;
    float: left;
}

.formColumn.leftCol, .contactPage .formColumn.group1 {
    margin-right: 6%;
}

.greyBlockFull .formDropDown {
    padding: 14px 0 6px;
}

.greyBlockFull .customSelect:after {
    top: 21px;
}

.greyBlockFull .securitycodeInput {
    margin-bottom: 10px;
}

.greyBlockFull .formsButtons {
    margin-top: 24px;
}

.formContainer .formsButtons {
    margin-top: 0px;
}

.formTextBox input, .captchaTxt input {
    height: 17px;
    line-height: 17px;
}

.required {
    border-color: red;
    color: red !important;
}

.successMessageText {
    font-size: 20px;
    margin-bottom: 30px;
}

.successMessage .innerPad {
    padding: 20px 50px 20px;
    text-align: center;
}

.successMessage .contentBtn {
    display: inline-block;
    text-align: center;
    float: none;
}

.successIcon {
    width: 30px;
    height: 23px;
    margin: 0 auto 30px;
    background-position: -440px 0;
}

.fancybox-close {
    width: 11px;
    height: 11px;
    background-position: -480px 0;
    right: 20px;
    top: 20px;
}

.noleftPart .titleHolder {
    margin-left: 40px;
}

.fullContent .innerPad, .greyBlockFull .innerPad {
    padding-left: 70px;
}

.category {
    font-style: normal;
    display: inline-block;
    margin-left: 6px;
    padding-left: 6px;
    border-left: 1px solid #000;
    line-height: 18px;
    font-weight: 600;
}

.newsListing .listingRow {
    width: 31%;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 30px;
}

    .newsListing .listingRow.last {
        margin-right: 0;
    }

.listingImage img {
    display: block;
    width: 100%;
    height: 100%;
}

.newsListing .listingInfo {
    padding: 20px;
    border: 1px solid #d9d9d9;
    min-height: 217px;
}
.pressRelease {
    background: #efefef;
}

.listingInfo a {
    text-decoration: none !important;
}

.loadMore {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    padding-left: 0;
    position: relative;
    width: 100px;
    margin: 0 auto 30px;
}

    .loadMore:after {
        background-position: -480px -40px;
        position: absolute;
        left: -20px;
        top: 8px;
        content: " ";
        width: 24px;
        height: 6px;
    }

    .loadMore:hover {
        opacity: 0.7;
    }

.newsDetails .leftCol, .newsDetails .rightCol {
    width: 48%;
    float: left;
}

.newsDetails .leftCol {
    margin-right: 4%;
}

.newsDetails h2 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 24px;
}

.newsDetails .newsDate {
    margin-bottom: 30px;
}

.imageHolder img {
    width: 100%;
}

.rightBlock h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.relatedNews .listingRow {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.relatedNews .newsSummary {
    margin-bottom: 0;
}

.relatedNews .newsTitle a {
    margin-bottom: 20px;
}

.newsTitle a {
    text-decoration: none !important;
}

.relatedNews .listingRow.last {
    border-bottom: 0;
    margin-bottom: 0;
}

.noleftPart .rightBlock.rightBlockLarge .innerPad {
    padding: 40px 60px;
    float: none;
    width: auto;
}

.jobsListing .newsTitle a {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.jobsListing .newsSummary {
    font-weight: 300;
    margin-bottom: 0;
}

.jobsListing .listingRow {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #cccccc;
}

.jobsListing .listingInfo, .jobsListing .newsTitle {
    width: 450px;
    float: left;
}

.jobsListing .listingLink {
    float: right;
}

.jobsListing a.contentBtn {
    font-weight: 600;
    padding: 8px 50px 8px 30px;
}

.jobsListing .listingRow.last {
    border-bottom: 0;
    margin-bottom: 0;
}

.applyStep {
    display: block;
    float: left;
    width: 49px;
    height: 32px;
}

.step1 {
    width: 30px;
    background-position: 0 -120px;
}

.step2 {
    background-position: -30px -120px;
}

.step3 {
    background-position: -80px -120px;
}

.step4 {
    background-position: -130px -120px;
}

.step5 {
    background-position: -180px -120px;
}

.step6 {
    background-position: -230px -120px;
}

.step1.active {
    background-position: 0 -160px;
}

.step2.active {
    background-position: -30px -160px;
}

.step3.active {
    background-position: -80px -160px;
}

.step4.active {
    background-position: -130px -160px;
}

.step5.active {
    background-position: -180px -160px;
}

.step6.active {
    background-position: -230px -160px;
}

.step1.pass {
    background-position: 0 -200px;
}

.step2.pass {
    background-position: -30px -200px;
}

.step3.pass {
    background-position: -80px -200px;
}

.step4.pass {
    background-position: -130px -200px;
}

.step5.pass {
    background-position: -180px -200px;
}

.step6.pass {
    background-position: -230px -200px;
}

.steps {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.applyForm h3 {
    font-size: 22px;
}

.threecolForm .fieldFull {
    float: left;
    margin-right: 3.5%;
    min-height: 50px;
    width: 31%;
}

    .threecolForm .fieldFull.last {
        margin-right: 0;
    }

.threecolForm .formDropDown {
    padding: 11px 0 8px;
}

.threecolForm ul {
    margin-bottom: 30px;
}

.formLabel {
    float: left;
    margin-right: 15px;
}

.largeField {
    width: 100% !important;
}

.mediumField {
    width: 65.5% !important;
}

.threecolForm .leftField, .threecolForm .rightField {
    width: 48%;
    float: left;
}

.threecolForm .leftField {
    margin-right: 4%;
}

.threecolForm .rightField {
    margin-right: 0;
}

.formSeparator {
    margin-bottom: 33px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 3px;
}

.formsButtons a.back:after {
    background-position: -480px -80px;
    left: 17px;
    right: none;
}

threecolForm .customSelect:after {
    top: 16px;
}

.fieldFull.checkbox {
    margin-bottom: 50px;
}

.mediumField .formLabel, .mediumField .formRadioButtonList {
    margin-top: 8px;
}

li.clearBoth {
    margin-bottom: 0;
}

input[type=checkbox]:not(old), input[type=radio]:not(old) {
    width: 23px;
    margin: 0;
    padding: 0;
    opacity: 0;
    position: absolute;
}

    input[type=checkbox]:not(old) + label, input[type=radio]:not(old) + label {
        display: inline-block;
        margin-left: -20px;
        padding-right: 29px;
        line-height: 20px;
        background-position: -702px -20px;
    }

    input[type=checkbox]:not(old) + label {
        padding-right: 0;
        padding-left: 29px;
        margin-left: 0;
    }

    input[type=checkbox]:not(old):checked + label {
        background-position: -730px -20px;
    }

    input[type=radio]:not(old):checked + label {
        background-position: -702px 0px;
    }

.checkbox label {
    font-size: 17px;
}

input[type=checkbox]:not(old) + label {
    background-position: -700px -40px;
}

.searchListing .newsTitle a {
    margin-bottom: 0;
    font-size: 18px;
}

.searchListing .listingLink a {
    font-size: 14px;
    color: #8092a8;
    display: block;
    margin-bottom: 15px;
}

.searchListing .newsSummary {
    margin-bottom: 0;
    font-size: 16px;
}

.searchListing .listingRow {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

    .searchListing .listingRow.last {
        border-bottom: 0;
        margin-bottom: 0;
    }

.mainMenu li:hover a {
    background: #fff;
}

.pageContent.errorPage .safearea {
    margin-top: -60px;
}

.pageContent.errorPage h2 {
    margin-top: 50px;
}

.mainMenu li {
    float: left;
    position: relative;
    margin-right: 15px;
}

.dropDownMenu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 180px;
    padding-top: 5px;
}

    .dropDownMenu a {
        display: block;
        background: #fff;
        padding: 8px 12px;
        color: #a5a4a8;
        font-size: 15px;
        font-weight: 300;
        margin-right: 0;
    }

.mainMenu li:hover a:after {
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    background: #fff;
    height: 5px;
    content: " ";
}

.mainMenu li.hasSubMenu:hover a:after {
    display: none;
}

.mainMenu li a {
    position: relative;
}

.dropDownMenu {
    display: none;
}

.mainMenu li:hover .dropDownMenu {
    display: block;
    z-index: 1;
}

.dropDownMenu li:hover .dropDownMenuSecondLevel {
    display: block;
}

.stickyMenu .topMenu, .stickyMenu .searchBlock, .stickyMenu .clearBoth, .successMessage {
    display: none;
}

.hiddenElements .headerBottomPart {
    float: right;
    margin-right: 20px;
    margin-top: -8px;
}

.hiddenElements .logoHolder {
    width: 200px;
    height: 21px;
    background-size: 416px auto;
    margin-bottom: 0;
}

.hiddenElements .mainMenu a {
    padding: 10px 7px 10px;
}

.hiddenElements .headerTopPart {
    float: left;
}

.plusIcon {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -4px;
    width: 12px;
    height: 12px;
    background-position: -320px -160px;
    display: none;
}

.greyBg {
    background: #f3f3f3;
}

.hiddenElements .plusIcon {
    display: block;
}

.hiddenElements .topMenu, .hiddenElements .searchBlock, .hiddenElements .clearBoth {
    display: none;
}

.header.stickyMenu {
    top: -250px;
}

.year:after {
    position: absolute;
    left: 0;
    top: 6px;
    width: 17px;
    height: 17px;
    background-position: -400px -80px;
    content: " ";
}

.year.active:after {
    background-position: -360px -80px;
}

.filterDropDown {
    position: relative;
    border-bottom: 1px solid #a0a0a0;
    padding: 0 6px 6px;
    float: left;
    width: 200px;
    margin-right: 30px;
}

.newsFilters label {
    float: left;
    font-size: 15px;
    margin-right: 15px;
    font-weight: 600;
}

.newsFilters {
    margin-bottom: 40px;
}

.filterDropDown.customSelect:after {
    top: 8px;
}

.faq .year {
    font-size: 20px;
    padding-left: 30px;
}

.faq .divToShow {
    padding-bottom: 20px;
}

.searchBlock input[type="submit"], .button span, .subscribeBlock input.submit:after, .smIcons,
.linksList a:after, .middleContent li:after, .greyBlock li:after, .rightIcons a,
.secondLevelLinks a:after, .year:after, .customSelect:after, .formsButtons a:after,
a.contentBtn:after, .successIcon, .fancybox-close, .loadMore:after, .applyStep,
input[type=checkbox]:not(old) + label, input[type=radio]:not(old) + label, .plusIcon,
.downloadPdf:after {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
}

.topMenu a, .mainMenu a, .errorMessageField,
.successMessageText, .successMessage h2, .category, .relatedNews .newsSummary,
.jobsListing .newsSummary, .searchListing .newsSummary {
    color: #000000;
}

    .topMenu a:hover, .footerLinks a:hover, .leftMenuLinks a:hover, .leftMenuLinks a.active,
    .layer:hover .productTitle a, .smallLayer:hover .productTitle a {
        color: #9e9da1;
    }

    .mainMenu a:hover, .mainMenu a.active, .topMenu a.active, .productTitle a, .button.blueBtn,
    .newsDate, .newsTitle a, .newsSummary, h1, .formsButtons a,
    .twoCol a, a.contentBtn, .loadMore, .searchListing .listingLink a:hover, .formsButtons input {
        color: #000A8B;
    }

.captionTitle, .button.whiteBtn, .centeredElement h3, .footerLinks a, .copyRight a:hover,
.leftMenuLinks a {
    color: #fff;
}

.productTitle {
    text-transform: uppercase;
}

.highlightedText, .middleContent h2, .middleContent h3, h1, .greyBlock h2, .greyBlock h3,
.successMessage h2 {
    font-family: 'Benton Sans', sans-serif;
    font-weight: 700;
}

.middleContent, .middleContent h2, .greyBlock h2, .greyBlock h3, .securitycodeInput a:hover {
    color: #010101;
}

    .middleContent h3 {
        color: #000a8b;
        font-size: 30px;
        font-weight: 500;
        line-height: 58px
    }

        .middleContent h3 br {
            display: none;
        }

    .middleContent div, .greyBlock div, .rightBlock div, .smallHighlightedText, .jobsListing .newsTitle a, .jobsListing .newsSummary {
        font-family: 'Benton Sans', sans-serif;
    }

.year, .publications h4 a, .securitycodeInput a, .newsFilters label {
    color: #012652;
}

.ajaxLoader {
    background: url(../images/ajax-loader.gif) no-repeat center center #fff;
    height: 60px;
    left: 50%;
    top: 50%;
    width: 60px;
    position: absolute;
    border-radius: 15px;
}

.validator {
    font-size: 15px;
    color: red;
}

html body .riSingle .riTextBox[type="text"] {
    padding-right: 5px;
    padding-left: 5px;
    margin: 0;
    width: 100%;
    border-style: none;
    font-size: 15px;
    color: #8b8b8b;
}

.addBtnClick, .removeBtnClick {
    width: 15px !important;
    height: 13px;
    padding: 0;
    margin: 0;
    display: block;
    margin-top: 5px;
    border: 0 none;
    float: left;
    padding-right: 10px;
}

.addBtnClick {
    background: url(../images/add-btn.png) 0 0 no-repeat;
}

.removeBtnClick {
    background: url(../images/remove-btn.png) 0 0 no-repeat;
}

.addItem label {
    font-size: 15px;
    color: #8b8b8b;
}

.addItem {
    float: left;
    margin-right: 15px;
    margin-top: -30px;
}

.downloadPdf {
    color: #012652;
    padding-left: 40px;
    display: block;
    position: relative;
    text-decoration: none !important;
    line-height: 30px;
}

    .downloadPdf:hover {
        color: #000;
    }

    .downloadPdf:after {
        position: absolute;
        background-position: -261px 0;
        height: 35px;
        left: 3px;
        width: 26px;
        content: "";
        top: 5px;
        background-size: 500px auto;
    }

.middleContent ul {
    padding-top: 7px;
}

.greyBlock a, .middleContent a {
    color: #012652;
    text-decoration: underline;
}

    .greyBlock a:hover, .middleContent a:hover {
        text-decoration: none;
    }

.contentTable td {
    background: #eeeeee;
    padding: 10px 15px;
    width: 25%;
}

.projectsImagesHolder {
    margin-bottom: 25px;
}

    .projectsImagesHolder .eachImg {
        width: 45%;
        margin-right: 3%;
        float: left;
    }

        .projectsImagesHolder .eachImg .caption {
            font-size: 12px;
        }

.form-intro {
    margin-bottom: 15px;
}

.contactPage .field15, .contactPage .formCaptcha, .contactPage .field15 .formLabel {
    float: left;
}
.servicesPage {background: #00008b;}
.printingArea .rightIcons {
    display: none;
}

.mainMenu > li {
    position: relative;
}

.dropDownMenu {
    overflow: visible;
}

    .dropDownMenu li {
        float: none;
        position: relative;
    }

        .dropDownMenu li .dropDownMenuSecondLevel {
            position: absolute;
            left: 100%;
            top: 5px;
            width: 100%;
            display: none !important;
        }

            .dropDownMenu li .dropDownMenuSecondLevel li a {
                background: #F8F8F8 !important;
            }

.hasSubLevel a {
    /*background-image: url(../images/menu-arrow.png) !important;*/
    background-position: 95% center !important;
    background-repeat: no-repeat !important;
}

.searchBlock {
    position: relative;
}

    .searchBlock .errorRecord {
        font-size: 12px;
        position: absolute;
        bottom: -20px;
        left: 0;
    }

.captchaTxt {
    display: inline-block;
    margin-left: 15px;
}

.RadUpload {
    width: 100% !important;
}

    .RadUpload .ruFakeInput {
        width: 215px;
    }

.formDropDown select {
    width: 100% !important;
}

.backButton {
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
    background-image: url(../images/backIcon.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: center left;
    text-decoration: none !important;
    font-weight: 600;
}

.highlightesBlock .topPart {
    background: #f1f1f1;
    padding: 20px 20px 5px;
    position: relative;
}

.highlightesBlock .bottomPart {
    border: 2px solid #f1f1f1;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.highlightesBlock .topPart ul {
    margin-bottom: 0;
}

.highlightesBlock .topPart li {
    display: inline-block;
    width: 28%;
    margin-bottom: 20px;
}

.highlightesBlock .topPart:after {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 100%;
    content: " ";
    margin-left: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid #f1f1f1;
}

.newsListing .listingImage {
    position: relative;
    height: 190px;
    overflow: hidden;
}

    .newsListing .listingImage img {
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.viewAllLink {
    font-size: 22px;
    margin-top: 100px;
}

    .viewAllLink span.crossIcon {
        top: 4px;
    }

.loginDorpdown {
    position: absolute;
    right: 0;
    top: 0;
    background: #002d62;
    padding: 5px;
    z-index: 999;
    top: 48px; 
    display: none;
}

    .loginDorpdown a {
        display: block;
        color: #fff!important;
        padding: 5px;
    }
.topMenu .loginDorpdown a:before {
    display: none;
}
.publTitle {
    font-weight: 400;
    text-decoration: underline;
    color: #000A8B !important;
    line-height: 21px;
    font-size: 25px;
}

.group3, .clearBothForms {
    clear: both;
}

.formCaptcha img {
    width: 40%;
}

.formCaptcha {
    max-width: 70%;
    float: right !important;
}

.noPadding {
    padding: 0;
}

.mainMenu li a.active {
    font-weight: 700;
}

.errorMessageForm {
    font-size: 12px;
    padding-top: 5px;
    position: absolute;
    top: 80px;
}

.leftMenuLinks a {
    color: #000;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    padding-left: 14px;
    border-left: 2px solid transparent;
}

    .leftMenuLinks a:hover, .leftMenuLinks a.active {
        color: #000A8B;
        font-weight: bold;
        border-color: #000A8B;
    }

    .leftMenuLinks a.active {
        font-weight: 600;
    }

.chicklets.sharethis {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

.stButton .stLarge {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    display: inline-block !important;
    height: 15px !important;
    position: relative !important;
    width: 17px !important;
}

.contactPage h4 {
    font-size: 16px;
}

h4 a {
    color: #010101 !important;
    font-weight: 500;
    text-decoration: none !important;
}

#contactForm .securitycodeInput a {
    line-height: 15px;
    max-width: 100%;
    float: right;
}

#contactForm .securitycodeInput {
    width: 50%;
    float: right;
}

#contactForm .securitycode {
    width: 50%;
}

#contactForm .securitycodeInput div {
    width: 80%;
    float: right;
}

#claimsForm input[type="checkbox"]:not(old) + label, #claimsForm input[type="radio"]:not(old) + label {
    padding-left: 45px;
    background-position: -712px -20px;
    margin-bottom: 10px;
}

#claimsForm input[type="radio"]:checked:not(old) + label {
    background-position: -712px 0;
}

#claimsForm td {
    position: relative;
}

html body .RadInput_Default .riError, html body .RadInput_Error_Default, html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default {
    background: transparent !important;
}

#claimsForm h4 {
    margin-bottom: 10px;
}

.formNote {
    font-size: 16px;
    line-height: 16px;
    color: #333;
    margin-bottom: 20px;
}

.securitycodeInput div, .securitycodeInput a {
    display: inline-block;
}

#claimsForm .securitycode {
    width: 230px;
    float: left;
    margin-right: 10px;
}

#claimsForm .securitycodeInput {
    float: left;
    width: 50%;
}

.securitycodeInput a {
    line-height: 30px;
}

.contentText {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
}

#claimsForm {
    padding-bottom: 30px;
}

.applyForm input[type="checkbox"]:not(old) + label, .applyForm input[type="radio"]:not(old) + label {
    margin-left: 0 !important;
}


.footer .safearea {
    float: none;
    padding: 0;
}

.footer .innerPad {
    padding-right: 0;
}

.footerLinks {
    float: left;
    margin-left: 30px;
}

.subscribeBlock {
    width: 320px;
    margin-right: 100px;
    position: relative;
}

.footer h3 {
    font-weight: 400;
}

.clearBoth2 {
    clear: both;
}

.header.hiddenElements .innerPad {
    padding: 30px 30px 20px;
}

.rightAndDutiesPdfs li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.publications .formsButtons {
    text-align: left;
}



.otherField {
    width: 47%;
    margin-top: -20px;
    margin-bottom: 30px !important;
}

@media all and (max-width: 750px) {
    .otherField {
        width: 100%;
    }
}

.instagramIcon {
    background-image: url(../images/instagram.svg) !important;
}

.linkedinIcon {
    background-image: url(../images/linkedin.svg) !important;
}

.skin-dark-theme {
    background: #0d3769 !important;
    font-family: 'Raleway', sans-serif !important;
}

    .skin-dark-theme * {
        font-family: 'Raleway', sans-serif !important;
    }

.ct-header-popup {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700;
}

.ct-ultimate-gdpr-cookie-popup-modern .ct-container {
    width: 90% !important;
    margin-left: 0;
}

.fas.fa-cog {
    display: none;
}

.ct-ultimate-gdpr-cookie-modal-slider li.ct-ultimate-gdpr-cookie-modal-slider-item--active label:after {
    top: 31px !important;
}

.ct-ultimate-gdpr-cookie-modal-slider li label {
    background-image: none !important;
    padding-right: 0 !important;
}

.border-tbl, .border-tbl td {
    border: 1px solid #e4e3e3;
}

    .border-tbl td {
        padding: 8px;
        font-size: 15px;
    }

.externalLink {
    margin-bottom: 0;
}

    .externalLink li {
        margin-bottom: 15px;
        margin-left: 0;
    }

        .externalLink li img {
            max-width: 20px;
            margin-right: 12px;
        }

        .externalLink li:after {
            display: none;
            background-image: url(../images/externalLink.png);
            background-size: 17px;
            width: 25px;
            height: 25px;
            background-position: top left;
            top: 0;
            left: -30px;
        }

        .externalLink li strong {
            font-weight: bold;
        }

/**Revamped css**/
.headerBottomPart {
    float: right;
    clear: both;
}

a.loginLink {
    border: 1px solid #000A8B;
    border-radius: 17px;
    padding: 7px 15px 7px 35px !important;
    display: inline-block;
    font-size: 14px;
    line-height: 16px !important;
    margin-right: 0;
}

    a.loginLink:before {
        display: none;
    }

    a.loginLink span {
        background-position: inherit;
        background-image: url(../images/avatar.svg);
        background-size: contain;
        height: 16px;
        width: 16px;
        left: 10px;
        top: 5px;
    }

.logoHolder {
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    width: 240px;
    height: 55px;
    margin-bottom: 0;
    margin-top: 30px;
}

.topMenu a {
    color: #000A8B;
    font-size: 14px;
    line-height: 32px;
    position: relative;
    padding: 8px 0 8px 20px;
}

.topMenu .countryDrpDwn + a:before {
    display: none;
}

.topMenu a:before {
    content: '|';
    left: 0;
    top: 0;
    position: absolute;
}

.header {
    background: #FFF;
    /* position: fixed;
  z-index: 90;
  left: 0;
  top: 0;*/
    width: 100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.mainMenu a {
    /*padding: 0 8px 30px;*/
    color: #494949;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: capitalize;
}

.countryDrpDwn {
    float: left;
    position: relative;
}

    .countryDrpDwn ul {
        display: none;
        background-color: #FFF;
        padding: 10px;
        position: absolute;
        z-index: 2;
        top: 50%;
        min-width: 200px;
    }

        .countryDrpDwn ul li {
            margin-bottom: 5px;
        }

            .countryDrpDwn ul li a {
                color: #00008B;
                font-size: 14px;
                letter-spacing: 0;
                line-height: 17px;
                text-align: left;
                display: block;
            }

                .countryDrpDwn ul li a:before {
                    display: none;
                }

    .countryDrpDwn > a {
        color: #00008B;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 38px;
        padding-left: 8px;
        position: relative;
        display: block;
        padding-right: 20px;
        padding: 0;
        padding-right: 20px;
        z-index: 3;
    }

        .countryDrpDwn > a:before {
            background-image: url(../images/angleDown.svg);
            background-position: right top;
            background-repeat: no-repeat;
            background-size: contain;
            content: '';
            display: block !important;
            right: 0;
            top: 18px;
            left: auto;
            width: 10px;
            height: 5px;
            position: absolute;
        }

.topMenu {
    float: right;
    width: 720px;
    text-align: right;
}

.header .innerPad {
    padding: 20px 0;
}

.headerBottomPart {
    margin-top: -25px;
}

@media all and (max-width: 1600px) {
    .safearea {
        max-width: 1300px;
        margin: 0 auto;
    }
}

.button.whiteBtn {
    background-color: #3C4AFA;
    padding: 15px 25px;
    text-transform: uppercase;
    font-size: 15px;
    border: 1px solid #3C4AFA;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

    .button.whiteBtn:hover {
        background-color: #FFF;
        color: #3C4AFA;
    }

.searchContainer {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

    .searchContainer .searchBtn {
        background-image: url(../images/search.svg);
        background-position: right top;
        background-repeat: no-repeat;
        background-size: contain;
        width: 24px;
        height: 24px;
        display: inline-block;
        float: right;
    }

    .searchContainer .searchBlock {
        position: absolute;
        right: 0;
        top: 20px;
        background-color: #FFF;
        padding: 10px 20px;
        min-width: 600px;
        box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
        display: none;
        z-index: 10;
    }
    
        .firstBlock .layer {
            float: none;
            background: #000A8B;
            height: 80px;
            line-height: 80px;
            width: auto;
            max-width: 500px;
        }

    .firstBlock .layer h3 {
        font-size: 40px;
        font-weight: 300;
    }

.productIcon {
    margin-bottom: 50px;
}

.productTitle a {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 80%;
    display: block;
    margin: 0 auto;
}

.blueBtn {
    color: #04A2DB !important;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 25px;
    font-weight: 500;
    padding-left: 0;
    text-transform: uppercase;
    background-image: url(../images/blueRightArrow.svg);
    background-position: 100% 5px;
    padding-right: 20px;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
    .blueBtn:hover {
        padding-right: 30px;
    }

    .newsLetterContainer {
        position: relative;
    }

    .newsLetterContainer input[type="button"] {
        position: absolute;
        right: 0;
        background: #000A8B !important;
        border: none;
        top: 0;
        border-radius: 10px;
        text-align: center;
        height: 50px;
        text-transform: uppercase;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
    }

        .newsLetterContainer input[type="button"]:hover {
            color: #000A8B !important;
            background: #FFF !important;
        }

.subscribeBlock input[type="text"] {
    height: 50px;
    background-color: #3B3B3B;
    border-radius: 10px;
    padding: 0 15px;
}

.iosIcon {
    background-image: url(../images/appStore.jpg);
}

.androidIcon {
    background-image: url(../images/playStore.jpg);
}

.socialMedia a {
    background-size: auto;
    background-color: #000000;
    border-radius: 100%;
    border: 1px solid #979797;
    width: 48px;
    min-width: auto;
    margin-right: 10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

    .socialMedia a:hover {
        opacity: 0.5;
    }

.designedBy {
    float: right;
    margin-top: 14px;
}

.copyrightLabel {
    margin-top: 14px;
}

.subLinks, .copyrightLabel {
    display: inline-block;
}

.subLinks {
    width: 50%;
}

.designedBy a {
    font-weight: bold;
}

.responsiveTitle {
    font-weight: 500 !important;
    font-size: 40px !important;
    color: #000A8B !important;
    margin-bottom: 40px;
    line-height: 40px;
}
.greyBlock .layer{
    display: none;
}
.fullContent .innerPad {
    padding-left: 0;
    padding-right: 0;
}
.printIcon{
    display: none!important;
}
.newsListing .newsTitle a {
    margin-bottom: 20px;
    display: block;
}
.newsTitle a:hover {
    color: #012652!important;
}
.mrgb0 {
    margin-bottom: 0 !important;
}
.servicesPage .productTitle a {
    font-size: 27px;
    line-height: 35px;
    font-weight: 500;
}
.servicesPage .productTitle {
    font-size: 23px;
    max-width: 80%;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.landingLinks {
    clear: both;
}
    .landingLinks .col-sm-4 {
        display: inline-block;
        width: calc((100% / 3) - 20px);
  
    }
        .landingLinks .col-sm-4 a {
            display: block;
            text-align: center;
            background-image: url(../images/arrow.svg);
            background-repeat: no-repeat;
            padding-bottom: 50px;
            background-position: bottom center;
            height: 100px;
        }
.mainBanner {
    min-height: 100vh;
    padding: 0;
    margin-bottom: -40px;
}
    .mainBanner .logoHolder {
        display: block;
        width: 100%;
        margin-bottom: 200px;
        background-image: none;
    }
    .landingLinks .col-sm-4 img{
        max-width: 300px;
        margin-bottom: 25px;
    }
.landingLinks .col-sm-4 span {
    display: block;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 500;
}
.disclosure {
    background: #f1f1f1;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 24px;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
}
.disclosure strong{font-weight: bold;}
.additionalNote{
    color: #fff;
    line-height: 24px;
    font-size: 13px;
}