/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
}

    h1 + * {
        margin: .67em 0;
    }

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: 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;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: a;
    animation-name: a;
}

@-webkit-keyframes a {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes a {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translateZ(0);
    }

    .owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
        }

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: scale .1s ease;
    transition: scale .1s ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3,1.3);
        transition: scale(1.3,1.3);
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

@font-face {
    font-family: ieurwd-icons;
    src: url(../fonts/ieurwd-icons.eot?7781s1);
    src: url(../fonts/ieurwd-icons.eot?7781s1#iefix) format("embedded-opentype"), url(../fonts/ieurwd-icons.ttf?7781s1) format("truetype"), url(../fonts/ieurwd-icons.woff?7781s1) format("woff"), url(../fonts/ieurwd-icons.svg?7781s1#ieurwd-icons) format("svg");
    font-weight: 400;
    font-style: normal;
}

.icon-loanData:before {
    content: "\e919";
}

.icon-hamburger:before {
    content: "\e913";
}

.icon-house:before {
    content: "\e914";
}

.icon-cell-phone:before {
    content: "\e915";
}

.icon-train:before {
    content: "\e916";
}

.icon-tshirt:before {
    content: "\e917";
}

.icon-wine:before {
    content: "\e918";
}

.icon-flickr:before {
    content: "\e912";
}

.icon-play2:before {
    content: "\e911";
}

.icon-cross2:before {
    content: "\e910";
}

.icon-added:before {
    content: "\e90d";
}

.icon-delete:before {
    content: "\e90e";
}

.icon-filter:before {
    content: "\e90f";
}

.icon-trash:before {
    content: "\e90c";
}

.icon-general-management:before {
    content: "\e908";
}

.icon-program-finder:before {
    content: "\e909";
}

.icon-sectoral-programs:before {
    content: "\e90a";
}

.icon-special-programs:before {
    content: "\e90b";
}

.icon-laurel-left:before {
    content: "\e906";
}

.icon-laurel-right:before {
    content: "\e907";
}

.icon-enterpreunership-style02:before {
    content: "\e905";
}

.icon-humanities-style02:before {
    content: "\e902";
}

.icon-innovation:before {
    content: "\e903";
}

.icon-diversity:before {
    content: "\e904";
}

.icon-businessSchoolLogo:before {
    content: "\e900";
}

.icon-comparator:before {
    content: "\e901";
}

.icon-list:before {
    content: "\e633";
}

.icon-bulb:before {
    content: "\e630";
}

.icon-globe:before {
    content: "\e631";
}

.icon-briefcase:before {
    content: "\e632";
}

.icon-arrowUpNarrow:before {
    content: "\e62b";
}

.icon-marker-tab:before {
    content: "\e62f";
}

.icon-tumblr:before {
    content: "\e62e";
}

.icon-linkedin-color:before {
    content: "\e62d";
}

.icon-email:before {
    content: "\e62b";
}

.icon-phone:before {
    content: "\e62c";
}

.icon-pinterest:before {
    content: "\e629";
}

.icon-whatsApp:before {
    content: "\e62a";
}

.icon-leftArrowLarge:before {
    content: "\e627";
}

.icon-rightArrowLarge:before {
    content: "\e628";
}

.icon-rrss:before {
    content: "\e626";
}

.icon-back-arrow:before {
    content: "\e623";
}

.icon-check:before {
    content: "\e624";
}

.icon-view-calendar:before {
    content: "\e625";
}

.icon-business-management:before {
    content: "\e61e";
}

.icon-download:before {
    content: "\e61f";
}

.icon-interpersonal-skills:before {
    content: "\e620";
}

.icon-ethics:before {
    content: "\e621";
}

.icon-humanities:before {
    content: "\e622";
}

.icon-instagram:before {
    content: "\e61d";
}

.icon-share:before {
    content: "\e61c";
}

.icon-plus:before {
    content: "\e61b";
}

.icon-view-grid:before {
    content: "\e619";
}

.icon-view-list:before {
    content: "\e61a";
}

.icon-link-blank:before {
    content: "\e615";
}

.icon-play:before {
    content: "\e614";
}

.icon-cross:before {
    content: "\e613";
}

.icon-more:before {
    content: "\e611";
}

.icon-less:before {
    content: "\e612";
}

.icon-arrowUp:before {
    content: "\e610";
}

.icon-arrowDown:before {
    content: "\e600";
}

.icon-arrowBottomNarrow:before {
    content: "\e601";
}

.icon-arrowLeft:before {
    content: "\e602";
}

.icon-arrowRight:before {
    content: "\e603";
}

.icon-arrowLeftNarrow:before {
    content: "\e616";
}

.icon-arrowRightNarrow:before {
    content: "\e617";
}

.icon-compass:before {
    content: "\e604";
}

.icon-facebook:before {
    content: "\e605";
}

.icon-google:before {
    content: "\e606";
}

.icon-ieuLogo:before {
    content: "\e607";
}

.icon-layers:before {
    content: "\e608";
}

.icon-linkedin:before {
    content: "\e609";
}

.icon-pen:before {
    content: "\e60a";
}

.icon-rosette:before {
    content: "\e60b";
}

.icon-search:before {
    content: "\e60c";
}

.icon-triangle:before {
    content: "\e60d";
}

.icon-link-arrow:before {
    content: "\e618";
}

.icon-twitter:before {
    content: "\e60e";
}

.icon-youtube:before {
    content: "\e60f";
}

.imgContainerFull .imageContainer {
    background-color: #fff;
    height: auto;
    padding-bottom: 0 !important;
    overflow: visible;
}

    .imgContainerFull .imageContainer img {
        position: relative;
    }

@media only screen and (min-width:1280px) {
    .imgContainerFull {
        display: block;
    }
}

@media only screen and (max-width:1279px) {
    .imgContainerFull {
        display: block;
    }
}

@media only screen and (max-width:820px) {
    .imgContainerFull {
        display: none;
    }
}

@media only screen and (max-width:600px) {
    .imgContainerFull {
        display: none;
    }
}

.imgContainerFullResp .imageContainer {
    background-color: #fff;
    height: auto;
    padding-bottom: 0 !important;
    overflow: visible;
}

    .imgContainerFullResp .imageContainer img {
        position: relative;
    }

@media only screen and (min-width:1280px) {
    .imgContainerFullResp {
        display: none;
    }
}

@media only screen and (max-width:1279px) {
    .imgContainerFullResp {
        display: none;
    }
}

@media only screen and (max-width:820px) {
    .imgContainerFullResp {
        display: block;
    }
}

@media only screen and (max-width:600px) {
    .imgContainerFullResp {
        display: block;
    }
}

.imageContainer {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
}

    .imageContainer img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        z-index: 2;
    }

    .imageContainer.loading {
        background-color: #00338d;
    }

        .imageContainer.loading img {
            display: none;
        }

        .imageContainer.loading:before {
            content: "";
            position: absolute;
            display: block;
            width: 60px;
            height: 60px;
            left: 50%;
            top: 50%;
            margin-left: -30px;
            margin-top: -30px;
            border: 3px solid;
            box-sizing: border-box;
            border-radius: 50%;
            background-clip: padding-box;
            border-color: #809fb7 hsla(0,0%,100%,.9) #809fb7 #809fb7;
            -webkit-animation: b 1.2s linear infinite;
        }

@-webkit-keyframes b {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
        -webkit-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
    }
}

@keyframes b {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
        -webkit-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
    }
}

html {
    font-size: 112.5%;
}

body, html {
    height: 100%;
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    overflow-x: hidden;
}

    body.lock #general {
        height: 100%;
        overflow: hidden;
    }

[class*=" icon-"], [class^=icon-] {
    font-family: ieurwd-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#loadingFilterLayer.active {
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
}

    #loadingFilterLayer.active:before {
        content: "";
        position: absolute;
        display: block;
        width: 60px;
        height: 60px;
        left: 50%;
        top: 50%;
        margin-left: -30px;
        margin-top: -30px;
        border: 3px solid;
        box-sizing: border-box;
        border-radius: 50%;
        background-clip: padding-box;
        border-color: #00338d hsla(0,0%,100%,.9) #00338d #00338d;
        -webkit-animation: b 1.2s linear infinite;
    }

#general {
    position: relative;
    height: 100%;
}

    #general:before {
        position: fixed;
        content: "";
        background-color: #000;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -100;
    }

:not(.iOS) #general:before {
    transition: opacity .6s ease-out 0ms,z-index 0s linear .6s;
    -webkit-transition: opacity .6s ease-out 0ms,z-index 0s linear .6s;
    -moz-transition: opacity .6s ease-out 0ms,z-index 0s linear .6s;
    -ms-transition: opacity .6s ease-out 0ms,z-index 0s linear .6s;
    -o-transition: opacity .6s ease-out 0ms,z-index 0s linear .6s;
}

#general.overlay:before {
    background-color: #000;
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
}

:not(.iOS) #general.overlay:before {
    transition: opacity .5s ease-out .6s;
    -webkit-transition: opacity .5s ease-out .6s;
    -moz-transition: opacity .5s ease-out .6s;
    -ms-transition: opacity .5s ease-out .6s;
    -o-transition: opacity .5s ease-out .6s;
}

:not(.iOS) #general.menuopen:before {
    transition: opacity .5s ease-out 0ms !important;
    -webkit-transition: opacity .5s ease-out 0ms !important;
    -moz-transition: opacity .5s ease-out 0ms !important;
    -ms-transition: opacity .5s ease-out 0ms !important;
    -o-transition: opacity .5s ease-out 0ms !important;
}

.content {
    position: relative;
}

:not(.iOS) .content {
    -webkit-transition: -webkit-transform .5s cubic-bezier(.55,0,.1,1);
    transition: transform .5s cubic-bezier(.55,0,.1,1);
}

.content > section.module-featuredDistributor:last-child, .content > section.subModule-featuredDistributor:last-child {
    margin-bottom: 100px;
}

@media only screen and (max-width:820px) {
    .content > section.module-featuredDistributor:last-child, .content > section.subModule-featuredDistributor:last-child {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width:600px) {
    .content > section.module-featuredDistributor:last-child, .content > section.subModule-featuredDistributor:last-child {
        margin-bottom: 50px;
    }
}

body.move .content {
    transform: translate3d(-15%,0,0);
    -webkit-transform: translate3d(-15%,0,0);
    -ms-transform: translate3d(-15%,0,0);
}

.content .contentTwoColumns {
    position: relative;
    padding: 88px 70px 90px;
}

@media only screen and (max-width:1150px) {
    .content .contentTwoColumns {
        padding: 60px 70px;
    }
}

@media only screen and (max-width:1024px) {
    .content .contentTwoColumns {
        padding: 60px 44px;
    }
}

@media only screen and (max-width:600px) {
    .content .contentTwoColumns {
        padding: 50px 20px;
    }
}

.content .contentTwoColumns .contentTwoColumnsInner {
    position: relative;
    max-width: 1542px;
    margin: 0 auto;
}

    .content .contentTwoColumns .contentTwoColumnsInner:after {
        content: "";
        display: block;
        clear: both;
    }

.content .contentTwoColumns .contentMain {
    float: left;
}

    .content .contentTwoColumns .contentMain.style02 {
        float: right;
        margin-right: 0;
    }

@media only screen and (max-width:1150px) {
    .content .contentTwoColumns .contentMain {
        width: 100%;
    }
}

.content .contentTwoColumns .contentMain .orientation {
    padding: 0;
}

    .content .contentTwoColumns .contentMain .orientation + .module {
        margin-top: 40px;
    }

@media only screen and (max-width:600px) {
    .content .contentTwoColumns .contentMain .orientation + .module {
        margin-top: 30px;
    }
}

.content .contentTwoColumns .contentMain > .module.module-bg1 {
    padding-left: 0;
    padding-right: 0;
}

    .content .contentTwoColumns .contentMain > .module.module-bg1 + .module-bg1 {
        padding-top: 0;
    }

@media only screen and (max-width:820px) {
    .content .contentTwoColumns .contentMain > .module.module-bg1 + .module-bg1 {
        padding-top: 30px;
    }
}

@media only screen and (max-width:600px) {
    .content .contentTwoColumns .contentMain > .module.module-bg1 + .module-bg1 {
        padding-top: 0;
    }
}

.content .contentTwoColumns .contentMain > .module:first-child {
    border-top: 0;
}

    .content .contentTwoColumns .contentMain > .module:first-child:not(.module-result) {
        padding-top: 0;
    }

.content .contentTwoColumns .contentMain > .module .module_intro, .content .contentTwoColumns .contentMain > .module .module_title {
    width: 100%;
}

.content .contentTwoColumns .contentMain > .module + .module-pagination {
    margin-top: 55px;
}

    .content .contentTwoColumns .contentMain > .module + .module-pagination:last-child {
        padding-bottom: 0;
    }

@media only screen and (max-width:820px) {
    .content .contentTwoColumns .contentMain > .module + .module-pagination {
        margin-right: -44px;
        margin-left: -44px;
    }
}

@media only screen and (max-width:600px) {
    .content .contentTwoColumns .contentMain > .module + .module-pagination {
        margin-top: 35px;
        margin-right: -20px;
        margin-left: -20px;
    }
}

.content .contentTwoColumns .contentSidebar {
    float: right;
    display: block;
    position: relative;
}

    .content .contentTwoColumns .contentSidebar.style02 {
        float: left;
    }

    .content .contentTwoColumns .contentSidebar:not(.style02) {
        margin-right: 0;
    }

@media only screen and (max-width:1150px) {
    .content .contentTwoColumns .contentSidebar {
        display: none;
    }
}

.content .contentTwoColumns .contentSidebar .fixed {
    z-index: 3;
    position: fixed;
    top: 30px;
    width: 27.85%;
    -webkit-animation: c .22s ease-out;
    animation: c .22s ease-out;
}

@media only screen and (min-width:1542px) {
    .content .contentTwoColumns .contentSidebar .fixed.fixed {
        width: 472px;
    }
}

@media only screen and (max-width:1700px) and (min-width:1542px) {
    .content .contentTwoColumns .contentSidebar .fixed.fixed {
        width: 28%;
    }
}

body:not(.iOS):not(.criOS) .content .contentTwoColumns .contentSidebar .fixed.module.appear {
    transition: transform .22s ease-out 0s;
    -webkit-transition: transform .22s ease-out 0s;
    -moz-transition: transform .22s ease-out 0s;
    -ms-transition: transform .22s ease-out 0s;
    -o-transition: transform .22s ease-out 0s;
}

body:not(.iOS):not(.criOS) .content .contentTwoColumns .contentSidebar .fixed.extraTop.module.appear {
    transform: translate3d(0,130px,0);
    -webkit-transform: translate3d(0,130px,0);
    -ms-transform: translate3d(0,130px,0);
}

.content .contentTwoColumns .contentSidebar .module-findYourProgram {
    padding: 0 40px 40px;
}

@media only screen and (max-width:1150px) {
    .content .contentTwoColumns.template-result .contentSidebar {
        float: none;
        display: block;
        width: auto;
        margin-right: -70px;
        margin-left: -70px;
    }

        .content .contentTwoColumns.template-result .contentSidebar .module-findYourProgram.style02 {
            width: 100%;
            padding-bottom: 0;
        }

            .content .contentTwoColumns.template-result .contentSidebar .module-findYourProgram.style02 .module_title {
                padding: 24px 150px 24px 70px;
            }

        .content .contentTwoColumns.template-result .contentSidebar + .contentMain {
            margin-top: 50px;
        }
}

@media only screen and (max-width:1024px) {
    .content .contentTwoColumns.template-result .contentSidebar {
        margin-right: -44px;
        margin-left: -44px;
    }

        .content .contentTwoColumns.template-result .contentSidebar .module-findYourProgram.style02 .module_title {
            padding: 24px 100px 24px 44px;
        }
}

@media only screen and (max-width:600px) {
    .content .contentTwoColumns.template-result .contentSidebar {
        margin-right: -20px;
        margin-left: -20px;
    }

        .content .contentTwoColumns.template-result .contentSidebar .module-findYourProgram.style02 {
            padding: 0 20px;
        }

            .content .contentTwoColumns.template-result .contentSidebar .module-findYourProgram.style02 .module_title {
                margin-left: -20px;
                margin-right: -20px;
                padding: 24px 60px 24px 20px;
            }

        .content .contentTwoColumns.template-result .contentSidebar + .contentMain {
            margin-top: 30px;
        }
}

* {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

    h1 + *, h2 + *, h3 + *, h4 + *, h5 + *, h6 + * {
        margin-top: 1em;
    }

a:not(.header_logo) {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}

:not(.iOS) a:not(.header_logo) {
    transition: color .15s;
    -webkit-transition: color .15s;
    -moz-transition: color .15s;
    -ms-transition: color .15s;
    -o-transition: color .15s;
}

.noTouchDevice a:not(.header_logo):hover {
    /*color: #00338d;*/
}

.link-external:after {
    content: "\e615" !important;
    font-size: 1.0666666666666667em;
    font-family: ieurwd-icons;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
}

.link-arrow, .link-trash {
    position: relative;
}

    .link-arrow:after, .link-trash:after {
        position: relative;
        font-family: ieurwd-icons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e618";
        font-size: .8181818181818182em;
        margin-left: 8px;
    }

.ie9 .link-arrow:after, .ie9 .link-trash:after, .ie10 .link-arrow:after, .ie10 .link-trash:after, .ie11 .link-arrow:after, .ie11 .link-trash:after {
    font-size: 9px;
}

.link-arrow.link-trash, .link-trash.link-trash {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 25px;
}

    .link-arrow.link-trash:after, .link-trash.link-trash:after {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        margin-top: -1px;
        font-size: 18px;
        display: inline-block;
        vertical-align: middle;
        content: "\e90c";
    }

.noTouchDevice .link-arrow.link-trash:hover, .noTouchDevice .link-trash.link-trash:hover {
    color: #5c88ab;
}

    .noTouchDevice .link-arrow.link-trash:hover:after, .noTouchDevice .link-trash.link-trash:hover:after {
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

.link-download {
    position: relative;
    color: #00338d;
    font-family: Montserrat;
    font-size: .6111111111111112em;
    line-height: 1.6363636363636365em;
    letter-spacing: .06363636363636em;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
}

    .link-download:after {
        display: inline-block;
        transform: translateX(0) translateZ(0);
        -webkit-transform: translateX(0) translateZ(0);
        -ms-transform: translateX(0) translateZ(0);
    }

body:not(.iOS):not(.criOS) .link-download:after {
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
}

.noTouchDevice .link-download:hover:after {
    transform: translateY(3px) translateZ(0);
    -webkit-transform: translateY(3px) translateZ(0);
    -ms-transform: translateY(3px) translateZ(0);
}

.link-download:after {
    position: relative;
    font-family: ieurwd-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e61f";
    font-size: 1.5454545454545454em;
    margin-left: 10px;
    top: 3px;
}

.ie9 .link-download:after, .ie10 .link-download:after, .ie11 .link-download:after {
    font-size: 17px;
}

.linkBox {
    position: relative;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    font-family: Montserrat;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    z-index: 0;
    transition: color .2s ease-out .1s,border .15s ease-out .2s;
    -webkit-transition: color .2s ease-out .1s,border .15s ease-out .2s;
    -moz-transition: color .2s ease-out .1s,border .15s ease-out .2s;
    -ms-transition: color .2s ease-out .1s,border .15s ease-out .2s;
    -o-transition: color .2s ease-out .1s,border .15s ease-out .2s;
}

    .linkBox i {
        margin-left: 15px;
    }

        .linkBox i.icon-link-blank {
            font-size: 11px;
        }

    .linkBox.download span {
        z-index: 3;
    }

        .linkBox.download span, .linkBox.download span:before {
            position: relative;
            display: inline-block;
            vertical-align: middle;
        }

            .linkBox.download span:before {
                content: "\e61f";
                font-family: ieurwd-icons;
                font-size: 1.5em;
                font-weight: 400;
                margin-right: 12px;
            }

.noTouchDevice .linkBox.download:hover span:before {
    -webkit-animation: o 1s forwards linear infinite;
    animation: o 1s forwards linear infinite;
}

.linkBox:after {
    z-index: -1;
    left: 50%;
    right: 50%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: left .2s ease-out,right .2s ease-out,opacity .2s ease-out,background-color .2s ease-out;
    transition: left .2s ease-out,right .2s ease-out,opacity .2s ease-out,background-color .2s ease-out;
}

.linkBox:after, .linkBox:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
}

.linkBox:before {
    z-index: -2;
    left: 0;
    right: 0;
}

.noTouchDevice .linkBox:hover:after {
    left: 0;
    right: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.linkButton {
    font-family: Montserrat;
    font-size: .6111111111111112em;
    line-height: 2.272727272727273em;
    font-weight: 800;
    letter-spacing: .06363636363636em;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    border: 1px solid #00338d;
    padding: 0 35px;
    z-index: 1;
    display: inline-block;
    margin-right: 20px;
    margin-top: 15px;
    -webkit-transition: color .2s ease-out,border-color .2s ease-out;
    transition: color .2s ease-out,border-color .2s ease-out;
}

    .linkButton:before {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1;
        background-color: #00338d;
        -webkit-transition: width .2s ease-out,left .2s ease-out,right .2s ease-out;
        transition: width .2s ease-out,left .2s ease-out,right .2s ease-out;
    }

.noTouchDevice .linkButton:hover {
    color: #333;
    border-color: #333;
}

    .noTouchDevice .linkButton:hover:before {
        left: 50%;
        right: 50%;
    }

.linkButton.style01 {
    color: #333;
    border-color: #333;
}

    .linkButton.style01:before {
        left: 50%;
        right: 50%;
    }

.noTouchDevice .linkButton.style01:hover {
    color: #fff;
    border-color: #00338d;
}

    .noTouchDevice .linkButton.style01:hover:before {
        left: 0;
        right: 0;
    }

.linkButton.style02 {
    color: #fff;
    border-color: #00338d;
    background-color: #00338d;
}

    .linkButton.style02:before {
        left: 50%;
        right: 50%;
        background-color: #032c4b;
    }

.noTouchDevice .linkButton.style02:hover {
    color: #fff;
    border-color: #032c4b;
}

    .noTouchDevice .linkButton.style02:hover:before {
        left: 0;
        right: 0;
    }

.linkButton:first-child {
    margin-left: 0;
}

@media only screen and (max-width:1280px) {
    .linkButton .linkButton {
        margin-bottom: 9px;
    }
}

.link-contact {
    position: relative;
    padding-left: 32px;
    font-family: Rational-Book;
    font-size: 16px !important;
    font-size: .8333333333333334em;
    color: #000;
    text-decoration: none;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

@media only screen and (max-width:600px) {
    .link-contact {
        font-size: .7777777777777778em;
    }
}

body:not(.iOS):not(.criOS) .link-contact:hover {
    color: #809fb7;
}

.link-contact:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -11px;
    font-family: ieurwd-icons;
    color: #333;
}

.link-contact.icon-phone:before {
    font-size: 1.4em;
}

.link-contact.icon-email:before {
    top: 50%;
    margin-top: -9px;
    font-size: 1.2em;
}

.module_action {
    display: inline-block;
    position: relative;
    min-width: 120px;
    text-align: left;
    color: #00338d;
}

    .module_action.icon-left a.module_actionName:before {
        display: none;
    }

    .module_action.icon-left a.module_actionName .module_iconAnimation {
        margin-right: 5px;
        margin-left: -5px;
    }

    .module_action.icon-left a.module_actionName .module_actionDesc {
        left: 2px;
    }

    .module_action.icon-right a.module_actionName:after {
        display: none;
    }

    .module_action.icon-right a.module_actionName .module_iconAnimation {
        margin-left: 5px;
        margin-right: -5px;
    }

    .module_action.added a.module_actionName:after, .module_action.added a.module_actionName:before {
        content: attr(data-added);
        -webkit-animation: c .66s ease-out;
        animation: c .66s ease-out;
    }

    .module_action.added a.module_actionName.delete, .noTouchDevice .module_action.added a.module_actionName.rollover:hover {
        color: #00338d;
    }

        .module_action.added a.module_actionName.delete:before, .noTouchDevice .module_action.added a.module_actionName.rollover:hover:before {
            content: attr(data-delete);
            -webkit-animation: c .66s ease-out;
            animation: c .66s ease-out;
        }

        .module_action.added a.module_actionName.delete .module_iconAnimation, .noTouchDevice .module_action.added a.module_actionName.rollover:hover .module_iconAnimation {
            text-align: center;
        }

            .module_action.added a.module_actionName.delete .module_iconAnimation:before, .noTouchDevice .module_action.added a.module_actionName.rollover:hover .module_iconAnimation:before {
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
                visibility: visible;
            }

            .module_action.added a.module_actionName.delete .module_iconAnimation svg, .noTouchDevice .module_action.added a.module_actionName.rollover:hover .module_iconAnimation svg {
                visibility: hidden;
                -webkit-opacity: 0;
                -moz-opacity: 0;
                opacity: 0;
                -webkit-animation: none;
                animation: none;
            }

                .module_action.added a.module_actionName.delete .module_iconAnimation svg path, .noTouchDevice .module_action.added a.module_actionName.rollover:hover .module_iconAnimation svg path {
                    fill: #00338d;
                }

    .module_action.added a.module_actionDesc {
        visibility: visible;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }

    .module_action.added .module_iconAnimation svg {
        transform: translateX(-91.6667%);
        -webkit-transform: translateX(-91.6667%);
        -ms-transform: translateX(-91.6667%);
    }

    .module_action.added.timeout a.module_actionDesc {
        transition: transform .22s ease-out,opacity .22s ease-out,visibility 0s linear .22s;
        -webkit-transition: transform .22s ease-out,opacity .22s ease-out,visibility 0s linear .22s;
        -moz-transition: transform .22s ease-out,opacity .22s ease-out,visibility 0s linear .22s;
        -ms-transition: transform .22s ease-out,opacity .22s ease-out,visibility 0s linear .22s;
        -o-transition: transform .22s ease-out,opacity .22s ease-out,visibility 0s linear .22s;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        visibility: hidden;
        pointer-events: none;
    }

    .module_action a.module_actionName {
        font-weight: 800;
    }

        .module_action a.module_actionName.avoidDoubleClick {
            pointer-events: none;
        }

        .module_action a.module_actionName:before {
            content: attr(data-comparator);
        }

        .module_action a.module_actionName:after {
            display: inline-block;
            vertical-align: middle;
            content: attr(data-comparator);
        }

.noTouchDevice .module_action a.module_actionName:hover .module_iconAnimation svg path {
    fill: #5c88ab;
}

.module_action a.module_actionDesc {
    position: absolute;
    top: -22px;
    width: 150px;
    right: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transition: transform .22s ease-out,opacity .22s ease-out;
    -webkit-transition: transform .22s ease-out,opacity .22s ease-out;
    -moz-transition: transform .22s ease-out,opacity .22s ease-out;
    -ms-transition: transform .22s ease-out,opacity .22s ease-out;
    -o-transition: transform .22s ease-out,opacity .22s ease-out;
}

@media only screen and (max-width:600px) {
    .module_action a.module_actionDesc {
        top: -18px;
    }
}

.noTouchDevice .module_action a:hover {
    color: #5c88ab;
}

.module_action .module_iconAnimation {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 40px;
    width: 40px;
    margin-top: -2px;
    cursor: pointer;
}

    .module_action .module_iconAnimation:before {
        content: "\e90e";
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        margin: -11px 0 0 -10px;
        font-family: ieurwd-icons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px;
        color: #00338d;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        visibility: hidden;
        transition: opacity .2s ease-out,visibility .2s ease-out;
        -webkit-transition: opacity .2s ease-out,visibility .2s ease-out;
        -moz-transition: opacity .2s ease-out,visibility .2s ease-out;
        -ms-transition: opacity .2s ease-out,visibility .2s ease-out;
        -o-transition: opacity .2s ease-out,visibility .2s ease-out;
    }

    .module_action .module_iconAnimation svg {
        height: 40px;
        transition: transform .2s steps(11),opacity 1s ease-out,visibility 1s ease-out;
        -webkit-transition: transform .2s steps(11),opacity 1s ease-out,visibility 1s ease-out;
        -moz-transition: transform .2s steps(11),opacity 1s ease-out,visibility 1s ease-out;
        -ms-transition: transform .2s steps(11),opacity 1s ease-out,visibility 1s ease-out;
        -o-transition: transform .2s steps(11),opacity 1s ease-out,visibility 1s ease-out;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
    }

.ie9 .module_action .module_iconAnimation svg, .ie10 .module_action .module_iconAnimation svg, .ie11 .module_action .module_iconAnimation svg {
    width: 470px;
}

.module_action .module_iconAnimation svg path {
    fill: #00338d;
    transition: fill .22s ease-out;
    -webkit-transition: fill .22s ease-out;
    -moz-transition: fill .22s ease-out;
    -ms-transition: fill .22s ease-out;
    -o-transition: fill .22s ease-out;
}

.button-small {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    max-width: 85px;
    text-align: center;
    color: #333;
    border: 1px solid #333;
    font-family: Montserrat;
    font-size: .6111111111111112rem;
    line-height: 1.5454545454545454em;
    font-weight: 800;
    letter-spacing: .06363636363636em;
    text-transform: uppercase;
    background-color: transparent;
    position: relative;
    padding: 7px 12px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: color .2s ease-out,border-color .2s ease-out,-webkit-transform .2s ease-out;
    transition: color .2s ease-out,border-color .2s ease-out,transform .2s ease-out;
}

@media only screen and (max-width:1084px) {
    .button-small {
        width: 100%;
    }
}

.button-small:before {
    width: 0;
    z-index: -1;
    -webkit-transition: width .2s ease-out,left .2s ease-out,right .2s ease-out;
    transition: width .2s ease-out,left .2s ease-out,right .2s ease-out;
}

.button-small:after, .button-small:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.button-small:after {
    width: auto;
    z-index: -2;
}

.button-small.button-ical:before {
    background-color: #bc5755;
}

.noTouchDevice .button-small.button-ical:hover {
    color: #fff;
    border-color: #bc5755;
}

.button-small.button-ics:before {
    background-color: #3e78bf;
}

.noTouchDevice .button-small.button-ics:hover {
    color: #fff;
    border-color: #3e78bf;
}

.button-small.register_link {
    width: auto;
    max-width: none;
    color: #fff;
}

    .button-small.register_link:before {
        background-color: #062c4a;
    }

    .button-small.register_link:after {
        background-color: #00338d;
    }

.noTouchDevice .button-small.register_link:hover {
    color: #fff;
    border-color: #00338d;
}

    .noTouchDevice .button-small.register_link:hover:before {
        width: 100%;
        left: 0;
        right: 0;
    }

.button-small:not(.button-inside):hover {
    color: transparent !important;
    -webkit-transition: color .2s ease-out .2s,border-color .2s ease-out,-webkit-transform .2s ease-out;
    transition: color .2s ease-out .2s,border-color .2s ease-out,transform .2s ease-out;
}

    .button-small:not(.button-inside):hover:after, .button-small:not(.button-inside):hover:before {
        display: none !important;
    }

    .button-small:not(.button-inside):hover .button-small {
        -webkit-transition: color .2s ease-out,border-color .2s ease-out,-webkit-transform .2s ease-out .2s;
        transition: color .2s ease-out,border-color .2s ease-out,transform .2s ease-out .2s;
    }

        .button-small:not(.button-inside):hover .button-small, .button-small:not(.button-inside):hover .button-small + .button-small {
            transform: translateX(0);
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
        }

.button-small .button-small {
    position: absolute;
    margin-top: 0;
    width: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    border-width: 0 1px 0 0;
    transform: translateX(-102%);
    -webkit-transform: translateX(-102%);
    -ms-transform: translateX(-102%);
}

    .button-small .button-small span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
    }

    .button-small .button-small + .button-small {
        left: auto;
        right: 0;
        border-width: 0;
        transform: translateX(102%);
        -webkit-transform: translateX(102%);
        -ms-transform: translateX(102%);
    }

.noTouchDevice .button-small:hover {
    color: #fff;
    border-color: #00338d;
}

    .noTouchDevice .button-small:hover:before {
        width: 100%;
        left: 0;
        right: 0;
    }

.button-small + .button-small {
    border-left: 0;
}

.button-filter {
    position: relative;
    padding: 0 0 0 20px;
    border: 0;
    background: none;
}

    .button-filter:before {
        position: absolute;
        top: 50%;
        left: 0;
        display: inline-block;
        vertical-align: middle;
        margin-top: -5px;
        margin-right: 10px;
        font-family: ieurwd-icons;
        speak: none;
        font-style: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 400;
        color: #00338d;
    }

.noTouchDevice .button-filter:hover {
    color: #00338d;
}

    .noTouchDevice .button-filter:hover:before {
        transition: transform .12s ease-out;
        -webkit-transition: transform .12s ease-out;
        -moz-transition: transform .12s ease-out;
        -ms-transition: transform .12s ease-out;
        -o-transition: transform .12s ease-out;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }

.contactAddress {
    font-family: PT Serif;
    position: relative;
    line-height: 26px;
    font-size: .8333333333333334em;
    font-weight: 400;
    line-height: 1.7333333333333334em;
    padding-left: 32px;
}

    .contactAddress:before {
        font-family: ieurwd-icons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        font-size: 1.4em;
        left: 0;
        top: 2px;
    }

.textDivide {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

@media only screen and (max-width:820px) {
    .textDivide {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
    }
}

ol.list-basic, ul.list-basic {
    margin: 0;
    padding: 0;
    padding-left: 100px;
}

    ol.list-basic li, ul.list-basic li {
        font-size: .8333333333333334em;
        line-height: 1.7333333333333334em;
        letter-spacing: 0;
        margin-bottom: 0;
    }

    ol.list-basic > li, ul.list-basic > li {
        position: relative;
        font-weight: 400;
    }

        ol.list-basic > li:before, ul.list-basic > li:before {
            left: -37px;
        }

        ol.list-basic > li + li, ul.list-basic > li + li {
            margin-top: 1.7777777777777777em;
        }

        ol.list-basic > li ol, ol.list-basic > li ul, ul.list-basic > li ol, ul.list-basic > li ul {
            list-style: none;
            margin-top: 15px;
            padding-left: 50px;
        }

            ol.list-basic > li ol > li, ol.list-basic > li ul > li, ul.list-basic > li ol > li, ul.list-basic > li ul > li {
                position: relative;
                font-size: 1em;
            }

                ol.list-basic > li ol > li + li, ol.list-basic > li ul > li + li, ul.list-basic > li ol > li + li, ul.list-basic > li ul > li + li {
                    margin-top: .6666666666666666em;
                }

                ol.list-basic > li ol > li:before, ol.list-basic > li ul > li:before, ul.list-basic > li ol > li:before, ul.list-basic > li ul > li:before {
                    left: -23px;
                }

    ol.list-basic + .content_title, ul.list-basic + .content_title {
        margin-top: 55px;
    }

    ol.list-basic + .content_titleMain, ul.list-basic + .content_titleMain {
        margin-top: 85px;
    }

    ol.list-basic + p, ul.list-basic + p {
        margin-top: 32px;
    }

    ol.list-basic + .module-wysiwyg_highlightedText, ul.list-basic + .module-wysiwyg_highlightedText {
        margin-top: 65px;
    }

ol.list-basic {
    list-style: none;
    counter-reset: a;
}

    ol.list-basic > li {
        counter-increment: a;
    }

        ol.list-basic > li:before {
            content: counter(a) ".";
            position: absolute;
            top: 0;
            font-weight: 700;
        }

ul.list-basic {
    list-style: none;
}

    ul.list-basic > li:before {
        content: "\b7";
        position: absolute;
        top: -2px;
        font-size: 2.5em;
    }

.title01 {
    font-family: Montserrat;
    font-size: 2.7777777777777777em;
    line-height: 1.2em;
    letter-spacing: .005em;
    text-transform: uppercase;
}

@media only screen and (min-width:1542px) {
    .title01 {
        font-size: 3.24254215vw;
        line-height: 4.2vw;
        letter-spacing: .00357142857143em;
    }
}

@media only screen and (max-width:600px) {
    .title01 {
        font-size: 1.5555555555555556em;
        line-height: 1.2142857142857142em;
        letter-spacing: .00892857142857em;
    }
}

.title02 {
    font-family: Montserrat;
    font-size: 1.9444444444444444em;
    line-height: 1.2em;
    letter-spacing: .00714285714286em;
    text-transform: uppercase;
    font-weight: 800;
}

@media only screen and (max-width:600px) {
    .title02 {
        font-size: 1.1111111111111112em;
        line-height: 1.3em;
        letter-spacing: .0125em;
    }
}

.title02_02 {
    font-family: Montserrat;
    font-size: 1.9444444444444444em;
    line-height: 1.2em;
    letter-spacing: .00714285714286em;
    font-weight: 800;
    text-transform: uppercase;
}

@media only screen and (min-width:1542px) {
    .title02_02 {
        font-size: 3.0555555555555554em;
        line-height: 1.2727272727272727em;
        letter-spacing: .00454545454545em;
    }
}

@media only screen and (max-width:600px) {
    .title02_02 {
        font-size: 1.1111111111111112em;
        line-height: 1.3em;
        letter-spacing: .0125em;
    }
}

.title03 {
    line-height: 1.3571428571428572em;
    letter-spacing: .02em;
}

@media only screen and (max-width:600px) {
    #myTab li {
        width: 100% !important;
    }

    .UrunBaslik {
        margin-left: 0vh !important;
    }

    .Urun {
        margin-top: 2vh;
        margin-left: 0vh !important;
        width: 100% !important;
    }

    .title03 {
        font-size: 1.1111111111111112em;
        line-height: 1.3em;
    }
}

.title04 {
    font-family: Montserrat;
    font-size: .8333333333333334em;
    line-height: 1.7333333333333334em;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: 800;
}

@media only screen and (min-width:1542px) {
    .title04 {
        font-size: 1em;
        line-height: 1.5555555555555556em;
    }
}

@media only screen and (max-width:600px) {
    .title04 {
        font-size: .7222222222222222em;
        line-height: 1.8461538461538463em;
    }
}

.title05 {
    font-family: Montserrat;
    font-size: 1em;
    line-height: 1.61111111111111em;
    letter-spacing: .02777777777778em;
    text-transform: uppercase;
    font-weight: 800;
}

@media only screen and (min-width:1542px) {
    .title05 {
        font-size: 1em;
        line-height: 1.5555555555555556em;
    }
}

@media only screen and (max-width:600px) {
    .title05 {
        font-size: .7222222222222222em;
        line-height: 1.8461538461538463em;
    }
}

.title06 {
    font-family: Montserrat;
    font-size: .6111111111111112em;
    line-height: 1.5454545454545454em;
    text-transform: uppercase;
    letter-spacing: .06363636em;
}

@media only screen and (min-width:1542px) {
    .title06 {
        font-size: .7222222222222222em;
    }
}

.title07 {
    font-family: Montserrat;
    font-size: .6111111111111112em;
    line-height: 1.6363636363636365em;
    text-transform: uppercase;
}

.title07, .title08 {
    letter-spacing: 0;
    font-weight: 400;
}

.title08 {
    font-size: 1em;
    line-height: 1.7em;
    text-align: left;
}

@media only screen and (min-width:1542px) {
    .title08 {
        font-size: 1.2222222222222223em;
        line-height: 1.5909090909090908em;
    }
}

@media only screen and (max-width:600px) {
    .title08 {
        font-size: .7777777777777778em;
        line-height: 1.5714285714285714em;
        font-weight: 800;
    }
}

.module .title09.link-external.style03, .title09, .title09.link-external.style03 {
    font-size: .8333333333333334em;
    line-height: 1.7333333333333334em;
    letter-spacing: 0;
}

@media only screen and (min-width:1542px) {
    .module .title09.link-external.style03, .title09, .title09.link-external.style03 {
        font-size: .9444444444444444em;
        line-height: 1.6470588235294117em;
    }
}

@media only screen and (max-width:820px) {
    .module .title09.link-external.style03, .title09, .title09.link-external.style03 {
        font-size: .7777777777777778em;
        line-height: 1.5714285714285714em;
    }
}

.title10 {
    font-family: PT Serif;
    font-size: 2em;
    line-height: 1.33333333333333em;
    font-weight: 400;
    text-transform: none;
}

@media only screen and (min-width:1542px) {
    .title10 {
        font-size: 2.5em;
        line-height: 1.4em;
    }
}

@media only screen and (max-width:600px) {
    .title10 {
        font-size: 1.5555555555555556em;
    }
}

.title11 {
    font-family: Montserrat;
    font-size: .7em;
    line-height: 2.6142857142857143em;
    font-weight: 800;
    letter-spacing: .01785714285714286em;
}

.title12 {
    font-family: PT Serif;
    font-size: .7222222222222222em;
    line-height: 1.8461538461538463em;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

@media only screen and (max-width:1240px) {
    .title12 {
        line-height: 1.6923076923076923em;
    }
}

@media only screen and (max-width:600px) {
    .title12 {
        font-size: .6666666666666666em;
    }
}

.title12.style02 {
    font-style: italic;
}

.title13 {
    font-family: Montserrat;
    font-size: .6111111111111112em;
    line-height: 1.5454545454545454em;
    text-transform: uppercase;
    letter-spacing: .06363636em;
    font-weight: 800;
}

@media only screen and (min-width:1542px) {
    .title13 {
        font-size: .7222222222222222em;
    }
}

.title14 {
    font-family: Montserrat;
    font-size: 5.555555555555555em;
    line-height: 1.2em;
    font-weight: 800;
    text-transform: uppercase;
}

@media only screen and (max-width:600px) {
    .title14 {
        font-size: 4.444444444444445em;
    }
}

.title15 {
    font-family: PT Serif;
    font-size: .8333333333333334em;
    line-height: 1.7333333333333334em;
    font-weight: 400;
    font-style: italic;
}

@media only screen and (max-width:600px) {
    .title15 {
        font-size: .7222222222222222em;
    }
}

.title15.style02, .title15.style03 {
    font-style: normal;
}

@media only screen and (min-width:600px) {
    .title15.style03 {
        font-size: .7222222222222222em;
    }
}

.title16 {
    font-family: Montserrat;
    font-size: .6111111111111112em;
    line-height: 1.5454545454545454em;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400;
}

@media only screen and (min-width:1542px) {
    .title16 {
        font-size: .7222222222222222em;
    }
}

@media only screen and (max-width:600px) {
    .title16 {
        font-size: .5555555555555556em;
        line-height: 1.4em;
    }
}

.title16.style02 {
    font-weight: 800;
}

.title17 {
    font-size: 3.3333333333333335em;
    line-height: 1.2em;
}

.title17, .title18 {
    font-family: Montserrat;
    font-weight: 800;
    text-transform: uppercase;
}

.title18 {
    font-size: .7222222222222222em;
}

.title18, .title20 {
    line-height: 1.4em;
    letter-spacing: .019230769230769232em;
}

.title20 {
    font-family: Montserrat;
    font-size: 1.1111111111111112em;
    font-weight: 800;
    text-transform: uppercase;
}

.title21 {
    font-family: PT Serif;
    font-size: 1.6666666666666667em;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: 0;
}

@media only screen and (max-width:600px) {
    .title21 {
        font-size: 1em;
        line-height: 1.7222222222222223em;
    }
}

.title21.style02 {
    font-style: italic;
}

.title22 {
    font-family: PT Serif;
    font-size: 1.6666666666666667em;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: 0;
}

@media only screen and (max-width:600px) {
    .title22 {
        font-size: .8333333333333334em;
        line-height: 1.7333333333333334em;
    }
}

.title23 {
    font-size: .8333333333333334em;
    line-height: 1.7333333333333334em;
    font-weight: 400;
}

@media only screen and (max-width:600px) {
    .title23 {
        font-size: .7222222222222222em;
        line-height: 1.6923076923076923em;
    }
}

.title24 {
    font-family: Montserrat;
    font-size: .8333333333333334em;
    line-height: 1.7333333333333334em;
    letter-spacing: .025em;
    font-weight: 800;
    text-transform: uppercase;
}

@media only screen and (max-width:600px) {
    .title24 {
        font-size: .7222222222222222em;
        line-height: 1.6923076923076923em;
    }
}

.field {
    display: inline-block;
    vertical-align: top;
    font-size: .7222222222222222em;
    line-height: 1.8461538461538463em;
    letter-spacing: 0;
}

.noTouchDevice .field.field-text:hover {
    cursor: default;
}

.field.field-text span:first-child {
    position: relative;
    display: block;
    font-size: 1.1538461538461537em;
    font-style: normal;
    color: #aaa;
    z-index: 1;
    transition: transform .22s ease-out;
    -webkit-transition: transform .22s ease-out;
    -moz-transition: transform .22s ease-out;
    -ms-transition: transform .22s ease-out;
    -o-transition: transform .22s ease-out;
    transform: translateY(25px);
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
}

.noTouchDevice .field.field-text span:first-child:hover {
    cursor: text;
}

.field.field-text span:first-child.active {
    font-size: 1em;
    font-style: italic;
    color: #333;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
}

.field.field-text.error span:first-child.active {
    color: #de2b31;
}

.field .wpcf7-list-item {
    margin-left: 0;
    line-height: 0;
}

.field span {
    display: block;
    font-style: italic;
}

@media only screen and (max-width:600px) {
    .field {
        font-size: .6666666666666666em;
    }
}

.field input[type=number], .field input[type=password], .field input[type=tel], .field input[type=text] {
    font-size: 1.1538461538461537em;
    font-style: normal;
    display: block;
    border-bottom: solid #c4c4c4;
    border-width: 0 0 1px;
    border-radius: 0 !important;
    padding: 16px 0;
    color: #2b2b2b;
    width: 100%;
    outline: none;
    margin-top: 0;
    transition: color .2s,border .2s;
    -webkit-transition: color .2s,border .2s;
    -moz-transition: color .2s,border .2s;
    -ms-transition: color .2s,border .2s;
    -o-transition: color .2s,border .2s;
}

    .field input[type=number]:focus, .field input[type=password]:focus, .field input[type=tel]:focus, .field input[type=text]:focus {
        color: #2b2b2b;
        border-bottom: 1px solid #2b2b2b;
    }

span + .field input[type=number], span + .field input[type=password], span + .field input[type=tel], span + .field input[type=text] {
    margin-top: -14px;
}

@media only screen and (max-width:600px) {
    .field input[type=number], .field input[type=password], .field input[type=tel], .field input[type=text] {
        font-size: 1.1666666666666667em;
        margin-top: 20px;
    }
}

.field textarea {
    font-size: 1.1538461538461537em;
    font-style: italic;
    display: block;
    border: 1px solid #c4c4c4;
    padding: 16px 20px;
    color: #999;
    width: 100%;
    outline: none;
    margin-top: 0;
    transition: color .2s,border .2s;
    -webkit-transition: color .2s,border .2s;
    -moz-transition: color .2s,border .2s;
    -ms-transition: color .2s,border .2s;
    -o-transition: color .2s,border .2s;
}

.error .field textarea {
    border-bottom: 1px solid #de2b31;
    color: #de2b31;
}

    .error .field textarea::-webkit-input-placeholder {
        color: #de2b31;
    }

    .error .field textarea:-moz-placeholder, .error .field textarea::-moz-placeholder {
        color: #de2b31;
    }

    .error .field textarea:-ms-input-placeholder {
        color: #de2b31;
    }

    .error .field textarea:focus {
        color: #a41d21;
        border-bottom: 1px solid #a41d21;
    }

.field textarea:focus {
    color: #2b2b2b;
    border: 1px solid #2b2b2b;
}

@media only screen and (max-width:600px) {
    .field textarea {
        font-size: 1.1666666666666667em;
        margin-top: 40px;
    }
}

.field .checkbox, .field .radio {
    cursor: pointer;
}

    .field .checkbox input[type=checkbox], .field .checkbox input[type=radio], .field .radio input[type=checkbox], .field .radio input[type=radio] {
        position: absolute;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

        .field .checkbox input[type=checkbox]:checked + span:before, .field .checkbox input[type=radio]:checked + span:before, .field .radio input[type=checkbox]:checked + span:before, .field .radio input[type=radio]:checked + span:before {
            content: "\e624";
            padding: 6px;
            color: #fff;
            background-color: #00338d;
            border-color: #00338d;
        }

@media only screen and (max-width:600px) {
    .field .checkbox input[type=checkbox]:checked + span:before, .field .checkbox input[type=radio]:checked + span:before, .field .radio input[type=checkbox]:checked + span:before, .field .radio input[type=radio]:checked + span:before {
        padding: 3.5px;
        font-size: .6em;
    }
}

.field .checkbox span.icon-check, .field .checkbox span.wpcf7-list-item-label, .field .radio span.icon-check, .field .radio span.wpcf7-list-item-label {
    position: relative;
    display: block;
    line-height: 23px;
    font-family: PT Serif;
    font-size: .8333333333333334em;
    padding-left: 35px;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

@media only screen and (max-width:600px) {
    .field .checkbox span.icon-check, .field .checkbox span.wpcf7-list-item-label, .field .radio span.icon-check, .field .radio span.wpcf7-list-item-label {
        padding-left: 27px;
    }
}

.field .checkbox span.icon-check:before, .field .checkbox span.wpcf7-list-item-label:before, .field .radio span.icon-check:before, .field .radio span.wpcf7-list-item-label:before {
    content: "";
    padding: 11.5px;
    font-family: ieurwd-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    border: 1px solid #333;
    border-radius: 50%;
    font-size: .7333333333333333em;
    top: -1px;
    left: 0;
    margin-right: 10px;
    -webkit-transition: color .1s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    transition: color .1s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}

@media only screen and (max-width:600px) {
    .field .checkbox span.icon-check:before, .field .checkbox span.wpcf7-list-item-label:before, .field .radio span.icon-check:before, .field .radio span.wpcf7-list-item-label:before {
        padding: 8px;
        top: 2px;
        margin-right: 0;
    }
}

.noTouchDevice .field .checkbox:hover, .noTouchDevice .field .radio:hover {
    color: #00338d;
}

    .noTouchDevice .field .checkbox:hover span:before, .noTouchDevice .field .radio:hover span:before {
        border-color: #00338d;
    }

input[type=number], input[type=password], input[type=tel], input[type=text] {
    font-size: .8333333333333334em;
    display: block;
    border-bottom: solid #c4c4c4;
    border-width: 0 0 1px;
    /*padding: 16px 0;*/
    color: #2b2b2b;
    width: 100%;
    outline: none;
    margin-top: 20px;
    transition: color .2s,border .2s;
    -webkit-transition: color .2s,border .2s;
    -moz-transition: color .2s,border .2s;
    -ms-transition: color .2s,border .2s;
    -o-transition: color .2s,border .2s;
    margin-bottom: 20px;
    font-family: 'Rational-Book';
}

.error input[type=number], .error input[type=password], .error input[type=tel], .error input[type=text] {
    border-bottom: 1px solid #de2b31;
    color: #de2b31;
}

    .error input[type=number]::-webkit-input-placeholder, .error input[type=password]::-webkit-input-placeholder, .error input[type=tel]::-webkit-input-placeholder, .error input[type=text]::-webkit-input-placeholder {
        color: #e89498;
        transition: color .2s;
        -webkit-transition: color .2s;
        -moz-transition: color .2s;
        -ms-transition: color .2s;
        -o-transition: color .2s;
    }

    .error input[type=number]:-moz-placeholder, .error input[type=number]::-moz-placeholder, .error input[type=password]:-moz-placeholder, .error input[type=password]::-moz-placeholder, .error input[type=tel]:-moz-placeholder, .error input[type=tel]::-moz-placeholder, .error input[type=text]:-moz-placeholder, .error input[type=text]::-moz-placeholder {
        color: #e89498;
        transition: color .2s;
        -webkit-transition: color .2s;
        -moz-transition: color .2s;
        -ms-transition: color .2s;
        -o-transition: color .2s;
    }

    .error input[type=number]:-ms-input-placeholder, .error input[type=password]:-ms-input-placeholder, .error input[type=tel]:-ms-input-placeholder, .error input[type=text]:-ms-input-placeholder {
        color: #e89498;
        transition: color .2s;
        -webkit-transition: color .2s;
        -moz-transition: color .2s;
        -ms-transition: color .2s;
        -o-transition: color .2s;
    }

    .error input[type=number]:focus, .error input[type=password]:focus, .error input[type=tel]:focus, .error input[type=text]:focus {
        color: #a41d21;
        border-bottom: 1px solid #a41d21;
    }

        .error input[type=number]:focus::-webkit-input-placeholder, .error input[type=password]:focus::-webkit-input-placeholder, .error input[type=tel]:focus::-webkit-input-placeholder, .error input[type=text]:focus::-webkit-input-placeholder {
            color: #e89498;
        }

        .error input[type=number]:focus:-moz-placeholder, .error input[type=number]:focus::-moz-placeholder, .error input[type=password]:focus:-moz-placeholder, .error input[type=password]:focus::-moz-placeholder, .error input[type=tel]:focus:-moz-placeholder, .error input[type=tel]:focus::-moz-placeholder, .error input[type=text]:focus:-moz-placeholder, .error input[type=text]:focus::-moz-placeholder {
            color: #e89498;
        }

        .error input[type=number]:focus:-ms-input-placeholder, .error input[type=password]:focus:-ms-input-placeholder, .error input[type=tel]:focus:-ms-input-placeholder, .error input[type=text]:focus:-ms-input-placeholder {
            color: #e89498;
        }

input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus {
    color: #2b2b2b;
    border-bottom: 1px solid #2b2b2b;
}

@media only screen and (max-width:600px) {
    input[type=number], input[type=password], input[type=tel], input[type=text] {
        font-size: .7777777777777778em;
        margin-top: 20px;
    }
}

textarea {
    font-size: .8333333333333334em;
    font-style: italic;
    display: block;
    border: 1px solid #c4c4c4;
    padding: 16px 20px;
    color: #999;
    width: 100%;
    outline: none;
    margin-top: 50px;
    transition: color .2s,border .2s;
    -webkit-transition: color .2s,border .2s;
    -moz-transition: color .2s,border .2s;
    -ms-transition: color .2s,border .2s;
    -o-transition: color .2s,border .2s;
}

.error textarea {
    border-bottom: 1px solid #de2b31;
    color: #de2b31;
}

    .error textarea::-webkit-input-placeholder {
        color: #de2b31;
    }

    .error textarea:-moz-placeholder, .error textarea::-moz-placeholder {
        color: #de2b31;
    }

    .error textarea:-ms-input-placeholder {
        color: #de2b31;
    }

    .error textarea:focus {
        color: #a41d21;
        border-bottom: 1px solid #a41d21;
    }

textarea:focus {
    color: #2b2b2b;
    border: 1px solid #2b2b2b;
}

@media only screen and (max-width:600px) {
    textarea {
        font-size: .7777777777777778em;
        margin-top: 40px;
    }
}

.acceptance input[type=checkbox]:checked + span.wpcf7-list-item-label:before, .acceptance input[type=radio]:checked + span.wpcf7-list-item-label:before {
    padding: 7px 6px 6.4px;
    font-size: 1em;
}

.checkbox, .radio {
    cursor: pointer;
}

    .checkbox input[type=checkbox], .checkbox input[type=radio], .radio input[type=checkbox], .radio input[type=radio] {
        position: absolute;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

        .checkbox input[type=checkbox]:checked + span:before, .checkbox input[type=radio]:checked + span:before, .radio input[type=checkbox]:checked + span:before, .radio input[type=radio]:checked + span:before {
            content: "\e624";
            padding: 6px;
            color: #fff;
            background-color: #00338d;
            border-color: #00338d;
        }

@media only screen and (max-width:600px) {
    .checkbox input[type=checkbox]:checked + span:before, .checkbox input[type=radio]:checked + span:before, .radio input[type=checkbox]:checked + span:before, .radio input[type=radio]:checked + span:before {
        padding: 3.5px;
        font-size: .6em;
    }
}

.checkbox span.icon-check, .checkbox span.wpcf7-list-item-label, .radio span.icon-check, .radio span.wpcf7-list-item-label {
    position: relative;
    display: block;
    line-height: 23px;
    font-family: PT Serif;
    font-size: .8333333333333334em;
    padding-left: 35px;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

@media only screen and (max-width:600px) {
    .checkbox span.icon-check, .checkbox span.wpcf7-list-item-label, .radio span.icon-check, .radio span.wpcf7-list-item-label {
        padding-left: 27px;
    }
}

.checkbox span.icon-check:before, .checkbox span.wpcf7-list-item-label:before, .radio span.icon-check:before, .radio span.wpcf7-list-item-label:before {
    content: "";
    padding: 11.5px;
    font-family: ieurwd-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    border: 1px solid #333;
    border-radius: 50%;
    font-size: .7333333333333333em;
    top: -1px;
    left: 0;
    margin-right: 10px;
    -webkit-transition: color .1s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    transition: color .1s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}

.ie9 .checkbox span.icon-check:before, .ie9 .checkbox span.wpcf7-list-item-label:before, .ie9 .radio span.icon-check:before, .ie9 .radio span.wpcf7-list-item-label:before, .ie10 .checkbox span.icon-check:before, .ie10 .checkbox span.wpcf7-list-item-label:before, .ie10 .radio span.icon-check:before, .ie10 .radio span.wpcf7-list-item-label:before, .ie11 .checkbox span.icon-check:before, .ie11 .checkbox span.wpcf7-list-item-label:before, .ie11 .radio span.icon-check:before, .ie11 .radio span.wpcf7-list-item-label:before {
    font-size: 11px;
}

@media only screen and (max-width:600px) {
    .checkbox span.icon-check:before, .checkbox span.wpcf7-list-item-label:before, .radio span.icon-check:before, .radio span.wpcf7-list-item-label:before {
        padding: 8px;
        top: 2px;
        margin-right: 0;
    }
}

.checkbox .checkbox_label, .radio .checkbox_label {
    position: relative;
    display: block;
    line-height: 23px;
    font-family: PT Serif;
    font-size: .8333333333333334em;
    padding-left: 35px;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

@media only screen and (max-width:600px) {
    .checkbox .checkbox_label, .radio .checkbox_label {
        padding-left: 27px;
    }
}

.noTouchDevice .checkbox:hover, .noTouchDevice .radio:hover {
    color: #00338d;
}

    .noTouchDevice .checkbox:hover span:before, .noTouchDevice .radio:hover span:before {
        border-color: #00338d;
    }

.filters-checkbox_content .wpcf7-list-item {
    margin-left: 0;
    line-height: 0;
}

.filters-checkbox_content span {
    display: block;
}

.filters-select_content {
    width: 212px;
    overflow: hidden;
    display: inline-block;
    letter-spacing: 0;
    vertical-align: top;
    height: 65px;
    position: relative;
    text-align: left;
}

    .filters-select_content label {
        font-size: .7222222222222222em;
        line-height: 1.8461538461538463em;
        letter-spacing: 0;
        font-style: italic;
    }

        .filters-select_content label + .buttonLayer, .filters-select_content label + select {
            top: -7px;
            max-width: 100%;
        }

    .filters-select_content .buttonLayer, .filters-select_content select {
        width: 237px;
        background: none;
        border: none;
        border-bottom: 1px solid #333;
        border-radius: 0;
        position: relative;
        font-size: .8333333333333334em;
        height: 38px;
        outline: none;
        color: #333;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-transition: color .2s ease-out,padding-left .2s ease-out;
        transition: color .2s ease-out,padding-left .2s ease-out;
    }

        .filters-select_content .buttonLayer.buttonLayer, .filters-select_content select.buttonLayer {
            width: 100%;
        }

        .filters-select_content .buttonLayer + .buttonLayer, .filters-select_content select + .buttonLayer {
            top: -7px;
        }

        .filters-select_content select::-ms-expand {
            display: none;
        }

    .filters-select_content:after {
        content: "\e601";
        font-family: ieurwd-icons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: absolute;
        top: 40px;
        right: 0;
        color: #333;
        font-size: .5555555555555556em;
        cursor: pointer;
        pointer-events: none;
        -webkit-transition: color .2s ease-out,top .2s ease-out;
        transition: color .2s ease-out,top .2s ease-out;
    }

.ie9 .filters-select_content:after, .ie10 .filters-select_content:after, .ie11 .filters-select_content:after {
    font-size: 10px;
}

.noTouchDevice .filters-select_content:hover .buttonLayer, .noTouchDevice .filters-select_content:hover select {
    color: #999;
}

    .noTouchDevice .filters-select_content:hover .buttonLayer option, .noTouchDevice .filters-select_content:hover select option {
        color: #333;
    }

.noTouchDevice .filters-select_content:hover:after {
    color: #999;
    top: 44px;
}

.filters-select_content + .filters-search_content {
    margin-left: 40px;
    vertical-align: bottom !important;
    top: 7px;
    position: relative;
}

.filters-select_content ~ .filters-checkbox_content {
    vertical-align: bottom !important;
}

.disabled {
    pointer-events: none;
    cursor: default;
    color: #a8a8a8 !important;
    border-color: #a8a8a8 !important;
    opacity: 0;
}

    .disabled span:before {
        opacity: .3;
    }

.noTouchDevice .disabled:hover:before {
    color: #a8a8a8 !important;
}

.noEvents {
    pointer-events: none;
    cursor: default;
}

.icon-check.style02 {
    color: #66c496;
    border: 2px solid #66c496;
    padding: 7px;
    font-size: 14px;
    font-weight: 800;
    border-radius: 60px;
    background-clip: padding-box;
}

.form_sliderContainer .form_slider {
    position: relative;
    width: 100%;
    height: 4px;
    background-color: #d6d6d6;
    cursor: default;
}

@media only screen and (max-width:600px) {
    .form_sliderContainer .form_slider {
        height: 3px;
    }
}

.form_sliderContainer .form_slider:active {
    cursor: -webkit-grabbing;
    cursor: -ms-grabbing;
    cursor: -o-grabbing;
    cursor: grabbing;
}

.form_sliderContainer .form_slider .ui-slider-range {
    width: 100%;
    height: 4px;
}

@media only screen and (max-width:600px) {
    .form_sliderContainer .form_slider .ui-slider-range {
        height: 3px;
    }
}

.form_sliderContainer .form_slider .ui-slider-handle {
    display: none;
    position: absolute;
    top: 5px;
    width: 36px;
    height: 36px;
    margin-left: -18px;
    outline: none;
    transition: left .18s ease-out;
    -webkit-transition: left .18s ease-out;
    -moz-transition: left .18s ease-out;
    -ms-transition: left .18s ease-out;
    -o-transition: left .18s ease-out;
    cursor: -webkit-grab;
    cursor: -ms-grab;
    cursor: -o-grab;
    cursor: grab;
}

@media only screen and (max-width:600px) {
    .form_sliderContainer .form_slider .ui-slider-handle {
        top: 3px;
    }
}

.form_sliderContainer .form_slider .ui-slider-handle:active {
    cursor: -webkit-grabbing;
    cursor: -ms-grabbing;
    cursor: -o-grabbing;
    cursor: grabbing;
}

.form_sliderContainer .form_slider .ui-slider-handle:before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 12px;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    background-color: #00338d;
    border-radius: 2px;
}

@media only screen and (max-width:600px) {
    .form_sliderContainer .form_slider .ui-slider-handle:before {
        top: 10px;
        left: 13px;
        width: 9px;
        height: 9px;
    }
}

.form_sliderContainer .form_slider .ui-slider-handle:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 10px;
    width: 16px;
    height: 13px;
    margin-left: 0;
    background-color: #00338d;
}

@media only screen and (max-width:600px) {
    .form_sliderContainer .form_slider .ui-slider-handle:after {
        left: 12px;
        width: 11px;
        height: 9px;
    }
}

.form_sliderContainer .form_slider .form_sliderBullet {
    display: block;
    position: absolute;
    top: -9px;
    left: 0;
    width: 20px;
    height: 20px;
    margin-left: -5px;
    border-radius: 10px;
    background-color: #d6d6d6;
    cursor: pointer;
}

@media only screen and (max-width:600px) {
    .form_sliderContainer .form_slider .form_sliderBullet {
        top: -9px;
    }
}

.form_sliderContainer .form_slider .form_sliderBullet.active:after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -7px;
    background-color: #00338d;
    border-radius: 40px;
}

.form_sliderContainer .form_slider .form_sliderBullet + .form_sliderBullet {
    left: 50%;
    margin-left: -10px;
}

    .form_sliderContainer .form_slider .form_sliderBullet + .form_sliderBullet + .form_sliderBullet {
        right: 0;
        left: auto;
    }

.form_sliderContainer .form_slider + .form_sliderList {
    margin-top: 24px;
}

@media only screen and (max-width:600px) {
    .form_sliderContainer .form_slider + .form_sliderList {
        margin-top: 18px;
    }
}

.form_sliderContainer .form_sliderList {
    position: relative;
    padding: 0;
    text-align: justify;
}

    .form_sliderContainer .form_sliderList:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }

    .form_sliderContainer .form_sliderList li {
        display: inline-block;
        vertical-align: top;
    }

        .form_sliderContainer .form_sliderList li:nth-child(2) {
            position: absolute;
            left: 50%;
            top: 0;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
        }

.search_intro {
    font-size: 1em;
    line-height: 1.9444444444444444em;
    margin: 0;
    text-align: left;
}

@media only screen and (max-width:600px) {
    .search_intro {
        font-size: .7777777777777778em;
        line-height: 1.5714285714285714em;
        font-weight: 800;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media only screen and (max-width:600px) {
    .module-eventsCalendar .search_intro + .search_result {
        padding-top: 0;
    }
}

@media only screen and (max-width:600px) {
    .module-eventsCalendar .search_intro + .calendar.active {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width:600px) {
    .module-faculty .search_intro {
        width: auto !important;
        margin: -40px -15px 0 !important;
        padding: 24px 15px 25px;
        background-color: #f6f6f7;
    }
}

@media only screen and (max-width:600px) {
    .module-faculty .search_intro + * {
        margin-top: 0;
        padding-top: 30px;
    }
}

@media only screen and (max-width:600px) {
    .module-faculty .search_intro + .search_result {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

.search_intro + *, .search_intro + .search_result {
    margin-top: 40px;
}

@media only screen and (max-width:600px) {
    .search_intro + *, .search_intro + .search_result {
        margin-top: 11px;
        padding-top: 0;
    }
}

.search_intro + * {
    margin-top: 60px;
}

@media only screen and (max-width:600px) {
    .search_intro + * {
        margin-top: 20px;
        padding-top: 0;
    }
}

.search_result {
    font-size: 1.6666666666666667em;
    line-height: 1.6em;
    letter-spacing: .01388888888889em;
    font-weight: 400;
    font-style: italic;
    text-align: left;
}

@media only screen and (max-width:600px) {
    .module-eventsCalendar .search_result {
        padding-bottom: 0;
    }
}

.module-eventsCalendar .search_result + .calendar.active {
    margin-top: 81px;
}

@media only screen and (max-width:600px) {
    .module-eventsCalendar .search_result + .calendar.active {
        margin-top: 25px;
        padding-top: 0 !important;
    }
}

@media only screen and (max-width:600px) {
    .module-eventsCalendar .search_result ~ .calendarList.active {
        margin-top: 25px;
    }
}

.search_result span {
    white-space: pre;
}

@media only screen and (max-width:600px) {
    .search_result {
        font-size: 1.0555555555555556em;
        line-height: 1.263157894736842em;
        padding: 24px 0 25px;
    }
}

@media only screen and (max-width:600px) {
    .BackGroundGrey p {
        line-height: 23px !important;
        font-size: 14px !important;
    }

    .BackGroundGrey {
        padding-left: 5vh !important;
    }

    .BackGroundBlue p {
        line-height: 23px !important;
        font-size: 14px !important;
    }

    .BackGroundBlue {
        padding-left: 5vh !important;
    }

    .module-faculty .search_result {
        width: auto !important;
        margin: -44px -15px 0 !important;
        padding: 24px 15px 25px;
        background-color: #f6f6f7;
    }
}

@media only screen and (max-width:600px) {
    .module-faculty .search_result + * {
        margin-top: 0;
        padding-top: 30px;
    }
}

.search_result + * {
    margin-top: 60px;
}

@media only screen and (max-width:600px) {
    .search_result + * {
        margin-top: 0;
    }
}

.search_result + .comparator-pagination + .comparator-carousel-wrapper {
    margin-top: 60px;
}

.search_result ~ .calendar {
    margin-top: 0;
}

@media only screen and (max-width:600px) {
    .search_result ~ .calendar {
        margin-top: 0;
    }
}

.search_result ~ .calendarList {
    margin-top: 60px;
}

@media only screen and (max-width:600px) {
    .search_result ~ .calendarList {
        margin-top: 0;
    }
}

.tabs {
    padding: 40px 70px 6px;
    margin-top: 0;
}

    .tabs .tabs_inner {
        max-width: 1542px;
        margin: auto;
    }

        .tabs .tabs_inner:after {
            content: "";
            display: block;
            clear: both;
        }

    .tabs .tabs_currentPage, .tabs .tabs_titleMenu {
        display: none;
    }

    .tabs .tabCallToAction {
        position: relative;
        display: block;
        float: right;
        font-size: .6111em;
        font-family: Montserrat;
        font-weight: 800;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: .0636em;
        min-width: 150px;
        max-width: 200px;
        padding: 10px 23px;
        color: #fff;
        border: 1px solid #333;
        z-index: 3;
        margin-bottom: -100%;
        transform: translateY(-98%);
        -webkit-transform: translateY(-98%);
        -ms-transform: translateY(-98%);
        transition: color .2s ease-out,border 50ms ease-out;
        -webkit-transition: color .2s ease-out,border 50ms ease-out;
        -moz-transition: color .2s ease-out,border 50ms ease-out;
        -ms-transition: color .2s ease-out,border 50ms ease-out;
        -o-transition: color .2s ease-out,border 50ms ease-out;
    }

        .tabs .tabCallToAction .colorBg2 {
            display: block;
            position: absolute;
            z-index: -1;
            top: -1px;
            bottom: -1px;
            left: -1px;
            right: -1px;
            left: 50%;
            right: 50%;
            background-color: #032c4b;
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
            -webkit-transition: left .2s ease-out,right .2s ease-out,opacity .2s ease-out,background-color .2s ease-out;
            transition: left .2s ease-out,right .2s ease-out,opacity .2s ease-out,background-color .2s ease-out;
        }

        .tabs .tabCallToAction .colorLine {
            position: absolute;
            z-index: -2;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #00338d;
        }

.noTouchDevice .tabs .tabCallToAction:hover {
    color: #fff;
    transition: color .2s ease-out,border .1s ease-out .15s;
    -webkit-transition: color .2s ease-out,border .1s ease-out .15s;
    -moz-transition: color .2s ease-out,border .1s ease-out .15s;
    -ms-transition: color .2s ease-out,border .1s ease-out .15s;
    -o-transition: color .2s ease-out,border .1s ease-out .15s;
}

    .noTouchDevice .tabs .tabCallToAction:hover .colorBg2 {
        left: -1px;
        right: -1px;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

.tabs .tabCallToAction span + i {
    margin-left: 15px;
}

.tabs ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0 200px 0 0;
    margin: 0;
}

    .tabs ul .tabs_mobileBg {
        display: none;
    }

    .tabs ul li {
        position: relative;
        display: table-cell;
        text-align: center;
        height: 52px;
    }

        .tabs ul li:not(.current-menu-item) > a {
            color: #333;
        }

.noTouchDevice .tabs ul li:not(.current-menu-item) > a:hover .line {
    background-color: #00338d;
}

.tabs ul li a {
    display: block;
    position: absolute;
    height: 52px;
    font-family: Montserrat;
    font-size: .6111111111111112em;
    font-weight: 800;
    line-height: 1.5454545454545454em;
    text-transform: uppercase;
    top: 0;
    bottom: 0;
    left: 0;
    right: 20%;
    letter-spacing: -.36363636em;
    vertical-align: middle;
}

    .tabs ul li a:before {
        position: relative;
        display: inline-block;
        content: "";
        height: 100%;
        width: 1px;
        margin-right: -1px;
        vertical-align: middle;
    }

    .tabs ul li a .line {
        background-color: #ebebec;
        position: absolute;
        width: 100%;
        height: 3px;
        bottom: -2px;
        left: 0;
        transition: background-color .22s ease-out;
        -webkit-transition: background-color .22s ease-out;
        -moz-transition: background-color .22s ease-out;
        -ms-transition: background-color .22s ease-out;
        -o-transition: background-color .22s ease-out;
    }

    .tabs ul li a .colorLine {
        background-color: #00338d;
    }

.tabs ul li span {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
}

.tabs ul li.current-menu-item, .tabs ul li.current-page-item {
    font-weight: 800;
}

.noTouchDevice .tabs ul li.current-menu-item.projects-menu-item a:hover {
    cursor: pointer;
}

#general.communicationColor .tabs .tabCallToAction {
    color: #333;
}

    #general.communicationColor .tabs .tabCallToAction.colorBorder2 {
        border-color: #ffcc02;
    }

    #general.communicationColor .tabs .tabCallToAction .colorLine {
        background-color: #ffdc02;
    }

.noTouchDevice #general.communicationColor .tabs .tabCallToAction:hover {
    color: #333;
    border-color: #353739;
}

    .noTouchDevice #general.communicationColor .tabs .tabCallToAction:hover .colorBg2 {
        background-color: #ffcc02;
    }

#general.communicationColor .tabs ul > li.current-menu-item > a .colorLine, #general.communicationColor .tabs ul > li.current-page-item > a .colorLine {
    background-color: #ffdc02;
}

#general.lawsColor .tabs .tabCallToAction {
    color: #fff;
}

    #general.lawsColor .tabs .tabCallToAction.colorBorder2 {
        border-color: #6ac171;
    }

    #general.lawsColor .tabs .tabCallToAction .colorLine {
        background-color: #6ac171;
    }

.noTouchDevice #general.lawsColor .tabs .tabCallToAction:hover {
    color: #fff;
    border-color: #54a55b;
}

    .noTouchDevice #general.lawsColor .tabs .tabCallToAction:hover .colorBg2 {
        background-color: #54a55b;
    }

#general.lawsColor .tabs ul > li.current-menu-item > a .colorLine, #general.lawsColor .tabs ul > li.current-page-item > a .colorLine {
    background-color: #6ac171;
}

#general.bbaRelationsColor .tabs .tabCallToAction {
    color: #fff;
}

    #general.bbaRelationsColor .tabs .tabCallToAction.colorBorder2 {
        border-color: #da4b54;
    }

    #general.bbaRelationsColor .tabs .tabCallToAction .colorLine {
        background-color: #da4b54;
    }

.noTouchDevice #general.bbaRelationsColor .tabs .tabCallToAction:hover {
    color: #fff;
    border-color: #c5444c;
}

    .noTouchDevice #general.bbaRelationsColor .tabs .tabCallToAction:hover .colorBg2 {
        background-color: #c5444c;
    }

#general.bbaRelationsColor .tabs ul > li.current-menu-item > a .colorLine, #general.bbaRelationsColor .tabs ul > li.current-page-item > a .colorLine {
    background-color: #da4b54;
}

#general.psychologyColor .tabs .tabCallToAction {
    color: #fff;
}

    #general.psychologyColor .tabs .tabCallToAction.colorBorder2 {
        border-color: #9e7fad;
    }

    #general.psychologyColor .tabs .tabCallToAction .colorLine {
        background-color: #9e7fad;
    }

.noTouchDevice #general.psychologyColor .tabs .tabCallToAction:hover {
    color: #fff;
    border-color: #896e95;
}

    .noTouchDevice #general.psychologyColor .tabs .tabCallToAction:hover .colorBg2 {
        background-color: #896e95;
    }

#general.psychologyColor .tabs ul > li.current-menu-item > a .colorLine, #general.psychologyColor .tabs ul > li.current-page-item > a .colorLine {
    background-color: #9e7fad;
}

#general.relationsColor .tabs .tabCallToAction {
    color: #fff;
}

    #general.relationsColor .tabs .tabCallToAction.colorBorder2 {
        border-color: #e99028;
    }

    #general.relationsColor .tabs .tabCallToAction .colorLine {
        background-color: #e99028;
    }

.noTouchDevice #general.relationsColor .tabs .tabCallToAction:hover {
    color: #fff;
    border-color: #df7b07;
}

    #general.relationsColor .tabs ul > li.current-menu-item > a .colorLine, #general.relationsColor .tabs ul > li.current-page-item > a .colorLine, .noTouchDevice #general.relationsColor .tabs .tabCallToAction:hover .colorBg2 {
        background-color: #df7b07;
    }

#general.architectureColor .tabs .tabCallToAction {
    color: #fff;
}

    #general.architectureColor .tabs .tabCallToAction.colorBorder2 {
        border-color: #757575;
    }

    #general.architectureColor .tabs .tabCallToAction .colorLine {
        background-color: #757575;
    }

.noTouchDevice #general.architectureColor .tabs .tabCallToAction:hover {
    color: #fff;
    border-color: #353739;
}

    .noTouchDevice #general.architectureColor .tabs .tabCallToAction:hover .colorBg2 {
        background-color: #353739;
    }

#general.architectureColor .tabs ul > li.current-menu-item > a .colorLine, #general.architectureColor .tabs ul > li.current-page-item > a .colorLine {
    background-color: #757575;
}

#general.administrationColor .tabs .tabCallToAction {
    color: #fff;
}

    #general.administrationColor .tabs .tabCallToAction.colorBorder2 {
        border-color: #4ca5e0;
    }

    #general.administrationColor .tabs .tabCallToAction .colorLine {
        background-color: #4ca5e0;
    }

.noTouchDevice #general.administrationColor .tabs .tabCallToAction:hover {
    color: #fff;
    border-color: #338ac4;
}

    .noTouchDevice #general.administrationColor .tabs .tabCallToAction:hover .colorBg2 {
        background-color: #338ac4;
    }

#general.administrationColor .tabs ul > li.current-menu-item > a .colorLine, #general.administrationColor .tabs ul > li.current-page-item > a .colorLine {
    background-color: #4ca5e0;
}

#general.legalPracticeColor .tabs .tabCallToAction {
    color: #fff;
}

    #general.legalPracticeColor .tabs .tabCallToAction.colorBorder2 {
        border-color: #6ec3b8;
    }

    #general.legalPracticeColor .tabs .tabCallToAction .colorLine {
        background-color: #6ec3b8;
    }

.noTouchDevice #general.legalPracticeColor .tabs .tabCallToAction:hover {
    color: #fff;
    border-color: #67b6ac;
}

    .noTouchDevice #general.legalPracticeColor .tabs .tabCallToAction:hover .colorBg2 {
        background-color: #67b6ac;
    }

#general.legalPracticeColor .tabs ul > li.current-menu-item > a .colorLine, #general.legalPracticeColor .tabs ul > li.current-page-item > a .colorLine {
    background-color: #6ec3b8;
}

#general.bbaLawColor .tabs .tabCallToAction {
    color: #333;
}

    #general.bbaLawColor .tabs .tabCallToAction.colorBorder2 {
        border-color: #ccc;
    }

    #general.bbaLawColor .tabs .tabCallToAction .colorLine {
        background-color: #ccc;
    }

.noTouchDevice #general.bbaLawColor .tabs .tabCallToAction:hover {
    color: #fff;
    border-color: #353739;
}

    .noTouchDevice #general.bbaLawColor .tabs .tabCallToAction:hover .colorBg2 {
        background-color: #353739;
    }

#general.bbaLawColor .tabs ul > li.current-menu-item > a .colorLine, #general.bbaLawColor .tabs ul > li.current-page-item > a .colorLine {
    background-color: #ccc;
}

#general .tabs.positive .tabCallToAction {
    color: #333;
}

    #general .tabs.positive .tabCallToAction.colorBorder2 {
        border: 1px solid #333;
    }

#general .tabs.negative .tabCallToAction {
    color: #fff;
}

    #general .tabs.negative .tabCallToAction.colorBorder2 {
        border: 1px solid #fff;
    }

.tabs.style02, .tabs.style02 .tabs_inner .tabs_wrapper ul {
    padding: 0;
}

    .tabs.style02 .tabs_inner .tabs_wrapper ul li {
        display: inline-block;
        vertical-align: bottom;
        position: relative;
        width: 160px;
        height: auto;
        font-family: Montserrat;
        font-size: .6111111111111112em;
        line-height: 1.5454545454545454em;
        text-transform: uppercase;
        letter-spacing: -.36363636em;
        cursor: pointer;
    }

        .tabs.style02 .tabs_inner .tabs_wrapper ul li span {
            padding: 0 0 20px;
        }

        .tabs.style02 .tabs_inner .tabs_wrapper ul li.current-menu-item {
            cursor: default;
        }

            .tabs.style02 .tabs_inner .tabs_wrapper ul li.current-menu-item:after {
                background-color: #00338d;
            }

        .tabs.style02 .tabs_inner .tabs_wrapper ul li:before {
            position: relative;
            display: inline-block;
            content: "";
            height: 100%;
            width: 1px;
            margin-right: -1px;
            vertical-align: middle;
        }

        .tabs.style02 .tabs_inner .tabs_wrapper ul li:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 3px;
            background-color: #ebebec;
            bottom: -2px;
            left: 0;
            transition: background-color .22s ease-out;
            -webkit-transition: background-color .22s ease-out;
            -moz-transition: background-color .22s ease-out;
            -ms-transition: background-color .22s ease-out;
            -o-transition: background-color .22s ease-out;
        }

        .tabs.style02 .tabs_inner .tabs_wrapper ul li + li {
            margin-left: 40px;
        }

.noTouchDevice .tabs.style02 .tabs_inner .tabs_wrapper ul li:hover:after {
    background-color: #00338d;
}

.tabs.style02.tabsResults .tabs_inner .tabs_wrapper ul li {
    width: calc(16.66667% - 33.4px);
}

.tabs.style03 .noCTA {
    padding: 0;
}

    .tabs.style03 .noCTA li.tabs_separator {
        width: 35px;
    }

    .tabs.style03 .noCTA li a {
        right: 0;
    }

.tabs + .orientation-projects {
    padding-top: 63px;
}

.tabs + .module-ctaForm {
    margin-top: 60px;
}

@media (max-width:1150px) {
    .tabs + .module-ctaForm {
        margin-top: 0;
    }
}

.tabs-tabletAndUp {
    padding: 40px 70px 6px;
    margin-top: 0;
}

    .tabs-tabletAndUp ul li.current-menu-item > a, .tabs-tabletAndUp ul li.current-page-item > a {
        background-color: transparent !important;
    }

.noTouchDevice .tabs-tabletAndUp ul li.current-menu-item > a:hover, .noTouchDevice .tabs-tabletAndUp ul li.current-page-item > a:hover {
    cursor: default;
    color: #333;
}

.tabs-tabletAndUp .tabCallToAction .colorLine {
    z-index: -2;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
}

.tabs-tabletAndUp.colorBorderBottom {
    border-bottom: 0 !important;
}

.tabs-tabletAndBelow {
    margin-top: 0;
    padding: 0 44px;
    border-top: 1px solid #e8e8e9;
    border-bottom: 4px solid #00338d;
    height: auto;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    transition: height .5s cubic-bezier(0,.9,.41,1) 10ms;
    -webkit-transition: height .5s cubic-bezier(0,.9,.41,1) 10ms;
    -moz-transition: height .5s cubic-bezier(0,.9,.41,1) 10ms;
    -ms-transition: height .5s cubic-bezier(0,.9,.41,1) 10ms;
    -o-transition: height .5s cubic-bezier(0,.9,.41,1) 10ms;
}

    .tabs-tabletAndBelow .tabs_wrapper {
        min-width: inherit;
    }

    .tabs-tabletAndBelow .tabs_inner {
        overflow: visible;
    }

        .tabs-tabletAndBelow .tabs_inner:after {
            content: "";
            display: table;
            clear: both;
        }

    .tabs-tabletAndBelow .tabs_titleMenu {
        font-size: .6111111111111112em;
        line-height: 1.5454545454545454em;
        letter-spacing: .07em;
        padding-top: 20px;
    }

    .tabs-tabletAndBelow .tabs_currentPage, .tabs-tabletAndBelow .tabs_titleMenu {
        position: relative;
        display: block;
        font-family: Montserrat;
        font-weight: 800;
        text-transform: uppercase;
    }

    .tabs-tabletAndBelow .tabs_currentPage {
        text-align: left;
        border: none;
        background-color: transparent;
        width: 100%;
        font-size: 1.1666666666666667em;
        line-height: 26px;
        height: auto;
        padding: 0 50px 0 0;
        letter-spacing: -.36363636em;
        outline: none;
        margin-bottom: 15px;
        margin-top: 12px;
    }

        .tabs-tabletAndBelow .tabs_currentPage.open .tabs_openButton:before {
            height: 0;
            margin-top: 0;
        }

        .tabs-tabletAndBelow .tabs_currentPage.open + ul li {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            transition: opacity .4s linear .1s;
            -webkit-transition: opacity .4s linear .1s;
            -moz-transition: opacity .4s linear .1s;
            -ms-transition: opacity .4s linear .1s;
            -o-transition: opacity .4s linear .1s;
        }

        .tabs-tabletAndBelow .tabs_currentPage:before {
            position: relative;
            display: inline-block;
            content: "";
            height: 100%;
            width: 1px;
            margin-right: -1px;
            vertical-align: middle;
        }

        .tabs-tabletAndBelow .tabs_currentPage .tabs_openButton {
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -19.5px;
            color: #fff;
            background-color: #00338d;
            width: 39px;
            height: 39px;
        }

            .tabs-tabletAndBelow .tabs_currentPage .tabs_openButton:after {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                width: 16px;
                height: 1px;
                margin-left: -8px;
                margin-top: -.5px;
                background-color: #fff;
            }

            .tabs-tabletAndBelow .tabs_currentPage .tabs_openButton:before {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                width: 1px;
                height: 16px;
                margin-left: -.5px;
                margin-top: -8px;
                background-color: #fff;
                transition: height .1s ease-out,margin-top .1s ease-out;
            }

#general.communicationColor .tabs-tabletAndBelow .tabs_currentPage .tabs_openButton {
    background-color: #ffcc02;
}

#general.administrationColor .tabs-tabletAndBelow .tabs_currentPage .tabs_openButton, #general.architectureColor .tabs-tabletAndBelow .tabs_currentPage .tabs_openButton, #general.bbaRelationsColor .tabs-tabletAndBelow .tabs_currentPage .tabs_openButton, #general.lawsColor .tabs-tabletAndBelow .tabs_currentPage .tabs_openButton, #general.legalPracticeColor .tabs-tabletAndBelow .tabs_currentPage .tabs_openButton, #general.psychologyColor .tabs-tabletAndBelow .tabs_currentPage .tabs_openButton, #general.relationsColor .tabs-tabletAndBelow .tabs_currentPage .tabs_openButton {
    background-color: #fff;
}

#general.bbaLawColor .tabs-tabletAndBelow .tabs_currentPage .tabs_openButton {
    background-color: #333;
}

.tabs-tabletAndBelow .tabs_currentPage span {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
}

.tabs-tabletAndBelow .tabCallToAction {
    float: none;
    width: 50%;
    margin: 20px auto 0;
    border: 1px solid #333;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}

#general.communicationColor .tabs-tabletAndBelow .tabCallToAction {
    border-color: #ffcc02;
}

#general.administrationColor .tabs-tabletAndBelow .tabCallToAction, #general.architectureColor .tabs-tabletAndBelow .tabCallToAction, #general.bbaRelationsColor .tabs-tabletAndBelow .tabCallToAction, #general.lawsColor .tabs-tabletAndBelow .tabCallToAction, #general.legalPracticeColor .tabs-tabletAndBelow .tabCallToAction, #general.psychologyColor .tabs-tabletAndBelow .tabCallToAction, #general.relationsColor .tabs-tabletAndBelow .tabCallToAction {
    border-color: #fff;
}

#general.bbaLawColor .tabs-tabletAndBelow .tabCallToAction {
    border-color: #333;
    color: #333;
}

.tabs-tabletAndBelow:after, .tabs-tabletAndBelow:before {
    display: none;
}

.tabs-tabletAndBelow ul {
    position: relative;
    display: block;
    padding: 0;
}

    .tabs-tabletAndBelow ul li {
        display: block;
        text-align: center;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        transition: opacity .3s ease-out;
        -webkit-transition: opacity .3s ease-out;
        -moz-transition: opacity .3s ease-out;
        -ms-transition: opacity .3s ease-out;
        -o-transition: opacity .3s ease-out;
    }

        .tabs-tabletAndBelow ul li a {
            right: 0;
            font-size: .7222222222222222em;
            line-height: 1.3076923076923077em;
            font-weight: 800;
            color: #fff;
        }

#general.communicationColor .tabs-tabletAndBelow ul li a {
    color: #333;
}

.tabs-tabletAndBelow ul li a .line {
    display: none;
}

.tabs-tabletAndBelow ul li a:after {
    content: "";
    position: absolute;
    width: auto;
    height: 1px;
    background-color: hsla(0,0%,100%,.5);
    bottom: 0;
    left: -44px;
    right: -44px;
}

.noTouchDevice .tabs-tabletAndBelow ul li a:hover, .tabs-tabletAndBelow ul li.current-menu-item, .tabs-tabletAndBelow ul li.current-page-item {
    color: #fff;
}

    .tabs-tabletAndBelow ul li.current-menu-item a, .tabs-tabletAndBelow ul li.current-page-item a {
        margin: 0 -44px;
        padding: 0 44px;
        background-color: #032c4b;
    }

#general.communicationColor .tabs-tabletAndBelow ul li.current-menu-item, #general.communicationColor .tabs-tabletAndBelow ul li.current-page-item {
    color: #333;
}

    #general.communicationColor .tabs-tabletAndBelow ul li.current-menu-item a, #general.communicationColor .tabs-tabletAndBelow ul li.current-page-item a {
        color: #333;
        background-color: #ffcc02;
    }

#general.lawsColor .tabs-tabletAndBelow ul li.current-menu-item, #general.lawsColor .tabs-tabletAndBelow ul li.current-page-item {
    color: #fff;
}

    #general.lawsColor .tabs-tabletAndBelow ul li.current-menu-item a, #general.lawsColor .tabs-tabletAndBelow ul li.current-page-item a {
        background-color: #54a55b;
    }

#general.bbaRelationsColor .tabs-tabletAndBelow ul li.current-menu-item, #general.bbaRelationsColor .tabs-tabletAndBelow ul li.current-page-item {
    color: #fff;
}

    #general.bbaRelationsColor .tabs-tabletAndBelow ul li.current-menu-item a, #general.bbaRelationsColor .tabs-tabletAndBelow ul li.current-page-item a {
        background-color: #c5444c;
    }

#general.psychologyColor .tabs-tabletAndBelow ul li.current-menu-item, #general.psychologyColor .tabs-tabletAndBelow ul li.current-page-item {
    color: #fff;
}

    #general.psychologyColor .tabs-tabletAndBelow ul li.current-menu-item a, #general.psychologyColor .tabs-tabletAndBelow ul li.current-page-item a {
        background-color: #896e95;
    }

#general.relationsColor .tabs-tabletAndBelow ul li.current-menu-item, #general.relationsColor .tabs-tabletAndBelow ul li.current-page-item {
    color: #fff;
}

    #general.relationsColor .tabs-tabletAndBelow ul li.current-menu-item a, #general.relationsColor .tabs-tabletAndBelow ul li.current-page-item a {
        background-color: #df7b07;
    }

#general.architectureColor .tabs-tabletAndBelow ul li.current-menu-item, #general.architectureColor .tabs-tabletAndBelow ul li.current-page-item {
    color: #fff;
}

    #general.architectureColor .tabs-tabletAndBelow ul li.current-menu-item a, #general.architectureColor .tabs-tabletAndBelow ul li.current-page-item a {
        background-color: #353739;
    }

#general.administrationColor .tabs-tabletAndBelow ul li.current-menu-item, #general.administrationColor .tabs-tabletAndBelow ul li.current-page-item {
    color: #fff;
}

    #general.administrationColor .tabs-tabletAndBelow ul li.current-menu-item a, #general.administrationColor .tabs-tabletAndBelow ul li.current-page-item a {
        background-color: #338ac4;
    }

#general.legalPracticeColor .tabs-tabletAndBelow ul li.current-menu-item, #general.legalPracticeColor .tabs-tabletAndBelow ul li.current-page-item {
    color: #fff;
}

    #general.legalPracticeColor .tabs-tabletAndBelow ul li.current-menu-item a, #general.legalPracticeColor .tabs-tabletAndBelow ul li.current-page-item a {
        background-color: #67b6ac;
    }

#general.bbaLawColor .tabs-tabletAndBelow ul li.current-menu-item, #general.bbaLawColor .tabs-tabletAndBelow ul li.current-page-item {
    color: #fff;
}

    #general.bbaLawColor .tabs-tabletAndBelow ul li.current-menu-item a, #general.bbaLawColor .tabs-tabletAndBelow ul li.current-page-item a {
        background-color: #353739;
    }

#general.communicationColor .tabs-tabletAndBelow ul li {
    color: #333;
}

#general.administrationColor .tabs-tabletAndBelow ul li, #general.architectureColor .tabs-tabletAndBelow ul li, #general.bbaRelationsColor .tabs-tabletAndBelow ul li, #general.lawsColor .tabs-tabletAndBelow ul li, #general.legalPracticeColor .tabs-tabletAndBelow ul li, #general.psychologyColor .tabs-tabletAndBelow ul li, #general.relationsColor .tabs-tabletAndBelow ul li {
    color: #fff;
}

#general.bbaLawColor .tabs-tabletAndBelow ul li {
    color: #333;
}

.tabs-tabletAndBelow ul .tabs_mobileBg {
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: -44px;
    right: -44px;
    bottom: -94px;
    background-color: #00338d;
    -webkit-backface-visibility: hidden;
}

#general.communicationColor .tabs-tabletAndBelow {
    border-bottom: 4px solid #ffdc02;
}

    #general.communicationColor .tabs-tabletAndBelow ul .colorBg {
        background-color: #ffdc02;
    }

#general.lawsColor .tabs-tabletAndBelow {
    border-bottom: 4px solid #6ac171;
}

    #general.lawsColor .tabs-tabletAndBelow ul .colorBg {
        background-color: #6ac171;
    }

#general.bbaRelationsColor .tabs-tabletAndBelow {
    border-bottom: 4px solid #da4b54;
}

    #general.bbaRelationsColor .tabs-tabletAndBelow ul .colorBg {
        background-color: #da4b54;
    }

#general.psychologyColor .tabs-tabletAndBelow {
    border-bottom: 4px solid #9e7fad;
}

    #general.psychologyColor .tabs-tabletAndBelow ul .colorBg {
        background-color: #9e7fad;
    }

#general.relationsColor .tabs-tabletAndBelow {
    border-bottom: 4px solid #e99028;
}

    #general.relationsColor .tabs-tabletAndBelow ul .colorBg {
        background-color: #e99028;
    }

#general.architectureColor .tabs-tabletAndBelow {
    border-bottom: 4px solid #757575;
}

    #general.architectureColor .tabs-tabletAndBelow ul .colorBg {
        background-color: #757575;
    }

#general.administrationColor .tabs-tabletAndBelow {
    border-bottom: 4px solid #4ca5e0;
}

    #general.administrationColor .tabs-tabletAndBelow ul .colorBg {
        background-color: #4ca5e0;
    }

#general.legalPracticeColor .tabs-tabletAndBelow {
    border-bottom: 4px solid #6ec3b8;
}

    #general.legalPracticeColor .tabs-tabletAndBelow ul .colorBg {
        background-color: #6ec3b8;
    }

#general.bbaLawColor .tabs-tabletAndBelow {
    border-bottom: 4px solid #ccc;
}

    #general.bbaLawColor .tabs-tabletAndBelow ul .colorBg {
        background-color: #ccc;
    }

.tabs-tabletAndBelow + .module {
    padding-top: 48px;
}

.tabs-tabletAndBelow.style02 .tabs_inner {
    padding-bottom: 0;
}

    .tabs-tabletAndBelow.style02 .tabs_inner .tabs_wrapper ul li {
        width: 100%;
        text-align: center;
        transition: background-color .22s ease-out;
        -webkit-transition: background-color .22s ease-out;
        -moz-transition: background-color .22s ease-out;
        -ms-transition: background-color .22s ease-out;
        -o-transition: background-color .22s ease-out;
    }

        .tabs-tabletAndBelow.style02 .tabs_inner .tabs_wrapper ul li span {
            padding: 20px 0;
        }

        .tabs-tabletAndBelow.style02 .tabs_inner .tabs_wrapper ul li.current-menu-item {
            background-color: #00338d;
        }

        .tabs-tabletAndBelow.style02 .tabs_inner .tabs_wrapper ul li:after {
            bottom: 0;
            height: 1px;
        }

        .tabs-tabletAndBelow.style02 .tabs_inner .tabs_wrapper ul li:first-child {
            border-top: 1px solid #ebebec;
        }

        .tabs-tabletAndBelow.style02 .tabs_inner .tabs_wrapper ul li + li {
            margin-left: 0;
        }

.noTouchDevice .tabs-tabletAndBelow.style02 .tabs_inner .tabs_wrapper ul li:hover {
    background-color: #00338d;
}

    .noTouchDevice .tabs-tabletAndBelow.style02 .tabs_inner .tabs_wrapper ul li:hover span {
        color: #fff;
    }

#general .tabs-tabletAndBelow.style02 .tabs_inner .tabs_wrapper ul:before {
    background-color: #fff;
}

#general .tabs-tabletAndBelow.style02 {
    border-bottom: 4px solid #00338d;
}

.tabs-tabletAndBelow.style02.tabsResults .tabs_inner .tabs_wrapper ul li {
    width: 100%;
}

.tabs-tabletAndBelow.style03 .tabs_inner {
    padding-bottom: 0;
}

    .tabs-tabletAndBelow.style03 .tabs_inner .tabCallToAction {
        margin-bottom: 20px;
    }

.tabs-tabletAndBelow.style03 .noCTA li.tabs_separator {
    display: none;
}

#general .tabs-tabletAndBelow.positive .tabCallToAction, .tabs-tabletAndBelow.positive ul li.current-menu-item > a, .tabs-tabletAndBelow.positive ul li:not(.current-menu-item) > a {
    color: #333;
}

    #general .tabs-tabletAndBelow.positive .tabCallToAction.colorBorder2 {
        border: 1px solid #333;
    }

#general .tabs-tabletAndBelow.negative .tabCallToAction, .tabs-tabletAndBelow.negative ul li.current-menu-item > a, .tabs-tabletAndBelow.negative ul li:not(.current-menu-item) > a {
    color: #fff;
}

    #general .tabs-tabletAndBelow.negative .tabCallToAction.colorBorder2 {
        border: 1px solid #fff;
    }

.tabs-tabletAndBelow + .orientation-projects {
    padding-top: 23px;
}

@media only screen and (min-width:1542px) {
    .tabs + .orientation-projects {
        padding-top: 78px;
    }
}

@media only screen and (min-width:1150px) {
    .tabs.style03 {
        padding: 40px 70px 6px;
        margin-top: 0;
    }

        .tabs.style03 ul li.current-menu-item > a, .tabs.style03 ul li.current-page-item > a {
            background-color: transparent !important;
        }

    .noTouchDevice .tabs.style03 ul li.current-menu-item > a:hover, .noTouchDevice .tabs.style03 ul li.current-page-item > a:hover {
        cursor: default;
        color: #333;
    }

    .tabs.style03 .tabCallToAction .colorLine {
        z-index: -2;
        top: -1px;
        bottom: -1px;
        left: -1px;
        right: -1px;
    }

    .tabs.style03.colorBorderBottom {
        border-bottom: 0 !important;
    }
}

@media only screen and (min-width:950px) {
    .tabs.style01 {
        padding: 40px 70px 6px;
        margin-top: 0;
    }

        .tabs.style01 ul li.current-menu-item > a, .tabs.style01 ul li.current-page-item > a {
            background-color: transparent !important;
        }

    .noTouchDevice .tabs.style01 ul li.current-menu-item > a:hover, .noTouchDevice .tabs.style01 ul li.current-page-item > a:hover {
        cursor: default;
        color: #333;
    }

    .tabs.style01 .tabCallToAction .colorLine {
        z-index: -2;
        top: -1px;
        bottom: -1px;
        left: -1px;
        right: -1px;
    }

    .tabs.style01.colorBorderBottom {
        border-bottom: 0 !important;
    }
}

@media only screen and (max-width:1024px) {
    .tabs {
        padding: 40px 44px 0;
    }
}

@media only screen and (max-width:1150px) {
    .tabs.style03 {
        margin-top: 0;
        padding: 0 44px;
        border-top: 1px solid #e8e8e9;
        border-bottom: 4px solid #00338d;
        height: auto;
        position: relative;
        overflow: hidden;
        background-color: #fff;
        transition: height .5s cubic-bezier(0,.9,.41,1) 10ms;
        -webkit-transition: height .5s cubic-bezier(0,.9,.41,1) 10ms;
        -moz-transition: height .5s cubic-bezier(0,.9,.41,1) 10ms;
        -ms-transition: height .5s cubic-bezier(0,.9,.41,1) 10ms;
        -o-transition: height .5s cubic-bezier(0,.9,.41,1) 10ms;
    }

        .tabs.style03 .tabs_wrapper {
            min-width: inherit;
        }

        .tabs.style03 .tabs_inner {
            overflow: visible;
        }

            .tabs.style03 .tabs_inner:after {
                content: "";
                display: table;
                clear: both;
            }

        .tabs.style03 .tabs_titleMenu {
            font-size: .6111111111111112em;
            line-height: 1.5454545454545454em;
            letter-spacing: .07em;
            padding-top: 20px;
        }

        .tabs.style03 .tabs_currentPage, .tabs.style03 .tabs_titleMenu {
            position: relative;
            display: block;
            font-family: Montserrat;
            font-weight: 800;
            text-transform: uppercase;
        }

        .tabs.style03 .tabs_currentPage {
            text-align: left;
            border: none;
            background-color: transparent;
            width: 100%;
            font-size: 1.1666666666666667em;
            line-height: 26px;
            height: auto;
            padding: 0 50px 0 0;
            letter-spacing: -.36363636em;
            outline: none;
            margin-bottom: 15px;
            margin-top: 12px;
        }

            .tabs.style03 .tabs_currentPage.open .tabs_openButton:before {
                height: 0;
                margin-top: 0;
            }

            .tabs.style03 .tabs_currentPage.open + ul li {
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
                transition: opacity .4s linear .1s;
                -webkit-transition: opacity .4s linear .1s;
                -moz-transition: opacity .4s linear .1s;
                -ms-transition: opacity .4s linear .1s;
                -o-transition: opacity .4s linear .1s;
            }

            .tabs.style03 .tabs_currentPage:before {
                position: relative;
                display: inline-block;
                content: "";
                height: 100%;
                width: 1px;
                margin-right: -1px;
                vertical-align: middle;
            }

            .tabs.style03 .tabs_currentPage .tabs_openButton {
                position: absolute;
                right: 0;
                top: 50%;
                margin-top: -19.5px;
                color: #fff;
                background-color: #00338d;
                width: 39px;
                height: 39px;
            }

                .tabs.style03 .tabs_currentPage .tabs_openButton:after {
                    content: "";
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 16px;
                    height: 1px;
                    margin-left: -8px;
                    margin-top: -.5px;
                    background-color: #fff;
                }

                .tabs.style03 .tabs_currentPage .tabs_openButton:before {
                    content: "";
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 1px;
                    height: 16px;
                    margin-left: -.5px;
                    margin-top: -8px;
                    background-color: #fff;
                    transition: height .1s ease-out,margin-top .1s ease-out;
                }

    #general.communicationColor .tabs.style03 .tabs_currentPage .tabs_openButton {
        background-color: #ffcc02;
    }

    #general.administrationColor .tabs.style03 .tabs_currentPage .tabs_openButton, #general.architectureColor .tabs.style03 .tabs_currentPage .tabs_openButton, #general.bbaRelationsColor .tabs.style03 .tabs_currentPage .tabs_openButton, #general.lawsColor .tabs.style03 .tabs_currentPage .tabs_openButton, #general.legalPracticeColor .tabs.style03 .tabs_currentPage .tabs_openButton, #general.psychologyColor .tabs.style03 .tabs_currentPage .tabs_openButton, #general.relationsColor .tabs.style03 .tabs_currentPage .tabs_openButton {
        background-color: #fff;
    }

    #general.bbaLawColor .tabs.style03 .tabs_currentPage .tabs_openButton {
        background-color: #333;
    }

    .tabs.style03 .tabs_currentPage span {
        display: inline-block;
        vertical-align: middle;
        letter-spacing: 0;
    }

    .tabs.style03 .tabCallToAction {
        float: none;
        width: 50%;
        margin: 20px auto 0;
        border: 1px solid #333;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }

    #general.communicationColor .tabs.style03 .tabCallToAction {
        border-color: #ffcc02;
    }

    #general.administrationColor .tabs.style03 .tabCallToAction, #general.architectureColor .tabs.style03 .tabCallToAction, #general.bbaRelationsColor .tabs.style03 .tabCallToAction, #general.lawsColor .tabs.style03 .tabCallToAction, #general.legalPracticeColor .tabs.style03 .tabCallToAction, #general.psychologyColor .tabs.style03 .tabCallToAction, #general.relationsColor .tabs.style03 .tabCallToAction {
        border-color: #fff;
    }

    #general.bbaLawColor .tabs.style03 .tabCallToAction {
        border-color: #333;
        color: #333;
    }

    .tabs.style03:after, .tabs.style03:before {
        display: none;
    }

    .tabs.style03 ul {
        position: relative;
        display: block;
        padding: 0;
    }

        .tabs.style03 ul li {
            display: block;
            text-align: center;
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
            transition: opacity .3s ease-out;
            -webkit-transition: opacity .3s ease-out;
            -moz-transition: opacity .3s ease-out;
            -ms-transition: opacity .3s ease-out;
            -o-transition: opacity .3s ease-out;
        }

            .tabs.style03 ul li a {
                right: 0;
                font-size: .7222222222222222em;
                line-height: 1.3076923076923077em;
                font-weight: 800;
                color: #fff;
            }

    #general.communicationColor .tabs.style03 ul li a {
        color: #333;
    }

    .tabs.style03 ul li a .line {
        display: none;
    }

    .tabs.style03 ul li a:after {
        content: "";
        position: absolute;
        width: auto;
        height: 1px;
        background-color: hsla(0,0%,100%,.5);
        bottom: 0;
        left: -44px;
        right: -44px;
    }

    .noTouchDevice .tabs.style03 ul li a:hover, .tabs.style03 ul li.current-menu-item, .tabs.style03 ul li.current-page-item {
        color: #fff;
    }

        .tabs.style03 ul li.current-menu-item a, .tabs.style03 ul li.current-page-item a {
            margin: 0 -44px;
            padding: 0 44px;
            background-color: #032c4b;
        }

    #general.communicationColor .tabs.style03 ul li.current-menu-item, #general.communicationColor .tabs.style03 ul li.current-page-item {
        color: #333;
    }

        #general.communicationColor .tabs.style03 ul li.current-menu-item a, #general.communicationColor .tabs.style03 ul li.current-page-item a {
            color: #333;
            background-color: #ffcc02;
        }

    #general.lawsColor .tabs.style03 ul li.current-menu-item, #general.lawsColor .tabs.style03 ul li.current-page-item {
        color: #fff;
    }

        #general.lawsColor .tabs.style03 ul li.current-menu-item a, #general.lawsColor .tabs.style03 ul li.current-page-item a {
            background-color: #54a55b;
        }

    #general.bbaRelationsColor .tabs.style03 ul li.current-menu-item, #general.bbaRelationsColor .tabs.style03 ul li.current-page-item {
        color: #fff;
    }

        #general.bbaRelationsColor .tabs.style03 ul li.current-menu-item a, #general.bbaRelationsColor .tabs.style03 ul li.current-page-item a {
            background-color: #c5444c;
        }

    #general.psychologyColor .tabs.style03 ul li.current-menu-item, #general.psychologyColor .tabs.style03 ul li.current-page-item {
        color: #fff;
    }

        #general.psychologyColor .tabs.style03 ul li.current-menu-item a, #general.psychologyColor .tabs.style03 ul li.current-page-item a {
            background-color: #896e95;
        }

    #general.relationsColor .tabs.style03 ul li.current-menu-item, #general.relationsColor .tabs.style03 ul li.current-page-item {
        color: #fff;
    }

        #general.relationsColor .tabs.style03 ul li.current-menu-item a, #general.relationsColor .tabs.style03 ul li.current-page-item a {
            background-color: #df7b07;
        }

    #general.architectureColor .tabs.style03 ul li.current-menu-item, #general.architectureColor .tabs.style03 ul li.current-page-item {
        color: #fff;
    }

        #general.architectureColor .tabs.style03 ul li.current-menu-item a, #general.architectureColor .tabs.style03 ul li.current-page-item a {
            background-color: #353739;
        }

    #general.administrationColor .tabs.style03 ul li.current-menu-item, #general.administrationColor .tabs.style03 ul li.current-page-item {
        color: #fff;
    }

        #general.administrationColor .tabs.style03 ul li.current-menu-item a, #general.administrationColor .tabs.style03 ul li.current-page-item a {
            background-color: #338ac4;
        }

    #general.legalPracticeColor .tabs.style03 ul li.current-menu-item, #general.legalPracticeColor .tabs.style03 ul li.current-page-item {
        color: #fff;
    }

        #general.legalPracticeColor .tabs.style03 ul li.current-menu-item a, #general.legalPracticeColor .tabs.style03 ul li.current-page-item a {
            background-color: #67b6ac;
        }

    #general.bbaLawColor .tabs.style03 ul li.current-menu-item, #general.bbaLawColor .tabs.style03 ul li.current-page-item {
        color: #fff;
    }

        #general.bbaLawColor .tabs.style03 ul li.current-menu-item a, #general.bbaLawColor .tabs.style03 ul li.current-page-item a {
            background-color: #353739;
        }

    #general.communicationColor .tabs.style03 ul li {
        color: #333;
    }

    #general.administrationColor .tabs.style03 ul li, #general.architectureColor .tabs.style03 ul li, #general.bbaRelationsColor .tabs.style03 ul li, #general.lawsColor .tabs.style03 ul li, #general.legalPracticeColor .tabs.style03 ul li, #general.psychologyColor .tabs.style03 ul li, #general.relationsColor .tabs.style03 ul li {
        color: #fff;
    }

    #general.bbaLawColor .tabs.style03 ul li {
        color: #333;
    }

    .tabs.style03 ul .tabs_mobileBg {
        display: block;
        z-index: 0;
        position: absolute;
        top: 0;
        left: -44px;
        right: -44px;
        bottom: -94px;
        background-color: #00338d;
        -webkit-backface-visibility: hidden;
    }

    #general.communicationColor .tabs.style03 {
        border-bottom: 4px solid #ffdc02;
    }

        #general.communicationColor .tabs.style03 ul .colorBg {
            background-color: #ffdc02;
        }

    #general.lawsColor .tabs.style03 {
        border-bottom: 4px solid #6ac171;
    }

        #general.lawsColor .tabs.style03 ul .colorBg {
            background-color: #6ac171;
        }

    #general.bbaRelationsColor .tabs.style03 {
        border-bottom: 4px solid #da4b54;
    }

        #general.bbaRelationsColor .tabs.style03 ul .colorBg {
            background-color: #da4b54;
        }

    #general.psychologyColor .tabs.style03 {
        border-bottom: 4px solid #9e7fad;
    }

        #general.psychologyColor .tabs.style03 ul .colorBg {
            background-color: #9e7fad;
        }

    #general.relationsColor .tabs.style03 {
        border-bottom: 4px solid #e99028;
    }

        #general.relationsColor .tabs.style03 ul .colorBg {
            background-color: #e99028;
        }

    #general.architectureColor .tabs.style03 {
        border-bottom: 4px solid #757575;
    }

        #general.architectureColor .tabs.style03 ul .colorBg {
            background-color: #757575;
        }

    #general.administrationColor .tabs.style03 {
        border-bottom: 4px solid #4ca5e0;
    }

        #general.administrationColor .tabs.style03 ul .colorBg {
            background-color: #4ca5e0;
        }

    #general.legalPracticeColor .tabs.style03 {
        border-bottom: 4px solid #6ec3b8;
    }

        #general.legalPracticeColor .tabs.style03 ul .colorBg {
            background-color: #6ec3b8;
        }

    #general.bbaLawColor .tabs.style03 {
        border-bottom: 4px solid #ccc;
    }

        #general.bbaLawColor .tabs.style03 ul .colorBg {
            background-color: #ccc;
        }

    .tabs.style03 + .module {
        padding-top: 48px;
    }

    .tabs.style03.style02 .tabs_inner {
        padding-bottom: 0;
    }

        .tabs.style03.style02 .tabs_inner .tabs_wrapper ul li {
            width: 100%;
            text-align: center;
            transition: background-color .22s ease-out;
            -webkit-transition: background-color .22s ease-out;
            -moz-transition: background-color .22s ease-out;
            -ms-transition: background-color .22s ease-out;
            -o-transition: background-color .22s ease-out;
        }

            .tabs.style03.style02 .tabs_inner .tabs_wrapper ul li span {
                padding: 20px 0;
            }

            .tabs.style03.style02 .tabs_inner .tabs_wrapper ul li.current-menu-item {
                background-color: #00338d;
            }

            .tabs.style03.style02 .tabs_inner .tabs_wrapper ul li:after {
                bottom: 0;
                height: 1px;
            }

            .tabs.style03.style02 .tabs_inner .tabs_wrapper ul li:first-child {
                border-top: 1px solid #ebebec;
            }

            .tabs.style03.style02 .tabs_inner .tabs_wrapper ul li + li {
                margin-left: 0;
            }

    .noTouchDevice .tabs.style03.style02 .tabs_inner .tabs_wrapper ul li:hover {
        background-color: #00338d;
    }

        .noTouchDevice .tabs.style03.style02 .tabs_inner .tabs_wrapper ul li:hover span {
            color: #fff;
        }

    #general .tabs.style03.style02 .tabs_inner .tabs_wrapper ul:before {
        background-color: #fff;
    }

    #general .tabs.style03.style02 {
        border-bottom: 4px solid #00338d;
    }

    .tabs.style03.style02.tabsResults .tabs_inner .tabs_wrapper ul li {
        width: 100%;
    }

    .tabs.style03.style03 .tabs_inner {
        padding-bottom: 0;
    }

        .tabs.style03.style03 .tabs_inner .tabCallToAction {
            margin-bottom: 20px;
        }

    .tabs.style03.style03 .noCTA li.tabs_separator {
        display: none;
    }

    #general .tabs.style03.positive .tabCallToAction, .tabs.style03.positive ul li.current-menu-item > a, .tabs.style03.positive ul li:not(.current-menu-item) > a {
        color: #333;
    }

        #general .tabs.style03.positive .tabCallToAction.colorBorder2 {
            border: 1px solid #333;
        }

    #general .tabs.style03.negative .tabCallToAction, .tabs.style03.negative ul li.current-menu-item > a, .tabs.style03.negative ul li:not(.current-menu-item) > a {
        color: #fff;
    }

        #general .tabs.style03.negative .tabCallToAction.colorBorder2 {
            border: 1px solid #fff;
        }

    .tabs.style03 + .orientation-projects {
        padding-top: 23px;
    }
}

@media only screen and (max-width:950px) {
    .tabs.style01 {
        margin-top: 0;
        padding: 0 44px;
        border-top: 1px solid #e8e8e9;
        border-bottom: 4px solid #00338d;
        height: auto;
        position: relative;
        overflow: hidden;
        background-color: #fff;
        transition: height .5s cubic-bezier(0,.9,.41,1) 10ms;
        -webkit-transition: height .5s cubic-bezier(0,.9,.41,1) 10ms;
        -moz-transition: height .5s cubic-bezier(0,.9,.41,1) 10ms;
        -ms-transition: height .5s cubic-bezier(0,.9,.41,1) 10ms;
        -o-transition: height .5s cubic-bezier(0,.9,.41,1) 10ms;
    }

        .tabs.style01 .tabs_wrapper {
            min-width: inherit;
        }

        .tabs.style01 .tabs_inner {
            overflow: visible;
        }

            .tabs.style01 .tabs_inner:after {
                content: "";
                display: table;
                clear: both;
            }

        .tabs.style01 .tabs_titleMenu {
            font-size: .6111111111111112em;
            line-height: 1.5454545454545454em;
            letter-spacing: .07em;
            padding-top: 20px;
        }

        .tabs.style01 .tabs_currentPage, .tabs.style01 .tabs_titleMenu {
            position: relative;
            display: block;
            font-family: Montserrat;
            font-weight: 800;
            text-transform: uppercase;
        }

        .tabs.style01 .tabs_currentPage {
            text-align: left;
            border: none;
            background-color: transparent;
            width: 100%;
            font-size: 1.1666666666666667em;
            line-height: 26px;
            height: auto;
            padding: 0 50px 0 0;
            letter-spacing: -.36363636em;
            outline: none;
            margin-bottom: 15px;
            margin-top: 12px;
        }

            .tabs.style01 .tabs_currentPage.open .tabs_openButton:before {
                height: 0;
                margin-top: 0;
            }

            .tabs.style01 .tabs_currentPage.open + ul li {
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
                transition: opacity .4s linear .1s;
                -webkit-transition: opacity .4s linear .1s;
                -moz-transition: opacity .4s linear .1s;
                -ms-transition: opacity .4s linear .1s;
                -o-transition: opacity .4s linear .1s;
            }

            .tabs.style01 .tabs_currentPage:before {
                position: relative;
                display: inline-block;
                content: "";
                height: 100%;
                width: 1px;
                margin-right: -1px;
                vertical-align: middle;
            }

            .tabs.style01 .tabs_currentPage .tabs_openButton {
                position: absolute;
                right: 0;
                top: 50%;
                margin-top: -19.5px;
                color: #fff;
                background-color: #00338d;
                width: 39px;
                height: 39px;
            }

                .tabs.style01 .tabs_currentPage .tabs_openButton:after {
                    content: "";
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 16px;
                    height: 1px;
                    margin-left: -8px;
                    margin-top: -.5px;
                    background-color: #fff;
                }

                .tabs.style01 .tabs_currentPage .tabs_openButton:before {
                    content: "";
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 1px;
                    height: 16px;
                    margin-left: -.5px;
                    margin-top: -8px;
                    background-color: #fff;
                    transition: height .1s ease-out,margin-top .1s ease-out;
                }

    #general.communicationColor .tabs.style01 .tabs_currentPage .tabs_openButton {
        background-color: #ffcc02;
    }

    #general.administrationColor .tabs.style01 .tabs_currentPage .tabs_openButton, #general.architectureColor .tabs.style01 .tabs_currentPage .tabs_openButton, #general.bbaRelationsColor .tabs.style01 .tabs_currentPage .tabs_openButton, #general.lawsColor .tabs.style01 .tabs_currentPage .tabs_openButton, #general.legalPracticeColor .tabs.style01 .tabs_currentPage .tabs_openButton, #general.psychologyColor .tabs.style01 .tabs_currentPage .tabs_openButton, #general.relationsColor .tabs.style01 .tabs_currentPage .tabs_openButton {
        background-color: #fff;
    }

    #general.bbaLawColor .tabs.style01 .tabs_currentPage .tabs_openButton {
        background-color: #333;
    }

    .tabs.style01 .tabs_currentPage span {
        display: inline-block;
        vertical-align: middle;
        letter-spacing: 0;
    }

    .tabs.style01 .tabCallToAction {
        float: none;
        width: 50%;
        margin: 20px auto 0;
        border: 1px solid #333;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }

    #general.communicationColor .tabs.style01 .tabCallToAction {
        border-color: #ffcc02;
    }

    #general.administrationColor .tabs.style01 .tabCallToAction, #general.architectureColor .tabs.style01 .tabCallToAction, #general.bbaRelationsColor .tabs.style01 .tabCallToAction, #general.lawsColor .tabs.style01 .tabCallToAction, #general.legalPracticeColor .tabs.style01 .tabCallToAction, #general.psychologyColor .tabs.style01 .tabCallToAction, #general.relationsColor .tabs.style01 .tabCallToAction {
        border-color: #fff;
    }

    #general.bbaLawColor .tabs.style01 .tabCallToAction {
        border-color: #333;
        color: #333;
    }

    .tabs.style01:after, .tabs.style01:before {
        display: none;
    }

    .tabs.style01 ul {
        position: relative;
        display: block;
        padding: 0;
    }

        .tabs.style01 ul li {
            display: block;
            text-align: center;
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
            transition: opacity .3s ease-out;
            -webkit-transition: opacity .3s ease-out;
            -moz-transition: opacity .3s ease-out;
            -ms-transition: opacity .3s ease-out;
            -o-transition: opacity .3s ease-out;
        }

            .tabs.style01 ul li a {
                right: 0;
                font-size: .7222222222222222em;
                line-height: 1.3076923076923077em;
                font-weight: 800;
                color: #fff;
            }

    #general.communicationColor .tabs.style01 ul li a {
        color: #333;
    }

    .tabs.style01 ul li a .line {
        display: none;
    }

    .tabs.style01 ul li a:after {
        content: "";
        position: absolute;
        width: auto;
        height: 1px;
        background-color: hsla(0,0%,100%,.5);
        bottom: 0;
        left: -44px;
        right: -44px;
    }

    .noTouchDevice .tabs.style01 ul li a:hover, .tabs.style01 ul li.current-menu-item, .tabs.style01 ul li.current-page-item {
        color: #fff;
    }

        .tabs.style01 ul li.current-menu-item a, .tabs.style01 ul li.current-page-item a {
            margin: 0 -44px;
            padding: 0 44px;
            background-color: #032c4b;
        }

    #general.communicationColor .tabs.style01 ul li.current-menu-item, #general.communicationColor .tabs.style01 ul li.current-page-item {
        color: #333;
    }

        #general.communicationColor .tabs.style01 ul li.current-menu-item a, #general.communicationColor .tabs.style01 ul li.current-page-item a {
            color: #333;
            background-color: #ffcc02;
        }

    #general.lawsColor .tabs.style01 ul li.current-menu-item, #general.lawsColor .tabs.style01 ul li.current-page-item {
        color: #fff;
    }

        #general.lawsColor .tabs.style01 ul li.current-menu-item a, #general.lawsColor .tabs.style01 ul li.current-page-item a {
            background-color: #54a55b;
        }

    #general.bbaRelationsColor .tabs.style01 ul li.current-menu-item, #general.bbaRelationsColor .tabs.style01 ul li.current-page-item {
        color: #fff;
    }

        #general.bbaRelationsColor .tabs.style01 ul li.current-menu-item a, #general.bbaRelationsColor .tabs.style01 ul li.current-page-item a {
            background-color: #c5444c;
        }

    #general.psychologyColor .tabs.style01 ul li.current-menu-item, #general.psychologyColor .tabs.style01 ul li.current-page-item {
        color: #fff;
    }

        #general.psychologyColor .tabs.style01 ul li.current-menu-item a, #general.psychologyColor .tabs.style01 ul li.current-page-item a {
            background-color: #896e95;
        }

    #general.relationsColor .tabs.style01 ul li.current-menu-item, #general.relationsColor .tabs.style01 ul li.current-page-item {
        color: #fff;
    }

        #general.relationsColor .tabs.style01 ul li.current-menu-item a, #general.relationsColor .tabs.style01 ul li.current-page-item a {
            background-color: #df7b07;
        }

    #general.architectureColor .tabs.style01 ul li.current-menu-item, #general.architectureColor .tabs.style01 ul li.current-page-item {
        color: #fff;
    }

        #general.architectureColor .tabs.style01 ul li.current-menu-item a, #general.architectureColor .tabs.style01 ul li.current-page-item a {
            background-color: #353739;
        }

    #general.administrationColor .tabs.style01 ul li.current-menu-item, #general.administrationColor .tabs.style01 ul li.current-page-item {
        color: #fff;
    }

        #general.administrationColor .tabs.style01 ul li.current-menu-item a, #general.administrationColor .tabs.style01 ul li.current-page-item a {
            background-color: #338ac4;
        }

    #general.legalPracticeColor .tabs.style01 ul li.current-menu-item, #general.legalPracticeColor .tabs.style01 ul li.current-page-item {
        color: #fff;
    }

        #general.legalPracticeColor .tabs.style01 ul li.current-menu-item a, #general.legalPracticeColor .tabs.style01 ul li.current-page-item a {
            background-color: #67b6ac;
        }

    #general.bbaLawColor .tabs.style01 ul li.current-menu-item, #general.bbaLawColor .tabs.style01 ul li.current-page-item {
        color: #fff;
    }

        #general.bbaLawColor .tabs.style01 ul li.current-menu-item a, #general.bbaLawColor .tabs.style01 ul li.current-page-item a {
            background-color: #353739;
        }

    #general.communicationColor .tabs.style01 ul li {
        color: #333;
    }

    #general.administrationColor .tabs.style01 ul li, #general.architectureColor .tabs.style01 ul li, #general.bbaRelationsColor .tabs.style01 ul li, #general.lawsColor .tabs.style01 ul li, #general.legalPracticeColor .tabs.style01 ul li, #general.psychologyColor .tabs.style01 ul li, #general.relationsColor .tabs.style01 ul li {
        color: #fff;
    }

    #general.bbaLawColor .tabs.style01 ul li {
        color: #333;
    }

    .tabs.style01 ul .tabs_mobileBg {
        display: block;
        z-index: 0;
        position: absolute;
        top: 0;
        left: -44px;
        right: -44px;
        bottom: -94px;
        background-color: #00338d;
        -webkit-backface-visibility: hidden;
    }

    #general.communicationColor .tabs.style01 {
        border-bottom: 4px solid #ffdc02;
    }

        #general.communicationColor .tabs.style01 ul .colorBg {
            background-color: #ffdc02;
        }

    #general.lawsColor .tabs.style01 {
        border-bottom: 4px solid #6ac171;
    }

        #general.lawsColor .tabs.style01 ul .colorBg {
            background-color: #6ac171;
        }

    #general.bbaRelationsColor .tabs.style01 {
        border-bottom: 4px solid #da4b54;
    }

        #general.bbaRelationsColor .tabs.style01 ul .colorBg {
            background-color: #da4b54;
        }

    #general.psychologyColor .tabs.style01 {
        border-bottom: 4px solid #9e7fad;
    }

        #general.psychologyColor .tabs.style01 ul .colorBg {
            background-color: #9e7fad;
        }

    #general.relationsColor .tabs.style01 {
        border-bottom: 4px solid #e99028;
    }

        #general.relationsColor .tabs.style01 ul .colorBg {
            background-color: #e99028;
        }

    #general.architectureColor .tabs.style01 {
        border-bottom: 4px solid #757575;
    }

        #general.architectureColor .tabs.style01 ul .colorBg {
            background-color: #757575;
        }

    #general.administrationColor .tabs.style01 {
        border-bottom: 4px solid #4ca5e0;
    }

        #general.administrationColor .tabs.style01 ul .colorBg {
            background-color: #4ca5e0;
        }

    #general.legalPracticeColor .tabs.style01 {
        border-bottom: 4px solid #6ec3b8;
    }

        #general.legalPracticeColor .tabs.style01 ul .colorBg {
            background-color: #6ec3b8;
        }

    #general.bbaLawColor .tabs.style01 {
        border-bottom: 4px solid #ccc;
    }

        #general.bbaLawColor .tabs.style01 ul .colorBg {
            background-color: #ccc;
        }

    .tabs.style01 + .module {
        padding-top: 48px;
    }

    .tabs.style01.style02 .tabs_inner {
        padding-bottom: 0;
    }

        .tabs.style01.style02 .tabs_inner .tabs_wrapper ul li {
            width: 100%;
            text-align: center;
            transition: background-color .22s ease-out;
            -webkit-transition: background-color .22s ease-out;
            -moz-transition: background-color .22s ease-out;
            -ms-transition: background-color .22s ease-out;
            -o-transition: background-color .22s ease-out;
        }

            .tabs.style01.style02 .tabs_inner .tabs_wrapper ul li span {
                padding: 20px 0;
            }

            .tabs.style01.style02 .tabs_inner .tabs_wrapper ul li.current-menu-item {
                background-color: #00338d;
            }

            .tabs.style01.style02 .tabs_inner .tabs_wrapper ul li:after {
                bottom: 0;
                height: 1px;
            }

            .tabs.style01.style02 .tabs_inner .tabs_wrapper ul li:first-child {
                border-top: 1px solid #ebebec;
            }

            .tabs.style01.style02 .tabs_inner .tabs_wrapper ul li + li {
                margin-left: 0;
            }

    .noTouchDevice .tabs.style01.style02 .tabs_inner .tabs_wrapper ul li:hover {
        background-color: #00338d;
    }

        .noTouchDevice .tabs.style01.style02 .tabs_inner .tabs_wrapper ul li:hover span {
            color: #fff;
        }

    #general .tabs.style01.style02 .tabs_inner .tabs_wrapper ul:before {
        background-color: #fff;
    }

    #general .tabs.style01.style02 {
        border-bottom: 4px solid #00338d;
    }

    .tabs.style01.style02.tabsResults .tabs_inner .tabs_wrapper ul li {
        width: 100%;
    }

    .tabs.style01.style03 .tabs_inner {
        padding-bottom: 0;
    }

        .tabs.style01.style03 .tabs_inner .tabCallToAction {
            margin-bottom: 20px;
        }

    .tabs.style01.style03 .noCTA li.tabs_separator {
        display: none;
    }

    #general .tabs.style01.positive .tabCallToAction, .tabs.style01.positive ul li.current-menu-item > a, .tabs.style01.positive ul li:not(.current-menu-item) > a {
        color: #333;
    }

        #general .tabs.style01.positive .tabCallToAction.colorBorder2 {
            border: 1px solid #333;
        }

    #general .tabs.style01.negative .tabCallToAction, .tabs.style01.negative ul li.current-menu-item > a, .tabs.style01.negative ul li:not(.current-menu-item) > a {
        color: #fff;
    }

        #general .tabs.style01.negative .tabCallToAction.colorBorder2 {
            border: 1px solid #fff;
        }

    .tabs.style01 + .orientation-projects {
        padding-top: 23px;
    }
}

@media only screen and (max-width:800px) {
    .tabs {
        margin-top: -40px;
    }
}

@media only screen and (max-width:600px) {
    .tabs, .tabs.style03 {
        padding: 0 15px;
        height: auto;
    }

        .tabs.style03 ul li, .tabs ul li {
            text-align: left;
        }

            .tabs.style03 ul li.current-menu-item a, .tabs.style03 ul li.current-page-item a, .tabs ul li.current-menu-item a, .tabs ul li.current-page-item a {
                margin: 0 -15px;
                padding: 0 15px;
            }

            .tabs.style03 ul li a, .tabs ul li a {
                font-size: .6111111111111112em;
                line-height: 1.5454545454545454em;
            }

                .tabs.style03 ul:before, .tabs.style03 ul li a:after, .tabs ul:before, .tabs ul li a:after {
                    left: -15px;
                    right: -15px;
                }

        .tabs.style03 .tabs_currentPage, .tabs .tabs_currentPage {
            height: auto;
        }

        .tabs.style03 .tabCallToAction, .tabs .tabCallToAction {
            width: 100%;
        }

        .tabs + .module, .tabs.style03 + .module {
            padding-top: 44px;
        }

        .tabs + .contentTwoColumns .contentMain > .module:first-child.module-biography, .tabs.style03 + .contentTwoColumns .contentMain > .module:first-child.module-biography {
            margin-top: -50px;
        }
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    position: fixed !important;
    background: #0b0b0b;
    opacity: .8;
}

.mfp-bg, .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mfp-wrap {
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

    .mfp-container:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    max-width: 1600px;
    z-index: 1045;
}

    .mfp-content .mfp-figure figure {
        margin: 0;
    }

@media (max-width:1024px) {
    .mfp-content .mfp-figure figure {
        padding-top: 10px;
    }
}

.mfp-content .mfp-figure figure img {
    width: 100%;
    height: auto;
}

.mfp-content .mfp-figure.onZoom {
    overflow: visible !important;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-preloader {
    display: none;
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #ccc;
    }

        .mfp-preloader a:hover {
            color: #fff;
        }

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none;
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 46px;
    top: 42px;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
}

@media (max-width:900px) {
    .mfp-close {
        right: 6px;
        top: 6px;
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }
}

.mfp-close .mfp-close-icn {
    pointer-events: none;
}

    .mfp-close .mfp-close-icn:before {
        font-family: ieurwd-icons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e613";
        position: relative;
        top: 2px;
        right: 0;
        font-size: 26px;
        width: 26px;
        height: 26px;
        line-height: 1em;
    }

.iOS .mfp-close .mfp-close-icn:before {
    top: 20px;
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-iframe-holder {
    padding-top: 70px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-height: 100%;
        overflow: visible !important;
    }

    .mfp-iframe-holder .mfp-iframe-scaler {
        overflow: visible;
    }

    .mfp-iframe-holder .mfp-close {
        color: #fff;
        top: -55px;
        right: 0;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #000;
    }

@media (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding: 10px;
    }
}

.mfp-move-vertical .mfp-content {
    transition: transform .6s,opacity .6s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.mfp-move-vertical.mfp-bg, .mfp-move-vertical .mfp-content {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: -webkit-transform .6s,opacity .6s;
}

.mfp-move-vertical.mfp-bg {
    transition: -webkit-transform .6s,opacity .6s;
}

.mfp-move-vertical.mfp-ready .mfp-content {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.mfp-move-vertical.mfp-ready.mfp-bg {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
}

.mfp-move-vertical.mfp-removing .mfp-content {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.mfp-move-vertical.mfp-removing.mfp-bg {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

@-webkit-keyframes c {
    0% {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    to {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

@keyframes c {
    0% {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    to {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

#general.searchEvent {
    transform: translateY(160px);
    -webkit-transform: translateY(160px);
    -ms-transform: translateY(160px);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.63,.12,.45,.96);
    transition: transform .3s cubic-bezier(.63,.12,.45,.96);
}

#header {
    position: fixed;
    top: 0;
    padding: 0 70px;
    width: 100%;
    z-index: 99;
    -webkit-backface-visibility: hidden;
}

    #header .pointer_home {
        pointer-events: none;
    }

    #header .header_callToAction.callToActionLink {
        border-color: transparent !important;
    }

.noTouchDevice #header .header_callToAction.callToActionLink:hover {
    color: inherit !important;
}

#header .header_callToAction.callToActionLink:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -5px;
    height: 18px;
    width: 1px;
    background-color: #333;
    transform: translateY(-50%);
}

@media (max-width:1180px) {
    #header .header_callToAction.callToActionLink:before {
        display: none;
    }
}

#header .header_callToAction.callToActionLink:after {
    display: none;
}

.slider + #header .header_bottom .header_callToAction.callToActionLink {
    border-color: transparent !important;
}

.noTouchDevice .slider + #header .header_bottom .header_callToAction.callToActionLink:hover {
    color: #fff !important;
}

.slider + #header .header_bottom .header_callToAction.callToActionLink:before {
    background-color: #fff;
}

.layout-topImage #header:not(.style02), .layout-topImage + #header, .slider + #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

    .layout-topImage #header:not(.style02).opaque .header_bottom .header_logo, .layout-topImage + #header.opaque .header_bottom .header_logo, .slider + #header.opaque .header_bottom .header_logo {
        color: #00338d;
        -webkit-transition: opacity .3s ease-in .2s,color .3s ease-in .2s;
        transition: opacity .3s ease-in .2s,color .3s ease-in .2s;
    }

    .layout-topImage #header:not(.style02).opaque .header_bottom .header_nav > ul > li > a, .layout-topImage + #header.opaque .header_bottom .header_nav > ul > li > a, .slider + #header.opaque .header_bottom .header_nav > ul > li > a {
        color: #333 !important;
        transition: color .15s ease-in .2s;
        -webkit-transition: color .15s ease-in .2s;
        -moz-transition: color .15s ease-in .2s;
        -ms-transition: color .15s ease-in .2s;
        -o-transition: color .15s ease-in .2s;
    }

    .layout-topImage #header:not(.style02).opaque .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, .layout-topImage #header:not(.style02).opaque .header_bottom .header_nav > ul > li.current-menu-item > a:after, .layout-topImage + #header.opaque .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, .layout-topImage + #header.opaque .header_bottom .header_nav > ul > li.current-menu-item > a:after, .slider + #header.opaque .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, .slider + #header.opaque .header_bottom .header_nav > ul > li.current-menu-item > a:after {
        background-color: #ccc;
    }

    .layout-topImage #header:not(.style02).opaque .header_bottom .header_nav > ul > li:last-child .line, .layout-topImage + #header.opaque .header_bottom .header_nav > ul > li:last-child .line, .slider + #header.opaque .header_bottom .header_nav > ul > li:last-child .line {
        bottom: 60px;
    }

    .layout-topImage #header:not(.style02).opaque .header_bottom .header_callToAction, .layout-topImage + #header.opaque .header_bottom .header_callToAction, .slider + #header.opaque .header_bottom .header_callToAction {
        color: #333;
        border: 1px solid #333;
    }

        .layout-topImage #header:not(.style02).opaque .header_bottom .header_callToAction:after, .layout-topImage + #header.opaque .header_bottom .header_callToAction:after, .slider + #header.opaque .header_bottom .header_callToAction:after {
            background-color: #00457b;
        }

.noTouchDevice .layout-topImage #header:not(.style02).opaque .header_bottom .header_callToAction:hover, .noTouchDevice .layout-topImage + #header.opaque .header_bottom .header_callToAction:hover, .noTouchDevice .slider + #header.opaque .header_bottom .header_callToAction:hover {
    color: #fff;
}

.noTouchDevice .layout-topImage #header:not(.style02).opaque .header_bottom .header_callToAction.callToActionLink:hover, .noTouchDevice .layout-topImage + #header.opaque .header_bottom .header_callToAction.callToActionLink:hover, .noTouchDevice .slider + #header.opaque .header_bottom .header_callToAction.callToActionLink:hover {
    color: #333 !important;
}

.layout-topImage #header:not(.style02).opaque .header_bottom .header_callToAction.callToActionLink:before, .layout-topImage + #header.opaque .header_bottom .header_callToAction.callToActionLink:before, .slider + #header.opaque .header_bottom .header_callToAction.callToActionLink:before {
    background-color: #333;
}

.layout-topImage #header:not(.style02).fixed .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, .layout-topImage #header:not(.style02).fixed .header_bottom .header_nav > ul > li.current-menu-item > a:after, .layout-topImage + #header.fixed .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, .layout-topImage + #header.fixed .header_bottom .header_nav > ul > li.current-menu-item > a:after, .slider + #header.fixed .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, .slider + #header.fixed .header_bottom .header_nav > ul > li.current-menu-item > a:after {
    background-color: #00338d;
}

.layout-topImage #header:not(.style02).style02.opaque:not(.fixed) .header_bottom .header_menu_container .header_nav > ul > li.current-menu-ancestor > a:after, .layout-topImage #header:not(.style02).style02.opaque:not(.fixed) .header_bottom .header_menu_container .header_nav > ul > li.current-menu-item > a:after, .layout-topImage + #header.style02.opaque:not(.fixed) .header_bottom .header_menu_container .header_nav > ul > li.current-menu-ancestor > a:after, .layout-topImage + #header.style02.opaque:not(.fixed) .header_bottom .header_menu_container .header_nav > ul > li.current-menu-item > a:after, .slider + #header.style02.opaque:not(.fixed) .header_bottom .header_menu_container .header_nav > ul > li.current-menu-ancestor > a:after, .slider + #header.style02.opaque:not(.fixed) .header_bottom .header_menu_container .header_nav > ul > li.current-menu-item > a:after {
    background-color: #ccc;
}

.layout-topImage #header:not(.style02).style02 .header_bottom, .layout-topImage + #header.style02 .header_bottom, .slider + #header.style02 .header_bottom {
    height: 125px;
}

    .layout-topImage #header:not(.style02).style02 .header_bottom:before, .layout-topImage + #header.style02 .header_bottom:before, .slider + #header.style02 .header_bottom:before {
        height: 125px;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    .layout-topImage #header:not(.style02).style02 .header_bottom .header_logo, .layout-topImage + #header.style02 .header_bottom .header_logo, .slider + #header.style02 .header_bottom .header_logo {
        color: #00338d;
    }

        .layout-topImage #header:not(.style02).style02 .header_bottom .header_logo:after, .layout-topImage + #header.style02 .header_bottom .header_logo:after, .slider + #header.style02 .header_bottom .header_logo:after {
            font-size: 6.5em;
        }

.ie9 .layout-topImage #header:not(.style02).style02 .header_bottom .header_logo:after, .ie9 .layout-topImage + #header.style02 .header_bottom .header_logo:after, .ie9 .slider + #header.style02 .header_bottom .header_logo:after, .ie10 .layout-topImage #header:not(.style02).style02 .header_bottom .header_logo:after, .ie10 .layout-topImage + #header.style02 .header_bottom .header_logo:after, .ie10 .slider + #header.style02 .header_bottom .header_logo:after, .ie11 .layout-topImage #header:not(.style02).style02 .header_bottom .header_logo:after, .ie11 .layout-topImage + #header.style02 .header_bottom .header_logo:after, .ie11 .slider + #header.style02 .header_bottom .header_logo:after, .iePhone .layout-topImage #header:not(.style02).style02 .header_bottom .header_logo:after, .iePhone .layout-topImage + #header.style02 .header_bottom .header_logo:after, .iePhone .slider + #header.style02 .header_bottom .header_logo:after {
    font-size: 125px;
}

.layout-topImage #header:not(.style02).style02 .header_bottom .header_callToAction, .layout-topImage + #header.style02 .header_bottom .header_callToAction, .slider + #header.style02 .header_bottom .header_callToAction {
    color: #333;
    border-color: #333;
}

.noTouchDevice .layout-topImage #header:not(.style02).style02 .header_bottom .header_callToAction:hover:after, .noTouchDevice .layout-topImage + #header.style02 .header_bottom .header_callToAction:hover:after, .noTouchDevice .slider + #header.style02 .header_bottom .header_callToAction:hover:after {
    background-color: #00338d;
}

.layout-topImage #header:not(.style02).style02 .header_bottom .header_menu_container .header_nav > ul, .layout-topImage + #header.style02 .header_bottom .header_menu_container .header_nav > ul, .slider + #header.style02 .header_bottom .header_menu_container .header_nav > ul {
    height: auto;
}

    .layout-topImage #header:not(.style02).style02 .header_bottom .header_menu_container .header_nav > ul > li > a, .layout-topImage + #header.style02 .header_bottom .header_menu_container .header_nav > ul > li > a, .slider + #header.style02 .header_bottom .header_menu_container .header_nav > ul > li > a {
        color: #333;
    }

    .layout-topImage #header:not(.style02).style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-ancestor > a:after, .layout-topImage #header:not(.style02).style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-item > a:after, .layout-topImage + #header.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-ancestor > a:after, .layout-topImage + #header.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-item > a:after, .slider + #header.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-ancestor > a:after, .slider + #header.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-item > a:after {
        background-color: #00338d;
        transition: opacity .22s ease-out .22s,background-color .22s ease-out;
        -webkit-transition: opacity .22s ease-out .22s,background-color .22s ease-out;
        -moz-transition: opacity .22s ease-out .22s,background-color .22s ease-out;
        -ms-transition: opacity .22s ease-out .22s,background-color .22s ease-out;
        -o-transition: opacity .22s ease-out .22s,background-color .22s ease-out;
    }

.noTouchDevice .layout-topImage #header:not(.style02).style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-ancestor > a:hover:after, .noTouchDevice .layout-topImage #header:not(.style02).style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-item > a:hover:after, .noTouchDevice .layout-topImage + #header.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-ancestor > a:hover:after, .noTouchDevice .layout-topImage + #header.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-item > a:hover:after, .noTouchDevice .slider + #header.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-ancestor > a:hover:after, .noTouchDevice .slider + #header.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-item > a:hover:after {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.layout-topImage #header:not(.style02).style02 .header_bottom .header_menu_container .header_nav > ul > li:last-child .line, .layout-topImage + #header.style02 .header_bottom .header_menu_container .header_nav > ul > li:last-child .line, .slider + #header.style02 .header_bottom .header_menu_container .header_nav > ul > li:last-child .line {
    bottom: 14px;
}

.layout-topImage #header:not(.style02) .header_bottom, .layout-topImage + #header .header_bottom, .slider + #header .header_bottom {
    height: 130px;
}

@media (max-width:600px) {
    .layout-topImage #header:not(.style02) .header_bottom, .layout-topImage + #header .header_bottom, .slider + #header .header_bottom {
        height: 75px;
    }
}

.layout-topImage #header:not(.style02) .header_bottom:before, .layout-topImage + #header .header_bottom:before, .slider + #header .header_bottom:before {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transform: translate3d(0,-10%,0);
    -webkit-transform: translate3d(0,-10%,0);
    -ms-transform: translate3d(0,-10%,0);
    transition: opacity .2s ease-out .1s;
    -webkit-transition: opacity .2s ease-out .1s;
    -moz-transition: opacity .2s ease-out .1s;
    -ms-transition: opacity .2s ease-out .1s;
    -o-transition: opacity .2s ease-out .1s;
    height: 130px;
}

@media (max-width:600px) {
    .layout-topImage #header:not(.style02) .header_bottom:before, .layout-topImage + #header .header_bottom:before, .slider + #header .header_bottom:before {
        height: 75px;
    }
}

.layout-topImage #header:not(.style02) .header_bottom .header_logo, .layout-topImage + #header .header_bottom .header_logo, .slider + #header .header_bottom .header_logo {
    color: #fff;
}

    .layout-topImage #header:not(.style02) .header_bottom .header_logo:after, .layout-topImage + #header .header_bottom .header_logo:after, .slider + #header .header_bottom .header_logo:after {
        font-size: 6.944444444444445em;
    }

.ie9 .layout-topImage #header:not(.style02) .header_bottom .header_logo:after, .ie9 .layout-topImage + #header .header_bottom .header_logo:after, .ie9 .slider + #header .header_bottom .header_logo:after, .ie10 .layout-topImage #header:not(.style02) .header_bottom .header_logo:after, .ie10 .layout-topImage + #header .header_bottom .header_logo:after, .ie10 .slider + #header .header_bottom .header_logo:after, .ie11 .layout-topImage #header:not(.style02) .header_bottom .header_logo:after, .ie11 .layout-topImage + #header .header_bottom .header_logo:after, .ie11 .slider + #header .header_bottom .header_logo:after, .iePhone .layout-topImage #header:not(.style02) .header_bottom .header_logo:after, .iePhone .layout-topImage + #header .header_bottom .header_logo:after, .iePhone .slider + #header .header_bottom .header_logo:after {
    font-size: 125px;
}

.layout-topImage #header:not(.style02) .header_bottom .header_nav > ul, .layout-topImage + #header .header_bottom .header_nav > ul, .slider + #header .header_bottom .header_nav > ul {
    height: 90%;
}

    .layout-topImage #header:not(.style02) .header_bottom .header_nav > ul:before, .layout-topImage + #header .header_bottom .header_nav > ul:before, .slider + #header .header_bottom .header_nav > ul:before {
        height: 110%;
    }

    .layout-topImage #header:not(.style02) .header_bottom .header_nav > ul > li > a, .layout-topImage + #header .header_bottom .header_nav > ul > li > a, .slider + #header .header_bottom .header_nav > ul > li > a {
        position: relative;
        color: #0ca0db;
    }

        .layout-topImage #header:not(.style02) .header_bottom .header_nav > ul > li > a[href="#"], .layout-topImage + #header .header_bottom .header_nav > ul > li > a[href="#"], .slider + #header .header_bottom .header_nav > ul > li > a[href="#"] {
            cursor: default;
        }

    .layout-topImage #header:not(.style02) .header_bottom .header_nav > ul > li > .header_nav_submenu, .layout-topImage + #header .header_bottom .header_nav > ul > li > .header_nav_submenu, .slider + #header .header_bottom .header_nav > ul > li > .header_nav_submenu {
        z-index: -2;
    }

    .layout-topImage #header:not(.style02) .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, .layout-topImage #header:not(.style02) .header_bottom .header_nav > ul > li.current-menu-item > a:after, .layout-topImage + #header .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, .layout-topImage + #header .header_bottom .header_nav > ul > li.current-menu-item > a:after, .slider + #header .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, .slider + #header .header_bottom .header_nav > ul > li.current-menu-item > a:after {
        background-color: #fff;
    }

    .layout-topImage #header:not(.style02) .header_bottom .header_nav > ul > li.fixedMenuLayer, .layout-topImage + #header .header_bottom .header_nav > ul > li.fixedMenuLayer, .slider + #header .header_bottom .header_nav > ul > li.fixedMenuLayer {
        z-index: -3;
    }

.layout-topImage #header:not(.style02) .header_bottom .header_social_style02 ul li a, .layout-topImage #header:not(.style02) .header_bottom .header_social ul li a, .layout-topImage + #header .header_bottom .header_social_style02 ul li a, .layout-topImage + #header .header_bottom .header_social ul li a, .slider + #header .header_bottom .header_social_style02 ul li a, .slider + #header .header_bottom .header_social ul li a {
    display: block;
}

.layout-topImage #header:not(.style02) .header_bottom .header_callToAction, .layout-topImage + #header .header_bottom .header_callToAction, .slider + #header .header_bottom .header_callToAction {
    color: #0ca0db;
    border-color: #0ca0db;
}

@media (min-width:1541px) {
    .layout-topImage #header:not(.style02) .header_bottom .header_callToAction, .layout-topImage + #header .header_bottom .header_callToAction, .slider + #header .header_bottom .header_callToAction {
        margin-top: 0px;
    }
}

.layout-topImage #header:not(.style02) .header_bottom .header_callToAction:after, .layout-topImage + #header .header_bottom .header_callToAction:after, .slider + #header .header_bottom .header_callToAction:after {
    background-color: #fff;
}

.noTouchDevice .layout-topImage #header:not(.style02) .header_bottom .header_callToAction:hover, .noTouchDevice .layout-topImage + #header .header_bottom .header_callToAction:hover, .noTouchDevice .slider + #header .header_bottom .header_callToAction:hover {
    color: #333;
}

.layout-topImage #header:not(.style02) + .content, .layout-topImage #header:not(.style02) + .content + .footer, .layout-topImage #header:not(.style02) + .module-cookies + .content, .layout-topImage #header:not(.style02) + .module-cookies + .content + .footer, .layout-topImage + #header + .content, .layout-topImage + #header + .content + .footer, .layout-topImage + #header + .module-cookies + .content, .layout-topImage + #header + .module-cookies + .content + .footer, .slider + #header + .content, .slider + #header + .content + .footer, .slider + #header + .module-cookies + .content, .slider + #header + .module-cookies + .content + .footer {
    top: 0;
}

#header.opaque .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, #header.opaque .header_bottom .header_nav > ul > li.current-menu-item > a:after {
    background-color: #ccc;
}

#header.opaque.fixed .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, #header.opaque.fixed .header_bottom .header_nav > ul > li.current-menu-item > a:after {
    bottom: -3px;
    background-color: #00338d;
}

#header.opaque.fixed.expanded .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, #header.opaque.fixed.expanded .header_bottom .header_nav > ul > li.current-menu-item > a:after {
    background-color: #ccc;
}

#header + .content, #header + .module-cookies + .content {
    top: 185px;
}

@media only screen and (max-width:1180px) {
    #header + .content, #header + .module-cookies + .content {
        top: 100px;
    }
}

@media only screen and (max-width:600px) {
    #header + .content, #header + .module-cookies + .content {
        top: 80px;
    }
}

#header + .content.content-VideoHeader, #header + .module-cookies + .content.content-VideoHeader {
    top: 165px;
}

@media only screen and (max-width:1180px) {
    #header + .content.content-VideoHeader, #header + .module-cookies + .content.content-VideoHeader {
        top: 45px;
    }
}

@media only screen and (max-width:600px) {
    #header + .content.content-VideoHeader, #header + .module-cookies + .content.content-VideoHeader {
        top: 35px;
    }
}

#header + .content + .footer, #header + .module-cookies + .content + .footer {
    top: 185px;
}

@media only screen and (max-width:1180px) {
    #header + .content + .footer, #header + .module-cookies + .content + .footer {
        top: 100px;
    }
}

@media only screen and (max-width:600px) {
    #header + .content + .footer, #header + .module-cookies + .content + .footer {
        top: 80px;
    }
}

#header ul {
    margin: 0;
}

    #header ul, #header ul li {
        padding: 0;
        list-style: none;
    }

#header .header_inner {
    max-width: 1542px;
    margin: auto;
}

#header .header_top:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 56px;
    background-color: #0ca0db;
    z-index: 7;
}

#header .header_top .header_social, #header .header_top .header_social_style02 {
    float: left;
    height: 56px;
}

    #header .header_top .header_social:before, #header .header_top .header_social_style02:before {
        content: "";
        position: absolute;
        left: 0;
        width: calc(50% - 28.4em);
        height: 56px;
        background-color: #00338d;
        z-index: 9;
    }

@media only screen and (min-width:1600px) {
    #header .header_top .header_social:before, #header .header_top .header_social_style02:before {
        width: calc(50% - 38.4em);
    }
}

#header .header_top .header_social_style02 ul, #header .header_top .header_social ul {
    position: relative;
    z-index: 9;
    letter-spacing: -4px;
    height: 100%;
    background-color: #00338d;
    padding-right: 40px;
}

    #header .header_top .header_social_style02 ul:before, #header .header_top .header_social ul:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 1px;
        margin-left: -1px;
    }

    #header .header_top .header_social_style02 ul li, #header .header_top .header_social ul li {
        display: inline-block;
        vertical-align: middle;
    }

        #header .header_top .header_social_style02 ul li a, #header .header_top .header_social ul li a {
            color: #fff;
            font-size: 1em;
            display: block;
            position: relative;
        }

            #header .header_top .header_social_style02 ul li a:before, #header .header_top .header_social ul li a:before {
                display: block;
                width: 1em;
                height: 1em;
                -webkit-transition: -webkit-transform .2s ease-out;
                transition: transform .2s ease-out;
            }

            #header .header_top .header_social_style02 ul li a.icon-youtube, #header .header_top .header_social ul li a.icon-youtube {
                font-size: 1.2222em;
            }

                #header .header_top .header_social_style02 ul li a.icon-youtube:before, #header .header_top .header_social ul li a.icon-youtube:before {
                    width: 1.2222em;
                    height: 1em;
                }

.noTouchDevice #header .header_top .header_social_style02 ul li a:hover:before, .noTouchDevice #header .header_top .header_social ul li a:hover:before {
    transform: translate3d(0,-3px,0);
    -webkit-transform: translate3d(0,-3px,0);
    -ms-transform: translate3d(0,-3px,0);
}

#header .header_top .header_social_style02 ul li + li, #header .header_top .header_social ul li + li {
    margin-left: 20px;
}

#header .header_top .header_social + .header_lang_style02 ul, #header .header_top .header_social + .header_lang ul, #header .header_top .header_social_style02 + .header_lang_style02 ul, #header .header_top .header_social_style02 + .header_lang ul {
    padding: 0 40px;
}

#header .header_top .header_lang, #header .header_top .header_lang_style02 {
    float: left;
    height: 56px;
    position: relative;
    z-index: 9;
    background-color: #0ca0db;
}

    #header .header_top .header_lang_style02 ul, #header .header_top .header_lang ul {
        position: relative;
        z-index: 1;
        height: 100%;
        letter-spacing: -4px;
        padding: 0 40px 0 0;
    }

        #header .header_top .header_lang_style02 ul:before, #header .header_top .header_lang ul:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            height: 99%;
            width: 1px;
            margin-left: -1px;
        }

        #header .header_top .header_lang_style02 ul li, #header .header_top .header_lang ul li {
            display: inline-block;
            vertical-align: middle;
        }

            #header .header_top .header_lang_style02 ul li a, #header .header_top .header_lang ul li a {
                font-size: .5556em;
                font-family: 'Rational-Book';
                letter-spacing: .0278em;
                color: #fff;
            }

                #header .header_top .header_lang_style02 ul li a.active, #header .header_top .header_lang ul li a.active {
                    color: #fff;
                    cursor: default;
                    pointer-events: none;
                }

.noTouchDevice #header .header_top .header_lang_style02 ul li a:hover, .noTouchDevice #header .header_top .header_lang ul li a:hover {
    color: #fff;
}

#header .header_top .header_lang_style02 ul li + li, #header .header_top .header_lang ul li + li {
    padding-left: 14px;
    margin-left: 14px;
    position: relative;
}

    #header .header_top .header_lang_style02 ul li + li:before, #header .header_top .header_lang ul li + li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -4px;
        height: 9px;
        width: 1px;
        background-color: #30628a;
    }

#header .header_top .header_top_nav, #header .header_top .header_top_nav_style02 {
    height: 56px;
    position: relative;
    z-index: 7;
}

    #header .header_top .header_top_nav_style02 ul, #header .header_top .header_top_nav ul {
        position: relative;
        z-index: 1;
        height: 100%;
        padding-right: 56px;
        text-align: right;
        letter-spacing: -4px;
    }

        #header .header_top .header_top_nav_style02 ul:before, #header .header_top .header_top_nav ul:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            height: 99%;
            width: 1px;
            margin-left: -1px;
        }

        #header .header_top .header_top_nav_style02 ul li, #header .header_top .header_top_nav ul li {
            display: inline-block;
            vertical-align: middle;
        }

            #header .header_top .header_top_nav_style02 ul li.link-external:after, #header .header_top .header_top_nav ul li.link-external:after {
                display: inline-block;
                vertical-align: middle;
                content: "\e615" !important;
                margin-left: 10px;
                font-family: ieurwd-icons;
                font-size: .7222222222222222em;
                color: #fff;
                transform: translateX(0) translateZ(0);
                -webkit-transform: translateX(0) translateZ(0);
                -ms-transform: translateX(0) translateZ(0);
                transition: transform .2s ease-out;
                -webkit-transition: transform .2s ease-out;
                -moz-transition: transform .2s ease-out;
                -ms-transition: transform .2s ease-out;
                -o-transition: transform .2s ease-out;
            }

.noTouchDevice #header .header_top .header_top_nav_style02 ul li.link-external:hover:after, .noTouchDevice #header .header_top .header_top_nav ul li.link-external:hover:after {
    color: #809fb7;
    transform: translateX(5px) translateZ(0);
    -webkit-transform: translateX(5px) translateZ(0);
    -ms-transform: translateX(5px) translateZ(0);
}

#header .header_top .header_top_nav_style02 ul li.menu-item-has-children a, #header .header_top .header_top_nav ul li.menu-item-has-children a {
    z-index: 9;
    position: relative;
}

    #header .header_top .header_top_nav_style02 ul li.menu-item-has-children a:after, #header .header_top .header_top_nav ul li.menu-item-has-children a:after {
        position: relative;
        display: inline-block;
        font-family: ieurwd-icons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e601";
        font-size: .6667em;
        text-align: center;
        margin-top: 8px;
        padding: 0 0 0 4px;
    }

#header .header_top .header_top_nav_style02 ul li a, #header .header_top .header_top_nav ul li a {
    font-size: 14px !important;
    font-family: Rational-Book;
    letter-spacing: .0278em;
    color: #fff;
}

.noTouchDevice #header .header_top .header_top_nav_style02 ul li:hover a, .noTouchDevice #header .header_top .header_top_nav ul li:hover a {
    /*color: #809fb7;*/
}

#header .header_top .header_top_nav_style02 ul li.current-menu-item:before, #header .header_top .header_top_nav ul li.current-menu-item:before {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: -11px;
    background-color: #00147c;
    z-index: -1;
}

#header .header_top .header_top_nav_style02 ul li.current-menu-item a, #header .header_top .header_top_nav ul li.current-menu-item a {
    color: #809fb7;
}

#header .header_top .header_top_nav_style02 ul li + li, #header .header_top .header_top_nav ul li + li {
    margin-left: 22px;
}

#header .header_top .header_top_nav_style02 ul.sub-menu, #header .header_top .header_top_nav ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 0;
    height: 100%;
    padding-right: 0;
    padding-top: 44px;
    padding-bottom: 0;
    margin-left: -22px;
    text-align: left;
    letter-spacing: -4px;
    top: 0;
    background: #fff;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.25);
    -webkit-transition: opacity .7s ease-in .3s,transform 0s linear 0s;
}

    #header .header_top .header_top_nav_style02 ul.sub-menu:before, #header .header_top .header_top_nav ul.sub-menu:before {
        content: "";
        display: none;
        vertical-align: middle;
        height: 99%;
        width: 1px;
        margin-left: -1px;
    }

    #header .header_top .header_top_nav_style02 ul.sub-menu li, #header .header_top .header_top_nav ul.sub-menu li {
        display: block;
        width: 100%;
        vertical-align: left;
        margin: 0;
        padding: 0 22px;
        border-bottom: 1px solid rgba(0,0,0,.15);
    }

        #header .header_top .header_top_nav_style02 ul.sub-menu li:last-child, #header .header_top .header_top_nav ul.sub-menu li:last-child {
            border-bottom: none;
        }

        #header .header_top .header_top_nav_style02 ul.sub-menu li.link-external:after, #header .header_top .header_top_nav ul.sub-menu li.link-external:after {
            display: inline-block;
            vertical-align: middle;
            content: "\e615" !important;
            margin-left: 10px;
            font-family: ieurwd-icons;
            font-size: .7222222222222222em;
            color: #fff;
            transform: translateX(0) translateZ(0);
            -webkit-transform: translateX(0) translateZ(0);
            -ms-transform: translateX(0) translateZ(0);
            transition: transform .2s ease-out;
            -webkit-transition: transform .2s ease-out;
            -moz-transition: transform .2s ease-out;
            -ms-transition: transform .2s ease-out;
            -o-transition: transform .2s ease-out;
        }

.noTouchDevice #header .header_top .header_top_nav_style02 ul.sub-menu li.link-external:hover:after, .noTouchDevice #header .header_top .header_top_nav ul.sub-menu li.link-external:hover:after {
    color: #809fb7;
    transform: translateX(5px) translateZ(0);
    -webkit-transform: translateX(5px) translateZ(0);
    -ms-transform: translateX(5px) translateZ(0);
}

#header .header_top .header_top_nav_style02 ul.sub-menu li a, #header .header_top .header_top_nav ul.sub-menu li a {
    font-size: .5556em;
    font-family: Montserrat;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .0278em;
    color: #333;
    word-break: break-all;
}

    #header .header_top .header_top_nav_style02 ul.sub-menu li a:after, #header .header_top .header_top_nav ul.sub-menu li a:after {
        content: "";
    }

.noTouchDevice #header .header_top .header_top_nav_style02 ul.sub-menu li:hover a, .noTouchDevice #header .header_top .header_top_nav ul.sub-menu li:hover a {
    color: #999;
}

#header .header_top .header_top_nav_style02 ul.sub-menu li.current-menu-item, #header .header_top .header_top_nav ul.sub-menu li.current-menu-item {
    position: relative;
}

    #header .header_top .header_top_nav_style02 ul.sub-menu li.current-menu-item:before, #header .header_top .header_top_nav ul.sub-menu li.current-menu-item:before {
        content: "";
        background-color: #00147c;
        color: #fff;
        z-index: -1;
        padding: 0;
        margin: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    #header .header_top .header_top_nav_style02 ul.sub-menu li.current-menu-item a, #header .header_top .header_top_nav ul.sub-menu li.current-menu-item a {
        color: #809fb7;
        cursor: default;
        pointer-events: none;
    }

#header .header_top .header_top_nav_style02 ul.sub-menu li.current-menu-ancestor, #header .header_top .header_top_nav ul.sub-menu li.current-menu-ancestor {
    position: relative;
}

    #header .header_top .header_top_nav_style02 ul.sub-menu li.current-menu-ancestor:before, #header .header_top .header_top_nav ul.sub-menu li.current-menu-ancestor:before {
        content: "";
        position: absolute;
        left: -10px;
        right: -10px;
        bottom: -11px;
        top: -20px;
        background-color: #032c4b;
        z-index: -1;
    }

    #header .header_top .header_top_nav_style02 ul.sub-menu li.current-menu-ancestor a, #header .header_top .header_top_nav ul.sub-menu li.current-menu-ancestor a {
        color: #fff;
    }

#header .header_top #header_top_comparator, #header .header_top #header_top_search {
    z-index: 4;
    padding: 18px;
    float: right;
    position: relative;
    font-size: 20px;
    color: #fff;
    left: 18px;
    margin-top: -56px;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

    #header .header_top #header_top_comparator:before, #header .header_top #header_top_search:before {
        z-index: 2;
        position: relative;
    }

    #header .header_top #header_top_comparator:after, #header .header_top #header_top_search:after {
        content: "\e613";
        position: absolute;
        padding: 10px;
        width: 19px;
        height: 19px;
        color: #353739;
        top: -100px;
        left: -30px;
        font-family: ieurwd-icons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transition: opacity .3s ease-out 0ms,-webkit-transform .3s ease-out .3s;
        transition: opacity .3s ease-out 0ms,transform .3s ease-out .3s;
    }

    #header .header_top #header_top_comparator.open, #header .header_top #header_top_search.open {
        color: #809fb7;
    }

        #header .header_top #header_top_comparator.open:after, #header .header_top #header_top_search.open:after {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            -webkit-transition: opacity .3s ease-out .4s,-webkit-transform .3s ease-out .4s;
            transition: opacity .3s ease-out .4s,transform .3s ease-out .4s;
        }

        #header .header_top #header_top_comparator.open ~ .header_menu_search_style02 input[type=submit], #header .header_top #header_top_comparator.open ~ .header_menu_search input[type=submit], #header .header_top #header_top_search.open ~ .header_menu_search_style02 input[type=submit], #header .header_top #header_top_search.open ~ .header_menu_search input[type=submit] {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            -webkit-transition: opacity .3s ease-out .3s,-webkit-transform .3s ease-out .3s,color .2s ease-out;
            transition: opacity .3s ease-out .3s,transform .3s ease-out .3s,color .2s ease-out;
        }

        #header .header_top #header_top_comparator.open ~ .header_menu_search_style02 input[type=text], #header .header_top #header_top_comparator.open ~ .header_menu_search input[type=text], #header .header_top #header_top_search.open ~ .header_menu_search_style02 input[type=text], #header .header_top #header_top_search.open ~ .header_menu_search input[type=text] {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            -webkit-transition: opacity .3s ease-out .3s,-webkit-transform .3s ease-out .3s,padding .2s ease-out;
            transition: opacity .3s ease-out .3s,transform .3s ease-out .3s,padding .2s ease-out;
        }

    #header .header_top #header_top_comparator.active, #header .header_top #header_top_comparator.current-menu-ancestor, #header .header_top #header_top_comparator.current-menu-item, #header .header_top #header_top_search.active, #header .header_top #header_top_search.current-menu-ancestor, #header .header_top #header_top_search.current-menu-item {
        background-color: #00338d;
        color: #fff;
    }

    #header .header_top #header_top_comparator path, #header .header_top #header_top_search path {
        -webkit-transition: fill .2s ease-out;
        transition: fill .2s ease-out;
    }

.noTouchDevice #header .header_top #header_top_comparator:hover, .noTouchDevice #header .header_top #header_top_search:hover {
    color: #809fb7;
}

    .noTouchDevice #header .header_top #header_top_comparator:hover path, .noTouchDevice #header .header_top #header_top_search:hover path {
        fill: #809fb7;
    }

#header .header_top #header_top_comparator {
    float: none;
    display: block;
    top: auto;
    left: auto;
    height: 56px;
    width: 56px;
    margin-top: 0;
    padding: 0;
    text-align: center;
    letter-spacing: -.25em;
}

    #header .header_top #header_top_comparator .iconComparator, #header .header_top #header_top_comparator:before {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: auto;
        left: auto;
        font-family: ieurwd-icons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 30px;
        letter-spacing: 0;
        width: 30px;
        height: 30px;
        overflow: hidden;
    }

        #header .header_top #header_top_comparator .iconComparator svg {
            position: absolute;
            top: -2px;
            left: -2px;
            width: 396px;
            height: 110%;
        }

            #header .header_top #header_top_comparator .iconComparator svg path {
                fill: #fff;
            }

        #header .header_top #header_top_comparator .iconComparator.active svg {
            left: -364px;
        }

    #header .header_top #header_top_comparator:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        height: 56px;
        padding: 0;
    }

    #header .header_top #header_top_comparator.items_added .items_number {
        margin-left: 5px;
    }

    #header .header_top #header_top_comparator .comparator_text {
        display: none;
    }

    #header .header_top #header_top_comparator .items_number {
        display: inline-block;
        vertical-align: middle;
        letter-spacing: 0;
    }

#header .header_top .header_menu_search, #header .header_top .header_menu_search_style02 {
    position: absolute;
    height: 160px;
    left: 30px;
    right: 30px;
    padding-left: 30px;
    top: -160px;
    display: block;
    margin: auto;
    max-width: 1542px;
    z-index: 3;
}

.ie9 #header .header_top .header_menu_search, .ie9 #header .header_top .header_menu_search_style02 {
    left: auto;
    right: auto;
}

#header .header_top .header_menu_search_style02 input[type=submit], #header .header_top .header_menu_search input[type=submit] {
    position: absolute;
    margin-top: -38px;
    top: 50%;
    left: 30px;
    font-family: ieurwd-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2.111111111111111em;
    color: #888;
    background: transparent;
    border: none;
    padding: 18px 5px;
    z-index: 2;
    cursor: default;
    pointer-events: none;
    outline: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transition: opacity .3s ease-out 0ms,-webkit-transform .3s ease-out .3s,color .2s ease-out;
    transition: opacity .3s ease-out 0ms,transform .3s ease-out .3s,color .2s ease-out;
}

    #header .header_top .header_menu_search_style02 input[type=submit].active, #header .header_top .header_menu_search input[type=submit].active {
        color: #00338d;
        cursor: pointer;
        pointer-events: all;
    }

.noTouchDevice #header .header_top .header_menu_search_style02 input[type=submit].active:hover, .noTouchDevice #header .header_top .header_menu_search input[type=submit].active:hover {
    color: #809fb7;
}

#header .header_top .header_menu_search_style02 input[type=text], #header .header_top .header_menu_search input[type=text] {
    position: absolute;
    padding: .8333em 4.5em .8333em 3em;
    margin-top: -35.5px;
    top: 50%;
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    color: #353739;
    font-family: PT Serif;
    font-size: 1.3333em;
    font-style: italic;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transition: opacity .3s ease-out 0ms,-webkit-transform .3s ease-out .3s,padding .2s ease-out;
    transition: opacity .3s ease-out 0ms,transform .3s ease-out .3s,padding .2s ease-out;
}

    #header .header_top .header_menu_search_style02 input[type=text]::-webkit-input-placeholder, #header .header_top .header_menu_search input[type=text]::-webkit-input-placeholder {
        color: #888;
    }

    #header .header_top .header_menu_search_style02 input[type=text]:-moz-placeholder, #header .header_top .header_menu_search_style02 input[type=text]::-moz-placeholder, #header .header_top .header_menu_search input[type=text]:-moz-placeholder, #header .header_top .header_menu_search input[type=text]::-moz-placeholder {
        color: #888;
    }

    #header .header_top .header_menu_search_style02 input[type=text]:-ms-input-placeholder, #header .header_top .header_menu_search input[type=text]:-ms-input-placeholder {
        color: #888;
    }

    #header .header_top .header_menu_search_style02 input[type=text]::-ms-clear, #header .header_top .header_menu_search input[type=text]::-ms-clear {
        display: none;
    }

    #header .header_top .header_menu_search_style02 input[type=text]:focus, #header .header_top .header_menu_search input[type=text]:focus {
        padding-left: 3.4em;
    }

#header .header_bottom {
    height: 130px;
}

    #header .header_bottom:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 130px;
        z-index: -1;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
    }

.ie9 #header .header_bottom:before {
    display: none;
}

#header .header_bottom .header_logo {
    position: relative;
    color: #00338d;
    float: left;
    height: 100%;
    width: 148px;
    overflow: hidden;
    letter-spacing: -4px;
    z-index: 3;
    transition: color .2s ease-out .1s;
    -webkit-transition: color .2s ease-out .1s;
    -moz-transition: color .2s ease-out .1s;
    -ms-transition: color .2s ease-out .1s;
    -o-transition: color .2s ease-out .1s;
}

@media only screen and (max-width:1240px) {
    #header .header_bottom .header_logo {
        width: 138px;
    }
}

@media only screen and (max-width:600px) {
    #header .header_bottom .header_logo {
        width: 128px;
        margin-left: 0;
        margin-top: 0;
    }
}

#header .header_bottom .header_logo img {
    max-height: 48px;
    display: inline;
    width: auto;
    max-width: 100%;
    left: 0;
    position: absolute;
    top: 49%;
    transform: translateY(-52%);
    -ms-transform: translateY(-50%);
}

@media only screen and (max-width:1240px) {
    #header .header_bottom .header_logo img {
        max-height: 45px;
    }
}

@media only screen and (max-width:600px) {
    #header .header_bottom .header_logo img {
        max-height: 42px;
    }
}

#header .header_bottom .header_logo img.positive {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    transition: opacity .3s ease-out .1s;
    -webkit-transition: opacity .3s ease-out .1s;
}

.opaque#header .header_bottom .header_logo img.positive {
    transition: opacity .3s ease-out .2s;
    -webkit-transition: opacity .3s ease-out .2s;
}

@media (min-width:1180px) {
    .slider + .opaque#header .header_bottom .header_logo img.positive {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

.slider + #header .header_bottom .header_logo img.positive {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

#header .header_bottom .header_logo img.negative {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: opacity .3s ease-out .1s;
    -webkit-transition: opacity .3s ease-out .1s;
}

.opaque#header .header_bottom .header_logo img.negative {
    transition: opacity .3s ease-out .2s;
    -webkit-transition: opacity .3s ease-out .2s;
}

@media (min-width:1180px) {
    .slider + .opaque#header .header_bottom .header_logo img.negative {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }
}

.slider + #header .header_bottom .header_logo img.negative {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

#header .header_bottom .header_logo.vertical img {
    max-height: 65px;
}

#header .header_bottom .header_logo.executive img.positive, .opaque#header .header_bottom .header_logo.executive img.positive {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

#header .header_bottom .header_logo.executive img.negative, .opaque#header .header_bottom .header_logo.executive img.negative {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

#header .header_bottom .header_menu_container {
    height: 103%;
}

#header .header_bottom .header_menu_inner {
    height: 100%;
}

#header .header_bottom .header_lang, #header .header_bottom .header_lang_style02, #header .header_bottom .header_social, #header .header_bottom .header_social_style02, #header .header_bottom .header_top_nav, #header .header_bottom .header_top_nav_style02 {
    display: none;
}

    #header .header_bottom .header_lang:empty, #header .header_bottom .header_lang_style02:empty, #header .header_bottom .header_social:empty, #header .header_bottom .header_social_style02:empty, #header .header_bottom .header_top_nav:empty, #header .header_bottom .header_top_nav_style02:empty {
        opacity: 0;
        height: 0;
        padding: 0;
        margin: 0;
        border: 0;
        pointer-events: none;
    }

#header .header_bottom .header_nav {
    overflow: hidden;
    text-align: right;
    height: 100%;
    padding-right: 140px;
}

.noButtons#header .header_bottom .header_nav {
    padding-right: 0;
}

#header .header_bottom .header_nav > ul {
    height: 100%;
    letter-spacing: -4px;
}

    #header .header_bottom .header_nav > ul:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 1px;
        margin-left: -1px;
    }

    #header .header_bottom .header_nav > ul > li {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        font-family: 'Rational-Book';
        letter-spacing: .045454545454545456em;
    }

@media only screen and (max-width:1240px) {
    #header .header_bottom .header_nav > ul > li.current-menu-item > a, #header .header_bottom .header_nav > ul > li.current-page-item > a {
        pointer-events: none;
    }

        #header .header_bottom .header_nav > ul > li.current-menu-item > a span, #header .header_bottom .header_nav > ul > li.current-page-item > a span {
            opacity: .4;
        }
}

#header .header_bottom .header_nav > ul > li.current-menu-ancestor .header_nav_submenu ul li.current-menu-ancestor > a, #header .header_bottom .header_nav > ul > li.current-menu-ancestor .header_nav_submenu ul li.current-menu-item > a, #header .header_bottom .header_nav > ul > li.current-menu-item .header_nav_submenu ul li.current-menu-ancestor > a, #header .header_bottom .header_nav > ul > li.current-menu-item .header_nav_submenu ul li.current-menu-item > a, #header .header_bottom .header_nav > ul > li.current-menu-parent .header_nav_submenu ul li.current-menu-ancestor > a, #header .header_bottom .header_nav > ul > li.current-menu-parent .header_nav_submenu ul li.current-menu-item > a, #header .header_bottom .header_nav > ul > li.current-page-ancestor .header_nav_submenu ul li.current-menu-ancestor > a, #header .header_bottom .header_nav > ul > li.current-page-ancestor .header_nav_submenu ul li.current-menu-item > a, #header .header_bottom .header_nav > ul > li.current-page-item .header_nav_submenu ul li.current-menu-ancestor > a, #header .header_bottom .header_nav > ul > li.current-page-item .header_nav_submenu ul li.current-menu-item > a, #header .header_bottom .header_nav > ul > li.current-page-parent .header_nav_submenu ul li.current-menu-ancestor > a, #header .header_bottom .header_nav > ul > li.current-page-parent .header_nav_submenu ul li.current-menu-item > a {
    opacity: .5;
}

.transiton(~"opacity .3 ease") .noTouchDevice #header .header_bottom .header_nav > ul > li.current-menu-ancestor .header_nav_submenu ul li.current-menu-ancestor > a:hover, .transiton(~"opacity .3 ease") .noTouchDevice #header .header_bottom .header_nav > ul > li.current-menu-item .header_nav_submenu ul li.current-menu-ancestor > a:hover, .transiton(~"opacity .3 ease") .noTouchDevice #header .header_bottom .header_nav > ul > li.current-menu-parent .header_nav_submenu ul li.current-menu-ancestor > a:hover, .transiton(~"opacity .3 ease") .noTouchDevice #header .header_bottom .header_nav > ul > li.current-page-ancestor .header_nav_submenu ul li.current-menu-ancestor > a:hover, .transiton(~"opacity .3 ease") .noTouchDevice #header .header_bottom .header_nav > ul > li.current-page-item .header_nav_submenu ul li.current-menu-ancestor > a:hover, .transiton(~"opacity .3 ease") .noTouchDevice #header .header_bottom .header_nav > ul > li.current-page-parent .header_nav_submenu ul li.current-menu-ancestor > a:hover {
    opacity: 1;
}

@media only screen and (max-width:1240px) {
    #header .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, #header .header_bottom .header_nav > ul > li.current-menu-item > a:after, #header .header_bottom .header_nav > ul > li.current-menu-parent > a:after, #header .header_bottom .header_nav > ul > li.current-page-ancestor > a:after, #header .header_bottom .header_nav > ul > li.current-page-item > a:after, #header .header_bottom .header_nav > ul > li.current-page-parent > a:after {
        pointer-events: auto;
    }

    #header .header_bottom .header_nav > ul > li.current-menu-ancestor .header_nav_submenu ul li.current-menu-ancestor > a, #header .header_bottom .header_nav > ul > li.current-menu-ancestor .header_nav_submenu ul li.current-menu-item > a, #header .header_bottom .header_nav > ul > li.current-menu-item .header_nav_submenu ul li.current-menu-ancestor > a, #header .header_bottom .header_nav > ul > li.current-menu-item .header_nav_submenu ul li.current-menu-item > a, #header .header_bottom .header_nav > ul > li.current-menu-parent .header_nav_submenu ul li.current-menu-ancestor > a, #header .header_bottom .header_nav > ul > li.current-menu-parent .header_nav_submenu ul li.current-menu-item > a, #header .header_bottom .header_nav > ul > li.current-page-ancestor .header_nav_submenu ul li.current-menu-ancestor > a, #header .header_bottom .header_nav > ul > li.current-page-ancestor .header_nav_submenu ul li.current-menu-item > a, #header .header_bottom .header_nav > ul > li.current-page-item .header_nav_submenu ul li.current-menu-ancestor > a, #header .header_bottom .header_nav > ul > li.current-page-item .header_nav_submenu ul li.current-menu-item > a, #header .header_bottom .header_nav > ul > li.current-page-parent .header_nav_submenu ul li.current-menu-ancestor > a, #header .header_bottom .header_nav > ul > li.current-page-parent .header_nav_submenu ul li.current-menu-item > a {
        opacity: .5;
    }

    .transiton(~"opacity .3 ease") .noTouchDevice #header .header_bottom .header_nav > ul > li.current-menu-ancestor .header_nav_submenu ul li.current-menu-ancestor > a:hover, .transiton(~"opacity .3 ease") .noTouchDevice #header .header_bottom .header_nav > ul > li.current-menu-item .header_nav_submenu ul li.current-menu-ancestor > a:hover, .transiton(~"opacity .3 ease") .noTouchDevice #header .header_bottom .header_nav > ul > li.current-menu-parent .header_nav_submenu ul li.current-menu-ancestor > a:hover, .transiton(~"opacity .3 ease") .noTouchDevice #header .header_bottom .header_nav > ul > li.current-page-ancestor .header_nav_submenu ul li.current-menu-ancestor > a:hover, .transiton(~"opacity .3 ease") .noTouchDevice #header .header_bottom .header_nav > ul > li.current-page-item .header_nav_submenu ul li.current-menu-ancestor > a:hover, .transiton(~"opacity .3 ease") .noTouchDevice #header .header_bottom .header_nav > ul > li.current-page-parent .header_nav_submenu ul li.current-menu-ancestor > a:hover {
        opacity: 1;
    }
}

@media only screen and (min-width:1680px) {
    #header .header_bottom .header_nav > ul > li {
        font-size: .6111em;
        letter-spacing: .0636em;
    }
}

#header .header_bottom .header_nav > ul > li > a {
    position: relative;
    color: #333;
    padding: 6px 12px;
    z-index: 3;
    text-transform: uppercase;
    transition: color .15s ease-out .1s;
    -webkit-transition: color .15s ease-out .1s;
    -moz-transition: color .15s ease-out .1s;
    -ms-transition: color .15s ease-out .1s;
    -o-transition: color .15s ease-out .1s;
}

@media only screen and (min-width:1680px) {
    #header .header_bottom .header_nav > ul > li > a {
        padding: 6px 16.5px;
    }
}

.ie9.noTouchDevice #header .header_bottom .header_nav > ul > li > a:hover:after {
    z-index: 1;
    display: block;
    content: "";
    position: absolute;
    left: 11px;
    right: 11px;
    bottom: -2px;
    height: 2px;
    background-color: #00338d;
    transition: background-color .33s ease-out .85s;
    -webkit-transition: background-color .33s ease-out .85s;
    -moz-transition: background-color .33s ease-out .85s;
    -ms-transition: background-color .33s ease-out .85s;
    -o-transition: background-color .33s ease-out .85s;
}

@media only screen and (min-width:1681px) {
    .ie9.noTouchDevice #header .header_bottom .header_nav > ul > li > a:hover:after {
        left: 16.5px;
        right: 16.5px;
    }
}

.ff .ie9.noTouchDevice #header .header_bottom .header_nav > ul > li > a:hover:after {
    bottom: -4px;
}

#header .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, #header .header_bottom .header_nav > ul > li.current-menu-item > a:after {
    z-index: 1;
    display: block;
    content: "";
    position: absolute;
    left: 11px;
    right: 11px;
    bottom: -3px;
    height: 2px;
    background-color: #00338d;
    transition: background-color .33s ease-out;
    -webkit-transition: background-color .33s ease-out;
    -moz-transition: background-color .33s ease-out;
    -ms-transition: background-color .33s ease-out;
    -o-transition: background-color .33s ease-out;
}

@media only screen and (min-width:1681px) {
    #header .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, #header .header_bottom .header_nav > ul > li.current-menu-item > a:after {
        left: 16.5px;
        right: 16.5px;
    }
}

.ff #header .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, .ff #header .header_bottom .header_nav > ul > li.current-menu-item > a:after {
    bottom: -4px;
}

.noTouchDevice #header .header_bottom .header_nav > ul > li.current-menu-ancestor > a:hover:after, .noTouchDevice #header .header_bottom .header_nav > ul > li.current-menu-item > a:hover:after {
    transition: background-color .33s ease-out .85s;
    -webkit-transition: background-color .33s ease-out .85s;
    -moz-transition: background-color .33s ease-out .85s;
    -ms-transition: background-color .33s ease-out .85s;
    -o-transition: background-color .33s ease-out .85s;
}

#header .header_bottom .header_nav > ul > li.current-menu-ancestor.faded > a:after, #header .header_bottom .header_nav > ul > li.current-menu-item.faded > a:after {
    background-color: #ccc !important;
}

.noTouchDevice #header .header_bottom .header_nav > ul > li.current-menu-ancestor:hover > a:after, .noTouchDevice #header .header_bottom .header_nav > ul > li.current-menu-item:hover > a:after {
    background-color: transparent;
}

#header .header_bottom .header_nav > ul > li.current-menu-item > a {
    cursor: default;
}

.noTouchDevice #header .header_bottom .header_nav > ul > li.open ~ li:last-child .line {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: -webkit-transform .55s cubic-bezier(.63,.12,.45,.96),width .55s cubic-bezier(.63,.12,.45,.96),bottom .55s cubic-bezier(.63,.12,.45,.96),opacity .1s ease-out .9s;
    transition: transform .55s cubic-bezier(.63,.12,.45,.96),width .55s cubic-bezier(.63,.12,.45,.96),bottom .55s cubic-bezier(.63,.12,.45,.96),opacity .1s ease-out .9s;
}

#header .header_bottom .header_nav > ul > li:last-child .line {
    /*display: block;
    content: "";
    position: absolute;
    bottom: 47px;
    height: 2px;
    background-color: #00338d;
    z-index: 4;
    pointer-events: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transform: translate3d(12px,0,0);
    -webkit-transform: translate3d(12px,0,0);
    -ms-transform: translate3d(12px,0,0);
    -webkit-transition: -webkit-transform .55s cubic-bezier(.63,.12,.45,.96) .4s,bottom .55s cubic-bezier(.63,.12,.45,.96) .4s,opacity .1s ease-out .2s;
    transition: transform .55s cubic-bezier(.63,.12,.45,.96) .4s,bottom .55s cubic-bezier(.63,.12,.45,.96) .4s,opacity .1s ease-out .2s;*/
}

@media only screen and (max-width:1180px) {
    #header .header_bottom .header_nav > ul > li:last-child .line {
        display: none !important;
    }
}

.ie9 #header .header_bottom .header_nav > ul > li:last-child .line {
    display: none;
}

.noTouchDevice #header .header_bottom .header_nav > ul > li:last-child.open .line, .noTouchDevice #header .header_bottom .header_nav > ul > li:last-child:hover .line {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: -webkit-transform .55s cubic-bezier(.63,.12,.45,.96),bottom .55s cubic-bezier(.63,.12,.45,.96) .4s,opacity .1s ease-out .9s;
    transition: transform .55s cubic-bezier(.63,.12,.45,.96),bottom .55s cubic-bezier(.63,.12,.45,.96) .4s,opacity .1s ease-out .9s;
}

#header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
    letter-spacing: -4px;
    overflow: hidden;
}

    #header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li {
        width: 63.72%;
        margin-right: 3.5971223%;
        float: left;
        display: inline-block;
    }

        #header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li > a {
            letter-spacing: .0278em;
        }

        #header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li a + .header_nav_submenu {
            margin-top: 16px;
            margin-bottom: 15px;
        }

        #header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li:after {
            display: none;
        }

        #header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li + li {
            display: inline-block;
            width: 30.9352518% !important;
            margin-right: 0 !important;
        }

@media (max-width:1180px) {
    #header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li + li {
        width: 100% !important;
    }
}

#header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li ul {
    letter-spacing: -4px;
}

    #header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li ul > li {
        display: inline-block;
        width: 43%;
        margin-bottom: 4px;
        vertical-align: top;
    }

        #header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li ul > li.colorLine > a span {
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            display: inline-block;
            background-color: #00338d;
            top: 10px;
            left: 0;
            opacity: 1;
            margin-right: 14px;
        }

        #header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li ul > li a {
            position: relative;
            padding-left: 20px;
            display: inline-block;
            width: 104%;
        }

            #header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li ul > li a:after {
                display: none;
            }

        #header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li ul > li.header_nav_architecture.colorLine a span {
            background-color: #757575;
        }

        #header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li ul > li.header_nav_administration.colorLine a span {
            background-color: #4ca5e0;
        }

        #header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li ul > li.header_nav_laws.colorLine a span {
            background-color: #6ac171;
        }

        #header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li ul > li.header_nav_relations.colorLine a span {
            background-color: #e99028;
        }

        #header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li ul > li.header_nav_communication.colorLine a span {
            background-color: #ffdc02;
        }

        #header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li ul > li.header_nav_psychology.colorLine a span {
            background-color: #9e7fad;
        }

        #header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li ul > li.header_nav_bbaLawColor.colorLine a span {
            background-color: #ccc;
        }

        #header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li ul > li.header_nav_bbaRelations.colorLine a span {
            background-color: #da4b54;
        }

        #header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li ul > li.header_nav_legalPractice.colorLine a span {
            background-color: #6ec3b8;
        }

        #header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li ul > li:nth-child(odd) {
            margin-right: 50px;
        }

#header .header_bottom .header_nav > ul > li > .header_nav_submenu {
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    background-color: transparent;
    padding: 120px;
    z-index: 2;
    transform: translate3d(0,-100%,0);
    -webkit-transform: translate3d(0,-100%,0);
    -ms-transform: translate3d(0,-100%,0);
    -webkit-opacity: .2;
    -moz-opacity: .2;
    opacity: .2;
    transition: opacity .3s ease-in .1s,transform 0s linear .5s;
    -webkit-transition: opacity .3s ease-in .1s,transform 0s linear .5s;
    -moz-transition: opacity .3s ease-in .1s,transform 0s linear .5s;
    -ms-transition: opacity .3s ease-in .1s,transform 0s linear .5s;
    -o-transition: opacity .3s ease-in .1s,transform 0s linear .5s;
    -webkit-transition: opacity .3s ease-in .1s,-webkit-transform 0s linear .5s;
}

.ie9 #header .header_bottom .header_nav > ul > li > .header_nav_submenu {
    display: none;
}

#header .header_bottom .header_nav > ul > li > .header_nav_submenu .submenu_globalLink {
    max-width: 1542px;
    margin: auto;
    text-align: right;
    border-top: 1px solid #e2e2e2;
    padding-top: 20px;
    margin-top: 20px;
    clear: both;
    float: none;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: opacity 80ms ease-out;
    -webkit-transition: opacity 80ms ease-out;
    -moz-transition: opacity 80ms ease-out;
    -ms-transition: opacity 80ms ease-out;
    -o-transition: opacity 80ms ease-out;
}

    #header .header_bottom .header_nav > ul > li > .header_nav_submenu .submenu_globalLink > a {
        font-size: 1.6364em;
    }

        #header .header_bottom .header_nav > ul > li > .header_nav_submenu .submenu_globalLink > a:after {
            position: relative;
            content: "\e603";
            font-size: .6666666666666666em;
            top: -.08333333em;
            margin-left: 20px;
            font-family: ieurwd-icons;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    #header .header_bottom .header_nav > ul > li > .header_nav_submenu .submenu_globalLink > span {
        font-size: 1.6364em;
        cursor: default;
    }

        #header .header_bottom .header_nav > ul > li > .header_nav_submenu .submenu_globalLink > span:after {
            position: relative;
            content: "\e603";
            font-size: .6666666666666666em;
            top: -.08333333em;
            margin-left: 20px;
            font-family: ieurwd-icons;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

#header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul {
    max-width: 1542px;
    margin: auto;
    text-align: left;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: opacity .7s ease-out;
    -webkit-transition: opacity .7s ease-out;
    -moz-transition: opacity .7s ease-out;
    -ms-transition: opacity .7s ease-out;
    -o-transition: opacity .7s ease-out;
    letter-spacing: -4px;
    height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
}

    #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li {
        line-height: 2.1818em;
        letter-spacing: 0;
        display: inline-block;
        vertical-align: top;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }

        #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li.menuHST .header_nav_submenu {
            visibility: hidden;
        }

        #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li.menuHST:hover > .header_nav_submenu {
            visibility: visible;
        }

        #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li.not-clickable a {
            pointer-events: none;
        }

        #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li.not-clickable .menu-item-type-taxonomy a {
            pointer-events: all;
        }

@media (max-width:1240px) {
    #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li.agrupator-link {
        display: none !important;
    }
}

#header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li.current-menu-ancestor > a, #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li.current-menu-item > a {
    position: static;
}

#header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li.current-menu-item > a {
    cursor: default;
    pointer-events: none;
}

#header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li.block-list .header_nav_submenu ul li {
    display: block;
}

    #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li.block-list .header_nav_submenu ul li a:after {
        display: none;
    }

#header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li > a {
    font-size: 1.55em;
    color: #0ca0db;
}

    #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li > a + .header_nav_submenu, #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li > a + .submenu_description {
        margin-top: 5px;
    }

.noTouchDevice #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li > a:hover {
    color: #00338d;
}

#header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li > .submenu_description {
    margin-bottom: 0;
    font-size: 1.1818181818181819em;
}

    #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li > .submenu_description + * {
        margin-top: 7px;
    }

#header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li:nth-child(3n+3) {
    margin-right: 0;
}

#header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li:after {
    display: block;
    content: "";
    width: 60px;
    height: 1px;
    background-color: #d4d4d4;
    margin: 15px 0 19px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

#header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li ul {
    line-height: 0;
}

    #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li ul li {
        /*display: inline-block;*/
        display: flex;
    }

        #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li ul li a {
            display: inline;
            text-transform: none;
            letter-spacing: 0;
            font-family: 'Rational-Book';
            font-size: 13px;
            line-height: 1.6667em;
            color: #000;
        }

            #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li ul li a:after {
                /*content: ",";*/
            }

            #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li ul li a.link-external:after {
                margin-left: 5px;
                content: "\e615 ," !important;
                font-size: .9em;
            }

.noTouchDevice #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li ul li a:hover {
    color: #000 !important;
}

#header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li ul li.current-menu-ancestor > a, #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li ul li.current-menu-item > a {
    font-weight: 700;
}

#header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li ul li.current-menu-item {
    cursor: default;
    font-weight: 700;
    pointer-events: none;
}

#header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li ul li:last-child a:after {
    content: "";
}

#header .header_bottom .header_nav > ul > li.open > .header_nav_submenu {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.ie9 #header .header_bottom .header_nav > ul > li.open > .header_nav_submenu {
    display: block;
}

#header .header_bottom .header_nav > ul > li.openMobile > .header_nav_submenu {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.ie9 #header .header_bottom .header_nav > ul > li.openMobile > .header_nav_submenu {
    display: block;
}

#header .header_bottom .header_nav > ul > li:first-child > a {
    padding-left: 0;
}

#header .header_bottom .header_nav > ul > li.fixedMenuLayer {
    height: 0;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: height 1s cubic-bezier(.06,1,.33,1) .35s,opacity .5s linear .55s;
    -webkit-transition: height 1s cubic-bezier(.06,1,.33,1) .35s,opacity .5s linear .55s;
    -moz-transition: height 1s cubic-bezier(.06,1,.33,1) .35s,opacity .5s linear .55s;
    -ms-transition: height 1s cubic-bezier(.06,1,.33,1) .35s,opacity .5s linear .55s;
    -o-transition: height 1s cubic-bezier(.06,1,.33,1) .35s,opacity .5s linear .55s;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
}

    #header .header_bottom .header_nav > ul > li.fixedMenuLayer.open {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        transition: height 1s cubic-bezier(.06,1,.33,1) .15s,opacity .5s linear .2s;
        -webkit-transition: height 1s cubic-bezier(.06,1,.33,1) .15s,opacity .5s linear .2s;
        -moz-transition: height 1s cubic-bezier(.06,1,.33,1) .15s,opacity .5s linear .2s;
        -ms-transition: height 1s cubic-bezier(.06,1,.33,1) .15s,opacity .5s linear .2s;
        -o-transition: height 1s cubic-bezier(.06,1,.33,1) .15s,opacity .5s linear .2s;
    }

#header .header_bottom .header_nav > ul > li.hasSubmenu.open > .header_nav_submenu {
    transition: opacity .7s ease-in .3s,transform 0s linear 0s;
    -webkit-transition: opacity .7s ease-in .3s,transform 0s linear 0s;
    -moz-transition: opacity .7s ease-in .3s,transform 0s linear 0s;
    -ms-transition: opacity .7s ease-in .3s,transform 0s linear 0s;
    -o-transition: opacity .7s ease-in .3s,transform 0s linear 0s;
}

    #header .header_bottom .header_nav > ul > li.hasSubmenu.open > .header_nav_submenu > ul {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        transition: opacity .35s ease-out .36s;
        -webkit-transition: opacity .35s ease-out .36s;
        -moz-transition: opacity .35s ease-out .36s;
        -ms-transition: opacity .35s ease-out .36s;
        -o-transition: opacity .35s ease-out .36s;
    }

    #header .header_bottom .header_nav > ul > li.hasSubmenu.open > .header_nav_submenu .submenu_globalLink {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        transition: opacity .35s ease-out .55s;
        -webkit-transition: opacity .35s ease-out .55s;
        -moz-transition: opacity .35s ease-out .55s;
        -ms-transition: opacity .35s ease-out .55s;
        -o-transition: opacity .35s ease-out .55s;
    }

#header .header_bottom .header_nav > ul > li.hasSubmenu.openMobile > .header_nav_submenu {
    transition: opacity 0s ease-in 0s,transform 0s linear 0s;
    -webkit-transition: opacity 0s ease-in 0s,transform 0s linear 0s;
    -moz-transition: opacity 0s ease-in 0s,transform 0s linear 0s;
    -ms-transition: opacity 0s ease-in 0s,transform 0s linear 0s;
    -o-transition: opacity 0s ease-in 0s,transform 0s linear 0s;
}

    #header .header_bottom .header_nav > ul > li.hasSubmenu.openMobile > .header_nav_submenu .submenu_globalLink, #header .header_bottom .header_nav > ul > li.hasSubmenu.openMobile > .header_nav_submenu > ul {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        transition: opacity 0s ease-out 0s;
        -webkit-transition: opacity 0s ease-out 0s;
        -moz-transition: opacity 0s ease-out 0s;
        -ms-transition: opacity 0s ease-out 0s;
        -o-transition: opacity 0s ease-out 0s;
    }

#header .header_bottom .header_nav ~ * {
    display: none;
}

#header .header_bottom .header_callToAction {
    position: relative;
    display: block;
    top: -93px;
    float: right;
    font-size: .6111em;
    font-family: 'Rational-Book';
    letter-spacing: .0636em;
    padding: 9px 23px;
    color: #333;
    border: 1px solid #333;
    z-index: 3;
    transition: color .2s ease-out .1s,border .15s ease-out .1s;
    -webkit-transition: color .2s ease-out .1s,border .15s ease-out .1s;
    -moz-transition: color .2s ease-out .1s,border .15s ease-out .1s;
    -ms-transition: color .2s ease-out .1s,border .15s ease-out .1s;
    -o-transition: color .2s ease-out .1s,border .15s ease-out .1s;
}

@media (min-width:1541px) {
    #header .header_bottom .header_callToAction {
        margin-top: 10px !important;
    }
}

@media (max-width:1240px) {
    #header .header_bottom .header_callToAction {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

.fixed#header .header_bottom .header_callToAction {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

#header .header_bottom .header_callToAction.disabled {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

#header .header_bottom .header_callToAction:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    /*background-color: #0ca0db !important;*/
    color: #fff !important;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: left .2s ease-out .2s,right .2s ease-out .2s,opacity .2s ease-out .2s,background-color .2s ease-out .5s;
    transition: left .2s ease-out .2s,right .2s ease-out .2s,opacity .2s ease-out .2s,background-color .2s ease-out .5s;
}

.noTouchDevice #header .header_bottom .header_callToAction:hover {
    color: #fff;
    border-color: transparent;
}

    .noTouchDevice #header .header_bottom .header_callToAction:hover:after {
        left: 0;
        right: 0;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transition: left .2s ease-out .2s,right .2s ease-out .2s,opacity .2s ease-out .2s,background-color .2s ease-out;
        transition: left .2s ease-out .2s,right .2s ease-out .2s,opacity .2s ease-out .2s,background-color .2s ease-out;
    }

#header .header_bottom .header_callToAction .icon-link-blank {
    margin-left: 10px;
}

#header .header_bottom #header_ctas {
    float: right;
    clear: right;
    display: inline-block;
    margin-top: 22px;
    font-size: 0;
}

    #header .header_bottom #header_ctas > a {
        font-size: .6111rem;
    }

@media only screen and (min-width:1681px) {
    #header .header_bottom #header_ctas > a {
        font-size: .7222222222222222rem;
    }
}

#header .header_bottom #header_ctas:empty + * {
    margin-top: 16px;
}

@media only screen and (max-width:1240px) {
    #header .header_bottom #header_ctas:empty + * {
        margin-top: 0;
    }
}

@media only screen and (max-width:600px) {
    #header .header_bottom #header_ctas:empty + * {
        margin-top: 10px;
    }
}

#header .header_bottom #header_ctas:empty + .header_menu_container .header_nav > ul > li:last-child .line {
    bottom: 46px;
}

#header .header_bottom #header_ctas .header_callToAction {
    float: none;
    display: inline-block;
    vertical-align: middle;
    top: auto;
    margin-top: 0;
    padding: 3px 23px;
    transform: translateY(0);
}

.noTouchDevice #header .header_bottom #header_ctas .header_callToAction:hover {
    border-color: #00338d;
    color: #fff;
}

#header .header_bottom #header_ctas .header_callToAction + * {
    margin-left: 22px;
}

#header .header_bottom #header_ctas + * {
    margin-top: 14px;
}

@media only screen and (max-width:1240px) {
    #header .header_bottom #header_ctas + * {
        margin-top: 75px;
    }
}

@media only screen and (max-width:600px) {
    #header .header_bottom #header_ctas + * {
        margin-top: 45px;
    }
}

#header.fixed, #header.fixed:not(.style02) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    transform: translateY(-100%) translateZ(0);
    -webkit-transform: translateY(-100%) translateZ(0);
    -ms-transform: translateY(-100%) translateZ(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: -webkit-transform .2s ease-out,background-color .5s ease-out;
    transition: transform .2s ease-out,background-color .5s ease-out;
    -webkit-backface-visibility: hidden;
}

    #header.fixed .header_top, #header.fixed:not(.style02) .header_top {
        display: none;
    }

    #header.fixed .header_bottom, #header.fixed:not(.style02) .header_bottom {
        height: 100px;
    }

@media only screen and (max-width:600px) {
    #header.fixed .header_bottom .header_logo, #header.fixed:not(.style02) .header_bottom .header_logo {
        width: 118px;
    }

        #header.fixed .header_bottom .header_logo img, #header.fixed:not(.style02) .header_bottom .header_logo img {
            max-height: 39px;
        }
}

#header.fixed .header_bottom:before, #header.fixed:not(.style02) .header_bottom:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100px;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e7;
    z-index: -3;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.ie9 #header.fixed .header_bottom:before, .ie9 #header.fixed:not(.style02) .header_bottom:before {
    display: none;
}

#header.fixed .header_bottom #header_menu_button, #header.fixed:not(.style02) .header_bottom #header_menu_button {
    top: 42px;
}

    #header.fixed .header_bottom #header_menu_button.open:after, #header.fixed .header_bottom #header_menu_button.open:before, #header.fixed .header_bottom #header_menu_button.open span, #header.fixed:not(.style02) .header_bottom #header_menu_button.open:after, #header.fixed:not(.style02) .header_bottom #header_menu_button.open:before, #header.fixed:not(.style02) .header_bottom #header_menu_button.open span {
        background-color: #fff;
    }

#header.fixed .header_bottom .header_logo, #header.fixed:not(.style02) .header_bottom .header_logo {
    -webkit-transition: none !important;
    transition: none;
}

    #header.fixed .header_bottom .header_logo:after, #header.fixed:not(.style02) .header_bottom .header_logo:after {
        line-height: 0;
    }

#header.fixed .header_bottom .header_menu_inner:before, #header.fixed:not(.style02) .header_bottom .header_menu_inner:before {
    height: 145px;
}

#header.fixed .header_bottom .header_nav, #header.fixed:not(.style02) .header_bottom .header_nav {
    padding-right: 142px;
}

.noButtons#header.fixed .header_bottom .header_nav, .noButtons#header.fixed:not(.style02) .header_bottom .header_nav {
    padding-right: 0;
}

#header.fixed .header_bottom .header_nav > ul:before, #header.fixed:not(.style02) .header_bottom .header_nav > ul:before {
    height: 90%;
}

#header.fixed .header_bottom .header_nav > ul > li > .header_nav_submenu, #header.fixed:not(.style02) .header_bottom .header_nav > ul > li > .header_nav_submenu {
    padding: 90px 70px 18px;
}

#header.fixed .header_bottom .header_nav > ul > li:last-child .line, #header.fixed:not(.style02) .header_bottom .header_nav > ul > li:last-child .line {
    bottom: 36px;
}

#header.fixed .header_bottom .header_callToAction, #header.fixed:not(.style02) .header_bottom .header_callToAction {
    top: -82px;
}

.layout-topImage #header.fixed:not(.style02) .header_bottom .header_nav, .layout-topImage #header.fixed:not(.style02):not(.style02) .header_bottom .header_nav, .slider + #header.fixed .header_bottom .header_nav, .slider + #header.fixed:not(.style02) .header_bottom .header_nav {
    padding-right: 142px;
}

.noButtons.layout-topImage #header.fixed:not(.style02) .header_bottom .header_nav, .noButtons.layout-topImage #header.fixed:not(.style02):not(.style02) .header_bottom .header_nav, .noButtons.slider + #header.fixed .header_bottom .header_nav, .noButtons.slider + #header.fixed:not(.style02) .header_bottom .header_nav {
    padding-lright: 0;
}

.layout-topImage #header.fixed:not(.style02) .header_bottom .header_nav > ul:before, .layout-topImage #header.fixed:not(.style02):not(.style02) .header_bottom .header_nav > ul:before, .slider + #header.fixed .header_bottom .header_nav > ul:before, .slider + #header.fixed:not(.style02) .header_bottom .header_nav > ul:before {
    height: 105%;
}

.layout-topImage #header.fixed:not(.style02) .header_bottom .header_nav > ul > li:last-child .line, .layout-topImage #header.fixed:not(.style02):not(.style02) .header_bottom .header_nav > ul > li:last-child .line, .slider + #header.fixed .header_bottom .header_nav > ul > li:last-child .line, .slider + #header.fixed:not(.style02) .header_bottom .header_nav > ul > li:last-child .line {
    bottom: 38px;
}

.layout-topImage #header.fixed:not(.style02) .header_bottom .header_callToAction, .layout-topImage #header.fixed:not(.style02):not(.style02) .header_bottom .header_callToAction, .slider + #header.fixed .header_bottom .header_callToAction, .slider + #header.fixed:not(.style02) .header_bottom .header_callToAction {
    top: -82px;
}

.layout-topImage #header.fixed:not(.style02) + *, .layout-topImage #header.fixed:not(.style02):not(.style02) + *, .slider + #header.fixed + *, .slider + #header.fixed:not(.style02) + * {
    top: 0;
}

#header.fixed.style02 .header_bottom, #header.fixed:not(.style02).style02 .header_bottom {
    height: 130px;
}

@media (max-width:600px) {
    #header.fixed.style02 .header_bottom, #header.fixed:not(.style02).style02 .header_bottom {
        height: 75px;
    }
}

#header.fixed.style02 .header_bottom:before, #header.fixed:not(.style02).style02 .header_bottom:before {
    height: 130px;
}

@media (max-width:600px) {
    #header.fixed.style02 .header_bottom:before, #header.fixed:not(.style02).style02 .header_bottom:before {
        height: 75px;
    }
}

#header.fixed.style02 .header_bottom #header_ctas, #header.fixed:not(.style02).style02 .header_bottom #header_ctas {
    margin-top: 25px;
}

#header.fixed.style02 .header_bottom .header_menu_container .header_nav, #header.fixed:not(.style02).style02 .header_bottom .header_menu_container .header_nav {
    padding-right: 0;
}

    #header.fixed.style02 .header_bottom .header_menu_container .header_nav > ul > li > a:after, #header.fixed:not(.style02).style02 .header_bottom .header_menu_container .header_nav > ul > li > a:after {
        transition: opacity .22s ease-out .2s;
        -webkit-transition: opacity .22s ease-out .2s;
        -moz-transition: opacity .22s ease-out .2s;
        -ms-transition: opacity .22s ease-out .2s;
        -o-transition: opacity .22s ease-out .2s;
    }

.noTouchDevice #header.fixed.style02 .header_bottom .header_menu_container .header_nav > ul > li > a:hover:after, .noTouchDevice #header.fixed:not(.style02).style02 .header_bottom .header_menu_container .header_nav > ul > li > a:hover:after {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

#header.fixed.style02 .header_bottom .header_menu_container .header_nav > ul > li:last-child .line, #header.fixed:not(.style02).style02 .header_bottom .header_menu_container .header_nav > ul > li:last-child .line {
    bottom: 17px;
}

@media only screen and (min-width:1542px) {
    .slider + #header.style02 .header_bottom .header_menu_container {
        height: 48px;
    }
}

#header.style02 .header_top .header_top_nav_style02 ul, #header.style02 .header_top .header_top_nav ul {
    padding-right: 118px;
}

#header.style02 .header_top .header_top_nav .header_top_comparator, #header.style02 .header_top .header_top_nav_style02 .header_top_comparator {
    position: absolute;
    top: 0;
    right: 40px;
}

    #header.style02 .header_top .header_top_nav .header_top_comparator.comparator_active, #header.style02 .header_top .header_top_nav_style02 .header_top_comparator.comparator_active {
        opacity: .5;
    }

#header.style02 .header_bottom .header_menu_container {
    float: right;
    clear: right;
    height: 48px;
}

@media only screen and (max-width:1240px) {
    #header.style02 .header_bottom .header_menu_container {
        height: auto;
    }
}

#header.style02 .header_bottom .header_menu_container .header_nav {
    display: inline-block;
    vertical-align: middle;
    padding-right: 0;
}

    #header.style02 .header_bottom .header_menu_container .header_nav > ul > li:last-child .line {
        bottom: 11px;
    }

    #header.style02 .header_bottom .header_menu_container .header_nav > ul > li:last-child a {
        padding-right: 0;
    }

@media only screen and (max-width:1240px) {
    #header.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-ancestor a:after {
        background-color: transparent !important;
    }
}

#header.style02 .header_bottom .header_menu_inner {
    height: 100%;
}

    #header.style02 .header_bottom .header_menu_inner:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 140px;
        background-color: transparent;
    }

@media only screen and (max-width:1240px) {
    #header.style02 .header_bottom .header_menu_inner:before {
        display: none;
    }
}

#header.style02 .header_bottom #header_ctas + .header_menu_container .header_menu_inner:before {
    display: none;
}

.slider + #header.style02 + .content, .slider + #header.style02 + .content + .footer {
    top: 0;
}

#header.style02.opaque .header_bottom .header_menu_container.style02 .header_nav > ul > li.current-menu-ancestor > a:after, #header.style02.opaque .header_bottom .header_menu_container.style02 .header_nav > ul > li.current-menu-item > a:after {
    background-color: #ccc;
}

.layout-topImage #header .header_bottom .header_logo img.positive {
    opacity: 0;
}

.layout-topImage #header .header_bottom .header_logo img.negative, .layout-topImage #header.opaque .header_bottom .header_logo img.positive {
    opacity: 1;
}

@media (max-width:1180px) {
    .layout-topImage #header.opaque .header_bottom .header_logo img.positive {
        opacity: 0;
    }
}

.layout-topImage #header.opaque .header_bottom .header_logo img.negative {
    opacity: 0;
}

@media (max-width:1180px) {
    .layout-topImage #header.opaque .header_bottom .header_logo img.negative {
        opacity: 1;
    }
}

.layout-topImage #header.fixed .header_bottom .header_logo img.positive {
    opacity: 1;
}

@media (max-width:1180px) {
    .layout-topImage #header.fixed .header_bottom .header_logo img.positive {
        opacity: 1;
    }
}

.layout-topImage #header.fixed .header_bottom .header_logo img.negative {
    opacity: 0;
}

@media (max-width:1180px) {
    .layout-topImage #header.fixed .header_bottom .header_logo img.negative {
        opacity: 0;
    }
}

.slider + #header.fixed .header_bottom .header_logo img.positive {
    opacity: 1;
}

@media (max-width:1180px) {
    .slider + #header.fixed .header_bottom .header_logo img.positive {
        opacity: 1;
    }
}

.slider + #header.fixed .header_bottom .header_logo img.negative {
    opacity: 0;
}

@media (max-width:1180px) {
    .slider + #header.fixed .header_bottom .header_logo img.negative {
        opacity: 0;
    }
}

.headerTabletAndBelow {
    overflow: hidden;
}

.layout-topImage .headerTabletAndBelow.opaque .header_bottom .header_logo, .slider + .headerTabletAndBelow.opaque .header_bottom .header_logo {
    color: #00338d;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.layout-topImage .headerTabletAndBelow.opaque .header_bottom .header_nav > ul > li > a, .slider + .headerTabletAndBelow.opaque .header_bottom .header_nav > ul > li > a {
    color: #fff;
    transition: color 0s;
    -webkit-transition: color 0s;
    -moz-transition: color 0s;
    -ms-transition: color 0s;
    -o-transition: color 0s;
}

.layout-topImage .headerTabletAndBelow.opaque .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, .layout-topImage .headerTabletAndBelow.opaque .header_bottom .header_nav > ul > li.current-menu-item > a:after, .slider + .headerTabletAndBelow.opaque .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, .slider + .headerTabletAndBelow.opaque .header_bottom .header_nav > ul > li.current-menu-item > a:after {
    background-color: transparent;
}

.layout-topImage .headerTabletAndBelow.opaque .header_bottom .header_callToAction, .slider + .headerTabletAndBelow.opaque .header_bottom .header_callToAction {
    color: #fff;
    border: 1px solid #fff;
}

.layout-topImage .headerTabletAndBelow.fixed .header_bottom .header_callToAction, .slider + .headerTabletAndBelow.fixed .header_bottom .header_callToAction {
    top: 40px;
}

.layout-topImage .headerTabletAndBelow.fixed.style02 .header_bottom #header_menu_button, .slider + .headerTabletAndBelow.fixed.style02 .header_bottom #header_menu_button {
    top: 27px;
}

.layout-topImage .headerTabletAndBelow.folded .header_bottom:before, .slider + .headerTabletAndBelow.folded .header_bottom:before {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    transform: translateY(0) translateZ(0);
    -webkit-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
}

.layout-topImage .headerTabletAndBelow.folded .header_bottom .header_logo, .slider + .headerTabletAndBelow.folded .header_bottom .header_logo {
    color: #00338d;
}

.layout-topImage .headerTabletAndBelow.folded .header_bottom #header_menu_button:after, .layout-topImage .headerTabletAndBelow.folded .header_bottom #header_menu_button:before, .layout-topImage .headerTabletAndBelow.folded .header_bottom #header_menu_button span, .slider + .headerTabletAndBelow.folded .header_bottom #header_menu_button:after, .slider + .headerTabletAndBelow.folded .header_bottom #header_menu_button:before, .slider + .headerTabletAndBelow.folded .header_bottom #header_menu_button span {
    background-color: #333;
}

.layout-topImage .headerTabletAndBelow.folded .header_bottom #header_menu_button.openMobile:after, .layout-topImage .headerTabletAndBelow.folded .header_bottom #header_menu_button.openMobile:before, .layout-topImage .headerTabletAndBelow.folded .header_bottom #header_menu_button.openMobile span, .slider + .headerTabletAndBelow.folded .header_bottom #header_menu_button.openMobile:after, .slider + .headerTabletAndBelow.folded .header_bottom #header_menu_button.openMobile:before, .slider + .headerTabletAndBelow.folded .header_bottom #header_menu_button.openMobile span {
    background-color: #fff;
}

.layout-topImage .headerTabletAndBelow.folded .header_bottom .header_callToAction, .slider + .headerTabletAndBelow.folded .header_bottom .header_callToAction {
    color: #333;
    border: 1px solid #333;
}

.layout-topImage .headerTabletAndBelow.style02 .header_bottom, .slider + .headerTabletAndBelow.style02 .header_bottom {
    height: 100px;
}

    .layout-topImage .headerTabletAndBelow.style02 .header_bottom:before, .slider + .headerTabletAndBelow.style02 .header_bottom:before {
        height: 100px;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        transform: translateY(0) translateZ(0);
        -webkit-transform: translateY(0) translateZ(0);
        -ms-transform: translateY(0) translateZ(0);
    }

    .layout-topImage .headerTabletAndBelow.style02 .header_bottom:after, .slider + .headerTabletAndBelow.style02 .header_bottom:after {
        display: block;
    }

    .layout-topImage .headerTabletAndBelow.style02 .header_bottom #header_menu_button, .slider + .headerTabletAndBelow.style02 .header_bottom #header_menu_button {
        top: 43px;
    }

        .layout-topImage .headerTabletAndBelow.style02 .header_bottom #header_menu_button:after, .layout-topImage .headerTabletAndBelow.style02 .header_bottom #header_menu_button:before, .layout-topImage .headerTabletAndBelow.style02 .header_bottom #header_menu_button span, .slider + .headerTabletAndBelow.style02 .header_bottom #header_menu_button:after, .slider + .headerTabletAndBelow.style02 .header_bottom #header_menu_button:before, .slider + .headerTabletAndBelow.style02 .header_bottom #header_menu_button span {
            background-color: #00338d;
        }

        .layout-topImage .headerTabletAndBelow.style02 .header_bottom #header_menu_button.openMobile, .slider + .headerTabletAndBelow.style02 .header_bottom #header_menu_button.openMobile {
            top: 0;
        }

    .layout-topImage .headerTabletAndBelow.style02 .header_bottom #header_ctas, .slider + .headerTabletAndBelow.style02 .header_bottom #header_ctas {
        margin-top: -5px;
    }

.noTouchDevice .layout-topImage .headerTabletAndBelow.style02 .header_bottom #header_ctas .header_callToAction:hover:after, .noTouchDevice .slider + .headerTabletAndBelow.style02 .header_bottom #header_ctas .header_callToAction:hover:after {
    background-color: #00338d;
}

.layout-topImage .headerTabletAndBelow.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-ancestor > a:after, .layout-topImage .headerTabletAndBelow.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-item > a:after, .slider + .headerTabletAndBelow.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-ancestor > a:after, .slider + .headerTabletAndBelow.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-item > a:after {
    background-color: transparent;
}

.noTouchDevice .layout-topImage .headerTabletAndBelow.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-ancestor > a:hover:after, .noTouchDevice .layout-topImage .headerTabletAndBelow.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-item > a:hover:after, .noTouchDevice .slider + .headerTabletAndBelow.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-ancestor > a:hover:after, .noTouchDevice .slider + .headerTabletAndBelow.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-item > a:hover:after {
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
}

.layout-topImage .headerTabletAndBelow.style02.folded .header_bottom:before, .slider + .headerTabletAndBelow.style02.folded .header_bottom:before {
    height: 70px;
    border-bottom: 0;
}

.layout-topImage .headerTabletAndBelow .header_bottom:after, .slider + .headerTabletAndBelow .header_bottom:after {
    display: none;
}

.layout-topImage .headerTabletAndBelow .header_bottom:before, .slider + .headerTabletAndBelow .header_bottom:before {
    transform: translateY(-100%) translateZ(0);
    -webkit-transform: translateY(-100%) translateZ(0);
    -ms-transform: translateY(-100%) translateZ(0);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    height: 69px;
}

.layout-topImage .headerTabletAndBelow .header_bottom .header_nav > ul > li.current-menu-ancestor > a, .layout-topImage .headerTabletAndBelow .header_bottom .header_nav > ul > li.current-menu-item > a, .slider + .headerTabletAndBelow .header_bottom .header_nav > ul > li.current-menu-ancestor > a, .slider + .headerTabletAndBelow .header_bottom .header_nav > ul > li.current-menu-item > a {
    color: #5c88ab;
}

    .layout-topImage .headerTabletAndBelow .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, .layout-topImage .headerTabletAndBelow .header_bottom .header_nav > ul > li.current-menu-item > a:after, .slider + .headerTabletAndBelow .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, .slider + .headerTabletAndBelow .header_bottom .header_nav > ul > li.current-menu-item > a:after {
        right: 0;
        left: auto;
        background: transparent;
    }

.layout-topImage .headerTabletAndBelow .header_bottom .header_nav > ul > li.current-menu-ancestor > a, .slider + .headerTabletAndBelow .header_bottom .header_nav > ul > li.current-menu-ancestor > a {
    color: #fff;
}

    .layout-topImage .headerTabletAndBelow .header_bottom .header_nav > ul > li.current-menu-ancestor > a.hovered, .noTouchDevice .layout-topImage .headerTabletAndBelow .header_bottom .header_nav > ul > li.current-menu-ancestor > a:hover, .noTouchDevice .slider + .headerTabletAndBelow .header_bottom .header_nav > ul > li.current-menu-ancestor > a:hover, .slider + .headerTabletAndBelow .header_bottom .header_nav > ul > li.current-menu-ancestor > a.hovered {
        color: #809fb7;
    }

.layout-topImage .headerTabletAndBelow .header_bottom .header_nav > ul > li > .header_nav_submenu, .slider + .headerTabletAndBelow .header_bottom .header_nav > ul > li > .header_nav_submenu {
    z-index: 3;
}

.layout-topImage .headerTabletAndBelow .header_bottom #header_menu_button, .slider + .headerTabletAndBelow .header_bottom #header_menu_button {
    top: 57px;
}

    .layout-topImage .headerTabletAndBelow .header_bottom #header_menu_button:after, .layout-topImage .headerTabletAndBelow .header_bottom #header_menu_button:before, .layout-topImage .headerTabletAndBelow .header_bottom #header_menu_button span, .slider + .headerTabletAndBelow .header_bottom #header_menu_button:after, .slider + .headerTabletAndBelow .header_bottom #header_menu_button:before, .slider + .headerTabletAndBelow .header_bottom #header_menu_button span {
        background-color: #fff;
    }

.layout-topImage .headerTabletAndBelow .header_bottom .header_callToAction, .slider + .headerTabletAndBelow .header_bottom .header_callToAction {
    margin-top: 0;
    top: 40px;
}

.layout-topImage .headerTabletAndBelow .header_bottom .header_logo, .slider + .headerTabletAndBelow .header_bottom .header_logo {
    transition: opacity .6s ease-out 0ms;
    -webkit-transition: opacity .6s ease-out 0ms;
    -moz-transition: opacity .6s ease-out 0ms;
    -ms-transition: opacity .6s ease-out 0ms;
    -o-transition: opacity .6s ease-out 0ms;
}

.overlay .layout-topImage .headerTabletAndBelow .header_bottom .header_logo, .overlay .slider + .headerTabletAndBelow .header_bottom .header_logo {
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    transition: opacity .6s ease-out 10ms;
    -webkit-transition: opacity .6s ease-out 10ms;
    -moz-transition: opacity .6s ease-out 10ms;
    -ms-transition: opacity .6s ease-out 10ms;
    -o-transition: opacity .6s ease-out 10ms;
}

.layout-topImage .headerTabletAndBelow .header_bottom .header_logo:before, .slider + .headerTabletAndBelow .header_bottom .header_logo:before {
    height: 110%;
}

.headerTabletAndBelow.opaque .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, .headerTabletAndBelow.opaque .header_bottom .header_nav > ul > li.current-menu-item > a:after {
    background-color: transparent;
}

.headerTabletAndBelow .header_top {
    margin-top: 0;
}

    .headerTabletAndBelow .header_top #header_top_search, .headerTabletAndBelow .header_top .header_lang, .headerTabletAndBelow .header_top .header_lang_style02, .headerTabletAndBelow .header_top .header_social, .headerTabletAndBelow .header_top .header_social_style02, .headerTabletAndBelow .header_top .header_top_nav, .headerTabletAndBelow .header_top .header_top_nav_style02, .headerTabletAndBelow .header_top:before {
        display: none;
    }

.headerTabletAndBelow .header_bottom, .headerTabletAndBelow .header_bottom:before {
    height: 100px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

    .headerTabletAndBelow .header_bottom:before {
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
    }

    .headerTabletAndBelow .header_bottom:after {
        position: absolute;
        content: "";
        background-color: #000;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100px;
        z-index: -100;
        transition: opacity .6s ease-out .4ms,z-index 0s linear .6s;
        -webkit-transition: opacity .6s ease-out .4ms,z-index 0s linear .6s;
        -moz-transition: opacity .6s ease-out .4ms,z-index 0s linear .6s;
        -ms-transition: opacity .6s ease-out .4ms,z-index 0s linear .6s;
        -o-transition: opacity .6s ease-out .4ms,z-index 0s linear .6s;
    }

.overlay .headerTabletAndBelow .header_bottom:after {
    background-color: #000;
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -ms-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.headerTabletAndBelow .header_bottom .header_logo:after {
    line-height: 0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.headerTabletAndBelow .header_bottom .header_menu_container {
    position: absolute;
    height: 100vh;
    width: 90%;
    overflow-y: scroll;
    overflow: visible;
    max-width: 570px;
    right: 0;
    top: 0;
    background-color: #00338d;
    padding: 70px 90px 60px;
    z-index: 3;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%) translateZ(0);
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
}

    .headerTabletAndBelow .header_bottom .header_menu_container .header_nav > ul li {
        transform: translateX(10%) translateZ(0);
        -webkit-transform: translateX(10%) translateZ(0);
        -ms-transform: translateX(10%) translateZ(0);
        opacity: 0;
    }

    .headerTabletAndBelow .header_bottom .header_menu_container.openMobile, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_nav > ul li {
        transform: translateX(0) translateZ(0);
        -webkit-transform: translateX(0) translateZ(0);
        -ms-transform: translateX(0) translateZ(0);
    }

        .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_nav > ul li {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            -webkit-transition: -webkit-transform .2s ease-out .1s,opacity .2s ease-out .1s;
            transition: transform .2s ease-out .2s,opacity .2s ease-out .2s;
        }

            .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_nav > ul li:first-child {
                -webkit-transition: -webkit-transform .2s ease-out .22s,opacity .2s ease-out .22s;
                transition: transform .2s ease-out .22s,opacity .2s ease-out .22s;
            }

            .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(2) {
                -webkit-transition: -webkit-transform .2s ease-out .34s,opacity .2s ease-out .34s;
                transition: transform .2s ease-out .34s,opacity .2s ease-out .34s;
            }

            .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(3) {
                -webkit-transition: -webkit-transform .2s ease-out .46s,opacity .2s ease-out .46s;
                transition: transform .2s ease-out .46s,opacity .2s ease-out .46s;
            }

            .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(4) {
                -webkit-transition: -webkit-transform .2s ease-out .58s,opacity .2s ease-out .58s;
                transition: transform .2s ease-out .58s,opacity .2s ease-out .58s;
            }

            .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(5) {
                -webkit-transition: -webkit-transform .2s ease-out .7s,opacity .2s ease-out .7s;
                transition: transform .2s ease-out .7s,opacity .2s ease-out .7s;
            }

            .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(6) {
                -webkit-transition: -webkit-transform .2s ease-out .82s,opacity .2s ease-out .82s;
                transition: transform .2s ease-out .82s,opacity .2s ease-out .82s;
            }

            .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(7) {
                -webkit-transition: -webkit-transform .2s ease-out .94s,opacity .2s ease-out .94s;
                transition: transform .2s ease-out .94s,opacity .2s ease-out .94s;
            }

            .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(8) {
                -webkit-transition: -webkit-transform .2s ease-out 1.06s,opacity .2s ease-out 1.06s;
                transition: transform .2s ease-out 1.06s,opacity .2s ease-out 1.06s;
            }

            .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(9) {
                -webkit-transition: -webkit-transform .2s ease-out 1.18s,opacity .2s ease-out 1.18s;
                transition: transform .2s ease-out 1.18s,opacity .2s ease-out 1.18s;
            }

            .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(10) {
                -webkit-transition: -webkit-transform .2s ease-out 1.3s,opacity .2s ease-out 1.3s;
                transition: transform .2s ease-out 1.3s,opacity .2s ease-out 1.3s;
            }

            .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(11) {
                -webkit-transition: -webkit-transform .2s ease-out 1.42s,opacity .2s ease-out 1.42s;
                transition: transform .2s ease-out 1.42s,opacity .2s ease-out 1.42s;
            }

            .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(12) {
                -webkit-transition: -webkit-transform .2s ease-out 1.54s,opacity .2s ease-out 1.54s;
                transition: transform .2s ease-out 1.54s,opacity .2s ease-out 1.54s;
            }

        .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_lang, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_lang_style02, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_menu_search, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_menu_search_style02, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_phone, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_phone_style02, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_social, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_social_style02, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_top_nav, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_top_nav_style02 {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            transition: opacity .2s ease-out .9s;
            -webkit-transition: opacity .2s ease-out .9s;
            -moz-transition: opacity .2s ease-out .9s;
            -ms-transition: opacity .2s ease-out .9s;
            -o-transition: opacity .2s ease-out .9s;
        }

            .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_lang_style02 ul li.current-menu-item a, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_lang ul li.current-menu-item a, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_menu_search_style02 ul li.current-menu-item a, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_menu_search ul li.current-menu-item a, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_phone_style02 ul li.current-menu-item a, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_phone ul li.current-menu-item a, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_social_style02 ul li.current-menu-item a, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_social ul li.current-menu-item a, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_top_nav_style02 ul li.current-menu-item a, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_top_nav ul li.current-menu-item a {
                opacity: .5;
                pointer-events: none;
            }

            .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_lang_style02 ul li.link-external:after, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_lang ul li.link-external:after, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_menu_search_style02 ul li.link-external:after, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_menu_search ul li.link-external:after, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_phone_style02 ul li.link-external:after, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_phone ul li.link-external:after, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_social_style02 ul li.link-external:after, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_social ul li.link-external:after, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_top_nav_style02 ul li.link-external:after, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_top_nav ul li.link-external:after {
                display: inline-block;
                vertical-align: middle;
                content: "\e615" !important;
                margin-left: 10px;
                font-family: ieurwd-icons;
                font-size: .7222222222222222em;
                color: #fff;
                transform: translateX(0) translateZ(0);
                -webkit-transform: translateX(0) translateZ(0);
                -ms-transform: translateX(0) translateZ(0);
                transition: transform .2s ease-out;
                -webkit-transition: transform .2s ease-out;
                -moz-transition: transform .2s ease-out;
                -ms-transition: transform .2s ease-out;
                -o-transition: transform .2s ease-out;
            }

.noTouchDevice .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_lang_style02 ul li.link-external:hover:after, .noTouchDevice .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_lang ul li.link-external:hover:after, .noTouchDevice .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_menu_search_style02 ul li.link-external:hover:after, .noTouchDevice .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_menu_search ul li.link-external:hover:after, .noTouchDevice .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_phone_style02 ul li.link-external:hover:after, .noTouchDevice .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_phone ul li.link-external:hover:after, .noTouchDevice .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_social_style02 ul li.link-external:hover:after, .noTouchDevice .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_social ul li.link-external:hover:after, .noTouchDevice .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_top_nav_style02 ul li.link-external:hover:after, .noTouchDevice .headerTabletAndBelow .header_bottom .header_menu_container.openMobile .header_top_nav ul li.link-external:hover:after {
    color: #809fb7;
    transform: translateX(5px) translateZ(0);
    -webkit-transform: translateX(5px) translateZ(0);
    -ms-transform: translateX(5px) translateZ(0);
}

.headerTabletAndBelow .header_bottom .header_menu_container.openMobile #header_menu_button span, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile + #header_menu_button span, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile + .header_callToAction + #header_menu_button span {
    background-color: #fff;
}

.headerTabletAndBelow .header_bottom .header_menu_container.openMobile #header_menu_button:after, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile #header_menu_button:before, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile + #header_menu_button:after, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile + #header_menu_button:before, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile + .header_callToAction + #header_menu_button:after, .headerTabletAndBelow .header_bottom .header_menu_container.openMobile + .header_callToAction + #header_menu_button:before {
    background-color: #00338d;
}

.headerTabletAndBelow .header_bottom .header_menu_container.openMobile + .header_callToAction {
    color: #fff;
    border-color: #fff;
}

    .headerTabletAndBelow .header_bottom .header_menu_container.openMobile + .header_callToAction:before {
        background-color: transparent;
    }

.noTouchDevice .headerTabletAndBelow .header_bottom .header_menu_container.openMobile + .header_callToAction:hover {
    color: #fff;
}

.headerTabletAndBelow .header_bottom .header_nav {
    display: block;
    height: inherit;
    overflow: visible;
    text-align: left;
    padding-right: 0;
    height: auto;
    width: 100%;
}

    .headerTabletAndBelow .header_bottom .header_nav > ul {
        height: auto;
    }

        .headerTabletAndBelow .header_bottom .header_nav > ul:before {
            display: none;
        }

        .headerTabletAndBelow .header_bottom .header_nav > ul > li {
            display: block;
            font-size: 1.1666666666666667em;
            width: 100%;
            overflow: hidden;
            -webkit-transition: -webkit-transform .2s ease-out,opacity .2s ease-out;
            transition: transform .2s ease-out,opacity .2s ease-out;
        }

            .headerTabletAndBelow .header_bottom .header_nav > ul > li > a {
                display: block;
                border-bottom: 1px solid #29628f;
                padding-bottom: 5px;
                color: #fff;
                padding-left: 0;
            }

            .headerTabletAndBelow .header_bottom .header_nav > ul > li > .line {
                display: none;
            }

            .headerTabletAndBelow .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul {
                -webkit-columns: auto;
                -moz-columns: auto;
                columns: auto;
                letter-spacing: -4px;
                overflow: hidden;
            }

                .headerTabletAndBelow .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li {
                    display: block;
                }

                    .headerTabletAndBelow .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li > .header_nav_submenu {
                        display: none;
                    }

                    .headerTabletAndBelow .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li:first-child {
                        display: block;
                        width: 100%;
                        margin-right: 0;
                        float: none;
                    }

                    .headerTabletAndBelow .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li + li {
                        display: block;
                        width: 100% !important;
                        margin-right: 0 !important;
                    }

            .headerTabletAndBelow .header_bottom .header_nav > ul > li > .header_nav_submenu {
                display: block;
                position: relative;
                top: 0;
                background-color: transparent;
                padding: 0;
                height: 0;
                z-index: 4;
                -webkit-opacity: 0;
                -moz-opacity: 0;
                opacity: 0;
                transform: translateY(-20%) translateZ(0);
                -webkit-transform: translateY(-20%) translateZ(0);
                -ms-transform: translateY(-20%) translateZ(0);
                transition: height .8s cubic-bezier(.06,1,.33,1),transform 0ms linear 0ms;
                -webkit-transition: height .8s cubic-bezier(.06,1,.33,1),transform 0ms linear 0ms;
                -moz-transition: height .8s cubic-bezier(.06,1,.33,1),transform 0ms linear 0ms;
                -ms-transition: height .8s cubic-bezier(.06,1,.33,1),transform 0ms linear 0ms;
                -o-transition: height .8s cubic-bezier(.06,1,.33,1),transform 0ms linear 0ms;
                -webkit-transition: height .8s cubic-bezier(.06,1,.33,1),-webkit-transform 0ms linear 0ms;
            }

                .headerTabletAndBelow .header_bottom .header_nav > ul > li > .header_nav_submenu .submenu_globalLink {
                    position: absolute;
                    top: -54px;
                    left: 0;
                    right: 50px;
                    border-top: 0;
                    padding: 0;
                    margin-top: 0;
                    z-index: 10;
                    -webkit-opacity: 1;
                    -moz-opacity: 1;
                    opacity: 1;
                    font-size: .1em;
                    transition: opacity 0s;
                    -webkit-transition: opacity 0s;
                    -moz-transition: opacity 0s;
                    -ms-transition: opacity 0s;
                    -o-transition: opacity 0s;
                }

                    .headerTabletAndBelow .header_bottom .header_nav > ul > li > .header_nav_submenu .submenu_globalLink a {
                        -webkit-opacity: 0;
                        -moz-opacity: 0;
                        opacity: 0;
                        display: block;
                        height: 100%;
                        width: 100%;
                    }

                .headerTabletAndBelow .header_bottom .header_nav > ul > li > .header_nav_submenu > ul {
                    overflow: hidden;
                    position: fixed;
                    padding: 0;
                    -webkit-columns: auto;
                    -moz-columns: auto;
                    columns: auto;
                    pointer-events: none;
                    transition: opacity 0ms ease-out 0ms;
                    -webkit-transition: opacity 0ms ease-out 0ms;
                    -moz-transition: opacity 0ms ease-out 0ms;
                    -ms-transition: opacity 0ms ease-out 0ms;
                    -o-transition: opacity 0ms ease-out 0ms;
                }

                    .headerTabletAndBelow .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li {
                        display: block;
                        width: 100%;
                        padding-left: 16.755%;
                        line-height: .6923em;
                    }

                        .headerTabletAndBelow .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li > a {
                            color: #fff;
                            font-size: .5714285714285714em;
                            font-weight: 400;
                            letter-spacing: .06666em;
                        }

.noTouchDevice .headerTabletAndBelow .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li > a:hover {
    color: #fff;
}

.headerTabletAndBelow .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li ul {
    display: none;
}

.headerTabletAndBelow .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li:first-child {
    margin-top: 40px;
}

.headerTabletAndBelow .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li:last-child {
    margin-bottom: 20px;
}

.headerTabletAndBelow .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li:after {
    display: none;
}

.headerTabletAndBelow .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li + li {
    margin-top: 25px;
}

.headerTabletAndBelow .header_bottom .header_nav > ul > li.fixedMenuLayer {
    display: none;
}

.headerTabletAndBelow .header_bottom .header_nav > ul > li.hasSubmenu.current-menu-item > a, .headerTabletAndBelow .header_bottom .header_nav > ul > li.hasSubmenu.current-page-item > a {
    color: #5c88ab;
}

.headerTabletAndBelow .header_bottom .header_nav > ul > li.hasSubmenu.current-menu-item .submenu_globalLink > a, .headerTabletAndBelow .header_bottom .header_nav > ul > li.hasSubmenu.current-page-item .submenu_globalLink > a {
    cursor: default;
    pointer-events: none;
}

.headerTabletAndBelow .header_bottom .header_nav > ul > li.hasSubmenu > a {
    position: relative;
    padding-right: 40px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .headerTabletAndBelow .header_bottom .header_nav > ul > li.hasSubmenu > a:after {
        content: "\e611";
        float: none;
        position: absolute;
        top: 50%;
        right: 0;
        color: #fff;
        margin: -10px 0 0;
        font-size: .9047619047619048em;
        font-family: ieurwd-icons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.noTouchDevice .headerTabletAndBelow .header_bottom .header_nav > ul > li.hasSubmenu > a:hover:after {
    color: #809fb7;
}

.headerTabletAndBelow .header_bottom .header_nav > ul > li.hasSubmenu.openMobile.current-menu-item > a, .headerTabletAndBelow .header_bottom .header_nav > ul > li.hasSubmenu.openMobile.current-page-item > a {
    color: #5c88ab;
}

.headerTabletAndBelow .header_bottom .header_nav > ul > li.hasSubmenu.openMobile > a:after {
    content: "\e612";
}

.headerTabletAndBelow .header_bottom .header_nav > ul > li.hasSubmenu.openMobile > .header_nav_submenu {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transition: height .8s cubic-bezier(.06,1,.33,1),transform .5s cubic-bezier(.06,1,.33,1);
    -webkit-transition: height .8s cubic-bezier(.06,1,.33,1),transform .5s cubic-bezier(.06,1,.33,1);
    -moz-transition: height .8s cubic-bezier(.06,1,.33,1),transform .5s cubic-bezier(.06,1,.33,1);
    -ms-transition: height .8s cubic-bezier(.06,1,.33,1),transform .5s cubic-bezier(.06,1,.33,1);
    -o-transition: height .8s cubic-bezier(.06,1,.33,1),transform .5s cubic-bezier(.06,1,.33,1);
    -webkit-transition: height .8s cubic-bezier(.06,1,.33,1),-webkit-transform .6s cubic-bezier(.06,1,.33,1);
}

    .headerTabletAndBelow .header_bottom .header_nav > ul > li.hasSubmenu.openMobile > .header_nav_submenu > ul {
        position: relative;
        pointer-events: auto;
        transition: opacity .2s ease-out .3s;
        -webkit-transition: opacity .2s ease-out .3s;
        -moz-transition: opacity .2s ease-out .3s;
        -ms-transition: opacity .2s ease-out .3s;
        -o-transition: opacity .2s ease-out .3s;
    }

.noTouchDevice .headerTabletAndBelow .header_bottom .header_nav > ul > li.hasSubmenu.openMobile > .header_nav_submenu > ul a:hover {
    color: #809fb7;
}

@media (max-width:1240px) {
    .headerTabletAndBelow .header_bottom .header_nav > ul > li.excludeIcon a:after {
        display: none;
    }
}

.headerTabletAndBelow .header_bottom .header_nav > ul > li.openMobile > .header_nav_submenu {
    display: block;
}

.headerTabletAndBelow .header_bottom .header_nav > ul > li + li {
    margin-left: 0;
    padding-top: 25px;
}

.headerTabletAndBelow .header_bottom .header_nav > ul > li.fixedMenuLayer + li {
    margin-left: 0;
    padding-top: 0;
}

.headerTabletAndBelow .header_bottom .header_nav ~ * {
    display: block;
}

.headerTabletAndBelow .header_bottom .header_callToAction {
    position: absolute;
    margin-top: 0;
    top: 23px;
    right: 105px;
    padding: 10px 23px;
    z-index: 2;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transition: color .2s ease-out .1s;
    -webkit-transition: color .2s ease-out .1s;
    -moz-transition: color .2s ease-out .1s;
    -ms-transition: color .2s ease-out .1s;
    -o-transition: color .2s ease-out .1s;
}

    .headerTabletAndBelow .header_bottom .header_callToAction:before {
        background-color: transparent;
    }

.noTouchDevice .headerTabletAndBelow .header_bottom .header_callToAction:hover {
    color: #fff;
}

.headerTabletAndBelow .header_bottom #header_ctas .header_callToAction {
    left: auto;
    right: auto;
}

.headerTabletAndBelow .header_bottom #header_menu_button {
    width: 31px;
    height: 18px;
    position: absolute;
    right: 40px;
    top: 43px;
    z-index: 4;
    outline: none;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

    .headerTabletAndBelow .header_bottom #header_menu_button span {
        position: absolute;
        left: 0;
        right: 0;
        top: 7px;
        content: "";
        height: 2px;
        width: 31px;
        background-color: #333;
        -webkit-transition: -webkit-transform .2s,color .2s;
        transition: transform .2s,color .2s;
    }

        .headerTabletAndBelow .header_bottom #header_menu_button span:before {
            content: "";
            position: absolute;
            width: 70px;
            height: 40px;
            top: -19px;
            left: -19px;
        }

    .headerTabletAndBelow .header_bottom #header_menu_button:before {
        right: 0;
    }

    .headerTabletAndBelow .header_bottom #header_menu_button:after, .headerTabletAndBelow .header_bottom #header_menu_button:before {
        position: absolute;
        left: 0;
        content: "";
        height: 2px;
        width: 31px;
        background-color: #333;
        -webkit-transition: -webkit-transform .2s,color .2s;
        transition: transform .2s,color .2s;
    }

    .headerTabletAndBelow .header_bottom #header_menu_button:after {
        top: 14px;
    }

    .headerTabletAndBelow .header_bottom #header_menu_button.open, .headerTabletAndBelow .header_bottom #header_menu_button.openMobile {
        height: 21px;
    }

        .headerTabletAndBelow .header_bottom #header_menu_button.openMobile span, .headerTabletAndBelow .header_bottom #header_menu_button.open span {
            color: #fff;
            transform: rotate(-135deg) translate3d(-1px,-1px,0);
            -webkit-transform: rotate(-135deg) translate3d(-1px,-1px,0);
            -ms-transform: rotate(-135deg) translate3d(-1px,-1px,0);
            width: 29px;
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
        }

        .headerTabletAndBelow .header_bottom #header_menu_button.open:before, .headerTabletAndBelow .header_bottom #header_menu_button.openMobile:before {
            color: #fff;
            transform: rotate(-45deg) translate3d(-5px,7px,0);
            -webkit-transform: rotate(-45deg) translate3d(-5px,7px,0);
            -ms-transform: rotate(-45deg) translate3d(-5px,7px,0);
            width: 29px;
        }

        .headerTabletAndBelow .header_bottom #header_menu_button.open:after, .headerTabletAndBelow .header_bottom #header_menu_button.openMobile:after {
            color: #fff;
            transform: rotate(-135deg) translate3d(3px,5px,0);
            -webkit-transform: rotate(-135deg) translate3d(3px,5px,0);
            -ms-transform: rotate(-135deg) translate3d(3px,5px,0);
            width: 29px;
        }

.headerTabletAndBelow .header_bottom .header_top_nav, .headerTabletAndBelow .header_bottom .header_top_nav_style02 {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    margin-top: 45px;
    display: block;
    border-bottom: 1px solid #29628f;
    padding-bottom: 45px;
}

    .headerTabletAndBelow .header_bottom .header_top_nav #header_top_comparator, .headerTabletAndBelow .header_bottom .header_top_nav_style02 #header_top_comparator {
        position: relative;
        text-align: left;
        display: inline-block;
        font-size: .6111em;
        font-family: Montserrat;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: .0278em;
        color: #fff;
        margin-right: 13px;
    }

.noTouchDevice .headerTabletAndBelow .header_bottom .header_top_nav #header_top_comparator:hover, .noTouchDevice .headerTabletAndBelow .header_bottom .header_top_nav_style02 #header_top_comparator:hover {
    color: #809fb7;
}

.headerTabletAndBelow .header_bottom .header_top_nav #header_top_comparator:before, .headerTabletAndBelow .header_bottom .header_top_nav_style02 #header_top_comparator:before {
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    margin-top: -13px;
    right: 15px;
    font-family: ieurwd-icons;
    font-size: 2.2em;
}

.headerTabletAndBelow .header_bottom .header_top_nav #header_top_comparator .iconComparator, .headerTabletAndBelow .header_bottom .header_top_nav_style02 #header_top_comparator .iconComparator {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: 18px;
    margin-right: 4px;
    overflow: hidden;
}

    .headerTabletAndBelow .header_bottom .header_top_nav #header_top_comparator .iconComparator svg, .headerTabletAndBelow .header_bottom .header_top_nav_style02 #header_top_comparator .iconComparator svg {
        left: 0;
        position: absolute;
        height: inherit;
    }

        .headerTabletAndBelow .header_bottom .header_top_nav #header_top_comparator .iconComparator svg path, .headerTabletAndBelow .header_bottom .header_top_nav_style02 #header_top_comparator .iconComparator svg path {
            fill: #fff;
        }

    .headerTabletAndBelow .header_bottom .header_top_nav #header_top_comparator .iconComparator.active svg, .headerTabletAndBelow .header_bottom .header_top_nav_style02 #header_top_comparator .iconComparator.active svg {
        left: -327px;
    }

.headerTabletAndBelow .header_bottom .header_top_nav #header_top_comparator .items_number, .headerTabletAndBelow .header_bottom .header_top_nav_style02 #header_top_comparator .items_number {
    font-weight: 800;
    font-size: 12px;
}

.headerTabletAndBelow .header_bottom .header_top_nav #header_top_comparator .comparator_text, .headerTabletAndBelow .header_bottom .header_top_nav_style02 #header_top_comparator .comparator_text {
    display: inline-block;
}

.headerTabletAndBelow .header_bottom .header_top_nav_style02 ul, .headerTabletAndBelow .header_bottom .header_top_nav ul {
    width: auto;
    text-align: left;
    margin-right: -15px;
    line-height: 1.3333em;
}

    .headerTabletAndBelow .header_bottom .header_top_nav_style02 ul li, .headerTabletAndBelow .header_bottom .header_top_nav ul li {
        display: block;
    }

        .headerTabletAndBelow .header_bottom .header_top_nav_style02 ul li a, .headerTabletAndBelow .header_bottom .header_top_nav ul li a {
            display: inline-block;
            font-size: .6111em;
            font-family: Montserrat;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: .0278em;
            color: #fff;
            margin-right: 13px;
        }

.noTouchDevice .headerTabletAndBelow .header_bottom .header_top_nav_style02 ul li a:hover, .noTouchDevice .headerTabletAndBelow .header_bottom .header_top_nav ul li a:hover {
    color: #809fb7;
}

.headerTabletAndBelow .header_bottom .header_top_nav_style02 ul #header_top_comparator_mobile, .headerTabletAndBelow .header_bottom .header_top_nav ul #header_top_comparator_mobile {
    display: block;
}

.headerTabletAndBelow .header_bottom .header_menu_search, .headerTabletAndBelow .header_bottom .header_menu_search_style02 {
    position: relative;
    border-bottom: 1px solid #29628f;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
}

    .headerTabletAndBelow .header_bottom .header_menu_search_style02 input[type=submit], .headerTabletAndBelow .header_bottom .header_menu_search input[type=submit] {
        position: absolute;
        font-size: 1em;
        top: 2px;
        left: 0;
        font-family: ieurwd-icons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
        background: transparent;
        border: none;
        padding: 18px 5px;
    }

    .headerTabletAndBelow .header_bottom .header_menu_search_style02 input[type=text], .headerTabletAndBelow .header_bottom .header_menu_search input[type=text] {
        margin-top: 1px;
        padding: 20px 10px 20px 45px;
        width: 100%;
        border: none;
        outline: none;
        background-color: transparent;
        color: #fff;
        font-family: PT Serif;
        font-size: .8333em;
        transition: padding .2s ease-out;
        -webkit-transition: padding .2s ease-out;
        -moz-transition: padding .2s ease-out;
        -ms-transition: padding .2s ease-out;
        -o-transition: padding .2s ease-out;
    }

        .headerTabletAndBelow .header_bottom .header_menu_search_style02 input[type=text]::-webkit-input-placeholder, .headerTabletAndBelow .header_bottom .header_menu_search input[type=text]::-webkit-input-placeholder {
            color: #5c88ab;
        }

        .headerTabletAndBelow .header_bottom .header_menu_search_style02 input[type=text]:-moz-placeholder, .headerTabletAndBelow .header_bottom .header_menu_search_style02 input[type=text]::-moz-placeholder, .headerTabletAndBelow .header_bottom .header_menu_search input[type=text]:-moz-placeholder, .headerTabletAndBelow .header_bottom .header_menu_search input[type=text]::-moz-placeholder {
            color: #5c88ab;
        }

        .headerTabletAndBelow .header_bottom .header_menu_search_style02 input[type=text]:-ms-input-placeholder, .headerTabletAndBelow .header_bottom .header_menu_search input[type=text]:-ms-input-placeholder {
            color: #5c88ab;
        }

        .headerTabletAndBelow .header_bottom .header_menu_search_style02 input[type=text]:focus, .headerTabletAndBelow .header_bottom .header_menu_search input[type=text]:focus {
            padding-left: 52px;
        }

.headerTabletAndBelow .header_bottom .header_social, .headerTabletAndBelow .header_bottom .header_social_style02 {
    display: block;
    margin-top: 45px;
    float: left;
    width: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
}

    .headerTabletAndBelow .header_bottom .header_social_style02 a, .headerTabletAndBelow .header_bottom .header_social a {
        color: #fff;
    }

        .headerTabletAndBelow .header_bottom .header_social_style02 a:before, .headerTabletAndBelow .header_bottom .header_social a:before {
            position: relative;
            display: block;
            transform: translateZ(0);
            -webkit-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -webkit-transition: -webkit-transform .2s ease-out;
            transition: transform .2s ease-out;
        }

.noTouchDevice .headerTabletAndBelow .header_bottom .header_social_style02 a:hover:before, .noTouchDevice .headerTabletAndBelow .header_bottom .header_social a:hover:before {
    transform: translate3d(0,-3px,0);
    -webkit-transform: translate3d(0,-3px,0);
    -ms-transform: translate3d(0,-3px,0);
}

.headerTabletAndBelow .header_bottom .header_social_style02 ul, .headerTabletAndBelow .header_bottom .header_social ul {
    width: 100%;
    position: relative;
}

.headerTabletAndBelow .header_bottom .header_social_style02 li, .headerTabletAndBelow .header_bottom .header_social li {
    display: inline-block;
}

    .headerTabletAndBelow .header_bottom .header_social_style02 li + li, .headerTabletAndBelow .header_bottom .header_social li + li {
        margin-left: 22px;
    }

.headerTabletAndBelow .header_bottom .header_lang, .headerTabletAndBelow .header_bottom .header_lang_style02 {
    display: block;
    margin-top: 27px;
    float: left;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
}

    .headerTabletAndBelow .header_bottom .header_lang_style02 ul, .headerTabletAndBelow .header_bottom .header_lang ul {
        position: relative;
        z-index: 1;
        height: 100%;
        letter-spacing: -4px;
        padding: 0;
    }

        .headerTabletAndBelow .header_bottom .header_lang_style02 ul:before, .headerTabletAndBelow .header_bottom .header_lang ul:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            height: 99%;
            width: 1px;
            margin-left: -1px;
        }

        .headerTabletAndBelow .header_bottom .header_lang_style02 ul li, .headerTabletAndBelow .header_bottom .header_lang ul li {
            display: inline-block;
            vertical-align: middle;
        }

            .headerTabletAndBelow .header_bottom .header_lang_style02 ul li a, .headerTabletAndBelow .header_bottom .header_lang ul li a {
                font-size: .5556em;
                font-family: Montserrat;
                font-weight: 400;
                text-transform: uppercase;
                letter-spacing: .0278em;
                color: #fff;
            }

                .headerTabletAndBelow .header_bottom .header_lang_style02 ul li a.active, .headerTabletAndBelow .header_bottom .header_lang ul li a.active {
                    color: #809fb7;
                    cursor: default;
                    pointer-events: none;
                }

.noTouchDevice .headerTabletAndBelow .header_bottom .header_lang_style02 ul li a:hover, .noTouchDevice .headerTabletAndBelow .header_bottom .header_lang ul li a:hover {
    color: #809fb7;
}

.headerTabletAndBelow .header_bottom .header_lang_style02 ul li + li, .headerTabletAndBelow .header_bottom .header_lang ul li + li {
    padding-left: 14px;
    margin-left: 14px;
    position: relative;
}

    .headerTabletAndBelow .header_bottom .header_lang_style02 ul li + li:before, .headerTabletAndBelow .header_bottom .header_lang ul li + li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -4px;
        height: 9px;
        width: 1px;
        background-color: #30628a;
    }

.headerTabletAndBelow .header_bottom .header_phone, .headerTabletAndBelow .header_bottom .header_phone_style02 {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
}

    .headerTabletAndBelow .header_bottom .header_phone:before, .headerTabletAndBelow .header_bottom .header_phone_style02:before {
        color: #fff;
    }

    .headerTabletAndBelow .header_bottom .header_phone_style02 a, .headerTabletAndBelow .header_bottom .header_phone a {
        color: #fff !important;
    }

.headerTabletAndBelow.fixed .header_bottom:before {
    height: 69px;
}

.overlay .headerTabletAndBelow.fixed .header_bottom .header_logo {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.headerTabletAndBelow.fixed .header_bottom .header_nav {
    padding-right: 0;
}

    .headerTabletAndBelow.fixed .header_bottom .header_nav > ul > li > .header_nav_submenu {
        padding: 0;
    }

.headerTabletAndBelow.fixed .header_bottom #header_menu_button:after, .headerTabletAndBelow.fixed .header_bottom #header_menu_button:before, .headerTabletAndBelow.fixed .header_bottom #header_menu_button span {
    -webkit-transition: -webkit-transform .2s,color .2s;
    transition: transform .2s,color .2s;
}

.headerTabletAndBelow.fixed .header_bottom .header_callToAction {
    top: 22px;
}

.layout-topImage .headerTabletAndBelow.fixed .header_bottom, .slider + .headerTabletAndBelow.fixed .header_bottom {
    height: 70px;
}

    .layout-topImage .headerTabletAndBelow.fixed .header_bottom:after, .slider + .headerTabletAndBelow.fixed .header_bottom:after {
        display: block;
    }

    .layout-topImage .headerTabletAndBelow.fixed .header_bottom .header_nav, .slider + .headerTabletAndBelow.fixed .header_bottom .header_nav {
        padding-right: 0;
    }

.layout-topImage .headerTabletAndBelow.fixed + *, .slider + .headerTabletAndBelow.fixed + * {
    margin-top: 0;
}

.headerTabletAndBelow.folded .header_bottom, .headerTabletAndBelow.folded:not(.style02) .header_bottom {
    height: 70px;
}

    .headerTabletAndBelow.folded .header_bottom:before, .headerTabletAndBelow.folded:not(.style02) .header_bottom:before {
        height: 69px;
    }

    .headerTabletAndBelow.folded .header_bottom:after, .headerTabletAndBelow.folded:not(.style02) .header_bottom:after {
        height: 70px;
    }

    .headerTabletAndBelow.folded .header_bottom .header_callToAction, .headerTabletAndBelow.folded:not(.style02) .header_bottom .header_callToAction {
        padding: 3px 23px;
        top: 15px;
    }

    .headerTabletAndBelow.folded .header_bottom #header_menu_button, .headerTabletAndBelow.folded:not(.style02) .header_bottom #header_menu_button {
        top: 27px;
    }

.layout-topImage .headerTabletAndBelow.folded .header_bottom .header_callToAction, .layout-topImage .headerTabletAndBelow.folded:not(.style02) .header_bottom .header_callToAction, .slider + .headerTabletAndBelow.folded .header_bottom .header_callToAction, .slider + .headerTabletAndBelow.folded:not(.style02) .header_bottom .header_callToAction {
    top: 15px;
}

.headerTabletAndBelow .header_bottom .header_nav > ul > li > a.hovered, .noTouchDevice .headerTabletAndBelow .header_bottom .header_nav > ul > li > a:hover {
    color: #809fb7;
}

.headerTabletAndBelow .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li.current-menu-item > a {
    pointer-events: none;
    cursor: default;
    color: #5c88ab;
}

.headerTabletAndBelow .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li.current-menu-ancestor > a {
    color: #5c88ab;
}

.noTouchDevice .headerTabletAndBelow .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li.current-menu-ancestor > a:hover {
    color: #809fb7;
}

.headerTabletAndBelow .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li > a + .submenu_description {
    margin-top: 9px;
}

.headerTabletAndBelow .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li > .submenu_description {
    font-size: .6190476190476191em;
}

.headerTabletAndBelow .header_bottom .header_nav > ul > li.hasSubmenu > a.hovered, .noTouchDevice .headerTabletAndBelow .header_bottom .header_nav > ul > li.hasSubmenu > a:hover {
    color: #809fb7;
}

.noTouchDevice .headerTabletAndBelow .header_bottom .header_nav > ul > li.hasSubmenu > a:hover {
    cursor: pointer;
}

.headerTabletAndBelow .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, .headerTabletAndBelow .header_bottom .header_nav > ul > li.current-menu-item > a:after {
    right: 0;
    left: auto;
    background: none;
}

.headerTabletAndBelow .header_bottom .header_nav > ul > li.current-menu-item > a {
    color: #5c88ab;
}

.headerTabletAndBelow .header_bottom .header_menu_container {
    overflow: initial;
    padding: 0;
}

    .headerTabletAndBelow .header_bottom .header_menu_container.style02 {
        background-color: #fff;
    }

        .headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_nav {
            margin-right: 0;
        }

            .headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_nav > ul > li > .header_nav_submenu {
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
            }

                .headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_nav > ul > li > .header_nav_submenu > ul > li > a {
                    color: #00338d;
                }

            .headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_nav > ul > li > a {
                border-bottom: 1px solid #d6d6d6;
                color: #333;
                transition: color .22s ease-out;
                -webkit-transition: color .22s ease-out;
                -moz-transition: color .22s ease-out;
                -ms-transition: color .22s ease-out;
                -o-transition: color .22s ease-out;
            }

                .headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_nav > ul > li > a:after {
                    color: #333;
                    transition: opacity .22s ease-out;
                    -webkit-transition: opacity .22s ease-out;
                    -moz-transition: opacity .22s ease-out;
                    -ms-transition: opacity .22s ease-out;
                    -o-transition: opacity .22s ease-out;
                }

.noTouchDevice .headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_nav > ul > li > a:hover:after {
    opacity: .5;
}

.headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_nav > ul > li > a.hovered {
    color: rgba(0,0,0,.4);
}

.noTouchDevice .headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_nav > ul > li > a:hover:after {
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
    color: #333;
}

.headerTabletAndBelow .header_bottom .header_menu_container.style02 #header_ctas .header_callToAction {
    -webkit-transition: color .2s ease-out .05s;
    transition: color .2s ease-out .1s;
    border-color: #333;
    color: #333;
}

.noTouchDevice .headerTabletAndBelow .header_bottom .header_menu_container.style02 #header_ctas .header_callToAction:hover {
    color: #fff;
}

.headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_lang #header_top_comparator, .headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_lang_style02 #header_top_comparator, .headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_social_style02 #header_top_comparator, .headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_top_nav_style02 #header_top_comparator {
    color: #00338d;
}

    .headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_lang #header_top_comparator .iconComparator svg path, .headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_lang_style02 #header_top_comparator .iconComparator svg path, .headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_social_style02 #header_top_comparator .iconComparator svg path, .headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_top_nav_style02 #header_top_comparator .iconComparator svg path {
        fill: #00338d;
    }

.headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_lang_style02 ul li a, .headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_lang ul li a, .headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_social_style02 ul li a, .headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_top_nav_style02 ul li a {
    color: #00338d;
}

.headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_phone_style02:before {
    color: #333;
}

.headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_phone_style02 a {
    color: #00338d !important;
}

.headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_menu_search_style02 input[type=submit] {
    color: #333;
}

    .headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_menu_search_style02 input[type=submit].active {
        color: #00338d;
    }

.noTouchDevice .headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_menu_search_style02 input[type=submit].active:hover {
    color: #5c88ab;
}

.headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_menu_search_style02 input[type=text] {
    color: #333;
}

    .headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_menu_search_style02 input[type=text]::-webkit-input-placeholder {
        color: #333;
    }

    .headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_menu_search_style02 input[type=text]:-moz-placeholder, .headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_menu_search_style02 input[type=text]::-moz-placeholder {
        color: #333;
    }

    .headerTabletAndBelow .header_bottom .header_menu_container.style02 .header_menu_search_style02 input[type=text]:-ms-input-placeholder {
        color: #333;
    }

.headerTabletAndBelow .header_bottom .header_menu_container.style02 #header_menu_button.openMobile {
    background-color: #00338d;
}

    .headerTabletAndBelow .header_bottom .header_menu_container.style02 #header_menu_button.openMobile:after, .headerTabletAndBelow .header_bottom .header_menu_container.style02 #header_menu_button.openMobile:before {
        background-color: #fff;
    }

.headerTabletAndBelow .header_bottom .header_menu_container.style01 .header_nav {
    margin-right: 0;
}

    .headerTabletAndBelow .header_bottom .header_menu_container.style01 .header_nav > ul > li {
        color: #5c88ab;
    }

        .headerTabletAndBelow .header_bottom .header_menu_container.style01 .header_nav > ul > li > .header_nav_submenu {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

            .headerTabletAndBelow .header_bottom .header_menu_container.style01 .header_nav > ul > li > .header_nav_submenu > ul > li > a {
                color: #fff;
            }

.headerTabletAndBelow .header_bottom .header_menu_container.style01 #header_ctas .header_callToAction {
    border-color: #fff;
    color: #fff;
}

.headerTabletAndBelow .header_bottom .header_menu_container.openMobile #header_ctas {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.headerTabletAndBelow .header_bottom .header_menu_container .header_nav > ul > li, .headerTabletAndBelow .header_bottom .header_menu_container .header_nav > ul > li:first-child > a {
    padding-top: 0;
}

    .headerTabletAndBelow .header_bottom .header_menu_container .header_nav > ul > li:first-child > a:after {
        left: auto;
        margin-top: -22px;
    }

    .headerTabletAndBelow .header_bottom .header_menu_container .header_nav > ul > li > .header_nav_submenu > ul > li {
        padding-left: 42px;
    }

    .headerTabletAndBelow .header_bottom .header_menu_container .header_nav > ul > li > a {
        padding: 25px 40px 25px 0;
    }

.headerTabletAndBelow .header_bottom .header_menu_container .header_menu_inner {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    height: 100%;
    padding: 70px 70px 60px;
}

.headerTabletAndBelow .header_bottom #header_menu_button {
    -webkit-animation: d .22s ease-out;
    animation: d .22s ease-out;
}

@-webkit-keyframes d {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes d {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.headerTabletAndBelow .header_bottom #header_menu_button.openMobile {
    top: 0;
    left: -68px;
    right: auto;
    width: 68px;
    height: 68px;
    margin-top: 0;
    background-color: #fff;
}

    .headerTabletAndBelow .header_bottom #header_menu_button.openMobile:after, .headerTabletAndBelow .header_bottom #header_menu_button.openMobile:before {
        top: 50%;
        left: 50%;
        right: auto;
        margin-top: -9px;
        margin-left: -15px;
    }

    .headerTabletAndBelow .header_bottom #header_menu_button.openMobile:after {
        margin-top: 5px;
    }

.headerTabletAndBelow .header_bottom #header_ctas {
    float: none;
    clear: none;
    display: block;
    width: calc(100% + 54px);
    height: auto;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

    .headerTabletAndBelow .header_bottom #header_ctas .header_callToAction {
        position: relative;
        padding: 3px 19px;
    }

        .headerTabletAndBelow .header_bottom #header_ctas .header_callToAction + * {
            margin-left: 20px;
        }

@media only screen and (min-width:1681px) {
    #header .header_bottom .header_callToAction, #header .header_bottom .header_menu_container .header_nav > ul > li {
        font-size: .7222222222222222em;
    }
}

@media only screen and (min-width:1542px) {
    .layout-topImage #header:not(.style02) .header_bottom .header_menu_container, .slider + #header .header_bottom .header_menu_container {
        height: 110%;
    }

    .layout-topImage #header:not(.style02).opaque .header_bottom .header_nav > ul > li:last-child .line, .slider + #header.opaque .header_bottom .header_nav > ul > li:last-child .line {
        bottom: 65px;
    }

    .layout-topImage #header:not(.style02).style02 .header_bottom .header_menu_container .header_nav > ul > li:last-child .line, .slider + #header.style02 .header_bottom .header_menu_container .header_nav > ul > li:last-child .line {
        bottom: 14px;
    }

    .layout-topImage #header:not(.style02).style02.fixed .header_bottom .header_menu_container .header_nav > ul > li:last-child .line, .slider + #header.style02.fixed .header_bottom .header_menu_container .header_nav > ul > li:last-child .line {
        bottom: 16px;
    }

    #header .header_bottom .header_menu_container {
        height: 100%;
    }

        #header .header_bottom .header_menu_container .header_nav {
            padding-right: 190px;
        }

    .noButtons#header .header_bottom .header_menu_container .header_nav {
        padding-right: 0;
    }

    #header .header_bottom .header_menu_container .header_nav > ul > li.current-menu-ancestor > a:after, #header .header_bottom .header_menu_container .header_nav > ul > li.current-menu-item > a:after {
        bottom: -4px;
    }

    #header .header_bottom .header_menu_container .header_nav > ul > li .header_nav_submenu > ul > li ul li a {
        font-size: 12px;
        color: #949494 !important;
    }

    #header .header_bottom .header_menu_container .header_nav > ul > li .header_nav_submenu .submenu_globalLink > a {
        font-size: 1.3846153846153846em;
    }

    #header .header_bottom .header_callToAction {
        padding: 5px 40px;
    }

    #header.fixed .header_bottom .header_menu_container .header_nav, #header.fixed:not(.style02) .header_bottom .header_menu_container .header_nav {
        padding-right: 190px;
    }

        #header.fixed .header_bottom .header_menu_container .header_nav > ul > li:last-child .line, #header.fixed:not(.style02) .header_bottom .header_menu_container .header_nav > ul > li:last-child .line {
            bottom: 56px;
        }

    #header.fixed .header_bottom .header_callToAction, #header.fixed:not(.style02) .header_bottom .header_callToAction {
        margin-top: -31px;
        top: -76px;
    }

    .layout-topImage #header.fixed:not(.style02) .header_bottom .header_nav > ul > li:last-child .line, .layout-topImage #header.fixed:not(.style02):not(.style02) .header_bottom .header_nav > ul > li:last-child .line, .slider + #header.fixed .header_bottom .header_nav > ul > li:last-child .line, .slider + #header.fixed:not(.style02) .header_bottom .header_nav > ul > li:last-child .line {
        bottom: 66px;
    }

    .layout-topImage #header.fixed:not(.style02) .header_bottom .header_nav > ul:before, .layout-topImage #header.fixed:not(.style02):not(.style02) .header_bottom .header_nav > ul:before, .slider + #header.fixed .header_bottom .header_nav > ul:before, .slider + #header.fixed:not(.style02) .header_bottom .header_nav > ul:before {
        height: 100%;
    }

    .layout-topImage #header.fixed:not(.style02) .header_bottom .header_callToAction, .layout-topImage #header.fixed:not(.style02):not(.style02) .header_bottom .header_callToAction, .slider + #header.fixed .header_bottom .header_callToAction, .slider + #header.fixed:not(.style02) .header_bottom .header_callToAction {
        margin-top: -31px;
        /*top: -56px;*/
    }

    #header.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-ancestor > a:after, #header.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-item > a:after {
        bottom: -2px;
    }
}

@media only screen and (min-width:1241px) {
    #header.style02 .submenu_globalLink {
        top: auto !important;
        height: auto !important;
    }
}

@media only screen and (min-width:1181px) {
    #header.style01 .submenu_globalLink {
        top: auto !important;
        height: auto !important;
    }
}

@media only screen and (max-width:1240px) {
    #header.style02 {
        overflow: hidden;
    }

    .layout-topImage #header.style02.opaque .header_bottom .header_logo, .slider + #header.style02.opaque .header_bottom .header_logo {
        color: #00338d;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
    }

    .layout-topImage #header.style02.opaque .header_bottom .header_nav > ul > li > a, .slider + #header.style02.opaque .header_bottom .header_nav > ul > li > a {
        color: #fff;
        transition: color 0s;
        -webkit-transition: color 0s;
        -moz-transition: color 0s;
        -ms-transition: color 0s;
        -o-transition: color 0s;
    }

    .layout-topImage #header.style02.opaque .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, .layout-topImage #header.style02.opaque .header_bottom .header_nav > ul > li.current-menu-item > a:after, .slider + #header.style02.opaque .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, .slider + #header.style02.opaque .header_bottom .header_nav > ul > li.current-menu-item > a:after {
        background-color: transparent;
    }

    .layout-topImage #header.style02.opaque .header_bottom .header_callToAction, .slider + #header.style02.opaque .header_bottom .header_callToAction {
        color: #fff;
        border: 1px solid #fff;
    }

    .layout-topImage #header.style02.fixed .header_bottom .header_callToAction, .slider + #header.style02.fixed .header_bottom .header_callToAction {
        top: 40px;
    }

    .layout-topImage #header.style02.fixed.style02 .header_bottom #header_menu_button, .slider + #header.style02.fixed.style02 .header_bottom #header_menu_button {
        top: 27px;
    }

    .layout-topImage #header.style02.folded .header_bottom:before, .slider + #header.style02.folded .header_bottom:before {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        transform: translateY(0) translateZ(0);
        -webkit-transform: translateY(0) translateZ(0);
        -ms-transform: translateY(0) translateZ(0);
    }

    .layout-topImage #header.style02.folded .header_bottom .header_logo, .slider + #header.style02.folded .header_bottom .header_logo {
        color: #00338d;
    }

    .layout-topImage #header.style02.folded .header_bottom #header_menu_button:after, .layout-topImage #header.style02.folded .header_bottom #header_menu_button:before, .layout-topImage #header.style02.folded .header_bottom #header_menu_button span, .slider + #header.style02.folded .header_bottom #header_menu_button:after, .slider + #header.style02.folded .header_bottom #header_menu_button:before, .slider + #header.style02.folded .header_bottom #header_menu_button span {
        background-color: #333;
    }

    .layout-topImage #header.style02.folded .header_bottom #header_menu_button.openMobile:after, .layout-topImage #header.style02.folded .header_bottom #header_menu_button.openMobile:before, .layout-topImage #header.style02.folded .header_bottom #header_menu_button.openMobile span, .slider + #header.style02.folded .header_bottom #header_menu_button.openMobile:after, .slider + #header.style02.folded .header_bottom #header_menu_button.openMobile:before, .slider + #header.style02.folded .header_bottom #header_menu_button.openMobile span {
        background-color: #fff;
    }

    .layout-topImage #header.style02.folded .header_bottom .header_callToAction, .slider + #header.style02.folded .header_bottom .header_callToAction {
        color: #333;
        border: 1px solid #333;
    }

    .layout-topImage #header.style02.style02 .header_bottom, .slider + #header.style02.style02 .header_bottom {
        height: 100px;
    }

        .layout-topImage #header.style02.style02 .header_bottom:before, .slider + #header.style02.style02 .header_bottom:before {
            height: 100px;
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            transform: translateY(0) translateZ(0);
            -webkit-transform: translateY(0) translateZ(0);
            -ms-transform: translateY(0) translateZ(0);
        }

        .layout-topImage #header.style02.style02 .header_bottom:after, .slider + #header.style02.style02 .header_bottom:after {
            display: block;
        }

        .layout-topImage #header.style02.style02 .header_bottom #header_menu_button, .slider + #header.style02.style02 .header_bottom #header_menu_button {
            top: 43px;
        }

            .layout-topImage #header.style02.style02 .header_bottom #header_menu_button:after, .layout-topImage #header.style02.style02 .header_bottom #header_menu_button:before, .layout-topImage #header.style02.style02 .header_bottom #header_menu_button span, .slider + #header.style02.style02 .header_bottom #header_menu_button:after, .slider + #header.style02.style02 .header_bottom #header_menu_button:before, .slider + #header.style02.style02 .header_bottom #header_menu_button span {
                background-color: #00338d;
            }

            .layout-topImage #header.style02.style02 .header_bottom #header_menu_button.openMobile, .slider + #header.style02.style02 .header_bottom #header_menu_button.openMobile {
                top: 0;
            }

        .layout-topImage #header.style02.style02 .header_bottom #header_ctas, .slider + #header.style02.style02 .header_bottom #header_ctas {
            margin-top: -5px;
        }

    .noTouchDevice .layout-topImage #header.style02.style02 .header_bottom #header_ctas .header_callToAction:hover:after, .noTouchDevice .slider + #header.style02.style02 .header_bottom #header_ctas .header_callToAction:hover:after {
        background-color: #00338d;
    }

    .layout-topImage #header.style02.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-ancestor > a:after, .layout-topImage #header.style02.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-item > a:after, .slider + #header.style02.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-ancestor > a:after, .slider + #header.style02.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-item > a:after {
        background-color: transparent;
    }

    .noTouchDevice .layout-topImage #header.style02.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-ancestor > a:hover:after, .noTouchDevice .layout-topImage #header.style02.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-item > a:hover:after, .noTouchDevice .slider + #header.style02.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-ancestor > a:hover:after, .noTouchDevice .slider + #header.style02.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-item > a:hover:after {
        -webkit-opacity: .4;
        -moz-opacity: .4;
        opacity: .4;
    }

    .layout-topImage #header.style02.style02.folded .header_bottom:before, .slider + #header.style02.style02.folded .header_bottom:before {
        height: 70px;
        border-bottom: 0;
    }

    .layout-topImage #header.style02 .header_bottom:after, .slider + #header.style02 .header_bottom:after {
        display: none;
    }

    .layout-topImage #header.style02 .header_bottom:before, .slider + #header.style02 .header_bottom:before {
        transform: translateY(-100%) translateZ(0);
        -webkit-transform: translateY(-100%) translateZ(0);
        -ms-transform: translateY(-100%) translateZ(0);
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        height: 69px;
    }

    .layout-topImage #header.style02 .header_bottom .header_nav > ul > li.current-menu-ancestor > a, .layout-topImage #header.style02 .header_bottom .header_nav > ul > li.current-menu-item > a, .slider + #header.style02 .header_bottom .header_nav > ul > li.current-menu-ancestor > a, .slider + #header.style02 .header_bottom .header_nav > ul > li.current-menu-item > a {
        color: #5c88ab;
    }

        .layout-topImage #header.style02 .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, .layout-topImage #header.style02 .header_bottom .header_nav > ul > li.current-menu-item > a:after, .slider + #header.style02 .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, .slider + #header.style02 .header_bottom .header_nav > ul > li.current-menu-item > a:after {
            right: 0;
            left: auto;
            background: transparent;
        }

    .layout-topImage #header.style02 .header_bottom .header_nav > ul > li.current-menu-ancestor > a, .slider + #header.style02 .header_bottom .header_nav > ul > li.current-menu-ancestor > a {
        color: #fff;
    }

        .layout-topImage #header.style02 .header_bottom .header_nav > ul > li.current-menu-ancestor > a.hovered, .noTouchDevice .layout-topImage #header.style02 .header_bottom .header_nav > ul > li.current-menu-ancestor > a:hover, .noTouchDevice .slider + #header.style02 .header_bottom .header_nav > ul > li.current-menu-ancestor > a:hover, .slider + #header.style02 .header_bottom .header_nav > ul > li.current-menu-ancestor > a.hovered {
            color: #809fb7;
        }

    .layout-topImage #header.style02 .header_bottom .header_nav > ul > li > .header_nav_submenu, .slider + #header.style02 .header_bottom .header_nav > ul > li > .header_nav_submenu {
        z-index: 3;
    }

    .layout-topImage #header.style02 .header_bottom #header_menu_button, .slider + #header.style02 .header_bottom #header_menu_button {
        top: 57px;
    }

        .layout-topImage #header.style02 .header_bottom #header_menu_button:after, .layout-topImage #header.style02 .header_bottom #header_menu_button:before, .layout-topImage #header.style02 .header_bottom #header_menu_button span, .slider + #header.style02 .header_bottom #header_menu_button:after, .slider + #header.style02 .header_bottom #header_menu_button:before, .slider + #header.style02 .header_bottom #header_menu_button span {
            background-color: #fff;
        }

    .layout-topImage #header.style02 .header_bottom .header_callToAction, .slider + #header.style02 .header_bottom .header_callToAction {
        margin-top: 0;
        top: 40px;
    }

    .layout-topImage #header.style02 .header_bottom .header_logo, .slider + #header.style02 .header_bottom .header_logo {
        transition: opacity .6s ease-out 0ms;
        -webkit-transition: opacity .6s ease-out 0ms;
        -moz-transition: opacity .6s ease-out 0ms;
        -ms-transition: opacity .6s ease-out 0ms;
        -o-transition: opacity .6s ease-out 0ms;
    }

    .overlay .layout-topImage #header.style02 .header_bottom .header_logo, .overlay .slider + #header.style02 .header_bottom .header_logo {
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
        transition: opacity .6s ease-out 10ms;
        -webkit-transition: opacity .6s ease-out 10ms;
        -moz-transition: opacity .6s ease-out 10ms;
        -ms-transition: opacity .6s ease-out 10ms;
        -o-transition: opacity .6s ease-out 10ms;
    }

    .layout-topImage #header.style02 .header_bottom .header_logo:before, .slider + #header.style02 .header_bottom .header_logo:before {
        height: 110%;
    }

    #header.style02.opaque .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, #header.style02.opaque .header_bottom .header_nav > ul > li.current-menu-item > a:after {
        background-color: transparent;
    }

    #header.style02 .header_top {
        margin-top: 0;
    }

        #header.style02 .header_top #header_top_search, #header.style02 .header_top .header_lang, #header.style02 .header_top .header_lang_style02, #header.style02 .header_top .header_social, #header.style02 .header_top .header_social_style02, #header.style02 .header_top .header_top_nav, #header.style02 .header_top .header_top_nav_style02, #header.style02 .header_top:before {
            display: none;
        }

    #header.style02 .header_bottom, #header.style02 .header_bottom:before {
        height: 100px;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
    }

        #header.style02 .header_bottom:before {
            transform: translateZ(0);
            -webkit-transform: translateZ(0);
            -ms-transform: translateZ(0);
        }

        #header.style02 .header_bottom:after {
            position: absolute;
            content: "";
            background-color: #000;
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            height: 100px;
            z-index: -100;
            transition: opacity .6s ease-out .4ms,z-index 0s linear .6s;
            -webkit-transition: opacity .6s ease-out .4ms,z-index 0s linear .6s;
            -moz-transition: opacity .6s ease-out .4ms,z-index 0s linear .6s;
            -ms-transition: opacity .6s ease-out .4ms,z-index 0s linear .6s;
            -o-transition: opacity .6s ease-out .4ms,z-index 0s linear .6s;
        }

    .overlay #header.style02 .header_bottom:after {
        background-color: #000;
        -webkit-opacity: .4;
        -moz-opacity: .4;
        opacity: .4;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
        transition: opacity .5s ease-out;
        -webkit-transition: opacity .5s ease-out;
        -moz-transition: opacity .5s ease-out;
        -ms-transition: opacity .5s ease-out;
        -o-transition: opacity .5s ease-out;
    }

    #header.style02 .header_bottom .header_logo:after {
        line-height: 0;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
    }

    #header.style02 .header_bottom .header_menu_container {
        position: absolute;
        height: 100vh;
        width: 90%;
        overflow-y: scroll;
        overflow: visible;
        max-width: 570px;
        right: 0;
        top: 0;
        background-color: #00338d;
        padding: 70px 90px 60px;
        z-index: 3;
        -webkit-overflow-scrolling: touch;
        transform: translateX(100%) translateZ(0);
        -webkit-transform: translateX(100%) translateZ(0);
        -ms-transform: translateX(100%) translateZ(0);
    }

        #header.style02 .header_bottom .header_menu_container .header_nav > ul li {
            transform: translateX(10%) translateZ(0);
            -webkit-transform: translateX(10%) translateZ(0);
            -ms-transform: translateX(10%) translateZ(0);
            opacity: 0;
        }

        #header.style02 .header_bottom .header_menu_container.openMobile, #header.style02 .header_bottom .header_menu_container.openMobile .header_nav > ul li {
            transform: translateX(0) translateZ(0);
            -webkit-transform: translateX(0) translateZ(0);
            -ms-transform: translateX(0) translateZ(0);
        }

            #header.style02 .header_bottom .header_menu_container.openMobile .header_nav > ul li {
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
                -webkit-transition: -webkit-transform .2s ease-out .1s,opacity .2s ease-out .1s;
                transition: transform .2s ease-out .2s,opacity .2s ease-out .2s;
            }

                #header.style02 .header_bottom .header_menu_container.openMobile .header_nav > ul li:first-child {
                    -webkit-transition: -webkit-transform .2s ease-out .22s,opacity .2s ease-out .22s;
                    transition: transform .2s ease-out .22s,opacity .2s ease-out .22s;
                }

                #header.style02 .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(2) {
                    -webkit-transition: -webkit-transform .2s ease-out .34s,opacity .2s ease-out .34s;
                    transition: transform .2s ease-out .34s,opacity .2s ease-out .34s;
                }

                #header.style02 .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(3) {
                    -webkit-transition: -webkit-transform .2s ease-out .46s,opacity .2s ease-out .46s;
                    transition: transform .2s ease-out .46s,opacity .2s ease-out .46s;
                }

                #header.style02 .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(4) {
                    -webkit-transition: -webkit-transform .2s ease-out .58s,opacity .2s ease-out .58s;
                    transition: transform .2s ease-out .58s,opacity .2s ease-out .58s;
                }

                #header.style02 .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(5) {
                    -webkit-transition: -webkit-transform .2s ease-out .7s,opacity .2s ease-out .7s;
                    transition: transform .2s ease-out .7s,opacity .2s ease-out .7s;
                }

                #header.style02 .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(6) {
                    -webkit-transition: -webkit-transform .2s ease-out .82s,opacity .2s ease-out .82s;
                    transition: transform .2s ease-out .82s,opacity .2s ease-out .82s;
                }

                #header.style02 .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(7) {
                    -webkit-transition: -webkit-transform .2s ease-out .94s,opacity .2s ease-out .94s;
                    transition: transform .2s ease-out .94s,opacity .2s ease-out .94s;
                }

                #header.style02 .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(8) {
                    -webkit-transition: -webkit-transform .2s ease-out 1.06s,opacity .2s ease-out 1.06s;
                    transition: transform .2s ease-out 1.06s,opacity .2s ease-out 1.06s;
                }

                #header.style02 .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(9) {
                    -webkit-transition: -webkit-transform .2s ease-out 1.18s,opacity .2s ease-out 1.18s;
                    transition: transform .2s ease-out 1.18s,opacity .2s ease-out 1.18s;
                }

                #header.style02 .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(10) {
                    -webkit-transition: -webkit-transform .2s ease-out 1.3s,opacity .2s ease-out 1.3s;
                    transition: transform .2s ease-out 1.3s,opacity .2s ease-out 1.3s;
                }

                #header.style02 .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(11) {
                    -webkit-transition: -webkit-transform .2s ease-out 1.42s,opacity .2s ease-out 1.42s;
                    transition: transform .2s ease-out 1.42s,opacity .2s ease-out 1.42s;
                }

                #header.style02 .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(12) {
                    -webkit-transition: -webkit-transform .2s ease-out 1.54s,opacity .2s ease-out 1.54s;
                    transition: transform .2s ease-out 1.54s,opacity .2s ease-out 1.54s;
                }

            #header.style02 .header_bottom .header_menu_container.openMobile .header_lang, #header.style02 .header_bottom .header_menu_container.openMobile .header_lang_style02, #header.style02 .header_bottom .header_menu_container.openMobile .header_menu_search, #header.style02 .header_bottom .header_menu_container.openMobile .header_menu_search_style02, #header.style02 .header_bottom .header_menu_container.openMobile .header_phone, #header.style02 .header_bottom .header_menu_container.openMobile .header_phone_style02, #header.style02 .header_bottom .header_menu_container.openMobile .header_social, #header.style02 .header_bottom .header_menu_container.openMobile .header_social_style02, #header.style02 .header_bottom .header_menu_container.openMobile .header_top_nav, #header.style02 .header_bottom .header_menu_container.openMobile .header_top_nav_style02 {
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
                transition: opacity .2s ease-out .9s;
                -webkit-transition: opacity .2s ease-out .9s;
                -moz-transition: opacity .2s ease-out .9s;
                -ms-transition: opacity .2s ease-out .9s;
                -o-transition: opacity .2s ease-out .9s;
            }

                #header.style02 .header_bottom .header_menu_container.openMobile .header_lang_style02 ul li.current-menu-item a, #header.style02 .header_bottom .header_menu_container.openMobile .header_lang ul li.current-menu-item a, #header.style02 .header_bottom .header_menu_container.openMobile .header_menu_search_style02 ul li.current-menu-item a, #header.style02 .header_bottom .header_menu_container.openMobile .header_menu_search ul li.current-menu-item a, #header.style02 .header_bottom .header_menu_container.openMobile .header_phone_style02 ul li.current-menu-item a, #header.style02 .header_bottom .header_menu_container.openMobile .header_phone ul li.current-menu-item a, #header.style02 .header_bottom .header_menu_container.openMobile .header_social_style02 ul li.current-menu-item a, #header.style02 .header_bottom .header_menu_container.openMobile .header_social ul li.current-menu-item a, #header.style02 .header_bottom .header_menu_container.openMobile .header_top_nav_style02 ul li.current-menu-item a, #header.style02 .header_bottom .header_menu_container.openMobile .header_top_nav ul li.current-menu-item a {
                    opacity: .5;
                    pointer-events: none;
                }

                #header.style02 .header_bottom .header_menu_container.openMobile .header_lang_style02 ul li.link-external:after, #header.style02 .header_bottom .header_menu_container.openMobile .header_lang ul li.link-external:after, #header.style02 .header_bottom .header_menu_container.openMobile .header_menu_search_style02 ul li.link-external:after, #header.style02 .header_bottom .header_menu_container.openMobile .header_menu_search ul li.link-external:after, #header.style02 .header_bottom .header_menu_container.openMobile .header_phone_style02 ul li.link-external:after, #header.style02 .header_bottom .header_menu_container.openMobile .header_phone ul li.link-external:after, #header.style02 .header_bottom .header_menu_container.openMobile .header_social_style02 ul li.link-external:after, #header.style02 .header_bottom .header_menu_container.openMobile .header_social ul li.link-external:after, #header.style02 .header_bottom .header_menu_container.openMobile .header_top_nav_style02 ul li.link-external:after, #header.style02 .header_bottom .header_menu_container.openMobile .header_top_nav ul li.link-external:after {
                    display: inline-block;
                    vertical-align: middle;
                    content: "\e615" !important;
                    margin-left: 10px;
                    font-family: ieurwd-icons;
                    font-size: .7222222222222222em;
                    color: #fff;
                    transform: translateX(0) translateZ(0);
                    -webkit-transform: translateX(0) translateZ(0);
                    -ms-transform: translateX(0) translateZ(0);
                    transition: transform .2s ease-out;
                    -webkit-transition: transform .2s ease-out;
                    -moz-transition: transform .2s ease-out;
                    -ms-transition: transform .2s ease-out;
                    -o-transition: transform .2s ease-out;
                }

    .noTouchDevice #header.style02 .header_bottom .header_menu_container.openMobile .header_lang_style02 ul li.link-external:hover:after, .noTouchDevice #header.style02 .header_bottom .header_menu_container.openMobile .header_lang ul li.link-external:hover:after, .noTouchDevice #header.style02 .header_bottom .header_menu_container.openMobile .header_menu_search_style02 ul li.link-external:hover:after, .noTouchDevice #header.style02 .header_bottom .header_menu_container.openMobile .header_menu_search ul li.link-external:hover:after, .noTouchDevice #header.style02 .header_bottom .header_menu_container.openMobile .header_phone_style02 ul li.link-external:hover:after, .noTouchDevice #header.style02 .header_bottom .header_menu_container.openMobile .header_phone ul li.link-external:hover:after, .noTouchDevice #header.style02 .header_bottom .header_menu_container.openMobile .header_social_style02 ul li.link-external:hover:after, .noTouchDevice #header.style02 .header_bottom .header_menu_container.openMobile .header_social ul li.link-external:hover:after, .noTouchDevice #header.style02 .header_bottom .header_menu_container.openMobile .header_top_nav_style02 ul li.link-external:hover:after, .noTouchDevice #header.style02 .header_bottom .header_menu_container.openMobile .header_top_nav ul li.link-external:hover:after {
        color: #809fb7;
        transform: translateX(5px) translateZ(0);
        -webkit-transform: translateX(5px) translateZ(0);
        -ms-transform: translateX(5px) translateZ(0);
    }

    #header.style02 .header_bottom .header_menu_container.openMobile #header_menu_button span, #header.style02 .header_bottom .header_menu_container.openMobile + #header_menu_button span, #header.style02 .header_bottom .header_menu_container.openMobile + .header_callToAction + #header_menu_button span {
        background-color: #fff;
    }

    #header.style02 .header_bottom .header_menu_container.openMobile #header_menu_button:after, #header.style02 .header_bottom .header_menu_container.openMobile #header_menu_button:before, #header.style02 .header_bottom .header_menu_container.openMobile + #header_menu_button:after, #header.style02 .header_bottom .header_menu_container.openMobile + #header_menu_button:before, #header.style02 .header_bottom .header_menu_container.openMobile + .header_callToAction + #header_menu_button:after, #header.style02 .header_bottom .header_menu_container.openMobile + .header_callToAction + #header_menu_button:before {
        background-color: #00338d;
    }

    #header.style02 .header_bottom .header_menu_container.openMobile + .header_callToAction {
        color: #fff;
        border-color: #fff;
    }

        #header.style02 .header_bottom .header_menu_container.openMobile + .header_callToAction:before {
            background-color: transparent;
        }

    .noTouchDevice #header.style02 .header_bottom .header_menu_container.openMobile + .header_callToAction:hover {
        color: #fff;
    }

    #header.style02 .header_bottom .header_nav {
        display: block;
        height: inherit;
        overflow: visible;
        text-align: left;
        padding-right: 0;
        height: auto;
        width: 100%;
    }

        #header.style02 .header_bottom .header_nav > ul {
            height: auto;
        }

            #header.style02 .header_bottom .header_nav > ul:before {
                display: none;
            }

            #header.style02 .header_bottom .header_nav > ul > li {
                display: block;
                font-size: 1.1666666666666667em;
                width: 100%;
                overflow: hidden;
                -webkit-transition: -webkit-transform .2s ease-out,opacity .2s ease-out;
                transition: transform .2s ease-out,opacity .2s ease-out;
            }

                #header.style02 .header_bottom .header_nav > ul > li > a {
                    display: block;
                    border-bottom: 1px solid #29628f;
                    padding-bottom: 5px;
                    color: #fff;
                    padding-left: 0;
                }

                #header.style02 .header_bottom .header_nav > ul > li > .line {
                    display: none;
                }

                #header.style02 .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul {
                    -webkit-columns: auto;
                    -moz-columns: auto;
                    columns: auto;
                    letter-spacing: -4px;
                    overflow: hidden;
                }

                    #header.style02 .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li {
                        display: block;
                    }

                        #header.style02 .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li > .header_nav_submenu {
                            display: none;
                        }

                        #header.style02 .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li:first-child {
                            display: block;
                            width: 100%;
                            margin-right: 0;
                            float: none;
                        }

                        #header.style02 .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li + li {
                            display: block;
                            width: 100% !important;
                            margin-right: 0 !important;
                        }

                #header.style02 .header_bottom .header_nav > ul > li > .header_nav_submenu {
                    display: block;
                    position: relative;
                    top: 0;
                    background-color: transparent;
                    padding: 0;
                    height: 0;
                    z-index: 4;
                    -webkit-opacity: 0;
                    -moz-opacity: 0;
                    opacity: 0;
                    transform: translateY(-20%) translateZ(0);
                    -webkit-transform: translateY(-20%) translateZ(0);
                    -ms-transform: translateY(-20%) translateZ(0);
                    transition: height .8s cubic-bezier(.06,1,.33,1),transform 0ms linear 0ms;
                    -webkit-transition: height .8s cubic-bezier(.06,1,.33,1),transform 0ms linear 0ms;
                    -moz-transition: height .8s cubic-bezier(.06,1,.33,1),transform 0ms linear 0ms;
                    -ms-transition: height .8s cubic-bezier(.06,1,.33,1),transform 0ms linear 0ms;
                    -o-transition: height .8s cubic-bezier(.06,1,.33,1),transform 0ms linear 0ms;
                    -webkit-transition: height .8s cubic-bezier(.06,1,.33,1),-webkit-transform 0ms linear 0ms;
                }

                    #header.style02 .header_bottom .header_nav > ul > li > .header_nav_submenu .submenu_globalLink {
                        position: absolute;
                        top: -54px;
                        left: 0;
                        right: 50px;
                        border-top: 0;
                        padding: 0;
                        margin-top: 0;
                        z-index: 10;
                        -webkit-opacity: 1;
                        -moz-opacity: 1;
                        opacity: 1;
                        font-size: .1em;
                        transition: opacity 0s;
                        -webkit-transition: opacity 0s;
                        -moz-transition: opacity 0s;
                        -ms-transition: opacity 0s;
                        -o-transition: opacity 0s;
                    }

                        #header.style02 .header_bottom .header_nav > ul > li > .header_nav_submenu .submenu_globalLink a {
                            -webkit-opacity: 0;
                            -moz-opacity: 0;
                            opacity: 0;
                            display: block;
                            height: 100%;
                            width: 100%;
                        }

                    #header.style02 .header_bottom .header_nav > ul > li > .header_nav_submenu > ul {
                        overflow: hidden;
                        position: fixed;
                        padding: 0;
                        -webkit-columns: auto;
                        -moz-columns: auto;
                        columns: auto;
                        pointer-events: none;
                        transition: opacity 0ms ease-out 0ms;
                        -webkit-transition: opacity 0ms ease-out 0ms;
                        -moz-transition: opacity 0ms ease-out 0ms;
                        -ms-transition: opacity 0ms ease-out 0ms;
                        -o-transition: opacity 0ms ease-out 0ms;
                    }

                        #header.style02 .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li {
                            display: block;
                            width: 100%;
                            padding-left: 16.755%;
                            line-height: .6923em;
                        }

                            #header.style02 .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li > a {
                                color: #fff;
                                font-size: .5714285714285714em;
                                font-weight: 400;
                                letter-spacing: .06666em;
                            }

    .noTouchDevice #header.style02 .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li > a:hover {
        color: #fff;
    }

    #header.style02 .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li ul {
        display: none;
    }

    #header.style02 .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li:first-child {
        margin-top: 40px;
    }

    #header.style02 .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li:last-child {
        margin-bottom: 20px;
    }

    #header.style02 .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li:after {
        display: none;
    }

    #header.style02 .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li + li {
        margin-top: 25px;
    }

    #header.style02 .header_bottom .header_nav > ul > li.fixedMenuLayer {
        display: none;
    }

    #header.style02 .header_bottom .header_nav > ul > li.hasSubmenu.current-menu-item > a, #header.style02 .header_bottom .header_nav > ul > li.hasSubmenu.current-page-item > a {
        color: #5c88ab;
    }

    #header.style02 .header_bottom .header_nav > ul > li.hasSubmenu.current-menu-item .submenu_globalLink > a, #header.style02 .header_bottom .header_nav > ul > li.hasSubmenu.current-page-item .submenu_globalLink > a {
        cursor: default;
        pointer-events: none;
    }

    #header.style02 .header_bottom .header_nav > ul > li.hasSubmenu > a {
        position: relative;
        padding-right: 40px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        #header.style02 .header_bottom .header_nav > ul > li.hasSubmenu > a:after {
            content: "\e611";
            float: none;
            position: absolute;
            top: 50%;
            right: 0;
            color: #fff;
            margin: -10px 0 0;
            font-size: .9047619047619048em;
            font-family: ieurwd-icons;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    .noTouchDevice #header.style02 .header_bottom .header_nav > ul > li.hasSubmenu > a:hover:after {
        color: #809fb7;
    }

    #header.style02 .header_bottom .header_nav > ul > li.hasSubmenu.openMobile.current-menu-item > a, #header.style02 .header_bottom .header_nav > ul > li.hasSubmenu.openMobile.current-page-item > a {
        color: #5c88ab;
    }

    #header.style02 .header_bottom .header_nav > ul > li.hasSubmenu.openMobile > a:after {
        content: "\e612";
    }

    #header.style02 .header_bottom .header_nav > ul > li.hasSubmenu.openMobile > .header_nav_submenu {
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transition: height .8s cubic-bezier(.06,1,.33,1),transform .5s cubic-bezier(.06,1,.33,1);
        -webkit-transition: height .8s cubic-bezier(.06,1,.33,1),transform .5s cubic-bezier(.06,1,.33,1);
        -moz-transition: height .8s cubic-bezier(.06,1,.33,1),transform .5s cubic-bezier(.06,1,.33,1);
        -ms-transition: height .8s cubic-bezier(.06,1,.33,1),transform .5s cubic-bezier(.06,1,.33,1);
        -o-transition: height .8s cubic-bezier(.06,1,.33,1),transform .5s cubic-bezier(.06,1,.33,1);
        -webkit-transition: height .8s cubic-bezier(.06,1,.33,1),-webkit-transform .6s cubic-bezier(.06,1,.33,1);
    }

        #header.style02 .header_bottom .header_nav > ul > li.hasSubmenu.openMobile > .header_nav_submenu > ul {
            position: relative;
            pointer-events: auto;
            transition: opacity .2s ease-out .3s;
            -webkit-transition: opacity .2s ease-out .3s;
            -moz-transition: opacity .2s ease-out .3s;
            -ms-transition: opacity .2s ease-out .3s;
            -o-transition: opacity .2s ease-out .3s;
        }

    .noTouchDevice #header.style02 .header_bottom .header_nav > ul > li.hasSubmenu.openMobile > .header_nav_submenu > ul a:hover {
        color: #809fb7;
    }

    #header.style02 .header_bottom .header_nav > ul > li.openMobile > .header_nav_submenu {
        display: block;
    }

    #header.style02 .header_bottom .header_nav > ul > li + li {
        margin-left: 0;
        padding-top: 25px;
    }

    #header.style02 .header_bottom .header_nav > ul > li.fixedMenuLayer + li {
        margin-left: 0;
        padding-top: 0;
    }

    #header.style02 .header_bottom .header_nav ~ * {
        display: block;
    }

    #header.style02 .header_bottom .header_callToAction {
        position: absolute;
        margin-top: 0;
        top: 23px;
        right: 105px;
        padding: 10px 23px;
        z-index: 2;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transition: color .2s ease-out .1s;
        -webkit-transition: color .2s ease-out .1s;
        -moz-transition: color .2s ease-out .1s;
        -ms-transition: color .2s ease-out .1s;
        -o-transition: color .2s ease-out .1s;
    }

        #header.style02 .header_bottom .header_callToAction:before {
            background-color: transparent;
        }

    .noTouchDevice #header.style02 .header_bottom .header_callToAction:hover {
        color: #fff;
    }

    #header.style02 .header_bottom #header_ctas .header_callToAction {
        left: auto;
        right: auto;
    }

    #header.style02 .header_bottom #header_menu_button {
        width: 31px;
        height: 18px;
        position: absolute;
        right: 40px;
        top: 43px;
        z-index: 4;
        outline: none;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
    }

        #header.style02 .header_bottom #header_menu_button span {
            position: absolute;
            left: 0;
            right: 0;
            top: 7px;
            content: "";
            height: 2px;
            width: 31px;
            background-color: #333;
            -webkit-transition: -webkit-transform .2s,color .2s;
            transition: transform .2s,color .2s;
        }

            #header.style02 .header_bottom #header_menu_button span:before {
                content: "";
                position: absolute;
                width: 70px;
                height: 40px;
                top: -19px;
                left: -19px;
            }

        #header.style02 .header_bottom #header_menu_button:before {
            right: 0;
        }

        #header.style02 .header_bottom #header_menu_button:after, #header.style02 .header_bottom #header_menu_button:before {
            position: absolute;
            left: 0;
            content: "";
            height: 2px;
            width: 31px;
            background-color: #333;
            -webkit-transition: -webkit-transform .2s,color .2s;
            transition: transform .2s,color .2s;
        }

        #header.style02 .header_bottom #header_menu_button:after {
            top: 14px;
        }

        #header.style02 .header_bottom #header_menu_button.open, #header.style02 .header_bottom #header_menu_button.openMobile {
            height: 21px;
        }

            #header.style02 .header_bottom #header_menu_button.openMobile span, #header.style02 .header_bottom #header_menu_button.open span {
                color: #fff;
                transform: rotate(-135deg) translate3d(-1px,-1px,0);
                -webkit-transform: rotate(-135deg) translate3d(-1px,-1px,0);
                -ms-transform: rotate(-135deg) translate3d(-1px,-1px,0);
                width: 29px;
                -webkit-opacity: 0;
                -moz-opacity: 0;
                opacity: 0;
            }

            #header.style02 .header_bottom #header_menu_button.open:before, #header.style02 .header_bottom #header_menu_button.openMobile:before {
                color: #fff;
                transform: rotate(-45deg) translate3d(-5px,7px,0);
                -webkit-transform: rotate(-45deg) translate3d(-5px,7px,0);
                -ms-transform: rotate(-45deg) translate3d(-5px,7px,0);
                width: 29px;
            }

            #header.style02 .header_bottom #header_menu_button.open:after, #header.style02 .header_bottom #header_menu_button.openMobile:after {
                color: #fff;
                transform: rotate(-135deg) translate3d(3px,5px,0);
                -webkit-transform: rotate(-135deg) translate3d(3px,5px,0);
                -ms-transform: rotate(-135deg) translate3d(3px,5px,0);
                width: 29px;
            }

    #header.style02 .header_bottom .header_top_nav, #header.style02 .header_bottom .header_top_nav_style02 {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        transition: opacity .2s ease-out;
        -webkit-transition: opacity .2s ease-out;
        -moz-transition: opacity .2s ease-out;
        -ms-transition: opacity .2s ease-out;
        -o-transition: opacity .2s ease-out;
        margin-top: 45px;
        display: block;
        border-bottom: 1px solid #29628f;
        padding-bottom: 45px;
    }

        #header.style02 .header_bottom .header_top_nav #header_top_comparator, #header.style02 .header_bottom .header_top_nav_style02 #header_top_comparator {
            position: relative;
            text-align: left;
            display: inline-block;
            font-size: .6111em;
            font-family: Montserrat;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: .0278em;
            color: #fff;
            margin-right: 13px;
        }

    .noTouchDevice #header.style02 .header_bottom .header_top_nav #header_top_comparator:hover, .noTouchDevice #header.style02 .header_bottom .header_top_nav_style02 #header_top_comparator:hover {
        color: #809fb7;
    }

    #header.style02 .header_bottom .header_top_nav #header_top_comparator:before, #header.style02 .header_bottom .header_top_nav_style02 #header_top_comparator:before {
        position: absolute;
        top: 0;
        right: 0;
        top: 50%;
        margin-top: -13px;
        right: 15px;
        font-family: ieurwd-icons;
        font-size: 2.2em;
    }

    #header.style02 .header_bottom .header_top_nav #header_top_comparator .iconComparator, #header.style02 .header_bottom .header_top_nav_style02 #header_top_comparator .iconComparator {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 30px;
        height: 30px;
        margin-left: 18px;
        margin-right: 4px;
        overflow: hidden;
    }

        #header.style02 .header_bottom .header_top_nav #header_top_comparator .iconComparator svg, #header.style02 .header_bottom .header_top_nav_style02 #header_top_comparator .iconComparator svg {
            left: 0;
            position: absolute;
            height: inherit;
        }

            #header.style02 .header_bottom .header_top_nav #header_top_comparator .iconComparator svg path, #header.style02 .header_bottom .header_top_nav_style02 #header_top_comparator .iconComparator svg path {
                fill: #fff;
            }

        #header.style02 .header_bottom .header_top_nav #header_top_comparator .iconComparator.active svg, #header.style02 .header_bottom .header_top_nav_style02 #header_top_comparator .iconComparator.active svg {
            left: -327px;
        }

    #header.style02 .header_bottom .header_top_nav #header_top_comparator .items_number, #header.style02 .header_bottom .header_top_nav_style02 #header_top_comparator .items_number {
        font-weight: 800;
        font-size: 12px;
    }

    #header.style02 .header_bottom .header_top_nav #header_top_comparator .comparator_text, #header.style02 .header_bottom .header_top_nav_style02 #header_top_comparator .comparator_text {
        display: inline-block;
    }

    #header.style02 .header_bottom .header_top_nav_style02 ul, #header.style02 .header_bottom .header_top_nav ul {
        width: auto;
        text-align: left;
        margin-right: -15px;
        line-height: 1.3333em;
    }

        #header.style02 .header_bottom .header_top_nav_style02 ul li, #header.style02 .header_bottom .header_top_nav ul li {
            display: block;
        }

            #header.style02 .header_bottom .header_top_nav_style02 ul li a, #header.style02 .header_bottom .header_top_nav ul li a {
                display: inline-block;
                font-size: .6111em;
                font-family: Montserrat;
                font-weight: 400;
                text-transform: uppercase;
                letter-spacing: .0278em;
                color: #fff;
                margin-right: 13px;
            }

    .noTouchDevice #header.style02 .header_bottom .header_top_nav_style02 ul li a:hover, .noTouchDevice #header.style02 .header_bottom .header_top_nav ul li a:hover {
        color: #809fb7;
    }

    #header.style02 .header_bottom .header_top_nav_style02 ul #header_top_comparator_mobile, #header.style02 .header_bottom .header_top_nav ul #header_top_comparator_mobile {
        display: block;
    }

    #header.style02 .header_bottom .header_menu_search, #header.style02 .header_bottom .header_menu_search_style02 {
        position: relative;
        border-bottom: 1px solid #29628f;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        transition: opacity .2s ease-out;
        -webkit-transition: opacity .2s ease-out;
        -moz-transition: opacity .2s ease-out;
        -ms-transition: opacity .2s ease-out;
        -o-transition: opacity .2s ease-out;
    }

        #header.style02 .header_bottom .header_menu_search_style02 input[type=submit], #header.style02 .header_bottom .header_menu_search input[type=submit] {
            position: absolute;
            font-size: 1em;
            top: 2px;
            left: 0;
            font-family: ieurwd-icons;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #fff;
            background: transparent;
            border: none;
            padding: 18px 5px;
        }

        #header.style02 .header_bottom .header_menu_search_style02 input[type=text], #header.style02 .header_bottom .header_menu_search input[type=text] {
            margin-top: 1px;
            padding: 20px 10px 20px 45px;
            width: 100%;
            border: none;
            outline: none;
            background-color: transparent;
            color: #fff;
            font-family: PT Serif;
            font-size: .8333em;
            transition: padding .2s ease-out;
            -webkit-transition: padding .2s ease-out;
            -moz-transition: padding .2s ease-out;
            -ms-transition: padding .2s ease-out;
            -o-transition: padding .2s ease-out;
        }

            #header.style02 .header_bottom .header_menu_search_style02 input[type=text]::-webkit-input-placeholder, #header.style02 .header_bottom .header_menu_search input[type=text]::-webkit-input-placeholder {
                color: #5c88ab;
            }

            #header.style02 .header_bottom .header_menu_search_style02 input[type=text]:-moz-placeholder, #header.style02 .header_bottom .header_menu_search_style02 input[type=text]::-moz-placeholder, #header.style02 .header_bottom .header_menu_search input[type=text]:-moz-placeholder, #header.style02 .header_bottom .header_menu_search input[type=text]::-moz-placeholder {
                color: #5c88ab;
            }

            #header.style02 .header_bottom .header_menu_search_style02 input[type=text]:-ms-input-placeholder, #header.style02 .header_bottom .header_menu_search input[type=text]:-ms-input-placeholder {
                color: #5c88ab;
            }

            #header.style02 .header_bottom .header_menu_search_style02 input[type=text]:focus, #header.style02 .header_bottom .header_menu_search input[type=text]:focus {
                padding-left: 52px;
            }

    #header.style02 .header_bottom .header_social, #header.style02 .header_bottom .header_social_style02 {
        display: block;
        margin-top: 45px;
        float: left;
        width: 100%;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        transition: opacity .2s ease-out;
        -webkit-transition: opacity .2s ease-out;
        -moz-transition: opacity .2s ease-out;
        -ms-transition: opacity .2s ease-out;
        -o-transition: opacity .2s ease-out;
    }

        #header.style02 .header_bottom .header_social_style02 a, #header.style02 .header_bottom .header_social a {
            color: #fff;
        }

            #header.style02 .header_bottom .header_social_style02 a:before, #header.style02 .header_bottom .header_social a:before {
                position: relative;
                display: block;
                transform: translateZ(0);
                -webkit-transform: translateZ(0);
                -ms-transform: translateZ(0);
                -webkit-transition: -webkit-transform .2s ease-out;
                transition: transform .2s ease-out;
            }

    .noTouchDevice #header.style02 .header_bottom .header_social_style02 a:hover:before, .noTouchDevice #header.style02 .header_bottom .header_social a:hover:before {
        transform: translate3d(0,-3px,0);
        -webkit-transform: translate3d(0,-3px,0);
        -ms-transform: translate3d(0,-3px,0);
    }

    #header.style02 .header_bottom .header_social_style02 ul, #header.style02 .header_bottom .header_social ul {
        width: 100%;
        position: relative;
    }

    #header.style02 .header_bottom .header_social_style02 li, #header.style02 .header_bottom .header_social li {
        display: inline-block;
    }

        #header.style02 .header_bottom .header_social_style02 li + li, #header.style02 .header_bottom .header_social li + li {
            margin-left: 22px;
        }

    #header.style02 .header_bottom .header_lang, #header.style02 .header_bottom .header_lang_style02 {
        display: block;
        margin-top: 27px;
        float: left;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        transition: opacity .2s ease-out;
        -webkit-transition: opacity .2s ease-out;
        -moz-transition: opacity .2s ease-out;
        -ms-transition: opacity .2s ease-out;
        -o-transition: opacity .2s ease-out;
    }

        #header.style02 .header_bottom .header_lang_style02 ul, #header.style02 .header_bottom .header_lang ul {
            position: relative;
            z-index: 1;
            height: 100%;
            letter-spacing: -4px;
            padding: 0;
        }

            #header.style02 .header_bottom .header_lang_style02 ul:before, #header.style02 .header_bottom .header_lang ul:before {
                content: "";
                display: inline-block;
                vertical-align: middle;
                height: 99%;
                width: 1px;
                margin-left: -1px;
            }

            #header.style02 .header_bottom .header_lang_style02 ul li, #header.style02 .header_bottom .header_lang ul li {
                display: inline-block;
                vertical-align: middle;
            }

                #header.style02 .header_bottom .header_lang_style02 ul li a, #header.style02 .header_bottom .header_lang ul li a {
                    font-size: .5556em;
                    font-family: Montserrat;
                    font-weight: 400;
                    text-transform: uppercase;
                    letter-spacing: .0278em;
                    color: #fff;
                }

                    #header.style02 .header_bottom .header_lang_style02 ul li a.active, #header.style02 .header_bottom .header_lang ul li a.active {
                        color: #809fb7;
                        cursor: default;
                        pointer-events: none;
                    }

    .noTouchDevice #header.style02 .header_bottom .header_lang_style02 ul li a:hover, .noTouchDevice #header.style02 .header_bottom .header_lang ul li a:hover {
        color: #809fb7;
    }

    #header.style02 .header_bottom .header_lang_style02 ul li + li, #header.style02 .header_bottom .header_lang ul li + li {
        padding-left: 14px;
        margin-left: 14px;
        position: relative;
    }

        #header.style02 .header_bottom .header_lang_style02 ul li + li:before, #header.style02 .header_bottom .header_lang ul li + li:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -4px;
            height: 9px;
            width: 1px;
            background-color: #30628a;
        }

    #header.style02 .header_bottom .header_phone, #header.style02 .header_bottom .header_phone_style02 {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        transition: opacity .2s ease-out;
        -webkit-transition: opacity .2s ease-out;
        -moz-transition: opacity .2s ease-out;
        -ms-transition: opacity .2s ease-out;
        -o-transition: opacity .2s ease-out;
    }

        #header.style02 .header_bottom .header_phone:before, #header.style02 .header_bottom .header_phone_style02:before {
            color: #fff;
        }

        #header.style02 .header_bottom .header_phone_style02 a, #header.style02 .header_bottom .header_phone a {
            color: #fff !important;
        }

    #header.style02.fixed .header_bottom:before {
        height: 69px;
    }

    .overlay #header.style02.fixed .header_bottom .header_logo {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    #header.style02.fixed .header_bottom .header_nav {
        padding-right: 0;
    }

        #header.style02.fixed .header_bottom .header_nav > ul > li > .header_nav_submenu {
            padding: 0;
        }

    #header.style02.fixed .header_bottom #header_menu_button:after, #header.style02.fixed .header_bottom #header_menu_button:before, #header.style02.fixed .header_bottom #header_menu_button span {
        -webkit-transition: -webkit-transform .2s,color .2s;
        transition: transform .2s,color .2s;
    }

    #header.style02.fixed .header_bottom .header_callToAction {
        top: 22px;
    }

    .layout-topImage #header.style02.fixed .header_bottom, .slider + #header.style02.fixed .header_bottom {
        height: 70px;
    }

        .layout-topImage #header.style02.fixed .header_bottom:after, .slider + #header.style02.fixed .header_bottom:after {
            display: block;
        }

        .layout-topImage #header.style02.fixed .header_bottom .header_nav, .slider + #header.style02.fixed .header_bottom .header_nav {
            padding-right: 0;
        }

    .layout-topImage #header.style02.fixed + *, .slider + #header.style02.fixed + * {
        margin-top: 0;
    }

    #header.style02.folded .header_bottom, #header.style02.folded:not(.style02) .header_bottom {
        height: 70px;
    }

        #header.style02.folded .header_bottom:before, #header.style02.folded:not(.style02) .header_bottom:before {
            height: 69px;
        }

        #header.style02.folded .header_bottom:after, #header.style02.folded:not(.style02) .header_bottom:after {
            height: 70px;
        }

        #header.style02.folded .header_bottom .header_callToAction, #header.style02.folded:not(.style02) .header_bottom .header_callToAction {
            padding: 3px 23px;
            top: 15px;
        }

        #header.style02.folded .header_bottom #header_menu_button, #header.style02.folded:not(.style02) .header_bottom #header_menu_button {
            top: 27px;
        }

    .layout-topImage #header.style02.folded .header_bottom .header_callToAction, .layout-topImage #header.style02.folded:not(.style02) .header_bottom .header_callToAction, .slider + #header.style02.folded .header_bottom .header_callToAction, .slider + #header.style02.folded:not(.style02) .header_bottom .header_callToAction {
        top: 15px;
    }

    #header.style02 .header_bottom .header_nav > ul > li > a.hovered, .noTouchDevice #header.style02 .header_bottom .header_nav > ul > li > a:hover {
        color: #809fb7;
    }

    #header.style02 .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li.current-menu-item > a {
        pointer-events: none;
        cursor: default;
        color: #5c88ab;
    }

    #header.style02 .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li.current-menu-ancestor > a {
        color: #5c88ab;
    }

    .noTouchDevice #header.style02 .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li.current-menu-ancestor > a:hover {
        color: #809fb7;
    }

    #header.style02 .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li > a + .submenu_description {
        margin-top: 9px;
    }

    #header.style02 .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li > .submenu_description {
        font-size: .6190476190476191em;
    }

    #header.style02 .header_bottom .header_nav > ul > li.hasSubmenu > a.hovered, .noTouchDevice #header.style02 .header_bottom .header_nav > ul > li.hasSubmenu > a:hover {
        color: #809fb7;
    }

    .noTouchDevice #header.style02 .header_bottom .header_nav > ul > li.hasSubmenu > a:hover {
        cursor: pointer;
    }

    #header.style02 .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, #header.style02 .header_bottom .header_nav > ul > li.current-menu-item > a:after {
        right: 0;
        left: auto;
        background: none;
    }

    #header.style02 .header_bottom .header_nav > ul > li.current-menu-item > a {
        color: #5c88ab;
    }

    #header.style02 .header_bottom .header_menu_container {
        overflow: initial;
        padding: 0;
    }

        #header.style02 .header_bottom .header_menu_container.style02 {
            background-color: #fff;
        }

            #header.style02 .header_bottom .header_menu_container.style02 .header_nav {
                margin-right: 0;
            }

                #header.style02 .header_bottom .header_menu_container.style02 .header_nav > ul > li > .header_nav_submenu {
                    -webkit-opacity: 1;
                    -moz-opacity: 1;
                    opacity: 1;
                }

                    #header.style02 .header_bottom .header_menu_container.style02 .header_nav > ul > li > .header_nav_submenu > ul > li > a {
                        color: #00338d;
                    }

                #header.style02 .header_bottom .header_menu_container.style02 .header_nav > ul > li > a {
                    border-bottom: 1px solid #d6d6d6;
                    color: #333;
                    transition: color .22s ease-out;
                    -webkit-transition: color .22s ease-out;
                    -moz-transition: color .22s ease-out;
                    -ms-transition: color .22s ease-out;
                    -o-transition: color .22s ease-out;
                }

                    #header.style02 .header_bottom .header_menu_container.style02 .header_nav > ul > li > a:after {
                        color: #333;
                        transition: opacity .22s ease-out;
                        -webkit-transition: opacity .22s ease-out;
                        -moz-transition: opacity .22s ease-out;
                        -ms-transition: opacity .22s ease-out;
                        -o-transition: opacity .22s ease-out;
                    }

    .noTouchDevice #header.style02 .header_bottom .header_menu_container.style02 .header_nav > ul > li > a:hover:after {
        opacity: .5;
    }

    #header.style02 .header_bottom .header_menu_container.style02 .header_nav > ul > li > a.hovered {
        color: rgba(0,0,0,.4);
    }

    .noTouchDevice #header.style02 .header_bottom .header_menu_container.style02 .header_nav > ul > li > a:hover:after {
        -webkit-opacity: .4;
        -moz-opacity: .4;
        opacity: .4;
        color: #333;
    }

    #header.style02 .header_bottom .header_menu_container.style02 #header_ctas .header_callToAction {
        -webkit-transition: color .2s ease-out .05s;
        transition: color .2s ease-out .1s;
        border-color: #333;
        color: #333;
    }

    .noTouchDevice #header.style02 .header_bottom .header_menu_container.style02 #header_ctas .header_callToAction:hover {
        color: #fff;
    }

    #header.style02 .header_bottom .header_menu_container.style02 .header_lang #header_top_comparator, #header.style02 .header_bottom .header_menu_container.style02 .header_lang_style02 #header_top_comparator, #header.style02 .header_bottom .header_menu_container.style02 .header_social_style02 #header_top_comparator, #header.style02 .header_bottom .header_menu_container.style02 .header_top_nav_style02 #header_top_comparator {
        color: #00338d;
    }

        #header.style02 .header_bottom .header_menu_container.style02 .header_lang #header_top_comparator .iconComparator svg path, #header.style02 .header_bottom .header_menu_container.style02 .header_lang_style02 #header_top_comparator .iconComparator svg path, #header.style02 .header_bottom .header_menu_container.style02 .header_social_style02 #header_top_comparator .iconComparator svg path, #header.style02 .header_bottom .header_menu_container.style02 .header_top_nav_style02 #header_top_comparator .iconComparator svg path {
            fill: #00338d;
        }

    #header.style02 .header_bottom .header_menu_container.style02 .header_lang_style02 ul li a, #header.style02 .header_bottom .header_menu_container.style02 .header_lang ul li a, #header.style02 .header_bottom .header_menu_container.style02 .header_social_style02 ul li a, #header.style02 .header_bottom .header_menu_container.style02 .header_top_nav_style02 ul li a {
        color: #00338d;
    }

    #header.style02 .header_bottom .header_menu_container.style02 .header_phone_style02:before {
        color: #333;
    }

    #header.style02 .header_bottom .header_menu_container.style02 .header_phone_style02 a {
        color: #00338d !important;
    }

    #header.style02 .header_bottom .header_menu_container.style02 .header_menu_search_style02 input[type=submit] {
        color: #333;
    }

        #header.style02 .header_bottom .header_menu_container.style02 .header_menu_search_style02 input[type=submit].active {
            color: #00338d;
        }

    .noTouchDevice #header.style02 .header_bottom .header_menu_container.style02 .header_menu_search_style02 input[type=submit].active:hover {
        color: #5c88ab;
    }

    #header.style02 .header_bottom .header_menu_container.style02 .header_menu_search_style02 input[type=text] {
        color: #333;
    }

        #header.style02 .header_bottom .header_menu_container.style02 .header_menu_search_style02 input[type=text]::-webkit-input-placeholder {
            color: #333;
        }

        #header.style02 .header_bottom .header_menu_container.style02 .header_menu_search_style02 input[type=text]:-moz-placeholder, #header.style02 .header_bottom .header_menu_container.style02 .header_menu_search_style02 input[type=text]::-moz-placeholder {
            color: #333;
        }

        #header.style02 .header_bottom .header_menu_container.style02 .header_menu_search_style02 input[type=text]:-ms-input-placeholder {
            color: #333;
        }

    #header.style02 .header_bottom .header_menu_container.style02 #header_menu_button.openMobile {
        background-color: #00338d;
    }

        #header.style02 .header_bottom .header_menu_container.style02 #header_menu_button.openMobile:after, #header.style02 .header_bottom .header_menu_container.style02 #header_menu_button.openMobile:before {
            background-color: #fff;
        }

    #header.style02 .header_bottom .header_menu_container.style01 .header_nav {
        margin-right: 0;
    }

        #header.style02 .header_bottom .header_menu_container.style01 .header_nav > ul > li {
            color: #5c88ab;
        }

            #header.style02 .header_bottom .header_menu_container.style01 .header_nav > ul > li > .header_nav_submenu {
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
            }

                #header.style02 .header_bottom .header_menu_container.style01 .header_nav > ul > li > .header_nav_submenu > ul > li > a {
                    color: #fff;
                }

    #header.style02 .header_bottom .header_menu_container.style01 #header_ctas .header_callToAction {
        border-color: #fff;
        color: #fff;
    }

    #header.style02 .header_bottom .header_menu_container.openMobile #header_ctas {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    #header.style02 .header_bottom .header_menu_container .header_nav > ul > li, #header.style02 .header_bottom .header_menu_container .header_nav > ul > li:first-child > a {
        padding-top: 0;
    }

        #header.style02 .header_bottom .header_menu_container .header_nav > ul > li:first-child > a:after {
            left: auto;
            margin-top: -22px;
        }

        #header.style02 .header_bottom .header_menu_container .header_nav > ul > li > .header_nav_submenu > ul > li {
            padding-left: 42px;
        }

        #header.style02 .header_bottom .header_menu_container .header_nav > ul > li > a {
            padding: 25px 40px 25px 0;
        }

    #header.style02 .header_bottom .header_menu_container .header_menu_inner {
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
        height: 100%;
        padding: 70px 70px 60px;
    }

    #header.style02 .header_bottom #header_menu_button {
        -webkit-animation: d .22s ease-out;
        animation: d .22s ease-out;
    }

    @-webkit-keyframes d {
        0% {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes d {
        0% {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    #header.style02 .header_bottom #header_menu_button.openMobile {
        top: 0;
        left: -68px;
        right: auto;
        width: 68px;
        height: 68px;
        margin-top: 0;
        background-color: #fff;
    }

        #header.style02 .header_bottom #header_menu_button.openMobile:after, #header.style02 .header_bottom #header_menu_button.openMobile:before {
            top: 50%;
            left: 50%;
            right: auto;
            margin-top: -9px;
            margin-left: -15px;
        }

        #header.style02 .header_bottom #header_menu_button.openMobile:after {
            margin-top: 5px;
        }

    #header.style02 .header_bottom #header_ctas {
        float: none;
        clear: none;
        display: block;
        width: calc(100% + 54px);
        height: auto;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

        #header.style02 .header_bottom #header_ctas .header_callToAction {
            position: relative;
            padding: 3px 19px;
        }

            #header.style02 .header_bottom #header_ctas .header_callToAction + * {
                margin-left: 20px;
            }

    #header.style02 .header_top .header_top_nav_style02 ul, #header.style02 .header_top .header_top_nav ul {
        padding-right: 112px;
    }

        #header.style02 .header_top .header_top_nav_style02 ul.sub-menu, #header.style02 .header_top .header_top_nav ul.sub-menu {
            display: table;
            position: relative;
        }

            #header.style02 .header_top .header_top_nav_style02 ul.sub-menu li, #header.style02 .header_top .header_top_nav ul.sub-menu li {
                margin: 11px 22px 0;
            }

                #header.style02 .header_top .header_top_nav_style02 ul.sub-menu li.current-menu-item a, #header.style02 .header_top .header_top_nav_style02 ul.sub-menu li a, #header.style02 .header_top .header_top_nav ul.sub-menu li.current-menu-item a, #header.style02 .header_top .header_top_nav ul.sub-menu li a, .noTouchDevice #header.style02 .header_top .header_top_nav_style02 ul.sub-menu li:hover a, .noTouchDevice #header.style02 .header_top .header_top_nav ul.sub-menu li:hover a {
                    color: #fff;
                }

    #header.style02 .header_bottom .header_menu_search, #header.style02 .header_bottom .header_menu_search_style02, #header.style02 .header_bottom .header_top_nav, #header.style02 .header_bottom .header_top_nav_style02 {
        border-bottom: 1px solid #d6d6d6;
    }

    #header.style02 .header_bottom .header_logo:before {
        height: 86%;
    }
}

@media only screen and (max-width:1240px) and (max-width:1240px) {
    #header.style02 .header_bottom .header_nav > ul > li.excludeIcon a:after {
        display: none;
    }
}

@media only screen and (max-width:1180px) {
    #general.searchEvent {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }

    #header {
        overflow: hidden;
    }

    .layout-topImage #header.opaque .header_bottom .header_logo, .slider + #header.opaque .header_bottom .header_logo {
        color: #00338d;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
    }

    .layout-topImage #header.opaque .header_bottom .header_nav > ul > li > a, .slider + #header.opaque .header_bottom .header_nav > ul > li > a {
        color: #fff;
        transition: color 0s;
        -webkit-transition: color 0s;
        -moz-transition: color 0s;
        -ms-transition: color 0s;
        -o-transition: color 0s;
    }

    .layout-topImage #header.opaque .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, .layout-topImage #header.opaque .header_bottom .header_nav > ul > li.current-menu-item > a:after, .slider + #header.opaque .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, .slider + #header.opaque .header_bottom .header_nav > ul > li.current-menu-item > a:after {
        background-color: transparent;
    }

    .layout-topImage #header.opaque .header_bottom .header_callToAction, .slider + #header.opaque .header_bottom .header_callToAction {
        color: #fff;
        border: 1px solid #fff;
    }

    .layout-topImage #header.fixed .header_bottom .header_callToAction, .slider + #header.fixed .header_bottom .header_callToAction {
        top: 40px;
    }

    .layout-topImage #header.fixed.style02 .header_bottom #header_menu_button, .slider + #header.fixed.style02 .header_bottom #header_menu_button {
        top: 27px;
    }

    .layout-topImage #header.folded .header_bottom:before, .slider + #header.folded .header_bottom:before {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        transform: translateY(0) translateZ(0);
        -webkit-transform: translateY(0) translateZ(0);
        -ms-transform: translateY(0) translateZ(0);
    }

    .layout-topImage #header.folded .header_bottom .header_logo, .slider + #header.folded .header_bottom .header_logo {
        color: #00338d;
    }

    .layout-topImage #header.folded .header_bottom #header_menu_button:after, .layout-topImage #header.folded .header_bottom #header_menu_button:before, .layout-topImage #header.folded .header_bottom #header_menu_button span, .slider + #header.folded .header_bottom #header_menu_button:after, .slider + #header.folded .header_bottom #header_menu_button:before, .slider + #header.folded .header_bottom #header_menu_button span {
        background-color: #333;
    }

    .layout-topImage #header.folded .header_bottom #header_menu_button.openMobile:after, .layout-topImage #header.folded .header_bottom #header_menu_button.openMobile:before, .layout-topImage #header.folded .header_bottom #header_menu_button.openMobile span, .slider + #header.folded .header_bottom #header_menu_button.openMobile:after, .slider + #header.folded .header_bottom #header_menu_button.openMobile:before, .slider + #header.folded .header_bottom #header_menu_button.openMobile span {
        background-color: #fff;
    }

    .layout-topImage #header.folded .header_bottom .header_callToAction, .slider + #header.folded .header_bottom .header_callToAction {
        color: #333;
        border: 1px solid #333;
    }

    .layout-topImage #header.style02 .header_bottom, .slider + #header.style02 .header_bottom {
        height: 100px;
    }

        .layout-topImage #header.style02 .header_bottom:before, .slider + #header.style02 .header_bottom:before {
            height: 100px;
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            transform: translateY(0) translateZ(0);
            -webkit-transform: translateY(0) translateZ(0);
            -ms-transform: translateY(0) translateZ(0);
        }

        .layout-topImage #header.style02 .header_bottom:after, .slider + #header.style02 .header_bottom:after {
            display: block;
        }

        .layout-topImage #header.style02 .header_bottom #header_menu_button, .slider + #header.style02 .header_bottom #header_menu_button {
            top: 43px;
        }

            .layout-topImage #header.style02 .header_bottom #header_menu_button:after, .layout-topImage #header.style02 .header_bottom #header_menu_button:before, .layout-topImage #header.style02 .header_bottom #header_menu_button span, .slider + #header.style02 .header_bottom #header_menu_button:after, .slider + #header.style02 .header_bottom #header_menu_button:before, .slider + #header.style02 .header_bottom #header_menu_button span {
                background-color: #00338d;
            }

            .layout-topImage #header.style02 .header_bottom #header_menu_button.openMobile, .slider + #header.style02 .header_bottom #header_menu_button.openMobile {
                top: 0;
            }

        .layout-topImage #header.style02 .header_bottom #header_ctas, .slider + #header.style02 .header_bottom #header_ctas {
            margin-top: -5px;
        }

    .noTouchDevice .layout-topImage #header.style02 .header_bottom #header_ctas .header_callToAction:hover:after, .noTouchDevice .slider + #header.style02 .header_bottom #header_ctas .header_callToAction:hover:after {
        background-color: #00338d;
    }

    .layout-topImage #header.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-ancestor > a:after, .layout-topImage #header.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-item > a:after, .slider + #header.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-ancestor > a:after, .slider + #header.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-item > a:after {
        background-color: transparent;
    }

    .noTouchDevice .layout-topImage #header.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-ancestor > a:hover:after, .noTouchDevice .layout-topImage #header.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-item > a:hover:after, .noTouchDevice .slider + #header.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-ancestor > a:hover:after, .noTouchDevice .slider + #header.style02 .header_bottom .header_menu_container .header_nav > ul > li.current-menu-item > a:hover:after {
        -webkit-opacity: .4;
        -moz-opacity: .4;
        opacity: .4;
    }

    .layout-topImage #header.style02.folded .header_bottom:before, .slider + #header.style02.folded .header_bottom:before {
        height: 70px;
        border-bottom: 0;
    }

    .layout-topImage #header .header_bottom:after, .slider + #header .header_bottom:after {
        display: none;
    }

    .layout-topImage #header .header_bottom:before, .slider + #header .header_bottom:before {
        transform: translateY(-100%) translateZ(0);
        -webkit-transform: translateY(-100%) translateZ(0);
        -ms-transform: translateY(-100%) translateZ(0);
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        height: 69px;
    }

    .layout-topImage #header .header_bottom .header_nav > ul > li.current-menu-ancestor > a, .layout-topImage #header .header_bottom .header_nav > ul > li.current-menu-item > a, .slider + #header .header_bottom .header_nav > ul > li.current-menu-ancestor > a, .slider + #header .header_bottom .header_nav > ul > li.current-menu-item > a {
        color: #5c88ab;
    }

        .layout-topImage #header .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, .layout-topImage #header .header_bottom .header_nav > ul > li.current-menu-item > a:after, .slider + #header .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, .slider + #header .header_bottom .header_nav > ul > li.current-menu-item > a:after {
            right: 0;
            left: auto;
            background: transparent;
        }

    .layout-topImage #header .header_bottom .header_nav > ul > li.current-menu-ancestor > a, .slider + #header .header_bottom .header_nav > ul > li.current-menu-ancestor > a {
        color: #fff;
    }

        .layout-topImage #header .header_bottom .header_nav > ul > li.current-menu-ancestor > a.hovered, .noTouchDevice .layout-topImage #header .header_bottom .header_nav > ul > li.current-menu-ancestor > a:hover, .noTouchDevice .slider + #header .header_bottom .header_nav > ul > li.current-menu-ancestor > a:hover, .slider + #header .header_bottom .header_nav > ul > li.current-menu-ancestor > a.hovered {
            color: #809fb7;
        }

    .layout-topImage #header .header_bottom .header_nav > ul > li > .header_nav_submenu, .slider + #header .header_bottom .header_nav > ul > li > .header_nav_submenu {
        z-index: 3;
    }

    .layout-topImage #header .header_bottom #header_menu_button, .slider + #header .header_bottom #header_menu_button {
        top: 57px;
    }

        .layout-topImage #header .header_bottom #header_menu_button:after, .layout-topImage #header .header_bottom #header_menu_button:before, .layout-topImage #header .header_bottom #header_menu_button span, .slider + #header .header_bottom #header_menu_button:after, .slider + #header .header_bottom #header_menu_button:before, .slider + #header .header_bottom #header_menu_button span {
            background-color: #fff;
        }

    .layout-topImage #header .header_bottom .header_callToAction, .slider + #header .header_bottom .header_callToAction {
        margin-top: 0;
        top: 40px;
    }

    .layout-topImage #header .header_bottom .header_logo, .slider + #header .header_bottom .header_logo {
        transition: opacity .6s ease-out 0ms;
        -webkit-transition: opacity .6s ease-out 0ms;
        -moz-transition: opacity .6s ease-out 0ms;
        -ms-transition: opacity .6s ease-out 0ms;
        -o-transition: opacity .6s ease-out 0ms;
    }

    .overlay .layout-topImage #header .header_bottom .header_logo, .overlay .slider + #header .header_bottom .header_logo {
        -webkit-opacity: .5;
        -moz-opacity: .5;
        opacity: .5;
        transition: opacity .6s ease-out 10ms;
        -webkit-transition: opacity .6s ease-out 10ms;
        -moz-transition: opacity .6s ease-out 10ms;
        -ms-transition: opacity .6s ease-out 10ms;
        -o-transition: opacity .6s ease-out 10ms;
    }

    .layout-topImage #header .header_bottom .header_logo:before, .slider + #header .header_bottom .header_logo:before {
        height: 110%;
    }

    #header.opaque .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, #header.opaque .header_bottom .header_nav > ul > li.current-menu-item > a:after {
        background-color: transparent;
    }

    #header .header_top {
        margin-top: 0;
    }

        #header .header_top #header_top_search, #header .header_top .header_lang, #header .header_top .header_lang_style02, #header .header_top .header_social, #header .header_top .header_social_style02, #header .header_top .header_top_nav, #header .header_top .header_top_nav_style02, #header .header_top:before {
            display: none;
        }

    #header .header_bottom, #header .header_bottom:before {
        height: 100px;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
    }

        #header .header_bottom:before {
            transform: translateZ(0);
            -webkit-transform: translateZ(0);
            -ms-transform: translateZ(0);
        }

        #header .header_bottom:after {
            position: absolute;
            content: "";
            background-color: #000;
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            height: 100px;
            z-index: -100;
            transition: opacity .6s ease-out .4ms,z-index 0s linear .6s;
            -webkit-transition: opacity .6s ease-out .4ms,z-index 0s linear .6s;
            -moz-transition: opacity .6s ease-out .4ms,z-index 0s linear .6s;
            -ms-transition: opacity .6s ease-out .4ms,z-index 0s linear .6s;
            -o-transition: opacity .6s ease-out .4ms,z-index 0s linear .6s;
        }

    .overlay #header .header_bottom:after {
        background-color: #000;
        -webkit-opacity: .4;
        -moz-opacity: .4;
        opacity: .4;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
        transition: opacity .5s ease-out;
        -webkit-transition: opacity .5s ease-out;
        -moz-transition: opacity .5s ease-out;
        -ms-transition: opacity .5s ease-out;
        -o-transition: opacity .5s ease-out;
    }

    #header .header_bottom .header_logo:after {
        line-height: 0;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
    }

    #header .header_bottom .header_menu_container {
        position: absolute;
        height: 100vh;
        width: 90%;
        overflow-y: scroll;
        overflow: visible;
        max-width: 570px;
        right: 0;
        top: 0;
        background-color: #0ca0db;
        padding: 70px 90px 60px;
        z-index: 3;
        -webkit-overflow-scrolling: touch;
        transform: translateX(100%) translateZ(0);
        -webkit-transform: translateX(100%) translateZ(0);
        -ms-transform: translateX(100%) translateZ(0);
    }

        #header .header_bottom .header_menu_container .header_nav > ul li {
            transform: translateX(10%) translateZ(0);
            -webkit-transform: translateX(10%) translateZ(0);
            -ms-transform: translateX(10%) translateZ(0);
            opacity: 0;
        }

        #header .header_bottom .header_menu_container.openMobile, #header .header_bottom .header_menu_container.openMobile .header_nav > ul li {
            transform: translateX(0) translateZ(0);
            -webkit-transform: translateX(0) translateZ(0);
            -ms-transform: translateX(0) translateZ(0);
        }

            #header .header_bottom .header_menu_container.openMobile .header_nav > ul li {
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
                -webkit-transition: -webkit-transform .2s ease-out .1s,opacity .2s ease-out .1s;
                transition: transform .2s ease-out .2s,opacity .2s ease-out .2s;
            }

                #header .header_bottom .header_menu_container.openMobile .header_nav > ul li:first-child {
                    -webkit-transition: -webkit-transform .2s ease-out .22s,opacity .2s ease-out .22s;
                    transition: transform .2s ease-out .22s,opacity .2s ease-out .22s;
                }

                #header .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(2) {
                    -webkit-transition: -webkit-transform .2s ease-out .34s,opacity .2s ease-out .34s;
                    transition: transform .2s ease-out .34s,opacity .2s ease-out .34s;
                }

                #header .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(3) {
                    -webkit-transition: -webkit-transform .2s ease-out .46s,opacity .2s ease-out .46s;
                    transition: transform .2s ease-out .46s,opacity .2s ease-out .46s;
                }

                #header .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(4) {
                    -webkit-transition: -webkit-transform .2s ease-out .58s,opacity .2s ease-out .58s;
                    transition: transform .2s ease-out .58s,opacity .2s ease-out .58s;
                }

                #header .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(5) {
                    -webkit-transition: -webkit-transform .2s ease-out .7s,opacity .2s ease-out .7s;
                    transition: transform .2s ease-out .7s,opacity .2s ease-out .7s;
                }

                #header .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(6) {
                    -webkit-transition: -webkit-transform .2s ease-out .82s,opacity .2s ease-out .82s;
                    transition: transform .2s ease-out .82s,opacity .2s ease-out .82s;
                }

                #header .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(7) {
                    -webkit-transition: -webkit-transform .2s ease-out .94s,opacity .2s ease-out .94s;
                    transition: transform .2s ease-out .94s,opacity .2s ease-out .94s;
                }

                #header .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(8) {
                    -webkit-transition: -webkit-transform .2s ease-out 1.06s,opacity .2s ease-out 1.06s;
                    transition: transform .2s ease-out 1.06s,opacity .2s ease-out 1.06s;
                }

                #header .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(9) {
                    -webkit-transition: -webkit-transform .2s ease-out 1.18s,opacity .2s ease-out 1.18s;
                    transition: transform .2s ease-out 1.18s,opacity .2s ease-out 1.18s;
                }

                #header .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(10) {
                    -webkit-transition: -webkit-transform .2s ease-out 1.3s,opacity .2s ease-out 1.3s;
                    transition: transform .2s ease-out 1.3s,opacity .2s ease-out 1.3s;
                }

                #header .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(11) {
                    -webkit-transition: -webkit-transform .2s ease-out 1.42s,opacity .2s ease-out 1.42s;
                    transition: transform .2s ease-out 1.42s,opacity .2s ease-out 1.42s;
                }

                #header .header_bottom .header_menu_container.openMobile .header_nav > ul li:nth-child(12) {
                    -webkit-transition: -webkit-transform .2s ease-out 1.54s,opacity .2s ease-out 1.54s;
                    transition: transform .2s ease-out 1.54s,opacity .2s ease-out 1.54s;
                }

            #header .header_bottom .header_menu_container.openMobile .header_lang, #header .header_bottom .header_menu_container.openMobile .header_lang_style02, #header .header_bottom .header_menu_container.openMobile .header_menu_search, #header .header_bottom .header_menu_container.openMobile .header_menu_search_style02, #header .header_bottom .header_menu_container.openMobile .header_phone, #header .header_bottom .header_menu_container.openMobile .header_phone_style02, #header .header_bottom .header_menu_container.openMobile .header_social, #header .header_bottom .header_menu_container.openMobile .header_social_style02, #header .header_bottom .header_menu_container.openMobile .header_top_nav, #header .header_bottom .header_menu_container.openMobile .header_top_nav_style02 {
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
                transition: opacity .2s ease-out .9s;
                -webkit-transition: opacity .2s ease-out .9s;
                -moz-transition: opacity .2s ease-out .9s;
                -ms-transition: opacity .2s ease-out .9s;
                -o-transition: opacity .2s ease-out .9s;
            }

                #header .header_bottom .header_menu_container.openMobile .header_lang_style02 ul li.current-menu-item a, #header .header_bottom .header_menu_container.openMobile .header_lang ul li.current-menu-item a, #header .header_bottom .header_menu_container.openMobile .header_menu_search_style02 ul li.current-menu-item a, #header .header_bottom .header_menu_container.openMobile .header_menu_search ul li.current-menu-item a, #header .header_bottom .header_menu_container.openMobile .header_phone_style02 ul li.current-menu-item a, #header .header_bottom .header_menu_container.openMobile .header_phone ul li.current-menu-item a, #header .header_bottom .header_menu_container.openMobile .header_social_style02 ul li.current-menu-item a, #header .header_bottom .header_menu_container.openMobile .header_social ul li.current-menu-item a, #header .header_bottom .header_menu_container.openMobile .header_top_nav_style02 ul li.current-menu-item a, #header .header_bottom .header_menu_container.openMobile .header_top_nav ul li.current-menu-item a {
                    opacity: .5;
                    pointer-events: none;
                }

                #header .header_bottom .header_menu_container.openMobile .header_lang_style02 ul li.link-external:after, #header .header_bottom .header_menu_container.openMobile .header_lang ul li.link-external:after, #header .header_bottom .header_menu_container.openMobile .header_menu_search_style02 ul li.link-external:after, #header .header_bottom .header_menu_container.openMobile .header_menu_search ul li.link-external:after, #header .header_bottom .header_menu_container.openMobile .header_phone_style02 ul li.link-external:after, #header .header_bottom .header_menu_container.openMobile .header_phone ul li.link-external:after, #header .header_bottom .header_menu_container.openMobile .header_social_style02 ul li.link-external:after, #header .header_bottom .header_menu_container.openMobile .header_social ul li.link-external:after, #header .header_bottom .header_menu_container.openMobile .header_top_nav_style02 ul li.link-external:after, #header .header_bottom .header_menu_container.openMobile .header_top_nav ul li.link-external:after {
                    display: inline-block;
                    vertical-align: middle;
                    content: "\e615" !important;
                    margin-left: 10px;
                    font-family: ieurwd-icons;
                    font-size: .7222222222222222em;
                    color: #fff;
                    transform: translateX(0) translateZ(0);
                    -webkit-transform: translateX(0) translateZ(0);
                    -ms-transform: translateX(0) translateZ(0);
                    transition: transform .2s ease-out;
                    -webkit-transition: transform .2s ease-out;
                    -moz-transition: transform .2s ease-out;
                    -ms-transition: transform .2s ease-out;
                    -o-transition: transform .2s ease-out;
                }

    .noTouchDevice #header .header_bottom .header_menu_container.openMobile .header_lang_style02 ul li.link-external:hover:after, .noTouchDevice #header .header_bottom .header_menu_container.openMobile .header_lang ul li.link-external:hover:after, .noTouchDevice #header .header_bottom .header_menu_container.openMobile .header_menu_search_style02 ul li.link-external:hover:after, .noTouchDevice #header .header_bottom .header_menu_container.openMobile .header_menu_search ul li.link-external:hover:after, .noTouchDevice #header .header_bottom .header_menu_container.openMobile .header_phone_style02 ul li.link-external:hover:after, .noTouchDevice #header .header_bottom .header_menu_container.openMobile .header_phone ul li.link-external:hover:after, .noTouchDevice #header .header_bottom .header_menu_container.openMobile .header_social_style02 ul li.link-external:hover:after, .noTouchDevice #header .header_bottom .header_menu_container.openMobile .header_social ul li.link-external:hover:after, .noTouchDevice #header .header_bottom .header_menu_container.openMobile .header_top_nav_style02 ul li.link-external:hover:after, .noTouchDevice #header .header_bottom .header_menu_container.openMobile .header_top_nav ul li.link-external:hover:after {
        color: #809fb7;
        transform: translateX(5px) translateZ(0);
        -webkit-transform: translateX(5px) translateZ(0);
        -ms-transform: translateX(5px) translateZ(0);
    }

    #header .header_bottom .header_menu_container.openMobile #header_menu_button span, #header .header_bottom .header_menu_container.openMobile + #header_menu_button span, #header .header_bottom .header_menu_container.openMobile + .header_callToAction + #header_menu_button span {
        background-color: #fff;
    }

    #header .header_bottom .header_menu_container.openMobile #header_menu_button:after, #header .header_bottom .header_menu_container.openMobile #header_menu_button:before, #header .header_bottom .header_menu_container.openMobile + #header_menu_button:after, #header .header_bottom .header_menu_container.openMobile + #header_menu_button:before, #header .header_bottom .header_menu_container.openMobile + .header_callToAction + #header_menu_button:after, #header .header_bottom .header_menu_container.openMobile + .header_callToAction + #header_menu_button:before {
        background-color: #00338d;
    }

    #header .header_bottom .header_menu_container.openMobile + .header_callToAction {
        color: #fff;
        border-color: #fff;
    }

        #header .header_bottom .header_menu_container.openMobile + .header_callToAction:before {
            background-color: transparent;
        }

    .noTouchDevice #header .header_bottom .header_menu_container.openMobile + .header_callToAction:hover {
        color: #fff;
    }

    #header .header_bottom .header_nav {
        display: block;
        height: inherit;
        overflow: visible;
        text-align: left;
        padding-right: 0;
        height: auto;
        width: 100%;
    }

        #header .header_bottom .header_nav > ul {
            height: auto;
        }

            #header .header_bottom .header_nav > ul:before {
                display: none;
            }

            #header .header_bottom .header_nav > ul > li {
                display: block;
                font-size: 1.1666666666666667em;
                width: 100%;
                overflow: hidden;
                -webkit-transition: -webkit-transform .2s ease-out,opacity .2s ease-out;
                transition: transform .2s ease-out,opacity .2s ease-out;
            }

                #header .header_bottom .header_nav > ul > li > a {
                    display: block;
                    border-bottom: 1px solid #29628f;
                    padding-bottom: 5px;
                    color: #fff;
                    padding-left: 0;
                }

                #header .header_bottom .header_nav > ul > li > .line {
                    display: none;
                }

                #header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul {
                    -webkit-columns: auto;
                    -moz-columns: auto;
                    columns: auto;
                    letter-spacing: -4px;
                    overflow: hidden;
                }

                    #header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li {
                        display: block;
                    }

                        #header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li > .header_nav_submenu {
                            display: none;
                        }

                        #header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li:first-child {
                            display: block;
                            width: 100%;
                            margin-right: 0;
                            float: none;
                        }

                        #header .header_bottom .header_nav > ul > li.header_nav_studiesTab > .header_nav_submenu > ul > li + li {
                            display: block;
                            width: 100% !important;
                            margin-right: 0 !important;
                        }

                #header .header_bottom .header_nav > ul > li > .header_nav_submenu {
                    display: block;
                    position: relative;
                    top: 0;
                    background-color: transparent;
                    padding: 0;
                    height: 0;
                    z-index: 4;
                    -webkit-opacity: 0;
                    -moz-opacity: 0;
                    opacity: 0;
                    transform: translateY(-20%) translateZ(0);
                    -webkit-transform: translateY(-20%) translateZ(0);
                    -ms-transform: translateY(-20%) translateZ(0);
                    transition: height .8s cubic-bezier(.06,1,.33,1),transform 0ms linear 0ms;
                    -webkit-transition: height .8s cubic-bezier(.06,1,.33,1),transform 0ms linear 0ms;
                    -moz-transition: height .8s cubic-bezier(.06,1,.33,1),transform 0ms linear 0ms;
                    -ms-transition: height .8s cubic-bezier(.06,1,.33,1),transform 0ms linear 0ms;
                    -o-transition: height .8s cubic-bezier(.06,1,.33,1),transform 0ms linear 0ms;
                    -webkit-transition: height .8s cubic-bezier(.06,1,.33,1),-webkit-transform 0ms linear 0ms;
                }

                    #header .header_bottom .header_nav > ul > li > .header_nav_submenu .submenu_globalLink {
                        position: absolute;
                        top: -54px;
                        left: 0;
                        right: 50px;
                        border-top: 0;
                        padding: 0;
                        margin-top: 0;
                        z-index: 10;
                        -webkit-opacity: 1;
                        -moz-opacity: 1;
                        opacity: 1;
                        font-size: .1em;
                        transition: opacity 0s;
                        -webkit-transition: opacity 0s;
                        -moz-transition: opacity 0s;
                        -ms-transition: opacity 0s;
                        -o-transition: opacity 0s;
                    }

                        #header .header_bottom .header_nav > ul > li > .header_nav_submenu .submenu_globalLink a {
                            -webkit-opacity: 0;
                            -moz-opacity: 0;
                            opacity: 0;
                            display: block;
                            height: 100%;
                            width: 100%;
                        }

                    #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul {
                        overflow: hidden;
                        position: fixed;
                        padding: 0;
                        -webkit-columns: auto;
                        -moz-columns: auto;
                        columns: auto;
                        pointer-events: none;
                        transition: opacity 0ms ease-out 0ms;
                        -webkit-transition: opacity 0ms ease-out 0ms;
                        -moz-transition: opacity 0ms ease-out 0ms;
                        -ms-transition: opacity 0ms ease-out 0ms;
                        -o-transition: opacity 0ms ease-out 0ms;
                    }

                        #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li {
                            display: block;
                            width: 100%;
                            padding-left: 16.755%;
                            line-height: .6923em;
                        }

                            #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li > a {
                                color: #fff;
                                font-size: .5714285714285714em;
                                font-weight: 400;
                                letter-spacing: .06666em;
                            }

    .noTouchDevice #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li > a:hover {
        color: #fff;
    }

    #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li ul {
        /*display: none;*/
    }

    #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li:first-child {
        margin-top: 40px;
    }

    #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li:last-child {
        margin-bottom: 20px;
    }

    #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li:after {
        display: none;
    }

    #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li + li {
        margin-top: 25px;
    }

    #header .header_bottom .header_nav > ul > li.fixedMenuLayer {
        display: none;
    }

    #header .header_bottom .header_nav > ul > li.hasSubmenu.current-menu-item > a, #header .header_bottom .header_nav > ul > li.hasSubmenu.current-page-item > a {
        color: #5c88ab;
    }

    #header .header_bottom .header_nav > ul > li.hasSubmenu.current-menu-item .submenu_globalLink > a, #header .header_bottom .header_nav > ul > li.hasSubmenu.current-page-item .submenu_globalLink > a {
        cursor: default;
        pointer-events: none;
    }

    #header .header_bottom .header_nav > ul > li.hasSubmenu > a {
        position: relative;
        padding-right: 40px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        #header .header_bottom .header_nav > ul > li.hasSubmenu > a:after {
            content: "\e611";
            float: none;
            position: absolute;
            top: 50%;
            right: 0;
            color: #fff;
            margin: -10px 0 0;
            font-size: .9047619047619048em;
            font-family: ieurwd-icons;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    .noTouchDevice #header .header_bottom .header_nav > ul > li.hasSubmenu > a:hover:after {
        color: #eeeeee;
    }

    #header .header_bottom .header_nav > ul > li.hasSubmenu.openMobile.current-menu-item > a, #header .header_bottom .header_nav > ul > li.hasSubmenu.openMobile.current-page-item > a {
        color: #5c88ab;
    }

    #header .header_bottom .header_nav > ul > li.hasSubmenu.openMobile > a:after {
        content: "\e612";
    }

    #header .header_bottom .header_nav > ul > li.hasSubmenu.openMobile > .header_nav_submenu {
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transition: height .8s cubic-bezier(.06,1,.33,1),transform .5s cubic-bezier(.06,1,.33,1);
        -webkit-transition: height .8s cubic-bezier(.06,1,.33,1),transform .5s cubic-bezier(.06,1,.33,1);
        -moz-transition: height .8s cubic-bezier(.06,1,.33,1),transform .5s cubic-bezier(.06,1,.33,1);
        -ms-transition: height .8s cubic-bezier(.06,1,.33,1),transform .5s cubic-bezier(.06,1,.33,1);
        -o-transition: height .8s cubic-bezier(.06,1,.33,1),transform .5s cubic-bezier(.06,1,.33,1);
        -webkit-transition: height .8s cubic-bezier(.06,1,.33,1),-webkit-transform .6s cubic-bezier(.06,1,.33,1);
    }

        #header .header_bottom .header_nav > ul > li.hasSubmenu.openMobile > .header_nav_submenu > ul {
            position: relative;
            pointer-events: auto;
            transition: opacity .2s ease-out .3s;
            -webkit-transition: opacity .2s ease-out .3s;
            -moz-transition: opacity .2s ease-out .3s;
            -ms-transition: opacity .2s ease-out .3s;
            -o-transition: opacity .2s ease-out .3s;
        }

    .noTouchDevice #header .header_bottom .header_nav > ul > li.hasSubmenu.openMobile > .header_nav_submenu > ul a:hover {
        color: #809fb7;
    }

    #header .header_bottom .header_nav > ul > li.openMobile > .header_nav_submenu {
        display: block;
    }

    #header .header_bottom .header_nav > ul > li + li {
        margin-left: 0;
        padding-top: 25px;
    }

    #header .header_bottom .header_nav > ul > li.fixedMenuLayer + li {
        margin-left: 0;
        padding-top: 0;
    }

    #header .header_bottom .header_nav ~ * {
        display: block;
    }

    #header .header_bottom .header_callToAction {
        position: absolute;
        margin-top: 0;
        top: 23px;
        right: 105px;
        padding: 10px 23px;
        z-index: 2;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transition: color .2s ease-out .1s;
        -webkit-transition: color .2s ease-out .1s;
        -moz-transition: color .2s ease-out .1s;
        -ms-transition: color .2s ease-out .1s;
        -o-transition: color .2s ease-out .1s;
    }

        #header .header_bottom .header_callToAction:before {
            background-color: transparent;
        }

    .noTouchDevice #header .header_bottom .header_callToAction:hover {
        color: #fff;
    }

    #header .header_bottom #header_ctas .header_callToAction {
        left: auto;
        right: auto;
    }

    #header .header_bottom #header_menu_button {
        width: 31px;
        height: 18px;
        position: absolute;
        right: 40px;
        top: 43px;
        z-index: 4;
        outline: none;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
    }

        #header .header_bottom #header_menu_button span {
            position: absolute;
            left: 0;
            right: 0;
            top: 7px;
            content: "";
            height: 2px;
            width: 31px;
            background-color: #333;
            -webkit-transition: -webkit-transform .2s,color .2s;
            transition: transform .2s,color .2s;
        }

            #header .header_bottom #header_menu_button span:before {
                content: "";
                position: absolute;
                width: 70px;
                height: 40px;
                top: -19px;
                left: -19px;
            }

        #header .header_bottom #header_menu_button:before {
            right: 0;
        }

        #header .header_bottom #header_menu_button:after, #header .header_bottom #header_menu_button:before {
            position: absolute;
            left: 0;
            content: "";
            height: 2px;
            width: 31px;
            background-color: #333;
            -webkit-transition: -webkit-transform .2s,color .2s;
            transition: transform .2s,color .2s;
        }

        #header .header_bottom #header_menu_button:after {
            top: 14px;
        }

        #header .header_bottom #header_menu_button.open, #header .header_bottom #header_menu_button.openMobile {
            height: 21px;
        }

            #header .header_bottom #header_menu_button.openMobile span, #header .header_bottom #header_menu_button.open span {
                color: #fff;
                transform: rotate(-135deg) translate3d(-1px,-1px,0);
                -webkit-transform: rotate(-135deg) translate3d(-1px,-1px,0);
                -ms-transform: rotate(-135deg) translate3d(-1px,-1px,0);
                width: 29px;
                -webkit-opacity: 0;
                -moz-opacity: 0;
                opacity: 0;
            }

            #header .header_bottom #header_menu_button.open:before, #header .header_bottom #header_menu_button.openMobile:before {
                color: #fff;
                transform: rotate(-45deg) translate3d(-5px,7px,0);
                -webkit-transform: rotate(-45deg) translate3d(-5px,7px,0);
                -ms-transform: rotate(-45deg) translate3d(-5px,7px,0);
                width: 29px;
            }

            #header .header_bottom #header_menu_button.open:after, #header .header_bottom #header_menu_button.openMobile:after {
                color: #fff;
                transform: rotate(-135deg) translate3d(3px,5px,0);
                -webkit-transform: rotate(-135deg) translate3d(3px,5px,0);
                -ms-transform: rotate(-135deg) translate3d(3px,5px,0);
                width: 29px;
            }

    #header .header_bottom .header_top_nav, #header .header_bottom .header_top_nav_style02 {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        transition: opacity .2s ease-out;
        -webkit-transition: opacity .2s ease-out;
        -moz-transition: opacity .2s ease-out;
        -ms-transition: opacity .2s ease-out;
        -o-transition: opacity .2s ease-out;
        margin-top: 45px;
        display: block;
        border-bottom: 1px solid #29628f;
        padding-bottom: 45px;
    }

        #header .header_bottom .header_top_nav #header_top_comparator, #header .header_bottom .header_top_nav_style02 #header_top_comparator {
            position: relative;
            text-align: left;
            display: inline-block;
            font-size: .6111em;
            font-family: Montserrat;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: .0278em;
            color: #fff;
            margin-right: 13px;
        }

    .noTouchDevice #header .header_bottom .header_top_nav #header_top_comparator:hover, .noTouchDevice #header .header_bottom .header_top_nav_style02 #header_top_comparator:hover {
        color: #809fb7;
    }

    #header .header_bottom .header_top_nav #header_top_comparator:before, #header .header_bottom .header_top_nav_style02 #header_top_comparator:before {
        position: absolute;
        top: 0;
        right: 0;
        top: 50%;
        margin-top: -13px;
        right: 15px;
        font-family: ieurwd-icons;
        font-size: 2.2em;
    }

    #header .header_bottom .header_top_nav #header_top_comparator .iconComparator, #header .header_bottom .header_top_nav_style02 #header_top_comparator .iconComparator {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 30px;
        height: 30px;
        margin-left: 18px;
        margin-right: 4px;
        overflow: hidden;
    }

        #header .header_bottom .header_top_nav #header_top_comparator .iconComparator svg, #header .header_bottom .header_top_nav_style02 #header_top_comparator .iconComparator svg {
            left: 0;
            position: absolute;
            height: inherit;
        }

            #header .header_bottom .header_top_nav #header_top_comparator .iconComparator svg path, #header .header_bottom .header_top_nav_style02 #header_top_comparator .iconComparator svg path {
                fill: #fff;
            }

        #header .header_bottom .header_top_nav #header_top_comparator .iconComparator.active svg, #header .header_bottom .header_top_nav_style02 #header_top_comparator .iconComparator.active svg {
            left: -327px;
        }

    #header .header_bottom .header_top_nav #header_top_comparator .items_number, #header .header_bottom .header_top_nav_style02 #header_top_comparator .items_number {
        font-weight: 800;
        font-size: 12px;
    }

    #header .header_bottom .header_top_nav #header_top_comparator .comparator_text, #header .header_bottom .header_top_nav_style02 #header_top_comparator .comparator_text {
        display: inline-block;
    }

    #header .header_bottom .header_top_nav_style02 ul, #header .header_bottom .header_top_nav ul {
        width: auto;
        text-align: left;
        margin-right: -15px;
        line-height: 1.3333em;
    }

        #header .header_bottom .header_top_nav_style02 ul li, #header .header_bottom .header_top_nav ul li {
            display: block;
        }

            #header .header_bottom .header_top_nav_style02 ul li a, #header .header_bottom .header_top_nav ul li a {
                display: inline-block;
                font-size: .6111em;
                font-family: 'Rational-Book';
                letter-spacing: .0278em;
                color: #fff;
                margin-right: 13px;
            }

    .noTouchDevice #header .header_bottom .header_top_nav_style02 ul li a:hover, .noTouchDevice #header .header_bottom .header_top_nav ul li a:hover {
        color: #809fb7;
    }

    #header .header_bottom .header_top_nav_style02 ul #header_top_comparator_mobile, #header .header_bottom .header_top_nav ul #header_top_comparator_mobile {
        display: block;
    }

    #header .header_bottom .header_menu_search, #header .header_bottom .header_menu_search_style02 {
        position: relative;
        border-bottom: 1px solid #29628f;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        transition: opacity .2s ease-out;
        -webkit-transition: opacity .2s ease-out;
        -moz-transition: opacity .2s ease-out;
        -ms-transition: opacity .2s ease-out;
        -o-transition: opacity .2s ease-out;
    }

        #header .header_bottom .header_menu_search_style02 input[type=submit], #header .header_bottom .header_menu_search input[type=submit] {
            position: absolute;
            font-size: 1em;
            top: 2px;
            left: 0;
            font-family: ieurwd-icons;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #fff;
            background: transparent;
            border: none;
            padding: 18px 5px;
        }

        #header .header_bottom .header_menu_search_style02 input[type=text], #header .header_bottom .header_menu_search input[type=text] {
            margin-top: 1px;
            padding: 20px 10px 20px 45px;
            width: 100%;
            border: none;
            outline: none;
            background-color: transparent;
            color: #fff;
            font-family: PT Serif;
            font-size: .8333em;
            transition: padding .2s ease-out;
            -webkit-transition: padding .2s ease-out;
            -moz-transition: padding .2s ease-out;
            -ms-transition: padding .2s ease-out;
            -o-transition: padding .2s ease-out;
        }

            #header .header_bottom .header_menu_search_style02 input[type=text]::-webkit-input-placeholder, #header .header_bottom .header_menu_search input[type=text]::-webkit-input-placeholder {
                color: #5c88ab;
            }

            #header .header_bottom .header_menu_search_style02 input[type=text]:-moz-placeholder, #header .header_bottom .header_menu_search_style02 input[type=text]::-moz-placeholder, #header .header_bottom .header_menu_search input[type=text]:-moz-placeholder, #header .header_bottom .header_menu_search input[type=text]::-moz-placeholder {
                color: #5c88ab;
            }

            #header .header_bottom .header_menu_search_style02 input[type=text]:-ms-input-placeholder, #header .header_bottom .header_menu_search input[type=text]:-ms-input-placeholder {
                color: #5c88ab;
            }

            #header .header_bottom .header_menu_search_style02 input[type=text]:focus, #header .header_bottom .header_menu_search input[type=text]:focus {
                padding-left: 52px;
            }

    #header .header_bottom .header_social, #header .header_bottom .header_social_style02 {
        display: block;
        margin-top: 45px;
        float: left;
        width: 100%;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        transition: opacity .2s ease-out;
        -webkit-transition: opacity .2s ease-out;
        -moz-transition: opacity .2s ease-out;
        -ms-transition: opacity .2s ease-out;
        -o-transition: opacity .2s ease-out;
    }

        #header .header_bottom .header_social_style02 a, #header .header_bottom .header_social a {
            color: #fff;
        }

            #header .header_bottom .header_social_style02 a:before, #header .header_bottom .header_social a:before {
                position: relative;
                display: block;
                transform: translateZ(0);
                -webkit-transform: translateZ(0);
                -ms-transform: translateZ(0);
                -webkit-transition: -webkit-transform .2s ease-out;
                transition: transform .2s ease-out;
            }

    .noTouchDevice #header .header_bottom .header_social_style02 a:hover:before, .noTouchDevice #header .header_bottom .header_social a:hover:before {
        transform: translate3d(0,-3px,0);
        -webkit-transform: translate3d(0,-3px,0);
        -ms-transform: translate3d(0,-3px,0);
    }

    #header .header_bottom .header_social_style02 ul, #header .header_bottom .header_social ul {
        width: 100%;
        position: relative;
    }

    #header .header_bottom .header_social_style02 li, #header .header_bottom .header_social li {
        display: inline-block;
    }

        #header .header_bottom .header_social_style02 li + li, #header .header_bottom .header_social li + li {
            margin-left: 22px;
        }

    #header .header_bottom .header_lang, #header .header_bottom .header_lang_style02 {
        display: block;
        margin-top: 27px;
        float: left;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        transition: opacity .2s ease-out;
        -webkit-transition: opacity .2s ease-out;
        -moz-transition: opacity .2s ease-out;
        -ms-transition: opacity .2s ease-out;
        -o-transition: opacity .2s ease-out;
    }

        #header .header_bottom .header_lang_style02 ul, #header .header_bottom .header_lang ul {
            position: relative;
            z-index: 1;
            height: 100%;
            letter-spacing: -4px;
            padding: 0;
        }

            #header .header_bottom .header_lang_style02 ul:before, #header .header_bottom .header_lang ul:before {
                content: "";
                display: inline-block;
                vertical-align: middle;
                height: 99%;
                width: 1px;
                margin-left: -1px;
            }

            #header .header_bottom .header_lang_style02 ul li, #header .header_bottom .header_lang ul li {
                display: inline-block;
                vertical-align: middle;
            }

                #header .header_bottom .header_lang_style02 ul li a, #header .header_bottom .header_lang ul li a {
                    font-size: .5556em;
                    font-family: 'Rational-Book';
                    letter-spacing: .0278em;
                    color: #fff;
                }

                    #header .header_bottom .header_lang_style02 ul li a.active, #header .header_bottom .header_lang ul li a.active {
                        color: #809fb7;
                        cursor: default;
                        pointer-events: none;
                    }

    .noTouchDevice #header .header_bottom .header_lang_style02 ul li a:hover, .noTouchDevice #header .header_bottom .header_lang ul li a:hover {
        color: #809fb7;
    }

    #header .header_bottom .header_lang_style02 ul li + li, #header .header_bottom .header_lang ul li + li {
        padding-left: 14px;
        margin-left: 14px;
        position: relative;
    }

        #header .header_bottom .header_lang_style02 ul li + li:before, #header .header_bottom .header_lang ul li + li:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -4px;
            height: 9px;
            width: 1px;
            background-color: #30628a;
        }

    #header .header_bottom .header_phone, #header .header_bottom .header_phone_style02 {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        transition: opacity .2s ease-out;
        -webkit-transition: opacity .2s ease-out;
        -moz-transition: opacity .2s ease-out;
        -ms-transition: opacity .2s ease-out;
        -o-transition: opacity .2s ease-out;
    }

        #header .header_bottom .header_phone:before, #header .header_bottom .header_phone_style02:before {
            color: #fff;
        }

        #header .header_bottom .header_phone_style02 a, #header .header_bottom .header_phone a {
            color: #fff !important;
        }

    #header.fixed .header_bottom:before {
        height: 69px;
    }

    .overlay #header.fixed .header_bottom .header_logo {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    #header.fixed .header_bottom .header_nav {
        padding-right: 0;
    }

        #header.fixed .header_bottom .header_nav > ul > li > .header_nav_submenu {
            padding: 0;
        }

    #header.fixed .header_bottom #header_menu_button:after, #header.fixed .header_bottom #header_menu_button:before, #header.fixed .header_bottom #header_menu_button span {
        -webkit-transition: -webkit-transform .2s,color .2s;
        transition: transform .2s,color .2s;
    }

    #header.fixed .header_bottom .header_callToAction {
        top: 22px;
    }

    .layout-topImage #header.fixed .header_bottom, .slider + #header.fixed .header_bottom {
        height: 70px;
    }

        .layout-topImage #header.fixed .header_bottom:after, .slider + #header.fixed .header_bottom:after {
            display: block;
        }

        .layout-topImage #header.fixed .header_bottom .header_nav, .slider + #header.fixed .header_bottom .header_nav {
            padding-right: 0;
        }

    .layout-topImage #header.fixed + *, .slider + #header.fixed + * {
        margin-top: 0;
    }

    #header.folded .header_bottom, #header.folded:not(.style02) .header_bottom {
        height: 70px;
    }

        #header.folded .header_bottom:before, #header.folded:not(.style02) .header_bottom:before {
            height: 69px;
        }

        #header.folded .header_bottom:after, #header.folded:not(.style02) .header_bottom:after {
            height: 70px;
        }

        #header.folded .header_bottom .header_callToAction, #header.folded:not(.style02) .header_bottom .header_callToAction {
            padding: 3px 23px;
            top: 15px;
        }

        #header.folded .header_bottom #header_menu_button, #header.folded:not(.style02) .header_bottom #header_menu_button {
            top: 27px;
        }

    .layout-topImage #header.folded .header_bottom .header_callToAction, .layout-topImage #header.folded:not(.style02) .header_bottom .header_callToAction, .slider + #header.folded .header_bottom .header_callToAction, .slider + #header.folded:not(.style02) .header_bottom .header_callToAction {
        top: 15px;
    }

    #header .header_bottom .header_nav > ul > li > a.hovered, .noTouchDevice #header .header_bottom .header_nav > ul > li > a:hover {
        color: #fff;
    }

    #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li.current-menu-item > a {
        pointer-events: none;
        cursor: default;
        color: #5c88ab;
    }

    #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li.current-menu-ancestor > a {
        color: #5c88ab;
    }

    .noTouchDevice #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li.current-menu-ancestor > a:hover {
        color: #809fb7;
    }

    #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li > a + .submenu_description {
        margin-top: 9px;
    }

    #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li > .submenu_description {
        font-size: .6190476190476191em;
    }

    #header .header_bottom .header_nav > ul > li.hasSubmenu > a.hovered, .noTouchDevice #header .header_bottom .header_nav > ul > li.hasSubmenu > a:hover {
        color: #fff;
    }

    .noTouchDevice #header .header_bottom .header_nav > ul > li.hasSubmenu > a:hover {
        cursor: pointer;
    }

    #header .header_bottom .header_nav > ul > li.current-menu-ancestor > a:after, #header .header_bottom .header_nav > ul > li.current-menu-item > a:after {
        right: 0;
        left: auto;
        background: none;
    }

    #header .header_bottom .header_nav > ul > li.current-menu-item > a {
        color: #5c88ab;
    }

    #header .header_bottom .header_menu_container {
        overflow: initial;
        padding: 0;
    }

        #header .header_bottom .header_menu_container.style02 {
            background-color: #fff;
        }

            #header .header_bottom .header_menu_container.style02 .header_nav {
                margin-right: 0;
            }

                #header .header_bottom .header_menu_container.style02 .header_nav > ul > li > .header_nav_submenu {
                    -webkit-opacity: 1;
                    -moz-opacity: 1;
                    opacity: 1;
                }

                    #header .header_bottom .header_menu_container.style02 .header_nav > ul > li > .header_nav_submenu > ul > li > a {
                        color: #00338d;
                    }

                #header .header_bottom .header_menu_container.style02 .header_nav > ul > li > a {
                    border-bottom: 1px solid #d6d6d6;
                    color: #333;
                    transition: color .22s ease-out;
                    -webkit-transition: color .22s ease-out;
                    -moz-transition: color .22s ease-out;
                    -ms-transition: color .22s ease-out;
                    -o-transition: color .22s ease-out;
                }

                    #header .header_bottom .header_menu_container.style02 .header_nav > ul > li > a:after {
                        color: #333;
                        transition: opacity .22s ease-out;
                        -webkit-transition: opacity .22s ease-out;
                        -moz-transition: opacity .22s ease-out;
                        -ms-transition: opacity .22s ease-out;
                        -o-transition: opacity .22s ease-out;
                    }

    .noTouchDevice #header .header_bottom .header_menu_container.style02 .header_nav > ul > li > a:hover:after {
        opacity: .5;
    }

    #header .header_bottom .header_menu_container.style02 .header_nav > ul > li > a.hovered {
        color: rgba(0,0,0,.4);
    }

    .noTouchDevice #header .header_bottom .header_menu_container.style02 .header_nav > ul > li > a:hover:after {
        -webkit-opacity: .4;
        -moz-opacity: .4;
        opacity: .4;
        color: #333;
    }

    #header .header_bottom .header_menu_container.style02 #header_ctas .header_callToAction {
        -webkit-transition: color .2s ease-out .05s;
        transition: color .2s ease-out .1s;
        border-color: #333;
        color: #333;
    }

    .noTouchDevice #header .header_bottom .header_menu_container.style02 #header_ctas .header_callToAction:hover {
        color: #fff;
    }

    #header .header_bottom .header_menu_container.style02 .header_lang #header_top_comparator, #header .header_bottom .header_menu_container.style02 .header_lang_style02 #header_top_comparator, #header .header_bottom .header_menu_container.style02 .header_social_style02 #header_top_comparator, #header .header_bottom .header_menu_container.style02 .header_top_nav_style02 #header_top_comparator {
        color: #00338d;
    }

        #header .header_bottom .header_menu_container.style02 .header_lang #header_top_comparator .iconComparator svg path, #header .header_bottom .header_menu_container.style02 .header_lang_style02 #header_top_comparator .iconComparator svg path, #header .header_bottom .header_menu_container.style02 .header_social_style02 #header_top_comparator .iconComparator svg path, #header .header_bottom .header_menu_container.style02 .header_top_nav_style02 #header_top_comparator .iconComparator svg path {
            fill: #00338d;
        }

    #header .header_bottom .header_menu_container.style02 .header_lang_style02 ul li a, #header .header_bottom .header_menu_container.style02 .header_lang ul li a, #header .header_bottom .header_menu_container.style02 .header_social_style02 ul li a, #header .header_bottom .header_menu_container.style02 .header_top_nav_style02 ul li a {
        color: #00338d;
    }

    #header .header_bottom .header_menu_container.style02 .header_phone_style02:before {
        color: #333;
    }

    #header .header_bottom .header_menu_container.style02 .header_phone_style02 a {
        color: #00338d !important;
    }

    #header .header_bottom .header_menu_container.style02 .header_menu_search_style02 input[type=submit] {
        color: #333;
    }

        #header .header_bottom .header_menu_container.style02 .header_menu_search_style02 input[type=submit].active {
            color: #00338d;
        }

    .noTouchDevice #header .header_bottom .header_menu_container.style02 .header_menu_search_style02 input[type=submit].active:hover {
        color: #5c88ab;
    }

    #header .header_bottom .header_menu_container.style02 .header_menu_search_style02 input[type=text] {
        color: #333;
    }

        #header .header_bottom .header_menu_container.style02 .header_menu_search_style02 input[type=text]::-webkit-input-placeholder {
            color: #333;
        }

        #header .header_bottom .header_menu_container.style02 .header_menu_search_style02 input[type=text]:-moz-placeholder, #header .header_bottom .header_menu_container.style02 .header_menu_search_style02 input[type=text]::-moz-placeholder {
            color: #333;
        }

        #header .header_bottom .header_menu_container.style02 .header_menu_search_style02 input[type=text]:-ms-input-placeholder {
            color: #333;
        }

    #header .header_bottom .header_menu_container.style02 #header_menu_button.openMobile {
        background-color: #00338d;
    }

        #header .header_bottom .header_menu_container.style02 #header_menu_button.openMobile:after, #header .header_bottom .header_menu_container.style02 #header_menu_button.openMobile:before {
            background-color: #fff;
        }

    #header .header_bottom .header_menu_container.style01 .header_nav {
        margin-right: 0;
    }

        #header .header_bottom .header_menu_container.style01 .header_nav > ul > li {
            color: #5c88ab;
        }

            #header .header_bottom .header_menu_container.style01 .header_nav > ul > li > .header_nav_submenu {
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
            }

                #header .header_bottom .header_menu_container.style01 .header_nav > ul > li > .header_nav_submenu > ul > li > a {
                    color: #fff;
                }

    #header .header_bottom .header_menu_container.style01 #header_ctas .header_callToAction {
        border-color: #fff;
        color: #fff;
    }

    #header .header_bottom .header_menu_container.openMobile #header_ctas {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    #header .header_bottom .header_menu_container .header_nav > ul > li, #header .header_bottom .header_menu_container .header_nav > ul > li:first-child > a {
        padding-top: 0;
    }

        #header .header_bottom .header_menu_container .header_nav > ul > li:first-child > a:after {
            left: auto;
            margin-top: -22px;
        }

        #header .header_bottom .header_menu_container .header_nav > ul > li > .header_nav_submenu > ul > li {
            padding-left: 42px;
        }

        #header .header_bottom .header_menu_container .header_nav > ul > li > a {
            padding: 25px 40px 25px 0;
        }

    #header .header_bottom .header_menu_container .header_menu_inner {
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
        height: 100%;
        padding: 70px 70px 60px;
    }

    #header .header_bottom #header_menu_button {
        -webkit-animation: d .22s ease-out;
        animation: d .22s ease-out;
    }

    @-webkit-keyframes d {
        0% {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes d {
        0% {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    #header .header_bottom #header_menu_button.openMobile {
        top: 0;
        left: -68px;
        right: auto;
        width: 68px;
        height: 68px;
        margin-top: 0;
        background-color: #fff;
    }

        #header .header_bottom #header_menu_button.openMobile:after, #header .header_bottom #header_menu_button.openMobile:before {
            top: 50%;
            left: 50%;
            right: auto;
            margin-top: -9px;
            margin-left: -15px;
        }

        #header .header_bottom #header_menu_button.openMobile:after {
            margin-top: 5px;
        }

    #header .header_bottom #header_ctas {
        float: none;
        clear: none;
        display: block;
        width: calc(100% + 54px);
        height: auto;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

        #header .header_bottom #header_ctas .header_callToAction {
            position: relative;
            padding: 3px 19px;
        }

            #header .header_bottom #header_ctas .header_callToAction + * {
                margin-left: 20px;
            }

    #header .header_nav {
        padding-right: 0 !important;
    }

    #header .header_bottom .header_top_nav_style02 ul li.menu-item-has-children ul.sub-menu, #header .header_bottom .header_top_nav ul li.menu-item-has-children ul.sub-menu {
        display: table !important;
    }

        #header .header_bottom .header_top_nav_style02 ul li.menu-item-has-children ul.sub-menu li a, #header .header_bottom .header_top_nav ul li.menu-item-has-children ul.sub-menu li a {
            padding: 0 0 0 22px;
        }
}

@media only screen and (max-width:1180px) and (max-width:1240px) {
    #header .header_bottom .header_nav > ul > li.excludeIcon a:after {
        display: none;
    }
}

@media only screen and (max-width:1024px) {
    #header, #header.style02 {
        padding: 0 44px;
    }
}

@media only screen and (max-width:800px) {
    #header .header_bottom #header_menu_button, #header.style02 .header_bottom #header_menu_button {
        right: 44px;
    }

    #header .header_bottom .header_callToAction, #header.style02 .header_bottom .header_callToAction {
        right: 109px;
    }

    #header .header_bottom .header_top_nav, #header .header_bottom .header_top_nav_style02, #header.style02 .header_bottom .header_top_nav, #header.style02 .header_bottom .header_top_nav_style02 {
        margin-top: 40px;
    }

    #header .header_bottom .header_nav > ul > li > a, #header.style02 .header_bottom .header_nav > ul > li > a {
        padding-bottom: 15px;
    }

    #header.fixed .header_bottom #header_menu_button, #header.fixed:not(.style02) .header_bottom #header_menu_button, #header.style02.fixed .header_bottom #header_menu_button, #header.style02.fixed:not(.style02) .header_bottom #header_menu_button {
        right: 44px;
    }
}

@media only screen and (max-width:640px) {
    #header.style02 .header_bottom #header_ctas {
        left: 70px;
        right: 70px;
        width: auto;
        height: auto;
    }

        #header.style02 .header_bottom #header_ctas .header_callToAction {
            min-width: 240px;
            padding: 7px 19px;
            text-align: center;
        }

            #header.style02 .header_bottom #header_ctas .header_callToAction + * {
                margin-top: 10px;
                margin-left: 0;
            }
}

@media only screen and (max-width:600px) {
    .BaslikMenu {
        color: #fff !important;
    }

    #header, #header.style02 {
        padding: 0 15px;
    }

        #header.style02 .header_bottom .header_logo:before, #header.style02.style02 .header_bottom .header_logo:before {
            height: 65px;
        }

    .layout-topImage #header.style02:not(.style02) .header_bottom .header_logo:before, .layout-topImage #header:not(.style02) .header_bottom .header_logo:before, .slider + #header .header_bottom .header_logo:before, .slider + #header.style02 .header_bottom .header_logo:before {
        height: 100%;
    }

    .layout-topImage #header.style02:not(.style02) .header_bottom .header_menu_container #header_menu_button, .layout-topImage #header:not(.style02) .header_bottom .header_menu_container #header_menu_button, .slider + #header .header_bottom .header_menu_container #header_menu_button, .slider + #header.style02 .header_bottom .header_menu_container #header_menu_button {
        top: 0;
    }

    .layout-topImage #header.style02:not(.style02) .header_bottom #header_menu_button, .layout-topImage #header:not(.style02) .header_bottom #header_menu_button, .slider + #header .header_bottom #header_menu_button, .slider + #header.style02 .header_bottom #header_menu_button {
        top: 30px;
    }

    .layout-topImage #header.style02:not(.style02).fixed .header_bottom .header_callToAction, .layout-topImage #header:not(.style02).fixed .header_bottom .header_callToAction, .slider + #header.fixed .header_bottom .header_callToAction, .slider + #header.style02.fixed .header_bottom .header_callToAction {
        color: #fff;
        border-color: #fff;
    }

    .layout-topImage #header.style02:not(.style02).fixed.style02 .header_bottom, .layout-topImage #header.style02:not(.style02).fixed.style02 .header_bottom:before, .layout-topImage #header:not(.style02).fixed.style02 .header_bottom, .layout-topImage #header:not(.style02).fixed.style02 .header_bottom:before, .slider + #header.fixed.style02 .header_bottom, .slider + #header.fixed.style02 .header_bottom:before, .slider + #header.style02.fixed.style02 .header_bottom, .slider + #header.style02.fixed.style02 .header_bottom:before {
        height: 59px;
    }

        .layout-topImage #header.style02:not(.style02).fixed.style02 .header_bottom #header_menu_button, .layout-topImage #header:not(.style02).fixed.style02 .header_bottom #header_menu_button, .slider + #header.fixed.style02 .header_bottom #header_menu_button, .slider + #header.style02.fixed.style02 .header_bottom #header_menu_button {
            top: 23px;
        }

    .layout-topImage #header.style02:not(.style02).style02 .header_bottom, .layout-topImage #header.style02:not(.style02).style02 .header_bottom:before, .layout-topImage #header:not(.style02).style02 .header_bottom, .layout-topImage #header:not(.style02).style02 .header_bottom:before, .slider + #header.style02 .header_bottom, .slider + #header.style02 .header_bottom:before, .slider + #header.style02.style02 .header_bottom, .slider + #header.style02.style02 .header_bottom:before {
        height: 80px;
    }

        .layout-topImage #header.style02:not(.style02).style02 .header_bottom #header_menu_button, .layout-topImage #header:not(.style02).style02 .header_bottom #header_menu_button, .slider + #header.style02 .header_bottom #header_menu_button, .slider + #header.style02.style02 .header_bottom #header_menu_button {
            top: 34px;
        }

    #header .header_bottom, #header .header_bottom:after, #header .header_bottom:before, #header.style02 .header_bottom, #header.style02 .header_bottom:after, #header.style02 .header_bottom:before {
        height: 80px;
    }

        #header .header_bottom .header_callToAction, #header.style02 .header_bottom .header_callToAction {
            display: none;
            right: auto;
            top: 17px;
            left: 30px;
            margin-left: -5px;
        }

        #header .header_bottom .header_menu_container, #header.style02 .header_bottom .header_menu_container {
            max-width: 440px;
        }

            #header .header_bottom .header_menu_container .header_callToAction, #header.style02 .header_bottom .header_menu_container .header_callToAction {
                display: block;
                top: 20px;
            }

                #header .header_bottom .header_menu_container .header_callToAction.callToActionLink, #header.style02 .header_bottom .header_menu_container .header_callToAction.callToActionLink {
                    top: 9px;
                    padding-left: 0;
                    padding-bottom: 15px;
                }

                    #header .header_bottom .header_menu_container .header_callToAction.callToActionLink:before, #header.style02 .header_bottom .header_menu_container .header_callToAction.callToActionLink:before {
                        content: "";
                        display: block;
                        position: absolute;
                        top: auto;
                        bottom: 0;
                        left: 0;
                        width: 25px;
                        height: 1px;
                        background-color: #fff;
                        transform: translateY(0);
                    }

            #header .header_bottom .header_menu_container.openMobile .header_callToAction, #header.style02 .header_bottom .header_menu_container.openMobile .header_callToAction {
                border-color: #fff;
                color: #fff;
            }

            #header .header_bottom .header_menu_container .header_menu_inner, #header.style02 .header_bottom .header_menu_container .header_menu_inner {
                padding: 108px 25px 25px;
            }

        #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li ul li a {
            font-size: 11px !important;
            color: #ebebeb !important;
        }

        #header .header_bottom .header_menu_container .header_nav > ul > li, #header.style02 .header_bottom .header_menu_container .header_nav > ul > li {
            font-size: .8889em;
            line-height: 1.4em;
        }

            #header .header_bottom .header_menu_container .header_nav > ul > li:last-child.hasSubmenu.openMobile > a, #header.style02 .header_bottom .header_menu_container .header_nav > ul > li:last-child.hasSubmenu.openMobile > a {
                padding-bottom: 15px;
                border-bottom: 1px solid #fff;
            }

                #header .header_bottom .header_menu_container .header_nav > ul > li:last-child.hasSubmenu.openMobile > a:after, #header.style02 .header_bottom .header_menu_container .header_nav > ul > li:last-child.hasSubmenu.openMobile > a:after {
                    margin-top: -8px;
                }

            #header .header_bottom .header_menu_container .header_nav > ul > li > a, #header.style02 .header_bottom .header_menu_container .header_nav > ul > li > a {
                padding: 15px 30px 15px 0;
            }

        #header .header_bottom .header_nav > ul > li, #header.style02 .header_bottom .header_nav > ul > li {
            font-size: .8889em;
        }

            #header .header_bottom .header_nav > ul > li:last-child > a, #header.style02 .header_bottom .header_nav > ul > li:last-child > a {
                border-bottom: 0;
            }

            #header .header_bottom .header_nav > ul > li.hasSubmenu:first-child > a:after, #header.style02 .header_bottom .header_nav > ul > li.hasSubmenu:first-child > a:after {
                margin: -16px 0 0;
            }

            #header .header_bottom .header_nav > ul > li.hasSubmenu > a:after, #header.style02 .header_bottom .header_nav > ul > li.hasSubmenu > a:after {
                margin: -8px 0 0;
            }

            #header .header_bottom .header_nav > ul > li > a, #header.style02 .header_bottom .header_nav > ul > li > a {
                padding-bottom: 8px;
                padding-right: 0;
            }

            #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li, #header.style02 .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li {
                padding-left: 20px;
            }

                #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li > a, #header.style02 .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li > a {
                    font-size: 18px;
                    line-height: 2em;
                }

                    #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li > a + .submenu_description, #header.style02 .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li > a + .submenu_description {
                        margin-top: 5px;
                    }

                #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li > .submenu_description, #header.style02 .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li > .submenu_description {
                    font-size: 13px;
                }

                #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li:first-child, #header.style02 .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li:first-child {
                    margin-top: 32px;
                }

                #header .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li + li, #header.style02 .header_bottom .header_nav > ul > li > .header_nav_submenu > ul > li + li {
                    margin-top: 15px;
                }

            #header .header_bottom .header_nav > ul > li + li, #header.style02 .header_bottom .header_nav > ul > li + li {
                padding-top: 6px;
            }

        #header .header_bottom .header_nav.header_nav_studiesTab > .header_nav_submenu > ul > li > a, #header.style02 .header_bottom .header_nav.header_nav_studiesTab > .header_nav_submenu > ul > li > a {
            font-size: .6875em;
            line-height: 2em;
        }

        #header .header_bottom .header_social, #header .header_bottom .header_social_style02, #header.style02 .header_bottom .header_social, #header.style02 .header_bottom .header_social_style02 {
            margin-top: 21px;
        }

            #header .header_bottom .header_social_style02 li, #header .header_bottom .header_social li, #header.style02 .header_bottom .header_social_style02 li, #header.style02 .header_bottom .header_social li {
                margin-right: 22px;
            }

                #header .header_bottom .header_social_style02 li + li, #header .header_bottom .header_social li + li, #header.style02 .header_bottom .header_social_style02 li + li, #header.style02 .header_bottom .header_social li + li {
                    margin-right: 22px;
                    margin-left: 0;
                }

        #header .header_bottom #header_menu_button, #header.style02 .header_bottom #header_menu_button {
            width: 27px;
            height: 18px;
            top: 34px;
            right: 15px;
        }

            #header .header_bottom #header_menu_button span, #header.style02 .header_bottom #header_menu_button span {
                width: 27px;
                height: 2px;
                top: 6px;
            }

                #header .header_bottom #header_menu_button span:before, #header.style02 .header_bottom #header_menu_button span:before {
                    width: 60px;
                    left: -18px;
                }

            #header .header_bottom #header_menu_button:before, #header.style02 .header_bottom #header_menu_button:before {
                width: 27px;
                height: 2px;
            }

            #header .header_bottom #header_menu_button:after, #header.style02 .header_bottom #header_menu_button:after {
                width: 27px;
                height: 2px;
                top: 12px;
            }

            #header .header_bottom #header_menu_button.openMobile, #header.style02 .header_bottom #header_menu_button.openMobile {
                left: -34px;
                width: 34px;
            }

                #header .header_bottom #header_menu_button.openMobile span, #header.style02 .header_bottom #header_menu_button.openMobile span {
                    transform: rotate(-135deg) translate3d(-1px,-1px,0);
                    -webkit-transform: rotate(-135deg) translate3d(-1px,-1px,0);
                    -ms-transform: rotate(-135deg) translate3d(-1px,-1px,0);
                    width: 22px;
                }

                #header .header_bottom #header_menu_button.openMobile:before, #header.style02 .header_bottom #header_menu_button.openMobile:before {
                    transform: rotate(-45deg) translate3d(-3px,9px,0);
                    -webkit-transform: rotate(-45deg) translate3d(-3px,9px,0);
                    -ms-transform: rotate(-45deg) translate3d(-3px,9px,0);
                    width: 22px;
                    height: 1px;
                }

                #header .header_bottom #header_menu_button.openMobile:after, #header.style02 .header_bottom #header_menu_button.openMobile:after {
                    transform: rotate(-135deg) translate3d(1px,7px,0);
                    -webkit-transform: rotate(-135deg) translate3d(1px,7px,0);
                    -ms-transform: rotate(-135deg) translate3d(1px,7px,0);
                    width: 22px;
                    height: 1px;
                }

        #header .header_bottom .header_menu_search_style02 input[type=text], #header .header_bottom .header_menu_search input[type=text], #header.style02 .header_bottom .header_menu_search_style02 input[type=text], #header.style02 .header_bottom .header_menu_search input[type=text] {
            margin-top: 0;
            padding-top: 17px;
            padding-bottom: 15px;
        }

        #header .header_bottom .header_top_nav, #header .header_bottom .header_top_nav_style02, #header.style02 .header_bottom .header_top_nav, #header.style02 .header_bottom .header_top_nav_style02 {
            margin-top: 35px;
            padding-bottom: 29px;
        }

        #header .header_bottom .header_lang, #header .header_bottom .header_lang_style02, #header.style02 .header_bottom .header_lang, #header.style02 .header_bottom .header_lang_style02 {
            float: none;
            clear: left;
            padding-top: 2px;
        }

            #header .header_bottom .header_lang + .header_phone, #header .header_bottom .header_lang + .header_phone_style02, #header .header_bottom .header_lang_style02 + .header_phone, #header .header_bottom .header_lang_style02 + .header_phone_style02, #header.style02 .header_bottom .header_lang + .header_phone, #header.style02 .header_bottom .header_lang + .header_phone_style02, #header.style02 .header_bottom .header_lang_style02 + .header_phone, #header.style02 .header_bottom .header_lang_style02 + .header_phone_style02 {
                margin-top: 10px;
            }

        #header .header_bottom .header_phone, #header .header_bottom .header_phone_style02, #header.style02 .header_bottom .header_phone, #header.style02 .header_bottom .header_phone_style02 {
            display: block !important;
            margin: 0;
        }

            #header .header_bottom .header_phone:before, #header .header_bottom .header_phone_style02 a, #header .header_bottom .header_phone_style02:before, #header .header_bottom .header_phone a, #header.style02 .header_bottom .header_phone:before, #header.style02 .header_bottom .header_phone_style02 a, #header.style02 .header_bottom .header_phone_style02:before, #header.style02 .header_bottom .header_phone a {
                display: inline-block;
                vertical-align: middle;
            }

            #header .header_bottom .header_phone_style02 a, #header .header_bottom .header_phone a, #header.style02 .header_bottom .header_phone_style02 a, #header.style02 .header_bottom .header_phone a {
                margin-left: 10px;
                color: #00338d;
            }

    .noTouchDevice #header .header_bottom .header_phone_style02 a:hover, .noTouchDevice #header .header_bottom .header_phone a:hover, .noTouchDevice #header.style02 .header_bottom .header_phone_style02 a:hover, .noTouchDevice #header.style02 .header_bottom .header_phone a:hover {
        color: #5c88ab;
    }

    #header.fixed, #header.style02.fixed {
        height: 80px;
    }

        #header.fixed .header_bottom:before, #header.style02.fixed .header_bottom:before {
            height: 80px;
            transition: height .5s ease-out;
            -webkit-transition: height .5s ease-out;
            -moz-transition: height .5s ease-out;
            -ms-transition: height .5s ease-out;
            -o-transition: height .5s ease-out;
        }

        #header.fixed .header_bottom:after, #header.style02.fixed .header_bottom:after {
            height: 80px;
        }

        #header.fixed .header_bottom .header_nav, #header.style02.fixed .header_bottom .header_nav {
            padding-right: 0;
        }

        #header.fixed .header_bottom #header_menu_button, #header.style02.fixed .header_bottom #header_menu_button {
            top: 34px;
            right: 15px;
        }

    .layout-topImage #header.fixed:not(.style02) .header_bottom .header_nav, .layout-topImage #header.style02.fixed:not(.style02) .header_bottom .header_nav, .slider + #header.fixed .header_bottom .header_nav, .slider + #header.style02.fixed .header_bottom .header_nav {
        padding-right: 0;
    }

    .layout-topImage #header.fixed:not(.style02) + *, .layout-topImage #header.style02.fixed:not(.style02) + *, .slider + #header.fixed + *, .slider + #header.style02.fixed + * {
        margin-top: 0;
    }

    #header.folded .header_bottom, #header.folded:not(.style02) .header_bottom, #header.style02.folded .header_bottom, #header.style02.folded:not(.style02) .header_bottom {
        height: 60px;
    }

        #header.folded .header_bottom:before, #header.folded:not(.style02) .header_bottom:before, #header.style02.folded .header_bottom:before, #header.style02.folded:not(.style02) .header_bottom:before {
            height: 59px;
        }

        #header.folded .header_bottom:after, #header.folded:not(.style02) .header_bottom:after, #header.style02.folded .header_bottom:after, #header.style02.folded:not(.style02) .header_bottom:after {
            height: 60px;
        }

        #header.folded .header_bottom #header_menu_button, #header.folded:not(.style02) .header_bottom #header_menu_button, #header.style02.folded .header_bottom #header_menu_button, #header.style02.folded:not(.style02) .header_bottom #header_menu_button {
            top: 22px;
            right: 15px;
        }

        #header.folded .header_bottom .header_callToAction, #header.folded:not(.style02) .header_bottom .header_callToAction, #header.style02.folded .header_bottom .header_callToAction, #header.style02.folded:not(.style02) .header_bottom .header_callToAction {
            padding: 10px 23px;
            top: 20px;
        }

    .layout-topImage #header.folded:not(.style02) .header_bottom .header_nav, .layout-topImage #header.folded:not(.style02):not(.style02) .header_bottom .header_nav, .layout-topImage #header.style02.folded:not(.style02) .header_bottom .header_nav, .layout-topImage #header.style02.folded:not(.style02):not(.style02) .header_bottom .header_nav, .slider + #header.folded .header_bottom .header_nav, .slider + #header.folded:not(.style02) .header_bottom .header_nav, .slider + #header.style02.folded .header_bottom .header_nav, .slider + #header.style02.folded:not(.style02) .header_bottom .header_nav {
        padding-right: 0;
    }

    .layout-topImage #header.folded:not(.style02) + *, .layout-topImage #header.folded:not(.style02):not(.style02) + *, .layout-topImage #header.style02.folded:not(.style02) + *, .layout-topImage #header.style02.folded:not(.style02):not(.style02) + *, .slider + #header.folded + *, .slider + #header.folded:not(.style02) + *, .slider + #header.style02.folded + *, .slider + #header.style02.folded:not(.style02) + * {
        margin-top: 0;
    }

    #header.style02 .header_bottom .header_menu_container.style02 .header_nav > ul > li:last-child.hasSubmenu.openMobile > a, #header.style02.style02 .header_bottom .header_menu_container.style02 .header_nav > ul > li:last-child.hasSubmenu.openMobile > a {
        border-bottom: 1px solid #d6d6d6;
    }

    #header.style02 .header_bottom .header_menu_container.style02 .header_menu_inner, #header.style02.style02 .header_bottom .header_menu_container.style02 .header_menu_inner {
        padding: 30px 25px 25px;
    }

    #header.style02 .header_bottom #header_ctas, #header.style02.style02 .header_bottom #header_ctas {
        top: 25px;
        left: 25px;
        right: 25px;
    }

        #header.style02 .header_bottom #header_ctas .header_callToAction, #header.style02.style02 .header_bottom #header_ctas .header_callToAction {
            margin: 0;
            min-width: 240px;
        }

            #header.style02 .header_bottom #header_ctas .header_callToAction + *, #header.style02.style02 .header_bottom #header_ctas .header_callToAction + * {
                margin-top: 10px;
            }

    #header.style02 .header_bottom .header_menu_container.style01 .header_menu_inner, #header.style02.style02 .header_bottom .header_menu_container.style01 .header_menu_inner {
        padding: 30px 25px 25px;
    }
}

@media only screen and (max-width:490px) {
    #header .header_bottom #header_menu_button.openMobile, #header.style02 .header_bottom #header_menu_button.openMobile {
        left: -12%;
        width: 12%;
    }
}

@media only screen and (max-width:415px) {
    #header.style02.style02 .header_bottom #header_ctas .header_callToAction {
        width: 100%;
        min-width: auto;
    }
}

.slider {
    position: relative;
    height: 100%;
    min-height: 600px;
    overflow: hidden;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.55,0,.1,1);
    transition: transform .5s cubic-bezier(.55,0,.1,1);
}

body.move .slider {
    transform: translateX(-15%) translateZ(0);
    -webkit-transform: translateX(-15%) translateZ(0);
    -ms-transform: translateX(-15%) translateZ(0);
}

    body.move .slider .slider_content {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

.slider .slider_event {
    margin-top: 70px;
}

.slider ul {
    position: relative;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #000;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
}

    .slider ul, .slider ul li {
        height: 100%;
        overflow: hidden;
    }

        .slider ul li {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            text-align: center;
            background-size: cover;
            background-position: top;
            z-index: 1;
            transform-origin: 0 50%;
            letter-spacing: -4px;
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
        }

            .slider ul li .slider_content {
                position: relative;
                z-index: 1;
                display: inline-block;
                vertical-align: middle;
                letter-spacing: 0;
                min-width: 720px;
                padding: 0 70px;
                width: 99.8%;
                text-align: left;
            }

.Font {
    font-family: Rational-Book !important;
}

.slider ul li .slider_content h2 {
    position: relative;
    color: #976d3f;
    font-family: Rational-Book;
    font-size: 3.888888888888889em;
    line-height: 1.0714285714285714em;
    letter-spacing: .00357142857143em;
    max-width: 70%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateY(10px) translateZ(0);
    -webkit-transform: translateY(10px) translateZ(0);
    -ms-transform: translateY(10px) translateZ(0);
    -webkit-transition: -webkit-transform 1.4s cubic-bezier(.7,0,.3,1),opacity 1.4s cubic-bezier(.7,0,.3,1);
    transition: transform 1.4s cubic-bezier(.7,0,.3,1),opacity 1.4s cubic-bezier(.7,0,.3,1);
}

.android .slider ul li .slider_content h2, .ie9 .slider ul li .slider_content h2, .ie10 .slider ul li .slider_content h2, .ie11 .slider ul li .slider_content h2 {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.slider ul li .slider_content h2 span {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transform: translateY(10px) translateZ(0);
    -webkit-transform: translateY(10px) translateZ(0);
    -ms-transform: translateY(10px) translateZ(0);
    -webkit-transition: -webkit-transform 1.4s cubic-bezier(.7,0,.3,1) .25s,opacity 1.4s cubic-bezier(.7,0,.3,1) .25s;
    transition: transform 1.4s cubic-bezier(.7,0,.3,1) .25s,opacity 1.4s cubic-bezier(.7,0,.3,1) .25s;
}

.android .slider ul li .slider_content h2 span, .ie9 .slider ul li .slider_content h2 span, .ie10 .slider ul li .slider_content h2 span, .ie11 .slider ul li .slider_content h2 span {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.slider ul li .slider_content h2 + .slider_callToAction {
    margin-top: 27px;
}

.slider ul li .slider_content_text h2 {
    font-size: 3.3333333333333335em;
    line-height: 1.0833333333333333em;
    letter-spacing: .00416666666667em;
    max-width: 85%;
    font-family: Montserrat;
}

    .slider ul li .slider_content_text h2 span {
        display: block;
        font-family: PT Serif;
        font-size: 1rem;
        font-style: italic;
        font-weight: 400;
        text-transform: none;
        line-height: 1.5555555555555556em;
        letter-spacing: 0;
        margin-top: .5555555555555556em;
    }

    .slider ul li .slider_content_text h2 + .slider_callToAction {
        margin-top: 32px;
    }

.slider ul li .slider_callToAction {
    position: relative;
    display: inline-block;
    color: #976d3f;
    font-size: .6111111111111112em;
    line-height: 2.1818em;
    letter-spacing: .06363636363636em;
    font-family: 'Rational-Medium';
    padding: 18px 33px;
    border: 1px solid #976d3f;
    min-width: 225px;
    text-align: center;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transform: translateY(10px) translateZ(0);
    -webkit-transform: translateY(10px) translateZ(0);
    -ms-transform: translateY(10px) translateZ(0);
    -webkit-transition: -webkit-transform 1.4s cubic-bezier(.7,0,.3,1) .5s,opacity 1.4s cubic-bezier(.7,0,.3,1) .5s;
    transition: transform 1.4s cubic-bezier(.7,0,.3,1) .5s,opacity 1.4s cubic-bezier(.7,0,.3,1) .5s;
}

    .slider ul li .slider_callToAction.button-small {
        margin-top: 32px;
        margin-left: 15px;
    }

        .slider ul li .slider_callToAction.button-small a.button-small {
            background-color: #fff;
            max-width: 120px;
        }

.ie9 .slider ul li .slider_callToAction {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.slider ul li .slider_callToAction:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    background-color: #fff;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: left .2s ease-out,right .2s ease-out,opacity .2s ease-out,background-color .2s ease-out;
    transition: left .2s ease-out,right .2s ease-out,opacity .2s ease-out,background-color .2s ease-out;
}

.slider ul li .slider_callToAction i {
    margin-left: 14px;
    margin-right: -3px;
    font-size: 13.5px;
    vertical-align: middle;
}

    .slider ul li .slider_callToAction i.icon-play2 {
        font-size: 24px;
    }

.noTouchDevice .slider ul li .slider_callToAction:hover {
    color: #353739;
}

    .noTouchDevice .slider ul li .slider_callToAction:hover:after {
        left: 0;
        right: 0;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

.slider ul li .imageContainer, .slider ul li img {
    width: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
}

.slider ul li.inLeft .slider_content h2 {
    -webkit-animation: i .85s forwards ease-out .15s;
    animation: i .85s forwards ease-out .15s;
}

    .slider ul li.inLeft .slider_content h2 span {
        -webkit-animation: i .65s forwards ease-out .35s;
        animation: i .65s forwards ease-out .35s;
    }

.slider ul li.inLeft .slider_callToAction {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-animation: j 1s forwards ease-out;
    animation: j 1s forwards ease-out;
}

.slider ul li.inRight h2 {
    -webkit-animation: k .85s forwards ease-out .15s;
    animation: k .85s forwards ease-out .15s;
}

    .slider ul li.inRight h2 span {
        -webkit-animation: k .65s forwards ease-out .35s;
        animation: k .65s forwards ease-out .35s;
    }

.slider ul li.inRight .slider_callToAction {
    -webkit-animation: k .4s forwards ease-out .5s;
    animation: k .4s forwards ease-out .5s;
}

.slider ul li.outLeft .slider_callToAction, .slider ul li.outLeft .slider_content h2, .slider ul li.outLeft .slider_content h2 span {
    -webkit-animation: m 1.6s forwards ease-in;
    animation: m 1.6s forwards ease-in;
}

.slider ul li.outRight .slider_callToAction, .slider ul li.outRight h2, .slider ul li.outRight h2 span {
    -webkit-animation: l 1.6s forwards ease-in;
    animation: l 1.6s forwards ease-in;
}

.slider ul li.active {
    z-index: 3;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

    .slider ul li.active .slider_content .slider_callToAction, .slider ul li.active .slider_content h2, .slider ul li.active .slider_content h2 span {
        transform: translateY(0) translateZ(0);
        -webkit-transform: translateY(0) translateZ(0);
        -ms-transform: translateY(0) translateZ(0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    .slider ul li.active.inRight {
        -webkit-animation: e 1s forwards cubic-bezier(.7,0,.3,1);
        animation: e 1s forwards cubic-bezier(.7,0,.3,1);
    }

    .slider ul li.active.inLeft {
        -webkit-animation: g 1s forwards cubic-bezier(.7,0,.3,1);
        animation: g 1s forwards cubic-bezier(.7,0,.3,1);
    }

    .slider ul li.active:after {
        -webkit-opacity: .4;
        -moz-opacity: .4;
        opacity: .4;
    }

.slider ul li.outRight {
    -webkit-animation: f .84s forwards cubic-bezier(.7,0,.3,1);
    animation: f .84s forwards cubic-bezier(.7,0,.3,1);
}

.slider ul li.outLeft, .slider ul li.outRight {
    z-index: 2;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.slider ul li.outLeft {
    -webkit-animation: h .84s forwards cubic-bezier(.7,0,.3,1);
    animation: h .84s forwards cubic-bezier(.7,0,.3,1);
}

.slider ul li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 110%;
    ;
    width: 1px;
    margin-right: -1px;
}

.slider ul li.bg_style06:after {
    content: "";
    position: absolute;
    /*background-color: #000;*/
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity .5s ease-out .9s;
    -webkit-transition: opacity .5s ease-out .9s;
    -moz-transition: opacity .5s ease-out .9s;
    -ms-transition: opacity .5s ease-out .9s;
    -o-transition: opacity .5s ease-out .9s;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
}

.slider ul li.hasHomeFeaturedContent:before {
    height: 105%;
}

.slider img {
    vertical-align: top;
}

.slider .toContent {
    position: absolute;
    font-family: PT Serif;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    width: 100%;
    max-width: 1682px;
    margin: auto;
    bottom: 88px;
    height: 0;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 0 70px;
    transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -webkit-animation: n 2.4s backwards ease-out;
    animation: n 2.4s backwards ease-out;
}

@media (max-width:600px) {
    .slider .toContent {
        bottom: 18px;
    }
}

.slider .toContent a {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    padding-bottom: 36px;
}

    .slider .toContent a:after {
        position: relative;
        display: block;
        font-family: ieurwd-icons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e601";
        font-size: .6667em;
        text-align: center;
        margin-top: 8px;
        padding: 0 10px;
        -webkit-animation: o 1s forwards linear infinite;
        animation: o 1s forwards linear infinite;
    }

.noTouchDevice .slider .toContent a:hover {
    color: #fff;
}

.noTouchDevice .slider .toContent {
    display: block;
}

    .noTouchDevice .slider .toContent:hover {
        color: #fff;
        -webkit-opacity: .7;
        -moz-opacity: .7;
        opacity: .7;
    }

.slider .toContent.leftAlign {
    text-align: left;
}

    .slider .toContent.leftAlign a:after {
        display: inline-block;
        margin-left: 10px;
    }

.slider--ls {
    height: 725px !important;
}

    .slider--ls ul {
        top: 175px !important;
        width: 69.5%;
        z-index: 5;
    }

.sliderCarruselMedio .slider_controls a {
    position: absolute;
    color: #fff;
    text-align: center;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    z-index: 3;
    display: none;
}

.noTouchDevice .sliderCarruselMedio .slider_controls a {
    display: block;
}

.sliderCarruselMedio .slider_controls a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.sliderCarruselMedio .slider_controls a:before {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    font-family: ieurwd-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sliderCarruselMedio .slider_controls a.disabled {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
}

.noTouchDevice .sliderCarruselMedio .slider_controls a.disabled:hover {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.noTouchDevice .sliderCarruselMedio .slider_controls a:hover {
    color: #fff;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
}

.sliderCarruselMedio .slider_controls .slider_control_right {
    right: 7%;
}

    .sliderCarruselMedio .slider_controls .slider_control_right:before {
        content: "\e617";
    }

.sliderCarruselMedio .slider_controls .slider_control_left {
    left: 7%;
}

    .sliderCarruselMedio .slider_controls .slider_control_left:before {
        content: "\e616";
    }

.sliderCarruselMedio .slider_controls.dynamic {
    position: absolute;
    width: 60%;
    top: 60%;
    left: 40%;
}

    .sliderCarruselMedio .slider_controls.dynamic a {
        top: 0;
        left: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        width: 160px;
        height: 160px;
        margin-left: -80px;
        margin-top: 0;
        cursor: none;
        transition: opacity .4s ease-out;
        -webkit-transition: opacity .4s ease-out;
        -moz-transition: opacity .4s ease-out;
        -ms-transition: opacity .4s ease-out;
        -o-transition: opacity .4s ease-out;
    }

        .sliderCarruselMedio .slider_controls.dynamic a:before {
            font-size: 2.111111111111111em;
        }

.ie9 .sliderCarruselMedio .slider_controls.dynamic a:before, .ie10 .sliderCarruselMedio .slider_controls.dynamic a:before, .ie11 .sliderCarruselMedio .slider_controls.dynamic a:before {
    font-size: 38px;
}

.noTouchDevice .sliderCarruselMedio .slider_controls.dynamic a:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    color: #fff;
}

.sliderCarruselMedio .slider_controls.dynamic a.disabled {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    pointer-events: none;
}

.noTouchDevice .sliderCarruselMedio .slider_controls.dynamic a.disabled:hover {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.sliderCarruselMedio .slider_controls.dynamic .slider_control_right {
    right: 0;
    left: auto;
}

.sliderCarruselMedio .slider_controls.dynamic .slider_control_left {
    left: 0;
}

.slider_controls a {
    position: absolute;
    color: #fff;
    text-align: center;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    z-index: 3;
    display: none;
}

.noTouchDevice .slider_controls a {
    display: block;
}

.slider_controls a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.slider_controls a:before {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    font-family: ieurwd-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slider_controls a.disabled {
    pointer-events: none;
}

.noTouchDevice .slider_controls a.disabled:hover, .slider_controls a.disabled {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.noTouchDevice .slider_controls a:hover {
    color: #fff;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
}

.slider_controls .slider_control_right {
    right: 7%;
}

    .slider_controls .slider_control_right:before {
        content: "\e617";
    }

.slider_controls .slider_control_left {
    left: 7%;
}

    .slider_controls .slider_control_left:before {
        content: "\e616";
    }

.slider_controls.dynamic {
    position: absolute;
    top: 0;
    left: 0;
}

    .slider_controls.dynamic a {
        top: 0;
        left: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        width: 160px;
        height: 160px;
        margin-left: -80px;
        margin-top: -75px;
        cursor: none;
        transition: opacity .4s ease-out;
        -webkit-transition: opacity .4s ease-out;
        -moz-transition: opacity .4s ease-out;
        -ms-transition: opacity .4s ease-out;
        -o-transition: opacity .4s ease-out;
    }

        .slider_controls.dynamic a:before {
            font-size: 2.111111111111111em;
        }

.ie9 .slider_controls.dynamic a:before, .ie10 .slider_controls.dynamic a:before, .ie11 .slider_controls.dynamic a:before {
    font-size: 38px;
}

.noTouchDevice .slider_controls.dynamic a:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    color: #fff;
}

.slider_controls.dynamic a.disabled {
    pointer-events: none;
}

.noTouchDevice .slider_controls.dynamic a.disabled:hover, .slider_controls.dynamic a.disabled {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.slider_controls.dynamic .slider_control_right {
    right: inherit;
}

.slider_controls.dynamic .slider_control_left {
    left: 0;
}

.noTouchDevice .slider .owl-controls, .noTouchDevice .slider .slider_pagination {
    display: none;
}

.owl-controls, .slider_pagination {
    position: absolute;
    width: 100%;
    text-align: center;
    display: block;
}

    .owl-controls .owl-dot, .owl-controls a, .slider_pagination .owl-dot, .slider_pagination a {
        position: relative;
        display: inline-block;
        font-size: 0;
        margin: 0;
        padding: 4px;
        height: 30px;
        width: 30px;
        margin: -10px 0;
        border-radius: 50%;
        background-clip: padding-box;
    }

        .owl-controls .owl-dot:last-child, .owl-controls a:last-child, .slider_pagination .owl-dot:last-child, .slider_pagination a:last-child {
            margin-right: 0;
        }

        .owl-controls .owl-dot:before, .owl-controls a:before, .slider_pagination .owl-dot:before, .slider_pagination a:before {
            position: absolute;
            content: "";
            background-color: #fff;
            width: 6px;
            height: 6px;
            display: block;
            top: 50%;
            left: 50%;
            margin-top: -3px;
            margin-left: -3px;
            border-radius: 50%;
            background-clip: padding-box;
            -webkit-opacity: .31;
            -moz-opacity: .31;
            opacity: .31;
            transition: opacity .2s linear;
            -webkit-transition: opacity .2s linear;
            -moz-transition: opacity .2s linear;
            -ms-transition: opacity .2s linear;
            -o-transition: opacity .2s linear;
        }

        .owl-controls .owl-dot.active:before, .owl-controls a.active:before, .slider_pagination .owl-dot.active:before, .slider_pagination a.active:before {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

.owl-controls {
    display: block;
}

@keyframes e {
    0% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
    }
}

@keyframes f {
    0% {
        transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
    }

    20% {
        transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
    }

    to {
        -webkit-opacity: .4;
        -moz-opacity: .4;
        opacity: .4;
        transform: translateX(70%) scale(.8);
        -webkit-transform: translateX(70%) scale(.8);
        -ms-transform: translateX(70%) scale(.8);
    }
}

@keyframes g {
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
    }

    to {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
    }
}

@keyframes h {
    0% {
        transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
    }

    20% {
        transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
    }

    to {
        -webkit-opacity: .4;
        -moz-opacity: .4;
        opacity: .4;
        transform: translateX(-70%) scale(.8);
        -webkit-transform: translateX(-70%) scale(.8);
        -ms-transform: translateX(-70%) scale(.8);
    }
}

@-webkit-keyframes e {
    0% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
    }
}

@-webkit-keyframes f {
    0% {
        transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
    }

    20% {
        transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
    }

    to {
        -webkit-opacity: .4;
        -moz-opacity: .4;
        opacity: .4;
        transform: translateX(70%) scale(.8);
        -webkit-transform: translateX(70%) scale(.8);
        -ms-transform: translateX(70%) scale(.8);
    }
}

@-webkit-keyframes g {
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
    }

    to {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
    }
}

@-webkit-keyframes h {
    0% {
        transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
    }

    20% {
        transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
    }

    to {
        -webkit-opacity: .4;
        -moz-opacity: .4;
        opacity: .4;
        transform: translateX(-70%) scale(.8);
        -webkit-transform: translateX(-70%) scale(.8);
        -ms-transform: translateX(-70%) scale(.8);
    }
}

@keyframes i {
    0% {
        transform: translateX(500px);
        -webkit-transform: translateX(500px);
        -ms-transform: translateX(500px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    to {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

@keyframes j {
    0% {
        transform: translateX(500px);
        -webkit-transform: translateX(500px);
        -ms-transform: translateX(500px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    70% {
        transform: translateX(500px);
        -webkit-transform: translateX(500px);
        -ms-transform: translateX(500px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    to {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

@keyframes k {
    0% {
        transform: translateX(-500px);
        -webkit-transform: translateX(-500px);
        -ms-transform: translateX(-500px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    to {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

@keyframes l {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    to {
        transform: translateX(500px);
        -webkit-transform: translateX(500px);
        -ms-transform: translateX(500px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }
}

@keyframes m {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    to {
        transform: translateX(-500px);
        -webkit-transform: translateX(-500px);
        -ms-transform: translateX(-500px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }
}

@keyframes n {
    0% {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    85% {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    to {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

@keyframes o {
    0% {
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
    }

    50% {
        transform: translateY(3px);
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
    }

    to {
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
    }
}

@-webkit-keyframes i {
    0% {
        transform: translateX(500px);
        -webkit-transform: translateX(500px);
        -ms-transform: translateX(500px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    to {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

@-webkit-keyframes j {
    0% {
        transform: translateX(500px);
        -webkit-transform: translateX(500px);
        -ms-transform: translateX(500px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    70% {
        transform: translateX(500px);
        -webkit-transform: translateX(500px);
        -ms-transform: translateX(500px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    to {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

@-webkit-keyframes k {
    0% {
        transform: translateX(-500px);
        -webkit-transform: translateX(-500px);
        -ms-transform: translateX(-500px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    to {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

@-webkit-keyframes l {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    to {
        transform: translateX(500px);
        -webkit-transform: translateX(500px);
        -ms-transform: translateX(500px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }
}

@-webkit-keyframes m {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }

    to {
        transform: translateX(-500px);
        -webkit-transform: translateX(-500px);
        -ms-transform: translateX(-500px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }
}

@-webkit-keyframes n {
    0% {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    85% {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }

    to {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}

@-webkit-keyframes o {
    0% {
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
    }

    50% {
        transform: translateY(3px);
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
    }

    to {
        transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
    }
}

@media only screen and (min-width:800px) {
    .slider ul li.hasHomeFeaturedContent:before {
        height: 74%;
    }
}

@media only screen and (min-width:1280px) {
    .slider {
        min-height: 46.875vw;
    }

        .slider ul li .slider_content h2 {
            font-size: 5.35714286vw;
            line-height: 1.0555555555555556em;
        }

            .slider ul li .slider_content h2 + .slider_callToAction {
                margin-top: 2.421875vw;
            }

        .slider ul li .slider_content_text h2 {
            font-size: 5.46875vw;
            line-height: 1.0714285714285714em;
            letter-spacing: .00357142857143em;
        }

            .slider ul li .slider_content_text h2 span {
                display: block;
                font-family: PT Serif;
                font-size: .24em;
                font-style: italic;
                font-weight: 400;
                text-transform: none;
                line-height: 1.6666666666666667em;
                letter-spacing: 0;
                margin-top: 1.1111111111111112em;
                max-width: 58%;
            }

            .slider ul li .slider_content_text h2 + .slider_callToAction {
                margin-top: 32px;
            }

        .slider ul li.hasHomeFeaturedContent:before {
            height: 90%;
        }
}

@media only screen and (min-width:1680px) {
    .slider ul li .slider_content {
        max-width: 1542px;
        padding: 0;
    }

        .slider ul li .slider_content h2 {
            font-size: 5em;
        }

    .slider ul li .slider_content_text h2 {
        max-width: 85%;
    }

        .slider ul li .slider_content_text h2 span {
            font-size: 1.2222222222222223rem;
        }
}

@media only screen and (max-width:1024px) {
    .slider ul li.hasHomeFeaturedContent:before {
        height: 103%;
    }
}

@media only screen and (max-width:1180px) {
    .slider .toContent {
        z-index: auto;
    }
}

@media only screen and (max-width:800px) {
    .slider ul li {
        background-position: 85% !important;
    }

        .slider ul li:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            height: 110% !important;
            width: 1px;
            margin-right: -1px;
        }

    .slider {
        min-height: 560px;
    }

        .slider ul li .slider_content {
            max-width: none;
            min-width: inherit;
            padding: 0 44px;
        }

            .slider ul li .slider_content h2 {
                font-size: 4.375em;
                line-height: 1.0714285714285714em;
                letter-spacing: .00357142857143em;
            }

                .slider ul li .slider_content h2 span {
                    font-size: .375em;
                    line-height: 1.3333em;
                }

        .slider ul li .slider_content_text h2 {
            font-size: 3.888888888888889em;
            line-height: 1.0714285714285714em;
            letter-spacing: .00357142857143em;
            max-width: 90%;
        }

            .slider ul li .slider_content_text h2 span {
                font-size: .2571428571428571em;
                line-height: 1.6666666666666667em;
                letter-spacing: 0;
                max-width: 92%;
                margin-top: .3888888888888889em;
            }

            .slider ul li .slider_content_text h2 + .slider_callToAction {
                margin-top: 60px;
            }

        .slider ul li .slider_callToAction {
            padding: 18px 56px;
        }

        .slider ul li.hasHomeFeaturedContent:before {
            height: 35%;
        }
}

@media only screen and (max-width:650px) {
    .slider ul li .slider_content h2 {
        font-size: 10.76923077vw;
    }
}

@media only screen and (max-height:370px) {
    .slider ul li .slider_content h2 {
        font-size: 1.3333333333333333em;
    }

        .slider ul li .slider_content h2 span {
            font-size: 1em;
        }
}

@media only screen and (max-width:600px) {
    .slider {
        min-height: 480px;
    }

        .slider ul li .slider_content {
            padding: 0 15px;
        }

            .slider ul li .slider_content h2 {
                max-width: 100%;
                font-size: 10vw;
            }

                .slider ul li .slider_content h2 span {
                    font-size: .8888888888888888rem;
                    line-height: 1.5em;
                    letter-spacing: 0;
                    margin-top: 1.0555555555555556em;
                }

                .slider ul li .slider_content h2 + .slider_callToAction {
                    margin-top: 32px;
                }

        .slider ul li .slider_callToAction {
            padding: 14px 32px;
            font-size: .5556em;
            line-height: 2.4em;
            letter-spacing: .07em;
            width: 100%;
            max-width: 290px;
        }

        .slider .toContent {
            padding-bottom: 18px;
        }

            .slider .toContent span {
                display: none;
            }
}

@media only screen and (max-height:600px) and (orientation:landscape) {
    .slider ul li .slider_content h2 {
        font-size: 9.16666667vh;
    }

        .slider ul li .slider_content h2 span {
            font-size: .36363636363636365em;
        }

        .slider ul li .slider_content h2 + .slider_callToAction {
            margin-top: 32px;
        }
}

@media only screen and (max-height:400px) and (max-width:800px) {
    .slider ul li .slider_content h2 span {
        margin-top: .3571em;
    }

    .slider ul li .slider_content h2 + .slider_callToAction {
        margin-top: 32px;
    }

    .slider ul li:before {
        height: 92%;
    }
}

@media only screen and (max-width:414px) {
    .slider ul li .slider_callToAction {
        max-width: 100%;
    }
}

@media only screen and (max-device-width:667px) and (orientation:landscape) {
    .slider ul li:before {
        height: 115%;
    }

    .slider ul li .slider_content h2 {
        font-size: 1.6666666666666667em;
        line-height: 1.2em;
        letter-spacing: .00833333333333em;
    }

        .slider ul li .slider_content h2 span {
            font-size: .5333333333333333em;
            line-height: 1.5em;
            letter-spacing: 0;
        }

    .slider .toContent {
        margin-left: -16px;
        padding-bottom: 28px;
    }

        .slider .toContent span {
            display: none;
        }
}

.footer {
    position: relative;
    background-color: #fff;
}

    .footer .module-accordionLinks .module_list > li:nth-child(3) {
        margin-right: 0;
    }

    .footer .module-accordionLinks .module_list > li:nth-child(4), .footer .module-accordionLinks .module_list > li:nth-child(5), .footer .module-accordionLinks .module_list > li:nth-child(6) {
        margin-top: 4%;
    }

    .footer .module-accordionLinks .module_list > li:last-child {
        margin-right: 0;
    }

    .footer .footer-content_footer {
        background-color: #00338d;
        padding: 88px 70px 90px;
        padding-top: 0;
        width: 100%;
        display: inline-block;
    }

        .footer .footer-content_footer .pointer_home {
            pointer-events: none;
        }

        .footer .footer-content_footer .footer-content_footer_inner {
            letter-spacing: -5px;
            max-width: 1542px;
            margin: auto;
            width: 100%;
        }

            .footer .footer-content_footer .footer-content_footer_inner a {
                color: #fff;
                -webkit-transition: color .1s ease-out;
                transition: color .1s ease-out;
            }

            .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links {
                letter-spacing: 0;
                display: inline-block;
                margin-top: 36px;
                vertical-align: top;
                width: 100%;
            }

                .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links {
                    letter-spacing: 0;
                    list-style: none;
                    padding: 0;
                }

                    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links a {
                        position: relative;
                    }

                        .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links a.link-external:after {
                            content: "\e615";
                            display: inline-block;
                            position: relative;
                            margin-left: 6px;
                            vertical-align: middle;
                            margin-top: -3px;
                            font-family: ieurwd-icons;
                            speak: none;
                            font-style: normal;
                            font-weight: 400;
                            font-variant: normal;
                            text-transform: none;
                            line-height: 1;
                            -webkit-font-smoothing: antialiased;
                            -moz-osx-font-smoothing: grayscale;
                        }

                        .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links a:before {
                            content: "";
                            display: inline-block;
                            height: 1px;
                            width: 100%;
                            background: #fff;
                            position: absolute;
                            bottom: -2px;
                            left: 50%;
                            width: 0;
                            opacity: 0;
                            -webkit-transition: width .2s ease-out,left .2s ease-out,opacity .2s ease-out;
                            transition: width .2s ease-out,left .2s ease-out,opacity .2s ease-out;
                        }

                        .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links a.link-external:before {
                            left: 31%;
                        }

.noTouchDevice .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links a:hover:before {
    opacity: .75;
    left: 0;
    width: 100%;
}

.noTouchDevice .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links a:hover.link-external:before {
    width: calc(100% - 19px);
}

.footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.link-external {
    float: left;
    position: relative;
    padding-right: 12px;
    font-size: .7222222222222222em;
    line-height: 2.076923076923077em;
}

    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.current-menu-ancestor > a, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.current-menu-item > a, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.current-menu-parent > a, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.current-page-parent > a, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.current_page_ancestor > a, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.current_page_parent > a, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.link-external.current-menu-ancestor > a, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.link-external.current-menu-item > a, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.link-external.current-menu-parent > a, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.link-external.current-page-parent > a, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.link-external.current_page_ancestor > a, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.link-external.current_page_parent > a {
        pointer-events: none;
        cursor: default;
    }

        .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.current-menu-ancestor > a:before, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.current-menu-item > a:before, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.current-menu-parent > a:before, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.current-page-parent > a:before, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.current_page_ancestor > a:before, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.current_page_parent > a:before, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.link-external.current-menu-ancestor > a:before, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.link-external.current-menu-item > a:before, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.link-external.current-menu-parent > a:before, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.link-external.current-page-parent > a:before, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.link-external.current_page_ancestor > a:before, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.link-external.current_page_parent > a:before {
            opacity: .75;
            left: 0;
            width: 100%;
        }

    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.link-external:last-child, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li:last-child {
        padding-left: 0;
    }

        .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.link-external:last-child:after, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li:last-child:after {
            display: none;
        }

    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.link-external:after, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li:after {
        content: "" !important;
        position: relative;
        display: inline-block;
        width: 1px;
        height: 10px;
        background-color: #4d7da3;
        margin-left: 12px;
    }

    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links li.link-external a:after {
        content: "\e615";
        display: inline-block;
        position: relative;
        margin-left: 6px;
        vertical-align: middle;
        margin-top: -3px;
        font-family: ieurwd-icons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links .footer-footer_links + * {
    margin-top: 30px;
}

.footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links + * {
    margin-top: 48px;
}

.footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social {
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
    float: left;
    clear: both;
}

@media (max-width:760px) {
    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social {
        float: none;
    }
}

.footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social .footer-footer_social {
    list-style: none;
    padding: 0;
    display: block;
}

    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social .footer-footer_social a {
        display: block;
    }

        .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social .footer-footer_social a:before {
            display: block;
            font-size: 1.6666666666666667em;
            -webkit-transition: -webkit-transform .2s ease-out;
            transition: transform .2s ease-out;
        }

        .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social .footer-footer_social a.icon-youtube {
            font-size: 1.2222em;
        }

            .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social .footer-footer_social a.icon-youtube:before {
                width: 1.2222em;
                height: 1em;
            }

.noTouchDevice .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social .footer-footer_social a:hover:before {
    transform: translate3d(0,-3px,0);
    -webkit-transform: translate3d(0,-3px,0);
    -ms-transform: translate3d(0,-3px,0);
}

.footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social .footer-footer_social li {
    float: left;
    padding-right: 33px;
    margin-bottom: 13px;
    font-size: .7222222222222222em;
    line-height: 2.076923076923077em;
}

    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social .footer-footer_social li:last-child {
        padding-right: 0;
    }

.footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social + * {
    margin-top: 58px;
}

.footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social + .style02 {
    margin-top: 67px;
}

.footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social + .footer-content_footer_extra_logos {
    margin-left: 42px;
}

@media (max-width:980px) {
    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social + .footer-content_footer_extra_logos {
        margin-top: 26px;
    }
}

@media (max-width:760px) {
    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social + .footer-content_footer_extra_logos {
        display: block;
        margin-left: 0;
        float: none;
    }
}

@media (max-width:980px) {
    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social + .footer-content_footer_extra_logos.style02 {
        margin-top: 40px;
    }
}

@media (max-width:400px) {
    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social + .footer-content_footer_extra_logos.style02 {
        margin-bottom: 0;
    }
}

.footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos {
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
    float: left;
}

    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos ul {
        list-style: none;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }

        .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos ul li {
            float: left;
            clear: none;
            margin-left: 20px;
        }

            .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos ul li:first-child {
                margin-left: 0;
            }

    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos a {
        vertical-align: top;
        width: 130px;
        height: 40px;
        background-size: cover;
        background-position: 50%;
    }

    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos + * {
        margin-top: 56px;
    }

@media (max-width:980px) {
    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos + * {
        margin-top: 26px;
    }
}

@media (max-width:760px) {
    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos + * {
        margin-top: 0;
    }
}

@media (max-width:600px) {
    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos.style02 {
        margin-bottom: 24px;
    }
}

.footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos.style02 p {
    margin: 0;
    color: #fff;
}

.footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos + .footer-content_footer_extra_logos.style02 {
    display: block;
    float: none;
    clear: both;
    margin-top: 110px;
    margin-bottom: -60px;
}

@media (max-width:1540px) {
    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos + .footer-content_footer_extra_logos.style02 {
        margin-bottom: -60px;
    }
}

@media (max-width:1280px) {
    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos + .footer-content_footer_extra_logos.style02 {
        margin-top: 150px;
        margin-bottom: -75px;
    }
}

@media (max-width:760px) {
    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos + .footer-content_footer_extra_logos.style02 {
        margin-top: 20px;
        margin-bottom: 0;
    }
}

@media (max-width:600px) {
    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos + .footer-content_footer_extra_logos.style02 {
        margin-top: 10px;
        margin-bottom: 12px;
    }
}

@media (max-width:600px) {
    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos + .footer-content_footer_extra_logos.style02 + .footer-content_footer_logo {
        -webkit-transform: translateY(-14px);
        transform: translateY(-14px);
    }
}

@media (max-width:400px) {
    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos + .footer-content_footer_extra_logos.style02 + .footer-content_footer_logo {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_logo {
    text-align: right;
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    float: right;
    color: #fff;
}

    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_logo .footer_logo {
        display: inline-block;
        position: relative;
        width: 148px;
    }

@media (max-width:1240px) {
    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_logo .footer_logo {
        width: 138px;
    }
}

@media (max-width:600px) {
    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_logo .footer_logo {
        width: 128px;
    }
}

.footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_logo .footer_logo img {
    display: inline;
    position: relative;
    max-width: 100%;
    width: auto;
    max-height: 48px;
}

@media (max-width:1240px) {
    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_logo .footer_logo img {
        max-height: 45px;
    }
}

@media (max-width:600px) {
    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_logo .footer_logo img {
        max-height: 42px;
    }
}

.footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_logo .footer_logo.vertical img {
    max-height: 65px;
}

.footer .footer-moduleStoriesWrapper {
    position: relative;
    padding: 0;
}

    .footer .footer-moduleStoriesWrapper .realWrapper:before {
        content: "";
        z-index: 4;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #00338d;
        -webkit-opacity: .8;
        -moz-opacity: .8;
        opacity: .8;
        -webkit-transition: opacity .22s ease-out,height .22s ease-out;
        transition: opacity .22s ease-out,height .22s ease-out;
    }

    .footer .footer-moduleStoriesWrapper .realWrapper > .text {
        z-index: 6;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%,-50%,0);
        -webkit-transform: translate3d(-50%,-50%,0);
        -ms-transform: translate3d(-50%,-50%,0);
        margin: 0;
        min-width: 171px;
        font-family: "PT serif",sans-serif;
        font-size: 1.1111111111111112em;
        line-height: 1.3em;
        font-style: italic;
        color: #fff;
        text-align: center;
    }

.noTouchDevice .footer .footer-moduleStoriesWrapper.close:hover {
    cursor: pointer;
}

    .noTouchDevice .footer .footer-moduleStoriesWrapper.close:hover .button_more span {
        color: #fff;
    }

    .noTouchDevice .footer .footer-moduleStoriesWrapper.close:hover .button_more:after {
        width: 102%;
        height: 102.2%;
        left: -1%;
        top: -1.1%;
    }

.footer .footer-moduleStoriesWrapper.close .realWrapper {
    overflow: hidden;
    max-height: 200px;
}

    .footer .footer-moduleStoriesWrapper.close .realWrapper > .text {
        display: block;
    }

.footer .footer-moduleStoriesWrapper.open .button_more {
    display: none;
}

.footer .footer-moduleStoriesWrapper.open .realWrapper {
    max-height: auto;
}

    .footer .footer-moduleStoriesWrapper.open .realWrapper:before {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        height: 0;
    }

    .footer .footer-moduleStoriesWrapper.open .realWrapper > .text {
        display: none;
    }

.footer .footer-moduleStoriesWrapper .button_more {
    z-index: 5;
    top: -34px;
    bottom: auto;
}

body:not(.iOS):not(.criOS) .footer .footer-moduleStoriesWrapper .module {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

@media only screen and (min-width:1280px) {
    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links {
        margin-top: 33px;
    }

        .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links + * {
            margin-top: 19px;
        }

    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social + * {
        margin-top: 28px;
    }

    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social + .style02 {
        margin-top: 37px;
    }

    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos a {
        width: 130px;
        height: 40px;
    }

    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_logo {
        margin-top: 11px;
    }

        .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_logo .footer_logo:before {
            font-size: 6.833333333333333em;
        }

    .ie9 .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_logo .footer_logo:before {
        font-size: 123px;
    }

    .footer.style02 .footer-content_footer .executive:before {
        margin-top: 30px;
    }
}

@media only screen and (min-width:1542px) {
    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links {
        margin-top: 53px;
    }

        .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links + * {
            margin-top: 19px;
        }

    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social .footer-footer_social li {
        padding-right: 38px;
    }

    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social .footer-footer_social + * {
        margin-top: 28px;
    }

    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social + .footer-content_footer_extra_logos {
        margin-left: 72px;
    }

    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos a {
        width: 130px;
        height: 40px;
    }

    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_logo {
        margin-top: 11px;
    }

        .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_logo .footer_logo:before {
            font-size: 8.055555555555555em;
        }

    .footer.style02 .footer-content_footer .executive:before {
        margin-top: 10px;
    }
}

@media only screen and (max-width:980px) {
    .footer .footer-content_footer {
        padding: 72px 44px;
        padding-top: 0;
    }

        .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links {
            width: 100%;
            margin-right: 0;
            margin-top: 42px;
        }

            .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links li {
                margin-bottom: 5px;
            }

            .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links + * {
                margin-top: 22px;
            }

        .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_logo {
            width: 30%;
            float: right;
        }
}

@media only screen and (max-width:760px) {
    .footer .footer-content_footer {
        padding: 72px 44px;
        padding-top: 0;
    }

        .footer .footer-content_footer .footer-content_footer_social {
            width: 100%;
            margin-right: 0;
        }

            .footer .footer-content_footer .footer-content_footer_social + .style02 {
                margin-top: 72px;
            }

        .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos {
            width: 70%;
            float: left;
            margin-left: 0;
            clear: both;
        }

            .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos + .footer-content_footer_logo {
                margin-top: -50px;
            }
}

@media only screen and (max-width:600px) {
    .footer .footer-content_footer {
        padding: 34px 15px;
        padding-top: 0;
    }

        .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links {
            margin-top: 15px;
        }

            .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links li {
                margin-bottom: 11px;
            }

            .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_links + * {
                margin-top: 10px;
            }

        .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social .footer-footer_social a:before {
            font-size: 1.3888888888888888em;
        }

        .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social .footer-footer_social a.icon-youtube:before {
            margin-top: -4px;
        }

        .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social + *, .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social + .style02 {
            margin-top: 28px;
        }

        .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos {
            width: 100%;
        }

            .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos ul li {
                margin-left: 10px;
            }

            .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos img {
                width: 104px;
                height: 32px;
            }

            .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos + * {
                margin-top: -38px;
            }

    .ie9 .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_logo {
        float: left;
        clear: both;
    }

    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_logo .footer_logo:before {
        font-size: 6.222222222222222em;
    }

    .ie9 .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_logo .footer_logo:before {
        font-size: 112px;
    }
}

@media only screen and (max-width:400px) {
    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos + * {
        margin-top: 38px;
    }

    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_extra_logos + .footer-content_footer_logo {
        margin-top: 40px;
    }

    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_logo {
        float: left;
        clear: both;
    }

        .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_logo .footer_logo {
            display: block;
            line-height: 62px;
            height: 62px;
        }

    .footer .footer-content_footer .footer-content_footer_inner .footer-content_footer_social .footer-footer_social li {
        padding-right: 20px;
    }
}

.orientation {
    padding: 61px 70px;
    position: relative;
}

    .orientation input[type=text], .orientation select {
        padding: 0;
    }

    .orientation .orientation_wrapper .orientation_inner {
        letter-spacing: -5px;
        max-width: 1542px;
        margin: auto;
    }

        .orientation .orientation_wrapper .orientation_inner .title_01 {
            font-size: 3.3333333333333335em;
            line-height: 1.0833333333333333em;
            letter-spacing: .00416666666667em;
            margin-top: 0.3em;
            font-family: Montserrat;
            text-transform: uppercase;
            word-wrap: break-word;
        }

body:not(.iOS):not(.criOS) .orientation .orientation_wrapper .orientation_inner .title_01 {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transform: translateY(10px) translateZ(0);
    -webkit-transform: translateY(10px) translateZ(0);
    -ms-transform: translateY(10px) translateZ(0);
    -webkit-transition: opacity .5s ease-out .2s,-webkit-transform .5s ease-out .2s;
    transition: opacity .5s ease-out .2s,transform .5s ease-out .2s;
}

.orientation .orientation_wrapper .orientation_inner .title_01:after {
    content: "";
    width: 44px;
    height: 2px;
    display: block;
    position: relative;
    margin-top: 14px;
    background-color: #333;
    font-family: 'Rational-Semibold';
}

body:not(.iOS):not(.criOS) .orientation .orientation_wrapper .orientation_inner .title_01:after {
    transform: translateY(-20px) translateZ(0);
    -webkit-transform: translateY(-20px) translateZ(0);
    -ms-transform: translateY(-20px) translateZ(0);
    -webkit-transition: -webkit-transform .5s ease-out .2s;
    transition: transform .5s ease-out .2s;
}

.orientation .orientation_wrapper .orientation_inner .module_intro {
    letter-spacing: 0;
}

.orientation + :not(.tabs):not(.module-tabsAccordion):not(.module-faculty):not(.module-studiesCombination):not(.module-bg2):not(.module-bg3):not(.module-undergraduateDegrees) {
    padding-top: 0;
}

body:not(.iOS):not(.criOS) .orientation.appear .link-back {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0);
    -webkit-transform: translateX(0) translateY(0) translateZ(0);
    -ms-transform: translateX(0) translateY(0) translateZ(0);
}

body:not(.iOS):not(.criOS) .orientation.appear .orientation-basic-filters_content, body:not(.iOS):not(.criOS) .orientation.appear .search_button, body:not(.iOS):not(.criOS) .orientation.appear .viewButtons .calendarButton, body:not(.iOS):not(.criOS) .orientation.appear .viewButtons .gridButton, body:not(.iOS):not(.criOS) .orientation.appear .viewButtons .listButton {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
}

.link-back {
    width: 30%;
    height: 24px;
    float: right;
    text-align: right;
    font-family: 'Rational-Book';
    font-size: .7111111111111112em;
    line-height: 2.272727272727273em;
    letter-spacing: .02272727272727em;
    color: #0ca0db !important;
}

body:not(.iOS):not(.criOS) .link-back {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transform: translateX(10px) translateZ(0);
    -webkit-transform: translateX(10px) translateZ(0);
    -ms-transform: translateX(10px) translateZ(0);
    -webkit-transition: -webkit-transform .2s ease-out .2s,opacity .2s ease-out .2s,color .2s ease-out;
    transition: transform .2s ease-out .2s,opacity .2s ease-out .2s,color .2s ease-out;
}

.link-back:before {
    content: "\e623";
    font-family: ieurwd-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: .9090909090909091em;
    position: relative;
    left: -10px;
}

body:not(.iOS):not(.criOS) .link-back:before {
    -webkit-transition: left .15s ease-out;
    transition: left .15s ease-out;
}

.noTouchDevice .link-back:hover {
    color: #809fb7;
}

    .noTouchDevice .link-back:hover:before {
        left: -15px;
    }

.link-back + .breadcrumb {
    width: 70%;
}

.breadcrumb {
    width: 100%;
    float: left;
    font-family: PT Serif;
    font-weight: 800;
    font-size: .7222222222222222em;
    line-height: 1.8461538461538463em;
    letter-spacing: 0;
}

    .breadcrumb ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .breadcrumb li {
        display: inline-block;
    }

        .breadcrumb li:first-child {
            margin-left: 0;
        }

body:not(.iOS):not(.criOS) .breadcrumb li {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    margin-left: -5px;
    -webkit-transition: opacity .2s ease-out .2s,margin-left .2s ease-out .2s;
    transition: opacity .2s ease-out .2s,margin-left .2s ease-out .2s;
}

.breadcrumb a {
    color: #00338d;
}

.noTouchDevice .breadcrumb a:hover {
    color: #809fb7;
}

.breadcrumb a:after {
    content: ">";
    margin: 0 4px;
}

.orientation-basic-filters_content {
    display: inline-block;
    vertical-align: top;
    margin-top: 31px;
    margin-right: 0;
    min-width: 485px;
    letter-spacing: -5px;
    text-align: right;
    vertical-align: bottom;
    margin-bottom: 17px;
}

body:not(.iOS):not(.criOS) .orientation-basic-filters_content {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transform: translate3d(0,10px,0);
    -webkit-transform: translate3d(0,10px,0);
    -ms-transform: translate3d(0,10px,0);
    -webkit-transition: opacity .2s ease-out .5s,-webkit-transform .2s ease-out .5s;
    transition: opacity .2s ease-out .5s,transform .2s ease-out .5s;
}

.orientation-basic-filters_content .filters-search_content {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: top;
    height: 48px;
}

    .orientation-basic-filters_content .filters-search_content .orientation-search_input {
        width: 212px;
        font-size: .7222222222222222em;
        font-style: italic;
        background: none;
        border: none;
        border-bottom: 1px solid #333;
        border-radius: 0;
        -webkit-appearance: none;
        appearance: none;
        height: 38px;
        outline: none;
        color: #333;
        padding-right: 30px;
        -webkit-transition: text-indent .15s ease-out;
        transition: text-indent .15s ease-out;
    }

        .orientation-basic-filters_content .filters-search_content .orientation-search_input:focus {
            text-indent: 5px;
        }

    .orientation-basic-filters_content .filters-search_content .orientation-search_button {
        font-family: ieurwd-icons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 1em;
        color: #a9a9a9;
        background: transparent;
        border: none;
        padding: 7px 14px;
        position: relative;
        margin-left: -37px;
        top: 2px;
        pointer-events: none;
        outline: none;
        -webkit-transition: color .2s ease-out,font-weight .2s ease-out;
        transition: color .2s ease-out,font-weight .2s ease-out;
    }

        .orientation-basic-filters_content .filters-search_content .orientation-search_button.enabled {
            color: #00457b;
            pointer-events: all;
            font-weight: 700;
        }

.noTouchDevice .orientation-basic-filters_content .filters-search_content .orientation-search_button.enabled:hover {
    color: #809fb7;
}

.orientation-basic-filters_content .filters-checkbox_content {
    display: inline-block;
    letter-spacing: 0;
}

    .orientation-basic-filters_content .filters-checkbox_content label {
        cursor: pointer;
    }

        .orientation-basic-filters_content .filters-checkbox_content label input {
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
        }

        .orientation-basic-filters_content .filters-checkbox_content label span {
            margin-left: -13px;
            font-family: PT Serif;
            font-size: .8333333333333334em;
            -webkit-transition: color .2s ease-out;
            transition: color .2s ease-out;
        }

.noTouchDevice .orientation-basic-filters_content .filters-checkbox_content label:hover {
    color: #00338d;
}

    .noTouchDevice .orientation-basic-filters_content .filters-checkbox_content label:hover span:before {
        border-color: #00338d;
    }

.orientation-basic-filters_content .viewButtons {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    letter-spacing: -4px;
}

    .orientation-basic-filters_content .viewButtons button {
        border: none;
        background: transparent;
        padding: 0;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        outline: none;
    }

    .orientation-basic-filters_content .viewButtons .calendarButton {
        margin-top: 9px;
        width: 19px;
        margin-right: 23px;
    }

body:not(.iOS):not(.criOS) .orientation-basic-filters_content .viewButtons .calendarButton {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transform: translate3d(0,10px,0);
    -webkit-transform: translate3d(0,10px,0);
    -ms-transform: translate3d(0,10px,0);
    -webkit-transition: opacity .2s ease-out .7s,-webkit-transform .2s ease-out .7s;
    transition: opacity .2s ease-out .7s,transform .2s ease-out .7s;
}

.orientation-basic-filters_content .viewButtons .calendarButton:after {
    content: "\e625";
    font-family: ieurwd-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 1.0555555555555556em;
    color: #00338d;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

.noTouchDevice .orientation-basic-filters_content .viewButtons .calendarButton:hover:after {
    color: #809fb7;
}

.orientation-basic-filters_content .viewButtons .calendarButton + .list_button {
    margin-left: 22px;
}

.orientation-basic-filters_content .viewButtons .gridButton {
    margin-top: 9px;
    width: 17px;
    margin-right: 23px;
}

body:not(.iOS):not(.criOS) .orientation-basic-filters_content .viewButtons .gridButton {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transform: translate3d(0,10px,0);
    -webkit-transform: translate3d(0,10px,0);
    -ms-transform: translate3d(0,10px,0);
    -webkit-transition: opacity .2s ease-out .7s,-webkit-transform .2s ease-out .7s;
    transition: opacity .2s ease-out .7s,transform .2s ease-out .7s;
}

.orientation-basic-filters_content .viewButtons .gridButton:after {
    content: "\e619";
    font-family: ieurwd-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: .9444444444444444em;
    color: #00338d;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

.noTouchDevice .orientation-basic-filters_content .viewButtons .gridButton:hover:after {
    color: #809fb7;
}

.orientation-basic-filters_content .viewButtons .gridButton + .list_button {
    margin-left: 22px;
}

.orientation-basic-filters_content .viewButtons .listButton {
    margin-top: 7px;
    width: 22px;
}

body:not(.iOS):not(.criOS) .orientation-basic-filters_content .viewButtons .listButton {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transform: translate3d(0,10px,0);
    -webkit-transform: translate3d(0,10px,0);
    -ms-transform: translate3d(0,10px,0);
    -webkit-transition: opacity .2s ease-out .8s,-webkit-transform .2s ease-out .8s;
    transition: opacity .2s ease-out .8s,transform .2s ease-out .8s;
}

.orientation-basic-filters_content .viewButtons .listButton:after {
    content: "\e61a";
    font-family: ieurwd-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 1.2222222222222223em;
    color: #00338d;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

.noTouchDevice .orientation-basic-filters_content .viewButtons .listButton:hover:after {
    color: #809fb7;
}

.orientation-basic-filters_content .viewButtons .active {
    cursor: default;
    pointer-events: none;
}

    .orientation-basic-filters_content .viewButtons .active:after {
        color: #999;
    }

@media only screen and (min-width:1542px) {
    .orientation {
        padding: 30px 70px;
        position: relative;
    }

        .orientation .orientation_wrapper .orientation_inner .title_01 {
            font-size: 4.444444444444445em;
            line-height: 1.0625em;
            letter-spacing: .003125em;
            margin-top: 0.2em;
        }

            .orientation .orientation_wrapper .orientation_inner .title_01:after {
                margin-top: 18px;
            }

    .orientation-basic-filters_content {
        margin-bottom: 20px;
    }

        .orientation-basic-filters_content .filters-search_content .orientation-search_input {
            font-size: .8333333333333334em;
        }
}

@media only screen and (max-width:1024px) {
    .orientation {
        padding: 61px 40px;
    }

    .link-back {
        display: none;
    }

        .link-back + .breadcrumb {
            width: 100%;
        }
}

@media only screen and (max-width:800px) {
    .orientation {
        padding: 61px 44px;
    }
}

@media only screen and (max-width:670px) {
    .orientation .orientation_wrapper .orientation_inner .title_01 {
        font-size: 2.9444444444444446em;
    }
}

@media only screen and (max-width:600px) {
    .orientation {
        padding: 20px 15px 44px;
    }

        .orientation .orientation_wrapper .orientation_inner .title_01 {
            font-size: 1.5555555555555556em;
            line-height: 1.2142857142857142em;
            letter-spacing: .00892857142857em;
            margin-top: 0.53571em;
        }

            .orientation .orientation_wrapper .orientation_inner .title_01:after {
                margin-top: 8px;
                width: 35px;
            }

        .orientation:not(.orientation-events):not(.orientation-stories) + .module-introductionBlock.intro {
            padding-top: 0;
        }

        .orientation + .intro {
            padding-top: 25px !important;
        }

    .breadcrumb {
        font-size: .6666666666666666em;
        line-height: 2em;
    }
}

@media only screen and (max-width:414px) {
    .orientation .orientation_callToAction {
        width: 100%;
    }
}

.orientation-base.orientation-wysiwyg {
    padding-bottom: 81px;
}

.ie9 .orientation-base .orientation_wrapper:after, .ie10 .orientation-base .orientation_wrapper:after, .ie11 .orientation-base .orientation_wrapper:after, .iePhone .orientation-base .orientation_wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.orientation-base .orientation_wrapper .orientation_inner .title_01 {
    color: #333;
    display: inline-block;
}

.ie9 .orientation-base .orientation_wrapper .orientation_inner .title_01, .ie10 .orientation-base .orientation_wrapper .orientation_inner .title_01, .ie11 .orientation-base .orientation_wrapper .orientation_inner .title_01, .iePhone .orientation-base .orientation_wrapper .orientation_inner .title_01 {
    display: block;
    float: left;
}

.orientation-base .breadcrumb {
    color: #003e6f;
    display: inline-block;
}

    .orientation-base .breadcrumb ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .orientation-base .breadcrumb li {
        color: #333;
    }

body:not(.iOS):not(.criOS) .orientation-base .breadcrumb li + li {
    -webkit-transition: opacity .2s ease-out .4s,margin-left .2s ease-out .4s;
    transition: opacity .2s ease-out .4s,margin-left .2s ease-out .4s;
}

    body:not(.iOS):not(.criOS) .orientation-base .breadcrumb li + li + li {
        -webkit-transition: opacity .2s ease-out .6s,margin-left .2s ease-out .6s;
        transition: opacity .2s ease-out .6s,margin-left .2s ease-out .6s;
    }

        body:not(.iOS):not(.criOS) .orientation-base .breadcrumb li + li + li + li {
            -webkit-transition: opacity .2s ease-out .8s,margin-left .2s ease-out .8s;
            transition: opacity .2s ease-out .8s,margin-left .2s ease-out .8s;
        }

            body:not(.iOS):not(.criOS) .orientation-base .breadcrumb li + li + li + li + li {
                -webkit-transition: opacity .2s ease-out 1s,margin-left .2s ease-out 1s;
                transition: opacity .2s ease-out 1s,margin-left .2s ease-out 1s;
            }

                body:not(.iOS):not(.criOS) .orientation-base .breadcrumb li + li + li + li + li + li {
                    -webkit-transition: opacity .2s ease-out 1.2s,margin-left .2s ease-out 1.2s;
                    transition: opacity .2s ease-out 1.2s,margin-left .2s ease-out 1.2s;
                }

                    body:not(.iOS):not(.criOS) .orientation-base .breadcrumb li + li + li + li + li + li + li {
                        -webkit-transition: opacity .2s ease-out 1.4s,margin-left .2s ease-out 1.4s;
                        transition: opacity .2s ease-out 1.4s,margin-left .2s ease-out 1.4s;
                    }

                        body:not(.iOS):not(.criOS) .orientation-base .breadcrumb li + li + li + li + li + li + li + li {
                            -webkit-transition: opacity .2s ease-out 1.6s,margin-left .2s ease-out 1.6s;
                            transition: opacity .2s ease-out 1.6s,margin-left .2s ease-out 1.6s;
                        }

                            body:not(.iOS):not(.criOS) .orientation-base .breadcrumb li + li + li + li + li + li + li + li + li {
                                -webkit-transition: opacity .2s ease-out 1.8s,margin-left .2s ease-out 1.8s;
                                transition: opacity .2s ease-out 1.8s,margin-left .2s ease-out 1.8s;
                            }

                                body:not(.iOS):not(.criOS) .orientation-base .breadcrumb li + li + li + li + li + li + li + li + li + li {
                                    -webkit-transition: opacity .2s ease-out 2s,margin-left .2s ease-out 2s;
                                    transition: opacity .2s ease-out 2s,margin-left .2s ease-out 2s;
                                }

                                    body:not(.iOS):not(.criOS) .orientation-base .breadcrumb li + li + li + li + li + li + li + li + li + li + li {
                                        -webkit-transition: opacity .2s ease-out 2.2s,margin-left .2s ease-out 2.2s;
                                        transition: opacity .2s ease-out 2.2s,margin-left .2s ease-out 2.2s;
                                    }

.orientation-base .breadcrumb a:after {
    color: #333;
}

body:not(.iOS):not(.criOS) .orientation-base.appear .orientation_wrapper .orientation_inner .title_01 {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

    body:not(.iOS):not(.criOS) .orientation-base.appear .orientation_wrapper .orientation_inner .title_01, body:not(.iOS):not(.criOS) .orientation-base.appear .orientation_wrapper .orientation_inner .title_01:after {
        transform: translateX(0) translateY(0) translateZ(0);
        -webkit-transform: translateX(0) translateY(0) translateZ(0);
        -ms-transform: translateX(0) translateY(0) translateZ(0);
    }

body:not(.iOS):not(.criOS) .orientation-base.appear .breadcrumb li {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    margin-left: 0;
}

.orientation-base.orientation-baseImage + .module-workGallery {
    margin-top: 30px;
}

@media only screen and (min-width:1542px) {
    .orientation-base {
        position: relative;
    }

        .orientation-base.orientation-wysiwyg {
            padding-bottom: 100px;
        }
}

@media only screen and (max-width:800px) {
    .orientation-base.orientation-wysiwyg {
        padding-bottom: 71px;
    }
}

@media only screen and (max-width:600px) {
    .orientation-base.orientation-wysiwyg {
        padding-bottom: 51px;
    }
}

.orientation-special {
    margin-bottom: 70px;
    padding: 0 70px;
    height: 100%;
}

#header.style02 + .content .orientation-special, #header.style02 + .content .orientation-special .imgContainer {
    height: calc(100% - 80px);
}

.orientation-special .orientation_wrapper {
    position: relative;
    height: 100%;
}

    .orientation-special .orientation_wrapper .imgContainer {
        position: relative;
        height: 100vh;
        left: 0;
        top: 0;
        background-size: cover;
        background-position: 10%;
        color: #fff;
        margin: 0 -70px;
        overflow: hidden;
    }

        .orientation-special .orientation_wrapper .imgContainer .textContent {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 1;
            background-size: cover;
            background-position: 10%;
            letter-spacing: -5px;
            text-align: center;
            padding: 0 70px;
            overflow: hidden;
        }

            .orientation-special .orientation_wrapper .imgContainer .textContent:before {
                content: "";
                width: 1px;
                height: 100%;
                display: inline-block;
                vertical-align: middle;
                margin-left: -1px;
            }

            .orientation-special .orientation_wrapper .imgContainer .textContent .textContent_block {
                width: 100%;
                max-width: 1542px;
                display: inline-block;
                vertical-align: middle;
                z-index: 1;
            }

                .orientation-special .orientation_wrapper .imgContainer .textContent .textContent_block .title_01 {
                    font-family: Montserrat;
                    font-size: 5em;
                    line-height: 1.1111111111111112em;
                    letter-spacing: .00277777777778em;
                    text-transform: uppercase;
                }

body:not(.iOS):not(.criOS) .orientation-special .orientation_wrapper .imgContainer .textContent .textContent_block .title_01 {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transform: translateY(-10px) translateZ(0);
    -webkit-transform: translateY(-10px) translateZ(0);
    -ms-transform: translateY(-10px) translateZ(0);
    -webkit-transition: -webkit-transform .3s ease-out,opacity .3s ease-out;
    transition: transform .3s ease-out,opacity .3s ease-out;
}

.orientation-special .orientation_wrapper .imgContainer .textContent .toContent {
    display: block;
    position: absolute;
    font-family: PT Serif;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    margin: auto;
    bottom: 26px;
    left: 10%;
    color: #fff;
    z-index: 3;
    cursor: pointer;
    width: 80%;
    letter-spacing: 0;
    line-height: 1.8888888888888888em;
}

body:not(.iOS):not(.criOS) .orientation-special .orientation_wrapper .imgContainer .textContent .toContent {
    transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -webkit-animation: n 2.4s backwards ease-out;
    animation: n 2.4s backwards ease-out;
}

.noTouchDevice .orientation-special .orientation_wrapper .imgContainer .textContent .toContent:hover {
    color: #fff;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
}

.orientation-special .orientation_wrapper .imgContainer .textContent .toContent:after {
    position: relative;
    display: block;
    font-family: ieurwd-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e601";
    font-size: .6667em;
    margin-top: 8px;
    padding: 0 10px;
    -webkit-animation: o 1s forwards linear infinite;
    animation: o 1s forwards linear infinite;
}

.orientation-special .orientation_wrapper .imgContainer .textContent:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
}

body:not(.iOS):not(.criOS) .orientation-special .orientation_wrapper .imgContainer .textContent:after {
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

.orientation-special .breadcrumb {
    width: 100%;
    color: #fff;
    display: inline-block;
}

    .orientation-special .breadcrumb ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

    .orientation-special .breadcrumb li {
        display: inline-block;
        float: none;
        margin-left: 0;
        color: #fff;
    }

body:not(.iOS):not(.criOS) .orientation-special .breadcrumb li {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

    body:not(.iOS):not(.criOS) .orientation-special .breadcrumb li + li {
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
    }

        body:not(.iOS):not(.criOS) .orientation-special .breadcrumb li + li + li {
            -webkit-transition-delay: .7s;
            transition-delay: .7s;
        }

            body:not(.iOS):not(.criOS) .orientation-special .breadcrumb li + li + li + li {
                -webkit-transition-delay: .9s;
                transition-delay: .9s;
            }

                body:not(.iOS):not(.criOS) .orientation-special .breadcrumb li + li + li + li + li {
                    -webkit-transition-delay: 1.1s;
                    transition-delay: 1.1s;
                }

                    body:not(.iOS):not(.criOS) .orientation-special .breadcrumb li + li + li + li + li + li {
                        -webkit-transition-delay: 1.3s;
                        transition-delay: 1.3s;
                    }

                        body:not(.iOS):not(.criOS) .orientation-special .breadcrumb li + li + li + li + li + li + li {
                            -webkit-transition-delay: 1.5s;
                            transition-delay: 1.5s;
                        }

                            body:not(.iOS):not(.criOS) .orientation-special .breadcrumb li + li + li + li + li + li + li + li {
                                -webkit-transition-delay: 1.7s;
                                transition-delay: 1.7s;
                            }

                                body:not(.iOS):not(.criOS) .orientation-special .breadcrumb li + li + li + li + li + li + li + li + li {
                                    -webkit-transition-delay: 1.9s;
                                    transition-delay: 1.9s;
                                }

                                    body:not(.iOS):not(.criOS) .orientation-special .breadcrumb li + li + li + li + li + li + li + li + li + li {
                                        -webkit-transition-delay: 2.1s;
                                        transition-delay: 2.1s;
                                    }

                                        body:not(.iOS):not(.criOS) .orientation-special .breadcrumb li + li + li + li + li + li + li + li + li + li + li {
                                            -webkit-transition-delay: 2.3s;
                                            transition-delay: 2.3s;
                                        }

.orientation-special .breadcrumb a {
    color: #fff;
    position: relative;
}

    .orientation-special .breadcrumb a:before {
        content: "";
        width: 0;
        height: 1px;
        background-color: #fff;
        display: block;
        position: relative;
        top: 22px;
        left: calc(50% - 11px);
        right: calc(50% - 11px);
    }

body:not(.iOS):not(.criOS) .orientation-special .breadcrumb a:before {
    -webkit-transition: width .15s ease-out,left .15s ease-out;
    transition: width .15s ease-out,left .15s ease-out;
}

.orientation-special .breadcrumb a:after {
    color: #fff;
    margin: 0 0 0 10px;
}

.noTouchDevice .orientation-special .breadcrumb a:hover {
    color: #fff;
}

    .noTouchDevice .orientation-special .breadcrumb a:hover:before {
        color: #fff;
        width: calc(100% - 18px);
        left: 0;
    }

body:not(.iOS):not(.criOS) .orientation-special.appear .imgContainer .textContent .textContent_block .title_01 {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    transform: translateY(0) translateZ(0);
    -webkit-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
}

body:not(.iOS):not(.criOS) .orientation-special.appear .imgContainer:after {
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
}

.orientation-special.appear .breadcrumb {
    margin-left: -4px;
}

body:not(.iOS):not(.criOS) .orientation-special.appear .breadcrumb li {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    margin-left: 7px;
}

.orientation-special + .floatPagination-miscelaneousComposition + .module-miscelaneousCompositionContainer, .orientation-special + .module-miscelaneousCompositionContainer {
    margin-top: -70px;
}

@media only screen and (min-width:1542px) {
    .orientation-special {
        margin-bottom: 80px;
    }

        .orientation-special .orientation_wrapper .imgContainer .textContent .textContent_block .title_01 {
            font-size: 5vw;
            letter-spacing: 0;
        }

        .orientation-special .toContent {
            font-size: .8333333333333334vw;
            letter-spacing: 0;
        }

        .orientation-special + .floatPagination-miscelaneousComposition + .module-miscelaneousCompositionContainer, .orientation-special + .module-miscelaneousCompositionContainer {
            margin-top: -80px;
        }
}

@media only screen and (max-width:1024px) {
    .orientation-special {
        padding: 0 40px;
        margin-bottom: 40px;
    }

        .orientation-special .orientation_wrapper .imgContainer {
            margin: 0 -40px;
        }

        .orientation-special + .floatPagination-miscelaneousComposition + .module-miscelaneousCompositionContainer, .orientation-special + .module-miscelaneousCompositionContainer {
            margin-top: -40px;
        }
}

@media only screen and (max-width:800px) {
    .orientation-special .orientation_wrapper .imgContainer .textContent {
        padding: 40px;
    }

        .orientation-special .orientation_wrapper .imgContainer .textContent .textContent_block .title_01 {
            font-size: 3.888888888888889em;
            line-height: 1.0714285714285714em;
            letter-spacing: .00357142857143em;
            max-width: 90%;
            margin: auto;
        }

            .orientation-special .orientation_wrapper .imgContainer .textContent .textContent_block .title_01 + .breadcrumb {
                margin-top: 25px;
            }
}

@media only screen and (max-width:600px) {
    .orientation-special {
        padding: 0 15px;
        margin-bottom: 42px;
    }

        .orientation-special .orientation_wrapper .imgContainer {
            min-height: 450px;
            margin: 0 -15px;
        }

            .orientation-special .orientation_wrapper .imgContainer .textContent {
                padding: 0 15px;
            }

                .orientation-special .orientation_wrapper .imgContainer .textContent .textContent_block .title_01 {
                    font-size: 2.2222222222222223em;
                    line-height: 1.2em;
                    letter-spacing: .00625em;
                }

                    .orientation-special .orientation_wrapper .imgContainer .textContent .textContent_block .title_01 + .breadcrumb {
                        margin-top: 8px;
                    }

                .orientation-special .orientation_wrapper .imgContainer .textContent .toContent {
                    font-size: .8333333333333334em;
                    line-height: 1.6em;
                    letter-spacing: 0;
                    bottom: 21px;
                }

        .orientation-special + .floatPagination-miscelaneousComposition + .module-miscelaneousCompositionContainer, .orientation-special + .module-miscelaneousCompositionContainer {
            margin-top: -42px;
        }
}

@media only screen and (device-height:1024px) {
    .orientation-special .orientation_wrapper .imgContainer .textContent {
        max-height: 1024px;
    }
}

@media only screen and (device-height:480px) {
    .orientation-special .orientation_wrapper .imgContainer .textContent {
        max-height: 480px;
    }
}

.orientation-studies {
    padding: 0 70px;
}

    .orientation-studies .orientation_wrapper {
        position: relative;
    }

        .orientation-studies .orientation_wrapper .imgContainer {
            position: relative;
            min-height: 630px;
            padding-top: 50%;
            margin: 0 -70px;
            overflow: hidden;
        }

            .orientation-studies .orientation_wrapper .imgContainer .imgStudies {
                position: absolute;
                z-index: -1;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background-size: cover;
                background-position: 50%;
                color: #fff;
            }

                .orientation-studies .orientation_wrapper .imgContainer .imgStudies.bgVelo:after {
                    background-color: #000;
                    -webkit-opacity: .8;
                    -moz-opacity: .8;
                    opacity: .8;
                    content: "";
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: -1;
                }

                .orientation-studies .orientation_wrapper .imgContainer .imgStudies:after {
                    content: "";
                    width: 100%;
                    height: 100%;
                    background-color: #000;
                    -webkit-opacity: .4;
                    -moz-opacity: .4;
                    opacity: .4;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

body:not(.iOS):not(.criOS) .orientation-studies .orientation_wrapper .imgContainer .imgStudies:after {
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

.orientation-studies .orientation_wrapper .textContent {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    letter-spacing: -5px;
    text-align: center;
}

    .orientation-studies .orientation_wrapper .textContent:before {
        content: "";
        width: 1px;
        height: 117%;
        display: inline-block;
        vertical-align: middle;
        margin-left: -1px;
    }

    .orientation-studies .orientation_wrapper .textContent .textContent_block {
        width: 100%;
        max-width: 1542px;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        margin-top: 0;
        left: 50%;
        transform: translate(-50%,-50%) !important;
    }

        .orientation-studies .orientation_wrapper .textContent .textContent_block img {
            width: auto;
            height: auto;
        }

        .orientation-studies .orientation_wrapper .textContent .textContent_block .orientation_icon {
            font-size: 55px;
        }

            .orientation-studies .orientation_wrapper .textContent .textContent_block .orientation_icon img {
                width: 65px;
                height: auto;
            }

@media (max-width:600px) {
    .orientation-studies .orientation_wrapper .textContent .textContent_block .orientation_icon img {
        width: 45px;
    }
}

.orientation-studies .orientation_wrapper .textContent .textContent_block .orientation_icon + .title_01 {
    margin-top: 55px;
}

@media (max-width:600px) {
    .orientation-studies .orientation_wrapper .textContent .textContent_block .orientation_icon + .title_01 {
        margin-top: 30px;
    }
}

.orientation-studies .orientation_wrapper .textContent .textContent_block .orientation_image {
    position: relative;
    transform: translateY(-70px);
    height: auto;
}

@media (max-width:600px) {
    .orientation-studies .orientation_wrapper .textContent .textContent_block .orientation_image {
        margin-top: -20px;
        transform: translateY(-220px);
    }
}

.orientation-studies .orientation_wrapper .textContent .textContent_block .video_callToAction {
    position: relative;
    display: inline-block;
    margin-top: 40px;
    color: #fff;
    font-family: Montserrat;
    font-weight: 800;
    font-size: .6111111111111112em;
    line-height: 2.1818em;
    letter-spacing: .06363636363636em;
    text-transform: uppercase;
    padding: 18px 33px;
    border: 1px solid #fff;
    min-width: 225px;
    text-align: center;
    outline: none;
    transition: color .25s ease-out;
}

@media (max-width:600px) {
    .orientation-studies .orientation_wrapper .textContent .textContent_block .video_callToAction {
        position: absolute;
        margin-top: 0;
        padding: 15px;
        top: 155px;
        left: 50%;
        min-width: 100%;
        transform: translateX(-50%);
    }
}

.orientation-studies .orientation_wrapper .textContent .textContent_block .video_callToAction:before {
    content: "\e911";
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    float: right;
    font-family: ieurwd-icons;
    color: #fff;
    font-size: 28px;
    transition: color .2s ease-out;
}

.orientation-studies .orientation_wrapper .textContent .textContent_block .video_callToAction:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    background-color: #fff;
    opacity: 0;
    transition: left .2s ease-out,right .2s ease-out,opacity .2s ease-out,background-color .2s ease-out;
}

.noTouchDevice .orientation-studies .orientation_wrapper .textContent .textContent_block .video_callToAction:hover, .noTouchDevice .orientation-studies .orientation_wrapper .textContent .textContent_block .video_callToAction:hover:before {
    color: #353739;
}

    .noTouchDevice .orientation-studies .orientation_wrapper .textContent .textContent_block .video_callToAction:hover:after {
        opacity: 1;
        left: 0;
        right: 0;
    }

.orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 {
    position: relative;
    margin: 0 auto;
    font-family: Montserrat;
    font-size: 2.7777777777777777em;
    line-height: 1.2em;
    letter-spacing: .005em;
    text-transform: uppercase;
}

body:not(.iOS):not(.criOS) .orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transform: translateY(-10px) translateZ(0);
    -webkit-transform: translateY(-10px) translateZ(0);
    -ms-transform: translateY(-10px) translateZ(0);
    -webkit-transition: -webkit-transform .3s ease-out .3s,opacity 1.3s ease-out .3s;
    transition: transform .3s ease-out .3s,opacity 1.3s ease-out .3s;
}

.orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 span {
    font-family: PT Serif;
    font-size: .44em;
    line-height: 2em;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0;
    display: block;
    text-transform: none;
    margin-top: -.09090909em;
}

body:not(.iOS):not(.criOS) .orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 span {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transform: translateY(-10px) translateZ(0);
    -webkit-transform: translateY(-10px) translateZ(0);
    -ms-transform: translateY(-10px) translateZ(0);
    -webkit-transition: -webkit-transform .3s ease-out .6s,opacity .3s ease-out .6s;
    transition: transform .3s ease-out .6s,opacity .3s ease-out .6s;
}

.orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 + .orientation_callToAction {
    margin-top: 2.8181818181818183em;
}

.orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 .colorLine {
    width: 128px;
    height: 5px;
    background-color: #00338d;
    position: absolute;
    display: block;
    margin: 0 0 0 -64px;
    top: -37px;
    left: 50%;
}

body:not(.iOS):not(.criOS) .orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 .colorLine {
    -webkit-transition: width .3s ease-out .6s;
    transition: width .3s ease-out .6s;
}

.orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 + .certification_logos {
    margin-top: 60px;
    margin-bottom: -20px;
}

.orientation-studies .orientation_wrapper .textContent .textContent_block .certification_logos img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    max-width: 85px;
    max-height: 50px;
}

    .orientation-studies .orientation_wrapper .textContent .textContent_block .certification_logos img:last-child {
        margin-right: 0;
    }

.orientation-studies .orientation_wrapper .textContent .textContent_block .certification_logos .certification_logos_img--extended {
    max-width: 185px;
    max-height: 150px;
}

.orientation-studies .breadcrumb {
    width: 100%;
    color: #fff;
    display: inline-block;
    text-align: center;
    z-index: 2;
    position: absolute;
    bottom: 41px;
}

    .orientation-studies .breadcrumb ul {
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        letter-spacing: -5px;
    }

    .orientation-studies .breadcrumb li {
        float: none;
        display: inline-block;
        letter-spacing: 0;
        color: #fff;
    }

        .orientation-studies .breadcrumb li a {
            color: #fff;
            position: relative;
        }

            .orientation-studies .breadcrumb li a:before {
                content: "";
                width: 0;
                height: 1px;
                background-color: #fff;
                display: block;
                position: relative;
                top: 22px;
                left: calc(50% - 11px);
                right: calc(50% - 11px);
            }

body:not(.iOS):not(.criOS) .orientation-studies .breadcrumb li a:before {
    -webkit-transition: width .15s ease-out,left .15s ease-out;
    transition: width .15s ease-out,left .15s ease-out;
}

.orientation-studies .breadcrumb li a:after {
    color: #fff;
    margin: 0 10px;
}

.noTouchDevice .orientation-studies .breadcrumb li a:hover {
    color: #fff;
}

    .noTouchDevice .orientation-studies .breadcrumb li a:hover:before {
        color: #fff;
        width: calc(100% - 26px);
        left: 0;
    }

body:not(.iOS):not(.criOS) .orientation-studies .breadcrumb li {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}

    body:not(.iOS):not(.criOS) .orientation-studies .breadcrumb li + li {
        -webkit-transition-delay: 1.1s;
        transition-delay: 1.1s;
    }

        body:not(.iOS):not(.criOS) .orientation-studies .breadcrumb li + li + li {
            -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
        }

            body:not(.iOS):not(.criOS) .orientation-studies .breadcrumb li + li + li + li {
                -webkit-transition-delay: 1.5s;
                transition-delay: 1.5s;
            }

                body:not(.iOS):not(.criOS) .orientation-studies .breadcrumb li + li + li + li + li {
                    -webkit-transition-delay: 1.7s;
                    transition-delay: 1.7s;
                }

                    body:not(.iOS):not(.criOS) .orientation-studies .breadcrumb li + li + li + li + li + li {
                        -webkit-transition-delay: 1.9s;
                        transition-delay: 1.9s;
                    }

                        body:not(.iOS):not(.criOS) .orientation-studies .breadcrumb li + li + li + li + li + li + li {
                            -webkit-transition-delay: 2.1s;
                            transition-delay: 2.1s;
                        }

                            body:not(.iOS):not(.criOS) .orientation-studies .breadcrumb li + li + li + li + li + li + li + li {
                                -webkit-transition-delay: 2.3s;
                                transition-delay: 2.3s;
                            }

                                body:not(.iOS):not(.criOS) .orientation-studies .breadcrumb li + li + li + li + li + li + li + li + li {
                                    -webkit-transition-delay: 2.5s;
                                    transition-delay: 2.5s;
                                }

                                    body:not(.iOS):not(.criOS) .orientation-studies .breadcrumb li + li + li + li + li + li + li + li + li + li {
                                        -webkit-transition-delay: 2.7s;
                                        transition-delay: 2.7s;
                                    }

                                        body:not(.iOS):not(.criOS) .orientation-studies .breadcrumb li + li + li + li + li + li + li + li + li + li + li {
                                            -webkit-transition-delay: 2.9s;
                                            transition-delay: 2.9s;
                                        }

.orientation-studies.orientation-studiesInside .orientation_wrapper .imgContainer {
    position: relative;
    min-height: 600px;
    padding-top: 35%;
}

body:not(.iOS):not(.criOS) .orientation-studies.appear .imgContainer .imgStudies:after {
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
}

body:not(.iOS):not(.criOS) .orientation-studies.appear .textContent .textContent_block .title_01, body:not(.iOS):not(.criOS) .orientation-studies.appear .textContent .textContent_block .title_01 span {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    transform: translateY(0) translateZ(0);
    -webkit-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
}

    body:not(.iOS):not(.criOS) .orientation-studies.appear .textContent .textContent_block .title_01:before {
        width: 128px;
    }

body:not(.iOS):not(.criOS) .orientation-studies.appear .breadcrumb li {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    margin-left: 0;
}

.orientation-studies + :not(.tabs) {
    margin-top: 41px;
}

.orientation-studies.tmpl-initiatives + :not(.tabs) {
    margin-top: 0;
}

#general.communicationColor .orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 .colorLine {
    background-color: #ffdc02;
}

#general.lawsColor .orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 .colorLine {
    background-color: #6ac171;
}

#general.bbaRelationsColor .orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 .colorLine {
    background-color: #da4b54;
}

#general.psychologyColor .orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 .colorLine {
    background-color: #9e7fad;
}

#general.relationsColor .orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 .colorLine {
    background-color: #e99028;
}

#general.architectureColor .orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 .colorLine {
    background-color: #757575;
}

#general.administrationColor .orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 .colorLine {
    background-color: #4ca5e0;
}

#general.legalPracticeColor .orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 .colorLine {
    background-color: #6ec3b8;
}

#general.bbaLawColor .orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 .colorLine {
    background-color: #ccc;
}

@media only screen and (min-width:1542px) {
    .orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 {
        font-size: 3.24254215vw;
        line-height: 1.0714285714285714em;
        letter-spacing: .00357142857143em;
    }

        .orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 span {
            font-size: .36em;
            line-height: 1.6666666666666667em;
            letter-spacing: 0;
            margin-top: 1.1111111111111112em;
        }

            .orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 span.orientation_icon {
                transform: translate(-50%,-155px) !important;
                -webkit-transform: translate(-50%,-155px) !important;
                -ms-transform: translate(-50%,-155px) !important;
            }

                .orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 span.orientation_icon:before {
                    font-family: ieurwd-icons;
                    speak: none;
                    font-style: normal;
                    font-weight: 400;
                    font-variant: normal;
                    text-transform: none;
                    line-height: 1;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    font-size: 85px;
                }

    .orientation-studies + :not(.tabs) {
        margin-top: 67px;
    }

    .orientation-studies.style02 .orientation_wrapper .textContent:before {
        height: 122%;
    }

    .orientation-studies.style02 .orientation_wrapper .textContent.parallax:before {
        height: 112%;
    }

    .orientation-studies.style03 .orientation_wrapper .textContent:before {
        height: 122%;
    }

    .orientation-studies.style03 .orientation_wrapper .textContent.parallax:before {
        height: 102%;
    }
}

@media only screen and (max-width:1240px) {
    .orientation-studies.style02 .orientation_wrapper .textContent:before, .orientation-studies.style03 .orientation_wrapper .textContent:before {
        height: 124%;
    }
}

@media only screen and (max-width:800px) {
    .orientation-studies {
        padding: 0 44px;
        margin-bottom: 40px;
    }

        .orientation-studies.tmpl-initiatives {
            margin-bottom: 0;
        }

        .orientation-studies .orientation_wrapper .imgContainer {
            min-height: 600px;
            max-height: 600px;
            margin: 0 -44px;
        }

        .orientation-studies .orientation_wrapper .textContent {
            padding: 0;
        }

            .orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 {
                font-size: 2.3em;
                line-height: 1.0833333333333333em;
            }

                .orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 + .certification_logos {
                    margin-top: 60px;
                }

        .orientation-studies .orientation_wrapper.tmpl-events .textContent {
            position: absolute;
            text-align: center;
        }

            .orientation-studies .orientation_wrapper.tmpl-events .textContent img {
                width: 80%;
                height: auto;
            }

        .orientation-studies + .tabs.style03 {
            margin-top: -40px;
        }
}

@media only screen and (max-width:670px) {
    .orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 {
        font-size: 2em;
        line-height: 1.0943396226415094em;
    }
}

@media only screen and (max-width:600px) {
    .orientation-studies {
        padding: 0 15px;
        margin-bottom: 0;
    }

        .orientation-studies .orientation_wrapper .imgContainer {
            min-height: 315px;
            max-height: 315px;
            height: 315px;
            margin: 0 -15px;
        }

        .orientation-studies .orientation_wrapper .textContent {
            position: static;
            color: inherit;
            padding: 0;
            text-align: left;
            display: inline-block;
        }

    .style03.orientation-studies .orientation_wrapper .textContent {
        text-align: center;
    }

    .orientation-studies .orientation_wrapper .textContent .textContent_block {
        transform: translate(-50%,-50%) !important;
        top: 50%;
    }

        .orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 {
            font-size: 1.5555555555555556em;
            line-height: 1.2142857142857142em;
            letter-spacing: .00892857142857em;
            margin-top: .5357142857142857em;
        }

            .orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 i.orientation_icon {
                width: 50px;
                height: 50px;
                transform: translate(-50%,-85px) !important;
                -webkit-transform: translate(-50%,-85px) !important;
                -ms-transform: translate(-50%,-85px) !important;
            }

                .orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 i.orientation_icon img {
                    width: 100%;
                    height: auto;
                }

            .orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 .colorLine {
                display: none;
            }

    .style03.orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 .colorLine {
        display: block;
        width: 90px;
        height: 3px;
        margin-left: -45px;
        top: -25px;
    }

    .orientation-studies .orientation_wrapper .textContent .textContent_block .title_01:after {
        content: "";
        width: 35px;
        height: 2px;
        display: block;
        position: relative;
        background-color: #333;
        transform: translateY(-20px) translateZ(0);
        -webkit-transform: translateY(-20px) translateZ(0);
        -ms-transform: translateY(-20px) translateZ(0);
        -webkit-transition: -webkit-transform .5s ease-out .2s;
        transition: transform .5s ease-out .2s;
        margin-top: 28px;
    }

    .orientation-studies .orientation_wrapper .textContent .textContent_block .title_01 + .certification_logos {
        margin-top: 0;
    }

    .orientation-studies .orientation_wrapper .textContent .textContent_block .certification_logos {
        position: absolute;
        top: 250px;
    }

        .orientation-studies .orientation_wrapper .textContent .textContent_block .certification_logos img {
            margin-right: 33px;
            max-width: 60px;
            max-height: 42px;
        }

        .orientation-studies .orientation_wrapper .textContent .textContent_block .certification_logos .certification_logos_img--extended {
            max-width: 160px;
            max-height: 142px;
        }

    .orientation-studies .orientation_wrapper .textContent:before {
        display: none;
    }

    .orientation-studies .breadcrumb {
        position: relative;
        bottom: 0;
        margin-bottom: 0;
        text-align: left;
        padding-top: 20px;
    }

        .orientation-studies .breadcrumb li {
            color: #333;
        }

            .orientation-studies .breadcrumb li a {
                color: #00338d;
            }

                .orientation-studies .breadcrumb li a:before {
                    display: none;
                }

                .orientation-studies .breadcrumb li a:after {
                    color: #333;
                }

    .noTouchDevice .orientation-studies .breadcrumb li a:hover {
        color: #809fb7;
    }

    .orientation-studies.orientation-studiesInside .orientation_wrapper .imgContainer {
        position: relative;
        min-height: 315px;
        height: 315px;
    }

    .orientation-studies + * {
        margin-top: 10px;
    }

    .orientation-studies + .module-introductionBlock {
        margin-top: 41px;
    }

    .orientation-studies.style02 .orientation_wrapper .imgContainer, .orientation-studies.style03 .orientation_wrapper .imgContainer {
        min-height: 500px;
        max-height: 500px;
        height: 500px;
    }

    .orientation-studies.style02 .orientation_wrapper .textContent, .orientation-studies.style03 .orientation_wrapper .textContent {
        position: absolute;
        color: #fff;
    }

        .orientation-studies.style02 .orientation_wrapper .textContent .title_01, .orientation-studies.style03 .orientation_wrapper .textContent .title_01 {
            font-size: 1.6666666666666667em;
        }

            .orientation-studies.style02 .orientation_wrapper .textContent .title_01:after, .orientation-studies.style03 .orientation_wrapper .textContent .title_01:after {
                display: none;
                background-color: #fff;
            }

        .orientation-studies.style02 .orientation_wrapper .textContent:before, .orientation-studies.style03 .orientation_wrapper .textContent:before {
            display: inline-block;
            height: 110%;
        }

    .orientation-studies.style02 + .module-convertionForm.style02 .breadcrumb, .orientation-studies.style03 + .module-convertionForm.style02 .breadcrumb {
        position: relative;
        bottom: 0;
        margin-bottom: 0;
        text-align: left;
        padding: 22px 15px;
    }

        .orientation-studies.style02 + .module-convertionForm.style02 .breadcrumb li, .orientation-studies.style03 + .module-convertionForm.style02 .breadcrumb li {
            margin-left: 0;
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            color: #333;
        }

            .orientation-studies.style02 + .module-convertionForm.style02 .breadcrumb li a, .orientation-studies.style03 + .module-convertionForm.style02 .breadcrumb li a {
                color: #00338d;
            }

                .orientation-studies.style02 + .module-convertionForm.style02 .breadcrumb li a:before, .orientation-studies.style03 + .module-convertionForm.style02 .breadcrumb li a:before {
                    display: none;
                }

                .orientation-studies.style02 + .module-convertionForm.style02 .breadcrumb li a:after, .orientation-studies.style03 + .module-convertionForm.style02 .breadcrumb li a:after {
                    color: #333;
                }

    .noTouchDevice .orientation-studies.style02 + .module-convertionForm.style02 .breadcrumb li a:hover, .noTouchDevice .orientation-studies.style03 + .module-convertionForm.style02 .breadcrumb li a:hover {
        color: #809fb7;
    }

    .orientation-studies.style02.style03 .breadcrumb, .orientation-studies.style03.style03 .breadcrumb {
        padding-bottom: 35px;
    }

    .orientation-studies + .tabs.style03 {
        margin-top: 0;
    }
}

.orientation-events {
    z-index: 3;
}

    .orientation-events .orientation_wrapper .module-newsAndEvents {
        padding-top: 50px;
    }

        .orientation-events .orientation_wrapper .module-newsAndEvents .module_content > div {
            margin-bottom: 0;
            margin-right: 2%;
        }

    .orientation-events .orientation_wrapper .module-featuredDistributor {
        padding-top: 50px;
    }

        .orientation-events .orientation_wrapper .module-featuredDistributor .cypherLabel {
            letter-spacing: 0;
        }

        .orientation-events .orientation_wrapper .module-featuredDistributor + .module.module-bg1 {
            padding-top: 50px;
        }

    .orientation-events .filters-select_container {
        display: inline-block;
        vertical-align: middle;
    }

@media only screen and (max-width:1320px) {
    .orientation-events .filters-select_container {
        width: 100%;
    }

        .orientation-events .filters-select_container .filters-checkbox_content span {
            margin-left: 0;
        }
}

.orientation-events .filters-select_container + .filters-select_container {
    position: absolute;
    right: 0;
    bottom: 5px;
}

@media only screen and (max-width:1320px) {
    .orientation-events .filters-select_container + .filters-select_container {
        position: relative;
        margin-top: 25px;
        right: auto;
        bottom: auto;
    }
}

@media only screen and (max-width:600px) {
    .orientation-events .filters-select_container + .filters-select_container {
        margin-top: 0;
    }
}

.orientation-events .orientation-basic-filters_content {
    width: 100%;
    text-align: left;
    margin-bottom: -10px;
    margin-top: 29px;
}

.noTouchDevice .orientation-events .orientation-basic-filters_content:hover .buttonLayer img {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
}

.orientation-events .orientation-basic-filters_content .filters-select_content.hidden {
    display: none;
}

.orientation-events .orientation-basic-filters_content .filters-select_content.eventTypes {
    overflow: visible;
    height: auto;
}

    .orientation-events .orientation-basic-filters_content .filters-select_content.eventTypes select {
        display: none;
    }

.orientation-events .orientation-basic-filters_content .filters-select_content + .filters-select_content {
    margin-left: 40px;
}

.orientation-events .orientation-basic-filters_content .filters-select_content + .filters-checkbox_content {
    margin-left: 50px;
}

.orientation-events .orientation-basic-filters_content .filters-select_content ~ .filters-checkbox_content {
    position: relative;
    top: -9px;
}

.orientation-events .orientation-basic-filters_content .buttonLayer {
    position: relative;
    width: 100%;
    height: 38px;
    padding: 0 30px 0 0;
    text-align: left;
    letter-spacing: -.25em;
}

    .orientation-events .orientation-basic-filters_content .buttonLayer:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .orientation-events .orientation-basic-filters_content .buttonLayer.filtered img {
        display: inline-block;
        transition: opacity .11s ease-out;
        -webkit-transition: opacity .11s ease-out;
        -moz-transition: opacity .11s ease-out;
        -ms-transition: opacity .11s ease-out;
        -o-transition: opacity .11s ease-out;
    }

        .orientation-events .orientation-basic-filters_content .buttonLayer.filtered img + span {
            padding-left: 28px;
        }

    .orientation-events .orientation-basic-filters_content .buttonLayer img {
        display: none;
        position: absolute;
        top: 50%;
        left: 0;
        width: 18px;
        height: 18px;
        margin-top: -9px;
    }

    .orientation-events .orientation-basic-filters_content .buttonLayer span {
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        letter-spacing: 0;
    }

.orientation-events .orientation-basic-filters_content .eventTypeList {
    z-index: 9;
    position: absolute;
    top: 120%;
    left: -20px;
    right: -20px;
    font-size: .8333333333333334em;
    line-height: 1.3em;
    background-color: #fff;
    border: 1px solid #ddd;
    visibility: hidden;
    box-shadow: -2px 2px 3px #ddd;
    box-sizing: border-box;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: transform .22s ease-out,visibility .22s ease-out,opacity .22s ease-out;
    -webkit-transition: transform .22s ease-out,visibility .22s ease-out,opacity .22s ease-out;
    -moz-transition: transform .22s ease-out,visibility .22s ease-out,opacity .22s ease-out;
    -ms-transition: transform .22s ease-out,visibility .22s ease-out,opacity .22s ease-out;
    -o-transition: transform .22s ease-out,visibility .22s ease-out,opacity .22s ease-out;
}

    .orientation-events .orientation-basic-filters_content .eventTypeList:after, .orientation-events .orientation-basic-filters_content .eventTypeList:before {
        content: "";
        z-index: 3;
        position: absolute;
        top: -12px;
        left: 23px;
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 12px solid #fff;
    }

    .orientation-events .orientation-basic-filters_content .eventTypeList:after {
        z-index: 2;
        top: -13px;
        left: 22px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 13px solid #ddd;
    }

    .orientation-events .orientation-basic-filters_content .eventTypeList.visible {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        visibility: visible;
    }

        .orientation-events .orientation-basic-filters_content .eventTypeList.visible li {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
        }

    .orientation-events .orientation-basic-filters_content .eventTypeList ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .orientation-events .orientation-basic-filters_content .eventTypeList li {
        padding: 0 12px;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        transition: transform .22s ease-out,opacity .22s ease-out .2s;
        -webkit-transition: transform .22s ease-out,opacity .22s ease-out .2s;
        -moz-transition: transform .22s ease-out,opacity .22s ease-out .2s;
        -ms-transition: transform .22s ease-out,opacity .22s ease-out .2s;
        -o-transition: transform .22s ease-out,opacity .22s ease-out .2s;
    }

        .orientation-events .orientation-basic-filters_content .eventTypeList li:last-child div {
            border-bottom: 0;
        }

        .orientation-events .orientation-basic-filters_content .eventTypeList li.active {
            background-color: #eee;
        }

            .orientation-events .orientation-basic-filters_content .eventTypeList li.active a {
                pointer-events: none;
            }

            .orientation-events .orientation-basic-filters_content .eventTypeList li.active span {
                font-weight: 800;
            }

.noTouchDevice .orientation-events .orientation-basic-filters_content .eventTypeList li.active:hover a {
    cursor: default;
    color: #333;
}

.orientation-events .orientation-basic-filters_content .eventTypeList li.active + li:not(.active) div {
    border-top: 0;
}

.orientation-events .orientation-basic-filters_content .eventTypeList li.disabled {
    pointer-events: none;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
}

.noTouchDevice .orientation-events .orientation-basic-filters_content .eventTypeList li + li:not(.active):hover img {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
}

.orientation-events .orientation-basic-filters_content .eventTypeList li + li:not(.active) div {
    border-top: 1px solid #eee;
}

.orientation-events .orientation-basic-filters_content .eventTypeList div {
    position: relative;
    width: 100%;
    padding: 16px 0 19px;
    text-align: left;
    letter-spacing: -.25em;
}

.orientation-events .orientation-basic-filters_content .eventTypeList span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
    padding-left: 10px;
    letter-spacing: 0;
}

.orientation-events .orientation-basic-filters_content .eventTypeList img {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    transition: opacity .11s ease-out;
    -webkit-transition: opacity .11s ease-out;
    -moz-transition: opacity .11s ease-out;
    -ms-transition: opacity .11s ease-out;
    -o-transition: opacity .11s ease-out;
}

.orientation-events .orientation-basic-filters_content .filters-checkbox_content.disabled {
    pointer-events: none;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
}

.orientation-events .orientation-basic-filters_content .filters-checkbox_content.forced {
    pointer-events: none;
}

    .orientation-events .orientation-basic-filters_content .filters-checkbox_content.forced .icon-check:before {
        background-color: #333;
        border-color: #333;
    }

.orientation-events .orientation-basic-filters_content .filters-checkbox_content + .filters-checkbox_content {
    margin-left: 36px;
}

.orientation-events .orientation-basic-filters_content .viewButtons {
    position: relative;
    top: -3px;
}

.orientation-events + .module-eventsAndTags {
    margin-top: 0;
}

.orientation-events + .module-undergraduateDegrees {
    padding-top: 0;
}

@media only screen and (max-width:600px) {
    .orientation-events + .module-undergraduateDegrees {
        padding-top: 40px;
    }
}

.orientation-events + .module-undergraduateDegrees .module_inner .module-undergraduateDegrees_container.first-child {
    margin-top: 40px;
}

@media only screen and (max-width:820px) {
    .orientation-events + .module-undergraduateDegrees .module_inner .module-undergraduateDegrees_container.first-child {
        margin-top: 30px;
    }
}

@media only screen and (max-width:600px) {
    .orientation-events + .module-undergraduateDegrees .module_inner .module-undergraduateDegrees_container.first-child {
        margin-top: 0;
    }
}

@media only screen and (min-width:1542px) {
    .orientation-events .orientation_wrapper .orientation_inner .orientation-basic-filters_content {
        margin-bottom: -12px;
    }
}

@media only screen and (max-width:1240px) {
    .orientation-events .orientation-basic-filters_content {
        min-width: 0;
    }

        .orientation-events .orientation-basic-filters_content .filters-select_content:first-child:last-child {
            width: 50%;
        }

        .orientation-events .orientation-basic-filters_content .filters-select_content:first-child:nth-last-child(2), .orientation-events .orientation-basic-filters_content .filters-select_content:first-child:nth-last-child(2) ~ .filters-select_content {
            width: calc(50% - 25px);
        }

        .orientation-events .orientation-basic-filters_content .filters-select_content:first-child:nth-last-child(3), .orientation-events .orientation-basic-filters_content .filters-select_content:first-child:nth-last-child(3) ~ .filters-select_content {
            width: calc(33.33% - 34px);
        }

        .orientation-events .orientation-basic-filters_content .filters-select_content + .filters-select_content {
            margin-left: 50px;
        }

        .orientation-events .orientation-basic-filters_content .filters-select_content + .filters-checkbox_content {
            margin-left: 12px;
            margin-top: 20px;
        }

        .orientation-events .orientation-basic-filters_content .filters-select_content ~ .filters-checkbox_content {
            position: relative;
            top: 0;
        }

        .orientation-events .orientation-basic-filters_content .filters-select_content select {
            width: calc(100% + 25px);
        }
}

@media only screen and (max-width:600px) {
    .orientation-events {
        padding-bottom: 0;
    }

        .orientation-events .orientation-basic-filters_content {
            width: auto;
            min-width: 0;
            text-align: left;
            float: none;
            margin-left: -15px;
            margin-right: -15px;
            display: block;
            margin-bottom: 0;
        }

            .orientation-events .orientation-basic-filters_content .filters-select_content {
                width: 100%;
                clear: both;
                height: auto;
                border-top: 1px solid #e0e0e0;
                height: 60px;
                padding: 0 15px;
                float: none;
            }

                .orientation-events .orientation-basic-filters_content .filters-select_content:first-child:last-child, .orientation-events .orientation-basic-filters_content .filters-select_content:first-child:nth-last-child(2), .orientation-events .orientation-basic-filters_content .filters-select_content:first-child:nth-last-child(2) ~ .filters-select_content, .orientation-events .orientation-basic-filters_content .filters-select_content:first-child:nth-last-child(3), .orientation-events .orientation-basic-filters_content .filters-select_content:first-child:nth-last-child(3) ~ .filters-select_content {
                    width: 100%;
                }

                .orientation-events .orientation-basic-filters_content .filters-select_content.eventTypes {
                    overflow: hidden;
                    height: 60px;
                }

                    .orientation-events .orientation-basic-filters_content .filters-select_content.eventTypes select {
                        display: block;
                    }

                .orientation-events .orientation-basic-filters_content .filters-select_content label {
                    font-size: .6666666666666666em;
                    line-height: 2em;
                }

                    .orientation-events .orientation-basic-filters_content .filters-select_content label + select {
                        top: -14px;
                    }

                .orientation-events .orientation-basic-filters_content .filters-select_content select {
                    width: 100%;
                    border: 0;
                }

                .orientation-events .orientation-basic-filters_content .filters-select_content:after {
                    left: calc(100% - 10px);
                    top: -58px;
                    position: relative;
                }

    .noTouchDevice .orientation-events .orientation-basic-filters_content .filters-select_content:hover:after {
        top: -54px;
    }

    .orientation-events .orientation-basic-filters_content .filters-select_content + .filters-select_content {
        margin-left: 0;
        border-bottom: 1px solid #e0e0e0;
    }

    .orientation-events .orientation-basic-filters_content .filters-select_content + .filters-checkbox_content {
        margin-left: 27px;
        margin-top: 13px;
    }

    .orientation-events .orientation-basic-filters_content .filters-checkbox_content {
        margin: 13px 0 13px 15px;
    }

        .orientation-events .orientation-basic-filters_content .filters-checkbox_content + .filters-checkbox_content {
            margin-left: 25px;
        }

    .orientation-events .orientation-basic-filters_content .viewButtons {
        display: block;
        margin-top: 8px;
        margin-left: 15px;
        margin-right: 15px;
        float: right;
    }

    .orientation-events .buttonLayer, .orientation-events .eventTypeList {
        display: none;
    }

    .orientation-events + .module-introductionBlock.intro {
        margin-top: -25px;
    }
}

@media only screen and (max-width:460px) {
    .orientation-events .orientation-basic-filters_content .viewButtons {
        float: none;
        margin-bottom: 12px;
    }
}

@media only screen and (max-width:350px) {
    .orientation-events .orientation-basic-filters_content .viewButtons {
        float: none;
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 8px 15px 8px 0;
        text-align: right;
        border-top: 1px solid #e0e0e0;
    }

        .orientation-events .orientation-basic-filters_content .viewButtons button {
            float: none;
        }
}

.orientation-faculty .orientation-basic-filters_content {
    margin-right: 0;
}

    .orientation-faculty .orientation-basic-filters_content.orientation-teachers-filters {
        width: 100%;
    }

    .orientation-faculty .orientation-basic-filters_content .filters-search_content {
        margin-right: -14px;
    }

        .orientation-faculty .orientation-basic-filters_content .filters-search_content .orientation-search_input {
            display: inline-block;
            margin-top: 0;
        }

        .orientation-faculty .orientation-basic-filters_content .filters-search_content .orientation-search_button {
            display: inline-block;
        }

    .orientation-faculty .orientation-basic-filters_content .filters-checkbox_content label {
        display: inline-block;
        padding-right: 30px;
    }

        .orientation-faculty .orientation-basic-filters_content .filters-checkbox_content label:last-child {
            padding-right: 0;
        }

@media only screen and (min-width:1542px) {
    .orientation-faculty .orientation-basic-filters_content {
        margin-right: 0;
    }

        .orientation-faculty .orientation-basic-filters_content.orientation-teachers-filters {
            text-align: left;
            position: relative;
        }

            .orientation-faculty .orientation-basic-filters_content.orientation-teachers-filters .filters-checkbox_content {
                position: absolute;
                right: 0;
                bottom: 0;
            }
}

@media only screen and (max-width:1541px) {
    .orientation-faculty .orientation-basic-filters_content {
        margin-right: 0;
    }

        .orientation-faculty .orientation-basic-filters_content.orientation-teachers-filters {
            text-align: left;
            position: relative;
        }

            .orientation-faculty .orientation-basic-filters_content.orientation-teachers-filters .filters-checkbox_content {
                position: absolute;
                right: 0;
                bottom: 0;
            }
}

@media only screen and (max-width:1187px) {
    .orientation-faculty .title_01 {
        width: 100%;
    }

    .orientation-faculty .orientation-basic-filters_content {
        width: 100%;
        text-align: left;
        margin-bottom: -10px;
        margin-top: 28px;
    }

        .orientation-faculty .orientation-basic-filters_content .viewButtons {
            float: right;
        }

            .orientation-faculty .orientation-basic-filters_content .viewButtons button:before {
                display: block;
            }

        .orientation-faculty .orientation-basic-filters_content.orientation-teachers-filters {
            text-align: left;
            position: relative;
        }

            .orientation-faculty .orientation-basic-filters_content.orientation-teachers-filters .filters-checkbox_content {
                position: absolute;
                right: 0;
                bottom: 0;
            }
}

@media only screen and (max-width:1024px) {
    .orientation-faculty .orientation-basic-filters_content .filters-select_content {
        width: calc((100% - 40px) / 2);
    }

        .orientation-faculty .orientation-basic-filters_content .filters-select_content .filters-select {
            width: calc(100% + 25px);
        }

    .orientation-faculty .orientation-basic-filters_content .filters-search_content {
        width: calc((100% - 40px) / 2);
    }

    .orientation-faculty .orientation-basic-filters_content.orientation-teachers-filters .filters-checkbox_content {
        position: relative;
        width: 100%;
    }
}

@media only screen and (max-width:1024px) and (min-width:600px) {
    .orientation-faculty .orientation-basic-filters_content .filters-search_content .orientation-search_input {
        width: 100%;
    }

    .orientation-faculty .orientation-basic-filters_content .filters-search_content .orientation-search_button {
        position: absolute;
        right: 0;
        padding-right: 0;
    }

    .orientation-faculty .orientation-basic-filters_content.orientation-teachers-filters .filters-checkbox_content {
        position: relative;
        width: 100%;
        margin-top: 30px;
        margin-left: 15px;
    }
}

@media only screen and (max-width:700px) {
    .orientation-faculty .orientation-basic-filters_content {
        min-width: 0;
    }

        .orientation-faculty .orientation-basic-filters_content .filters-search_content, .orientation-faculty .orientation-basic-filters_content .filters-select_content {
            width: calc((100% - 40px) / 2);
        }

        .orientation-faculty .orientation-basic-filters_content.orientation-teachers-filters .filters-checkbox_content {
            position: relative;
            width: 100%;
            margin-top: 30px;
            margin-left: 15px;
        }

        .orientation-faculty .orientation-basic-filters_content .viewButtons {
            display: none;
        }
}

@media only screen and (max-width:600px) {
    .orientation-faculty {
        padding-bottom: 27px;
    }

        .orientation-faculty .orientation-basic-filters_content {
            width: auto;
            min-width: 0;
            text-align: left;
            float: none;
            margin-left: -15px;
            margin-right: -15px;
            display: block;
            margin-bottom: -27px;
        }

            .orientation-faculty .orientation-basic-filters_content .filters-select_content {
                width: 130%;
                clear: both;
                height: auto;
                border-top: 1px solid #e0e0e0;
                height: 60px;
                padding: 0 15px;
                float: none;
            }

                .orientation-faculty .orientation-basic-filters_content .filters-select_content label {
                    font-size: .6666666666666666em;
                    line-height: 2em;
                }

                    .orientation-faculty .orientation-basic-filters_content .filters-select_content label + select {
                        top: -14px;
                    }

                .orientation-faculty .orientation-basic-filters_content .filters-select_content select {
                    width: 100%;
                    border: 0;
                }

                .orientation-faculty .orientation-basic-filters_content .filters-select_content:after {
                    left: calc(100% - 10px);
                    top: -58px;
                    position: relative;
                }

    .noTouchDevice .orientation-faculty .orientation-basic-filters_content .filters-select_content:hover:after {
        top: -54px;
    }

    .orientation-faculty .orientation-basic-filters_content .filters-select_content + .filters-select_content {
        margin-left: 0;
        border-bottom: 1px solid #e0e0e0;
    }

    .orientation-faculty .orientation-basic-filters_content .filters-select_content + .filters-checkbox_content {
        margin: 8px 0 8px 15px;
    }

    .orientation-faculty .orientation-basic-filters_content .filters-select_content + .filters-search_content {
        top: 0;
    }

    .orientation-faculty .orientation-basic-filters_content .filters-search_content {
        width: 130%;
        clear: both;
        height: auto;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        height: 50px;
        letter-spacing: -10px;
        padding: 0 15px;
        float: none;
        margin-left: 0;
        position: relative;
    }

        .orientation-faculty .orientation-basic-filters_content .filters-search_content .orientation-search_input {
            width: 100%;
            border: 0;
            height: 52px;
        }

        .orientation-faculty .orientation-basic-filters_content .filters-search_content .orientation-search_button {
            padding: 7px 0 7px 14px;
            position: absolute;
            top: 6px;
            right: 15px;
        }

        .orientation-faculty .orientation-basic-filters_content .filters-search_content:before {
            left: -1px;
        }

        .orientation-faculty .orientation-basic-filters_content .filters-search_content:after {
            left: -8px;
            top: 2;
        }

    .orientation-faculty .orientation-basic-filters_content.orientation-teachers-filters .filters-checkbox_content {
        position: relative;
        width: 130%;
        clear: both;
        height: 50px;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 10px;
    }

    .orientation-faculty + .module-introductionBlock.intro {
        margin-top: -30px;
    }
}

.orientation-stories .orientation_wrapper .orientation_inner {
    width: 100%;
}

.orientation-stories .orientation-basic-filters_content {
    min-width: 0;
    margin-right: 0;
}

@media only screen and (max-width:820px) {
    .orientation-stories .orientation-basic-filters_content {
        text-align: left;
        margin-bottom: -10px;
        margin-top: 28px;
    }
}

@media only screen and (max-width:600px) {
    .orientation-stories {
        padding-bottom: 0;
    }

        .orientation-stories .orientation-basic-filters_content {
            width: auto;
            min-width: 0;
            text-align: left;
            float: none;
            margin-left: -15px;
            margin-right: -15px;
            display: block;
            margin-bottom: -27px;
        }

            .orientation-stories .orientation-basic-filters_content .filters-select_content {
                width: 100%;
                clear: both;
                height: auto;
                border-top: 1px solid #e0e0e0;
                border-bottom: 1px solid #e0e0e0;
                height: 60px;
                padding: 0 15px;
                float: none;
            }

                .orientation-stories .orientation-basic-filters_content .filters-select_content label {
                    font-size: .6666666666666666em;
                    line-height: 2em;
                }

                    .orientation-stories .orientation-basic-filters_content .filters-select_content label + select {
                        top: -14px;
                    }

                .orientation-stories .orientation-basic-filters_content .filters-select_content select {
                    width: 100%;
                    border: 0;
                }

                .orientation-stories .orientation-basic-filters_content .filters-select_content:after {
                    left: calc(100% - 10px);
                    top: -58px;
                    position: relative;
                }

    .noTouchDevice .orientation-stories .orientation-basic-filters_content .filters-select_content:hover:after {
        top: -54px;
    }

    .orientation-stories .orientation-basic-filters_content .filters-select_content + .filters-select_content {
        margin-left: 0;
        border-bottom: 1px solid #e0e0e0;
    }

    .orientation-stories .orientation-basic-filters_content .filters-select_content + .filters-checkbox_content {
        margin: 8px 0 8px 15px;
    }

    .orientation-stories + .module-storiesAll {
        margin-top: -42px;
    }
}

.orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content {
    min-width: 0;
    margin-right: 0;
}

    .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-select_container {
        position: absolute;
        top: 0;
        left: 0;
    }

        .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-select_container + .filters-search_content, .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-select_container + .filters-search_content + .link-subscribe {
            margin-top: 25px;
        }

    .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-search_content {
        width: 255px;
        -webkit-transition: width .3s ease-out;
        transition: width .3s ease-out;
    }

        .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-search_content .orientation-search_input {
            display: inline-block;
            width: calc(100% - 25px);
            min-width: 240px;
            margin-top: 0;
            font-size: .8333333333333334em;
            line-height: 1.6em;
            -webkit-transition: font-size .3s ease-out,line-height .3s ease-out;
            transition: font-size .3s ease-out,line-height .3s ease-out;
        }

        .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-search_content:before {
            display: none;
        }

        .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-search_content.focusIn {
            width: 75%;
        }

            .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-search_content.focusIn .orientation-search_input {
                font-size: 1.0555555555555556em;
                line-height: 1.263157894736842em;
            }

    .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .link-subscribe {
        display: inline-block;
        font-family: Montserrat;
        font-size: .6111111111111112em;
        line-height: 2.272727272727273em;
        letter-spacing: .06363636363636em;
        font-weight: 800;
        text-transform: uppercase;
        color: #00338d;
        margin-left: 20px;
        -webkit-transition: color .2s ease-out;
        transition: color .2s ease-out;
    }

        .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .link-subscribe:after {
            content: "\e626";
            font-family: ieurwd-icons;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 1.0909090909090908em;
            display: inline-block;
            margin-left: 9px;
        }

.noTouchDevice .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .link-subscribe:hover {
    color: #809fb7;
}

@media only screen and (min-width:1542px) and (max-width:1700px) {
    .orientation-news .orientation_wrapper .orientation_inner .title_01 {
        font-size: 3.3333333333333335em;
        line-height: 1.0833333333333333em;
    }
}

@media only screen and (max-width:1360px) {
    .orientation-news .orientation_wrapper .orientation_inner .title_01 {
        width: 100%;
        margin-right: 0;
    }

    .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content {
        text-align: left;
        width: 100%;
        margin-right: 0;
        margin-bottom: -8px;
        margin-top: 28px;
    }

        .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-search_content, .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-search_content.focusIn {
            width: 500px;
        }

            .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-search_content.focusIn .orientation-search_input {
                font-size: .8333333333333334em;
                line-height: 1.6em;
            }

        .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-select_container {
            display: inline-block;
            vertical-align: top;
            position: relative;
            top: auto;
            left: auto;
        }

            .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-select_container + .filters-search_content {
                margin-left: 50px;
                width: 255px;
            }
}

@media only screen and (max-width:750px) {
    .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-search_content, .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-search_content.focusIn {
        width: calc(100% - 140px);
    }

        .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-search_content.focusIn .orientation-search_input {
            font-size: .8333333333333334em;
            line-height: 1.6em;
        }

    .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-select_container {
        display: block;
        width: 100%;
    }

        .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-select_container .filters-select, .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-select_container .filters-select_content {
            width: 100%;
        }

        .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-select_container + .filters-search_content {
            position: relative;
            margin-left: 0;
            width: 100%;
        }

            .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-select_container + .filters-search_content input[type=text] {
                width: 100%;
            }

            .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-select_container + .filters-search_content input[type=submit] {
                position: absolute;
                right: -14px;
            }

            .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-select_container + .filters-search_content + .link-subscribe {
                margin-left: 0;
            }
}

@media only screen and (max-width:600px) {
    .orientation-news {
        padding-bottom: 80px;
    }

        .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content {
            width: auto;
            min-width: 0;
            text-align: left;
            float: none;
            margin-left: -15px;
            margin-right: -15px;
            display: block;
            margin-bottom: 0;
        }

            .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-search_content {
                width: 100%;
                clear: both;
                height: auto;
                border-top: 1px solid #e0e0e0;
                border-bottom: 1px solid #e0e0e0;
                height: 63px;
                letter-spacing: -10px;
                padding: 0 15px;
                float: none;
            }

                .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-search_content .orientation-search_input {
                    width: 100%;
                    border: 0;
                    height: 63px;
                }

                .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-search_content .orientation-search_button {
                    position: absolute;
                    padding: 7px 0 7px 14px;
                    top: 50%;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                }

                .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-search_content:before {
                    left: -1px;
                }

                .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-search_content:after {
                    left: -8px;
                    top: 2;
                }

                .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-search_content.focusIn {
                    width: 100%;
                }

                    .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-search_content.focusIn .orientation-search_input {
                        font-size: .8333333333333334em;
                        line-height: 1.6em;
                    }

            .orientation-news .orientation_wrapper .orientation_inner .orientation-basic-filters_content .link-subscribe {
                float: right;
                margin-right: 18px;
                margin-top: 20px;
            }

        .orientation-news .orientation_wrapper .orientation_inner .filters-select_container {
            margin-left: 15px;
            width: calc(100% - 30px) !important;
        }

            .orientation-news .orientation_wrapper .orientation_inner .filters-select_container + .filters-search_content {
                margin-left: 15px !important;
                padding: 0;
                width: calc(100% - 30px) !important;
                border-top: 0;
                border-bottom: 1px solid #333;
            }

                .orientation-news .orientation_wrapper .orientation_inner .filters-select_container + .filters-search_content input[type=submit] {
                    right: 0 !important;
                }

        .orientation-news + .module-introductionBlock.intro {
            padding-top: 0 !important;
        }
}

.orientation-generalSearch .orientation_wrapper .orientation_inner .orientation-basic-filters_content {
    width: 100%;
    min-width: 0;
    max-width: 824px;
    display: block;
    margin: 0 auto;
}

    .orientation-generalSearch .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-search_content {
        width: 100%;
        height: auto;
        margin-top: 30px;
        text-align: left;
        overflow: hidden;
    }

        .orientation-generalSearch .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-search_content .orientation-search_input {
            width: calc(100% + 25px);
            font-size: 2.2222222222222223em;
            line-height: 1.25em;
            height: auto;
            padding-right: 60px;
        }

        .orientation-generalSearch .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-search_content .orientation-search_button {
            font-size: 1.6666666666666667em;
            padding: 7px 3px;
            position: relative;
            top: -50px;
            left: calc(100% - 34px);
            margin-left: 0;
            outline: none;
        }

        .orientation-generalSearch .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-search_content:before {
            display: none;
        }

.orientation-generalSearch + .module-tabsResults {
    margin-top: -47px;
}

@media only screen and (min-width:1542px) {
    .orientation-generalSearch .orientation_wrapper .orientation_inner .orientation-basic-filters_content {
        margin-bottom: -46px;
    }

    .orientation-generalSearch + .module-tabsResults {
        margin-top: 0;
    }
}

@media only screen and (max-width:950px) {
    .orientation-generalSearch + .module-tabsResults {
        margin-top: -51px;
    }

        .orientation-generalSearch + .module-tabsResults .tabs_currentPage {
            background-color: #f6f6f7;
        }
}

@media only screen and (max-width:600px) {
    .orientation-generalSearch .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-search_content {
        margin-top: 0;
    }

        .orientation-generalSearch .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-search_content .orientation-search_input {
            font-size: 1.5555555555555556em;
            line-height: 2.5em;
            height: 70px;
        }

        .orientation-generalSearch .orientation_wrapper .orientation_inner .orientation-basic-filters_content .filters-search_content .orientation-search_button {
            font-size: 1.1666666666666667em;
            top: -55px;
        }

    .orientation-generalSearch + .module-tabsResults {
        margin-top: -44px;
    }
}

.orientation-projects {
    z-index: 1;
    position: relative;
}

@media only screen and (max-width:600px) {
    .orientation-projects {
        z-index: 1;
        position: relative;
    }

        .orientation-projects .filters-select_content:last-child {
            border-bottom: 1px solid #e0e0e0;
        }

        .orientation-projects + .module-multipleDistributor {
            margin-top: 50px;
        }

            .orientation-projects + .module-multipleDistributor .search_result {
                margin-top: -50px;
            }

                .orientation-projects + .module-multipleDistributor .search_result + .flexGrid_container {
                    margin-top: 0;
                }
}

.orientation-project-single {
    z-index: 1;
    position: relative;
}

    .orientation-project-single.orientation .orientation_wrapper .orientation_inner .title10 {
        margin-top: 0;
        letter-spacing: 0;
    }

    .orientation-project-single .link-back {
        width: 10%;
    }

    .orientation-project-single .module_tagsAndSocial {
        height: auto;
        line-height: 33px;
        letter-spacing: 0;
    }

        .orientation-project-single .module_tagsAndSocial .dateAndTag {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            font-family: Montserrat;
            font-size: .6111111111111112em;
            line-height: 2.4545454545455em;
            text-transform: uppercase;
            color: #707070;
        }

            .orientation-project-single .module_tagsAndSocial .dateAndTag .date {
                margin-right: 25px;
            }

            .orientation-project-single .module_tagsAndSocial .dateAndTag .tag {
                margin-right: 12px;
                color: #00338d;
            }

.noTouchDevice .orientation-project-single .module_tagsAndSocial .dateAndTag .tag:hover {
    color: #809fb7;
}

.orientation-project-single .module_tagsAndSocial .dateAndTag:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.orientation-project-single .module_tagsAndSocial .share {
    float: right;
    display: inline-block;
    font-family: Montserrat;
    font-size: 7px;
    line-height: 1.4444444444444444em;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-weight: 800;
}

    .orientation-project-single .module_tagsAndSocial .share .social {
        display: inline-block;
        vertical-align: middle;
        list-style: none;
        margin: 0;
        padding: 0;
        letter-spacing: 0;
    }

        .orientation-project-single .module_tagsAndSocial .share .social .socialLink {
            float: left;
        }

            .orientation-project-single .module_tagsAndSocial .share .social .socialLink * {
                z-index: 0;
                display: inline-block;
                vertical-align: middle;
                letter-spacing: 0;
            }

            .orientation-project-single .module_tagsAndSocial .share .social .socialLink:after {
                display: none;
            }

            .orientation-project-single .module_tagsAndSocial .share .social .socialLink .linkBox {
                min-width: 0;
                padding: 9px 15px 7px;
                border: 1px solid #ccc;
                color: #707070;
            }

                .orientation-project-single .module_tagsAndSocial .share .social .socialLink .linkBox .icon {
                    margin-left: 0;
                    font-size: 2.4em;
                }

                    .orientation-project-single .module_tagsAndSocial .share .social .socialLink .linkBox .icon + * {
                        margin-left: 10px;
                        font-size: 1.35em;
                        letter-spacing: .05em;
                    }

                .orientation-project-single .module_tagsAndSocial .share .social .socialLink .linkBox .icon-twitter {
                    color: #27bffc;
                }

                .orientation-project-single .module_tagsAndSocial .share .social .socialLink .linkBox .icon-facebook {
                    color: #39579a;
                }

                .orientation-project-single .module_tagsAndSocial .share .social .socialLink .linkBox .icon-google {
                    color: #f34430;
                }

                .orientation-project-single .module_tagsAndSocial .share .social .socialLink .linkBox .icon-linkedin-color {
                    font-size: 2em;
                    color: #013f70;
                }

                .orientation-project-single .module_tagsAndSocial .share .social .socialLink .linkBox .icon-whatsApp {
                    color: #41b700;
                }

.noTouchDevice .orientation-project-single .module_tagsAndSocial .share .social .socialLink .linkBox:hover, .noTouchDevice .orientation-project-single .module_tagsAndSocial .share .social .socialLink .linkBox:hover .icon-facebook, .noTouchDevice .orientation-project-single .module_tagsAndSocial .share .social .socialLink .linkBox:hover .icon-google, .noTouchDevice .orientation-project-single .module_tagsAndSocial .share .social .socialLink .linkBox:hover .icon-linkedin-color, .noTouchDevice .orientation-project-single .module_tagsAndSocial .share .social .socialLink .linkBox:hover .icon-twitter, .noTouchDevice .orientation-project-single .module_tagsAndSocial .share .social .socialLink .linkBox:hover .icon-whatsApp {
    color: #fff;
}

.noTouchDevice .orientation-project-single .module_tagsAndSocial .share .social .socialLink.twitter .linkBox:hover:after {
    background: #27bffc;
}

.noTouchDevice .orientation-project-single .module_tagsAndSocial .share .social .socialLink.facebook .linkBox:hover:after {
    background: #39579a;
}

.noTouchDevice .orientation-project-single .module_tagsAndSocial .share .social .socialLink.google .linkBox:hover:after {
    background: #f34430;
}

.orientation-project-single .module_tagsAndSocial .share .social .socialLink.linkedin .linkBox {
    padding: 10px 15px 9px;
}

.noTouchDevice .orientation-project-single .module_tagsAndSocial .share .social .socialLink.linkedin .linkBox:hover:after {
    background: #013f70;
}

.orientation-project-single .module_tagsAndSocial .share .social .socialLink.whatsapp {
    display: none;
}

.noTouchDevice .orientation-project-single .module_tagsAndSocial .share .social .socialLink.whatsapp .linkBox:hover:after {
    background: #41b700;
}

.orientation-project-single .module_tagsAndSocial .share .social .socialLink + .socialLink {
    margin-left: 20px;
}

.orientation-project-single .module_tagsAndSocial .share .social:after {
    content: "";
    clear: both;
    display: block;
}

.orientation-project-single .module_tagsAndSocial .share.left {
    float: none;
    margin-top: 10px;
}

.orientation-project-single .module_tagsAndSocial:after {
    content: "";
    clear: both;
    display: block;
}

.orientation-project-single .module_tagsAndSocial + img {
    margin-top: 50px;
}

.orientation-project-single .module_tagsAndSocial + .module_content, .orientation-project-single .module_tagsAndSocial + .module_intro, .orientation-project-single .module_tagsAndSocial + h2 {
    margin-top: 40px;
}

.orientation-project-single .module_tagsAndSocial + .orientation_projectIntro {
    margin-top: 37px;
}

.orientation-project-single .module_tagsAndSocial + * {
    margin-top: 50px;
}

.orientation-project-single .title10:after {
    content: "";
    width: 44px;
    height: 2px;
    display: block;
    position: relative;
    margin-top: 20px;
    background-color: #333;
}

.orientation-project-single .title10 + * {
    margin-top: 18px;
}

.orientation-project-single .title10 + .orientation_projectCategories {
    margin-top: 15px;
}

.orientation-project-single .orientation_projectCategories {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

    .orientation-project-single .orientation_projectCategories + * {
        margin-top: 40px;
    }

    .orientation-project-single .orientation_projectCategories + .orientation_projectIntro {
        margin-top: 22px;
    }

.orientation-project-single li {
    display: inline-block;
    vertical-align: middle;
}

    .orientation-project-single li:after {
        content: ",";
    }

    .orientation-project-single li:last-child:after {
        display: none;
    }

    .orientation-project-single li a {
        color: #00338d;
    }

.noTouchDevice .orientation-project-single li a:hover {
    color: #809fb7;
}

.orientation-project-single li + li {
    margin-left: 10px;
}

.orientation-project-single + .module-quickFacts {
    margin-top: 27px;
}

@media only screen and (min-width:1542px) {
    .orientation-project-single.orientation .orientation_wrapper .orientation_inner .title10 {
        font-size: 2.5em;
        line-height: 1.4em;
    }

    .orientation-project-single + .module-quickFacts {
        margin-top: 37px;
    }
}

@media only screen and (max-width:800px) {
    .orientation-project-single + .module-quickFacts {
        margin-top: 0;
    }
}

@media only screen and (max-width:600px) {
    .orientation-project-single .module_tagsAndSocial {
        margin-bottom: 0;
    }

        .orientation-project-single .module_tagsAndSocial .share, .orientation-project-single .module_tagsAndSocial .share .social {
            width: 100%;
        }

            .orientation-project-single .module_tagsAndSocial .share .social .socialLink {
                float: left;
                margin: 0 13.2px 14.2px 0;
            }

                .orientation-project-single .module_tagsAndSocial .share .social .socialLink .linkBox {
                    margin-bottom: 0;
                    padding: 8px 15px;
                }

                    .orientation-project-single .module_tagsAndSocial .share .social .socialLink .linkBox .icon + * {
                        display: none;
                    }

                .orientation-project-single .module_tagsAndSocial .share .social .socialLink.linkedin .linkBox {
                    padding: 9px 16px 10px;
                }

                .orientation-project-single .module_tagsAndSocial .share .social .socialLink.whatsapp {
                    display: inline-block;
                }

                .orientation-project-single .module_tagsAndSocial .share .social .socialLink:last-child {
                    margin-right: 0;
                }

                    .orientation-project-single .module_tagsAndSocial .share .social .socialLink:last-child .linkBox {
                        border-right: 1px solid #ccc;
                    }

                .orientation-project-single .module_tagsAndSocial .share .social .socialLink + .socialLink {
                    margin-left: 0;
                }

        .orientation-project-single .module_tagsAndSocial + img {
            margin-top: 15px;
        }

        .orientation-project-single .module_tagsAndSocial + .module_content, .orientation-project-single .module_tagsAndSocial + .module_intro, .orientation-project-single .module_tagsAndSocial + h2 {
            margin-top: 30px;
        }

        .orientation-project-single .module_tagsAndSocial + .orientation_projectIntro {
            margin-top: 12px;
        }

        .orientation-project-single .module_tagsAndSocial + * {
            margin-top: 25px;
        }
}

.orientation-findYourProgram .orientation_inner:after {
    content: "";
    clear: both;
    display: block;
}

.orientation-findYourProgram .orientation_inner #exec-url-page-find-program a {
    color: #00338d;
}

    .orientation-findYourProgram .orientation_inner #exec-url-page-find-program a:hover {
        color: #809fb7;
    }

.orientation-findYourProgram .title21 {
    float: left;
    padding-top: 13px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: opacity .22s ease-out .66s;
    -webkit-transition: opacity .22s ease-out .66s;
    -moz-transition: opacity .22s ease-out .66s;
    -ms-transition: opacity .22s ease-out .66s;
    -o-transition: opacity .22s ease-out .66s;
}

.orientation-findYourProgram .orientation-basic-filters_content {
    float: right;
    min-width: 0;
    margin: -8px 0 0;
}

.orientation-findYourProgram .module_filteredList {
    list-style: none;
    display: block;
    clear: both;
    margin: 0;
    padding-top: 10px;
    padding-left: 0;
}

@media only screen and (max-width:1240px) {
    .orientation-findYourProgram .module_filteredList {
        display: none;
    }
}

.orientation-findYourProgram .module_filteredList > li {
    display: inline-block;
}

    .orientation-findYourProgram .module_filteredList > li .button-filter {
        text-align: left;
    }

        .orientation-findYourProgram .module_filteredList > li .button-filter:before {
            top: 8px;
        }

    .orientation-findYourProgram .module_filteredList > li + li {
        margin-left: 25px;
    }

.orientation-findYourProgram.appear .title21 {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

@media only screen and (max-width:1150px) and (min-width:600px) {
    .orientation-findYourProgram .orientation-basic-filters_content .filters-select, .orientation-findYourProgram .orientation-basic-filters_content > * {
        width: 100%;
    }
}

@media only screen and (max-width:600px) {
    .orientation-findYourProgram .title21 + * {
        margin-top: 10px;
    }

    .orientation-findYourProgram .orientation-basic-filters_content, .orientation-findYourProgram .orientation-basic-filters_content > * {
        float: left;
    }

    .orientation-findYourProgram.orientation + .module {
        margin-top: 30px;
    }
}

@media only screen and (max-width:415px) {
    .orientation-findYourProgram .orientation-basic-filters_content .filters-select, .orientation-findYourProgram .orientation-basic-filters_content > * {
        width: 100%;
    }
}

.partial-more, .partial-more + .partial-more_after {
    display: none;
}

.partial-more_moreButton {
    display: none;
    outline: none;
    transition: color .18s ease-out;
    -webkit-transition: color .18s ease-out;
    -moz-transition: color .18s ease-out;
    -ms-transition: color .18s ease-out;
    -o-transition: color .18s ease-out;
}

    .partial-more_moreButton:after {
        content: "\e601";
        display: inline-block;
        vertical-align: middle;
        margin-left: 7px;
        font-family: ieurwd-icons;
        font-size: .7777777777777778em;
        -webkit-transition: -webkit-transform .22s ease-out;
        transition: transform .22s ease-out;
    }

    .partial-more_moreButton.less:after {
        margin-top: -2px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.ff .partial-more_moreButton.less:after {
    margin-top: 3px;
}

.noTouchDevice .partial-more_moreButton:hover:hover {
    color: #809fb7;
}

.moreGradient {
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    position: absolute;
    height: 50px;
    z-index: 9999;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,hsla(0,0%,100%,0)),color-stop(3%,hsla(0,0%,100%,0)),color-stop(51%,hsla(0,0%,100%,.5)),color-stop(75%,hsla(0,0%,100%,.75)),color-stop(99%,#fff),color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,hsla(0,0%,100%,0),hsla(0,0%,100%,0) 3%,hsla(0,0%,100%,.5) 51%,hsla(0,0%,100%,.75) 75%,#fff 99%,#fff);
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0) 3%,hsla(0,0%,100%,.5) 51%,hsla(0,0%,100%,.75) 75%,#fff 99%,#fff);
    -webkit-transition: background .25s linear;
    transition: background .25s linear;
    opacity: 1;
}

    .moreGradient.hide {
        opacity: 0;
    }

.partial-moreGradient_Button {
    display: block;
    padding: 0;
    border: 0;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 800;
    margin: 30px auto 0;
    background: transparent;
    font-size: .6111111111111112em;
    line-height: 1.5714285714285714em;
    color: #00338d;
    outline: none;
}

    .partial-moreGradient_Button:after {
        content: "\e601";
        display: inline-block;
        vertical-align: middle;
        margin-left: 7px;
        font-family: ieurwd-icons;
        font-size: .7777777777777778em;
        -webkit-transition: -webkit-transform .22s ease-out;
        transition: transform .22s ease-out;
    }

    .partial-moreGradient_Button.active:after {
        margin-top: -2px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.noTouchDevice .partial-moreGradient_Button:hover:hover {
    color: #809fb7;
}

@media only screen and (min-width:600px) {
    .partial-more_moreContainer {
        height: auto !important;
    }

    .moreGradient, .partial-moreGradient_Button {
        display: none;
    }
}

@media only screen and (max-width:600px) {
    .partial-more_moreContainer {
        overflow: hidden;
        position: relative;
        transition: height .33s ease-out;
        -webkit-transition: height .33s ease-out;
        -moz-transition: height .33s ease-out;
        -ms-transition: height .33s ease-out;
        -o-transition: height .33s ease-out;
    }

    p .partial-more {
        display: inline;
    }

        p .partial-more.collapsed:before {
            content: "...";
            margin-left: 3px;
        }

        p .partial-more.collapsed + .partial-more_after {
            display: block;
            height: 22px;
            margin-bottom: 200px;
        }

        p .partial-more.expanded:before {
            content: "";
            margin-left: 0;
        }

        p .partial-more.expanded + .partial-more_after {
            display: inline-block;
            margin-bottom: 0;
        }

    .partial-more {
        display: block;
    }

        .partial-more.collapsed:before {
            content: "";
            margin-left: 0;
        }

        .partial-more.collapsed + .partial-more_after {
            display: block;
            height: 0;
            margin-bottom: 200px;
        }

        .partial-more.expanded + .partial-more_after {
            display: none;
        }

    * + .partial-more_moreButton {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        margin-top: 10px;
        padding: 0;
        border: 0;
        background: transparent;
        font-family: PT Serif;
        font-size: .7777777777777778em;
        line-height: 1.5714285714285714em;
        color: #00338d;
    }
}

.module {
    padding: 88px 70px 90px;
}

.module, body:not(.iOS):not(.criOS) .mfp-wrap .module:not(.module-result) {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

body:not(.iOS):not(.criOS) .module:not(.module-result) {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transform: translate3d(0,-10px,0);
    -webkit-transform: translate3d(0,-10px,0);
    -ms-transform: translate3d(0,-10px,0);
    -webkit-transition: opacity .6s ease-out .2s,-webkit-transform .8s ease-out .2s;
    transition: opacity .6s ease-out .2s,transform .8s ease-out .2s;
}

body:not(.iOS):not(.criOS) .mfp-content .module {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
}

.module.module-bg1 + .module-bg1 {
    padding-top: 30px;
}

.module.module-bg1 + .module-pagination {
    padding-top: 0;
}

.module .module_inner {
    max-width: 1542px;
    margin: auto;
}

    .module .module_inner + .footerModule {
        margin-top: 90px;
    }

@media only screen and (max-width:820px) {
    .module .module_inner + .footerModule {
        margin-top: 70px;
    }
}

@media only screen and (max-width:600px) {
    .module .module_inner + .footerModule {
        margin-top: 50px;
    }
}

.contentMain .module .module_inner + .footerModule {
    margin-top: 70px;
}

.module .module_title {
    font-family: Montserrat;
    font-size: 1.9444444444444444em;
    line-height: 1.2em;
    letter-spacing: .00714285714286em;
    text-align: left;
}

    .module .module_title + .module_intro {
        margin-top: 1.5555555555555556em;
    }

    .module .module_title + .gridContent, .module .module_title + .module_content {
        margin-top: 59px;
    }

    .module .module_title + .tabs {
        margin-top: 40px;
    }

    .module .module_title + * {
        margin-top: 50px;
    }

.module .module_intro {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 0;
}

    .module .module_intro + .module_intro {
        margin-top: 1em;
    }

    .module .module_intro + .module_content {
        margin-top: 61px;
    }

    .module .module_intro + .linkBox {
        margin-top: 7.2727272727272725em;
    }

.module .content_title, .module .content_title.link-external {
    font-family: Montserrat;
    font-size: .8333333333333334em;
    line-height: 1.7333333333333334em;
    letter-spacing: .01666666666667em;
    text-align: left;
}

    .module .content_title + p, .module .content_title.link-external + p {
        margin-top: 12px;
    }

.module .module_content figure {
    margin: 0;
}

.module .module_content p {
    font-size: .8333333333333334em;
    line-height: 1.7333333333333334em;
    letter-spacing: 0;
    margin-bottom: 0;
}

    .module .module_content p + p {
        margin-top: .8em;
    }

.module .module_content .content_img + .content_title {
    margin-top: 1.8em;
}

.module .module_content + p {
    margin-top: 30px;
}

.module .module_content + .linkBox {
    margin-top: 6.090909090909091em;
}

.module .link, .module .link-arrow, .module .link-external, .module .link-trash {
    color: #00338d;
    font-family: Montserrat;
    font-size: .6111111111111112rem;
    line-height: 1.6363636363636365em;
    letter-spacing: .06363636363636em;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 1.5454545454545454em;
    display: inline-block;
}

    .module .link-arrow:not(.link-trash):after, .module .link-external:not(.link-trash):after, .module .link-trash:not(.link-trash):after, .module .link:not(.link-trash):after {
        display: inline-block;
        transform: translateX(0) translateZ(0);
        -webkit-transform: translateX(0) translateZ(0);
        -ms-transform: translateX(0) translateZ(0);
    }

body:not(.iOS):not(.criOS) .module .link-arrow:not(.link-trash):after, body:not(.iOS):not(.criOS) .module .link-external:not(.link-trash):after, body:not(.iOS):not(.criOS) .module .link-trash:not(.link-trash):after, body:not(.iOS):not(.criOS) .module .link:not(.link-trash):after {
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
}

.noTouchDevice .module .link-arrow:not(.link-trash):hover:after, .noTouchDevice .module .link-external:not(.link-trash):hover:after, .noTouchDevice .module .link-trash:not(.link-trash):hover:after, .noTouchDevice .module .link:not(.link-trash):hover:after {
    transform: translateX(5px) translateZ(0);
    -webkit-transform: translateX(5px) translateZ(0);
    -ms-transform: translateX(5px) translateZ(0);
}

.module .link-arrow.style02, .module .link-external.style02, .module .link-trash.style02, .module .link.style02 {
    color: #fff;
}

.module .link-arrow.style03, .module .link-external.style03, .module .link-trash.style03, .module .link.style03 {
    font-family: "PT serif",sans-serif;
    text-transform: none;
    font-size: 1em;
    line-height: 1.7333333333333334em;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 0;
}

@media only screen and (min-width:1542px) {
    .module .link-arrow.style03, .module .link-external.style03, .module .link-trash.style03, .module .link.style03 {
        line-height: 1.6470588235294117em;
    }
}

@media only screen and (max-width:820px) {
    .module .link-arrow.style03, .module .link-external.style03, .module .link-trash.style03, .module .link.style03 {
        line-height: 1.5714285714285714em;
    }
}

.module .link-arrow.style03:after, .module .link-external.style03:after, .module .link-trash.style03:after, .module .link.style03:after {
    font-size: .8em;
}

.module .link + .module_content, .module .link-arrow + .module_content, .module .link-external + .module_content, .module .link-trash + .module_content {
    margin-top: 61px;
}

.module .link + .linkBox, .module .link-arrow + .linkBox, .module .link-external + .linkBox, .module .link-trash + .linkBox {
    margin-top: 8.181818181818182em;
}

.noTouchDevice .module .link-arrow.link:not(.link-trash):hover, .noTouchDevice .module .link-external.link:not(.link-trash):hover, .noTouchDevice .module .link-trash.link:not(.link-trash):hover, .noTouchDevice .module .link.link:not(.link-trash):hover {
    color: #5c88ab;
}

    .noTouchDevice .module .link-arrow.link:not(.link-trash):hover:after, .noTouchDevice .module .link-external.link:not(.link-trash):hover:after, .noTouchDevice .module .link-trash.link:not(.link-trash):hover:after, .noTouchDevice .module .link.link:not(.link-trash):hover:after {
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

.module .content_fullscreen {
    margin-left: -70px;
    margin-right: -70px;
}

.module .module_footerLink {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 70px;
    padding-top: 32px;
}

    .module .module_footerLink a {
        display: inline-block;
        vertical-align: top;
        font-family: Montserrat;
        font-size: .6111em;
        font-weight: 800;
        line-height: 2.1818em;
        text-transform: uppercase;
        letter-spacing: .0636em;
    }

    .module .module_footerLink:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #e6e8e8;
    }

.module.module-bg2, .module:first-child.module-bg2 {
    border-top: 1px solid #e6e7ea;
}

.module.module-bg2 {
    background-color: #fff;
}

    .module.module-bg2 + .module-bg2 {
        border-top: 1px solid #e6e7ea;
    }

    .module.module-bg2 + .subModule-cyphers {
        margin-top: 0;
    }

.module.module-bg3 {
    background-color: #00338d;
    color: #fff;
}

    .module.module-bg3 + .module {
        border-top: 0;
    }

    .module.module-bg3 .linkBox:not(.header_logo).style03 {
        border-color: #fff;
    }

body:not(.iOS):not(.criOS) .module.module-bg3 .linkBox:not(.header_logo).style03 {
    transition: background .2s ease-out,color .2s ease-out .1s,border .2s ease-out;
    -webkit-transition: background .2s ease-out,color .2s ease-out .1s,border .2s ease-out;
    -moz-transition: background .2s ease-out,color .2s ease-out .1s,border .2s ease-out;
    -ms-transition: background .2s ease-out,color .2s ease-out .1s,border .2s ease-out;
    -o-transition: background .2s ease-out,color .2s ease-out .1s,border .2s ease-out;
}

.noTouchDevice .module.module-bg3 .linkBox:not(.header_logo).style03:hover {
    border-color: #032c4b;
}

body:not(.iOS):not(.criOS) .noTouchDevice .module.module-bg3 .linkBox:not(.header_logo).style03:hover {
    transition: background .2s ease-out,color .2s ease-out .1s,border .2s ease-out;
    -webkit-transition: background .2s ease-out,color .2s ease-out .1s,border .2s ease-out;
    -moz-transition: background .2s ease-out,color .2s ease-out .1s,border .2s ease-out;
    -ms-transition: background .2s ease-out,color .2s ease-out .1s,border .2s ease-out;
    -o-transition: background .2s ease-out,color .2s ease-out .1s,border .2s ease-out;
}

.module .linkBox:not(.header_logo) {
    font-size: .6111111111111112em;
    line-height: 2.1818181818181817em;
    letter-spacing: .06363636363636em;
    padding: 17px 24px;
    min-width: 224px;
}

body:not(.iOS):not(.criOS) .module .linkBox:not(.header_logo) {
    transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
    -webkit-transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
    -moz-transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
    -ms-transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
    -o-transition: background .2s ease-out,color .2s ease-out,border .2s ease-out;
}

.module .linkBox:not(.header_logo).style01 {
    background-color: transparent;
    color: #333;
    border-color: #333;
}

    .module .linkBox:not(.header_logo).style01:after {
        background-color: #00338d;
    }

.module .linkBox:not(.header_logo).style02 {
    color: #fff;
    border-color: #fff;
}

    .module .linkBox:not(.header_logo).style02:after {
        background-color: #fff;
    }

.module .linkBox:not(.header_logo).style03 {
    color: #fff;
    border-color: #333;
    border: 0;
}

    .module .linkBox:not(.header_logo).style03:before {
        background-color: #00338d;
    }

    .module .linkBox:not(.header_logo).style03:after {
        background-color: #032c4b;
    }

.module .linkBox:not(.header_logo).style04 {
    color: #333;
    border-color: #fff;
}

    .module .linkBox:not(.header_logo).style04:before {
        background-color: #fff;
    }

    .module .linkBox:not(.header_logo).style04:after {
        background-color: #032c4b;
    }

.noTouchDevice .module .linkBox:not(.header_logo).style04:hover {
    color: #fff;
    border-color: #032c4b;
}

.module .linkBox:not(.header_logo).style05 {
    color: #333;
    border-color: #333;
}

    .module .linkBox:not(.header_logo).style05 span {
        color: #fff;
    }

    .module .linkBox:not(.header_logo).style05:before {
        background-color: #00338d;
    }

    .module .linkBox:not(.header_logo).style05:after {
        background-color: #032c4b;
    }

.noTouchDevice .module .linkBox:not(.header_logo).style05:hover {
    color: #fff;
    border-color: #032c4b;
}

    .noTouchDevice .module .linkBox:not(.header_logo).style05:hover:before {
        width: auto;
        left: 0;
        right: 0;
    }

    .noTouchDevice .module .linkBox:not(.header_logo).style05:hover span {
        color: #fff;
    }

.module .linkBox:not(.header_logo).closeModule {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.module .linkBox:not(.header_logo) i {
    margin-left: 15px;
}

.module .linkBox:not(.header_logo):after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

body:not(.iOS):not(.criOS) .module .linkBox:not(.header_logo):after {
    -webkit-transition: left .2s ease-out,right .2s ease-out,opacity .2s ease-out,background-color .2s ease-out;
    transition: left .2s ease-out,right .2s ease-out,opacity .2s ease-out,background-color .2s ease-out;
}

.module .linkBox:not(.header_logo):before {
    display: block;
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.noTouchDevice .module .linkBox:not(.header_logo):hover.style01 {
    color: #fff;
    border-color: #00338d;
}

.noTouchDevice .module .linkBox:not(.header_logo):hover.style02 {
    color: #333;
}

.noTouchDevice .module .linkBox:not(.header_logo):hover:after {
    left: 0;
    right: 0;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.module .button_more {
    z-index: 4;
    width: 68px;
    height: 68px;
    border: 0;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -34px;
    bottom: -34px;
    padding: 0;
    outline: none;
    -webkit-transition: background-color .2s ease-out,opacity .2s ease-out;
    transition: background-color .2s ease-out,opacity .2s ease-out;
}

.appear .module .button_more {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    display: block;
}

.module .button_more span {
    z-index: 2;
    display: block;
    vertical-align: middle;
    position: absolute;
    font-size: 1em;
    top: 50%;
    left: 50%;
    margin: -9px;
    color: #00338d;
    -webkit-transition: color .22s ease-out;
    transition: color .22s ease-out;
}

.module .button_more:before {
    z-index: 3;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%) scale(.95);
    -webkit-transform: translate(-50%,-50%) scale(.95);
    -ms-transform: translate(-50%,-50%) scale(.95);
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid #fff;
    border-left-color: #00338d;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition-duration: 0ms;
    transition-duration: 0ms;
}

.module .button_more:after, .module .button_more:before {
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    position: absolute;
}

.module .button_more:after {
    z-index: 1;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #00338d;
    -webkit-transition: width .2s cubic-bezier(.15,.12,.58,1.32),height .2s cubic-bezier(.15,.12,.58,1.32),left .2s cubic-bezier(.15,.12,.58,1.32),top .2s cubic-bezier(.15,.12,.58,1.32),opacity .2s ease-out,background-color 50ms ease-out;
    transition: width .2s cubic-bezier(.15,.12,.58,1.32),height .2s cubic-bezier(.15,.12,.58,1.32),left .2s cubic-bezier(.15,.12,.58,1.32),top .2s cubic-bezier(.15,.12,.58,1.32),opacity .2s ease-out,background-color 50ms ease-out;
}

.noTouchDevice .module .button_more:hover span {
    color: #fff;
}

.noTouchDevice .module .button_more:hover:after {
    width: 102%;
    height: 102.2%;
    left: -1%;
    top: -1.1%;
}

.module .button_more.loading {
    -webkit-animation: rotateit 1s linear infinite;
    animation: rotateit 1s linear infinite;
}

    .module .button_more.loading span {
        display: none;
    }

    .module .button_more.loading:after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #fff;
        -webkit-transition: none;
        transition: none;
    }

    .module .button_more.loading:before {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transition: opacity .2s ease-out;
        transition: opacity .2s ease-out;
    }

.module .button_more.button_less span {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.module .orderedList-featured {
    list-style: none;
    counter-reset: b;
    padding-left: 22%;
    margin-top: 90px;
    margin-bottom: 0;
}

    .module .orderedList-featured li {
        position: relative;
        counter-increment: b;
    }

        .module .orderedList-featured li h4 {
            font-family: Montserrat;
            font-size: 1.5555555555555556em;
            line-height: 1.25em;
            text-transform: uppercase;
        }

            .module .orderedList-featured li h4 + p {
                margin-top: .7777777777777778em;
            }

        .module .orderedList-featured li:before {
            position: absolute;
            content: "0" counter(b) ". ";
            text-align: right;
            font-family: Montserrat;
            font-size: 4.444444444444445em;
            font-weight: 800;
            width: 150px;
            left: -174px;
            top: -18px;
        }

.ie10 .module .orderedList-featured li:before, .ie11 .module .orderedList-featured li:before {
    font-size: 80px;
}

.module .orderedList-featured li:nth-child(9) ~ li:before {
    content: counter(b) ". ";
}

.module .orderedList-featured li + li {
    margin-top: 90px;
}

.module .subModule-cyphers {
    margin-right: -70px;
    margin-left: -70px;
}

.module .footerModule {
    text-align: center;
}

@media only screen and (max-width:800px) {
    .module .footerModule {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:600px) {
    .module .footerModule {
        margin-top: 60px;
    }
}

.module .footerModule .link-arrow {
    margin-top: -48px;
    display: block;
    float: left;
}

@media (max-width:820px) {
    .module .footerModule .link-arrow {
        margin-top: -30px;
    }
}

@media (max-width:600px) {
    .module .footerModule .link-arrow {
        margin-top: -25px;
    }
}

@media (max-width:920px) {
    .module-bg1.module .footerModule > .linkBox, .module-bg2.module .footerModule > .linkBox {
        margin-top: 0;
    }
}

@media (max-width:920px) and (max-width:600px) {
    .module-bg1.module .footerModule > .linkBox, .module-bg2.module .footerModule > .linkBox {
        margin-bottom: 0;
    }
}

.module-bg1.module .footerModule > .linkBox + .linkBox, .module-bg2.module .footerModule > .linkBox + .linkBox {
    margin-left: 20px;
}

@media (max-width:600px) {
    .module-bg1.module .footerModule > .linkBox + .linkBox, .module-bg2.module .footerModule > .linkBox + .linkBox {
        margin-top: 15px;
        margin-left: 0;
    }
}

.module + .module-pagination {
    padding-top: 0;
}

body:not(.iOS):not(.criOS) .module.appear {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
}

@media only screen and (min-width:1542px) {
    .module {
        padding: 103px 70px 108px;
    }

        .module .module_title {
            font-size: 3.0555555555555554em;
            line-height: 1.2727272727272727em;
            letter-spacing: .00454545454545em;
        }

            .module .module_title + * {
                margin-top: 60px;
            }

            .module .module_title + .module_intro {
                margin-top: .9090909090909091em;
            }

            .module .module_title + *, .module .module_title + .gridContent, .module .module_title + .module_content {
                margin-top: 64px;
            }

        .module .module_intro {
            font-size: 1.2222222222222223em;
            line-height: 1.5909090909090908em;
        }

            .module .module_intro + .module_intro {
                margin-top: .7272727272727273em;
            }

            .module .module_intro + .module_content {
                margin-top: 71px;
            }

            .module .module_intro + .module_footerLink {
                margin-top: 5.454545454545454em;
            }

        .module .content_title, .module .content_title.link-external {
            font-size: 1em;
            line-height: 1.5555555555555556em;
            letter-spacing: .01388888888889em;
            text-align: left;
        }

            .module .content_title + p, .module .content_title.link-external + p {
                margin-top: .7058823529411765em;
            }

        .module .link-external {
            font-size: .7222222222222222em;
        }

        .module .module_content p {
            font-size: .944444em;
            line-height: 1.6470588235294117em;
        }

            .module .module_content p + p {
                margin-top: .8823529411764706em;
            }

        .module .module_content .content_img + .content_title {
            margin-top: 1.2777777777777777em;
        }

        .module .module_content + .linkBox {
            margin-top: 6.363636363636363em;
        }

        .module .orderedList-featured {
            padding-left: 280px;
        }

        .module.module-bg2 + .subModule-featuredDistributor {
            margin-top: 103px;
        }
}

@media only screen and (max-width:1024px) {
    .module {
        padding: 88px 40px;
    }

        .module .module_intro + .module_content {
            margin-top: 71px;
        }

        .module .module {
            padding-bottom: 0;
        }

            .module .module.subModule-cyphers:last-child {
                padding: 0;
            }

        .module .content_fullscreen {
            margin-left: -40px;
            margin-right: -40px;
        }

        .module .orderedList-featured {
            margin-top: 70px;
            padding-left: 24%;
        }

            .module .orderedList-featured li h4 + p {
                margin-top: .5555555555555556em;
            }

            .module .orderedList-featured li:before {
                font-size: 3.3333333333333335em;
                top: -10px;
            }

            .module .orderedList-featured li + li {
                margin-top: 54px;
            }

        .module .subModule-cyphers {
            margin-right: -40px;
            margin-left: -40px;
        }
}

@media only screen and (max-width:1100px) {
    .module.module-bg2 + .module-tabsAccordion {
        margin-top: 88px;
    }
}

@media only screen and (max-width:800px) {
    .module {
        padding: 62px 44px 60px;
    }

        .module .module_title + * {
            margin-top: 2.2222222222222223em;
        }

        .module .module_title + .module_intro {
            margin-top: 1.1111111111111112em;
        }

        .module .module_title + .gridContent, .module .module_title + .module_content {
            margin-top: 51px;
        }

        .module.module-bg1 + .subModule-cyphers {
            margin-top: 0;
        }

        .module .module_intro + .module_content {
            margin-top: 51px;
        }

        .module .content_fullscreen {
            margin-left: -44px;
            margin-right: -44px;
        }

        .module .module_content + .linkBox {
            margin-top: 4.7272727272727275em;
        }

        .module .linkBox.closeModule {
            margin-bottom: 0;
        }

        .module .subModule-cyphers {
            margin-right: -44px;
            margin-left: -44px;
        }

        .module + .subModule-cyphers {
            margin-top: 70px;
        }
}

@media only screen and (max-width:600px) {
    .MobilDisplayNone {
        display: none;
    }

    .DisplayNone {
        display: block !important;
    }

    .module {
        padding: 44px 15px;
    }

        .module .module_icon + * {
            margin-top: .5556em;
        }

        .module .module_icon + .module_title {
            margin-top: .4348em;
        }

        .module .module_title {
            font-size: 1.1111111111111112em;
            line-height: 1.3em;
            letter-spacing: .0125em;
        }

            .module .module_title + * {
                margin-top: 23px;
            }

            .module .module_title + .module_intro {
                margin-top: 1em;
            }

            .module .module_title + .gridContent, .module .module_title + .module_content {
                margin-top: 23px;
            }

        .module .module_intro {
            font-size: .7777777777777778em;
            line-height: 1.5714285714285714em;
            font-weight: 800;
        }

            .module .module_intro + .module_content {
                margin-top: 31px;
            }

                .module .module_intro + .module_content > p {
                    margin-top: -20px;
                }

            .module .module_intro + .module_footerLink {
                margin-top: 30px;
            }

        .module .content_title, .module .content_title.link-external {
            font-size: .7222222222222222em;
            line-height: 1.6153846153846154em;
            letter-spacing: .01923076923077em;
        }

            .module .content_title + p, .module .content_title.link-external + p {
                margin-top: .21428571428571427em;
            }

        .module .module_content p {
            font-size: .7777777777777778em;
            line-height: 1.5714285714285714em;
        }

            .module .module_content p + p {
                margin-top: .8823529411764706em;
            }

        .module .module_content .content_img + .content_title {
            margin-top: 14px;
        }

        .module .module_content + .linkBox {
            margin-top: 2.3em;
        }

        .module .link-arrow, .module .link-external, .module .link-trash {
            font-size: .56em;
            line-height: 2.1em;
            letter-spacing: .07em;
            margin-top: .7em;
        }

            .module .link-arrow + .module_content, .module .link-external + .module_content, .module .link-trash + .module_content {
                margin-top: 20px;
            }

            .module .link-arrow + .linkBox, .module .link-external + .linkBox, .module .link-trash + .linkBox {
                margin-top: 3em;
            }

        .module .content_fullscreen {
            margin-left: -15px;
            margin-right: -15px;
        }

        .module .module_footerLink {
            padding-top: 14px;
            margin-top: 40px;
        }

            .module .module_footerLink a {
                font-size: .5556em;
                line-height: 1.9em;
            }

            .module .module_footerLink:before {
                left: 10px;
                right: 10px;
            }

        .module .linkBox {
            margin-left: 0;
            margin-right: 0;
            font-size: .5555555555555556em;
            line-height: 2.4em;
            letter-spacing: .07em;
            min-width: 290px;
        }

            .module .linkBox.closeModule {
                margin-bottom: 6px;
                margin-left: 0;
                margin-right: 0;
            }

        .module .button_more {
            width: 54px;
            height: 54px;
            bottom: -28px;
        }

            .module .button_more span {
                font-size: .8888888888888888em;
                margin: -8px;
            }

        .module .orderedList-featured {
            margin-top: 10px;
            padding-left: 60px;
        }

            .module .orderedList-featured li h4 {
                font-size: 18px;
            }

                .module .orderedList-featured li h4 + p {
                    margin-top: .5555555555555556em;
                }

            .module .orderedList-featured li p {
                font-size: .7777777777777778em;
                line-height: 1.5714285714285714em;
            }

            .module .orderedList-featured li:before {
                font-size: 1.6666666666666667em;
                left: -164px;
                top: -10px;
            }

            .module .orderedList-featured li + li {
                margin-top: 30px;
            }

        .module .subModule-cyphers {
            margin-right: -15px;
            margin-left: -15px;
        }

        .module.module-bg1 + .module-bg1 {
            padding-top: 0;
        }

            .module.module-bg1 + .module-bg1.module-special {
                padding-top: 14px;
            }

        .module.module-bg1 + .module-shareBachelorFooter.onlyCover {
            margin-top: 174px;
        }

        .module.module-bg2 + .module-tabsAccordion {
            margin-top: 50px;
        }

        .module.module-bg2 + .module-shareBachelorFooter.onlyCover {
            margin-top: 205px;
        }

        .module.module-bg1 .linkBox, .module.module-bg2 .linkBox {
            margin-bottom: -14px;
        }
}

@media only screen and (max-width:414px) {
    .module .linkBox {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.module-empty {
    text-align: center;
}

.content > .module-empty:first-child {
    padding-top: 280px;
    padding-bottom: 170px;
}

@media only screen and (max-width:800px) {
    .content > .module-empty:first-child {
        padding-top: 220px;
        padding-bottom: 160px;
    }
}

@media only screen and (max-width:600px) {
    .content > .module-empty:first-child {
        padding-top: 180px;
        padding-bottom: 150px;
    }
}

.module-empty .module_inner {
    padding: 100px 30px;
}

.module-empty + .module-empty {
    padding-top: 0;
}

.content .contentTwoColumns .contentMain .module.module-empty:first-child:not(.module-result) {
    padding: 100px 30px;
}

.line {
    position: relative;
    width: 350px !important;
    height: 1px;
    background: #fff !important;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0px !important;
}

.linee {
    position: relative;
    width: 450px !important;
    height: 1px;
    background: #fff !important;
    margin-top: 45px;
    margin-bottom: 25px;
    padding: 0px !important;
}

.Rotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    margin-left: -2vh;
}

.Hakkimizda ul li a {
    color: #fff !important;
}

.Hakkimizda .layout-topImage #header:not(.style02) .header_bottom .header_callToAction, .layout-topImage + #header .header_bottom .header_callToAction, .slider + #header .header_bottom .header_callToAction {
    color: #fff;
    border-color: #fff;
}

    .Hakkimizda .layout-topImage #header:not(.style02) .header_bottom .header_callToAction, .layout-topImage + #header .header_bottom .header_callToAction, .slider + #header .header_bottom .header_callToAction:hover {
        color: #fff !important;
    }

.SlideHakkimizda h2 {
    color: #fff !important;
    font-family: 'Rational-Semibold' !important;
    font-size: 34px !important;
}

.SlideHakkimizda h3 {
    color: #fff !important;
    font-family: 'Rational-Medium' !important;
    font-size: 28px !important;
}

.SlideHakkimizda p {
    color: #fff !important;
    font-family: 'Rational-Book' !important;
    font-size: 14px !important;
}

.lineHakkimizda {
    position: relative;
    width: 950px !important;
    height: 1px;
    background: #fff !important;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0px !important;
}

.lineHakkimizdaa {
    position: relative;
    width: 600px !important;
    height: 1px;
    background: #fff !important;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0px !important;
}

.Hakkkimizda p {
    font-family: 'Rational-Book';
}

.Hakkkimizda a {
    border: 1px solid #00a7de;
    padding: 10px !important;
    color: #00a7de !important;
    font-size: 14px;
}

    .Hakkkimizda a span {
        font-family: 'Rational-Book';
        margin-left: 10px;
        position: relative;
        bottom: 1px;
    }

.Margin-Bottom64 {
    margin-bottom: 64px;
}

#cookies {
    display: none !important;
}

.BorderColor {
    border-color: #0ca0db !important;
    color: #0ca0db !important;
}

.BaslikMenu {
    content: "" !important;
    font-size: 14px;
    color: #0ca0db;
    margin-top: 5px;
    margin-bottom: 5px;
}

.text-center {
    text-align: center !important;
}

    .text-center h3 {
        font-family: 'Rational-Semibold';
        font-size: 34px !important;
    }

    .text-center h6 {
        font-family: 'Rational-Medium';
        font-size: 24px !important;
        text-decoration: underline;
    }

.Urun {
    margin-top: 5vh;
    margin-left: 10vh;
}

#tab-1 h1 {
    font-size: 24px;
}

.UrunBaslik {
    margin-left: -10vh;
}

    .UrunBaslik h3 {
        font-family: 'Rational-Semibold';
        font-size: 24px;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    .UrunBaslik h6 {
        font-family: 'Rational-Semibold';
        font-size: 14px;
        color: #868686;
        margin-left: 5px;
        margin-bottom: 5vh;
    }

.tab-pane p {
    font-family: 'Rational-Book';
    font-size: 13px;
    text-align: justify;
}

.tab-pane span {
    color: #0ca0db;
}

.tab-pane ul li {
    font-family: 'Rational-Book';
    font-size: 14px;
    margin-bottom: 2vh;
}

.BackgroundUrun {
    background: #fff;
    min-height: 60vh;
}

.MarginBottom {
    margin-bottom: 5vh;
}

.Baslik1 {
    font-family: 'Rational-Bold' !important;
    font-size: 34px !important;
    margin-left: 11vh;
}

.Baslik2 {
    font-family: 'Rational-Medium' !important;
    font-size: 16px !important;
    color: #0ca0db !important;
    margin-left: 11vh;
}

.Baslik3 {
    font-family: 'Rational-Book' !important;
    font-size: 16px !important;
    color: #0ca0db !important;
    margin-left: 11vh;
}

#map {
    height: 500px;
    width: 100%;
    position: relative;
}

.Padding-0 {
    padding: 0px !important;
}

.DisplayNone {
    display: none !important;
}

.FloatLeft {
    float: left;
}

.AnasayfaYazi {
    font-size: 52px;
}

.Menu-Ul {
    height: 100px !important;
    overflow: hidden !important;
}



.contact__main__info__input {
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 2px solid #000;
    margin-top: 0.2rem;
    resize: none;
    padding-top: 3rem;
    font-size: 2rem;
    width: 100%;
    height: 5.3rem;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input {
    line-height: normal;
}

button, input, optgroup, select, textarea {
    margin: 0;
    margin-top: 0px;
    font: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

button, input {
    line-height: normal;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

    input.contact__main__info__btn {
        margin-top: 1rem;
        display: inline-block;
        font-family: 'Rational-Book';
        border: 1px solid #000;
        width: 30%;
        text-align: center;
        font-size: 14px;
        letter-spacing: 0.28rem;
        cursor: pointer;
        transition-duration: 0.3s;
        padding: 15px;
    }

.BackGroundGrey {
    background: #d7d7d7;
    height: 419px;
    padding-top: 16vh;
    padding-left: 10vh;
    width: 100% !important;
}

.BackGroundBlue {
    background: #0ca0db;
    height: 419px;
    padding-top: 13vh;
    padding-left: 10vh;
    width: 100% !important;
}

.BackGroundGrey h3 {
    font-family: 'Rational-Medium';
    color: #0ca0db;
    letter-spacing: 0px;
    font-size: 22px;
}

.BackGroundGrey p {
    font-family: 'Rational-Book';
    color: #0ca0db;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 8px;
}

.BackGroundBlue h3 {
    font-family: 'Rational-Medium';
    color: #fff;
    letter-spacing: 0px;
    font-size: 22px;
}

.BackGroundBlue p {
    font-family: 'Rational-Book';
    color: #fff;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 8px;
}

.Lovemark {
    float: left;
    margin-left: 20%;
}

    .Lovemark img {
        max-width: 100px;
    }

    .Lovemark p {
        font-family: 'Rational-Book';
        margin: 0px !important;
        font-size: 16px;
        text-align: center;
        position: relative;
        right: 5px;
    }

        .Lovemark p a:hover {
            color: #fff;
        }

.txtContact p {
    line-height: normal !important;
}
