﻿/*!
Theme Name: ATOSNEW
Theme URI: https://atos.net/atosnew/
Author: MW
Author URI: https://atos.net/
Description: ATOSNEW WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: atosnew
Text Domain: atos
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*
@font-face {
    font-family: 'Raleway';
    src: url("/wp-content/themes/atosnew/css/fonts/Raleway-VariableFont_wght.ttf") format('truetype-variations');
    font-display: block;
}
*/
/* cyrillic-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(./css/fonts/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(./css/fonts/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(./css/fonts/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(./css/fonts/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(./css/fonts/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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

html, html body {
    color: #00005c;
    background-color: #ffffff;
}

html {
    font-size: 62.5%;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-y: scroll;
}
/* smartslider 3 overrides */
/*
    html.n2webp {
        overflow-y: hidden;
    }

html body .n2-ss-slider .n2-ss-section-main-content {
    display: block;
}
*/
/* end smartslider 3 overrides */
/* new atos colors */
:root {
    --atos-dark-blue: #00005c;
    --atos-blue: #0073e6;
    --atos-light-blue: #3dc7ff;
    --atos-green: #4aa82d;
    --atos-purple: #663894;
    --atos-pink: #ef5e82;
    --atos-orange: #f56a00;
    --atos-black: #000000;
    --atos-white: #ffffff;
    --atos-grey: #6c757d;
    --atos-grey-hover: #5a6268;
    --atos-grey-disabled: #b0b6ba;
    --atos-light-grey: #f2f2f2;
    --atos-light-grey-hover: #efefef;
    --atos-light-grey-disabled: #fafcfc;
    --atos-dark-grey: #343a40;
    --atos-dark-grey-hover: #23272b;
    --atos-dark-grey-disabled: #7a7e83;
    --atos-transparent: transparent;
    --vertical-position: center;
    --horizontal-position: center;
    --image-size: cover;
    --focus-visible-color: var(--atos-dark-blue);
    --expert-contact-text: var(--atos-dark-blue);
    --expert-contact-hyperlink: var(--atos-light-blue);
    --expert-contact-background-color: var(--atos-white);
    --expert-contact-circle-color: var(--atos-dark-blue);
    --expert-contact-circle-highlight: var(--atos-light-blue);
    --expert-contact-circle-degrees: 45deg;
    --swiper-navigation-top-offset: 25%;
    --swiper-pagination-color: var(--atos-dark-grey);
    --swiper-pagination-bullet-size: 20px;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-inactive-color: transparent;
    --article-lister-aspect-ratio: 16 / 9;
    --article-lister-arrow: var(--atos-dark-blue);
    --article-lister-arrow-hover: var(--atos-blue);
    --article-lister-columns: 1;
    --article-lister-content-width: min( 100vw, 1140px );
}

body {
    font-family: "Raleway", "Stag Sans Light", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.7rem;
    line-height: 2.5rem;
    font-weight: 500;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.flip {
    background-color: #000000 !important;
}

ol, ul {
    list-style: none;
}

    ul > li, ol > li {
        text-align: left;
    }


*[role=link] {
    cursor: pointer;
}

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

div.vc_column-inner {
    margin: 0;
}

input, button {
    font-family: "Raleway", "Stag Sans Light", Verdana, Arial, Helvetica, sans-serif;
}
/* heading and content size styling */
.xs {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 400;
}

.s {
    font-size: 1.6rem;
    line-height: 2.0rem;
    font-weight: 400;
}

.sh {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 700;
}

.sh-var {
    font-size: clamp(18px, calc(1vw + 1rem), 24px);
    line-height: clamp(20px, calc(1vw + 1.2rem), 28px);
    font-weight: 700;
}

.sb {
    font-size: 1.7rem;
    line-height: 2rem;
    font-weight: 500;
}

.modest {
    font-size: 2.0rem;
    line-height: 2.4rem;
    font-weight: 600;
}

.m {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 500;
}

.l {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 700;
}

.xl {
    font-size: 3.5rem;
    line-height: 5rem;
    font-weight: 700;
}

.xxl {
    font-size: 5.5rem;
    line-height: 6.3rem;
    font-weight: 600;
}

.xxxl {
    font-size: 7rem;
    line-height: 8rem;
    font-weight: 600;
}

.xxxxl {
    font-size: 12rem;
    line-height: 12.4rem;
    font-weight: 600;
}

h1, h2 {
    font-size: 3.5rem;
    line-height: 5rem;
    font-weight: 700;
    padding: 0 0 15px;
}
    /* exception for IE */
    h1.headerh1 {
        position: relative;
        text-align: center;
        top: 150px;
    }

h3 {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 700;
    padding: 0 0 15px;
}

h4 {
    font-size: 2.2rem;
    line-height: 3.0rem;
    padding: 0 0 15px;
}

header h1 {
    color: #ffffff;
    font-size: 6rem;
    line-height: 6.8rem;
    font-weight: 700;
    padding: 0 0 20px 0;
}

@media (min-width: 768px) {
    header h1 {
        padding: 0 0 40px 0;
    }
}

header h2 {
    color: #ffffff;
    font-size: 4.2rem;
    line-height: 5rem;
    font-weight: 600;
}

header h3 {
    color: #00005c;
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 700;
}


.wrapper, pl_wrapper, .pagination {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
}

.pagination {
    float: left;
}

.wrapper.fullwidth, .fullwidth.pagination {
    padding: 0;
}

.vc-hoverbox-wrapper {
    background-size: cover !important;
    background-position: center center !important;
}

div.grad {
    background-size: cover !important;
}

.halign_center {
    background-position-x: center;
}

.halign_left {
    background-position-x: left;
}

.halign_right {
    background-position-x: right;
}

.halign_10 {
    background-position-x: 10%;
}

.halign_20 {
    background-position-x: 20%;
}

.halign_30 {
    background-position-x: 30%;
}

.halign_40 {
    background-position-x: 40%;
}

.halign_60 {
    background-position-x: 60%;
}

.halign_70 {
    background-position-x: 70%;
}

.halign_80 {
    background-position-x: 80%;
}

.halign_90 {
    background-position-x: 90%;
}

.valign_center {
    background-position-y: center;
}

.valign_top {
    background-position-y: top;
}

.valign_bottom {
    background-position-y: bottom;
}

.valign_10 {
    background-position-y: 10%;
}

.valign_20 {
    background-position-y: 20%;
}

.valign_30 {
    background-position-y: 30%;
}

.valign_40 {
    background-position-y: 40%;
}

.valign_60 {
    background-position-y: 60%;
}

.valign_70 {
    background-position-y: 70%;
}

.valign_80 {
    background-position-y: 80%;
}

.valign_90 {
    background-position-y: 90%;
}

p {
    padding: 0 0 15px;
}

    p.pbottom {
        padding-bottom: 70px;
    }

    p.pbottomlarge {
        padding-bottom: 110px;
    }

b, strong {
    font-weight: 700;
}

i, em {
    font-style: italic;
}

sup {
    font-size: 0.75em;
    vertical-align: super;
}

sub {
    font-size: 0.75em;
    vertical-align: sub;
}

.hide {
    visibility: hidden;
}

.hide_on_phone {
    display: none;
}

@media (min-width: 768px) {
    .hide_on_phone {
        display: block;
    }
}

.cf::after, .row-back-to-top::after, .grid__article-double::after {
    display: block;
    content: '';
    clear: both;
}

.caps {
    text-transform: uppercase;
}

.posrel {
    position: relative;
}

.link {
    display: inline-block;
    position: relative;
    font-weight: 600;
}

    .link::after {
        display: inline-block;
        content: '\a0>';
    }

    .link.left {
        padding: 0 0 0 14px;
    }

        .link.left:before {
            position: absolute;
            display: block;
            content: '>';
            top: 0;
            left: 0;
        }

        .link.left::after {
            display: none;
        }

    .link.right {
        padding-right: 16px;
    }

div.lioverlay .link.right {
    padding-right: 32px;
}

.link.right::after {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    text-align: left;
}

div.lioverlay > div.linktext .link.right::after {
    position: absolute;
    display: block;
    bottom: -4px;
    right: -4px;
    text-align: left;
}
/* vc override */
.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Structure */
.fw {
    width: 100%;
}

.fullwidth {
    width: 100%;
    max-width: 100%;
}

.pointer {
    cursor: pointer;
}

.section ul, .section ol {
    margin-bottom: 12px;
}

    .section ul ul, .section ul ul ul, .section ol ol, .section ol ol ol, .section ul ol, .section ol ul, .section ol ol ul, .section ol ul ol, .section ol ul ul, .section ul ol ol, .section ul ol ul, .section ul ul ol {
        margin-bottom: 0;
    }

    .section ul li, .section ol li {
        color: inherit;
        padding: 0 0 0 2px;
        margin: 0 0 0 20px;
        list-style-type: disc;
    }

    .section ul.ulflat li {
        padding-bottom: 10px;
        margin: 0;
        list-style-type: none;
    }

    .section ol li {
        list-style-type: decimal;
    }

section > p, section > article > p:first-child, main > section > article > div:first-child .grid-col-12 {
    margin-top: 0;
}
/* rows and columns */
:root {
    --content-padding: 10px;
    --row-padding: 20px;
    --column-gap: 20px;
    --row-gap: 20px;
}

.gap0 {
    --column-gap: 0px;
}

.gap40 {
    --column-gap: 40px;
}

.gap60 {
    --column-gap: 60px;
}

.gap80 {
    --column-gap: 80px;
}

.content_padding_left {
    padding-left: var(--content-padding);
}

.grid-row {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: 0 auto;
    column-gap: var(--column-gap);
    grid-row-gap: 20px;
    justify-content: space-between;
}

    .grid-row::after {
        clear: both;
    }

    .grid-row:first-child > .grid-col-12:first-child {
        margin-top: 0;
    }

.subrow {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: var(--column-gap);
    grid-row-gap: 20px;
    width: 100%;
    justify-content: space-between;
}

    .subrow + .wpb_text_column, .subrow + .subrow {
        margin-top: 20px;
    }

    .subrow.vc_row-o-equal-height > div > div.vc_column-inner, .subrow.vc_row-o-equal-height > div > div.vc_column-inner > div.wpb_wrapper, .subrow.vc_row-o-equal-height > div > div.vc_column-inner > div.wpb_wrapper > div,
    .grid-row.vc_row-o-equal-height > div > div.wpb_text_column, .grid-row.vc_row-o-equal-height > div > div.wpb_text_column > div.wpb_wrapper, .grid-row.vc_row-o-equal-height > div > div.wpb_text_column > div.wpb_wrapper > div {
        height: 100%;
    }

.grid-col-1, .grid-col-2, .grid-col-20p, .grid-col-3, .grid-col-4, .grid-col-5, .grid-col-6, .grid-col-7, .grid-col-8, .grid-col-9, .grid-col-10, .grid-col-11, .grid-col-12 {
    flex-grow: 1;
    flex-shrink: 0;
    background-clip: border-box;
    width: 100%;
    position: relative;
}

.offset {
    display: none;
}

.grid-col-1, .grid-col-2 {
    width: calc( 50% - var(--column-gap) );
    word-break: break-word;
}

.grid-col-6 .grid-col-6 {
    flex: 0 0 100%;
}

.flex_center {
    justify-content: center;
}

.algrid {
    width: 100%;
    display: grid;
    grid-row-gap: var(--row-gap);
    grid-column-gap: var(--column-gap);
}

    .algrid.col12, .algrid.col6, .algrid.col4, .algrid.col3  {
        grid: auto-flow / 1fr;
    }

    .algrid.itemhigh .algrid-item:first-child {
        grid-column: 1 / -1; /* full width */
    }

    .algrid.col2 {
        grid: auto-flow / 1fr 1fr;
        --article-lister-columns: 2;
    }

    @media (min-width: 393px) {
        .grid-col-1 {
        width: calc( 33.33333% - var(--column-gap) );
    }
}

@media (min-width: 576px) {
    .grid-col-1 {
        width: calc( 25% - var(--column-gap) );
    }

    .grid-col-2 {
        width: calc( 33.33333% - var(--column-gap) );
    }

    .grid-col-20p {
        width: calc( 50% - var(--column-gap) );
    }

    .grid-col-10 {
        width: calc( 66.66666% - var(--column-gap) );
    }

    .grid-col-11 {
        width: calc( 75% - var(--column-gap) );
    }

    .algrid.col2 {
        grid: auto-flow / 1fr 1fr 1fr;
        --article-lister-columns: 3;
    }
}

@media (min-width: 768px) {
    .algrid.col2 {
        grid: auto-flow / repeat(4, 1fr);
        --article-lister-columns: 4;
    }

    :root {
        --content-padding: 20px;
    }

    .grid-col-1 {
        width: calc( 16.66666% - var(--column-gap) );
    }

    .grid-col-2 {
        width: calc( 25% - var(--column-gap) );
    }

    .grid-col-3, .grid-col-4, .grid-col-5, .grid-col-6, .grid-col-7, .grid-col-8, .grid-col-9 {
        width: calc( 50% - var(--column-gap) );
    }

    .grid-col-10 {
        width: calc( 75% - var(--column-gap) );
    }

    .grid-col-11 {
        width: calc( 83.33333% - var(--column-gap) );
    }

    .grid-offset-6 {
        margin-left: calc(( 100% - var(--column-gap) ) / 2 + var(--column-gap) ) !important;
    }

    .algrid.col6, .algrid.col4, .algrid.col3 {
        grid: auto-flow / 1fr 1fr;
        --article-lister-columns: 2;
    }
}

@media (min-width: 992px) {
    :root {
        --content-padding: 40px;
        --row-padding: 40px;
    }

    .grid-col-1 {
        width: calc( 12.5% - var(--column-gap) );
    }

    .grid-col-2.offset {
        display: block;
    }

    .grid-col-20p, .flex_center > .grid-col-20p {
        width: calc( 33.33333% - var(--column-gap) );
    }

        .grid-col-20p.offset {
            display: block;
        }

    .grid-col-5 {
        width: calc( 41.66666% - var(--column-gap) );
    }

    .grid-col-7 {
        width: calc( 58.33333% - var(--column-gap) );
    }

    .grid-col-11 {
        width: calc( 87.5% - var(--column-gap) );
    }

    .algrid-col-5 {
        grid: auto-flow / 1fr 1fr 1fr;
        --article-lister-columns: 3;
    }
}

@media (min-width: 1200px) {
    .algrid.col2 {
        grid: auto-flow / repeat(6, 1fr);
        --article-lister-columns: 6;
    }

    .grid-col-1 {
        width: calc( 8.33333% - var(--column-gap) );
    }

        .grid-col-1.offset {
            display: block;
        }

    .grid-col-2 {
        width: calc( 16.66666% - var(--column-gap) );
    }

    .grid-col-3, .flex_center > .grid-col-3 {
        width: calc( 25% - var(--column-gap) );
    }

        .grid-col-3.offset {
            display: block;
        }

    .grid-col-4 {
        width: calc( 33.33333% - var(--column-gap) );
    }

    .grid-col-8 {
        width: calc( 66.66666% - var(--column-gap) );
    }

    .grid-col-9 {
        width: calc( 75% - var(--column-gap) );
    }

        .grid-col-9.offset {
            display: block;
        }

    .grid-col-10 {
        width: calc( 83.33333% - var(--column-gap) );
    }

        .grid-col-10.offset {
            display: block;
        }

    .grid-col-11 {
        width: calc( 91.66666% - var(--column-gap) );
    }

        .grid-col-11.offset {
            display: block;
        }

    .grid-col-6 .grid-col-6 {
        width: calc( 50% - var(--column-gap) );
        word-break: break-word;
    }

    .algrid.col4 {
        grid: auto-flow / 1fr 1fr 1fr;
        --article-lister-columns: 3;
    }

    .algrid.col3 {
        grid: auto-flow / 1fr 1fr 1fr 1fr;
        --article-lister-columns: 4;
    }
    .algrid.col3 .sh-var {
        font-size: 2.2rem;
        line-height: 2.6rem;
    }
}

@media (min-width: 1350px) {
    .grid-col-20p {
        width: calc( 20% - var(--column-gap) );
    }
}

.flex_center > .offset {
    display: none;
}

.section {
    padding: var(--row-padding) var(--content-padding);
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

html .section.pad0 {
    padding: 0 var(--content-padding);
}

header.section.sliderrev {
    max-width: 100%;
}

header.section {
    padding: 0;
}


/* template render fixes */
article > p {
    display: none;
}

body.search article > p {
    display: block;
}

.section__title span {
    display: block;
}

/* .link styling */
a.link.white, a.link.white:hover, a.link.white:active, a.link.white:link, a.link.white:visited {
    color: #ffffff;
}

a.link.blue, a.link.blue:hover, a.link.blue:active, a.link.blue:link, a.link.blue:visited {
    color: #0073E6;
}

a.link.black, a.link.black:hover, a.link.black:active, a.link.black:link, a.link.black:visited {
    color: #00005c;
}

.linktext {
    padding: 16px 0 16px 0;
}

.linkimage.lioverlay {
    padding-bottom: 100%;
}

.linkimage {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background-size: cover;
}

    .linkimage.lismall {
        padding-bottom: 25%;
    }

    .linkimage.limedium {
        padding-bottom: 42.86%;
    }

    .linkimage.lilarge {
        padding-bottom: 56.25%;
    }


div.lioverlay {
    position: relative;
}

    div.lioverlay .linktext {
        background: -moz-linear-gradient(to top, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(to top, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to top, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    }

        div.lioverlay .linktext.white {
            background: -moz-linear-gradient(to top, rgba(0,0,0,0.9) 30%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(to top, rgba(0,0,0,0.9) 30%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to top, rgba(0,0,0,0.9) 30%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
        }


.lioverlay div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 14px 14px 14px;
}


div.lioverlay > div.linktext .link::after, div.lioverlay > div.linktext .link.white::after {
    background-color: #fff;
    border-radius: 13px;
    width: 26px;
    height: 26px;
    content: '\00a0\00a0>';
    margin-left: 8px;
}

.nolink {
    cursor: default;
}

    .nolink::after, .nolink.left::after, .nolink.right::after, div.lioverlay > div.linktext .nolink::after {
        content: '';
        background-color: transparent;
    }

.underline-link {
    background-color: transparent;
    font-size: 2.2rem;
    line-height: 4.6rem;
    padding-bottom: 8px;
    text-decoration: none;
}

    .underline-link::after {
        content: '\00a0\00a0\00a0\00a0>';
    }

/* named colors */
/* white */
.white, a.white, a.white:hover, a.white:visited, a.white:active, a.white:link {
    color: #ffffff !important;
}

    .white.underline-link {
        border-bottom-color: #ffffff;
    }

html section.page .allwhite * {
    color: #ffffff;
}

.bg_white {
    color: #00005c;
    background-color: #ffffff;
}

    .bg_white.opa9 {
        background-color: rgba(255, 255, 255, 0.9);
    }

html .border_white {
    border: 2px solid #ffffff;
}
/* black */
html .black, a.black, a.black:hover, a.black:visited, a.black:active, a.black:link {
    color: #000000 !important;
}

.black.underline-link {
    border-bottom-color: #000000;
}

html section.page .allblack * {
    color: #000000;
}

.bg_black {
    color: #ffffff;
    background-color: #000000;
}

    .bg_black.opa9 {
        background-color: rgba(0,0,0,0.9);
    }

html .border_black {
    border: 2px solid #000000;
}
/* blue - medium blue - atos blue */
html .blue, a.blue, a.blue:hover, a.blue:visited, a.blue:active, a.blue:link {
    color: #0073E6 !important;
}

.blue.underline-link {
    border-bottom-color: #0073E6;
}

html section.page .allblue * {
    color: #0073E6;
}

.bg_blue {
    color: #ffffff;
    background-color: #0073E6;
}

    .bg_blue.opa9 {
        background-color: rgba(0,115,230,0.9);
    }

html .border_blue {
    border: 2px solid #0073E6;
}
/* light-blue */
html .light-blue, a.light-blue, a.light-blue:hover, a.light-blue:visited, a.light-blue:active, a.light-blue:link {
    color: #3dc7ff !important;
}

.light-blue.underline-link {
    border-bottom-color: #3dc7ff;
}

html section.page .alllight-blue * {
    color: #3dc7ff;
}

.bg_light-blue {
    color: #ffffff;
    background-color: #3dc7ff;
}

    .bg_light-blue.opa9 {
        background-color: rgba(61,199,255,0.9);
    }

html .border_light-blue {
    border: 2px solid #3dc7ff;
}
/* dark-blue */
html .dark-blue, a.dark-blue, a.dark-blue:hover, a.dark-blue:visited, a.dark-blue:active, a.dark-blue:link {
    color: #00005c !important;
}

.dark-blue.underline-link {
    border-bottom-color: #00005c;
}

html section.page .alldark-blue * {
    color: #00005c;
}

.bg_dark-blue {
    color: #ffffff;
    background-color: #00005c;
}

    .bg_dark-blue.opa9 {
        background-color: rgba(0,0,92,0.9);
    }

html .border_dark-blue {
    border: 2px solid #00005c;
}
/* green */
html .green, a.green, a.green:hover, a.green:visited, a.green:active, a.green:link {
    color: #4aa82d !important;
}

.green.underline-link {
    border-bottom-color: #4aa82d;
}

html section.page .allgreen * {
    color: #4aa82d;
}

.bg_green {
    color: #ffffff;
    background-color: #4aa82d;
}

    .bg_green.opa9 {
        background-color: rgba(74,168,45,0.9);
    }

html .border_green {
    border: 2px solid #4aa82d;
}
/* purple */
html .purple, a.purple, a.purple:hover, a.purple:visited, a.purple:active, a.purple:link {
    color: #663894 !important;
}

.purple.underline-link {
    border-bottom-color: #663894;
}

html section.page .allpurple * {
    color: #663894;
}

.bg_purple {
    color: #ffffff;
    background-color: #663894;
}

    .bg_purple.opa9 {
        background-color: rgba(102,56,148,0.9);
    }

html .border_purple {
    border: 2px solid #663894;
}
/* red -> orange */
html .orange, a.orange, a.orange:hover, a.orange:visited, a.orange:active, a.orange:link {
    color: #f56a00 !important;
}

.orange.underline-link {
    border-bottom-color: #f56a00;
}

html section.page .allorange * {
    color: #f56a00;
}

.bg_orange {
    color: #ffffff;
    background-color: #f56a00;
}

    .bg_orange.opa9 {
        background-color: rgba(255,82,105,0.9);
    }

html .border_orange {
    border: 2px solid #f56a00;
}
/* yellow -> pink */
html .pink, a.pink, a.pink:hover, a.pink:visited, a.pink:active, a.pink:link {
    color: #ef5e82 !important;
}

.pink.underline-link {
    border-bottom-color: #ef5e82;
}

html section.page .allpink * {
    color: #ef5e82;
}

.bg_pink {
    color: #ffffff;
    background-color: #ef5e82;
}

    .bg_pink.opa9 {
        background-color: rgba(184,141,0,0.9);
    }

html .border_pink {
    border: 2px solid #ef5e82;
}
/* grey (medium) */
html .grey, a.grey, a.grey:hover, a.grey:visited, a.grey:active, a.grey:link {
    color: #6c757d !important;
}

.grey.underline-link {
    border-bottom-color: #6c757d;
}

html section.page .allgrey * {
    color: #6c757d;
}

.bg_grey {
    color: #ffffff;
    background-color: #6c757d;
}

    .bg_grey.opa9 {
        background-color: rgba(108,117,125,0.9);
    }

html .border_grey {
    border: 2px solid #6c757d;
}
/* light-grey (medium) */
html .light-grey, a.light-grey, a.light-grey:hover, a.light-grey:visited, a.light-grey:active, a.light-grey:link {
    color: #f2f2f2 !important;
}

.light-grey.underline-link {
    border-bottom-color: #f2f2f2;
}

html section.page .alllight-grey * {
    color: #f2f2f2;
}

.bg_light-grey {
    color: #00005c;
    background-color: #f2f2f2;
}

    .bg_light-grey.opa9 {
        background-color: rgba(242,242,242,0.9);
    }

html .border_light-grey {
    border: 2px solid #f2f2f2;
}
/* dark-grey (medium) */
html .dark-grey, a.dark-grey, a.dark-grey:hover, a.dark-grey:visited, a.dark-grey:active, a.dark-grey:link {
    color: #343a40 !important;
}

.dark-grey.underline-link {
    border-bottom-color: #343a40;
}

html section.page .alldark-grey * {
    color: #343a40;
}

.bg_dark-grey {
    color: #ffffff;
    background-color: #343a40;
}

    .bg_dark-grey.opa9 {
        background-color: rgba(52,58,64,0.9);
    }

html .border_dark-grey {
    border: 2px solid #343a40;
}
/* box colors */

.boxblack, .boxblack::after {
    background: #000000;
    color: #ffffff;
}

    .boxblack.bottom, .boxblack.bottom::after {
        background: #00005c;
        color: #ffffff;
    }

.boxwhite, .boxwhite::after {
    background: #ffffff;
    color: #00005c;
}

    .boxwhite.bottom, .boxwhite.bottom::after {
        background: #ffffff;
        color: #00005c;
    }

.boxblue, .boxblue::after {
    background: #0073e6;
}

    .boxblue.bottom, .boxblue.bottom::after {
        background: #0073e6;
    }

.boxlight-blue, .boxlight-blue::after {
    background: #3dc7ff;
}

    .boxlight-blue.bottom, .boxlight-blue.bottom::after {
        background: #3dc7ff;
    }

.boxdark-blue, .boxdark-blue::after {
    background: #00005c;
}

    .boxdark-blue.bottom, .boxdark-blue.bottom::after {
        background: #00005c;
    }

.boxgreen, .boxgreen::after {
    background: #4aa82d;
}

    .boxgreen.bottom, .boxgreen.bottom::after {
        background: #4aa82d;
    }

.boxpurple, .boxpurple::after {
    background: #663894;
}

    .boxpurple.bottom, .boxpurple.bottom::after {
        background: #663894;
    }

.boxorange, .boxorange::after {
    background: #f56a00;
}

    .boxorange.bottom, .boxorange.bottom::after {
        background: #f56a00;
    }

.boxpink, .boxpink::after {
    background: #ef5e82;
}

    .boxpink.bottom, .boxpink.bottom::after {
        background: #ef5e82;
    }

.boxgrey, .boxgrey::after {
    background: #6c757d;
}

    .boxgrey.bottom, .boxgrey.bottom::after {
        background: #6c757d;
    }

.boxlight-grey, .boxlight-grey::after {
    background: #f8f9fa;
}

    .boxlight-grey.bottom, .boxlight-grey.bottom::after {
        background: #f8f9fa;
    }

.boxdark-grey, .boxdark-grey::after {
    background: #343a40;
}

    .boxdark-grey.bottom, .boxdark-grey.bottom::after {
        background: #343a40;
    }




.dash::after, .dash-white::after {
    background-color: #0073E6;
}

html .border_bottom {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
/* only used on FE IR page */
.atos_bg_grey {
    background-color: #2b2b2b;
}
/* highlight color */
.highlight {
    color: #0073E6;
}

header .grid-row {
    z-index: 1;
}

/***********************************
   \  |  __|  _ \ _ _|    \     __| 
  |\/ |  _|   |  |  |    _ \  \__ \ 
 _|  _| ___| ___/ ___| _/  _\ ____/ 

Images & other medias properties
***********************************/
img {
    max-width: 100%;
    height: auto;
}

    img.aligncenter, div.aligncenter {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

.page__content {
    padding: 100px 0;
}

    .page__content p {
        padding: 0 0 25px;
    }

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.uppercase {
    text-transform: uppercase;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.floatleft, .alignleft {
    float: left;
    margin: 15px 15px 15px 0px;
    display: block;
}

.floatright, .alignright {
    float: right;
    margin: 15px 0px 15px 15px;
    display: block;
}

.clear {
    clear: both;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote::after, q:before, q::after {
        content: '';
        content: none;
    }

.bigquote {
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
    margin: 15px 0 15px 0;
}

    .bigquote:before {
        background: url(images/quote-open-blue.svg);
        background-repeat: no-repeat;
        background-size: 75px 53px;
        content: '';
        display: block;
        width: 75px;
        height: 53px;
        margin: 15px 15px 15px 0;
    }

    .bigquote::after {
        background: url(images/quote-close-blue.svg);
        background-repeat: no-repeat;
        background-size: 75px 53px;
        content: '';
        display: block;
        width: 75px;
        height: 53px;
        float: right;
        margin: 15px 0 15px 15px;
    }

    .bigquote.white:before {
        background-image: url(images/quote-open-white.png);
    }

    .bigquote.white::after {
        background-image: url(images/quote-close-white.png);
    }

    .bigquote.black:before {
        background-image: url(images/quote-open-black.png);
    }

    .bigquote.black::after {
        background-image: url(images/quote-close-black.png);
    }

.smallquote {
    font-size: 1.8rem;
    text-align: center;
    margin: 15px 0 15px 0;
    color: #0073E6;
}

    .smallquote:before {
        background: url(images/quote-open-blue.svg);
        background-repeat: no-repeat;
        background-size: 40px 28px;
        content: '';
        display: block;
        width: 40px;
        height: 28px;
        margin: 15px 15px 15px 0;
    }

    .smallquote::after {
        background: url(images/quote-close-blue.svg);
        background-repeat: no-repeat;
        background-size: 40px 28px;
        content: '';
        display: block;
        width: 40px;
        height: 28px;
        float: right;
        margin: 15px 0 15px 15px;
    }

    .smallquote.white:before {
        background-image: url(images/quote-open-white.png);
    }

    .smallquote.white::after {
        background-image: url(/wp-content/themes/atosnew/images/quote-close-white.png);
    }

    .smallquote.black:before {
        background-image: url(/wp-content/themes/atosnew/images/quote-open-black.png);
    }

    .smallquote.black::after {
        background-image: url(/wp-content/themes/atosnew/images/quote-close-black.png);
    }

.dash, .dash-white {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: left;
}

    .dash::after, .dash-white::after {
        position: absolute;
        content: '';
        display: block;
        bottom: 0;
        width: 20px;
        height: 4px;
        background-color: #0073E6;
    }

.dash-white {
}

    .dash-white::after {
        background-color: #FFFFFF;
    }

#sharethis li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sharethis > .alignleft {
    margin: 0 10px 10px 0;
}

.flex-grow-none {
    flex-grow: 0;
}
/***********************************
  _ )  |  | __ __| __ __| _ \   \ |   __|
  _ \  |  |    |      |  (   | .  | \__ \ 
 ___/ \__/    _|     _| \___/ _|\_| ____/

***********************************/
a.button-white, a.button-blue, a.button-transp, a.button-bluewhite, a.button-whiteblue {
    text-decoration: none;
}

.btn, main input[type="submit"], main textarea[type="submit"], .button,
a.button-white, .button-blue, a.button-transp, a.button-bluewhite, a.button-whiteblue {
    cursor: pointer;
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    font-weight: 700;
    min-height: 40px;
    margin: 20px 0;
    padding: 8px 50px 12px 25px;
    background-color: #0073E6;
    border: solid 2px #0073E6;
}

    .btn:hover, main input[type="submit"]:hover, main textarea[type="submit"]:hover, .button:hover,
    a.button-white:hover, a.button-blue:hover, a.button-transp:hover, a.button-bluewhite:hover, a.button-whiteblue:hover {
        cursor: pointer;
        color: #0073E6;
        border-color: #0073E6;
        background-color: transparent;
        -webkit-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
    }

        .btn:hover::after, main input[type="submit"]:hover::after, main textarea[type="submit"]:hover::after, .button:hover::after,
        a.button-white:hover::after, a.button-blue:hover::after, a.button-transp:hover::after, a.button-bluewhite:hover::after, a.button-whiteblue:hover::after {
            color: #0073E6;
        }

    .btn::after, main input[type="submit"]::after, main textarea[type="submit"]::after, .button::after,
    a.button-white::after, a.button-blue::after, a.button-transp::after, a.button-bluewhite::after, a.button-whiteblue::after {
        position: absolute;
        display: block;
        top: 7px;
        right: 30px;
        color: #fff;
        content: '>';
    }

a.button-white {
    color: #0073E6 !important;
    border: solid 2px #fff !important;
    background-color: #fff;
}

    a.button-white::after {
        content: '>';
        color: #0073E6;
    }

    a.button-white:hover {
        color: #ffffff !important;
        border-color: #fff !important;
        background-color: transparent;
    }

        a.button-white:hover::after {
            color: #fff !important;
        }

a.button-blue {
    color: #FFFFFF !important;
    border: solid 2px #0073E6 !important;
    background-color: #0073E6;
}

    a.button-blue::after {
        content: '>';
        color: #fff !important;
    }

    a.button-blue:hover {
        color: #0073E6 !important;
        border-color: #0073E6 !important;
        background-color: transparent;
    }

        a.button-blue:hover::after {
            color: #0073E6 !important;
        }

a.button-transp {
    color: #ffffff !important;
    border: solid 2px #ffffff !important;
    background-color: transparent;
}

    a.button-transp::after {
        content: '>';
        color: #fff;
    }

    a.button-transp:hover {
        color: #0073E6 !important;
        border-color: #fff !important;
        background-color: #fff;
    }

        a.button-transp:hover::after {
            color: #0073E6 !important;
        }

.section a.button-transp:hover strong, .section a.button-transp:hover b {
    color: #0073E6;
}

a.button-bluewhite {
    color: #ffffff !important;
    border: solid 2px #0073E6 !important;
    background-color: #0073E6;
}

    a.button-bluewhite::after {
        content: '>';
        color: #fff;
    }

    a.button-bluewhite:hover {
        color: #0073E6 !important;
        border-color: #fff !important;
        background-color: #fff;
    }

        a.button-bluewhite:hover::after {
            color: #0073E6 !important;
        }

a.button-whiteblue {
    color: #0073E6 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

    a.button-whiteblue::after {
        content: '>';
        color: #0073E6;
    }

    a.button-whiteblue:hover {
        color: #ffffff !important;
        background-color: #0073E6 !important;
        border-color: #0073E6 !important;
    }

        a.button-whiteblue:hover::after {
            color: #fff;
        }

.bg_blue a.button-whiteblue:hover {
    border-color: #fff !important;
}

.bg_light-grey a.button-whiteblue, .bg_white a.button-whiteblue, .bg_white a.button-bluewhite:hover {
    border-color: #0073E6 !important;
}

.button.center::after, a.button-white.center::after, a.button-blue.center::after, a.button-transp.center::after, a.button-bluewhite.center::after, a.button-whiteblue.center::after {
    position: relative;
    display: inline;
    top: 0;
    left: 8px;
    bottom: 0;
    right: 0;
}

a.button-arrow {
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-decoration: none;
    line-height: 0;
}

    a.button-arrow > svg {
        fill: var(--article-lister-arrow);
    }

    a.button-arrow:hover > svg {
        fill: var(--article-lister-arrow-hover);
    }

/***********************************
  __| _ \  _ \   \  |   __| 
  _| (   |   /  |\/ | \__ \ 
 _| \___/ _|_\ _|  _| ____/ 

Default forms & placeholders styling
***********************************/
/*********************************** INPUT FIELD WRAPPER */
.input__field, .ginput_container {
    position: relative;
    width: 100%;
    max-width: 400px;
}

    .input__field .medium, .ginput_container .medium {
        width: 100%;
    }

@media (min-width: 768px) {
    .input__field .small, .ginput_container .small {
        max-width: 204px;
    }
}
/*********************************** FORMS ELEMENTS */

label, .label {
    position: relative;
    color: #626262;
}

main input[type="text"], main textarea[type="text"], main input[type="password"], main textarea[type="password"], main input[type="date"], main textarea[type="date"], main input[type="tel"], main textarea[type="tel"], main input[type="email"], main textarea[type="email"], main input[type="number"], main textarea[type="number"] {
    display: block;
    color: #626262;
    font-size: 1.3rem;
    line-height: 1.5rem;
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    background-color: #FFFFFF;
    border: solid 2px #CCCCCC;
    /*border-radius: 20px;*/
    vertical-align: top;
}

    main input[type="text"]:focus, main textarea[type="text"]:focus, main input[type="password"]:focus, main textarea[type="password"]:focus, main input[type="date"]:focus, main textarea[type="date"]:focus, main input[type="tel"]:focus, main textarea[type="tel"]:focus, main input[type="email"]:focus, main textarea[type="email"]:focus, main input[type="number"]:focus, main textarea[type="number"]:focus {
        outline: 0 !important;
    }

main input[type="radio"], main textarea[type="radio"] {
    vertical-align: top;
}

main input[type="checkbox"], main textarea[type="checkbox"] {
    margin: 0;
    vertical-align: top;
}

main select {
    color: #000000;
    font-size: 1.7rem;
    line-height: 1.9rem;
    width: 100%;
    height: 40px;
    padding: 4px 0px 6px 40px;
    background: url("images/icon_chevron-blue.svg") transparent 20px center no-repeat;
    border: solid 2px #CCCCCC;
    /*border-radius: 20px;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

main option {
    color: #00005c;
}

main textarea {
    max-width: 100%;
}

    main input::-webkit-input-placeholder, main textarea::-webkit-input-placeholder {
        color: #626262;
        font-size: 1.3rem;
        font-size: 13px;
        text-overflow: ellipsis !important;
    }

    main input:-moz-placeholder, main textarea:-moz-placeholder {
        color: #626262;
        font-size: 1.3rem;
        font-size: 13px;
        text-overflow: ellipsis !important;
    }

    main input::-moz-placeholder, main textarea::-moz-placeholder {
        color: #626262;
        font-size: 1.3rem;
        font-size: 13px;
        text-overflow: ellipsis !important;
    }

    main input:-ms-input-placeholder, main textarea:-ms-input-placeholder {
        color: #626262;
        font-size: 1.3rem;
        font-size: 13px;
        text-overflow: ellipsis !important;
    }

    main input:focus::-webkit-input-placeholder, main textarea:focus::-webkit-input-placeholder {
        text-overflow: clip !important;
    }

    main input:focus:-moz-placeholder, main textarea:focus:-moz-placeholder {
        text-overflow: clip !important;
    }

    main input:focus::-moz-placeholder, main textarea:focus::-moz-placeholder {
        text-overflow: clip !important;
    }

    main input:focus:-ms-input-placeholder, main textarea:focus:-ms-input-placeholder {
        text-overflow: clip !important;
    }

/*********************************** CONTACT FORM */

#contactform ul {
    list-style: none;
}

#contactform li {
    list-style: none;
    margin: 0 0 12px;
}

#contactform .gfield_label {
    display: inline-block;
    padding-bottom: 3px;
}

#contactform .ginput_counter {
    display: inline-block;
    color: #BFBFBF;
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: 3px 0 8px;
}

#contactform .ginput_container_select {
    font-size: 1.3rem;
    line-height: 1.3rem;
    padding: 10px 0px 10px 15px;
    border: solid 2px #CCCCCC;
    border-radius: 20px;
    vertical-align: top;
}

#contactform textarea {
    width: 100%;
    padding: 10px 0px 0px 15px;
    font-size: 1.5rem;
    line-height: 1.8rem;
    border: solid 2px #CCCCCC;
    border-radius: 20px;
    vertical-align: top;
    outline: none !important;
}

#contactform select {
    color: #626262;
    background-color: transparent;
    height: auto;
    padding: 0 0 0 20px;
    border: 0;
    background: url("images/icon_chevron-blue.svg") 0 0 no-repeat;
    background-size: 10px 13px;
    background-position: 2px 4px;
}

    #contactform select option {
        height: 20px;
    }

#contactform input, #contactform textarea, #contactform select {
    font-size: 1.5rem;
    line-height: 1.8rem;
}

    #contactform input:focus, #contactform textarea:focus {
        outline: none !important;
    }

#contactform .validation .gfield_label {
    display: none;
}

#contactform .validation_error {
    color: #e3632b;
    padding: 10px;
    border-left: 2px solid #e3632b;
}

#contactform .gfield_checkbox input[type="checkbox"], #contactform .gfield_checkbox textarea[type="checkbox"] {
    margin-right: 5px;
}

#contactform .gform_button {
    font-size: 14pt;
    line-height: 16pt;
    font-weight: 700;
    border: solid 2px #0073E6;
    background: url("images/icon_chevron-white.svg") #0073E6 85% center no-repeat;
    background-size: 8px 11px;
}

    #contactform .gform_button:hover {
        color: #0073E6;
        border: solid 2px #0073E6;
        background: url("images/icon_chevron-blue.svg") transparent 85% center no-repeat;
        background-size: 8px 11px;
    }

.gfield_error .validation_message {
    color: #e3632b;
}

.ginput_container_checkbox {
    box-sizing: content-box;
}

#contactform .gfield_checkbox, #contactform .gfield_radio, #contactform select[multiple=multiple] {
    display: block;
    color: #626262;
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding: 10px 15px;
    background-color: #FFFFFF;
    border: solid 2px #CCCCCC;
    border-radius: 20px;
    vertical-align: top;
    box-sizing: content-box;
}

#contactform select[multiple=multiple] {
    background: none;
    padding: 0;
}

    #contactform select[multiple=multiple] option {
        margin: 12px 0 0 22px;
        padding: 0;
    }

    #contactform .gfield_checkbox:focus, #contactform .gfield_radio:focus, #contactform select[multiple=multiple]:focus {
        outline: 0 !important;
    }

#contactform .gfield_checkbox li {
    padding: 4px;
}

    #contactform .gfield_checkbox li:first-child {
        padding: 8px 4px 4px 4px;
    }

    #contactform .gfield_checkbox li:last-child {
        margin: 0;
    }

    #contactform .gfield_checkbox li label {
        top: -3px;
    }

#contactform .gfield_radio li {
    padding: 4px;
}

    #contactform .gfield_radio li:first-child {
        padding: 8px 4px 4px 4px;
    }

    #contactform .gfield_radio li:last-child {
        margin: 0;
    }

    #contactform .gfield_radio li label {
        padding: 6px;
    }

/***********************************
 __ __|  \    _ )  |     __|   __| 
    |   _ \   _ \  |     _|  \__ \ 
   _| _/  _\ ___/ ____| ___| ____/ 

Tables & pseudo-tables default styling
***********************************/

main table, .table {
    display: block;
    max-width: 100%;
    padding: 0 0 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
    main table, .table {
        display: table;
    }
}

main th, .table-head {
    color: #FFFFFF;
    font-size: 1.8rem;
    line-height: 2.0rem;
    min-width: 90px;
    padding: 10px 8px 8px;
    text-align: left;
    background-color: #0073E6;
}

main td, .table-cell {
    font-size: 1.8rem;
    line-height: 2.0rem;
    padding: 14px 8px 12px;
    border-bottom: solid 1px #bfbfbf;
}
/** Pseudo-tables responsive layout **/
main tbody::-webkit-scrollbar {
    display: none;
}

main tbody browser {
    margin-bottom: -14px;
}

.financial-calendar {
    display: block;
    width: 100%;
    background: -webkit-radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, transparent 75%) 0 center, -webkit-radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, transparent 75%) 100% center;
    background: radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, transparent 75%) 0 center, radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, transparent 75%) 100% center;
    background-size: 10px 100%, 10px 100%;
    background-attachment: scroll, scroll;
    background-repeat: no-repeat;
}

@media (min-width: 480px) {
    .financial-calendar {
        display: table;
    }
}

.financial-calendar tr {
    display: block;
    width: 100%;
    border-bottom: solid 1px #bfbfbf;
}

@media (min-width: 480px) {
    .financial-calendar tr {
        display: table-row;
    }
}

.financial-calendar tr:nth-of-type(1) {
    padding: 10px 0;
    background-color: #0073E6;
}

@media (min-width: 1025px) {
    .financial-calendar tr:nth-of-type(1) {
        padding: 0;
        background-color: transparent;
    }
}

.financial-calendar th {
    padding: 5px 8px;
}

@media (min-width: 480px) {
    .financial-calendar th {
        padding: 10px 8px 8px;
    }
}

.financial-calendar td {
    margin: 15px 0;
    padding: 0 8px;
    border-bottom: 0;
}

@media (min-width: 480px) {
    .financial-calendar td {
        margin: 0;
        padding: 10px 8px 8px;
        border-bottom: solid 1px #bfbfbf;
    }
}

.financial-calendar th:nth-of-type(1), .financial-calendar td:nth-of-type(1) {
    display: block;
    width: 100%;
    font-weight: 700;
}

@media (min-width: 480px) {
    .financial-calendar th:nth-of-type(1), .financial-calendar td:nth-of-type(1) {
        display: table-cell;
        width: 25%;
        font-weight: normal;
    }
}

.financial-calendar th:nth-of-type(2), .financial-calendar td:nth-of-type(2) {
    display: block;
    width: 100%;
}

@media (min-width: 480px) {
    .financial-calendar th:nth-of-type(2), .financial-calendar td:nth-of-type(2) {
        display: table-cell;
        width: 40%;
    }
}

.financial-calendar th:nth-of-type(3), .financial-calendar td:nth-of-type(3) {
    display: block;
    width: 100%;
}

@media (min-width: 480px) {
    .financial-calendar th:nth-of-type(3), .financial-calendar td:nth-of-type(3) {
        display: table-cell;
        width: 35%;
    }
}
/* page header */
header.header_awm {
    padding: 0 var(--content-padding);
}

header.header_awm_image {
    padding: 0;
}

@media (min-width: 840px) {
    header.header_awm > div > div {
        min-height: 600px;
    }

    header.header_awm > div > div, header.header_awm_image.minheight400 > div > div {
        min-height: 400px;
    }

    header.header_awm > div > div, header.header_awm_image.minheight500 > div > div {
        min-height: 500px;
    }

    header.header_awm > div > div, header.header_awm_image.minheight600 > div > div {
        min-height: 600px;
    }
}

.header_awm_content {
    padding-top: 170px;
    padding-bottom: 20px;
}

.header_awm_svg {
    line-height: 0;
}

    .header_awm_svg svg {
        max-height: 600px;
    }

.header_awm_bg, .header_awm_bg_image {
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .header_awm_content {
        padding-bottom: 0;
    }

    .header_awm_svg {
        text-align: right;
    }

        .header_awm_svg svg {
            max-height: 300px;
        }

    .header_awm_bg {
        height: 300px;
        background-size: contain;
        background-position: right bottom !important;
    }

    .header_awm_bg_image {
        height: 300px;
    }
}

@media (min-width: 1440px) {
    .header_awm_image > .grid-row {
        max-width: unset;
    }
}

@media(min-width: 1537px) {
    header.header_awm_image .content_padding_left {
        padding-left: calc(( 100% - 1520px ) / 2 + var(--content-padding) );
    }
}

.page__header, .page__header--large {
    position: relative;
    width: 100%;
    min-height: 230px;
    overflow: hidden;
    z-index: 1;
}

    .page__header .page__header-image, .page__header--large .page__header-image, .page__header--large {
        min-height: 400px;
    }

        .page__header--large .grid-col-3, .page__header--large .grid-col-4, .page__header--large .grid-col-6 {
            margin-left: 0;
            margin-right: 0;
        }

.default_content .page__header, .default_content .page__header--large {
    background-image: url("images/page__header-default.webp");
    background-position: right bottom;
}

.isie.default_content .page__header, .isie.default_content .page__header--large {
    background-image: url("images/page__header-default.jpg");
}

.page__header, .page__header--large .page__header-image {
    position: relative;
    width: 100%;
    color: #FFFFFF;
    font-size: 1.8rem;
    line-height: 2rem;
    margin: 0;
    padding: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page__header-grad {
    width: 100%;
    padding: 210px var(--content-padding) 0 var(--content-padding);
    min-height: 390px;
    position: relative;
    z-index: 10;
}

.inv {
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.01) 80%);
    background: linear-gradient(to left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.01) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#66000000', GradientType=1 );
}


@media (min-width: 768px) {
    .page__header .page__header-image, .page__header--large .page__header-image, .page__header--large {
        min-height: 500px;
    }
}


@media (min-width: 1025px) {
    .page__header .page__header-image, .page__header--large .page__header-image, .page__header--large {
        min-height: 550px;
    }
}

@media (min-width: 1920px) {
    .page__header .page__header-image, .page__header--large .page__header-image, .page__header--large {
        min-height: 600px;
    }
}

.page__header .grid-col-6.grid-offset-6, .page__header--large .grid-col-6.grid-offset-6 {
    float: none;
}

.page__header.offwhite, .offwhite.page__header--large {
    background-color: #f2f2ee;
}

    .page__header.offwhite .page__header-image, .offwhite.page__header--large .page__header-image {
    }

.page__header.background__none, .background__none.page__header--large {
    background-image: none;
}

.header__banner-cta {
    max-width: 550px;
    padding-bottom: 30px;
}
/* Applied a subtle black text shadow to enhance readability and add depth to the header text */
header .page__header-image h1, header .page__header-image h2, header .header__banner-title {
    text-shadow: 0 0 2px rgba(0,0,0,0.83);
    color: #ffffff;
}

header .header__banner-title {
    position: relative;
    margin: 0 0 5px;
    padding: 0 0 5px;
}

    header .header__banner-title::after {
        position: absolute;
        display: block;
        content: '';
        left: 0;
        bottom: 0;
        width: 3000px;
        height: 2px;
        background-color: #FFFFFF;
    }

header .header__banner-subtitle {
    color: #FFFFFF;
}


header .header__banner-excerpt {
    color: #FFFFFF;
    font-size: 1.8rem;
    line-height: 2rem;
}
/* Landing Page */
.lp_content section .section.header__row {
    padding: 0 20px;
}

@media (min-width: 768px) {
    .lp_content section .section.header__row {
        padding: 0 20px;
    }
}

.lp_content .page__header, .lp_content .page__header--large {
    min-height: 200px;
}

.lp_content .page__header-grad {
    padding: 200px 20px 0 20px;
    min-height: 200px;
}

@media (min-width: 768px) {
    .lp_content .page__header-grad {
        padding: 200px 40px 0 40px;
    }

    .lp_content .page__header .page__header-image, .lp_content .page__header--large .page__header-image, .lp_content .page__header--large {
        min-height: 200px;
    }
}

@media (min-width: 1025px) {
    .lp_content .page__header .page__header-image, .lp_content .page__header--large .page__header-image, .lp_content .page__header--large {
        min-height: 200px;
    }
}

@media (min-width: 1920px) {
    .lp_content .page__header .page__header-image, .lp_content .page__header--large .page__header-image, .lp_content .page__header--large {
        min-height: 200px;
    }
}
/* hover block */
.atos_hover_block_image {
    background-repeat: no-repeat;
    background-size: cover;
}

.shadow {
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.125);
}

a.posbottom, img.posbottom {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    white-space: nowrap;
}

a.posbottomleft, img.posbottomleft {
    position: absolute;
    left: 20px;
    bottom: 0;
    white-space: nowrap;
}

img.posbottomleft {
    left: 0;
}

a.posbottomright, img.posbottomright {
    position: absolute;
    right: 20px;
    bottom: 0;
    white-space: nowrap;
}

img.posbottomright {
    right: 0;
}
/* POST DATE */
.post-date {
    padding-bottom: 5px;
}

.error_404 {
    text-align: center;
}
/* Read More button */
.readmorebtn {
    position: relative;
    transition: margin linear 1s, max-height linear 1s, padding linear 1s;
    max-height: 40px;
    min-height: 0;
}

.readmorebtnhide {
    max-height: 0;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    border: 0;
}

.readmore {
    position: relative;
    max-height: 0;
    transition: max-height ease-in-out 1s;
    overflow: hidden;
}

.readmoreshow {
    max-height: 1000px;
}

.vtop {
    position: absolute;
    top: 12px;
}

.vbottom {
    position: absolute;
    bottom: 0px;
}

.absleft8 {
    left: 8px !important;
}

.absleft12 {
    left: 12px !important;
}

.absright12 {
    right: 12px !important;
}

.abscenter12 {
    left: 12px !important;
    right: 12px !important;
}

.abslr8 {
    left: 8px !important;
    right: 8px !important;
}

.abslr20 {
    left: 20px !important;
    right: 20px !important;
}

.vcenter {
    transform: translateX(-50%) !important;
    left: 50% !important;
}

.nowrap {
    white-space: nowrap !important;
}

/***********************************
  __| _ \   _ \ __ __| __|  _ \ 
  _| (   | (   |   |   _|     / 
 _| \___/ \___/   _|  ___| _|_\ 

Footer styling
***********************************/
.footer__social {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #0073E6;
    padding: 10px;
}

.footer__sub ul li, .footer__sub ul li a {
    font-weight: 700;
    color: var(--atos-dark-blue);
}

.footer__social ul {
    max-width: 1100px;
    text-align: center;
    margin: 0 auto;
}

    .footer__social ul li {
        margin: 0 16px 0 0;
        display: inline-table;
    }

        .footer__social ul li img {
            max-height: 18px;
        }

.footer__main {
    display: none;
}

.lp_content .footer__main {
    display: none;
}

.footer__main, .footer__main a, .footer__main h1, .footer__main h2 {
    color: #ffffff;
}
/*
@media(min-width:1025px) {
    .footer__sub {
        display: none;
    }

    .footer__social {
        display: none;
    }

    .lp_content .footer__sub {
        display: block;
    }

    .lp_content .footer__social {
        display: block;
    }

    .footer__main {
        position: relative;
        padding: 10px 40px 10px 40px;
        text-align: center;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        text-align: left;
        display: block;
    }

        .footer__main > div {
            max-width: 1440px;
            margin: 0 auto;
        }

            .footer__main > div > div {
                width: 25%;
                float: left;
            }

        .footer__main ul {
            padding: 0 20px 20px 0;
        }

            .footer__main ul > li {
                padding: 0 0 4px 0;
                font-size: 1.6rem;
                line-height: 2.0rem;
                font-weight: 400;
            }

        .footer__main h2 {
            font-size: 2.0rem;
            line-height: 2.4rem;
            font-weight: 700;
            width: 100%;
            padding: 0 0 4px 0;
        }

        .footer__main .fsp {
            width: 100%;
        }

            .footer__main .fsp ul {
                text-align: center;
            }

                .footer__main .fsp ul > li {
                    padding: 8px;
                    font-size: 1.8rem;
                    line-height: 2.0rem;
                    font-weight: 400;
                    display: inline-block;
                    white-space: nowrap;
                }

        .footer__main .social li {
            display: inline-block;
            padding: 0 4px 4px 0;
        }

            .footer__main .social li img {
                max-height: 14px;
            }
}
    */
/*********************************** SUB FOOTER STYLING */

.footer__sub {
    max-width: 1920px;
    margin: 0 auto;
    padding: 20px var(--content-padding);
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.8rem;
    background-color: var(--atos-light-grey);
}

    .footer__sub ul {
        max-width: 1440px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

        .footer__sub ul li {
            display: inline-block;
            white-space: nowrap;
            padding: 5px 10px;
        }

            .footer__sub ul li:first-of-type {
                padding-left: 0;
            }

            .footer__sub ul li:last-of-type {
                padding-right: 0;
            }

/***********************************
Component styling
***********************************/
.featured-image, .featured-image-round {
    float: left;
    height: auto;
    margin: 0 15px 15px 0;
    max-width: 150px;
    float: left;
    text-align: left;
}

.featured-image-round {
    border-radius: 50%;
}

.featured-image-bg {
    float: none;
    height: auto;
    margin: 15px auto;
    width: 100%;
    max-width: 150px;
    text-align: left;
    position: relative;
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
}

    .featured-image-bg::after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

    .featured-image-bg div {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .featured-image-bg + p, .featured-image-bg + p + p, .featured-image-bg + p + p + p, .featured-image-bg + p + p + p + p, .featured-image-bg + p + p + p + p + p {
        padding: 4px 16px 8px 16px;
    }


.home .breadcrumb, .search .breadcrumb {
    display: none;
}

header .breadcrumb {
    position: absolute;
    color: var(--atos-dark-blue);
    font-size: 1.6rem;
    line-height: 2.0rem;
    display: inline-block;
    width: 100%;
    top: 138px;
    left: 0;
}

header nav.breadcrumb li a {
    font-size: 1.6rem;
    line-height: 2.0rem;
    text-decoration: underline;
}

.lp_content .footer .breadcrumb {
    max-width: 1440px;
    margin: 0 auto;
    display: block;
    clear: both;
    margin-bottom: 20px;
    padding: 10px 0 10px 0;
}

html .lp_content .footer .breadcrumb a {
    color: #00005c;
}

html .lp_content nav.breadcrumb li:first-child::before {
    color: rgba(0,0,0,0.4);
}

html .lp_content nav.breadcrumb li::before {
    color: #00005c;
}

nav.breadcrumb img {
    width: 15px;
    height: 15px;
    position: relative;
    top: 1px;
}

nav.breadcrumb ul {
    position: relative;
    top: 2px;
    background: var(--atos-light-grey);
    display: block;
    float: left;
    padding: 4px 2px 4px 8px;
    min-width: 138px;
}

nav.breadcrumb li {
    float: left;
    display: block;
    padding: 0 8px 0 0;
}

    nav.breadcrumb li:not(:first-child):before {
        position: relative;
        content: '\2f';
        color: var(--atos-dark-blue);
        padding: 0 4px 0 0;
    }

/*
.ismac .footer__main .breadcrumb {
    padding: 4px 6px 4px 6px;
}

    .ismac .footer__main .breadcrumb:before {
        top: 1px;
    }
*/
.breadcrumb .sep {
    color: #FFFFFF;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 570px) {

    .breadcrumb {
        display: none;
    }
}
/*********************************** BLOCK 2 COLS */
.section__2cols-wrapper {
    position: relative;
}

.section__2cols {
    color: #808080;
    padding: 100px 0;
    background-color: #FFFFFF;
}

    .section__2cols .section__title {
        color: #0073E6;
        font-size: 3rem;
        line-height: 3.5rem;
        text-align: left;
    }

    .section__2cols .section__excerpt {
        margin: 0 0 25px;
    }

    .section__2cols .section__cta {
        margin-bottom: 0;
    }

    .section__2cols.offwhite {
        background-color: #f2f2ee;
    }


.section__2cols-block {
    padding: 15px 0;
}

section__2cols-block a {
    color: inherit;
    display: block;
}

.section__2cols-block h4, .section__2cols-block .h4, .section__2cols-block .link {
    color: #0073E6;
    -webkit-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}

    .section__2cols-block:hover a h4, .section__2cols-block:hover a .h4, .section__2cols-block:hover a .link, .section__2cols-block:hover a .section__2cols-title, .section__2cols-block h4:hover a, .section__2cols-block .h4:hover a, .section__2cols-block .section__2cols-title:hover a {
        color: #003350;
        -webkit-transition: color 200ms ease-in-out;
        transition: color 200ms ease-in-out;
    }

a:hover .section__2cols-block .section__2cols-title {
    color: #003350;
}


.section__2cols-block .section__2cols-content.ver_align {
    margin: 0;
    position: absolute;
    top: 48%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section__2cols-block .section__2cols-thumb {
    display: inline-block;
    max-width: 70px;
    height: auto;
    margin: 0 25px 0 0;
    vertical-align: top;
}

.section__2cols-block .section__2cols-content {
    display: inline-block;
    width: calc( 100% - 100px );
    vertical-align: middle;
    /*min-width: 200px;*/
}

.section__2cols-block .section__2cols-title {
    padding: 0 0 5px;
    color: #0073E6;
}

.section__2cols-excerpt {
    color: inherit;
    padding: 0 0 5px;
}

#find-out-more-title .section__2cols-block .section__2cols-content > h4 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 700;
}

#find-out-more-title .section__2cols-content p {
    padding: 8px 0 15px 0;
}

#find-out-more-title .section__2cols-block .section__2cols-content {
    width: 100%;
}

    #find-out-more-title .section__2cols-block .section__2cols-content > a {
        font-weight: 700;
    }
/** MASONRY */
.masonry *[class^="grid-col-"] {
    margin-bottom: 20px;
}

.masonry .grid__article, .masonry .grid__article-double, .masonry .grid__article-quote {
    min-height: 0;
    margin-top: 0;
}

.vc_tta-panel-body .grid__article, .vc_tta-panel-body .grid__article-double, .vc_tta-panel-body .grid__article-quote {
    margin-top: 0;
}
/** EQUALIZER */
@media (min-width: 1025px) {
    .grid-row.equalizer .grid__article, .equalizer.row-back-to-top .grid__article, .grid-row.equalizer .grid__article-double, .equalizer.row-back-to-top .grid__article-double, .grid-row.equalizer .grid__article-quote, .equalizer.row-back-to-top .grid__article-quote, .grid-row.equalizer .grid__article-content, .equalizer.row-back-to-top .grid__article-content, .grid-row.equalizer .grid__article-quote .grid__quote-content, .grid__article-quote .grid-row.equalizer .grid__quote-content, .equalizer.row-back-to-top .grid__article-quote .grid__quote-content, .grid__article-quote .equalizer.row-back-to-top .grid__quote-content {
        min-height: 0;
    }
}
/*********************************** GENERIC CTA */
.section__cta {
    position: relative;
    color: #FFFFFF;
    padding: 40px 0;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #0073E6;
}

    .section__cta .section__title {
        color: #FFFFFF;
        font-weight: 400;
        padding: 0 0 10px;
    }

    .section__cta p {
        font-size: 1.6rem;
        font-weight: 400;
    }

    .section__cta .button, .section__cta .button-white, .section__cta .button-blue, .section__cta .button-transp {
        margin: 20px auto 0;
    }

    .section__cta.overlay-blue {
        background-color: #0073E6;
    }

        .section__cta.overlay-blue .section__title {
            color: #FFFFFF;
        }

        .section__cta.overlay-blue:before {
            display: block;
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 1;
            background-color: #0073E6;
            z-index: 0;
        }
/*********************************** JOIN US */
.cta__join-us {
    position: relative;
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
    background-size: cover;
}

    .cta__join-us .section__title {
        color: #FFFFFF;
        padding: 0 0 10px;
    }
/*********************************** CONTACT US */
.cta__contact-us {
    position: relative;
    color: #FFFFFF;
    padding: 40px 0;
    text-align: center;
    background-position: -1000px 0;
    background-size: cover;
}

@media (min-width: 768px) {
    .cta__contact-us {
        background-position: center center;
    }
}

.cta__contact-us .section__title {
    color: #FFFFFF;
}


.tab__content-ajax {
    position: relative;
    min-height: 400px;
    padding: 40px 0;
}

    .tab__content-ajax:before {
        position: absolute;
        display: block;
        content: '';
        opacity: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #FFFFFF;
        z-index: 1;
        -webkit-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
    }

    .tab__content-ajax::after {
        position: absolute;
        display: block;
        content: '';
        opacity: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url("images/loader.svg") center 100px no-repeat;
        z-index: 2;
        -webkit-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
    }

    .tab__content-ajax.loading {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .tab__content-ajax.loading:before {
            opacity: 0.95;
            visibility: visible;
            -webkit-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
        }

        .tab__content-ajax.loading::after {
            opacity: 1;
            visibility: visible;
            -webkit-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
        }


.country__title {
    color: #0073E6;
    font-size: 2.2rem;
    line-height: 2.6rem;
    padding-bottom: 15px;
}
/** Swiper 3.3.1 Most modern mobile touch slider and framework with hardware accelerated transitions http://www.idangero.us/swiper/ Copyright 2016, Vladimir Kharlampidi The iDangero.us http://www.idangero.us/ Licensed under MIT Released on: February 7, 2016 */
.swiper-container, .slider-container, .slider__glance-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.slider-bullet:hover {
    cursor: pointer;
}

.swiper-container-no-flexbox .swiper-slide, .swiper-container-no-flexbox .slider-slide .swiper-container-no-flexbox .slider__glance-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper, .swiper-container-vertical > .slider-wrapper .swiper-container-vertical > .slider__glance-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper, .slider-wrapper, .slider__glance-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-container-android .slider-slide, .swiper-container-android .slider__glance-slide, .swiper-wrapper, .slider-wrapper, .slider__glance-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper, .swiper-container-multirow > .slider-wrapper, .swiper-container-multirow > .slider__glance-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper, .slider-container-free-mode > .slider-wrapper, .slider-container-free-mode > .slider__glance-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide, .slider-slide, .slider__glance-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}


.swiper-container-autoheight, .slider-container-autoheight, .slider__glance-container-autoheight, .swiper-container-autoheight .swiper-slide, .slider-container-autoheight .slider-slide, .slider__glance-container-autoheight .slider-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper, .slider-container-autoheight .slider-wrapper, .slider__glance-container-autoheight .slider__glance-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
        -webkit-transition-property: -webkit-transform, height;
        -webkit-transition-property: height, -webkit-transform;
        transition-property: height, -webkit-transform;
        transition-property: transform, height;
        transition-property: transform, height, -webkit-transform;
    }


.swiper-container .swiper-notification, .slider-container .swiper-notification, .slider__glance-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}


.swiper-wp8-horizontal, .slider-wp8-horizontal, .slider__glance-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical, .slider-wp8-vertical, .slider__glance-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}


.swiper-button-prev, .slider-button-prev, .slider__glance-button-prev, .swiper-button-next, .slider-button-next, .slider__glance-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

    .swiper-button-prev.swiper-button-disabled, .slider-button-prev.swiper-button-disabled, .slider__glance-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled, .slider-button-next.swiper-button-disabled, .slider__glance-button-next.swiper-button-disabled {
        opacity: 0.35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-button-prev, .slider__glance-button-prev, .swiper-container-rtl .swiper-button-next, .slider__glance-container-rtl .slider-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-next, .slider__glance-button-next, .swiper-container-rtl .swiper-button-prev, .slider__glance-container-rtl .slider-button-prev {
    right: 10px;
    left: auto;
}


.swiper-pagination, .slider-pagination, .slider__glance-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 0;
        display: block;
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

    .swiper-pagination-progress .swiper-pagination-progressbar {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

    .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
        background: #fff;
    }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

    .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
    }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}


.swiper-container-cube, .swiper-container-flip {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-right {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-slide {
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}


.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

    .swiper-lazy-preloader::after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*********************************** DEFAULT SLIDER */
.slider {
    position: relative;
}

html .slider-container {
    border: solid 2px #f2f2ee;
}

.slider-slide {
    padding: 45px 65px;
    text-align: center;
}

.slider-pagination {
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slider-bullet, .footer__main-glance .slider__glance-bullet {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 4px;
    text-indent: -9999px;
    border-radius: 50%;
    background-color: #a6cadf;
}

    .slider-bullet.bullet-active, .footer__main-glance .bullet-active.slider__glance-bullet {
        background-color: #0073E6;
    }

.slider-button-prev, .slider-container-rtl .slider-button-next {
    background-image: url(images/nav-slider.svg);
    left: 10px;
    right: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slider-button-next, .slider-container-rtl .slider-button-prev {
    background-image: url(images/nav-slider.svg);
    right: 10px;
    left: auto;
}

.slider_advanced .slider-button-prev, .slider-container-rtl .slider-button-next {
    background: linear-gradient(to right, rgba(0,0,0,0.6), transparent);
    transform: none;
    right: auto;
    left: 2px;
    top: 24px;
    width: 80px;
    bottom: 0px;
    height: auto;
}

    .slider_advanced .slider-button-prev img, .slider-container-rtl .slider-button-next img {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        position: relative;
        left: 20px;
        top: 45%;
        transition: transform 0.5s;
    }

.slider_advanced .slider-button-next, .slider-container-rtl .slider-button-prev {
    background: linear-gradient(to left, rgba(0,0,0,0.6), transparent);
    transform: none;
    right: 2px;
    left: auto;
    top: 24px;
    width: 80px;
    bottom: 0px;
    height: auto;
}

    .slider_advanced .slider-button-next img, .slider-container-rtl .slider-button-prev img {
        position: relative;
        right: -35px;
        top: 45%;
        transition: transform 0.5s;
    }

.slider_advanced .slider-button-prev img:hover {
    transform: rotate(180deg) scale(1.2);
}

.slider_advanced .slider-button-next img:hover {
    transform: scale(1.2);
}


.slider_advanced .slider-slide {
    background: no-repeat center top;
    background-size: cover;
    display: flex;
    height: auto;
}

    .slider_advanced .slider-slide .grid-col-6, .slider_advanced .slider-slide .grid-offset-6 {
        text-align: left;
    }

    .slider_advanced .slider-slide .aslistheading {
        padding: 15px 0 5px 0;
    }

    .slider_advanced .slider-slide .asheading {
        font-size: 3.8rem;
        line-height: 4.2rem;
    }

    .slider_advanced .slider-slide .astitle {
        font-size: 3rem;
        line-height: 3.4rem;
    }

.accordeon {
    border: solid 1px #f2f2f2;
}

    .accordeon h2 {
        font-size: 2.2rem;
        line-height: 2.6rem;
    }

    .accordeon .accordeon__section {
        position: relative;
    }

        .accordeon .accordeon__section .accordeon__section-title {
            position: relative;
            cursor: pointer;
            color: #0073E6;
            padding: 15px 40px;
        }

            .accordeon .accordeon__section .accordeon__section-title:hover {
                cursor: pointer;
            }

            .accordeon .accordeon__section .accordeon__section-title:before {
                position: absolute;
                content: '';
                display: block;
                width: 10px;
                height: 2px;
                left: 20px;
                top: 28px;
                background-color: #0073E6;
                font-size: 1.8rem;
                line-height: 2rem;
            }

            .accordeon .accordeon__section .accordeon__section-title::after {
                position: absolute;
                content: '';
                display: block;
                width: 2px;
                height: 10px;
                left: 24px;
                top: 24px;
                background-color: #0073E6;
                font-size: 1.8rem;
                line-height: 2rem;
                -webkit-transform: scaleY(1);
                -ms-transform: scaleY(1);
                transform: scaleY(1);
                -webkit-transition: -webkit-transform 100ms ease-in-out;
                transition: -webkit-transform 100ms ease-in-out;
                transition: transform 100ms ease-in-out;
                transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
            }

        .accordeon .accordeon__section.open .accordeon__section-title::after {
            -webkit-transform: scaleY(0);
            -ms-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transition: -webkit-transform 100ms ease-in-out;
            transition: -webkit-transform 100ms ease-in-out;
            transition: transform 100ms ease-in-out;
            transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
        }

        .accordeon .accordeon__section.open .accordeon__section-content {
            display: inline-block;
        }

        .accordeon .accordeon__section .accordeon__section-content {
            display: none;
            padding: 10px 20px;
            overflow: visible;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }
/*********************************** ATOS STYLING */
/* video player youtube */
.yt-mix-bg .yt-play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("images/atos-blue-play-button.png") no-repeat;
    background-size: cover;
    cursor: pointer;
}

.yt-container {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding: 0 0 56.25% 0;
    margin: 0;
    height: 0;
    /*overflow: hidden;*/
}

    .yt-container iframe, .yt-container .yt-mix-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .yt-container .yt-mix-bg {
        z-index: 40;
        cursor: pointer;
        background-size: cover;
    }
/* atos_iframe styling */
.atosframe {
    display: block;
    margin: 0 auto;
}
/* 170904 */
html .vc_tta-color-black.vc_tta-style-outline .vc_tta-tab > a:focus {
    color: unset;
}
.section__tabs {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

    .section__tabs .vc_tta-tabs-container {
        margin: 0 !important;
        padding: 0 !important;
    }

        .section__tabs .vc_tta-tabs-container ul {
            margin: 0 !important;
            padding: 0 !important;
            text-align: center;
        }

        .section__tabs .vc_tta-tabs-container li {
            position: relative;
            display: inline-block;
            margin: 7px 10px !important;
            padding: 0 !important;
        }

            .section__tabs .vc_tta-tabs-container li a {
                display: block;
                color: #aaa;
                margin: 0;
                padding: 5px !important;
                -webkit-transition: color 250ms ease-in-out;
                transition: color 250ms ease-in-out;
            }

            .section__tabs .vc_tta-tabs-container li::after {
                position: absolute;
                display: block;
                content: '';
                left: 0;
                right: 0;
                bottom: -7px;
                width: 100%;
                height: 2px;
                -webkit-transform: scale(0, 1);
                -ms-transform: scale(0, 1);
                transform: scale(0, 1);
                background-color: #bfbfbf;
                -webkit-transition: all 150ms ease-in-out;
                transition: all 150ms ease-in-out;
                -webkit-transform-origin: center;
                -ms-transform-origin: center;
                transform-origin: center;
            }

            .section__tabs .vc_tta-tabs-container li.active, .section__tabs .vc_tta-tabs-container li.vc_active, .section__tabs .vc_tta-tabs-container li:hover {
                color: #0073E6;
                cursor: pointer;
            }

                .section__tabs .vc_tta-tabs-container li.active a, .section__tabs .vc_tta-tabs-container li.vc_active a, .section__tabs .vc_tta-tabs-container li:hover a {
                    cursor: pointer;
                    color: #0073E6;
                    -webkit-transition: color 250ms ease-in-out;
                    transition: color 250ms ease-in-out;
                }

                .section__tabs .vc_tta-tabs-container li.active::after, .section__tabs .vc_tta-tabs-container li.vc_active::after, .section__tabs .vc_tta-tabs-container li:hover::after {
                    background-color: #0073E6;
                    -webkit-transform: scale(1, 1);
                    -ms-transform: scale(1, 1);
                    transform: scale(1, 1);
                    -webkit-transition: all 200ms ease-in-out;
                    transition: all 200ms ease-in-out;
                    -webkit-transform-origin: center;
                    -ms-transform-origin: center;
                    transform-origin: center;
                }

@media (min-width: 1025px) {
    .section__tabs li {
        margin: 0 20px;
    }
}

.tab__content {
    position: relative;
    overflow: hidden;
}

    .tab__content .tab__content-wrapper {
        position: absolute;
        top: 0;
        width: 100%;
        padding: 40px 0;
        min-height: 0;
    }

.section__tabs-link {
    text-align: center;
}
/** RESET VC DEFAULT STYLING */
.vc_tta-tab {
    margin: 0 !important;
}

    .vc_tta-tab > a {
        border: 0 !important;
        background-color: transparent !important;
    }

    .vc_tta-tab.active > a, .vc_tta-tab.active .vc_tta-title-text, .vc_tta-tab.vc_active > a, .vc_tta-tab.vc_active .vc_tta-title-text, .vc_tta-tab:hover > a, .vc_tta-tab:hover .vc_tta-title-text {
        color: #0073E6 !important;
    }

.vc_tta-panels {
    padding: 40px 0;
    text-align: left;
    border: 0 !important;
    background-color: transparent !important;
}

    .vc_tta-panels .vc_tta-panel-heading, .vc_tta-panels .vc_tta-panel-body {
        padding: 0 !important;
        border: 0 !important;
        background-color: transparent !important;
    }

    .vc_tta-panels .vc_tta-panel-title {
        position: relative;
        font-size: 1.8rem;
        line-height: 1.8rem;
        text-align: center;
    }

        .vc_tta-panels .vc_tta-panel-title a {
            padding: 14px 0;
        }

    .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-title > a {
        position: relative;
        display: inline-block !important;
        color: #0073E6 !important;
        margin: 0 auto !important;
    }

        .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-title > a::after {
            position: absolute;
            display: block;
            content: '';
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 2px;
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            transform: scale(1, 1);
            background-color: #0073E6;
            -webkit-transition: all 150ms ease-in-out;
            transition: all 150ms ease-in-out;
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center;
        }

/* Cookie Policy */
#cp:not(.cp_show_large) .cp_large,
#cp:not(.cp_show_custom) .cp_custom,
#cp:not(.cp_show_small) .cp_small {
    max-height: 0;
}

.cp_show_large .cp_large,
.cp_show_custom .cp_custom,
.cp_show_small .cp_small {
    max-height: calc( 100vh - 116px );
}

#cp .cp_large .grid-row, #cp .cp_small .grid-row {
    flex-direction: column-reverse;
}

@media (min-width: 768px) {
    #cp .cp_large .grid-row, #cp .cp_small .grid-row {
        flex-direction: row-reverse;
    }
}

.cp_pane {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 97;
    transition: max-height 700ms ease-in-out;
    scrollbar-width: thin;
    color: #ffffff;
    background-color: #2b2b2b;
    font-size: 1.6rem;
    line-height: 1.8rem;
    overflow-y: scroll;
}

header.header #cp a:not(.button) {
    color: white;
    text-decoration: underline;
}

#cp p {
    padding: 0;
}

#cp .cp_small .grid-row {
    padding: 4px 4px 0 4px;
}

    #cp .cp_small .grid-row > div {
        padding: 4px;
    }

#cp .button:hover {
    text-decoration: underline;
}

.cp_disclaimer p {
    font-size: 1.3rem;
    line-height: 1.5rem;
    padding: 0;
    font-weight: 600;
    letter-spacing: 0.02em;
}

#cp .cp_customize, #cp_custom_accept, #cp .cp_accept, #cp .cp_decline, #cp .button, #cp #cp_accept_small, #cp #cp_decline_small {
    cursor: pointer;
    display: block;
    color: #fff;
    float: left;
    font-size: 14pt;
    font-weight: 700;
    line-height: 2.2rem;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 3px 5px 5px 5px;
    text-align: center;
    text-decoration: none;
    border: 0;
    border-radius: 8px;
    vertical-align: middle;
}

    #cp button::after, #cp .button::after, #cp button:hover::after, #cp .button:hover::after {
        content: "";
    }


#cp button {
    background-color: #0073E6;
}

#cp .cp_large button {
    margin: 0 0 5px;
}

#cp button::after {
    display: none;
}

#cp .button {
    background: #000000;
}

.cp_small button {
    width: 48.5%;
    padding: 0px 2px 2px 2px;
    font-size: 1.6rem;
}

.cp_decline_small {
    float: right;
}

#cp .cp_accept, #cp .cp_accept_small {
    color: #000;
    background-color: #fff;
}

#cp .cp_customize, #cp_custom_accept, #cp .cp_customize_small {
    color: #fff;
    background-color: #4aa82d;
}

#cp_custom_accept, #cp .cp_custom .cp_accept, #cp .cp_custom .cp_decline {
    min-width: 185px;
    max-width: 300px;
    margin: 0 20px 20px 0;
}

#cp_custom_accept {
    margin-top: 12px;
    float: right;
}

#cp .cp_custom button#cp_close {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    background-color: #000000;
    margin: 0;
    border: 0;
}

#cp button[role=switch] {
    transform: scale(0.7);
    float: right;
}

    #cp button[role=switch]::before {
        background-color: #ffffff;
    }

    #cp button[role=switch][aria-readonly=true] {
        filter: brightness(60%);
    }

    #cp button[role=switch][aria-checked=false] {
        background-color: #888888;
    }

#cp .cp_custom .grid-row > div {
    margin-top: 10px;
}

#cp .cp_custom .grid-row h2 {
    padding-bottom: 4px;
}

#cp .cp_custom h2:first-child {
    font-size: 2.8rem;
    line-height: 3.0rem
}

#cp .grid-col-2 {
    text-align: right;
}

@media (min-width: 768px) {
    .cp_small .cp_link button {
        width: 100%;
        padding: 2px 4px 4px 4px;
        font-size: 1.8rem;
        margin-top: 8px;
    }

    .cp_disclaimer p {
        font-size: 1.8rem;
        line-height: 1.9rem;
    }

    .cp_small .cp_disclaimer p {
        font-size: 1.6rem;
        line-height: 1.7rem;
    }

    #cp .cp_small .grid-row {
        padding: 4px;
    }
}
/*********************************** VISUAL COMPOSER OVERRIDES */
.vc_column-inner {
    padding: 10px 0;
}

@media (min-width: 768px) {
    .vc_column-inner {
        padding: 0;
    }
}
/* equal height override for unlimited components */
.vc_col-has-fill > .vc_column-inner, .vc_col-has-fill > .vc_column-inner > .wpb_wrapper, .vc_col-has-fill > .vc_column-inner > .wpb_wrapper > .uc_content_box_zoom_effect, .vc_col-has-fill > .vc_column-inner > .wpb_wrapper > .blox_icon_button_number_box {
    height: 100%;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important;
}


blockquote {
    font-weight: 600;
    margin: 10px 0px;
}

    blockquote p {
        line-height: 3.0rem;
        font-size: 2.6rem;
    }

    blockquote h4 {
        font-weight: normal;
        font-size: 2.0rem;
        padding-top: 2px;
        margin-top: 0px;
        color: #00005c;
    }


#title_subsection .grid-row, #title_subsection .row-back-to-top {
    max-width: 680px;
}

.award_slider, award_slider h2 {
    font-weight: normal;
    text-align: center;
}


.current-share-price {
    color: #0073E6;
    font-size: 4.0rem;
    padding: 8px 12px 8px 0px;
    font-weight: bold;
    float: left;
}

.evolution-share-price, .evolution-share-price p {
    padding: 0px;
    margin: 0px;
    font-size: 100%;
}

    .evolution-share-price .down {
        font-weight: bold;
        color: #f36a21;
    }

    .evolution-share-price .up {
        font-weight: bold;
        color: #22af4a;
    }



@media (min-width: 768px) {
    .insight__thumb {
        padding-bottom: 20px !important;
    }
}


#quoteblock blockquote, #quoteblock p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#quoteblock h4 {
    margin-bottom: 12px;
}


#contactform .ginput_counter {
    display: none;
}


.section.overlay-blue a, .section.overlay-blue h1, .section.overlay-blue h2, .section.overlay-blue h3, .section.overlay-blue h4 {
    color: #fff;
}

#hometabs .section__tabs-link {
    display: none;
}

#hometabs .subrow {
    text-align: center;
}

section article.wrapper h1, section article.pagination h1 {
    margin-bottom: 10px;
}
/***********************************
Solo styling
***********************************/
.w100p {
    width: 100%;
}

.mw100p {
    max-width: 100%;
}

.h100p {
    height: 100%;
}

.hr {
    display: block;
    float: left;
    height: 1px;
    border: 0;
    margin: 8px 8px 12px 8px;
    padding: 0;
    background: #ddd;
    width: calc( 100% - 16px );
}

.br50 {
    border-radius: 50%;
}

.none {
    display: none !important;
}

.box {
    border-radius: 15px;
    /* border-width: 0; */
    padding: 20px;
    overflow: hidden;
}

html.lm .pad0 {
    padding: 0;
}

.pad0 > div {
    grid-row-gap: 0;
}

html .padheight0 {
    padding: 0;
    line-height: 0;
    display: inline-block;
}

.padheight0.w100p img {
    width: 100%;
}

html.lm .pad5 {
    padding: 5px;
}

html.lm .pad8 {
    padding: 8px;
}

html.lm .linktext.pad8 {
    padding: 16px;
}

html.lm .pad12, html.lm .pad1220 {
    padding: 12px;
}

@media(min-width:576px) {
    html.lm .pad1220 {
        padding: 20px;
    }
}

html.lm .pad20 {
    padding: 20px;
}

html.lm .padtop0 {
    padding-top: 0px;
}

html.lm .padbot0 {
    padding-top: 0px;
}

html.lm .padtop20 {
    padding-top: 20px;
}

html.lm .padbot20 {
    padding-bottom: 20px;
}

html.lm .padlr15 {
    padding-left: 15px;
    padding-right: 15px;
}

html.lm .padlr20 {
    padding-left: 20px;
    padding-right: 20px;
}

html.lm .padtb0 {
    padding-top: 0;
    padding-bottom: 0;
}

html.lm .padtb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

html.lm .padtop25 {
    padding-top: 25px;
}

html.lm .ml0 {
    margin-left: 0;
}

html.lm .ml20 {
    margin-left: 20px;
}

html.lm .ml40 {
    margin-left: 40px;
}

html.lm .mr0 {
    margin-right: 0;
}

html.lm .mr20 {
    margin-right: 20px;
}

html.lm .mr40 {
    margin-right: 40px;
}

html.lm .mt0 {
    margin-top: 0;
}

html.lm .mt20 {
    margin-top: 20px;
}

html.lm .mt40 {
    margin-top: 40px;
}

html.lm .mb0 {
    margin-bottom: 0;
}

html.lm .mb20 {
    margin-bottom: 20px;
}

html.lm .mb40 {
    margin-bottom: 40px;
}
/* article lister */
.alslider.swiper .swiper-wrapper {
    row-gap: var(--row-gap);
}

.alslider.swiper.swiper-grid .swiper-slide {
    height: auto !important;
}

.alslider.swiper .swiper-slide {
    height: auto;
}

.alslider.swiper .swiper-button-prev, .alslider.swiper .swiper-button-next {
    background-color: #000000A0;
    color: #fff;
    border-radius: 6px;
}

.alslider.swiper [role=button]::after {
    font-size: 30px;
}
/*
    .alslider.swiper .swiper-button-disabled {
        visibility: hidden;
    }
        */
.alslider.swiper .swiper-wrapper {
    margin-bottom: 40px;
}

.alslider.swiper.arrows .swiper-wrapper {
    margin-top: 6px;
    margin-bottom: unset;
}

.alslider .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.alslider .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    padding-top: 4px;
}

.alslider .swiper-pagination-bullet {
    border: 2px solid var(--swiper-pagination-color);
    transition: background-color 0.4s;
}

    .alslider .swiper-pagination-bullet:hover {
        background-color: var(--swiper-pagination-color);
    }

/**********************************
Postlister Experts and Blog 
***********************************/
.ismobile .algrid-item h2 {
    text-decoration: underline;
}

.blog-col-3 {
    float: left;
    width: 100%;
}

.blog-summary {
    display: inline-block;
    border-bottom: 14px solid #eee;
    height: 100%;
    overflow: hidden;
    background-color: #eee;
    width: 100%;
    line-height: 2.0rem;
}

.pl_fixed .blog-summary.blog-date {
    height: 314px;
}

@media (min-width:480px) {
    .pl_fixed .blog-summary {
        height: 350px;
    }

        .pl_fixed .blog-summary.blog-date {
            height: 368px;
        }
}

.pl_blogwide .blog-summary {
    border-bottom: 8px solid #cecece;
    overflow: hidden;
    background-color: #eee;
    width: 100%;
    line-height: 1.8rem;
}

.pl_fixed .pl_blogwide .blog-summary {
    height: 119px;
}

    .pl_fixed .pl_blogwide .blog-summary.blog-date {
        height: 119px;
    }

@media (min-width:480px) {
    .pl_fixed .pl_blogwide .blog-summary {
        height: 119px;
    }

        .pl_fixed .pl_blogwide .blog-summary.blog-date {
            height: 119px;
        }
}

.blog-summary .wp-post-image {
    border-radius: 0%;
    width: 100%;
}

.blog-summary h2 {
    padding: 8px 0 20px 0;
    margin: 0;
}

.pl_blogwide .blog-summary h2 {
    padding: 8px 0 12px 0;
    margin: 0;
}

.pl_blogwide .blog-summary p {
    margin: 0;
    display: inline;
}

.blog-text {
    padding: 0 8px 0 8px;
    margin: 0;
    line-height: 2.0rem;
}

.pl_fixed .blog-text {
    height: 170px;
}

.pl_fixed .blog-date .blog-text {
    height: 186px;
}

.pl_fixed .pl_blogwide .blog-text {
    height: 119px;
}

.pl_fixed .pl_blogwide .blog-date .blog-text {
    height: 119px;
}

.blog-text div {
    padding-top: 8px;
    margin: 0;
    font-size: 1.8rem;
    line-height: 2.0rem;
    font-weight: 400;
}

.blog-text .pl_shortcodeparam {
    padding: 0 0 8px 0;
}

.pl_col-sm-12, .pl_col-sm-3, .pl_col-sm-4, .pl_col-sm-6, .pl_col-sm-8, .pl_col-sm-9 {
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
}

@media (min-width:480px) {
    .pl_col-sm-9 {
        width: calc( 75% - 15px );
    }

    .pl_col-sm-8 {
        width: calc( 66.66666% - 15px );
    }

    .pl_col-sm-6 {
        width: calc( 50% - 15px );
    }

    .pl_col-sm-4 {
        width: calc( 33.33333% - 15px );
    }

    .pl_col-sm-3 {
        width: calc( 50% - 15px );
    }
}

@media (min-width: 768px) {
    .expert-article .header__banner-cta {
        min-width: 500px;
    }

    .expert-article .grid-offset-6 {
        margin-left: calc( 50% + 20px );
    }

    .blog-col-3 {
        width: calc( 33.333% - 15px );
    }

    .pl_col-sm-3 {
        width: calc( 33.333% - 15px );
    }

    .pl_col-sm-9 {
        width: calc( 66.667% - 15px );
    }
}

@media (min-width: 1025px) {
    .blog-col-3 {
        width: calc( 25% - 20px );
    }

    .pl_col-sm-3 {
        width: calc( 25% - 15px );
    }

    .pl_col-sm-9 {
        width: calc( 75% - 15px );
    }
}

.expert-detail .expert-image, .blog-detail .expert-image {
    border-radius: 50%;
    width: 90%;
    background: no-repeat center top;
    background-size: cover;
}

.pl_expert .expert-image {
    border-radius: 50%;
    left: 5%;
    width: 90%;
    background: no-repeat center top;
    background-size: cover;
    position: relative;
}

.blog-detail .pl_col-sm-2 {
    padding: 0 20px 4px 20px;
}

/*.pl_expert .expert-image::after, */
.expert-detail .expert-image::after, .blog-detail .expert-image::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

/*.pl_expert .expert-image-sc {
    width: 36px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 3;
}*/

.blog-area {
    height: 180px;
    overflow: hidden;
    box-sizing: border-box;
}

    .blog-area.desc {
        height: 89px;
    }

.pl_blog .hr {
    width: 100%;
    margin: 0;
}

.pl_blog .algrid-item .hr {
    float: none;
    margin-bottom: 16px;
}

.blog-area .expert-image-sc {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    width: inherit;
    max-width: 35%;
    min-width: 25%;
}

.blog-area h2 {
    box-sizing: border-box;
    padding: 0 8px 0 0;
    display: block;
}

.blog-area .blog-date {
    box-sizing: border-box;
    display: block;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 1.3rem;
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {


    .blog-area .blog-date {
        width: 30%;
        text-align: right;
    }
}

@media (min-width: 1023px) {


    .blog-area .blog-date {
        width: 24%;
        text-align: right;
    }
}

@media (min-width: 1200px) {


    .blog-area .blog-date {
        width: 22%;
    }
}

.blog-area .blog-image {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 120px;
    height: auto;
    margin: 0 15px 6px 0;
}
    /*
    .blog-area .blog-image::after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }
*/
    .blog-area .blog-image img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        max-width: unset;
    }

        .blog-area .blog-image img:hover {
            transform: none;
        }

.blog-area .blog-author {
    display: block;
    width: 80%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.blog-area .blog-header {
    margin: 0;
    padding: 0;
}

.blog-area .blog-author {
    font-size: 1.5rem;
    line-height: 3.5rem;
}

.blog-area h2.w100p {
    width: 100% !important;
}

/*
.pl_expert .expert-detail {
    height: 60px;
    overflow: hidden;
    margin-top: 4px;
}

.pl_expert .alpha-letter {
    font-size: 3rem;
    height: 30px;
    color: black;
    padding-top: 5px;
    font-weight: 400;
}

.pl_expert .alphabet {
    line-height: 3rem;
    font-size: 3rem;
    font-weight: 400;
    height: 30px;
    color: #ccc;
    float: right;
    height: auto;
}

    .pl_expert .alphabet a, .pl_expert .alphabet a:link, .pl_expert .alphabet a:active {
        color: #0073E6;
    }

        .pl_expert .alphabet a:hover {
            color: #E00000;
        }

.pl_expert .letter {
    margin-left: 4px;
    float: left;
}

.pl_expert p {
    font-size: 1.1rem;
}

.pl_expert h2 {
    font-size: 1.4rem;
    padding: 0 0 2px 0;
}

.pl_expert .expert-detail p {
    font-size: 1.2rem;
}

.pl_expert .expert-detail h2 {
    font-size: 1.6rem;
    padding: 0 0 2px 0;
}
*/

.pl_imagetitle > div .blog-summary {
    display: block;
    height: 100%;
}

.pl_imagetitle .blog-image {
    aspect-ratio: var(--article-lister-aspect-ratio);
    text-align: center;
    height: unset;
}

.pl_imagetitle > div .blog-text {
    height: unset;
    padding-bottom: 50px;
}

    .pl_imagetitle > div .blog-text div {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

    .pl_imagetitle > div .blog-text h2 {
        font-size: 2.5rem;
        line-height: 2.8rem;
        font-weight: 700;
        padding-top: 12px;
    }

    .pl_imagetitle > div .blog-text div.pl_item_terms span {
        padding: 0;
        margin: 0 12px 0 0;
        background: unset;
        color: unset;
    }
/***********************************
Article Filter Component
***********************************/
.algrid-item {
    position: relative;
}

    .algrid-item-media {
        position: absolute;
        right: 0;
        text-decoration: none;
        z-index: 1;
    }

    html .algrid-item .blog-summary p, html .algrid-item .pl_grid-inner p {
        color: #00005c;
    }

.algrid-item .blog-summary h2, .algrid-item .pl_grid-inner h2 {
    font-size: 1.8rem;
    line-height: 2.0rem;
    font-weight: 700;
}

html .algrid-item .blog-summary h2, html .algrid-item .pl_grid-inner h2 {
    color: #00005c;
}

.algrid-item .blog-summary mark {
    background-color: #ef5e82;
    color: #ffffff;
}

.pl_grid .pl_row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.pl_search {
    float: left;
    margin: 10px 10px 0 10px;
    width: 100%;
    text-align: center;
}

    .pl_search form {
        display: inline-block;
    }

    .pl_search input[type=text] {
        float: left;
        border-radius: 0;
        width: 200px;
        padding: 4px 4px 4px 4px;
        color: #666;
        background-image: url('images/icon_search.svg');
        background-position: 10px 10px;
        background-repeat: no-repeat;
    }

    .pl_search button[type=submit] {
        float: left;
        display: block;
        width: 36px;
        height: 40px;
        margin: 0;
        padding: 0;
        border: 2px solid #888888;
        border-radius: 0;
        background-color: #888888;
    }

        .pl_search button[type=submit]:hover {
            cursor: pointer;
        }

        .pl_search button[type=submit] img {
            width: 24px;
            height: 24px;
        }

@media (min-width: 1200px) {
    .pl_sb {
        width: calc( 100% - 171px );
        position: relative;
        float: left;
    }

    .pl_search {
        width: auto;
        float: right;
    }
}

.pl_year {
    width: 100%;
    padding: 4px 0 0 10px;
    float: left;
    display: block;
}

    .pl_year select {
        padding: 3px 0 6px 40px;
        border-radius: 0;
        background-image: url('images/icon_chevron-gray.svg');
        outline: none !important;
        height: 40px;
    }

        .pl_year select::-ms-expand {
            display: none;
        }

.pl_grid .pl_row .pl_slide-wrapper .algrid-item.pl_visible-item:hover {
    z-index: 3;
}

.pl_grid .pl_row .algrid-item .algrid-item-mini .algrid-item-content {
    overflow: hidden;
}
/* alslider */
.alslider[data-role=link] {
    margin: 0 0 0 -4px;
}

    .alslider[data-role=link] .swiper-slide {
        padding: 4px 0 0 4px;
    }

        .alslider[data-role=link] .swiper-slide:last-child {
            padding: 4px 4px 0 4px;
        }
/* al_grid al_custom */
.al_custom .algrid-item-inner {
    display: flex;
    height: 100%;
    background-color: var(--atos-light-grey);
    gap: 0;
    position: relative;
}

    .al_custom .algrid-item-inner.flexrow {
        flex-direction: row;
    }

    .al_custom .algrid-item-inner.flexrowrev {
        flex-direction: row-reverse;
    }

        .al_custom .algrid-item-inner.flexrow > div {
            flex: 0 0 50%;
        }

    .al_custom .algrid-item-inner.flexcol {
        flex-direction: column;
    }

    .al_custom .algrid-item-inner.flexcolrev {
        flex-direction: column-reverse;
    }

        .al_custom .algrid-item-inner.flexcol > div {
            width: 100%;
        }

.al_custom .algrid-imagebox {
    position: relative;
    aspect-ratio: var(--article-lister-aspect-ratio);
    overflow: hidden;
}

    .al_custom .algrid-imagebox > img {
        height: 100%;
        width: 100%;
        object-fit: var(--image-size);
        object-position: var(--horizontal-position) var(--vertical-position);
    }

    .al_custom .algrid-imagebox.algrid-imagebox.algrid-imagebox-logo {
        padding: 20px;
    }

    .al_custom .algrid-imagebox.algrid-imagebox.algrid-imagebox-logo > img {
        object-fit: contain;
    }

    .al_custom .algrid-content {
        padding: 10px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

.algrid-content .algrid-date {
    padding-bottom: 8px;
}

.al_custom .algrid-terms {
    color: var(--atos-blue);
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin: 0 0 4px 0;
}

    .al_custom .algrid-terms li {
        list-style-type: none;
        margin: 0 10px 10px 0;
        padding: 0;
    }

    .al_custom .algrid-terms > li > span {
        padding: 2px 8px 2px 8px;
        background-color: var(--atos-white);
    }

    .al_custom .algrid-terms.next li {
        display: inline-block;
    }

.al_custom .algrid-content p {
    height: 6.1rem;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
    .al_custom .algrid-summary-container p {
        padding: 0;
    }
    /* pagination */
    ul.pagination__links {
        position: relative;
        width: 100%;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 14px;
        line-height: 1.4rem;
        padding: 10px;
        text-align: center;
        background-color: #f5f5f5;
    }

    ul.pagination__links li {
        display: inline-block;
        margin: 0 3px;
        list-style-type: none;
    }

.pagination__links .current {
    color: #bfbfbf;
}

.pagination__links .hidden {
    opacity: 0.3;
}

.pagination__links a {
    display: block;
}

    .pagination__links a:hover {
        color: #0073E6;
    }

.pagination__links.pl_circle {
    padding: 15px 15px 0 0;
    background-color: transparent;
    font-size: 2.0rem;
    line-height: 2.8rem;
}

    .pagination__links.pl_circle li span {
        display: block;
        background-color: var(--swiper-pagination-color);
        color: transparent;
        border: 2px solid var(--swiper-pagination-color);
        border-radius: 50%;
        width: 20px;
        height: 20px;
    }

    .pagination__links.pl_circle a {
        text-decoration: none;
        color: transparent;
        border: 2px solid var(--swiper-pagination-color);
        border-radius: 50%;
        width: 20px;
        height: 20px;
    }

        .pagination__links.pl_circle a:hover {
            background-color: var(--swiper-pagination-color);
        }

.pagination__links .prev {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    left: 10px;
}

.pagination__links .next {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
}

.pl_wrapper .pagination__links .hidden {
    opacity: 0.3;
}


.pl_loader {
    position: absolute;
    display: none;
    width: 151px;
    height: 151px;
    /*background: url("images/loader.svg") center center no-repeat;*/
    /*background: url("images/Atos-Globe-blue-151px.png") center center no-repeat;*/
    background: url("images/curve-nw-se.svg") center center no-repeat;
}

    .pl_loader.small {
        background: url("images/curve-nw-se-75px.svg") center center no-repeat;
        width: 75px;
        height: 75px;
    }

.pl_loader_scroll {
    padding-top: 16px;
    height: 90px;
    width: 100%;
    float: left;
    display: block;
    text-align: center;
}

.pl_fb form {
    position: static;
}

.pl_spinner {
    cursor: pointer;
}

    .pl_spinner::after {
        position: absolute;
        right: 10px;
        color: #0073E6;
        background-color: #fff;
        content: "\FF0D";
        width: 22px;
        height: 22px;
        line-height: 18px;
        font-size: 22px;
        font-family: Verdana, Arial, Helvetica, sans-serif !important;
        text-align: center;
        border-radius: 50%;
        animation-name: spin;
        animation-duration: .35s;
        animation-iteration-count: 1;
        animation-timing-function: ease;
    }

    .pl_spinner.collapsed::after {
        content: "\FF0B";
        animation-name: rspin;
    }

.pl_clear {
    padding: 4px 8px 4px 8px;
}

    .pl_clear:hover {
        cursor: pointer;
        background-color: #c0c0c0;
    }

.ischrome .pl_spinner::after {
    line-height: 22px;
}

.pl_box-wrapper .pl_fb_cb.pl_lvl_1 {
    padding-left: 12px;
}

.pl_box-wrapper .pl_fb_cb.pl_lvl_2 {
    padding-left: 20px;
}

.pl_box-wrapper .pl_fb_cb.pl_lvl_3 {
    padding-left: 28px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rspin {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.pl_loader.loading, .pl_loader_scroll img {
    animation-name: rotateAnim;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotateAnim {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.pl_hide {
    overflow: hidden;
}

.pl_open1 {
    animation-name: openAnim;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes openAnim {
    from {
        height: 0%;
    }

    to {
        height: 100%;
    }
}

.pl_close1 {
    animation-name: closeAnim;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


@keyframes closeAnim {
    from {
        height: 100%;
    }

    to {
        height: 0%;
    }
}

.pl_loader.loading {
    display: block;
    z-index: 9999;
    opacity: 1.0;
}

.pl_grid.loading, .pl_box.loading, .pl_box-wrapper.loading, .pl_fb_info.loading, .pl_data.loading {
    opacity: 0.4;
}

.pl_loader2 {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    animation: spin 0.6s linear infinite;
    z-index: 1;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.pl_wrapper .pl_slide-wrapper {
    user-select: none;
    opacity: 1.0;
}
/* Article Lister Template : Large */
.pl_large {
    padding-top: 8px;
}

    .pl_large .large-left, .pl_large .large-right {
        width: 100%;
        margin: 0;
        padding: 0;
        float: left;
    }

    .pl_large .large-left-first {
        width: 100%;
        margin: 0;
        padding: 0 0 15px;
        float: left;
    }

    .pl_large .large-right-first {
        width: 100%;
        float: left;
    }

    .pl_large .large-image-first {
        width: 100%;
        padding: 0 0 65% 0;
        margin: 0;
        background: no-repeat var(--horizontal-position) var(--horizontal-position);
        background-size: var(--image-size);
    }

    .pl_large .large-image {
        width: 100%;
        padding: 0 0 50% 0;
        margin: 0;
        background: no-repeat var(--horizontal-position) var(--horizontal-position);
        background-size: var(--image-size);
    }

    .pl_large .large-date {
        margin-top: 0;
    }

@media (min-width: 480px) {
    .pl_large .pl_col-sm-6 {
        width: 100%;
    }

    .pl_large .large-left, .pl_large .large-right {
        width: calc( 50% - 15px );
    }

    .pl_large .large-image {
        width: 90%;
        padding: 0 0 52% 0;
        margin: 0;
        background: no-repeat var(--horizontal-position) var(--horizontal-position);
        background-size: var(--image-size);
    }
}

@media (min-width: 768px) {
    .pl_large .large-left, .pl_large .large-left-first {
        width: 50%;
        margin: 0;
        padding: 0;
        float: left;
    }

    .pl_large .large-right, .pl_large .large-right-first {
        width: calc( 50% - 15px );
        margin-left: 15px;
        float: left;
    }

    .pl_large .large-image {
        padding: 0 0 90% 0;
    }

    .pl_large .large-image-first {
        width: 95%;
        padding: 0 0 65% 0;
    }

    .pl_large .large-date {
        margin-top: 15px;
    }

    .pl_large .pl_col-sm-6 {
        width: calc( 50% - 15px );
    }
}

@media (min-width: 1023px) {
    .pl_large .large-date {
        margin-top: 30px;
    }
}
/* Article Lister Template : Blog */
.pl_blog .pl_col-sm-1, .pl_blog .pl_col-sm-2, .pl_blog .pl_col-sm-3, .pl_blog .pl_col-sm-4, .pl_blog .pl_col-sm-5, .pl_blog .pl_col-sm-6, .pl_blog .pl_col-sm-7, .pl_blog .pl_col-sm-8, .pl_blog .pl_col-sm-9, .pl_blog .pl_col-sm-10, .pl_blog .pl_col-sm-11, .pl_blog .pl_col-sm-12 {
    padding: 0;
}

.pl_blog {
    width: 100%;
    margin: 0;
}

    .pl_blog p {
        display: inline;
    }

    .pl_blog a, .pl_blog a:link, .pl_blog a:hover, pl_blog a:active, .pl_blog a:visited {
        color: #00005c;
    }

.blog-image {
    width: 100%;
    height: 135px;
    overflow: hidden;
}

    .blog-image > img {
        /*display: block;*/
        height: 100%;
        object-fit: var(--image-size);
        object-position: var(--horizontal-position) var(--vertical-position);
        transform: scale(1);
        transition: all .5s ease;
        width: 100%;
    }

        .blog-image > img:hover {
            transform: scale(1.1);
        }

@media (min-width:480px) {
    .blog-image {
        height: 165px;
    }
}

.pl_blogwide .blog-image {
    float: left;
    margin-right: 8px;
    border: 8px solid #cecece;
    width: 117px;
    height: 117px;
}

@media (min-width:480px) {

    .pl_col-sm-12 .pl_blogwide .blog-image {
        width: 216px;
        height: 117px;
    }
}

.pl_flip {
    font-size: 1.8rem;
    position: absolute;
    bottom: 14px;
    right: 8px;
}

.pl_scroll10 {
    overflow-y: scroll;
    height: 200px;
}

.blog blockquote p {
    line-height: 1.25;
    font-size: 20px;
}

.blog ol {
    list-style-type: decimal;
}

.blog ol, .blog ul {
    margin: 0 0 1.5em 2em;
}

.blog-share ul {
    margin: 0 0 1.5em 0em;
}
/* post-lister */
.pl_filter, .pl_year {
    color: #bfbfbf;
    font-size: 1.8rem;
    line-height: 2.0rem;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 700;
}

    .pl_filter ul, .pl_year ul {
        margin: 0 !important;
        padding: 0 !important;
        text-align: center;
    }

    .pl_filter li a, .pl_year li a {
        display: block;
        color: #555;
        margin: 0 !important;
        padding: 3px !important;
        transition: color 250ms ease-in-out;
    }

    .pl_filter li.active a, .pl_filter li:hover a, .pl_year li:hover a, .pl_year li.active a {
        cursor: pointer;
        color: #0073E6;
        transition: color 250ms ease-in-out;
    }

    .pl_filter li::after, .pl_year li::after {
        position: absolute;
        display: block;
        content: '';
        left: 0;
        right: 0;
        bottom: -7px;
        width: 100%;
        height: 2px;
        transform: scale(0, 1);
        background-color: #bfbfbf;
        transform-origin: center;
    }

    .pl_filter li.active, .pl_filter li.hover, .pl_year li.hover, .pl_year li.active {
        color: #0073E6;
        cursor: pointer;
    }

    .pl_filter ul, .pl_year ul {
        list-style-type: none;
        width: 100%;
    }

        .pl_filter ul li, .pl_year ul li {
            position: relative;
            display: inline-block;
            margin: 5px 5px 5px 7px;
            padding: 0 !important;
        }

    .pl_filter li.active::after, .pl_filter li:hover::after, .pl_year li:hover::after, .pl_year li.active::after {
        background-color: #0073E6;
        transform: scale(1, 1);
        transition: all 200ms ease-in-out;
        transform-origin: center;
    }

    .pl_year.dropdown {
        width: 162px;
    }

.pl_grid .bigimage-image, .alslider .bigimage-image {
    width: 100%;
    aspect-ratio: var(--article-lister-aspect-ratio);
    background: no-repeat var(--horizontal-position) var(--vertical-position);
    background-size: var(--image-size);
    z-index: 10;
    transform: none !important;
}

.pl_grid .bigimage-summary, .alslider .bigimage-summary {
    height: 100%;
}
/* article lister - newsroom-list */
.pl_newsroom .large-desc {
    line-height: 20px;
    line-height: 2rem;
    display: inline;
}

.pl_gray, .pl_gray a, .pl_gray p {
    color: #00005c;
    font-weight: 400;
}

.pl_grid .pl_newsroom-image {
    background-position: center;
    background-size: cover;
    display: inline;
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 20px;
}

.pl_newsroom h2 {
    padding: 4px 0 10px 0;
}

.pl_newsroom .pl_newsroom-content {
    padding: 2px 0 0 0;
    border-bottom: 2px solid white;
}

    .pl_newsroom .pl_newsroom-content p {
        padding: 0;
    }
/* AL: Filterbox */
.pl_box-wrapper {
    background-color: #eeeeee;
}

    .pl_box-wrapper .pl_box-heading, .pl_box .pl_fb_info {
        background-color: #0073E6;
        color: white;
        font-size: 2.2rem;
        line-height: 2.4rem;
        font-weight: 700;
        padding: 4px 8px 8px 8px;
    }

.pl_box .pl_fb_info {
    width: 100%;
    text-align: center;
    color: black;
    background-color: #cecece;
    margin-bottom: 4px;
}

.pl_box-wrapper .pl_search {
    margin: 0;
    width: 100%;
}

    .pl_box-wrapper .pl_search form {
        display: block;
    }

    .pl_box-wrapper .pl_search input[type=text] {
        width: calc( 100% - 36px );
        padding: 4px 4px 8px 8px;
    }

.pl_box-wrapper .pl_fb {
    float: left;
    width: 100%;
}

.pl_box-wrapper .pl_fb_header {
    font-size: 1.8rem;
    line-height: 2.0rem;
    padding: 4px 8px 8px 8px;
    background-color: #cecece;
    color: black;
    width: 100%;
    position: relative;
    text-align: left;
    border: none;
}

.pl_fb_header .pl_fb_collapse {
    float: right;
    color: white;
    padding: 2px 8px 4px 8px;
    border-radius: 15px;
    font-weight: 700;
    background-color: #0073E6;
    cursor: pointer;
}

.pl_box-wrapper .pl_fb_cb {
    padding: 2px;
    width: 100%;
    float: left;
}

.ishover .pl_box-wrapper .pl_fb_cb:hover {
    background-color: #c0c0c0;
    cursor: pointer;
}

.ishover .loading .pl_fb_cb:hover {
    cursor: default;
}

.pl_box-wrapper .pl_fb_cb input[type=checkbox] {
    display: block;
    float: left;
    margin: 4px;
    width: 8%;
}

.pl_box-wrapper .pl_fb_cb div {
    padding: 0;
    font-size: 1.8rem;
    line-height: 2.0rem;
    float: left;
    width: 86%;
}

    .pl_box-wrapper .pl_fb_cb div label.pl_fb_title {
        display: block;
        float: left;
    }

.pl_box-wrapper .pl_fb_cb.pl_fb_right div label.pl_fb_title, .pl_box-wrapper .pl_fb_cb.pl_fb_btnright div label.pl_fb_title {
    max-width: calc( 100% - 30px );
}

.pl_box-wrapper .pl_fb_cb.pl_fb_right div span.pl_fb_num {
    display: block;
    float: right;
}

.pl_box-wrapper .pl_fb_cb.pl_fb_btn div span.pl_fb_num {
    display: block;
    float: left;
    background-color: #cecece;
    color: #000;
    border-radius: 8px;
    margin-left: 4px;
}

.pl_box-wrapper .pl_fb_cb.pl_fb_btnright div span.pl_fb_num {
    display: block;
    float: right;
    background-color: #cecece;
    color: #000;
    border-radius: 8px;
    margin-left: 4px;
}

@media (min-width: 480px) {
    .pl_grid .pl_box.pl_col-sm-9 {
        width: calc( 50% - 15px );
    }

        .pl_grid .pl_box.pl_col-sm-9 .pl_col-sm-4 {
            width: 100%;
        }
}

@media (min-width: 768px) {
    .pl_grid .pl_box.pl_col-sm-9 {
        width: calc( 66.666% - 15px );
    }

        .pl_grid .pl_box.pl_col-sm-9 .pl_col-sm-4 {
            width: calc( 50% - 15px );
        }
}

@media (min-width: 1025px) {
    .pl_grid .pl_box.pl_col-sm-9 {
        width: calc( 75% - 15px );
    }

        .pl_grid .pl_box.pl_col-sm-9 .pl_col-sm-4 {
            width: calc( 33.333% - 15px );
        }
}

.section .pl_fb_usersel {
    width: 100%;
    font-size: 1.8rem;
    line-height: 2.0rem;
    padding: 0;
}

    .section .pl_fb_usersel div, .pl_grid .pl_item_terms span {
        display: inline-block;
        padding: 2px 8px 2px 8px;
        margin: 8px 4px 0 4px;
        background-color: #fff;
        color: #0073E6;
    }

.pl_item_terms.topabs {
    position: absolute;
    z-index: 15;
    top: 0;
    left: -2px;
    right: 8px;
}

.pl_item_terms.below span {
    display: table;
}

.ishover .pl_fb_usersel div:hover {
    cursor: pointer;
}

.ishover .loading .pl_fb_usersel div:hover {
    cursor: default;
}

.pl_fb_x {
    font-size: 1.4rem;
    position: relative;
    left: 4px;
    display: inline-block;
    width: 19px;
    height: 19px;
    top: -1px;
}

/* template: blog left image */
/* show_terms */
.pl_grid .pl_item_terms {
    font-size: 1.3rem;
    line-height: 1.5rem;
}
/* single-blog */

.blog-expert-grid {
    display: grid;
    grid-template-columns: minmax(100px, 1fr) 11fr;
    column-gap: 20px;
}

    .blog-expert-grid .exc_imgcon .exc_img {
        width: 100%;
    }

.blog-article .blog-detail .wp-post-image {
    border-radius: 50%;
    width: 10%;
    float: left;
    margin: 0 15px 2px 0;
}

.blog-article .article-expert {
    background-color: #f2f2f2;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog-article .expert-detail .wp-post-image {
    border-radius: 50%;
    min-width: 78px;
    max-width: 78px;
    float: left;
    margin: 0 15px 2px 0;
}

.blog-article .header__banner-cta {
    min-width: 100%;
    padding: 0 20px 30px 0;
    float: right;
}

    .blog-article .header__banner-cta .grid-offset-6 {
        margin-left: 0px;
    }

    .blog-article .header__banner-cta .grid-col-6 {
        float: right;
        width: 100%;
    }

.blog-article .rel-col-3 {
    float: left;
    display: block;
    width: calc( 50% - 20px );
    margin: 0px 20px 0 0;
}

.blog-article .rel-blog-3, .blog-article .rel-blog-4 {
    display: none;
}

.blog-article .expert-related {
}

    .blog-article .expert-related .pl_col-sm-9 {
        margin: 0px 10px 16px 0;
    }

.blog-article h3 {
    padding-top: 15px;
}

.blog-article .blog-detail {
    font-size: 1.0em;
    padding-top: 8px;
}

    .blog-article .blog-detail blockquote {
        padding: 0;
        margin: 0;
    }

        .blog-article .blog-detail blockquote p {
            font-size: 1.8rem;
            padding: 0 0 15px 0;
            margin: 0;
        }

        .blog-article .blog-detail blockquote strong {
            font-size: 1.8rem;
            padding: 0;
            margin: 0;
        }

@media (min-width: 768px) {
    .blog-article .blog-detail blockquote p {
        padding: 0 150px 15px 150px;
        font-size: 1.9rem;
        line-height: 2.4rem;
        color: #0073E6;
    }

    .blog-article .blog-detail blockquote strong {
        font-size: 1.9rem;
        line-height: 2.4rem;
        padding: 0;
        margin: 0;
        color: #0073E6;
    }
}


.blog-article .blog-share {
    margin-top: 20px;
}


    .blog-article .blog-share h2 {
        padding-bottom: 8px;
    }

    .blog-article .blog-share ul li {
        float: left;
        display: block;
        margin-right: 4px;
        margin-left: 0px;
    }

@media (min-width: 576px) {
    .blog-article .expert-all {
        text-align: right;
    }
}

.blog-article .expert-all a, .blog-article .experts-all a {
    font-size: 0.9em;
}

.blog-article .expert-job, .blog-article .expert-follow {
    margin-bottom: 4px;
}

.blog-article .hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 8px 0 10px 0;
    padding: 0;
    background: #ddd;
}

.blog-article .rel-title {
    margin-top: 8px;
}

    .blog-article .rel-title a, .blog-article .rel-title a:hover, .blog-article .rel-title a:link, .blog-article .rel-title a:active {
        color: #666;
    }

.blog-article .rel-image {
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    background: no-repeat center top;
    background-size: cover;
}

.expert-article .expert-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: no-repeat center top;
    background-size: cover;
    border-radius: 50%;
}

.blog-article ol {
    list-style-position: inside;
    list-style-type: decimal;
    margin-left: 0;
}

    .blog-article ol ol {
        margin-left: 20px;
        list-style-type: lower-alpha;
    }

.blog-article .blog-relcon ul {
    padding-bottom: 24px;
}

.expert_content .article__content {
    padding-top: 20px;
}

.expert-related a, .expert-related a:link, .expert-related a:active, .expert-related a:hover, .expert-related *[role=link] {
    color: #0073E6;
}

.expert-related .blog-relcat {
    margin-top: 15px;
}

@media (min-width: 480px) {
    .expert-related .blog-relcat {
        margin-top: 0;
    }

    .blog-article .expert-related .pl_col-sm-9 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .blog-article .expert-related .pl_col-sm-9 {
        margin: 0;
        width: 75%;
    }

    .blog-article .expert-related .pl_col-sm-3 {
        width: 25%;
    }

    .blog-article .blog-detail .wp-post-image {
        max-width: 10%;
    }

    .blog-article .header__banner-cta {
        width: 100%;
    }

    .blog-article .grid-offset-6 {
        margin-left: 0px;
    }

    .blog-article .header__banner-cta .grid-col-6 {
        width: 100%;
    }

    .blog-article .rel-col-3 {
        width: calc( 33.3333% - 20px );
    }

    .blog-article .rel-blog-3 {
        display: block;
    }

    .blog-article .expert-all .grid-col-6 {
        margin-left: 150px;
    }
}

@media (min-width: 1023px) {
    .blog-article .rel-blog-4 {
        display: block;
    }

    .blog-article .rel-col-3 {
        width: calc( 25% - 20px );
    }
}

.cap {
    text-transform: capitalize;
}

@media (min-width: 1025px) {
    .blog-article .header__banner-cta .grid-offset-6 {
        margin-left: 0px;
    }

    .blog-article .header__banner-cta .grid-col-6 {
        width: 100%;
    }
}
/* single expert */


/* pwd screen */
.post-password-form input {
    width: 200px;
}

.post-password-form label {
}

.post-password-form label {
    margin-top: 10px;
    float: left;
    display: block;
    font-weight: 400;
}

.post-password-form input[type=submit] {
    margin-top: 37px;
    margin-left: 10px;
    display: block;
    float: left;
    width: 100px;
}

.post-password-form input[type=password] {
    margin-top: 10px;
}

.post-password-form p {
    font-weight: 700;
}

.post-password-form {
    margin-top: 40px;
    width: 50%;
    margin-left: 30%;
    padding-bottom: 150px;
}

/* Salesforce */
div[style*=atos-website-global-visibility] {
    display: none !important;
}
/* Header & Footer generic styling */
header.header a, footer.footer a {
    text-decoration: none;
}
footer.footer .footer__social a {
    color: #fff;
    font-weight: 600;
}

header.header a:hover, footer.footer a:hover, .ismobile header.header a, .ismobile footer.footer a {
    text-decoration: underline;
}

/***********************************
    Global Header styling
*************************************/
header.header {
    padding: 0 var(--content-padding);
}

/* default colors */
header .wrapper, header .wrapper button, header .wrapper a {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: var(--atos-dark-blue);
}
/*
a:focus-visible, button:focus-visible, *[role=link]:focus-visible, *[role=button]:focus-visible,
header a:focus-visible, header button:focus-visible, header *[role=link]:focus-visible, header *[role=button]:focus-visible,
footer.footer a:focus-visible, footer.footer button:focus-visible, footer.footer *[role=link]:focus-visible, footer.footer *[role=button]:focus-visible 
*/

*:focus-visible, html .vc_tta.vc_general .vc_tta-tab > a:focus-visible {
    /*outline: 0;*/
    outline-color: var(--focus-visible-color);
    outline-width: 2px;
    outline-offset: 2px;
    outline-style: solid;
}



li.hm0 > button::after:focus-visible {
    outline: 0;
}

.hm_v a:focus-visible {
    display: inline-block;
}

.dmswitch:focus-visible {
    outline-offset: 4px;
}

#main-menu-button:focus-visible {
    outline-offset: 8px;
}

#header-search:focus-visible {
    outline-offset: -2px;
}

.outlineinside {
    outline-offset: -3px;
}

/* IE Focus */
html .isie a:focus, html .isie button:focus, html .isie *[role=link]:focus, html .isie *[role=button]:focus, html .isie a:focus > img.aligncenter {
    outline-color: #00005c;
}

.isie a:focus, .isie button:focus, .isie *[role=link]:focus, .isie *[role=button]:focus,
.isie header.header a:focus, .isie header.header button:focus, .isie header.header *[role=link]:focus, .isie header.header *[role=button]:focus,
.isie footer.footer a:focus, .isie footer.footer button:focus, .isie footer.footer *[role=link]:focus, .isie footer.footer *[role=button]:focus,
a:focus > img.aligncenter {
    /*outline: 0;*/
    outline-color: #cccccc;
    outline-width: 2px;
    outline-offset: 2px;
    outline-style: solid;
}

/* WAI */
.wai-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.lity-close:focus-visible {
    outline: 2px solid #0073E6 !important;
}

rs-layer:not(.rs-wtbindex):focus-visible, .rs-layer:not(.rs-wtbindex):focus-visible, rs-alyer:focus-visible :not(.rs-wtbindex), .rs-layer:focus-visible :not(.rs-wtbindex) {
    outline: 2px solid #0073E6 !important;
}

header rs-layer:not(.rs-wtbindex):focus-visible, header .rs-layer:not(.rs-wtbindex):focus-visible, header rs-alyer:focus-visible :not(.rs-wtbindex), header .rs-layer:focus-visible :not(.rs-wtbindex) {
    outline: 2px solid #ffffff !important;
}

header.header a:focus-visible, footer.footer a:focus-visible {
    text-decoration: underline;
}

html .n2-ss-slider .n2-ow-all a:focus-visible {
    outline: 2px solid white !important;
}

.bg_dark-grey *:focus-visible, .bg_dark-blue *:focus-visible {
    outline-color: #ffffff;
}

html .wai-outline-offset:focus-visible {
    outline-offset: -2px;
}

html .wai-outline-white:focus-visible, #cp a, #cp button {
    outline-color: #ffffff;
}

.vc-hoverbox.hover .vc-hoverbox-front {
    transform: rotateY(-180deg)
}

.vc-hoverbox.hover .vc-hoverbox-back {
    transform: rotateY(0)
}

@media (min-width: 1025px) {
    .header__main-nav .hm1 div h2, .header__main-nav .hm1 div h2 a {
        color: #fff;
        font-weight: 600;
        padding-top: 0;
    }

    .header__main-nav .hm1 div.hm_v h2, .header__main-nav .hm1 div.hm_v a {
        color: #00005c;
    }

    .header__main .header__main-nav .hm2 a,
    .header__main .header__main-nav .hm_c a,
    .header__main .header__main-nav .hm_c button,
    .header__main .header__main-nav .hm_c h1,
    .header__main .header__main-nav .hm_c h2 {
        color: #fff;
    }
}

header.header .wrapper {
    z-index: 60;
    text-align: right;
}

a.header__main-logo {
    float: left;
}

    a.header__main-logo > img {
        height: 46px;
    }

.logo_color, .logo_white, .logo_darkmode {
    display: none;
}
/* TOP MENU STYLING */
#localized > ul {
    display: inline-block;
    padding: 9px 10px 4px 0;
    /*height: 72px;*/
    /*z-index: 60;*/
}

.lp_content #top-menu {
    height: 48px;
}

#top-menu > li {
    position: relative;
    display: inline-block;
    padding: 8px 0 7px 24px;
}
#region > li {
    display: inline-block;
    padding: 8px 0 7px 4px;
}

#region .current {
    color: var(--atos-blue);
}

#region_btn, #region_btn button {
    color: var(--atos-blue);
}

#region li.lang-item {
    position: relative;
    display: inline-block;
    padding: 0 4px 0 4px;
    border-right: 2px solid var(--atos-dark-blue);
}
    #region li.lang-item:last-child {
        border-right: 0;
    }

    #top-menu .ismenu:before {
        content: '\02C5';
        position: relative;
        transform: scaleX(2.0);
        left: -12px;
        display: inline-block;
    }

#region button {
    background: 0;
    border: 0;
}

    #region button:hover {
        text-decoration: underline;
    }

    #region .ismenu:after {
        content: '\25BC';
        position: relative;
        transform: scale(0.8);
        right: -2px;
        display: inline-block;
        transition: all linear 0.5s;
    }
#region li.opened .ismenu::after {
    transform: rotate(180deg) scale(0.8);
    /*content: '\25B2';*/
}

#region-select {
    display: none;
    position: absolute;
    background-color: var(--atos-light-grey);
    right: 0;
    width: 600px;
    z-index: 99;
    padding: 20px;
    color: var(--atos-dark-blue);
    top: 46px;
    border: 1px solid var(--atos-dark-blue);
}
    #region-select .regioncol {
        float: left;
    }

    #region-select .regioncol:nth-child(2n) {
        padding-left: 30px;
    }

    #region-select img {
        float: left;
    }

    #region-select h2 {
        display: inline-block;
        padding-left: 6px;
    }

@media (max-width: 640px) {
    #region-select {
        overflow-y: scroll;
        height: calc(100vh - 60px);
    }
    #region-select .regioncol {
        width: 100%;
    }
    #region-select .regioncol:nth-child(2n) {
        padding-left: 0;
    }
}
@media (max-width: 640px){
    #region-select {
        width: 100%;
    }
}

#region-select h2 {
    color: var(--atos-dark-blue);
}

    #region-select .regioncol ul {
        padding-bottom: 15px;
    }

    #region-select footer {
        clear: both;
    }

    header.header button:not(.nolink) {
        cursor: pointer;
    }

@media (max-width: 480px) {
    #top-menu > li {
        padding: 8px 0 7px 18px;
    }
}

#top-menu > li:first-child {
    padding-left: 0;
    border-left: 0;
}

#top-menu li.country-menu, #top-menu li.lang-menu {
    position: static;
}

li.country-menu > button, li.lang-menu > button {
    position: relative;
    background-color: transparent;
    border: 0;
    padding-inline: 0;
    padding: 0 2px 0 24px;
    margin: 0;
}

li.country-menu.opened .submenu, li.lang-menu.opened .submenu, #region_btn.opened #region-select {
    display: block;
}

    li.country-menu .submenu, li.lang-menu .submenu {
        position: absolute;
        display: none;
        right: 0;
        margin-top: 5px;
        min-width: 120px;
        text-align: left;
        background-color: var(--atos-light-grey);
        z-index: 99;
        padding: 8px 14px;
    }

.country-menu .submenu li, .lang-menu .submenu li {
    display: block;
    margin: 0;
    padding: 5px;
}

.submenu a {
    text-decoration: none;
}


/* switch button */
button[role=switch] {
    display: inline-block;
    width: 52px;
    height: 25px;
    border-radius: 14px;
    background-color: #ffffff;
    border: 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

    button[role=switch]::before {
        content: "";
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #0f0f0f;
        position: absolute;
        top: 2.5px;
        left: 2.5px;
        z-index: 2;
    }

    button[role=switch][aria-checked=false]::before {
        left: 29px;
    }

/* Main Menu Desktop + Hamburger */
.liarrow {
    display: none;
}

.header__main {
    position: relative;
    display: block;
    width: 100%;
    background-color: transparent;
}

.header__main-nav {
    display: none;
    font-size: 1.8rem;
    line-height: 2.2rem;
}

    .header__main-nav button {
        position: relative;
        background-color: transparent;
        border: 0;
        padding-inline: 0;
        text-align: left;
    }

li.hm0 {
    display: inline-block;
}

header.header li.hm0 > a:hover {
    text-decoration: none;
}

li.hm0.opened > button::after {
    display: block;
}

li.hm0.opened > ul {
    display: block;
}

/*
    li.hm0 > button::after {
        position: absolute;
        content: '\25b2';
        display: none;
        top: 35px;
        left: 45%;
        transform: scale(2);
        transform-origin: center;
    }

    li.hm0 > button.openmenu::after {
        left: 48px;
    }
    */

ul > li.hm0 > ul {
    position: absolute;
    display: none;
    width: 100%;
    right: 0;
    top: 0;
    padding: 0;
    text-align: left;
    overflow: hidden;
    z-index: 5;
    min-height: 430px;
    max-height: 700px;
    background-color: #fcfcfc;
    margin: 0 auto;
}

/*
.header__main.stickytop ul > li.hm0 > ul {
    border-top: 0;
}
*/
ul > li.hm1 {
    position: static;
}

li.hm1.opened > button::after {
    display: block;
}

li.hm1.opened > div.hm_c {
    display: block;
}

li.hm1 > div {
    text-align: left;
}

    li.hm1 > div.hm_c {
        position: relative;
        width: 100%;
        background-color: #ffffff;
        padding: 8px 8px 0 8px;
        z-index: 7;
        display: none;
    }


    li.hm1 > div.hm_c, li.hm1 > div.hm_v {
        display: none;
    }

li.hm2 {
    padding-top: 5px;
    padding-bottom: 10px;
}

/* Main Menu Hamburger */
@media(max-width: 1024px) {
    #main-menu-button {
        position: relative;
        display: inline-block;
        content: '';
        top: 11px;
        width: 40px;
        height: 28px;
        border: 0;
        background: url(images/icon_menu.svg) center center no-repeat;
        background-size: cover;
        vertical-align: top;
        margin-right: 12px;
    }

    ul.header__main-nav.opened *[role=button]:focus-visible {
        outline-offset: -2px;
    }

    ul > li.hm0 > ul {
        min-height: 340px;
    }

    ul.header__main-nav.opened li.hm0 .liarrow {
        float: right;
        display: block;
    }

    ul.header__main-nav.opened li.hm1 .liarrow {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
    }

    ul.header__main-nav.opened li.haschildren .liarrow::after {
        position: relative;
        content: '\003e';
        color: #808080;
        top: -2px;
        right: 0;
        font-size: 32px;
    }

    ul.header__main-nav.opened li.hm1.haschildren .liarrow::after {
        top: 3px;
        right: 4px;
    }

    ul.header__main-nav.opened li.hm1.opened.haschildren .liarrow::after {
        right: 2px;
        top: 7px;
        content: '\02C5';
    }

    ul.header__main-nav.opened button:not(.nolink) {
        display: none;
    }

    ul.header__main-nav, ul.header__main-nav > li > ul {
        padding: 12px 0 0 0;
    }

        ul.header__main-nav.opened {
            position: absolute;
            top: 60px;
            right: 0;
            width: 280px;
            height: 350px;
            background-color: #fcfcfc;
            display: block;
            border: 1px solid #808080;
            overflow-y: scroll;
            scrollbar-width: thin;
            z-index: 99;
        }

    .header__main.stickytop ul.header__main-nav.opened {
        top: 88px;
        right: var(--content-padding);
        border-top: 0;
    }


    ul.header__main-nav.opened li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #eee;
        padding: 6px 20px 6px 20px;
        line-height: 2.2rem;
        text-align: left;
    }

        ul.header__main-nav.opened li:hover, ul.header__main-nav.opened .nolink {
            cursor: pointer;
        }

    li.hm1.goback {
        cursor: pointer;
        font-weight: 400;
        color: #808080;
    }

    li.hm0 {
        cursor: pointer;
    }

    ul.header__main-nav li.haschildren > a {
        text-decoration: none;
    }

    ul.header__main-nav.opened li.hm1.nomenu > a {
        text-decoration: underline;
    }

    ul.header__main-nav.opened div.hm_c.custom {
        display: none;
    }

    ul.opened li.hm0 {
        color: #0073E6;
        z-index: 8;
    }

    ul.opened li.hm1 {
        position: relative;
        width: 100%;
        color: #0073E6;
        border-bottom: 1px solid #eee;
        background-color: #fcfcfc;
        z-index: 8;
        text-align: left;
        line-height: 2.2rem;
    }

    ul.header__main-nav.opened li.hm1.haschildren > button.ismenu::after {
        right: -8px;
    }

    ul.header__main-nav.opened li.hm1.haschildren > button.openmenu {
        width: 0;
        position: absolute;
        right: 38px;
    }

        ul.header__main-nav.opened li.hm1.haschildren > button.openmenu > span {
            width: 0;
        }

        ul.header__main-nav.opened li.hm1.haschildren > button.openmenu::after {
            right: -22px;
            left: unset;
            top: -4px;
        }

    ul.header__main-nav.opened li.hm1.haschildren.opened > button.openmenu::after {
        top: -24px;
    }

    ul.header__main-nav.opened div.hm_c > ul > li, ul.opened div.hm_c ul li.algrid-item {
        display: list-item;
        border-bottom: 1px solid #eee;
        list-style: disc;
        font-size: 1.8rem;
        line-height: 2.0rem;
        margin-left: 9px;
        padding: 5px 0 5px 0 !important;
    }

        ul.header__main-nav.opened div.hm_c > ul > li:last-child, ul.opened div.hm_c ul li.algrid-item:last-child {
            border-bottom: 0;
        }

        ul.header__main-nav.opened div.hm_c > ul > li a {
            font-size: 1.8rem;
            line-height: 2.0rem;
        }

    ul.header__main-nav li.hm1.nomenu {
        font-weight: 600;
    }

    ul.header__main-nav li.hm2.nomenu.nolink {
        display: none;
    }

    ul.header__main-nav.opened > li > ul li ul li ul {
        display: none;
    }
}

/* Main Menu Desktop */
@media (min-width: 1025px) {
    #main-menu-button {
        display: none;
    }

    li.hm1 a:focus-visible, li.hm1 button:focus-visible, li.hm1 *[role=link]:focus-visible, li.hm1 *[role=button]:focus-visible {
        outline-color: #333333;
    }

    div.hm_c a:focus-visible, div.hm_c button:focus-visible, li.hm2 a:focus-visible, li.hm2 button:focus-visible {
        outline-color: #ffffff;
    }
    /*
    .lp_content .header__main-nav {
        padding: 20px 0 0 0;
    }
        */
    ul.header__main-nav {
        display: inline-block;
        padding: 14px 0 0 0;
        vertical-align: top;
    }
    /* reduce for breadcrumb
    .header__main-nav > li {
        padding: 0 12px 32px;
    }
    */
    .header__main-nav > li {
        position: static;
        padding: 0 12px 31px 20px;
    }

    /*, li.hm1 > a::after */
    li.hm1 > button::after {
        position: absolute;
        content: '\25b6\00fe0e';
        display: none;
        top: 0;
        right: -33px;
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        z-index: 53;
        color: #ffffff;
    }

    li.hm0 > a {
        position: relative;
        display: block;
    }

        li.hm0 > a.hasmenu {
            float: right;
        }

    li.hm0 > button.nolink::after {
        display: block;
    }

    li.hm0 > button.nolink::after, li.hm0 > a::after {
        position: absolute;
        content: '';
        border-bottom: 3px solid #00005c;
        left: 0;
        width: 0;
        height: 12px;
        opacity: 0;
        transition: width 0.3s ease-in-out;
    }

    .ismobile li.hm0 > button.nolink::after, .ismobile li.hm0 > a::after {
        border-bottom: 0;
        transition: none;
    }

    li.hm0:hover > button.nolink::after, li.hm0:hover > a::after {
        opacity: 1;
        width: 100%;
    }

    li.hm0:hover > a::after {
        height: 34px;
    }
    /*
    .header__main.stickytop li.hm0:hover > a.hasmenu::after {
        height: 0;
    }
    .header__main.stickytop li.hm0:hover > button.nolink::after {
        height: 0;
    }
    */
    .header__main .header__main-nav > li:first-of-type {
        padding-left: 20px;
    }

    .header__main-nav button.openmenu > span {
        width: 1px;
        overflow: hidden;
        visibility: hidden;
        display: inline-block;
        vertical-align: bottom;
    }

    ul > li.hm0 > ul {
        top: 67px;
        max-width: 1440px;
        margin: 0 auto;
        border: 1px solid #808080;
    }

    .goback {
        display: none;
    }

    ul > li.hm1 > button, ul > li.hm1 > a {
        text-align: right;
    }

    .header__main-nav button > span {
        display: inline-block;
        transform: scaleX(2);
        text-align: center;
    }

    .nolink.ismenu {
        position: relative;
        display: inline-block;
        padding: 0 2px 0 0;
    }

        .nolink.ismenu:focus, .nolink.ismenu[aria-expanded=true], .ismobile .nolink.ismenu {
            padding: 0 2px 0 20px;
        }

    #main-menu li.hm0 > .ismenu:focus:before, #main-menu li.hm0 > .ismenu[aria-expanded=true]:before, .ismobile #main-menu li.hm0 > .ismenu:before {
        content: '\02C5';
        position: relative;
        transform: scaleX(2.0);
        left: -12px;
        display: inline-block;
    }

    .header__main-nav li.hm0 > button.openmenu:focus, .header__main-nav li.hm0 > button[aria-expanded=true].openmenu, .ismobile .header__main-nav li.hm0 > button.openmenu {
        margin-right: 8px;
        width: 20px;
        text-align: center;
    }

    .header__main-nav li.hm1 > button.openmenu:focus, .header__main-nav li.hm1 > button[aria-expanded=true].openmenu, .ismobile .header__main-nav li.hm1 > button.openmenu {
        margin-left: 8px;
    }

        .header__main-nav li.hm1 > button.openmenu:focus > span, .header__main-nav li.hm1 > button[aria-expanded=true].openmenu > span, .ismobile .header__main-nav li.hm1 > button.openmenu > span,
        .header__main-nav li.hm0 > button.openmenu:focus > span, .header__main-nav li.hm0 > button[aria-expanded=true].openmenu > span, .ismobile .header__main-nav li.hm0 > button.openmenu > span {
            width: 14px;
            overflow: visible;
            visibility: visible;
        }

    li.hm0.opened > ul, li.hm0.opened > a::after, li.hm0.opened > button::after,
    li.hm0.opened li.hm1[data-index="0"] > div.hm_c, li.hm0.opened li.hm1[data-index="0"] > div.hm_v,
    li.hm1.opened > div.hm_c, li.hm1.opened > div.hm_v {
        display: block;
    }

    li.hm1.opened > a::after {
        display: none;
    }

    li.hm1.opened > button {
        position: relative;
    }

        li.hm1.opened > button::after {
            display: block;
        }

    li.hm1.nomenu {
        display: none;
    }

    li.hm2.nomenu, li.hm2.nomenu a, li.hm2:first-of-type, li.hm2:first-of-type a, .hm_c > ul > li:first-of-type, .hm_c > ul > li:first-of-type a {
        font-size: 2.0rem;
        font-weight: 600;
        line-height: 2.2rem;
    }


    li.hm1 > div.hm_c {
        position: absolute;
        width: 28%;
        left: 30%;
        height: 100%;
        top: 0;
        background-color: #00005c;
        padding: 20px 8px 20px 26px;
        z-index: 7;
        display: none;
    }

        li.hm1 > div.hm_c button {
            text-align: left;
            padding: 0 !important;
            font-size: 2.0rem;
            font-weight: 600;
        }

    li.hm1 > div.hm_v {
        position: absolute;
        width: 42%;
        right: 0px;
        height: 100%;
        top: 0;
        background-color: #fcfcfc;
        z-index: 6;
        padding: 20px 20px 20px 20px;
        color: #00005c;
        display: none;
    }

        li.hm1 > div.hm_v > div {
            max-width: 460px;
        }

    li.hm1 > a::after, li.hm1 > span::after {
        right: -32px;
    }

    li.hm1 {
        width: 30%;
        border-bottom: 1px solid #eee;
        padding: 8px 20px 8px 4px;
        background-color: #fcfcfc;
        text-align: right;
        z-index: 8;
    }
}

@media (min-width: 1060px) {
    .header__main .header__main-nav > li:first-of-type {
        padding-left: 75px;
    }
}

@media (min-width: 1105px) {
    .header__main .header__main-nav > li:first-of-type {
        padding-left: 120px;
    }
}

@media (min-width: 1280px) {
    .header__main {
        margin: 0;
    }
}

/* Main Menu Search */
#header-search, #gs-form button, #search-submit {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-image: url("images/icon_search-blue.svg");
    vertical-align: top;
}

.openmenu {
    padding: 0;
    margin: 0;
}

.isnotie li.hm1.opened > a, .isnotie li.hm1.opened > button {
    font-weight: 600;
}
/*
.header__main.stickytop li.hm0 > a::after, .header__main.stickytop li.hm0 > button::after {
    color: #808080;
    top: 39px;
}
*/
@media (min-width: 940px) {
    li.hm0 > ul h2, li.hm0 > ul h2 > a, li.hm0 > ul h1, li.hm0 > ul h1 > a, li.hm0 > ul a > h1 {
        font-size: 2.0rem;
        line-height: 2.4rem;
    }

    li.hm1 > a::after, li.hm1 > span::after {
        right: -34px;
    }
}

@media (min-width: 1140px) {
    li.hm1 > a::after, li.hm1 > span::after {
        right: -36px;
    }
}
/* Header Menu Search */
#form__global-search {
    display: none;
    position: absolute;
    color: #00005c;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 56;
    right: 0px;
    top: 0;
}

    #form__global-search.opened {
        display: block;
        width: 100%;
        padding-bottom: 17px;
    }

.header__main.stickytop #form__global-search.opened {
    width: calc( 100% - 20px );
    padding-bottom: 17px;
    border-bottom: 1px solid #808080;
}

#search-submit {
    position: absolute;
    top: 0;
    right: 0;
}

#form__global-search .global-search__field {
    opacity: 0;
    position: relative;
    height: 50px;
    display: inline-block;
    color: #00005c;
    left: 0px;
    border: 0;
    background-color: #fff;
    border-radius: 0;
    padding: 0 0 0 16px;
    outline: 0;
    right: 50px;
}

    #form__global-search .global-search__field:visited {
        background-color: #fff;
    }

#form__global-search.opened .global-search__field {
    opacity: 1;
    visibility: visible;
    font-size: 1.8rem;
    line-height: 2.0rem;
    width: 100%;
    color: var(--atos-dark-blue);
    border: 1px solid var(--atos-dark-blue);
    background-color: var(--atos-light-grey);
}

.header__main.stickytop #form__global-search.opened .global-search__field::placeholder {
    color: var(--atos-dark-blue);
}

.header__main.stickytop #form__global-search.opened .global-search__field:-ms-input-placeholder {
    color: var(--atos-dark-blue);
}

.header__main.stickytop #form__global-search.opened .global-search__field::-ms-input-placeholder {
    color: var(--atos-dark-blue);
}



#form__global-search label[for=s] {
    display: none;
}

.header__main.stickytop #form__global-search {
    right: var(--content-padding);
    top: 20px;
}

#form__global-search.opened button {
    background-image: url("images/icon_search-blue.svg");
}

@media(min-width:640px) {
    .header__main #form__global-search.opened, .header__main.stickytop #form__global-search.opened {
        width: 450px;
    }
}

@media(min-width:768px) {
    .header__main #form__global-search.opened, .header__main.stickytop #form__global-search.opened {
        width: 550px;
    }
}

@media(min-width:940px) {
    .header__main #form__global-search.opened,
    .header__main.stickytop #form__global-search.opened {
        width: 650px;
    }
}

@media (min-width: 1025px) {
    #form__global-search {
        right: 0;
    }
}
/* All hover states need to be prefixed by .ishover !!! */
.ishover li.country-menu:hover .submenu, .ishover li.lang-menu:hover .submenu, .ishover li.country-menu:hover #dd {
    display: block;
}

.ishover li.country-menu .submenu a:hover {
    color: #FFFFFF;
}

@media(min-width:1025px) {
    .ishover li.hm0:hover li.hm1[data-index="0"] > div.hm_c,
    .ishover li.hm0:hover li.hm1[data-index="0"] > div.hm_v {
        display: block;
    }

    .ishover li.hm0:hover li.hm1[data-index="0"] > a::after,
    .ishover li.hm0:hover li.hm1[data-index="0"] > span::after {
        display: block;
    }

    .ishover li.hm0:hover li.hm1:hover > div.hm_c {
        z-index: 52;
        display: block;
        overflow: auto;
    }

    .ishover li.hm0:hover li.hm1:hover > button::after, .ishover li.hm0:hover li.hm1:hover > a::after {
        display: block;
    }

    .ishover li.hm0:hover > ul,
    .ishover li.hm0:hover > button::after,
    .ishover li.hm1:hover > div.hm_c,
    .ishover li.hm1:hover > div.hm_v,
    .ishover li.hm1:hover > a::after,
    .ishover li.hm1:hover > button::after {
        display: block;
    }

    /*
    .ishover li.hm0.nochildren:hover > a::after,
    .ishover li.hm0.nochildren:hover > button::after {
        display: none;
    }
    */
}
/* above is ie11 fix (copy of all hover states including prefix .ishover)*/
.header__bg {
    display: none;
}

    .header__main.stickytop, .header__bg.stickytop {
        background: #fff;
        height: 88px;
        margin: 0 auto;
        border-bottom: 1px solid #808080;
        left: 0;
        right: 0;
        position: fixed;
        top: 0px;
        padding: 20px var(--content-padding);
        display: block;
        z-index: 55;
    }


.header__main.stickytop {
    max-width: 1520px;
}

    .header__main.stickytop .header__main-menu {
        padding-top: 12px;
    }

@media only screen and (max-width: 1024px) {
    .header__main.stickytop .header__main-nav .header__main-menu.opened {
        display: block;
        background-color: #fff;
        padding-left: 25px;
        margin-top: -10px;
        margin-left: -1px;
        border: 1px solid #bebebe;
        border-top: none;
    }
}

body .header__main.stickytop li.hm0 ul {
    top: 0;
}

@media (min-width:1025px) {
    body .header__main.stickytop li.hm0 > ul {
        left: 0px;
        top: 87px;
        width: calc( 100% - 80px );
        max-width: 1520px;
    }
}

@media only screen and (max-height: 500px) {
    body .header__main.stickytop {
        height: 62px;
        padding: 8px 20px 0 20px;
    }

    body .header__bg.stickytop {
        height: 62px;
        padding: 8px 0 0 0;
    }

    .lp_content .header__main.stickytop .header__main-nav {
        padding: 10px 40px 0 0;
    }

    .header__main.stickytop #main-menu-button {
        top: 16px;
    }

    .header__main.stickytop ul.header__main-nav.opened {
        top: 62px;
    }

    body .header__main.stickytop #form__global-search {
        top: 5px;
    }

    body .header__main.stickytop .header__main-nav .header__main-menu.opened {
        margin-top: -24px;
    }
}

@media only screen and (max-height: 500px) and (max-width:1024px) {
    .header__main-nav.opened {
        max-height: calc( 100vh - 140px );
    }

    .header__main.stickytop .header__main-nav.opened {
        max-height: calc( 100vh - 80px );
    }
}

@media only screen and (max-height: 500px) and (min-width:768px) {
    body .header__main.stickytop {
        padding: 8px 40px 0 40px;
    }
}
/* toggle button */
.tb {
    display: inline-block;
    position: relative;
    width: 78px;
    box-sizing: border-box;
}

    .tb > div:before {
        position: absolute;
        right: 0;
        bottom: 0;
        color: #d7e3e3;
        font-size: 12px;
        line-height: 1;
        padding: 5px;
    }

    .tb > div, .tb_knobs, .tb_layer {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .tb > div > div {
            position: relative;
            top: 50%;
            width: 74px;
            height: 36px;
            margin: -20px auto 0 auto;
            overflow: hidden;
        }

        .tb > div > div, .tb_layer {
            border-radius: 100px;
        }

    .tb .tb_checkbox {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        opacity: 0;
        cursor: pointer;
        z-index: 3;
    }

.tb_knobs {
    z-index: 2;
}

.tb_layer {
    width: 100%;
    background-color: #808080;
    transition: 0.3s ease all;
    z-index: 1;
}

.tb_knobs:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 20px;
    height: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #f2f2f2;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

li.hide > .tb .tb_layer, li.hide > .tb .tb_knobs:before, li.hide > .tb .tb_knobs, .tb_knobs:before, li.hide > .tb .tb_layer {
    transition: none !important;
}

.tb .tb_checkbox:checked + .tb_knobs:before {
    content: '';
    left: 42px;
    background-color: #f2f2f2;
}

.tb .tb_checkbox:disabled + .tb_knobs:before {
    filter: brightness( 60% );
}

.tb .tb_checkbox:checked ~ .tb_layer {
    background-color: #0073E6;
}

.tb .tb_checkbox:disabled ~ .tb_layer {
    filter: brightness( 60% );
}

.tb_knobs, .tb_knobs:before, .tb_layer {
    transition: 0.3s ease all;
}

/***********************************
Sprite Image for small icons
***********************************/
.flagimg {
    position: relative;
    top: 2px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMQAAACaCAYAAAD2IufsAAAgAElEQVR4Xu2dCXhU1dmA35nsCyQhAWQRRBPAoAgqWhVQKGiDghYMVsSVn19UoLbibxWt1krVgraiUhUFBAQFERckbrUudcFdQRASCCAESDLZk0kyy/mfc2cmmSQzmXNnJiHBe3jmSZjce8853/ne+53t+44JIxkSMCTQIAGTIQtDAoYEGiVgAGFogyEBLwkYQBjqYEjAAMLQAUMCviXg00JcIoRwAHZA/tSTbHawl7o+Xw4yKVkgAUJPHv6uNYFafkI0yS8PyJUPzYOs9KZPl39r9lXjAMykr35lcZGkzxiMJT4SHEFU+ZHv1eqX86GoHDCazHHLGTfuRJavuIDrr/uAtzdvZcOlgnN+fzGmU170I8ZawArIn08o5YeP9ktKgrIyP1n4eapq+7H0iKDOCrWVUFejZfLAWRuZP+4hcHbH9NAm/+ok77FWuu594poWJfFZtCwvIOw6281eDnaLBELwzQizkkDDAYQspjkIIHKAnDzIyV1PRkZ2g/Ln5a4nPSNb+35xVjZZzUSclwcZGR0TiLPPeE1snlBGt2vG8/7+BMb8Oom3nv6aLHZw+JxJ/Obql/j++5+b1Oj5569n5szV1NdXegGxVKn9fAHRtSuUl6sDoaf9eGKvoK7KBUNtlZbJPWds4v6Jj0JFGqZH17UCRFUjEEtnqQEx3g1E9b7g3ts2CURJET+M76Ek0HAAUQT00AmEfPt7YCADcjUz0TRlZbhgyEhvtBQSBpn0AlEaF0n/a0+iUrMQTv3CfWyHmjxvv11gs1FlsWh5WFatIvXqq5vk12VVt4b/R0ZGcP/9l7JgQQ7V1dI6eD6rlPLzBURiIlRKtnwlH0/V034s2iqot8KR3Q1Pn3vqv3ls3LPUVnYj7tknW5ettcIFxap5akCMFUJIy1C3X3+byTuseRbspYVsz85UEmioQMhmLwQydQIxNw+kJSAjm1zNQrihyPD0oWCxBMJHnykYC1EeH8UZt5xJaXxUUF2mkgc+VpPnrbcK6uupcmtkICC8W3nw4F7k5v6Ew1ENrFfKL1Qg9LYfC7YI6qqh/EhwQJQUuLpM6+9TA0I062PrxcJisVBYWEhmpiIQRym/x/Ngce56PFZgrjcUQFYGzE1v7EZ55BCshRDdulG29VtEcpJekWrXpyYkKyno8OGrxebnJ2HatIy3SOeCuy7h0zXbuCSpiC0bPmDuf6PYsauI1NRERo7M4LXXvtWeLy3FDz/cy5lnzqOmRg4AOiYQo5evEg6rlbqSkgY5XjXwc24961Wo7sqIjXe1Kl9rUSH2mhp2Ln3KAEJKyht4CcUctwWQv3uswdyc9WzOyvYr2GAsBKmpkL8PuiQEBYRJdRC/bbf496INXPlGOeeNyuCfr17HrZet4NNPd7N80cWM2PcxPe45wIkndue++yZxzTXPaeUxmcykpSVSVLTXPajumEAIgfwHQfZgLHlQWAqZ2S0nYXy+cX4pFqK5VnrPKGkzT3Lg7DV2CNVCaEDs3w/x8W0KBCyQHV7A36jWlb0EwPWCcI1nrrjiTF566StAvnnlLJMBhFtATacl9bZeZ+kytVYvOfskkxxOSAPibUnk98FYCK3L9NVXCDknGURKTU1V6jJ5AyHnwYYM6cuPPx5AvVU7NhDt3mX6pQyqVXVSwiCh8FiLYMcQ5SYTZyQnU6o2W9uieCUlJbqByM4+g2eeuZrp05fx5ps/KFa5YwPR7oPqUTYhHFXgaN3i+hVu5dc7sZcUsmvmaKUGDHWWaad7lmm0zlmmQNohu01yLOGZjZ2blc0c903BWIhSoD/gbzYyUHlkL0fhGjkr7+4y1XHTTWNYsuRSrr32RVau/Nzn7ZLP2267iEcffRenU3afDrmnXt9QzK/lwqqeaVe97cc97wltDULONLmTrmnXQ7tc065vLFIbVJ9TKISjArRFtlLXXLZqspcXYy8r1oDYc/tkJYF6A6EvNyjG9ZHTrpMVFUZ1jCTXKLSZp8ZZWHKzsrXuktad0rsw5+5+6a2jl+yV5AnzGoDo1i2S007rw1df7aOyUq4vtEzR0VHaOsR9971OrZyO1MYP8tp3FfNrCYQcJsnhUoskhzZ9Gr8Npv2Yt9ENhFxkcy3MXT3wM/5xzsscqEli2Po/+1dXuaAnF/MkEO8qzjKN2CmBEC7FLpNFVk+ee2wlhfz8YMuVQF9PkkDISQOPcNRzawrErDADIcshlT893TWGkN0mOQslv5PrFhMmTFVSGA/wciJTPqPtgZjtBkIqtvzoSZ57JBD/Vaqfr3WIuDj4+msf+dYDw3wDodp+zF7pAkIqtnul+vITv+b+M9/gUE0Xfr3pNv8V9twjgfjvC2oWQo/4jGsNCRxLElB9AxxLdTbqYkjArwQMIAzlMCTgJQEDCEMdDAkYQBg6YEjAtwQMC2FohiEBw0IYOmBIwLAQhg4YEggoAaPLFFBExgW/JAkYQPySWtuoa0AJtIk/hCdXVYcWliK07fty14D8qSc1CRKhtvmtxWbCNWvgyitbz3XtWpg2rck1ylEibjinZagGpxS9IC7ShoxxYpI+L6ZIah1RIExg9hHdYdlnSi+wUDdLNrSf6lYYX1FT5A73SH37VFTl2Zb1azMgpFeo2awWdYMn3EB4oGimmr8bAd2T4PH3fOisNxBLgwRi2TK4/vrGh8tdaV26QEpK43fLl8MNNzT8X1eUiOZAOM1EmW0kR9UTF5dMVEQ0tfZ6auQ+G2cdNc546hyRYG4WiKAdgdBTvwYFPQmIAbYD5wBpgIwIoxC5RVd+Zl9vCz1vUc1rErOQb56mqc2AKCoqokcPtagbLEIgN301+oxrpeyXCsuvg7HHuwr9vQWuWgY/HmxWi4YgEUECsXAhzJvneuiPP8KMGRAVBRICubNPpkWL4PbbGzLWFSXCGwhhItpkp0e8g8jY4yiptjO47wAGpPVhr+UQeYd2YKorptIRT50zAkxe2hQOIGR93nzTVY/Ro+FIM6G7a6infhoQFwF/AaIAKcr/AD3lNlQpu8DKqiu/EH3wZWn86WebAKHXY44Fbgvh9r+IioT5E+DesXH88Y/3sGzZJJxOM1dd9Rb/+te9PPlFJXdsBC1iikwN/ixhAGLrVhg61PXcHTtg8OAWQOiOEuEFhMlpIiW6ipTkflQ7Yjh8KJfI+K6kmc1kDhrGwJ7pvPjpy5jt5ZTYEsIPxKmnwg9uR6H+/X3u0dZbvwYLsdVtIQZ6AdDDvTe/FSZ05xciEIcPF1FUVMjQoaeoWQi2IJC+F75fHoFxL3B7wdynpqDeQFw4BFZfD90j4c9/XcyLL11EhSWOI4dd3YeJEz/m9dev1oYbN6yBtV+ECYghQ2DuXBg5ElaskA7HcM018OmnsHQpfPllg4XQ24B4gBAm4sx1pCUmkJSSwbbtn7n28ycmg3ASHZfIX7Nv5oPcHXy6NQc7ERo0DVYiFAshLYPcky0BX+cO5JWVBQcPugIo7ZWBBVxJb/00IKR7tjSmspnko2TYR/n/s4EXWlcZvfnBFkF4FLTjAtGvCyzJgosbYiB1YezFX1BksTPghBh6DqihvMROzto0LMXnEB0tvbpgyxG48mHIPyB94tUAbDEok12miRMbrUHz9pNKIwfe7i6T7gb0AOE0ER9hpXt8IucO+TUHSw5xRDpSlRdjs9WBtYaE5FTGDjmXH/ZswVJZQpUjvnGAHQoQO3fCQO9Xt1clJexnnRUaEM1ldj6QCLh7Z60hoVuev1Qgunb9UQag05Icn0dE2Zj8P0WsWPRbQJqhMAIxahScfz7UNZvmkq5fn30G77wTFiC6RFqJxsyoU37Nkuv+j15Jqcx+4RGeXPl3SDuOC88Yw3FJPXn/282U1FZT44jrnEAE7kcEDeAvwkJ4oqZ4d5luuOFfbNo0kbIyJzExJhISzEy5/FOefCI7/F0mOaiWij9mTCMUEoZPPoFhw5oMqnW/0by6TAkR9USZHKT2OIV/ZM9k4mmj+CJ/O2fPHg9dUpg/dTY/FRbyztev4CQyfF2mnj0hJgYyMyHHHVPkvPPgwAGwWuUoM2gFDXUaVLc829tCtHsFAwyqV6yYhNkcwQ03vMPf/3532w6q5bhBhq02m0Eq0dNPh3VQLdcYukVVQ1Qypw04k0eyZ7LtYD7XPHwLSb37k9lvCLsP/YTTZsFSG6stSTSkULpMnoe05aBah1XwvlQvEB6f+AJXJ0F3ysvLo6SkmN/+9hy1MUSoQOiPouC1DuFVPeVp14YgESGMITzTrjL/4mKQYSNiYxtL4zXtqrt+zaZdY8wOukZZsZlT6Ns9nd7J3Xh/+1ckxnelW4ygojxfGzvU2iOaLtCFA4gTTmgcVF98cRPL4Kms3vq1t76oBonwR8rOb7+lsLiY0RdeqB8IvQ7xwUVR8ALCR2CIMYMhOQE2+nJa9yzmaUEi9AOh1U8Olu+4o1F+cupVdpdOkitN7vTww7BwYVBRPhpmmTzPcpqJibCTGFGL1QlxUQnExcTisNdSX19NtSOW2jAtzLVH+7V71BSvpb5w18/3OkQ7R8FgttfWjZCCRKgD0STKx803w+zZjcovR/Jy2jVS7j1wpyeegCVLmgChHCXC39YNkyAuwgbCQWREBE45mWgPz9aNdo1i0s760pZRWpT2xujupBk3GBLopBIwgOikDWcUu20kYADRNnI1ntpJJWAA0Ukbzih220jAAKJt5Go8tZNKwACikzacUey2kYABRNvI1XhqJ5WAAUQnbTij2G0jAQOItpGr8dROKgEDiE7acEax20YCflxIVdzC/RRIekrJs6NKwTRIbSvFokVC3NbKGReqVVeO8qHk9q6Uq9ILxefmN7kNW/pvy6R45pxqVIrNIOSpR54kjwQL5v8ZoUTdUBJf04tU6xfqZkJPrr7yCwyEQsSEJtWSftEWEKVgHqEGhNwKIzdhbtkCPaQPbhBJV5SPjgDEoEHw009QVeWK8BEg6YlKkRum+rUnEHrqFw4g/OXXOhD7AjWTn79boKgEeoxXB8L1pH3MmJHGs8/qP9hcV5SPMCmM6iGIPhtQ7qSVZ3PJQAbSWgRIeqJSeIAI1jJ4itKeQOipXziA8JeffyDa6KR43+0uj5hrzLBXryhefLG3FiVFJemO8tHJgNDtQDMnW3jOxgvlZ0aO2sHtQvjqYntUK3AXw2KBwkLtvaC/Cyq9AJ95BiZNgo0b4e234dVXW7oCeylSa/LskEB4yq5qLfQCEeobRreC+gJQh4XQnV+IYVoa+tgmtcFNSyDMHLwrRtsU3udBGXCrWcC1Zm+5kICQEVKko5PsgpbIeEQyFE4MdO3q0/lJ/rnTAiELL63F2rW9Nf9/f6nDA+FRUPka9KToaEhOdv3P+3sflbTk5lJYUkLmpElqb9BWgMjLW08668nLhfSMbEjP9itX1UmK5kAU/6cXh/5+mJTf30Nkeg7HpX/ZqqEPCQjZuZDejo880piH9HaUQeakr/j//i/UNnWy0Q2Ey98jhD4T8iBnOdWUrdSAreXXi0LWMp/zedc/EO5YWJntNCsS9Bu7AwBBnoRhPekZuKDIcsdo8iHdoICwQ93fR/L5pq30+Z/H6J30IfFTlhtAhA6EYAav8SzyEO6K1gXa0YHocF2m9W55+rcO8oKggJA3/jiSukVb2PE9DHtsBIz6tO2AeP75xi6TNDVt0WU62hZCWoUXmc/oVqyCt4T1v7FlqG1gf6vt5N8i5UFhKWRmBzEI9Dy1DccQWVnZQgbq8z+glt2mbM2Ot3bd448HM6iOpry6G0lWAbUmylMgKUG2kDvAlq8uYaiDahkZ5dJLXYNpOaiWg+vm8bW88tXdZQp10Kk3agPYBFQBZczgVZ7l3oBWwVuuevMTNoSWnTuWrF4sdn4NhSUwemb7AKG3fmrxtpVqrdTlbW99acv8/AYZ8Igr3FENfDdDoejFbp7iDs7jI6WW8lwUTJQPUYjQemHlYJFDHR2puByKy1xATL5dPxAN8jz+ePj2W/j8c7jkEr8lCKZ+RxOI9tCXtozy0SGiblzPQrGI+3FQqUW10JO8FUY1CobYiRAVLsWWHz3Jc48EYtaD6kC0iILRuze89x588w1Mn64EhGr9jgYQx0qUDyWTqEdhjGs7hAQaVsM8YwR/pWr+92b//8Xpxy+uwh1CXY1CdFgJGEB02KYxCnY0JGAAcTSkbuTZYSVgANFhm8Yo2NGQgAHE0ZC6kWeHlYABRIdtGqNgR0MCBhBHQ+pGnh1WAgYQHbZpjIIdDQkYQBwNqRt5dlgJ+PGYk/4QTZPp1/JAaFcS/248wrW1mqluH4alAu3URenI0XgKqBB3+X68H0cu1agNR2ZPE46KckStFeF06GscmwNnRSlWu51BH+9UeqGEuhnNU0DV+umrUOhXt3f90tPXBfRLzWWq/4rJbb4uh/gW7acOxPn/aQTiwzEBpagvCsYTbiA8ULjBE39RBkJP1IaCaRdqQDirKsAm4+Y0JlOUGdvPMoYORB2fgqhv6v4obHXUVVRQaHcyKq8idCAk3Ck9XV6W5YXaAe6+kp76BWycMF8QDiD01C8ra53IlREUZHidDMjKyiYnZz3yO23LO6ABIX9xK792sdf/5de+giioA/GrFxuB+Px3AUWqLwrGIgHS9/ZIk+cK8U9lIPREbSi45mJhP7gfZ1kJQh6fpTkICog0Yy8oJWH8OMxp3ana8AoRSTEQYW5w8XHabZQ6BEVRsWT9eCQ0IBISuWfBEuq+yqekD/QcNJwF826AkpZbHPXUL2DjhPmCcAChp34eCyGVPzc3u8GnIyPD4/gkm8u/hfAw0m5A6PVxhgVuC9HUQUEVCL0OQgenZwn7gb04SywIuw1ThAlnjZXa3Vaie0WRXlCP9YuP2XP2aKJiIaJ7JBEpSQibQ/PcKHE4KY6KY+L2EIEAHnvyDQas3QBdbUSfPIjfPHqv+8S2Rq3VW78w63vAx4UKhN76SQshj9qWGxFzchqByMpar1kImVoDQv5dl4W49VmrqK+tpLLkgPZwp1PwQs6uBsFM+00GEfKt6SeVF+dTV13G28/NUHqDHlUgbPU4iquIO/88ok86FVOcmZRb5lO/4zsc5eXaedWli+6n/qedmJPjggOitSgYl10GM2e6JPnUU/DGGy2kqv8FE1CHw3pBqMfkWvLztWNyM886S0lfpIXwKH56FmSkZ5Ob0whDICB0WwjGbhHYq6GuaRdGWYrWArBXwvb7lCp4tIGwF5QRN/Jc+m76RKvioesnEdX3JFLnL0DY4cisK6je/BYRxyWGH4j6epgxw2UVVq/2KeJjHgiLhcLCQjIzM5X0xWMhmgpLdpdcPuINY4hWFFaXhfilAYFJ4CiqIOGiiXS9dhbWj97ClNCVxN9cSsG0S7D/fISoAd0QNmf4gbjySrj8clfTrVsHL730y7MQOoEQ6e7AaO5XveYbrvy2bhxnK48hfmldJhls2FleAcJEn40fEnv6WdTt3ErMkOEcnnEpFStfJyrDFUMpqDFEa12m6mr44x9lvxQefxxiYw0gAii3yMoW5DQOoHWw0HCpLgvhq09o0jHLpN/EH8VBtU3OboH9cAVdLr+UlDl3U/nySqo3b6bnkuWULnmYqtc2EXlcUtBAtBbF5IyE/XzyoHTyhnPv6M631v4+2ldvnKtgVCT4e1I2pwhRI3AWtR6hz18OzsNORLWgelG1UpdJsxDe06k6i657DBEqEDt37tT6hKNHj1aqINzjtQ7RWDvVWSa9USkO/m6csP+8D0dpMXane43HbNamYJ1VlQi5PmiCiJR4TDLCnkmA01UVmxCUOQQl0eqzTI1RRYIM88HXgAzTOFNRnjo1JNTLVyG0NdWaIB+UD1QDSxV91EMEQpYyaAsh3/Y2u5NeF65qqO2BnKuIjYn0Wfvi4mLkRwIxefJkxQac5wWEteG5xcX/8C3htLTGa0ALTCCDRE5WjNy3/4JMYS88RIXdScOynCyp04mw2zFFRmmzS87qKkzRMZiiohqmQiUQVU5BhUMwZW+VYv0KhSvYmgRCZ5gP7R4ZCUECcbtifkEqZrC3PYVANpsEQiq2niTvkR8ZFmiNIhB+glV7xhLNf3qK4/29/E55DCEthOz2epTb7nAy9IqXG6r57ZopxERHBARi1qxZig0422vrRmMczu3b/axUe4WPDybqxr4xmcJSWka5BKLlLpVWm1PakzoB9phYfvvtPsX67XQDIRVbZ5gP7XoPEA8q5qdHI8Nw7SNuICQMeq2EByJ572uKQHhZCH8Q+Fqgbr5wrQxEGERkPMKQQKeUQMd843RKURqFPhYkYABxLLSiUYewScAAImyiNB50LEjAAOJYaEWjDmGTgAFE2ERpPOhYkIABxLHQikYdwiYBA4iwidJ40LEgAQOIY6EVjTqETQIGEGETpfGgY0ECfnyqfR3ErVhduTlIbteRfvqD1JbiOeJe+q9suvQvzvITXCHEqBuhenh5JKEaVaTd8wvTwfTKUT6W3iios0NtPdpPdxJ3rfGtNGnjG7932qkUdkqEjRPKtyi9oMWddwr+9jdqauDkk59m//7Gc4vWrJnJlfOGac9fu+g7pk1b2pBXv36pvDz7OE595SGibr+dyClTVKNueAERMOBHszrLvWgWEKVgHqEIxF73mW+eTV4egY5RB0JP1IZwKKieqCK+8vMciOjvNSOjSMhoEt5JGcAwAKFHnjwxQ1BnQ/vUNh6uKP7ix2chdWxDtaxOFwwlws7Qiq+UgChf/b3ouuI2l//I4MHcdtsnPProO9ozly27juvnn6f9vnzBJ9xwwwrt99//z9n8M+5DKC2A557jtZwdXHbZMJ1A7FO0Cs0vs0BRCfQYrwjEVreF2N30QeJ36kDoidrQKhDyiKsNG1wFmTIFTj/dpxD0RBVpnp/JNJX09PUszhFkNXP1kiBMeHw96bnryckRmiO9bosUBiD0yJNFVwvqpa9tsyAR/3zTp+wOJ5/b5HuLsCE/51d+rwQELBK333wmv695kS7WUrq+8AIff3qEK654hj/+cRzTFk7Rnr/m9g08+uh7LL2hH2e/+zRpd98NEydy9dXLWb1ahlVapQOIdjy2li0IbdtwMxduVSD0Rm3wC8Sf/gQPP9y0Ee+4Ax56qGkD6nV59PKYe/zx9cydO5U5c7JZvHgdmudXjlR+yJqbDXOyyctbT1bGVOYuXqdd195A6JUnC650WYjypltdhTcQVYcgsZdWleZA5DmtmpW4tOpHRSBcDmW9eplaKPv27eUkjxmo5VPy+jekPPVAC2gOHdrjDorX8thhP2OI1vdEf/CBjMYhuOCC4/2+PaU/xCmnnKJWwY4AhLQMZ5zh2yR+/XUTS6HXI7A5gNICbJaKLkGYMFXuy9d8gnOALAnJnGwkOLLLFJSFaM1lVcHo661fICB+2Hg3a55Zzo0LVjHg9LEhA6HJs7YW9vs+aPzgr36l1bKPPOHVR9q/Zw9FpaWcOW2aqoXwD4SEYdcu16t84MCeXHBB3xZZyu5EpwNi/nzkQM1nuusuWLCg4U96FcafRcqbMFULn5JFNnNxRY3ISIc5uet8FkN5DNGRgKg9yJY3nuCjf3/D8UN+xe/m/CV0INzuWr5xCEx8g0NuKKEsPdkYQEC4gJiQMRXyXCBI6yCTHFNsPoaA+DL3c37ck8+BLf9mQtZkTh8x4dgCQjaaq8uET+sgv++UFqKdukyu8IuNM0hygO0dc3Tx5nXMyYK5j09l8ZymlqIzWojq6jw+37mDysoqxo04l8T4/qED0d5dprFbxgp7tZ26I42RuAMbosYrrAVW7JV2tt+3vfOMIWTxj8agWgvYO9UVtHdONnOyXOOHxYunamMIbeDtTqpAsEX4nKRQbsMCC1QWwn1qgcMCjSGa5xvOQfVLL/0vo87tScVVV1EZl0LprLvpNsk1M1j2n11kZiZp0RCLH3iALeNvZOay/egeVI96b5Rw1DhwVOsMFe+ueeWuSg2IXYt2qQHxHsKXg7rqLJPeqBuhTrvqjSrSPD85yySV3l9Xf8IEV6DezZuDsxC8J3zKUxmIXTtdQCxSjJpyzxTXwpycafJKTWaZvL5vDsSXjkptlum6arXjBWSUlltuOY8nnriohbL7mnZtDs2NB1J5870fgDfUBtXnbDxHA8JeZdc+epLnHgnEnqf2qAGx0Q2EjLwgP+5UfG3LKNjan0KMuuGtoHI8oCcFE1WkORCBFuX8lUfZQmx0A6HJU1/9qCpG+0ggnlKMmjJvYiMQVlecK5mK//GKz6rsGDCu4ftSYadM2LE4bfzBultJX778skycOTSO3VOncsAcy+K603hl8w7tmbfffhGXPDdX+33TjMUsXPi29vvll5/JQw/9luINa9n93HN8OfA8/rlpuRoQI1aOCAsQ+1/Yr1RBVvoGYvvU7b51I8SoG82jigQLhGpUkXCsjMsyKgOxUgIhXIotP3qSNxAvKEZNmf0b1zqEXKWW2zfcaftflvnMOfesxrUVCUSp0478eX+tWhQT+4YNYtcDD/DBiMncs2EPFkvjW/Tmmy9g/Nq7tXzfvfIBliz5oKEMqamJzJs3mpN6ONm5eDH3fN9yIVBNYfUI1LjWkEAnloABRCduPKPo4ZeAAUT4ZWo8sRNLwACiEzeeUfTwS8AAIvwyNZ7YiSVgANGJG88oevglYAARfpkaT+zEEjCA6MSNZxQ9/BIwgAi/TI0ndmIJGEB04sYzih5+CfgE4rJLnxSlpdVYa004HJFk9C/AWhvBgSPynDV5UIodE04EUfSOquLxvju0bxsX7V1Ovekvv6wEnOASAXIjodw3pXdDodxQJu+TZfpSKb/KSiF69SqgqkqeyqP3hA8ZGsTzuUYpv3bfurEUgdyoLM+eabZhWfwLcO3eD5hUo2541694Zz7fLd/ATxvfpba8CnOk74N1fGV+28GPleR5zjnvC5OpXnMzqKws58cRqtwAAA1QSURBVLjjkoiKMmO3C9btX0h6VCvHSTudlAlBidPJSRaL2l6m8859WJSV1VFWXs8jt75PRb2ZDW8N4dud3YiiHhvR8rQ1DYEB3bvw1p0na9EEHM1iCqROv0qpgoIsLyD0bSb0wCCwY+YbtfzEQQG9GT58D999pzeSgtw34wFCba9POIDQE+WDJ9xAeKDw0j7bsxBZEJAF7YVmVjyizLt+JXn7+WHVq2xbl0NtaUWbADF06Gti4MAkamoqqagoJyUljqqqOioqavl41RTiTu7qv4IOh/TworakhLiTT1YD4vzRC8XefQ7mX/MyY8/Yy8nZs7RXzT0zP2LSxftYuvJklr9+KjZ7PSemRfPR3F5SeI3ntbmL0+vOO9UUlPFuIPQeUOapt40i7PTgB7X8vPZdX3XVN6xZsyuwhjS5Qp4XJ6GYpzs/nRk1XK4nygeLEJq59vGi3L0WTpQH8gVIeqJutABi9Wtse2lzmwHRvftSMWRIKlVV+6ivdxIXF0llZa32WdHjc05LbN3qF9tsWGw2zvuyZY/CZ4OOHLlQ5OfX8sVzj3L3k8NY/sZ4Bvffzo6c1XAyHHwvgRFXTudQcQQnpcInt6RpQDTdDQ997r9fTWEYK09ta2nfA7Wa++8WrBRiJxM1h6TGBpTN3p1nnz3ETTf9F7tdtbsmX7ESiPvU6tfuPs5uC+GJCiMg66RY4sxRPHbISfc8QczbNa4zIH0kvVE3mnSZftrDdyteYcfGd6mrqMIcEf4u0/Dhq0W/fgkUFx+gvt5BcnI8dXU2KivreP7mkzh1oOtMcX9pz759FJeXc/acOWoWYuTIv4v8fBv/mLuSPt3LOO+G2Vr0sSfvfIffTt7LkqeHsPD5s6iz2TgpNTJ0INpZYVwN+D3wEdBNBmBix45YLrxwEwcOeDlk+BVp5wIie7CJ++tTGJxzKgcyErHl/kTM2D30/j/fca86OhCnn75axMejAWG11pOW1kVrqfp6O0tO3svp3Vt/k+4sLcVSW8v4V15RBeIxkZ9fSVFNGcv/8gbf5ndjzeunUrA7gZgu1dRVJmphaKRNSE2LYfutKS0G1bJIve++u0O+QV1AbAWGA6NljDdAHpj+HVlZ1bz11s8BbFPnAmLB+Waytnbh+Is/4QtbH4Y8fyVpprdJeFXAoZZVDQWIkrx9/LDqtTYdQwwfvkr065dIaWkBNTU2UlMTqK6uo7bWxlPj4Ix+Ma22344jR7BUVTHqkUfUgLhw5E1ib/4B9hbZqK+vZ3KvXA4cSuQreuIkkkjqiMWudVQHkMI7d7piVjbvcPR9UO0Y2VAHncFFwdgGyBig3kB8AFkPw1tvtSpQ3QoTYiQ9vfmxoGmX6ZbTzIx5LYHRN+fwWfxgLlpwKTXjPyXlEQE+Bth682s6hmh7IN5+u1pYrZUcOeKaLjOZTHjC/U6ybaVHgJlD3UD8/ODDwlZcjKOykroagaUslvg4O0mJdTJ3L2WxY46KI/74Ppq9aI5b77vnd2AL0bTLxI58uPBCOBB4TlK3whxlICacaGJaajwT/3MCXQv6kjf9G3qnFRN/UefsMon77hPU1VFTISc39CfdXabatc8LUVaGsNaAnKbym+Q6hZPycnmMfcvU98G/KQHB2C0CezXUtTJ/3Fq9rQVgr4Ttege5rkE1zz4LN90EdrUp384GhHxbTUg3kRwRxUNHoui1q5rId11BqX0l3fXzGgMWt8OgWhw6JKiqggKF+WMfFdQ9qC5aulQ4yspwVldjaxWI1uns/9e/qgEx6j2BQ8IX5LRr5S4XELsWKeXXpIt21VWwxk/Ydj/V0x3lI0QLoTc/7vFah/Cug4DclyA9wHtHb37tPe0qLrpIOOx2yhRfYM2b8YuKCkpsNqZv26Y2hih44AHhqKigorY2JCCGPfmkkoJyzkYXEPYq10dP8twjgdjzlFJ+QmwS/JwOYy/BIkNg6EjSZV9+5FT+ZNWFKy8gdMbA0PLSmx/zvIBoZrzf2Qynt1KIYPJr74U5UVsrKC+nvrSU4lJ5GIl6ssgZprIyCi0WrlCddrWsWSuKLRbKa6qxO5zqubmv1HqmQnDe/LuUFJQRK8MDxP4XlPIT69YJcc01FNfWasqmJ3krzCwdQEiZeO5t6/yY7bV1Q27f8EovvQentqJDQdXPu8vUDls3dqemigohKHVvw9AjT7ltQ94nPw/U1KhZCD0ZGNcaEjiWJKD0Rj2WKmzUxZBAaxIwgDD0w5CAlwQMIAx1MCRgAGHogCEB3xIwLIShGYYEDAth6IAhAcNCGDpgSCCgBIwuU0ARGRf8kiRgAPFLam2jrgEl4AcI38fyCuHncv9fKwEXqj+Ep5bKB4o8Ocz3vueA4mp2wS3fqdXPs5dJHvRy442uI34LFRybm2UXTBQMvVXyvl5Vnnn9B7aQp0AQYTfhiBSYWjgG+C5V+j61I9jaUl8UgGisqxDSc9pH8vGUYKM2BNuAuqJS+AJCyD1bbpVzbcZq5uEhwNSs/nqAOOEEyM+HoUNh61a49VZ46im0A8gVUkeWpzcQmtScDuIt9ZQfZyK5wEFlrwTMClvi9ANxGPgGGAl0RWbx5y9aF2ZtFVjLK6ittLDs2hNV9zJ5LETTEC1CnKAMRLBRGxR0w+cluqJSNAdCCMwmk4aAhEIIB4lR8dQ7pVegkPsUMZvA5pSxqLxehnqAeP55iIuDadPguutcPhi9esGZZ2oHBwZKHVmeu/ulNwjFbHNgS+rKT6OHEhuZR0XXYfzqmTepT4hCNHEua1njk/bnqVlcbTPhYfLzhxIdXYTdPor+/TfyY3kqf3rFT+QEr+zqK4qoq7Lw4d2/0gOErGPTs+JVgQjFwSSQYvj6u14XUryBcNrpGdeNP5w8hT3Vh9lWkseJXXqTHJOE1V6L1W6lS0xXesYm8/SuNzlSXQQRUa5i6AFixQqXt+G110JiIpqDi+dngEqHJM/kZORWaebPd3XVxoyB999vNUe98nT0SmsEQjjJt6Tw4aOH6ZFQTcmuVLL+kUxqSinO5ha2WSkiDhXrAOK/HDw4ishIKCvrQd++H5KQMFhJfVqrXytdpvYDQtsrHlJqUBklgTYFwkFSdAIz07Po17U3Hxz8gkEpJ5AQ3YW8sn3YHTatJzUo+QSW5uawv+IgRMhAbTqBGDQIPvsMhgwB+fvu3S7lXLkyYM31AuGSp2Do0CK+39YL7r0Xpk+Hhx+GL77G9N2GAHlKHxG5RzxbTZ7jnm5sP2s020fkE7H7Xbr0m4GpZCUbKoYxu+ZMiPDtWdlQmPduVMrPNYYo4MCB6VRX76BLl8vp3XshHxyI5dIlgV2AncV5CGsJ1aundEwLcbSB6BqdwE0DJxAZEU1xbTnHxacRGRHJ5n0fM6xbOnVOB5W2ar6w5LFPAyIICyFbXQ6qL7sMHnsMqtW9A4MF4pQhhWzdMwCeeQbOPRdefx2eX4Ppu/VhBeLE0X9rACL/UA0fPDeB5GdX8NHwQVxabWNT0kn84elt9OnWejSMPR+p+c94x9WSsbQiI+OAJO1E57dcp/O2mg7uyaWirJg/Tz/XAEKTlHeXSQgizBGkxnSh2mYlMSqBKrsVhBO7cBIVEUWdvV6L7FDvlKHYvGSo2mUKNe5UQQGFRUVkDhum9Ab1WIjY2ANYT5gIP+1l05VLuWTt1Rw+Ywq9vv5beIEYuaABiD0/l/PVy9Ph+28YXlXB14Mz2JZfx6zHvqRvWnyr+e75r1pQikohhAwTd0D/RJ2W/97cfMpLipk56SwDiBZAeJrIaXfrkQyq4JaTp88rZ6DMkWBuFoWuvYCwWCgsLCQzM1MXEHIMeP3ZhTy/JQ0nZmIjHVx+ehmrv0gNKxD0nNPYZapNYPXIbQyIKaXrib+htuBN1v2cwcKtPSGmWeTl5qU48rha/RYIQZ2A8qZj3ECWoeHvJXlQWwrrW3YJO8QYQuvwhpB0dyl8zDJFmMyc22MISTFdkC90u3DgdNi02aaEqDg27PtYG2Q3mXrtoEA0kWdsLMvOeooF+8axrO9znP/JvQElrVeezdcFaj7YyKYxk+kjBIdNJqbIiYj4tID5qq57hLoOkX+wkOKiIs4afoqqhbAJtB5Z0yks1Vkm3VEbQgRCb35NukxezRRljiDSFKl945pudSJBSYiMpaS+Cofwsh56BtUhdpl27typWYjRo0crvUF9vmB69IRCtTA/euXpU0F3HOTgkw/R57HHXScoKCRVIO78VIh6K9RV6T3KwFWIQzs+19Yh3lwwVRWIQgEyCJQEotEjvbh4nO9qecEfVNSG9o5K0dpKtWfCSxOVyT3e97EoFyQQcspPTyouLkZ+JBCTJ0/WDYS+3BoDIeiKKhIi8B55qAJx2Qs2Yaspx1ZdSn21vqgbnnvqKy18v+wWVSB2uoEoA+THlbZvz/bdlpmNXwcVtcGtdu0WlaK9t27IV6gQmmLLj57kDcSsWYrnUbSzPEPtwugFwiXOtpGn0htHTwMa1xoS6MwSMIDozK1nlD3sEjCACLtIjQd2ZgkYQHTm1jPKHnYJGECEXaTGAzuzBP4frYsJIWHXYQMAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-right: 12px;
}

.flag-ar {
    width: 18px;
    height: 12px;
    background-position: -5px -5px;
}

.flag-at {
    width: 18px;
    height: 12px;
    background-position: -33px -5px;
}

.flag-atos-ap {
    width: 18px;
    height: 12px;
    background-position: -61px -5px;
}

.flag-atos-me {
    width: 18px;
    height: 12px;
    background-position: -89px -5px;
}

.flag-au {
    width: 18px;
    height: 12px;
    background-position: -117px -5px;
}

.flag-be {
    width: 18px;
    height: 12px;
    background-position: -145px -5px;
}

.flag-bg {
    width: 18px;
    height: 12px;
    background-position: -5px -27px;
}

.flag-br {
    width: 18px;
    height: 12px;
    background-position: -33px -27px;
}

.flag-ca {
    width: 18px;
    height: 12px;
    background-position: -61px -27px;
}

.flag-cf {
    width: 18px;
    height: 12px;
    background-position: -89px -27px;
}

.flag-ch {
    width: 18px;
    height: 12px;
    background-position: -117px -27px;
}

.flag-cn {
    width: 18px;
    height: 12px;
    background-position: -145px -27px;
}

.flag-co {
    width: 18px;
    height: 12px;
    background-position: -5px -49px;
}

.flag-cs {
    width: 18px;
    height: 12px;
    background-position: -33px -49px;
}

.flag-de {
    width: 18px;
    height: 12px;
    background-position: -61px -49px;
}

.flag-dk {
    width: 18px;
    height: 12px;
    background-position: -89px -49px;
}

.flag-eg {
    width: 18px;
    height: 13px;
    background-position: -117px -49px;
}

.flag-es {
    width: 18px;
    height: 12px;
    background-position: -145px -49px;
}

.flag-fi {
    width: 18px;
    height: 12px;
    background-position: -5px -71px;
}

.flag-fr {
    width: 18px;
    height: 12px;
    background-position: -33px -71px;
}

.flag-hk {
    width: 18px;
    height: 12px;
    background-position: -61px -71px;
}

.flag-hr {
    width: 18px;
    height: 12px;
    background-position: -89px -71px;
}

.flag-hu {
    width: 18px;
    height: 12px;
    background-position: -145px -71px;
}

.flag-in {
    width: 18px;
    height: 12px;
    background-position: -5px -93px;
}

.flag-it {
    width: 18px;
    height: 12px;
    background-position: -33px -93px;
}

.flag-jp {
    width: 18px;
    height: 12px;
    background-position: -61px -93px;
}

.flag-kr {
    width: 18px;
    height: 12px;
    background-position: -89px -93px;
}

.flag-lu {
    width: 18px;
    height: 12px;
    background-position: -117px -93px;
}

.flag-mx {
    width: 18px;
    height: 12px;
    background-position: -145px -93px;
}

.flag-my {
    width: 18px;
    height: 12px;
    background-position: -5px -115px;
}

.flag-nl {
    width: 18px;
    height: 12px;
    background-position: -33px -115px;
}

.flag-ph {
    width: 18px;
    height: 12px;
    background-position: -61px -115px;
}

.flag-pl {
    width: 18px;
    height: 12px;
    background-position: -89px -115px;
}

.flag-pt {
    width: 18px;
    height: 12px;
    background-position: -117px -115px;
}

.flag-qa {
    width: 18px;
    height: 12px;
    background-position: -145px -115px;
}

.flag-ro {
    width: 18px;
    height: 12px;
    background-position: -5px -137px;
}

.flag-ru {
    width: 18px;
    height: 12px;
    background-position: -33px -137px;
}

.flag-sa {
    width: 18px;
    height: 12px;
    background-position: -61px -137px;
}

.flag-sg {
    width: 18px;
    height: 12px;
    background-position: -89px -137px;
}

.flag-sk {
    width: 18px;
    height: 12px;
    background-position: -117px -137px;
}

.flag-sr {
    width: 18px;
    height: 12px;
    background-position: -145px -137px;
}

.flag-sv {
    width: 18px;
    height: 12px;
    background-position: -173px -5px;
}

.flag-th {
    width: 18px;
    height: 12px;
    background-position: -173px -27px;
}

.flag-tr {
    width: 18px;
    height: 12px;
    background-position: -173px -49px;
}

.flag-tw {
    width: 18px;
    height: 12px;
    background-position: -173px -71px;
}

.flag-uk {
    width: 18px;
    height: 12px;
    background-position: -173px -93px;
}

.flag-us {
    width: 18px;
    height: 12px;
    background-position: -173px -115px;
}

.flag-uy {
    width: 18px;
    height: 12px;
    background-position: -173px -137px;
}

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

    a.skip-main:focus, a.skip-main:active {
        color: #fff;
        background-color: #000;
        left: auto;
        top: 10px;
        width: 220px;
        height: auto;
        overflow: auto;
        margin: 10px 35%;
        padding: 3px;
        border-radius: 15px;
        border: 1px solid white;
        text-align: center;
        z-index: 999;
    }
/* vc_hoverbox */
.vc-hoverbox-wrapper,
.vc-hoverbox-wrapper * {
    box-sizing: border-box
}

    .vc-hoverbox-wrapper.vc-hoverbox-shape--rounded .vc-hoverbox-back,
    .vc-hoverbox-wrapper.vc-hoverbox-shape--rounded .vc-hoverbox-front {
        border-radius: 10px
    }

    .vc-hoverbox-wrapper.vc-hoverbox-shape--round .vc-hoverbox-back,
    .vc-hoverbox-wrapper.vc-hoverbox-shape--round .vc-hoverbox-front {
        border-radius: 50px
    }

    .vc-hoverbox-wrapper.vc-hoverbox-align--center {
        text-align: center
    }

    .vc-hoverbox-wrapper.vc-hoverbox-align--left {
        text-align: left
    }

    .vc-hoverbox-wrapper.vc-hoverbox-align--right {
        text-align: right
    }

    .vc-hoverbox-wrapper .vc-hoverbox {
        position: relative;
        display: inline-block;
        text-align: center;
        width: 100%
    }

    .vc-hoverbox-wrapper.vc-hoverbox-width--100 .vc-hoverbox {
        width: 100%
    }

    .vc-hoverbox-wrapper.vc-hoverbox-width--90 .vc-hoverbox {
        width: 90%
    }

    .vc-hoverbox-wrapper.vc-hoverbox-width--80 .vc-hoverbox {
        width: 80%
    }

    .vc-hoverbox-wrapper.vc-hoverbox-width--70 .vc-hoverbox {
        width: 70%
    }

    .vc-hoverbox-wrapper.vc-hoverbox-width--60 .vc-hoverbox {
        width: 60%
    }

    .vc-hoverbox-wrapper.vc-hoverbox-width--50 .vc-hoverbox {
        width: 50%
    }

    .vc-hoverbox-wrapper.vc-hoverbox-width--40 .vc-hoverbox {
        width: 40%
    }

    .vc-hoverbox-wrapper.vc-hoverbox-width--30 .vc-hoverbox {
        width: 30%
    }

    .vc-hoverbox-wrapper.vc-hoverbox-width--20 .vc-hoverbox {
        width: 20%
    }

    .vc-hoverbox-wrapper.vc-hoverbox-width--10 .vc-hoverbox {
        width: 10%
    }

.vc-hoverbox-inner {
    width: 100%;
    display: inline-block;
    min-height: 250px
}

    .vc-hoverbox-inner :last-child {
        margin-bottom: 0
    }

.vc-hoverbox-block {
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform .5s ease-in-out;
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center
}

.vc-hoverbox-block-inner {
    flex-shrink: 0;
    padding: 20px
}

    .vc-hoverbox-block-inner > * {
        backface-visibility: hidden
    }

.vc-hoverbox-front {
    transform: rotateY(0);
    z-index: 1
}

.vc-hoverbox-back {
    transform: rotateY(180deg)
}

.vc-hoverbox:hover .vc-hoverbox-front {
    transform: rotateY(-180deg)
}

.vc-hoverbox:hover .vc-hoverbox-back {
    transform: rotateY(0)
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox-front {
    transform: rotateY(180deg)
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox-back {
    transform: rotateY(0);
    z-index: 2
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox:hover .vc-hoverbox-front {
    transform: rotateY(0)
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox:hover .vc-hoverbox-back {
    transform: rotateY(-180deg)
}
/* page navigation - secondary navigation - pagenav */
.pagenav .pagenav-swiper .swiper-wrapper .swiper-slide.active, .pagenav .pagenav-swiper .swiper-wrapper .swiper-slide:hover {
    background: #ffffff;
}

.pagenav .pagenav-swiper .swiper-wrapper .swiper-slide {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: auto;
    justify-content: center;
    margin: 0;
    text-align: center;
    transition: all .5s ease;
    width: 100%;
}

.pagenav .pagenav-swiper .selected-menu-item {
    display: none;
}

.pagenav-wrapper {
    font-size: 2.0rem;
    color: #00005c;
    background-color: #f2f2f2;
    box-shadow: 0 4px 25px 0 rgba(0,0,0,.12);
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 50;
}

    .pagenav-wrapper a, .pagenav-wrapper button {
        font-size: 1.6rem;
        color: #00005c;
    }

    .pagenav-wrapper.sticky {
        position: sticky;
        top: 88px;
    }

@media screen and (max-width: 768px) {
    .pagenav .pagenav-swiper .swiper-wrapper .swiper-slide {
        padding: 0 20px;
        justify-content: left;
    }

    .pagenav .pagenav-swiper .swiper-wrapper {
        display: none;
        transform: none !important;
    }

    .pagenav .pagenav-swiper .selected-menu-item::after {
        background-image: url(images/arrow-down.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        bottom: 50%;
        content: "";
        display: block;
        height: 24px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
    }

    .pagenav .pagenav-swiper .selected-menu-item {
        background: #fff;
        border: none;
        display: block;
        height: 60px;
        line-height: 19px;
        padding: 0 20px;
        position: relative;
        text-align: left;
        width: 100%;
    }

    .pagenav .pagenav-swiper .swiper-navigation {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .pagenav .pagenav-swiper .swiper-wrapper {
        height: 60px;
    }
}

@media only screen and (max-height: 500px) {
    .pagenav-wrapper.sticky {
        position: sticky;
        top: 62px;
    }
}

.pagenav-wrapper a, .pagenav-wrapper div[role=button] {
    white-space: nowrap;
    font-weight: 600;
    text-decoration: none;
}

/* Underline only for the active tab within .pagenav */
.pagenav .swiper-slide.active a {
    border-bottom: 2px solid #00005c; /* Add underline to active tab */
    font-weight: bold; /* Optional: Highlight active tab */
}

@media (min-width: 768px) {
    .pagenav > .swiper.pagenav-swiper {
        padding: 0 50px;
        max-width: 1520px;
    }
}

/*
.pagenav .swiper-navigation > button, .pagenav .swiper-navigation > button::after {
    background-color: white;
    border: 0;
    padding: 14px 20px 14px 20px;
}
    */
.pagenav .swiper-navigation > div[role=button] {
    position: absolute;
    top: 0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    height: 60px;
    background-color: #f2f2f2;
    padding: 0 9px;
}

    .pagenav .swiper-navigation > div[role=button] > svg {
        width: 50px;
        height: 50px;
        padding: 5px 0 5px 0;
    }

.pagenav .swiper-buttonsvg-next, .pagenav .swiper-rtl .swiper-buttonsvg-prev {
    right: 0;
}

.pagenav .swiper-buttonsvg-prev, .pagenav .swiper-rtl .swiper-buttonsvg-next {
    left: 0;
}

.pagenav .swiper-navigation > div[aria-disabled=true] > svg .a {
    fill: #e0e0e0;
}

.pagenav .swiper-navigation > div[aria-disabled=true] > svg:hover, .pagenav .swiper-navigation > div[aria-disabled=true]:hover {
    cursor: initial;
}

@media (min-width: 840px) {
    .pagenav > .swiper.pagenav-swiper {
        padding: 0 80px;
    }

    .pagenav .swiper-navigation div.swiper-buttonsvg-prev {
        padding-left: 29px;
    }

    .pagenav .swiper-navigation div.swiper-buttonsvg-next {
        padding-right: 29px
    }
}

.pagenav .swiper-navigation button.swiper-button-lock {
    display: none;
}

.pagenav .swiper-navigation div[role=button]:focus-visible {
    outline: 0;
    outline-style: none;
}

    .pagenav .swiper-navigation div[role=button]:focus-visible svg {
        outline: 2px solid #0073E6;
    }
/* zoombox override */
.vc_col-has-fill > .vc_column-inner > .wpb_wrapper, .vc_col-has-fill > .vc_column-inner > .wpb_wrapper > .uc_content_box_zoom_effect {
    height: 100%;
}

div.uc_content_box_zoom_effect {
    position: relative;
}

    div.uc_content_box_zoom_effect > .uc_more {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin: 0 0 20px 0;
        bottom: 0;
        line-height: 20px;
        text-transform: none;
    }

    div.uc_content_box_zoom_effect > .uc_content {
        padding-bottom: 100px;
    }

a, button, .link {
    color: #0073E6;
}

.linktext > p {
    color: #00005c;
}

.underline-link {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

/* color + hierarchy */
html .boilerplate {
    font-size: 1.4rem;
    line-height: 2rem;
    color: var(--atos-dark-gray);
}

html .bg_boilerplate {
    background-color: #6c757d;
}

.boilerplate.underline-link {
    border-bottom-color: #6c757d;
}
/* row-section level bg priority for font colors */
.section.bg_boilerplate *,
.section.boxblack *,
.section.boxpink *,
.section.boxpurple *,
.section.boxblue *,
.section.boxdark-blue *,
.section.boxgrey *,
.section.boxdark-grey *,
.section.bg_black *,
.section.bg_pink *,
.section.bg_purple *,
.section.bg_blue *,
.section.bg_dark-blue *,
.section.bg_grey *,
.section.bg_dark-grey * {
    color: #ffffff;
}

.section.boxgreen *,
.section.boxorange *,
.section.boxwhite *,
.section.boxlight-blue *,
.section.boxlight-grey *,
.section.bg_green *,
.section.bg_white *,
.section.bg_light-blue *,
.section.bg_orange *,
.section.bg_light-grey * {
    color: #00005c;
}
/* .gc column level bg priority for font colors  */
.gc.bg_boilerplate *,
.gc.boxblack *
.gc.boxpink *,
.gc.boxpurple *,
.gc.boxblue *,
.gc.boxdark-blue *,
.gc.boxgrey *,
.gc.boxdark-grey *,
.gc.bg_black *,
.gc.bg_pink *,
.gc.bg_purple *,
.gc.bg_blue *,
.gc.bg_dark-blue *,
.gc.bg_grey *,
.gc.bg_dark-grey * {
    color: #ffffff;
}

.gc.boxgreen *,
.gc.boxwhite *,
.gc.boxlight-blue *,
.gc.boxlight-grey *,
.gc.boxorange *,
.gc.bg_green *,
.gc.bg_white *,
.gc.bg_light-blue *,
.gc.bg_light-grey *,
.gc.bg_orange * {
    color: #00005c;
}
/* .subrow inner-row level bg priority for font colors  */
.subrow.bg_boilerplate *,
.subrow.boxblack *,
.subrow.boxpink *,
.subrow.boxpurple *,
.subrow.boxblue *,
.subrow.boxdark-blue *,
.subrow.boxgrey *,
.subrow.boxdark-grey *,
.subrow.bg_black *,
.subrow.bg_pink *,
.subrow.bg_purple *,
.subrow.bg_blue *,
.subrow.bg_dark-blue *,
.subrow.bg_grey *,
.subrow.bg_dark-grey * {
    color: #ffffff;
}

.subrow.boxgreen *,
.subrow.boxorange *,
.subrow.boxwhite *,
.subrow.boxlight-blue *,
.subrow.boxlight-grey *,
.subrow.bg_green *,
.subrow.bg_white *,
.subrow.bg_light-blue *,
.subrow.bg_light-grey *,
.subrow.bg_orange * {
    color: #00005c;
}
/* .vc_column-inner inner column level bg priority for font colors  */
.vc_column-inner.bg_boilerplate *,
.vc_column-inner.boxblack *,
.vc_column-inner.boxpink *,
.vc_column-inner.boxpurple *,
.vc_column-inner.boxblue *,
.vc_column-inner.boxdark-blue *,
.vc_column-inner.boxgrey *,
.vc_column-inner.boxdark-grey *,
.vc_column-inner.bg_black *,
.vc_column-inner.bg_pink *,
.vc_column-inner.bg_purple *,
.vc_column-inner.bg_blue *,
.vc_column-inner.bg_dark-blue *,
.vc_column-inner.bg_grey *,
.vc_column-inner.bg_dark-grey * {
    color: #ffffff;
}

.vc_column-inner.boxgreen *,
.vc_column-inner.boxorange *,
.vc_column-inner.boxwhite *,
.vc_column-inner.boxlight-blue *,
.vc_column-inner.boxlight-grey *,
.vc_column-inner.bg_green *,
.vc_column-inner.bg_white *,
.vc_column-inner.bg_light-blue *,
.vc_column-inner.bg_light-grey *,
.vc_column-inner.bg_orange * {
    color: #00005c;
}
/* .wpb_content_element  element level bg priority for font colors  */
.wpb_content_element.bg_boilerplate *,
.wpb_content_element.boxblack *,
.wpb_content_element.boxpink *,
.wpb_content_element.boxpurple *,
.wpb_content_element.boxblue *,
.wpb_content_element.boxdark-blue *,
.wpb_content_element.boxgrey *,
.wpb_content_element.boxdark-grey *,
.wpb_content_element.bg_black *,
.wpb_content_element.bg_pink *,
.wpb_content_element.bg_purple *,
.wpb_content_element.bg_blue *,
.wpb_content_element.bg_dark-blue *,
.wpb_content_element.bg_grey *,
.wpb_content_element.bg_dark-grey * {
    color: #ffffff;
}

.wpb_content_element.boxgreen *,
.wpb_content_element.boxorange *,
.wpb_content_element.boxwhite *,
.wpb_content_element.boxlight-blue *,
.wpb_content_element.boxlight-grey *,
.wpb_content_element.bg_green *,
.wpb_content_element.bg_white *,
.wpb_content_element.bg_light-blue *,
.wpb_content_element.bg_light-grey *,
.wpb_content_element.bg_orange * {
    color: #00005c;
}

.boxblack .underline-link, .boxpink .underline-link, .boxpurple .underline-link, .boxgreen .underline-link,
.boxblue .underline-link, .boxdark-blue .underline-link, .boxlight-blue .underline-link, .boxorange .underline-link, .bg_black .underline-link, .bg_pink .underline-link, .bg_purple .underline-link,
.bg_green .underline-link, .bg_blue .underline-link, .bg_light-blue .underline-link, .bg_dark-blue .underline-link, .bg_orange .underline-link {
    border-bottom-color: #ffffff;
}

/* end buttons */
.underline-link {
    color: #00005c;
    border-bottom: 1px solid #00005c;
}
/* Header Menu Search */
.header__main.stickytop #header-search {
    background-image: url("images/icon_search-blue.svg");
}

.header__main.stickytop #main-menu-button {
    background: url(images/icon_menu.svg) center center no-repeat;
}

/* page header */
header.header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    min-height: 116px;
}
/*
.header__main.stickytop li.hm1, .header__main.stickytop li.hm1 button, .header__main.stickytop li.hm1 a {
    color: #00005c;
}

    .header__main.stickytop li.hm1 .hm_c, .header__main.stickytop li.hm1 .hm_c button, .header__main.stickytop li.hm1 .hm_c a {
        color: #ffffff;
    }
*/
.page__header .page__header-image, .page__header--large .page__header-image, .page__header--large {
    background-color: #000000;
}

.logo_color, .logo_darkmode {
    display: none;
}

.logo_white {
    display: block;
}

.header__main.stickytop .logo_white {
    display: none;
}

.header__main.stickytop .logo_color {
    display: block;
}
/*
@media(max-width: 1024px) {

    ul.header__main-nav.opened a, ul.header__main-nav.opened button {
        color: #0073E6;
    }
}
*/
/* vta tab */
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    color: #333 !important;
}

/* default focus colors */


/* hoverblock */
.atos_hover_block, .atos_hover_block_content {
    position: relative;
}

    .atos_hover_block_content p:not(.pbottom) {
        padding: 0px;
    }

    .atos_hover_block_content a:not(.posbottom, .posbottomleft, .posbottomright) {
        margin-bottom: 0px;
    }

.hbpart .atos_hover_block_content {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.hbover .atos_hover_block_content {
    position: absolute;
    width: 80%;
    left: 10%;
}

@media (min-width: 768px) {
    .atos_hover_block_content {
        max-width: 500px;
    }

    .grid-col-6 .atos_hover_block_content {
        max-width: 80%;
    }

    .grid-col-12 > .atos_hover_block .atos_hover_block_content {
        width: 50%;
    }

    .grid-col-12 > .hbpart .atos_hover_block_content {
        margin-left: auto;
        margin-right: auto;
    }

        .grid-col-12 > .hbpart .atos_hover_block_content.hbleft {
            margin-left: 10%;
            margin-right: auto;
        }

    .grid-col-12 > .hbover .atos_hover_block_content.hbleft {
        left: 10%;
        margin-left: unset;
        margin-right: unset;
    }

    .grid-col-12 > .hbpart .atos_hover_block_content.hbright {
        margin-left: auto;
        margin-right: 10%;
    }

    .grid-col-12 > .hbover .atos_hover_block_content.hbright {
        right: 10%;
        margin-left: unset;
        margin-right: unset;
        left: unset;
    }

    .grid-col-12 > .atos_hover_block .atos_hover_block_content.hblarge {
        width: 80%;
        max-width: 80%;
    }

    .grid-col-12 > .atos_hover_block .atos_hover_block_content.hbsmall {
        width: 40%;
        max-width: 40%;
    }

    .grid-col-12 > .hbover .atos_hover_block_content.hbcenter {
        left: 50%;
        transform: translateX(-50%);
        margin-left: unset;
        margin-right: unset;
    }
}

@media (min-width: 840px) {
    .grid-col-12 > .atos_hover_block .atos_hover_block_content.hblarge {
        width: 80%;
    }

    .grid-col-12 > .atos_hover_block .atos_hover_block_content.hbsmall {
        width: 40%;
    }
}

@media (min-width: 960px) {
    .grid-col-12 > .atos_hover_block .atos_hover_block_content.hblarge {
        max-width: 700px;
        width: 700px;
    }

    .grid-col-12 > .atos_hover_block .atos_hover_block_content.hbsmall {
        max-width: 350px;
        width: 350px;
    }
}

@media (min-width: 1100px) {
    .grid-col-3 .hbpart .atos_hover_block_content {
        margin-left: 5%;
        margin-right: 5%;
    }

    .grid-col-6 .hbpart .atos_hover_block_content {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width:1260px) {
    .grid-col-3 .hbpart .atos_hover_block_content {
        margin-left: 10%;
        margin-right: 10%;
    }

    .grid-col-6 .atos_hover_block_content {
        max-width: 500px;
    }
}
/* Expert contact */
.section .grid-row .exc {
    background-color: var(--expert-contact-background-color);
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
}

    .section .grid-row .exc.exc_bio {
        max-width: 480px;
    }

    .section .grid-row .exc > .exc_info {
        padding-top: 20px;
        text-align: center;
    }

        .section .grid-row .exc > .exc_info * {
            color: var(--expert-contact-text);
        }

img.lazy:not(.small) {
    min-width: 24px;
    min-height: 24px;
}

.section .grid-row .exc.leftalign {
    margin: 0 auto 0 0;
}

.section .grid-row .exc.rightalign {
    margin: 0 0 0 auto;
}

.section .grid-row .exc a {
    color: var(--expert-contact-hyperlink);
}

.section .grid-row .exc.exc_land {
    max-width: unset;
    text-align: left;
    max-width: 600px;
}

.exc_img {
    width: 50%;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
}

.exc_land .exc_imgcon {
    float: left;
    width: 40%;
}

.exc_land .exc_img {
    width: 70%;
}

.exc_round {
    position: relative;
}

    .exc_round > img {
        border-radius: 50%;
        padding: 12px;
        position: relative;
        display: block;
    }

.section .grid-row .exc_round::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-width: 6px;
    border-style: solid;
    border-color: var(--expert-contact-circle-color) var(--expert-contact-circle-highlight) var(--expert-contact-circle-color) var(--expert-contact-circle-color);
    transform: rotate(var(--expert-contact-circle-degrees));
    border-radius: 50%;
}

.exc_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.exc h4 {
    font-size: 1.8rem;
    line-height: 2.2rem;
}

.exc_info {
    width: 100%;
    padding-top: 20px;
}

.exc_land .exc_info {
    float: left;
    width: 60%;
    padding-top: 0;
}

.exc_info > p {
    padding-bottom: 25px;
}

.exc_info b {
    display: block;
}

.exc_info > a {
    display: inline-block;
    padding-bottom: 15px;
}

.exc ul {
    margin: 0;
}

    .exc ul li {
        list-style: none;
        display: inline-block;
        margin: 0 5px;
    }

.exc_land ul li {
    margin: 0 10px 0 0;
}

.max-container {
    width: 100%;
    height: 100%;
}

.round-container {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

    .round-container > img {
        width: 100%;
        height: 100%;
        object-fit: var(--image-size);
        object-position: center center;
    }
