﻿/*!
Theme Name: ATOS
Theme URI: http://www.atos.net/
Author: Seenk
Author URI: http://www.seenk.com/
Description: ATOS 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: 
Text Domain: atos
MW 13/7 37d092f8dac814e46f48ee30195bee00219a6ff6 + FT/TC 4/9
*/


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

http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
***********************************/
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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


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

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/***********************************
  _____  ___    ___   _     ___ 
 |_   _|/ _ \  / _ \ | |   / __|
   | | | (_) || (_) || |__ \__ \ 
   |_|  \___/  \___/ |____||___/
                                
Useful Helper Classes
***********************************/
.hide_on_phone {
    display: none;
}

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

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

.caps {
    text-transform: uppercase;
}

.grid-row, .row-back-to-top {
    position: relative;
    width: 100%;
    max-width: 1138px;
    margin: 0 auto;
}

.grid-col-1, .grid-col-2, .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, .footer__main-sitemap, .footer__main-networks, .footer__main-glance, .footer__main-newsletter {
    float: left;
    width: 100%;
    margin: 0;
}

@media (min-width: 768px) {
    .grid-col-1 {
        float: left;
        width: calc( 8.33333% - (2 * 20px ));
        margin: 0 20px;
    }

    .grid-offset-1 {
        margin-left: calc( 8.33333% + 20px);
    }

    .grid-col-2 {
        float: left;
        width: calc( 16.66667% - (2 * 20px ));
        margin: 0 20px;
    }

    .grid-offset-2 {
        margin-left: calc( 16.66667% + 20px);
    }

    .grid-col-3 {
        float: left;
        width: calc( 25% - (2 * 20px ));
        margin: 0 20px;
    }

    .grid-offset-3 {
        margin-left: calc( 25% + 20px);
    }

    .grid-col-4 {
        float: left;
        width: calc( 33.33333% - (2 * 20px ));
        margin: 0 20px;
    }

    .grid-offset-4 {
        margin-left: calc( 33.33333% + 20px);
    }

    .grid-col-5 {
        float: left;
        width: calc( 41.66667% - (2 * 20px ));
        margin: 0 20px;
    }

    .grid-offset-5 {
        margin-left: calc( 41.66667% + 20px);
    }

    .grid-col-6 {
        float: left;
        width: calc( 50% - (2 * 20px ));
        margin: 0 20px;
    }

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

    .grid-col-7 {
        float: left;
        width: calc( 58.33333% - (2 * 20px ));
        margin: 0 20px;
    }

    .grid-offset-7 {
        margin-left: calc( 58.33333% + 20px);
    }

    .grid-col-8 {
        float: left;
        width: calc( 66.66667% - (2 * 20px ));
        margin: 0 20px;
    }

    .grid-offset-8 {
        margin-left: calc( 66.66667% + 20px);
    }

    .grid-col-9 {
        float: left;
        width: calc( 75% - (2 * 20px ));
        margin: 0 20px;
    }

    .grid-offset-9 {
        margin-left: calc( 75% + 20px);
    }

    .grid-col-10 {
        float: left;
        width: calc( 83.33333% - (2 * 20px ));
        margin: 0 20px;
    }

    .grid-offset-10 {
        margin-left: calc( 83.33333% + 20px);
    }

    .grid-col-11 {
        float: left;
        width: calc( 91.66667% - (2 * 20px ));
        margin: 0 20px;
    }

    .grid-offset-11 {
        margin-left: calc( 91.66667% + 20px);
    }

    .grid-col-12, .footer__main-sitemap, .footer__main-networks, .footer__main-glance, .footer__main-newsletter {
        float: left;
        width: calc( 100% - (2 * 20px ));
        margin: 0 20px;
    }

    .grid-offset-12 {
        margin-left: calc( 100% + 20px);
    }
}

.subrow {
    margin: 0;
}

@media (min-width: 768px) {
    .subrow {
        margin: 0 -20px;
    }
}

.subrow:before, .subrow:after {
    display: block;
    clear: both;
    content: '';
}

.white {
    color: #fff;
}

​.bg_white {
    background-color: #fff;
}

.blue {
    color: #0066A1;
}

​ .bg_blue {
    background-color: #0066A1;
}

​ .lightblue {
    color: #66A3C7;
}

​ .bg_lightblue {
    background-color: #66A3C7;
}

​ .lightgrey {
    color: #F2F2F2;
}

​ .bg_lightgrey {
    background-color: #F2F2F2;
}

​ .grey {
    color: #BFBFBF;
}

​ .bg_grey {
    background-color: #BFBFBF;
}

​ .darkgrey {
    color: #808080;
}

​ .bg_darkgrey {
    background-color: #808080;
}

​ .black {
    color: #000;
}

​ .bg_black {
    background-color: #000;
}

​ .orange {
    color: #FF6319;
}

​ .bg_orange {
    background-color: #FF6319;
}

​ .green {
    color: #AEA400;
}

​ .bg_green {
    background-color: #AEA400;
}

​ .purple {
    color: #6639B7;
}

​ .bg_purple {
    background-color: #6639B7;
}

​ ​ .mauve {
    color: #A626AA;
}

​ .bg_mauve {
    background-color: #A626AA;
}

.teal {
    color: #00B2A9;
}

​ .bg_teal {
    background-color: #00B2A9;
}
/***********************************
Sprite Image for small icons
***********************************/
.flagimg {
    background-image: url(data:image/png;base64,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);
    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-me {
    width: 18px;
    height: 12px;
    background-position: -61px -5px;
}

.flag-au {
    width: 18px;
    height: 12px;
    background-position: -89px -5px;
}

.flag-be {
    width: 18px;
    height: 12px;
    background-position: -117px -5px;
}

.flag-bg {
    width: 18px;
    height: 12px;
    background-position: -5px -27px;
}

.flag-br {
    width: 18px;
    height: 12px;
    background-position: -33px -27px;
}

.flag-canada {
    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: -5px -49px;
}

.flag-co {
    width: 18px;
    height: 12px;
    background-position: -33px -49px;
}

.flag-cs {
    width: 18px;
    height: 12px;
    background-position: -61px -49px;
}

.flag-de {
    width: 18px;
    height: 12px;
    background-position: -89px -49px;
}

.flag-dk {
    width: 18px;
    height: 12px;
    background-position: -117px -49px;
}

.flag-es {
    width: 18px;
    height: 12px;
    background-position: -5px -71px;
}

.flag-es-uy {
    width: 18px;
    height: 12px;
    background-position: -33px -71px;
}

.flag-fi {
    width: 18px;
    height: 12px;
    background-position: -61px -71px;
}

.flag-fr {
    width: 18px;
    height: 12px;
    background-position: -89px -71px;
}

.flag-hr {
    width: 18px;
    height: 12px;
    background-position: -117px -71px;
}

.flag-hu {
    width: 18px;
    height: 12px;
    background-position: -5px -93px;
}

.flag-in {
    width: 18px;
    height: 12px;
    background-position: -33px -93px;
}

.flag-it {
    width: 18px;
    height: 12px;
    background-position: -61px -93px;
}

.flag-ja {
    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: -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-qatar {
    width: 18px;
    height: 12px;
    background-position: -5px -137px;
}

.flag-ro {
    width: 18px;
    height: 12px;
    background-position: -33px -137px;
}

.flag-ru {
    width: 18px;
    height: 12px;
    background-position: -61px -137px;
}

.flag-sau {
    width: 18px;
    height: 12px;
    background-position: -89px -137px;
}

.flag-sg {
    width: 18px;
    height: 12px;
    background-position: -117px -137px;
}

.flag-sk {
    width: 18px;
    height: 12px;
    background-position: -145px -5px;
}

.flag-sr {
    width: 18px;
    height: 12px;
    background-position: -145px -27px;
}

.flag-sv {
    width: 18px;
    height: 12px;
    background-position: -145px -49px;
}

.flag-th {
    width: 18px;
    height: 12px;
    background-position: -145px -71px;
}

.flag-tr {
    width: 18px;
    height: 12px;
    background-position: -145px -93px;
}

.flag-uk {
    width: 18px;
    height: 12px;
    background-position: -145px -115px;
}

.flag-us {
    width: 18px;
    height: 12px;
    background-position: -145px -137px;
}


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

HTML Generics & Global Layout
***********************************/
* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

html {
    font-size: 62.5%;
}

body {
    color: #343430;
    font-family: "Stag Sans Book", Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2.0rem;
}

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

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

.section {
    padding: 20px;
    max-width: 1800px;
    margin: 0 auto;
}

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

.section.fullwidth {
    padding: 0;
    background-size: cover;
}

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

.section.blue {
    color: #FFFFFF;
    background-color: #0066a1;
}

.section.page, .section.article {
    padding: 0;
}

.section.overlay-blue {
    position: relative;
    color: #FFFFFF;
}

    .section.overlay-blue p, .section.overlay-blue h1, .section.overlay-blue h2, .section.overlay-blue h3, .section.overlay-blue h4, .section.overlay-blue h5, .section.overlay-blue h6 {
        color: #FFFFFF !important;
    }

    .section.overlay-blue:before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        background-color: #0066a1;
        z-index: 0;
    }

.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 16px;
        list-style-type: square;
    }
    .section ol li {
        list-style-type: decimal;
    }

.row-sep {
    margin: 0 0 20px;
    border-bottom: solid 1px #d6d6d6;
}

@media (min-width: 768px) {
    .row-sep {
        margin: 0 20px 20px;
    }
}

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

Headings styling
***********************************/
h1, .h1 {
    color: #0066a1;
    font-family: "Stag Medium", Verdana, Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    line-height: 3.6rem;
}

h2, .h2 {
    color: #343430;
    font-family: "Stag Medium", Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2rem;
    padding: 0 0 15px;
}

h3, .h3 {
    color: #343430;
    font-family: "Stag Medium", Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2rem;
    padding: 0 0 15px;
}

h4, .h4 {
    font-family: "Stag Medium", Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    padding: 8px 0px;
}

h5, .h5 {
    color: #343430;
    font-family: "Stag Medium", Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
    font-weight: 700;
    padding: 8px 0px;
}

h6, .h6 {
    color: #0066a1;
    font-family: "Stag Medium", Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section__title {
    text-align: center;
}

    .section__title span {
        display: block;
    }

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

Default Contents properties and/or from WYSIWIG Editors
***********************************/
p {
    padding: 0 0 15px;
}

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

a {
    color: #0066a1;
    text-decoration: none;
}

    a:hover {
        color: #003a5b;
    }

.link {
    display: inline-block;
    position: relative;
    color: #0066a1;
    font-family: "Stag Sans Semibold", Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 13px;
    line-height: 1.3rem;
    text-transform: uppercase;
}

    .link:after {
        position: absolute;
        display: block;
        content: '';
        top: 50%;
        right: -10px;
        width: 5px;
        height: 8px;
        margin: -6px 0 0;
        background: url("images/icon_chevron-blue.svg") 0 0 no-repeat;
        background-size: cover;
    }

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

        .link.left:after {
            position: absolute;
            display: block;
            content: '';
            top: 50%;
            left: 0;
            width: 5px;
            height: 8px;
            margin: -6px 0 0;
            background: url("images/icon_chevron-blue.svg") 0 0 no-repeat;
            background-size: cover;
        }

    .link.white {
        color: #FFFFFF;
    }

        .link.white:after {
            position: absolute;
            display: block;
            content: '';
            top: 50%;
            right: -10px;
            width: 5px;
            height: 8px;
            margin: -6px 0 0;
            background: url("images/icon_chevron-white.svg") 0 0 no-repeat;
            background-size: cover;
        }

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

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

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

.page__content {
    padding: 100px 0;
}

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

    .page__content .jwplayer {
        margin: 20px 0;
    }

@media (min-width: 768px) {
    .page__content .jwplayer {
        margin: 0;
    }
}


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

@media (min-width: 768px) {
    .decoration__next-section {
        display: block;
        content: '';
        position: absolute;
        left: 50%;
        bottom: 20px;
        width: 76px;
        height: 38px;
        text-align: center;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: url("images/bg_next-section.svg") 0 0 no-repeat;
        z-index: 3;
    }

        .decoration__next-section:after {
            display: block;
            content: '';
            position: absolute;
            width: 10px;
            height: 16px;
            top: 50%;
            left: 50%;
            margin: -8px 0 0 -5px;
            background: url("images/icon_chevron-blue.svg") 0 0 no-repeat;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            z-index: 2;
        }
}

@media (min-width: 768px) {
    .decoration__next-section.offwhite {
        background: url("images/bg_next-section-offwhite.svg") 0 0 no-repeat;
    }
}

@media (min-width: 768px) {
    .decoration__prev-section {
        display: block;
        content: '';
        width: 76px;
        height: 38px;
        text-align: center;
        background: url("images/bg_next-section.svg") 0 0 no-repeat;
        z-index: 3;
    }

        .decoration__prev-section:after {
            display: block;
            content: '';
            position: absolute;
            width: 10px;
            height: 16px;
            top: 50%;
            left: 50%;
            margin: -8px 0 0 -5px;
            background: url("images/icon_chevron-blue.svg") 0 0 no-repeat;
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            z-index: 2;
        }
}

@media (min-width: 1280px) {
    .decoration__prev-section {
        margin-left: -40px;
    }
}

/* TC removed 21/7 */
/*.dash:after, .dash-white:after, .social-post__wrapper:after { position: absolute; content: ''; display: block; bottom: 0; width: 20px; height: 4px; background-color: #0066a1; } */

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

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

    /* FT 11/10/17 */
    .social-post__wrapper::after {
        display: none;
    }

.dash-white {
}

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

.back-to-top, .back-to-top:hover {
    position: absolute;
    display: block;
    cursor: pointer;
    top: -18px;
    right: 10px;
}

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

***********************************/
.btn, button[type="submit"], input[type="submit"], textarea[type="submit"], .button, .button-white, .button-blue, .button-transp, .button-bluewhite, .button-whiteblue, .button-cat, button {
    cursor: pointer;
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    font-family: "Stag Sans Semibold", Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 13px;
    line-height: 1.3rem;
    min-height: 40px;
    margin: 20px 0;
    padding: 13px 50px 12px 25px;
    text-transform: uppercase;
    background-color: #0066a1;
    border: solid 2px #0066a1;
    border-radius: 20px;
}

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

        .btn:hover:after, button[type="submit"]:hover:after, input[type="submit"]:hover:after, textarea[type="submit"]:hover:after, .button:hover:after, .button-white:hover:after, .button-blue:hover:after, .button-transp:hover:after, .button-bluewhite:hover:after, .button-whiteblue:hover:after, .button-cat:hover:after, button:hover:after {
            background: url("images/icon_chevron-blue.svg") 0 0 no-repeat;
            background-size: cover;
        }

    .btn:after, button[type="submit"]:after, input[type="submit"]:after, textarea[type="submit"]:after, .button:after, .button-white:after, .button-blue:after, .button-transp:after, .button-bluewhite:after, .button-whiteblue:after, .button-cat:after, button:after {
        position: absolute;
        display: block;
        top: 50%;
        right: 30px;
        width: 5px;
        height: 8px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background: url("images/icon_chevron-white.svg") 0 0 no-repeat;
        background-size: cover;
    }

.button-white {
    color: #0066a1;
    border: solid 2px #fff;
    background-color: #fff;
}

    .button-white:after {
        background: url("images/icon_chevron-blue.svg") 0 0 no-repeat;
        background-size: cover;
        content: '';
    }

    .button-white:hover {
        color: #ffffff !important;
        border-color: #fff;
        background-color: transparent;
        -webkit-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
        text-decoration: none !important;
    }

        .button-white:hover:after {
            background: url("images/icon_chevron-white.svg") 0 0 no-repeat;
            background-size: cover;
            content: '';
        }

.button-blue {
    color: #ffffff;
    border: solid 2px #0066a1;
    background-color: #0066a1;
}

    .button-blue:after {
        background: url("images/icon_chevron-white.svg") 0 0 no-repeat;
        background-size: cover;
        content: '';
    }

    .button-blue:hover {
        color: #0066a1 !important;
        border-color: #0066a1;
        background-color: transparent;
        -webkit-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
        text-decoration: none !important;
    }

        .button-blue:hover:after {
            background: url("images/icon_chevron-blue.svg") 0 0 no-repeat;
            background-size: cover;
            content: '';
        }

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

    .button-transp:after {
        background: url("images/icon_chevron-white.svg") 0 0 no-repeat;
        background-size: cover;
        content: '';
    }

    .button-transp:hover {
        color: #0066a1 !important;
        border-color: #fff;
        background-color: #fff;
        -webkit-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
        text-decoration: none !important;
    }

        .button-transp:hover:after {
            background: url("images/icon_chevron-blue.svg") 0 0 no-repeat;
            background-size: cover;
            content: '';
        }

.button-bluewhite {
    color: #ffffff;
    border: solid 2px #0066a1;
    background-color: #0066a1;
}

    .button-bluewhite:after {
        background: url("images/icon_chevron-white.svg") 0 0 no-repeat;
        background-size: cover;
        content: '';
    }

    .button-bluewhite:hover {
        color: #0066a1 !important;
        border-color: #0066a1;
        background-color: #fff;
        -webkit-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
        text-decoration: none !important;
    }

        .button-bluewhite:hover:after {
            background: url("images/icon_chevron-blue.svg") 0 0 no-repeat;
            background-size: cover;
            content: '';
        }

.button-whiteblue {
    color: #0066a1;
    border: solid 2px #fff;
    background-color: #fff;
}

    .button-whiteblue:after {
        background: url("images/icon_chevron-blue.svg") 0 0 no-repeat;
        background-size: cover;
        content: '';
    }

    .button-whiteblue:hover {
        color: #ffffff !important;
        border-color: #fff;
        background-color: #0066a1;
        -webkit-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
        text-decoration: none !important;
    }

        .button-whiteblue:hover:after {
            background: url("images/icon_chevron-white.svg") 0 0 no-repeat;
            background-size: cover;
            content: '';
        }

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

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

input[type="text"], textarea[type="text"], input[type="password"], textarea[type="password"], input[type="date"], textarea[type="date"], input[type="tel"], textarea[type="tel"], input[type="email"], textarea[type="email"], input[type="number"], textarea[type="number"] {
    display: block;
    color: #626262;
    font-family: "Stag Sans Book", Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 13px;
    line-height: 1.3rem;
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    background-color: #FFFFFF;
    border: solid 2px #CCCCCC;
    border-radius: 20px;
    vertical-align: top;
}

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

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

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

select {
    color: #585855;
    font-family: "Stag Sans Book", Verdana, Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 17px;
    line-height: 1.7rem;
    width: 100%;
    height: 40px;
    padding: 8px 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;
}

textarea {
    max-width: 100%;
}

    button[type="submit"], input[type="submit"], textarea[type="submit"] {
        font-family: "Stag Sans Medium", Verdana, Arial, Helvetica, sans-serif;
    }


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

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

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

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

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

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

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

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

/*********************************** FOOTER > NEWSLETTER FORM */
.form-newsletter {
    position: relative;
    margin: 20px 0 0;
}

    .form-newsletter input[type="email"], .form-newsletter textarea[type="email"], .form-newsletter input[type="text"], .form-newsletter textarea[type="text"] {
        padding-right: 80px;
    }

    .form-newsletter button[type="submit"], .form-newsletter input[type="submit"], .form-newsletter textarea[type="submit"] {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 15px 20px 12px 15px;
        border: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

        .form-newsletter button[type="submit"]:after, .form-newsletter input[type="submit"]:after, .form-newsletter textarea[type="submit"]:after {
            display: none;
        }

/*********************************** 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: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
    padding: 3px 0 8px;
}

#contactform .ginput_container_select {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 13px;
    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-family: "Stag Sans Book", Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
    border: solid 2px #CCCCCC;
    border-radius: 20px;
    vertical-align: top;
    outline: none !important;
}

#contactform select {
    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 15px;
    background-position: 2px 4px;
}

    #contactform select option {
        height: 20px;
    }

#contactform input, #contactform textarea, #contactform select {
    font-family: "Stag Sans Book", Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
}

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

#contactform .button:after, #contactform .button-white:after, #contactform .button-blue:after, #contactform .button-transp:after {
    background: url("images/icon_chevron-white.svg") 0 0 no-repeat;
    background-size: cover;
}

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

#contactform .validation_error {
    color: #e3632b;
    padding: 10px;
    border-left: 2px solid #e3632b;
}
/*
#contactform .gfield_checkbox li {
    margin: 0;
    padding: 0;
}

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

#contactform .gform_button {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15px;
    line-height: 1.5rem;
    border: solid 2px #0066a1;
    background: url("images/icon_chevron-white.svg") #0066a1 85% center no-repeat;
    background-size: 8px 11px;
}

    #contactform .gform_button:hover {
        color: #0066a1;
        border: solid 2px #0066a1;
        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-family: "Stag Sans Book", Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-size: 1.5rem;
    line-height: 13px;
    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;
    }
/*********************************** OLYMPIC SUBSCRIBE */
#olympicsubscribe input#emailaddress, #olympicsubscribe textarea#emailaddress {
    display: inline-block;
    max-width: 60%;
    margin: 0px auto;
    background-color: #fff;
    border-color: #fff;
}

#olympicsubscribe button#submitbutton {
    display: inline-block;
    color: #0066a1;
    margin: 0px 0px 0px 12px;
    background-color: #FFFFFF;
    border: solid 2px #FFFFFF;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

    #olympicsubscribe button#submitbutton:after {
        background: url("images/icon_chevron-blue.svg") 0 0 no-repeat;
        background-size: cover;
        right: 30px;
    }

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

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

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

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

th, .table-head {
    color: #FFFFFF;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
    line-height: 1.6rem;
    min-width: 90px;
    padding: 10px 8px 8px;
    text-align: left;
    text-transform: uppercase;
    background-color: #0066a1;
}

@media (min-width: 768px) {
    th, .table-head {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 18px;
        line-height: 1.8rem;
    }
}

td, .table-cell {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
    padding: 14px 8px 12px;
    border-bottom: solid 1px #bfbfbf;
}

/** Pseudo-tables responsive layout **/
tbody::-webkit-scrollbar {
    display: none;
}

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: #0066a1;
}

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


/***********************************
    Global Header styling
*************************************/
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-bottom: 20px;
}

    .header:before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 145px;
        background: url("images/bg_pre-header_shadow.png") 0 0 repeat-x;
        z-index: 2;
    }

/*********************************** PRE HEADER STYLING */
.header__pre {
    position: relative;
    color: #FFFFFF;
    font-family: "Stag Sans Medium", Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    line-height: 1rem;
    padding: 20px 0 10px;
    text-transform: uppercase;
    z-index: 55;
}

@media (min-width: 480px) {
    .header__pre {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 12px;
        line-height: 1.2rem;
        padding: 20px 0 10px;
    }
}

@media (min-width: 800px) {
    .header__pre {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 12px;
        line-height: 1.2rem;
        padding: 20px 20px 10px;
    }
}

.header__pre > ul > li {
    display: inline-block;
    padding: 7px 10px 5px 3px;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .header__pre > ul > li {
        padding: 7px 12px 5px;
    }

    .header__pre {
        max-width: initial;
    }
}

.header__pre > ul > li:first-of-type {
    margin-right: 6px;
    padding-left: 0;
}

@media (min-width: 768px) {
    .header__pre > ul > li:first-of-type {
        margin-right: 0;
    }
}

@media (max-width: 420px) {
    .header__pre img {
        height: 10px;
    }
}

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

.header__pre > ul > li a {
    color: #FFFFFF;
    -webkit-transition: all 80ms ease-in-out;
    transition: all 80ms ease-in-out;
}

    .header__pre > ul > li a:hover, .header__pre > ul > li a.active {
        color: #0066a1;
        -webkit-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
    }

.header__pre-institutional {
    display: block;
    float: left;
    max-width: calc( 100% - 60px );
}

    .header__pre-institutional li img {
        float: left;
        margin-right: 7px;
        position: relative;
        top: 1px;
    }

.header__pre-external {
    display: none;
}

.header__pre-language {
    display: block;
    float: right;
}

@media (min-width: 768px) {
    .header__pre-institutional {
        max-width: initial;
    }
}

@media (min-width: 768px) {
    .header__pre-external, .header__pre-language {
        display: block;
        float: right;
    }

    .header__pre-language {
        padding-right: 16px;
    }
}

.header__pre-external ul {
    position: relative;
    top: -4px;
}

    .header__pre-external ul img {
        position: relative;
        top: 1px;
    }


.header__pre-language .lang-selector span {
    padding-right: 12px;
}

.header__pre-external {
    position: relative;
    top: -1px;
}

    .header__pre-external .networks-list__icon, .header__pre-language .networks-list__icon {
        width: 20px;
        height: 24px;
        padding: 0;
        background-color: transparent !important;
    }

/*********************************** MAIN HEADER STYLING */
.header__main {
    position: relative;
    font-family: "Stag Sans Medium", Verdana, Arial, Helvetica, sans-serif;
    padding: 26px 20px;
    background-color: #FFFFFF;
    z-index: 50;
}

@media (min-width: 1280px) {
    .header__main {
        margin: 0;
    }
}

@media (min-width: desktop-lg) {
    .header__main {
        margin: 0;
    }
}

.header__main .header__main-logo {
    position: relative;
    width: 100%;
    min-width: 100px;
    max-width: 150px;
    height: auto;
    vertical-align: middle;
    z-index: 1;
    padding: 0;
}

    .header__main .header__main-logo a {
        display: block;
    }

    .header__main .header__main-logo img {
        display: block;
        max-height: 46px;
        -ms-interpolation-mode: bicubic;
    }

@media (min-width: 480px) {
    .header__main .header__main-logo {
        max-width: 190px;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .header__main .header__main-logo {
        max-width: 220px;
    }
}

@media (min-width: 1025px) {
    .header__main .header__main-nav {
        position: absolute;
        color: #343430;
        font-family: "Stag Sans Semibold", Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 14px;
        line-height: 1.4rem;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        padding: 41px 70px 0 0;
        text-align: right;
        text-transform: uppercase;
        vertical-align: middle;
    }
}

@media (min-width: 1280px) {
    .header__main .header__main-nav {
        padding-right: 50px;
    }
}

@media (min-width: desktop-lg) {
    .header__main .header__main-nav {
        padding-right: 50px;
    }
}

.header__main .header__main-nav .icon__menu {
    cursor: pointer;
    position: absolute;
    display: block;
    content: '';
    top: 34px;
    right: 70px;
    width: 40px;
    height: 28px;
    background: url("images/icon_menu.svg") center center no-repeat;
    background-size: cover;
}

@media (min-width: 1025px) {
    .header__main .header__main-nav .icon__menu {
        display: none;
    }
}

.header__main .header__main-nav .header__main-menu {
    display: none;
    padding-top: 26px;
    visibility: hidden;
}

@media (min-width: 1025px) {
    .header__main .header__main-nav .header__main-menu {
        display: block;
        padding-top: 0;
        visibility: visible;
    }
}

.header__main .header__main-nav .header__main-menu.opened {
    display: block;
    visibility: visible;
}

.header__main .header__main-nav .header__main-menu > li {
    padding: 8px 0;
}

@media (min-width: 1025px) {
    .header__main .header__main-nav .header__main-menu > li {
        position: relative;
        display: inline-block;
        padding: 0 12px 40px;
    }

        .header__main .header__main-nav .header__main-menu > li:first-of-type {
            padding-left: 0;
        }

        .header__main .header__main-nav .header__main-menu > li:last-of-type {
            padding-right: 0;
        }
}

@media (min-width: 1025px) {
    .header__main .header__main-nav .header__main-menu > li.megamenu {
        position: static;
    }
}

.header__main .header__main-nav a {
    display: block;
    color: #343430;
    -webkit-transition: all 80ms ease-in-out;
    transition: all 80ms ease-in-out;
    padding: 5px 0;
}

@media (min-width: 1025px) {
    .header__main .header__main-nav a {
        padding: 0;
    }
}

.header__main .header__main-nav a:hover, .header__main .header__main-nav a.active {
    color: #0066a1;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

li.parentmenu {
    position: relative;
    overflow: hidden;
}

    li.parentmenu:hover {
        overflow: visible;
    }

        li.parentmenu:hover > a, li.parentmenu:hover > span {
            color: #0066a1;
        }

        li.parentmenu:hover .submenu {
            opacity: 1;
            visibility: visible;
        }

    li.parentmenu:after {
        display: block;
        content: '';
        position: absolute;
        top: 7px;
        right: 1px;
        border-top: solid 2px transparent;
        border-right: solid 2px #FFFFFF;
        border-bottom: solid 2px #FFFFFF;
        border-left: solid 2px transparent;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

@media (min-width: 480px) {
    li.parentmenu:after {
        top: 10px;
    }
}

li.parentmenu .submenu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 22px;
    min-width: 120px;
    text-align: left;
    background-color: #343430;
    z-index: 99;
}

@media (max-width: 768px) {
    li.parentmenu.lang-selector .submenu {
        right: 0px;
        min-width: 100px;
    }
}

li.parentmenu .submenu li {
    display: block;
    margin: 0;
    padding: 5px;
}

li.parentmenu .submenu a, li.parentmenu .submenu a:hover {
    color: #FFFFFF;
}

li.parentmenu .submenu.countries__list {
    min-width: 280px;
}

    li.parentmenu .submenu.countries__list .countries__list-col {
        display: inline-block;
        width: 50%;
        min-width: 130px;
        vertical-align: top;
    }

    li.parentmenu .submenu.countries__list .site__flag {
        margin-right: 3px;
        vertical-align: top;
    }

li.megamenu {
    position: static;
}

    li.megamenu > a {
        position: relative;
    }

@media (min-width: 1025px) {
    li.megamenu > a:after {
        position: absolute;
        content: '';
        display: block;
        top: 50px;
        width: 100%;
        height: 4px;
        background-color: #0066a1;
        visibility: hidden;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }
}

li.megamenu li {
    height: 64px;
    padding: 10px 0;
    text-align: left;
    vertical-align: middle;
}

@media (min-width: 960px) {
    li.megamenu li {
        max-height: none;
    }
}

li.megamenu li .submenu__icon {
    display: inline-block;
    max-width: 40px;
    padding: 0 10px 0 0;
    vertical-align: middle;
}

li.megamenu li .submenu__flag {
    display: inline-block;
    width: 18px;
    height: 12px;
    padding: 0;
    margin: 0 0 0 7px;
    vertical-align: middle;
}

    li.megamenu li .submenu__flag img {
        width: 18px;
        height: 12px;
        padding: 0;
        margin: 0;
        vertical-align: middle;
        top: -4px;
        position: relative;
    }

li.megamenu li .submenu__item {
    display: inline-block;
    max-width: calc(100% - 40px - 25px);
    vertical-align: middle;
}

li.megamenu .submenu {
    opacity: 0;
    visibility: hidden;
    position: relative;
    display: block;
    width: 100%;
    max-height: 0;
    left: 0;
    top: 0;
    padding: 0;
    text-align: left;
    overflow: hidden;
    z-index: 5;
}

@media (min-width: 1025px) {
    li.megamenu .submenu {
        position: absolute;
        top: 94px;
        background-color: #f5f5f5;
    }
}

@media (min-width: 630px) {
    li.megamenu .submenu .grid-col-3 {
        float: left;
        width: calc( 50% - (2 * 15px ));
        margin: 0 10px 0 20px;
    }
}

@media (min-width: 1025px) {
    li.megamenu .submenu .grid-col-3 {
        float: left;
        width: calc( 25% - (2 * 15px ));
        margin: 0 10px 0 20px;
    }

    li.megamenu li .submenu__flag img {
        width: 18px;
        height: 12px;
        padding: 0;
        margin: 0;
        vertical-align: middle;
        top: -2px;
        position: relative;
    }
}

li.megamenu:hover > a, li.megamenu.opened > a {
    color: #0066a1;
}

    li.megamenu:hover > a:after, li.megamenu.opened > a:after {
        visibility: visible;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transition: all 200ms ease-in-out 100ms;
        transition: all 200ms ease-in-out 100ms;
    }

li.megamenu:hover > .submenu, li.megamenu.opened > .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

@media (min-width: 1025px) {
    li.megamenu:hover > .submenu, li.megamenu.opened > .submenu {
        max-height: 600px;
        padding: 20px 0;
    }
}

/*********************************** SECTION INSIGHTS */
.home__insights {
    padding: 80px 0;
}

.home__insights__banner {
    position: relative;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.home__insights__banner-content {
    max-width: 260px;
    padding: 60px 0 60px 35px;
}

@media (min-width: 1025px) {
    .home__insights__banner-content {
        max-width: 450px;
        padding: 75px 0 80px 65px;
    }
}

.home__insights__banner-title {
    color: #FFFFFF;
    font-family: "Stag Medium", Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
    padding-bottom: 15px;
}

.home__insights__banner-img {
    display: none;
}

@media (min-width: 768px) {
    .home__insights__banner-img {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        width: 557px;
        height: 118px;
        margin-top: -39px;
        z-index: 1;
    }
}

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

.default_content .page__header, .default_content .page__header--large {
    background: url("images/page__header-default.jpg") center top no-repeat;
}

.page__header .page__header-image, .page__header--large .page__header-image {
    position: relative;
    width: 100%;
    color: #FFFFFF;
    font-family: "Stag Sans Light", Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
    margin: 0;
    padding: 0;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}

.page__header-grad {
    width: 100%;
    padding: 210px 0 0 40px;
    min-height: 390px;
}

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

    .page__header-grad {
        padding: 240px 0 0 0;
    }
}

@media (min-width: 960px) {
    .page__header .page__header-image, .page__header--large .page__header-image, .page__header--large {
        background-position: top center;
    }
}

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

@media (min-width: 1800px) {
    .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;
}

.page__header-image h1, .page__header-image h2, .header__banner-title {
    color: #FFFFFF;
    font-family: "Stag Medium", Verdana, Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-size: 3rem;
    line-height: 35px;
    line-height: 3.5rem;
}

@media (min-width: 768px) {
    .page__header-image h1, .page__header-image h2, .header__banner-title {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 40px;
        line-height: 4rem;
    }
}

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

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

.page__header-image h2 {
    font-family: "Stag Light", Verdana, Arial, Helvetica, sans-serif;
}

.header__banner-subtitle {
    color: #FFFFFF;
    font-family: "Stag Light", Verdana, Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-size: 3rem;
    line-height: 35px;
    line-height: 3.5rem;
}

@media (min-width: 768px) {
    .header__banner-subtitle {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 40px;
        line-height: 4rem;
    }
}

@media (min-width: 1025px) {
    .header__banner-subtitle {
        font-size: 45px;
        font-size: 4.5rem;
        line-height: 50px;
        line-height: 5rem;
    }
}

.header__banner-excerpt {
    color: #FFFFFF;
    font-family: "Stag Sans Light", Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    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 0 0 40px;
    min-height: 200px;
}

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

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

@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: 1800px) {
    .lp_content .page__header .page__header-image, .lp_content .page__header--large .page__header-image, .lp_content .page__header--large {
        min-height: 200px;
    }
}


/*********************************** SINGLE ARTICLE */
@media (max-width: 767px) {
    .article__content .grid-row {
        padding: 0px 20px 0px 20px;
    }

    .article__content .section .grid-row {
        padding: 0px 20px 0px 20px;
    }
}

.article .wrapper, .article .pagination {
    padding: 35px 20px;
}

.article .article__content {
    padding: 35px 0;
}

.article .section {
    padding-top: 0;
}

/*********************************** LIST */
.list-posts {
    position: relative;
}

    .list-posts .post {
        padding-bottom: 40px;
    }

/*********************************** CATEGORY / TAG ARCHIVES  */
.archives__list-item {
    padding-bottom: 20px;
}

    /* 170904 */
    .archives__list-item a {
        color: #0066a1;
    }

    .archives__list-item h2 {
        padding-bottom: 5px;
    }

/*********************************** TAGS LIST */
.post-tags {
    padding: 0 0 15px;
}

    .post-tags ul li {
        display: inline-block;
        margin: 0 8px 0 0;
        padding: 0;
    }

    .post-tags .tag-link {
        display: block;
        color: #FFFFFF;
        padding: 5px 20px 4px;
        text-transform: uppercase;
        background-color: #b9b9b9;
        border-radius: 2px;
    }

        .post-tags .tag-link a {
            color: inherit;
            text-decoration: none;
        }

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

.error_404 {
    text-align: center;
}

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

Footer styling
***********************************/
.footer {
    background-color: #FFFFFF;
}

/*********************************** MAIN FOOTER STYLING */
.footer__main {
    position: relative;
    color: #626262;
    padding: 35px 20px;
}

@media (min-width: 768px) {
    .footer__main {
        padding: 35px 0;
    }
}

.footer__main p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    line-height: 1.6rem;
}

.footer__main .footer__main-title {
    color: #343430;
    font-family: "Stag Medium", Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
    padding: 0 0 15px;
    letter-spacing: 0;
    text-transform: none;
}

.footer__main-sitemap {
    position: relative;
    font-family: "Stag Sans Medium", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px;
    line-height: 1.7rem;
    min-height: 160px;
    padding: 30px 0;
}

    .footer__main-sitemap:after {
        display: block;
        position: absolute;
        content: '';
        width: 120px;
        height: 1px;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        background: #e5e5e5;
    }

@media (min-width: 768px) {
    .footer__main-sitemap {
        width: calc( 50% - (2 * 20px ));
        padding: 0;
    }

        .footer__main-sitemap:after {
            display: block;
            width: 1px;
            height: 135px;
            top: 0;
            right: -20px;
            bottom: auto;
            left: auto;
        }
}

@media (min-width: 1025px) {
    .footer__main-sitemap {
        width: calc( 33.33333% - (2 * 20px ));
        min-height: 0;
    }
}

.footer__main-sitemap a {
    color: #66a3c7;
}

.footer__main-sitemap .sitemap__links-list {
    display: inline-block;
    width: 45%;
    margin: 0;
    vertical-align: top;
}

    .footer__main-sitemap .sitemap__links-list:first-of-type {
        margin-right: 10%;
    }

.footer__main-networks {
    position: relative;
    min-height: 160px;
    padding: 30px 0;
}

    .footer__main-networks:after {
        display: block;
        position: absolute;
        content: '';
        width: 120px;
        height: 1px;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        background: #e5e5e5;
    }

@media (min-width: 768px) {
    .footer__main-networks {
        width: calc( 50% - (2 * 20px ));
        padding: 0;
    }

        .footer__main-networks:after {
            display: none;
        }
}

@media (min-width: 1025px) {
    .footer__main-networks {
        width: calc( 16.66667% - (2 * 20px ));
        min-height: 0;
    }

        .footer__main-networks:after {
            display: block;
            width: 1px;
            height: 135px;
            top: 0;
            right: -20px;
            bottom: auto;
            left: auto;
        }
}

.footer__main-glance {
    position: relative;
    min-height: 160px;
    padding: 30px 0;
}

    .footer__main-glance:after {
        display: block;
        position: absolute;
        content: '';
        width: 120px;
        height: 1px;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        background: #e5e5e5;
    }

@media (min-width: 768px) {
    .footer__main-glance {
        width: calc( 50% - (2 * 20px ));
        padding: 0;
    }

        .footer__main-glance:after {
            display: block;
            width: 1px;
            height: 135px;
            top: 0;
            right: -20px;
            bottom: auto;
            left: auto;
        }
}

@media (min-width: 1025px) {
    .footer__main-glance {
        width: calc( 25% - (2 * 20px ));
        min-height: 0;
    }
}

.footer__main-glance .slider-pagination {
    top: 5px;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.footer__main-newsletter {
    position: relative;
    min-height: 160px;
    padding: 30px 0;
}

@media (min-width: 768px) {
    .footer__main-newsletter {
        width: calc( 50% - (2 * 20px ));
        padding: 0;
    }
}

@media (min-width: 1025px) {
    .footer__main-newsletter {
        width: calc( 25% - (2 * 20px ));
        min-height: 0;
    }
}

.footer__main-newsletter .gfield_label, .footer__main-newsletter .ginput_counter, .footer__main-newsletter .validation_error {
    display: none !important;
}

/*********************************** FOOTER SLIDER / AT A GLANCE */
.footer__main-glance .slider__glance {
    position: relative;
}

.footer__main-glance .footer__slider-img {
    float: left;
    margin: 0 20px 5px 0;
}

.footer__main-glance .slider__glance-pagination {
    display: inline-block;
    position: absolute;
    top: 33px;
    right: 0;
    width: auto;
}

@media (min-width: 768px) {
    .footer__main-glance .slider__glance-pagination {
        top: 5px;
    }
}

/*********************************** SUB FOOTER STYLING */
.footer__sub {
    font-family: "Stag Sans Medium", Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 13px;
    line-height: 1.3rem;
    padding: 10px 0;
    text-align: center;
    background-color: #f5f5f5;
}

    .footer__sub ul li {
        display: inline-block;
        color: #808080;
        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: left;
    height: auto;
    margin: 0 15px 15px 0;
    width: 25%;
    float: left;
    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%;
    }

@media (min-width: 1025px) {
    .footer__sub ul li {
        padding: 0 10px;
    }
}

.breadcrumb {
    position: relative;
    color: #FFFFFF;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
    line-height: 1.6rem;
    padding: 8px 20px 6px;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.01) 80%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.01) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#03000000',GradientType=1 );
    z-index: 3;
}

@media (min-width: 768px) {
    .breadcrumb {
        position: relative;
        top: auto;
    }
}

.breadcrumb a {
    color: #dedcdc;
}

.breadcrumb .sep {
    color: #FFFFFF;
}

.grid__article, .grid__article-double, .grid__article-quote {
    position: relative;
    color: #bfbfbf;
    margin: 20px 0;
    background-color: #f5f5f5;
}

@media (min-width: 768px) {
    .grid__article, .grid__article-double, .grid__article-quote {
        margin: 20px;
    }
}

@media (min-width: 1025px) {
    .grid__article, .grid__article-double, .grid__article-quote {
        min-height: 340px;
    }
}

.grid__article-content, .grid__article-quote .grid__quote-content {
    position: relative;
    height: 100%;
    padding: 40px;
}

@media (min-width: 1025px) {
    .grid__article-content, .grid__article-quote .grid__quote-content {
        min-height: 340px;
    }
}

.grid__article-content:after, .grid__article-quote .grid__quote-content:after {
    position: absolute;
    display: block;
    content: '';
    left: 40px;
    bottom: 40px;
    width: 20px;
    height: 4px;
    background-color: #0066a1;
}

.grid__article-double .grid__article-thumb {
    overflow: hidden;
}

@media (min-width: 768px) {
    .grid__article-double .grid__article-thumb {
        float: left;
        max-width: 50%;
        overflow: hidden;
    }

        .grid__article-double .grid__article-thumb:after {
            display: block;
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: rotate(45deg) translate(-90%, -50%);
            -ms-transform: rotate(45deg) translate(-90%, -50%);
            transform: rotate(45deg) translate(-90%, -50%);
            border-left: solid 15px #f5f5f5;
            border-bottom: solid 15px #f5f5f5;
            border-top: solid 15px transparent;
            border-right: solid 15px transparent;
        }
}

.grid__article-double .grid__article-thumb img {
    width: 100%;
}

@media (min-width: 768px) {
    .grid__article-double .grid__article-thumb img {
        display: block;
        width: auto;
        height: 100%;
        max-width: none;
    }
}

@media (min-width: 768px) {
    .grid__article-double .grid__article-thumb + .grid__article-content, .grid__article-double .grid__article-quote .grid__article-thumb + .grid__quote-content, .grid__article-quote .grid__article-double .grid__article-thumb + .grid__quote-content {
        float: left;
        width: 50%;
    }
}

.grid__article-date {
    display: inline-block;
    color: #808080;
    font-family: "Stag Sans Book", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
    padding: 0 0 30px;
}

.grid__article-excerpt {
    color: #343430;
    font-family: "Stag Sans Book", Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2.0rem;
    padding: 0 0 20px;
}

/** QUOTE BLOCK **/
.grid__article-quote {
    color: #FFFFFF;
    font-family: "Stag Sans Light", Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
    background-color: #0066a1;
}

    .grid__article-quote .grid__quote-content:after {
        background-color: #FFFFFF;
    }

    .grid__article-quote .grid__quote-link a {
        color: inherit;
        font-family: "Stag Sans Medium", Verdana, Arial, Helvetica, sans-serif;
    }

    .grid__article-quote blockquote {
        position: relative;
        font-family: "Stag Sans Light Italic", Verdana, Arial, Helvetica, sans-serif;
        padding: 45px 0 30px;
    }

        .grid__article-quote blockquote:before {
            display: block;
            position: absolute;
            content: '“';
            left: 0;
            top: 0;
            font-family: "Stag Sans Book", Verdana, Arial, Helvetica, sans-serif;
            font-size: 62px;
            font-size: 6.2rem;
            line-height: 62px;
            line-height: 6.2rem;
        }

.section__see-all {
    position: absolute;
    top: 10px;
    right: 0;
    color: #0066a1;
    font-family: "Stag Sans Semibold", Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 13px;
    line-height: 1.3rem;
    padding: 8px 15px 5px 5px;
    text-transform: uppercase;
}

    .section__see-all:after {
        position: absolute;
        display: block;
        content: '';
        top: 50%;
        right: 0;
        width: 5px;
        height: 8px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background: url("images/icon_chevron-blue.svg") 0 0 no-repeat;
        background-size: cover;
    }

/*********************************** BLOCK 2 COLS */
.section__2cols {
    color: #808080;
    padding: 100px 0;
    background-color: #FFFFFF;
}

    .section__2cols .section__title {
        color: #0066a1;
        font-size: 30px;
        font-size: 3rem;
        line-height: 35px;
        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 h3, .section__2cols-block .h3, .section__2cols-block .link {
        color: #0066a1;
        -webkit-transition: color 200ms ease-in-out;
        transition: color 200ms ease-in-out;
    }

        .section__2cols-block:hover a h3, .section__2cols-block:hover a .h3, .section__2cols-block:hover a .link, .section__2cols-block:hover a .section__2cols-title, .section__2cols-block h3:hover a, .section__2cols-block .h3: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-content.ver_align {
    margin: 0;
    position: absolute;
    top: 48%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section__2cols-wrapper {
    margin: 0;
    position: relative;
}

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

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

.section__2cols-title {
    padding: 0 0 5px;
}

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

/*********************************** LATEST RESOURCES (ARTICLES) */
.section__latest-resources {
    padding: 100px 0;
}

    .section__latest-resources .article__thumbnail {
        padding: 0 0 15px;
    }

    .section__latest-resources .article__title {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 24px;
        line-height: 2.4rem;
        padding: 0 0 5px;
    }

/*********************************** EXPERTS */
.section__experts {
    padding: 100px 0;
}

    .section__experts .block__expert {
        padding: 10px 0;
    }

@media (min-width: 768px) {
    .section__experts .block__expert {
        padding: 0;
    }
}

.section__experts .expert__thumbnail {
    display: inline-block;
    margin: 0 25px 0 0;
    vertical-align: middle;
}

    .section__experts .expert__thumbnail img {
        border-radius: 50%;
    }

.section__experts .expert__presentation {
    display: inline-block;
    color: #808080;
    width: calc(100% - 130px);
    vertical-align: middle;
}

.section__experts .expert__name {
    padding: 0 0 5px;
}

.section__experts .expert__function {
    color: #0066a1;
    font-family: "Stag Sans Semibold", Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
    line-height: 1.6rem;
    padding: 0 0 5px;
    text-transform: uppercase;
}

/*********************************** SOCIAL BLOCKS Social Zone & Social Wall */

/* FT 2/8/17 */
/* 
.social-post { margin-bottom: 20px; padding-bottom: 1px; /** weird fix for bottom padding/background **/ /* } 
*/
.social-post {
    margin-bottom: none;
    padding-bottom: 1px; /** weird fix for bottom padding/background **/
}

/* FT 2/8/17 */
/* @media (min-width: 1025px) { .social-post { margin-bottom: 0; padding-bottom: 0; } } */
@media (min-width: 1025px) {
    .social-post {
        margin-bottom: none;
        padding-bottom: 0;
    }
}

.social-post .social-post__wrapper {
    position: relative;
    padding: 20px;
}

.social-post .social-post__head {
    padding: 0 0 35px;
}

.social-post .social-post__image {
    text-align: center;
}

/* TC 9/8/17 word-wrap */
.social-post .social-post__content {
    font-family: "Stag Sans Book", Verdana, Arial, Helvetica, sans-serif;
    word-wrap: break-word;
}

.social-post .social-post__date {
    position: absolute;
    right: 20px;
    bottom: -10px;
    font-family: "Stag Sans Book", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
}

.social-post {
    background-color: #f5f5f5;
}

    .social-post a {
        color: #0066a1;
        font-family: "Stag Sans Book", Verdana, Arial, Helvetica, sans-serif;
    }

/* FT 2/8/17 */
/*.social-post .social-post__wrapper { position: relative; padding: 40px; }

.social-post .social-post__head { padding: 0 0 35px; }

.social-post .social-post__image { text-align: center; }

.social-post .social-post__content { font-family: "Stag Sans Book", Verdana, Arial, Helvetica, sans-serif; }

.social-post .social-post__date { position: absolute; right: 40px; bottom: 0; font-family: "Stag Sans Book", Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-size: 1.4rem; line-height: 14px; line-height: 1.4rem; }

.social-post {
    color: #808080;
    background-color: #f5f5f5;
}

    .social-post a {
        color: #0066a1;
        font-family: "Stag Sans Book", Verdana, Arial, Helvetica, sans-serif;
    }

.social-post__wrapper {
    margin-bottom: 40px;
}

.social-post__network {
    position: absolute;
    display: block;
    top: 35px;
    left: 40px;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
}

.social-post__network.twitter { width: 20px; height: 16px; background: url("images/icon_twitter-alt.svg") center center no-repeat; background-size: 20px 16px; } */

/* FT 2/8/17 */
/* .social-post__wrapper { margin-bottom: 40px; } */
.social-post__wrapper {
    margin-bottom: 20px;
}

.social-post__network {
    position: absolute;
    display: block;
    top: 20px;
    left: 20px;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
}

    .social-post__network.twitter {
        width: 20px;
        height: 16px;
        background: url("images/icon_twitter-alt.svg") center center no-repeat;
        background-size: 20px 16px;
    }

    .social-post__network.facebook {
        width: 20px;
        height: 20px;
        background: url("images/icon_facebook-2.svg") center center no-repeat;
        background-size: 20px 20px;
    }

    .social-post__network.instagram {
        width: 20px;
        height: 20px;
        background: url("images/icon_instagram-alt.svg") center center no-repeat;
        background-size: 20px 20px;
    }

    /* TC 8/12/17 */
    .social-post__network.linkedin {
        width: 32px;
        height: 21px;
        background: url("images/In-2C-21px-TM.png") center center no-repeat;
        background-size: 32px 21px;
    }

    /* TC 8/2/18 + author_long*/
    .social-post__network.vkontakte {
        width: 25px;
        height: 25px;
        background: url("images/vk_logo.png") center center no-repeat;
        background-size: 25px 25px;
    }

.social-post__author_long {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #0066a1;
    font-family: "Stag Sans Semibold", Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-size: 1.1rem;
    line-height: 11px;
    line-height: 1.1rem;
    text-transform: uppercase;
}

.social-post__author {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #0066a1;
    font-family: "Stag Sans Semibold", Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 13px;
    line-height: 1.3rem;
    text-transform: uppercase;
}

.social-zone {
    position: relative;
}

    .social-zone .link__social-wall {
        position: absolute;
        top: 20px;
        right: 25px;
    }

    .social-zone .social-post {
        color: #0066a1;
        font-family: "Stag Sans Light", Verdana, Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-size: 2rem;
        line-height: 26px;
        line-height: 2.6rem;
        background-color: #f5f5f5;
    }

        .social-zone .social-post .social-post__author {
            font-family: "Stag Sans Book", Verdana, Arial, Helvetica, sans-serif;
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 15px;
            line-height: 1.5rem;
        }

        .social-zone .social-post .social-post__network {
            position: absolute;
            display: block;
            top: 42px;
            right: 40px;
            width: 20px;
            height: 20px;
            text-indent: -9999px;
        }

        .social-zone .social-post .social-post__content {
            color: #0066a1;
        }

            .social-zone .social-post .social-post__content a {
                color: inherit;
                font-family: "Stag Sans Medium", Verdana, Arial, Helvetica, sans-serif;
            }

        .social-zone .social-post.tweet {
            color: #FFFFFF;
            background-color: #0066a1;
        }

            .social-zone .social-post.tweet .social-post__network {
                width: 18px;
                height: 15px;
                background: url("images/icon_twitter.svg") center center no-repeat;
                background-size: 18px 15px;
            }

            .social-zone .social-post.tweet .social-post__content {
                color: #FFFFFF;
            }

/** STORIES */
/** INSIGHTS **/
@media (min-width: 768px) {
    .stories__row.featured .insight__thumb {
        min-height: 320px;
    }
}

@media (min-width: 768px) {
    .stories__row .insight__thumb {
        position: relative;
        width: calc( 50% - 20px);
        min-height: 180px;
        margin-right: 20px;
        padding: 0;
        overflow: hidden;
    }
}

@media (min-width: 1025px) {
    .stories__row .insight__thumb {
        min-height: 200px;
    }
}

@media (min-width: 768px) {
    .stories__row .insight__thumb img {
        position: absolute;
        left: 0;
        width: auto;
        max-width: none;
        height: 100%;
    }
}

/** MASONRY */
/* FT 2/8/17 - TC 3/8 concerne d'autres */
/*.masonry *[class^="grid-col-"] { margin-bottom: 40px; }  */
/*.masonry *[class^="grid-col-"] { margin-bottom: none; } - farouk */
/* 1/9/17 */
.masonry *[class^="grid-col-"] {
    margin-bottom: 20px;
}
/*.masonry *[class^="grid-col-4-sw"] { 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;
}

    .section__cta .section__title {
        color: #FFFFFF;
        padding: 0 0 10px;
    }

        .section__cta .section__title span {
            font-family: "Stag Light", Verdana, Arial, Helvetica, sans-serif;
        }

    .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: #0066a1;
    }

        .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: #0066a1;
            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;
    }

        .cta__join-us .section__title span {
            font-family: "Stag Light", Verdana, Arial, Helvetica, sans-serif;
        }

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

/*********************************** CASE STUDY */
.cta__case-study {
    text-align: left;
}

/*********************************** RELATED POSTS */
.related-posts {
    padding: 50px 15px;
    background-color: #f5f5f5;
}

    .related-posts a {
        color: inherit;
    }

    .related-posts .related-posts__title {
        padding: 0 0 35px;
        text-align: center;
    }

    .related-posts .grid-post {
        margin-bottom: 20px;
        background-color: #FFFFFF;
    }

@media (min-width: 768px) {
    .related-posts .grid-post {
        margin-bottom: 0;
    }
}

.related-posts .grid-post__thumb img {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .related-posts .grid-post__thumb img {
        width: auto;
        margin: 0 auto;
    }
}

.related-posts .grid-post__content {
    position: relative;
    padding: 30px 30px 70px 30px;
}

.related-posts .grid-post__title {
    color: #343430;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    padding: 0 0 15px;
}

.related-posts .grid-post__author {
    position: absolute;
    left: 30px;
    bottom: 30px;
    margin: 20px 0 0;
}

.related-posts .grid-post__author-thumb {
    display: inline-block;
    margin: 0 10px 0 0;
    border-radius: 50%;
    vertical-align: middle;
}

.related-posts .grid-post__author-name {
    display: inline-block;
    margin: 2px 0 0;
    vertical-align: middle;
}

.social-posts .grid-row, .social-posts .row-back-to-top {
    padding: 20px 0;
}

.social-posts .social-zone__title {
    padding: 0;
}

    .social-posts .social-zone__title .section__title {
        margin-bottom: 10px;
    }


.insights__row *[class^="grid-col-"], .stories__row *[class^="grid-col-"], .pages__listing *[class^="grid-col-"] {
    padding: 20px 0 0;
}

@media (min-width: 768px) {
    .insights__row *[class^="grid-col-"], .stories__row *[class^="grid-col-"], .pages__listing *[class^="grid-col-"] {
        padding: 20px 0;
    }
}

.insight__thumb {
    padding: 0 0 20px;
}

@media (min-width: 768px) {
    .insight__thumb {
        display: inline-block;
        width: 50%;
        padding: 0 20px 0 0;
        vertical-align: middle;
    }
}

.insight__thumb img {
    display: block;
}

@media (min-width: 768px) {
    .insight__content {
        display: inline-block;
        width: 49%;
        padding: 0 0 0 20px;
        vertical-align: middle;
    }
}

.insight__content p {
    padding: 0 0 20px;
}

.insight__title {
    padding: 0 0 20px;
}

.insight__date {
    display: block;
    padding: 0 0 20px;
    text-transform: uppercase;
}

.insight__link {
    margin: 0;
}

/** INSIGHTS **/
@media (min-width: 768px) {
    .insights__row.featured .insight__thumb {
        min-height: 320px;
    }
}

@media (min-width: 768px) {
    .insights__row .insight__thumb {
        position: relative;
        width: calc( 50% - 20px);
        min-height: 180px;
        margin-right: 20px;
        padding: 0;
        overflow: hidden;
    }
}

@media (min-width: 1025px) {
    .insights__row .insight__thumb {
        min-height: 200px;
    }
}

@media (min-width: 768px) {
    .insights__row .insight__thumb img {
        position: absolute;
        left: -55%;
        width: auto;
        max-width: none;
        height: 100%;
    }

    div.grid-row.insights__row.featured div.insight__thumb img {
        left: inherit;
    }
}

@media (min-width: 1025px) {
    .insights__row .insight__thumb img {
        left: -33%;
    }

    div.grid-row.insights__row.featured div.insight__thumb img {
        left: inherit;
    }
}

.section__video-testimonial {
    padding: 0;
    background-color: #f2f2ee;
}

    .section__video-testimonial .section__title {
        color: #0066a1;
        font-family: "Stag Medium", Verdana, Arial, Helvetica, sans-serif;
        font-size: 30px;
        font-size: 3rem;
        line-height: 30px;
        line-height: 3rem;
        padding-bottom: 20px;
        text-align: left;
    }

.video__testimonial {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    background-color: #FFFFFF;
}

@media (min-width: 768px) {
    .video__testimonial {
        display: block;
        padding: 35px 15px 35px 40px;
    }
}

.testimonial__content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 20px 0 0;
}

@media (min-width: 768px) {
    .testimonial__content {
        display: inline-block;
        width: calc( 41.66667% - (2 * 20px ));
        margin: 0 40px 0 15px;
        vertical-align: middle;
    }
}

.testimonial__video {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width: 768px) {
    .testimonial__video {
        display: inline-block;
        width: calc( 58.33333% - (2 * 20px ));
        vertical-align: middle;
    }
}

.testimonial__title {
    padding-bottom: 10px;
}

.testimonial__company {
    color: #0066a1;
    font-family: "Stag Sans Semibold", Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
    line-height: 1.6rem;
    padding: 0 0 10px;
    text-transform: uppercase;
}

.networks-list {
    padding: 10px 0 0;
}

.networks-list__icon {
    display: inline-block;
    width: 40px;
    margin: 0px 0px 0px 7px;
    border-radius: 50%;
    text-indent: -9999px;
}

    .networks-list__icon a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .networks-list__icon:first-of-type {
        margin-left: 0;
    }

    .networks-list__icon:last-of-type {
        margin-right: 0;
    }

    .networks-list__icon.twitter {
        background: url("images/icon_twitter.svg") #0066a1 center center no-repeat;
        background-size: 14px 11px;
    }

    .networks-list__icon.linkedin {
        background: url("images/icon_linkedin.svg") #0066a1 center center no-repeat;
        background-size: 13px 13px;
    }

    .networks-list__icon.facebook {
        background: url("images/icon_facebook.svg") #0066a1 center center no-repeat;
        background-size: 7px 13px;
    }

    .networks-list__icon.instagram {
        background: url("images/icon_instagram.svg") #0066a1 center center no-repeat;
        background-size: 13px 13px;
    }

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

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

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

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

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

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

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

.country__title {
    color: #0066a1;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 26px;
    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;
}

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

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

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

.slider-pagination {
    bottom: 25px;
    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: #0066a1;
    }

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

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

    .accordeon:first-of-type {
        border-top: solid 1px #f2f2f2;
    }

    .accordeon .accordeon__section {
        position: relative;
    }

        .accordeon .accordeon__section .accordeon__section-title {
            position: relative;
            cursor: pointer;
            color: #0066a1;
            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: 22px;
                background-color: #0066a1;
                font-size: 18px;
                font-size: 1.8rem;
                line-height: 20px;
                line-height: 2rem;
            }

            .accordeon .accordeon__section .accordeon__section-title:after {
                position: absolute;
                content: '';
                display: block;
                width: 2px;
                height: 10px;
                left: 24px;
                top: 18px;
                background-color: #0066a1;
                font-size: 18px;
                font-size: 1.8rem;
                line-height: 20px;
                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;
        }

.post__sharer {
    max-width: 200px;
    margin: 0;
}

.rrssb-buttons {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
    font-size: 12px;
    height: 36px;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .rrssb-buttons:after {
        clear: both;
    }

    .rrssb-buttons:before, .rrssb-buttons:after {
        content: ' ';
        display: table;
    }

    .rrssb-buttons li {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        height: 100%;
        line-height: 13px;
        list-style: none;
        margin: 0 !important;
        padding: 0 2px !important;
    }

        .rrssb-buttons li.rrssb-email a {
            background-color: #0a88ff;
        }

            .rrssb-buttons li.rrssb-email a:hover {
                background-color: #006ed6;
            }

        .rrssb-buttons li.rrssb-facebook a {
            background-color: #306199;
        }

            .rrssb-buttons li.rrssb-facebook a:hover {
                background-color: #244872;
            }

        .rrssb-buttons li.rrssb-tumblr a {
            background-color: #32506d;
        }

            .rrssb-buttons li.rrssb-tumblr a:hover {
                background-color: #22364a;
            }

        .rrssb-buttons li.rrssb-linkedin a {
            background-color: #007bb6;
        }

            .rrssb-buttons li.rrssb-linkedin a:hover {
                background-color: #005983;
            }

        .rrssb-buttons li.rrssb-twitter a {
            background-color: #26c4f1;
        }

            .rrssb-buttons li.rrssb-twitter a:hover {
                background-color: #0eaad6;
            }

        .rrssb-buttons li.rrssb-googleplus a {
            background-color: #e93f2e;
        }

            .rrssb-buttons li.rrssb-googleplus a:hover {
                background-color: #ce2616;
            }

        .rrssb-buttons li.rrssb-youtube a {
            background-color: #df1c31;
        }

            .rrssb-buttons li.rrssb-youtube a:hover {
                background-color: #b21627;
            }

        .rrssb-buttons li.rrssb-reddit a {
            background-color: #8bbbe3;
        }

            .rrssb-buttons li.rrssb-reddit a:hover {
                background-color: #62a3d9;
            }

        .rrssb-buttons li.rrssb-pinterest a {
            background-color: #b81621;
        }

            .rrssb-buttons li.rrssb-pinterest a:hover {
                background-color: #8a1119;
            }

        .rrssb-buttons li.rrssb-pocket a {
            background-color: #ed4054;
        }

            .rrssb-buttons li.rrssb-pocket a:hover {
                background-color: #e4162d;
            }

        .rrssb-buttons li.rrssb-github a {
            background-color: #444;
        }

            .rrssb-buttons li.rrssb-github a:hover {
                background-color: #2b2b2b;
            }

        .rrssb-buttons li.rrssb-instagram a {
            background-color: #125688;
        }

            .rrssb-buttons li.rrssb-instagram a:hover {
                background-color: #0c3a5b;
            }

        .rrssb-buttons li.rrssb-delicious a {
            background-color: #0b79e5;
        }

            .rrssb-buttons li.rrssb-delicious a:hover {
                background-color: #095fb4;
            }

        .rrssb-buttons li.rrssb-vk a {
            background-color: #4d71a9;
        }

            .rrssb-buttons li.rrssb-vk a:hover {
                background-color: #3d5a86;
            }

        .rrssb-buttons li.rrssb-hackernews a {
            background-color: #ff6600;
        }

            .rrssb-buttons li.rrssb-hackernews a:hover {
                background-color: #cc5200;
            }

        .rrssb-buttons li.rrssb-whatsapp a {
            background-color: #43d854;
        }

            .rrssb-buttons li.rrssb-whatsapp a:hover {
                background-color: #28c039;
            }

        .rrssb-buttons li.rrssb-print a {
            background-color: #8d98a2;
        }

            .rrssb-buttons li.rrssb-print a:hover {
                background-color: #717f8b;
            }

        .rrssb-buttons li a {
            background-color: #ccc;
            border-radius: 2px;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            display: block;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-weight: bold;
            height: 100%;
            padding: 11px 7px 12px 27px;
            position: relative;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            -webkit-transition: background-color 0.2s ease-in-out;
            transition: background-color 0.2s ease-in-out;
            width: 100%;
        }

            .rrssb-buttons li a .rrssb-icon {
                display: block;
                left: 10px;
                padding-top: 9px;
                position: absolute;
                top: 0;
                width: 10%;
            }

                .rrssb-buttons li a .rrssb-icon svg {
                    height: 17px;
                    width: 17px;
                }

                    .rrssb-buttons li a .rrssb-icon svg path {
                        fill: #fff;
                    }

            .rrssb-buttons li a .rrssb-text {
                color: #fff;
            }

            .rrssb-buttons li a:active {
                box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25);
            }

        .rrssb-buttons li.small a {
            padding: 0;
        }

            .rrssb-buttons li.small a .rrssb-icon {
                left: auto;
                margin: 0 auto;
                overflow: hidden;
                position: relative;
                top: auto;
                width: 100%;
            }

            .rrssb-buttons li.small a .rrssb-text {
                visibility: hidden;
            }

    .rrssb-buttons.large-format {
        height: auto;
    }

        .rrssb-buttons.large-format li {
            height: auto;
        }

            .rrssb-buttons.large-format li a {
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
                border-radius: 0.2em;
                padding: 8.5% 0 8.5% 12%;
            }

                .rrssb-buttons.large-format li a .rrssb-icon {
                    height: 100%;
                    left: 7%;
                    padding-top: 0;
                    width: 12%;
                }

                    .rrssb-buttons.large-format li a .rrssb-icon svg {
                        height: 100%;
                        position: absolute;
                        top: 0;
                        width: 100%;
                    }

                .rrssb-buttons.large-format li a .rrssb-text {
                    -webkit-backface-visibility: hidden;
                    backface-visibility: hidden;
                }

    .rrssb-buttons.small-format {
        padding-top: 5px;
    }

        .rrssb-buttons.small-format li {
            height: 80%;
            padding: 0 1px;
            list-style: none;
        }

            .rrssb-buttons.small-format li a .rrssb-icon {
                height: 100%;
                padding-top: 0;
            }

                .rrssb-buttons.small-format li a .rrssb-icon svg {
                    height: 48%;
                    position: relative;
                    top: 6px;
                    width: 80%;
                }

    .rrssb-buttons.tiny-format {
        height: 22px;
        position: relative;
    }

        .rrssb-buttons.tiny-format li {
            padding-right: 7px;
        }

            .rrssb-buttons.tiny-format li a {
                background-color: transparent;
                padding: 0;
            }

                .rrssb-buttons.tiny-format li a .rrssb-icon svg {
                    height: 70%;
                    width: 100%;
                }

                .rrssb-buttons.tiny-format li a:hover, .rrssb-buttons.tiny-format li a:active {
                    background-color: transparent;
                }

            .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path {
                fill: #0a88ff;
            }

            .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #0054a3;
            }

            .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path {
                fill: #306199;
            }

            .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #18304b;
            }

            .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path {
                fill: #32506d;
            }

            .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #121d27;
            }

            .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path {
                fill: #007bb6;
            }

            .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #003650;
            }

            .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path {
                fill: #26c4f1;
            }

            .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #0b84a6;
            }

            .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path {
                fill: #e93f2e;
            }

            .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #a01e11;
            }

            .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path {
                fill: #df1c31;
            }

            .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #84111d;
            }

            .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path {
                fill: #8bbbe3;
            }

            .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #398bcf;
            }

            .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path {
                fill: #b81621;
            }

            .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #5d0b11;
            }

            .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path {
                fill: #ed4054;
            }

            .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #b61124;
            }

            .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path {
                fill: #444;
            }

            .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #111111;
            }

            .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path {
                fill: #125688;
            }

            .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #061d2e;
            }

            .rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path {
                fill: #0b79e5;
            }

            .rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #064684;
            }

            .rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path {
                fill: #4d71a9;
            }

            .rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #2d4263;
            }

            .rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path {
                fill: #ff6600;
            }

            .rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #993d00;
            }

            .rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon svg path {
                fill: #43d854;
            }

            .rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #1f962d;
            }

            .rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon svg path {
                fill: #8d98a2;
            }

            .rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon:hover .rrssb-icon svg path {
                fill: #5a656f;
            }

    .rrssb-buttons li.rrssb-print a .rrssb-icon svg path:nth-child(2) {
        fill: none;
    }

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

.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;
    }
/**************/
.header__main-search {
    position: absolute;
    display: inline-block;
    top: 23px;
    right: -5px;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    padding: 10px;
    overflow: hidden;
    background-color: #343430;
    vertical-align: middle;
    z-index: 2;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

    .header__main-search.opened {
        width: 300px;
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

        .header__main-search.opened .global-search__field {
            opacity: 1;
            visibility: visible;
            -webkit-transition: all 200ms ease-in-out 250ms;
            transition: all 200ms ease-in-out 250ms;
        }

@media (min-width: 1024px) {
    .header__main-search:hover {
        width: 300px;
        -webkit-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

        .header__main-search:hover .global-search__field {
            opacity: 1;
            visibility: visible;
            -webkit-transition: all 200ms ease-in-out 250ms;
            transition: all 200ms ease-in-out 250ms;
        }
}

@media (min-width: 1280px) {
    .header__main-search {
        right: -20px;
    }
}

@media (min-width: desktop-lg) {
    .header__main-search {
        right: -20px;
    }
}

#form__global-search label[for=s] {
    display: none;
}

.header__main-search .global-search__field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    display: inline-block;
    color: #FFFFFF;
    max-width: 230px;
    border: 0;
    background-color: transparent;
}

.header__main-search button {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    border: 0;
    border-radius: 0;
    background: url("images/icon_search.svg") transparent center center no-repeat;
    background-size: 20px 20px;
}

/* 170904 */
.section__tabs {
    font-family: "Stag Sans Book", Verdana, Arial, Helvetica, sans-serif;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

.pl_filter, .pl_year {
    color: #bfbfbf;
    font-family: "Stag Sans Book", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
    line-height: 1.6rem;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 700;
}
/* 170904 */
.section__tabs .vc_tta-tabs-container {
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Stag Sans Medium", Verdana, Arial, Helvetica, sans-serif !important;
}

    .section__tabs .vc_tta-tabs-container ul, .pl_filter ul, .pl_year 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;
        text-transform: uppercase;
    }

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

.pl_filter li a, .pl_year li a {
    display: block;
    color: #555;
    margin: 0 !important;
    padding: 3px !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;
}

.pl_filter li:after, .pl_year 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, .pl_filter li.active, .pl_filter li.hover, .pl_year li.hover, .pl_year li.active {
    color: #0066a1;
    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, .pl_filter li.active a, .pl_filter li:hover a, .pl_year li:hover a, .pl_year li.active a {
        cursor: pointer;
        color: #0066a1;
        -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, .pl_filter li.active:after, .pl_filter li:hover:after, .pl_year li:hover:after, .pl_year li.active::after {
        background-color: #0066a1;
        -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: #0066a1 !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-family: "Stag Sans Medium", Verdana, Arial, Helvetica, sans-serif !important;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 16px;
        line-height: 1.6rem;
        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: #0066a1 !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: #0066a1;
            -webkit-transition: all 150ms ease-in-out;
            transition: all 150ms ease-in-out;
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center;
        }

.vc_tta-panel-body .social-wall div[class="grid-row"] {
    display: none;
}


.expertsphotograph {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.expertprofilepic {
    float: left;
    margin-right: 20px;
}

.pagination {
    padding: 20px 0 40px;
}

@media (min-width: 768px) {
    .pagination {
        padding: 20px 20px 40px;
    }
}

*[class^="grid-col-"] > .pagination {
    padding: 0;
}

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

    .pagination__links li {
        display: inline-block;
        margin: 0 3px;
    }

    .pagination__links .current {
        color: #bfbfbf;
    }

    .pagination__links .previous__posts {
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 10px;
        left: 10px;
    }

    .pagination__links .next__posts {
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 10px;
        right: 10px;
    }

    .pagination__links .hidden {
        opacity: 0.3;
    }

    .pagination__links a {
        display: block;
    }

        .pagination__links a:hover {
            color: #0066a1;
        }

/* Cookie Policy */
#cp {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 97;
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 16px;
    line-height: 1.6rem;
}

    #cp a {
        color: #fff;
        text-decoration: underline;
    }

    #cp fieldset * {
        box-sizing: content-box;
    }

    #cp .cp_link * {
        box-sizing: border-box;
    }

    #cp.hide-disclaimer {
        transform: translateY(100%);
        transition: transform 200ms ease-in-out;
    }

    #cp.accepted {
        transform: translateY(100%);
        transition: transform 200ms ease-in-out;
    }

    #cp .button {
        text-decoration: none;
    }

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

    #cp .grid-row {
        padding: 20px;
    }

.cp_disclaimer {
    padding-bottom: 20px;
}

    .cp_disclaimer p {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 16px;
        line-height: 1.6rem;
    }

.cp_link button, .cp_link .button {
    cursor: pointer;
    display: block;
    color: #fff;
    float: left;
    font-family: "Stag Sans Book", Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 5px 7px 5px 7px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    border: 0;
    border-radius: 0;
    vertical-align: middle;
}

#cp_accept {
    background-color: #00A59C;
}

.cp_link button {
    margin: 0 0 5px;
    background: #0066a1;
}

    .cp_link button:after {
        display: none;
    }

.cp_link .button {
    background: #343430;
}

    .cp_link .button:after {
        right: 15px;
    }

    .cp_link .button:hover:after {
        background: url("images/icon_chevron-white.svg") 0 0 no-repeat;
        background-size: cover;
    }

#cp fieldset {
    border: 2px solid white;
    border-radius: 10px;
    background-color: white;
    padding: 2px;
    margin: 16px 0 0 0;
    display: inline;
}

#cp legend {
    display: none;
}

#cp label {
    display: block;
    float: left;
    color: #2b2b2b;
    cursor: pointer;
    padding: 8px;
    font-weight: bold;
    width: 100%;
}

    #cp label[for=cp_l0] {
        color: #7f7f7f;
    }


#cp input[type="checkbox"] {
    display: none;
}

.cp_t {
    width: 5px;
    height: 5px;
    padding: 2px;
    position: relative;
    top: 3px;
    margin-right: 7px;
    float: left;
    border: 1px solid #8f8f8f;
    border-radius: 2px;
    display: block;
}

    .cp_t:before,
    .cp_t:after {
        content: '';
        background-color: #3F9C35;
        position: absolute;
        width: 4px;
        height: 2px;
    }

    .cp_t:before {
        height: 3px;
        left: 1px;
        top: 3px;
        transform: rotateZ(-40deg);
    }


    .cp_t:after {
        height: 14px;
        right: -2px;
        top: -4px;
        transform: rotateZ(50deg);
    }

    .cp_t:before,
    .cp_t:after {
        display: none;
    }

label[for=cp_l0] .cp_t:before,
label[for=cp_l0] .cp_t:after {
    background-color: #7f7f7f;
}

#cp input[type="checkbox"]:checked + .cp_t:before,
#cp input[type="checkbox"]:checked + .cp_t:after {
    display: block;
}

#cp input[type="checkbox"]:checked + .cp_t {
    background-color: #17A30E;
    background-color: #FFF;
}

#cp #cp_l0:checked + .cp_t {
    background-color: #fff;
}

#cp label:active input[type="checkbox"] + .cp_t {
    box-shadow: 0 0 0 0.2em rgba(0, 188, 212, 0.16);
}

#cp label:active input[type="checkbox"]:checked + .cp_t {
    box-shadow: none;
}

@media (max-width:399px) {
    #cp fieldset {
        width: 150px;
    }
}

@media (min-width:400px) {
    #cp label {
        width: inherit;
    }
}

@media (min-width: 768px) {

    .cp_link button, .cp_link .button {
        text-align: left;
        padding-left: 8%;
    }

    #cp {
        padding-bottom: 0px;
    }

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

    .cp_disclaimer p {
        padding: 0;
    }
}

@media (min-width: 840px) {
    .cp_link button, .cp_link .button {
        padding-left: 12%;
    }
}

@media (min-width: 1025px) {
    .cp_link button, .cp_link .button {
        padding-left: 20%;
    }
}

@media (min-width: 1280px) {
    .cp_link button, .cp_link .button {
        padding-left: 25%;
    }
}

/*********************************** VISUAL COMPOSER OVERRIDES */
.vc_column-inner {
    padding: 10px 0;
}

@media (min-width: 768px) {
    .vc_column-inner {
        padding: 0;
    }
}

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





blockquote {
    font-weight: normal;
    font-family: "Stag Sans Semibold", Verdana, Arial, Helvetica, sans-serif;
    font-family: "Stag Medium", Verdana, Arial, Helvetica, sans-serif;
    margin: 10px 0px;
}

    blockquote p {
        line-height: 1.25;
        font-size: 26px;
    }

    blockquote h4 {
        font-weight: normal;
        font-size: 20px;
        padding-top: 2px;
        margin-top: 0px;
        color: #343430;
    }


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

#title_subsection h1 {
    font-weight: normal;
    font-family: "Stag Light", Verdana, Arial, Helvetica, sans-serif;
    font-size: 45px;
    padding-bottom: 15px;
}


.award_slider, award_slider h2 {
    font-weight: normal;
    font-family: "Stag Light", Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
}


.current-share-price {
    color: #0066a0;
    font-size: 40px;
    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;
    }


#main-web-form, #showwhenready {
    text-align: center;
}

    #showwhenready, #showwhenready h3 {
        color: #fff;
    }


.page__header-image {
    background-position: top center;
}

#olympicheading.section {
    padding-top: 0px;
    padding-bottom: 0px;
}

#olympicheading .page__header, #olympicheading .page__header--large, #olympicheading .page__header--large {
    background-image: none !important;
}



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



.section__2cols-thumb {
    vertical-align: top;
}


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

    .section.overlay-blue a:hover {
        text-decoration: underline;
    }

.page_home .breadcrumb {
    display: none;
}

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

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

section.section.article article.wrapper h1, section.section.article article.pagination h1 {
    margin-bottom: 10px;
}


/***********************************
Solo styling
***********************************/
.w100p {
    width: 100%;
}

.mw100p {
    max-width: 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%;
}

.bgborder .grid-row {
    background-color: #f2f2f2;
    border-radius: 15px;
    border: 4px solid #f2f2f2;
}
.padtop20 {
    padding-top: 20px;
}
.padtop25 {
    padding-top: 25px;
}
/*************************************************
Social wall NEW - FT/TC other changes on the spot
*************************************************/
@media (min-width: 480px) {
    .grid-col-4-sw {
        float: left;
        width: calc( 50% - 10px );
        margin: 0 5px;
    }
}

@media (min-width: 480px) {
    .grid-offset-4-sw {
        margin-left: calc( 50% + 5px);
    }
}

/* FT 11/10/17 prev 768px */
@media (min-width: 850px) {
    .grid-col-4-sw {
        float: left;
        width: calc( 33.33333% - (2 * 10px ));
        margin: 0 10px;
    }
}

/* FT 11/10/17 prev 768px */
@media (min-width: 850px) {
    .grid-offset-4-sw {
        margin-left: calc( 33.33333% + 10px);
    }
}

/* TC 28/07/2017 twitter icons social wall */
.twittericon {
    opacity: 0.5;
    margin: 0 5px -5px 5px;
}

.twittericonshare {
    position: absolute;
    bottom: -10px;
    left: 15px;
    line-height: 1.4rem;
}
/* TC 21/08/2017 facebook icons social wall */
.facebookicon {
    margin: 0 5px -5px 5px;
}

.facebookiconshare {
    position: absolute;
    bottom: -10px;
    left: 15px;
    line-height: 1.4rem;
}
/* TC 29/8/17 instagram icons */
.instagramicon {
    margin: 0 5px -5px 10px;
}

.instagramiconshare {
    position: absolute;
    bottom: -10px;
    left: 15px;
    line-height: 1.4rem;
}

/* TC 11/12/17 linkedin icons */
.linkedinicon {
    margin: 0 5px -5px 5px;
}

.linkediniconshare {
    position: absolute;
    bottom: -10px;
    left: 15px;
    line-height: 1.4rem;
}

/* TC 8/2/2018 vkontakte icons social wall */
.vkontakteicon {
    margin: 0 5px -5px 5px;
}

.vkontakteiconshare {
    position: absolute;
    bottom: -10px;
    left: 15px;
    line-height: 1.4rem;
}
/**********************************
    Experts and Blog 
***********************************/
.blog-col-3 {
    float: left;
    width: calc( 100%);
}

.blog-summary {
    border-bottom: 14px solid #eee;
    height: 290px;
    overflow: hidden;
    background-color: #eee;
    width: 100%;
}

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

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

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

/*.blog-summary p {
    margin: 0;
    display: inline;
}*/
.blog-text {
    padding: 0 10px 0 10px;
    margin: 0;
    height: 188px;
}

    .blog-text div {
        padding-top: 12px;
        padding-bottom: 2px;
        margin: 0;
    }

.pl_col-sm-1, .pl_col-sm-10, .pl_col-sm-11, .pl_col-sm-12, .pl_col-sm-2, .pl_col-sm-3, .pl_col-sm-4, .pl_col-sm-5, .pl_col-sm-6, .pl_col-sm-7, .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;
}

.pl_col-sm-1, .pl_col-sm-2, .pl_col-sm-11, .pl_col-sm-10 {
    width: 50%;
}

@media (min-width:480px) {
    .pl_col-sm-1, .pl_col-sm-10, .pl_col-sm-11, .pl_col-sm-12, .pl_col-sm-2, .pl_col-sm-3, .pl_col-sm-4, .pl_col-sm-5, .pl_col-sm-6, .pl_col-sm-7, .pl_col-sm-8, .pl_col-sm-9 {
        float: left;
    }

    .pl_col-sm-12 {
        width: calc(100%);
    }

    .pl_col-sm-11 {
        width: calc(91.66666667%);
    }

    .pl_col-sm-10 {
        width: calc(66.6666%);
    }

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

    .pl_col-sm-8 {
        width: calc(66.66666667%);
    }

    .pl_col-sm-7 {
        width: calc(58.33333333%);
    }

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

    .pl_col-sm-5 {
        width: calc(41.66666667%);
    }

    .pl_col-sm-4 {
        width: calc(33.33333333%);
    }

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

    .pl_col-sm-2 {
        width: calc(33.33333%);
    }

    .pl_col-sm-1 {
        width: calc(8.33333333%);
    }
}

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

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

    .pl_col-sm-2 {
        width: 25%;
    }

    .pl_col-sm-10 {
        width: 75%;
    }
}

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

    .pl_col-sm-3 {
        width: 25%;
    }

    .pl_col-sm-2 {
        width: 16.6666%;
    }

    .pl_col-sm-10 {
        width: 83.3333%;
    }
}

@media (min-width: 1280px) {
}

.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: 99;
}

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

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

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

.pl_blog .pl_grid-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;
    width: 100%;
    float: left;
}

.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 h2 {
        width: 70%;
    }

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

@media (min-width: 1023px) {
    .blog-area h2 {
        width: 76%;
    }

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

@media (min-width: 1200px) {
    .blog-area h2 {
        width: 78%;
    }

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

.blog-area .blog-image {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 20%;
    border-radius: 50%;
    height: auto;
    margin: 0 15px 6px 0;
}

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

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

.blog-area .blog-header {
    margin: 0;
    padding: 0;
    width: calc(80% - 15px);
    float: left;
}

.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-family: "Stag Medium", Verdana, Arial, Helvetica, sans-serif;
    font-size: 3rem;
    height: 30px;
    color: black;
    padding-top: 5px;
}

.pl_expert .alphabet {
    font-family: "Stag Medium", Verdana, Arial, Helvetica, sans-serif;
    font-size: 3rem;
    height: 30px;
    color: #ccc;
    float: right;
    line-height: 3rem;
    height: auto;
}

    .pl_expert .alphabet a, .pl_expert .alphabet a:link, .pl_expert .alphabet a:active {
        color: #0066A1;
    }

        .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;
}
/***********************************
Article Filter Component
***********************************/
.pl_grid {
    margin: 0;
    padding: 0;
}

.pl_row {
    margin-left: -15px;
    margin-right: -15px;
}

.pl_grid-item {
    background-color: transparent;
}

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

.pl_wrapper {
}

.pl_slide-wrapper {
    float: left;
    width: 100%;
}
/**/

.pl_clearfix:after, .pl_row:after {
    clear: both;
}

.pl_row:after, .pl_row:before {
    content: " ";
    display: table;
}

.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 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #666;
    }

    .pl_search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #666;
        opacity: 1;
    }

    .pl_search ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #666;
        opacity: 1;
    }

    .pl_search :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #666;
    }

    .pl_search ::-ms-input-placeholder { /* Microsoft Edge */
        color: #666;
    }

    .pl_search button[type=submit] {
        float: left;
        display: inline-block;
        width: 36px;
        height: 36px;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: url("images/icon_search.svg") #ccc center center no-repeat;
        background-size: 20px 20px;
    }

@media (min-width: 1200px) {
    .pl_sb {
        width: calc(100% - 171px);
        position: relative;
        float: left;
    }

    .pl_search {
        width: auto;
        float: right;
    }

        .pl_search input[type=text] {
            width: 115px;
        }
}

.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 .pl_grid-item.pl_visible-item:hover {
    z-index: 3;
}

.pl_grid.pl_row .pl_grid-item .pl_grid-item-mini .pl_grid-item-content {
    overflow: hidden;
}

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

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

        .pl_wrapper .pagination__links li {
            display: inline-block;
            margin: 0 3px;
        }

        .pl_wrapper .pagination__links .current {
            color: #bfbfbf;
        }

        .pl_wrapper .pagination__links .prev {
            display: block;
            position: absolute;
            width: 20px;
            height: 20px;
            top: 10px;
            left: 10px;
        }

        .pl_wrapper .pagination__links .next {
            display: block;
            position: absolute;
            width: 20px;
            height: 20px;
            top: 10px;
            right: 10px;
        }

        .pl_wrapper .pagination__links .hidden {
            opacity: 0.3;
        }

        .pl_wrapper .pagination__links a {
            display: block;
        }

            .pl_wrapper .pagination__links a:hover {
                color: #0066a1;
            }

.pl_loader {
    position: absolute;
    display: none;
    background: url("images/loader.svg") center center no-repeat;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .pl_loader {
        animation-name: rotateAnim;
        -o-animation-name: rotateAnim;
        -ms-animation-name: rotateAnim;
        -webkit-animation-name: rotateAnim;
        -moz-animation-name: rotateAnim;
        animation-duration: 0.6s;
        -o-animation-duration: 0.6s;
        -ms-animation-duration: 0.6s;
        -webkit-animation-duration: 0.6s;
        -moz-animation-duration: 0.6s;
        animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-timing-function: linear;
        -o-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
}

@keyframes rotateAnim {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@-o-keyframes rotateAnim {
    from {
        -o-transform: rotate(360deg);
    }

    to {
        -o-transform: rotate(0deg);
    }
}

@-ms-keyframes rotateAnim {
    from {
        -ms-transform: rotate(360deg);
    }

    to {
        -ms-transform: rotate(0deg);
    }
}

@-webkit-keyframes rotateAnim {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes rotateAnim {
    from {
        -moz-transform: rotate(360deg);
    }

    to {
        -moz-transform: rotate(0deg);
    }
}

.pl_loader.loading {
    display: block;
    z-index: 9999;
    opacity: 1.0;
}

.pl_grid.loading {
    opacity: 0.4;
}

.pl_loader2 {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    -webkit-animation: spin 0.6s linear infinite;
    -moz-animation: spin 0.6s linear infinite;
    animation: spin 0.6s linear infinite;
    z-index: 1;
}

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

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

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

.pl_wrapper .pl_slide-wrapper {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    opacity: 1.0;
}
/* Article Lister Template : Large */
.pl_large {
    padding-top: 30px;
}

    .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 center top;
        background-size: cover;
    }

    .pl_large .large-image {
        width: 100%;
        padding: 0 0 50% 0;
        margin: 0;
        background: no-repeat center top;
        background-size: cover;
    }

    .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: 50%;
    }

    .pl_large .large-image {
        width: 90%;
        padding: 0 0 52% 0;
        margin: 0;
        background: no-repeat center top;
        background-size: cover;
    }
}

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

@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: calc(100%);
    margin: 0 0 0 8px;
}

    .pl_blog p {
        display: inline;
    }

    .pl_blog a, .pl_blog a:link, pl_blog a:hover, pl_blog a:active {
        color: #343430;
    }

.blog-image {
    width: 100%;
    height: 135px;
    background: no-repeat center top;
    background-size: cover;
    z-index: 10;
    transform: none !important;
}

@media (min-width:480px) {
    .blog-image {
        height: 165px;
    }
}

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

.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;
        text-transform: uppercase;
    }

.pl_year.dropdown {
    width: 162px;
}
/* AL: bigimage template */
.pl_grid .bigimage-image {
    width: 100%;
    height: 135px;
    background: no-repeat center top;
    background-size: cover;
    z-index: 10;
    transform: none !important;
}

@media (min-width:480px) {
    .pl_grid .bigimage-image {
        height: 165px;
    }
}

/* 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: #343430;
    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;
    }
/* single-blog */
.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 !important;
    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;
}

    .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: #0066A1;
    }

    .blog-article .blog-detail blockquote strong {
        font-size: 1.9rem;
        line-height: 2.4rem;
        padding: 0;
        margin: 0;
        color: #0066A1;
    }
}

.blog-article .section .section {
    padding: 30px 0 0 0;
}

.blog-article .section .article__content .section {
    padding-top: 0px;
}

.blog-article .blog-intro {
    font-size: 0.9em;
    color: #999;
}


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

.blog-article .expert-all {
    text-align: right;
}


    .blog-article .expert-all a, .blog-article .experts-all a {
        text-transform: uppercase;
        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: 80%;
    padding-bottom: 80%;
    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%;
}

.expert-article .grid-col-2 {
    width: 16.6666%;
    margin: 0;
}

.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-related a, .expert-related a:link, .expert-related a:active, .expert-related a:hover {
    color: #0066A1;
}

.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 .rel-image {
        width: 90%;
        padding-bottom: 90%;
    }

    .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 */
.expert-article .wp-post-image {
    border-radius: 50%;
}

.expert-article .grid-offset-6 {
    margin: 0;
}

.expert-article .header__banner-cta {
    min-width: 100%;
    padding: 0 40px 30px 0;
}

.content {
    position: absolute;
    width: 100%;
    height: 100%;
}

.expert-detail .pl_col-sm-1 {
    width: 25%;
}

.expert-detail .pl_col-sm-11 {
    width: 75%;
}

.expert-detail .grid-col-5 {
    width: calc( 100% - 20px);
    margin: 0 20px 0 0;
}

.expert-detail .grid-col-7 {
    width: calc( 100% - 20px);
    margin: 0 20px 0 0;
}

.article-expert .grid-row, .expert-related .grid-row {
    padding: 0 20px 0 20px;
}

@media (min-width:480px) {
    .expert-detail .pl_col-sm-1 {
        width: calc(20%);
    }

    .expert-detail .pl_col-sm-11 {
        width: calc(80%);
    }
}

@media (min-width: 768px) {
    .expert-detail .pl_col-sm-1 {
        width: 12%;
    }

    .article-expert .grid-row, .expert-related .grid-row {
        padding: 0;
    }

    .expert-detail .pl_col-sm-11 {
        width: 88%;
    }

    .expert-detail .grid-col-5 {
        width: calc( 50% - 20px);
        margin: 0 20px 0 0;
    }

    .expert-detail .grid-col-7 {
        width: calc( 50% - 2 * 20px);
        margin: 0 20px 0 20px;
    }
}

@media (min-width: 1025px) {
    .expert-detail .pl_col-sm-1 {
        width: 8.3333%;
    }

    .expert-detail .pl_col-sm-11 {
        width: 91.6666%;
    }

    .expert-detail .grid-col-5 {
        width: calc( 41.6666% - 20px);
        margin: 0 20px 0 0;
    }

    .expert-detail .grid-col-7 {
        width: calc( 58.3333% - 40px);
        margin: 0 20px 0 20px;
    }
}

.button-cat {
    color: #FFF;
    border: solid 1px #FFFFFF;
    padding: 3px 9px 3px 16px;
    min-height: 0;
    background: url("images/icon_dot-white.svg") 4px 4px no-repeat;
    background-color: #FF6319;
    font-size: 1.1rem;
    margin: 0 8px 4px 4px;
}

    .button-cat:hover {
        color: #FF6319 !important;
        border: solid 1px #FF6319;
        -webkit-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
        text-decoration: none !important;
        background: url("images/icon_dot-orange.svg") 4px 4px no-repeat;
        background-color: #FFFFFF;
    }

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

/* FT 25/10 - Social wall in columns */
/* FT - 1/2 of SW and 1/2 of text */
.sw-half {
    width: 50%;
    margin: 0;
}

.sw-half-2col {
    width: 50%;
    margin: 0;
}


.grid-col-4-sw {
    float: left;
    width: 30%;
    margin: 10px !important;
}

.sw-half .grid-col-4-sw {
    width: 100%;
    margin: 0 15px 15px 0 !important;
}

.sw-half-2col .grid-col-4-sw {
    /* FT 12/2/2018 */
    width: 47%;
    margin: 0 15px 15px 0 !important;
}

.sw-title {
    margin: 0 30px;
    width: 42%;
}

/* FT - Ajustement général */
.section-sw .grid-col-12 {
    width: 100%;
    margin: 0;
}

.social-post__wrapper {
    position: relative;
    margin-bottom: 0;
    padding: 20px 20px 40px 20px !important;
}

/* TC 6/12 linkedin - 8/2/18 vkontakte */
.facebookiconshare, .instagramiconshare, .twittericonshare, .linkediniconshare, .vkontakteiconshare {
    position: absolute;
    bottom: 10px;
    left: 15px;
    line-height: 1.4rem;
}

.social-post .social-post__date {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-family: "Stag Sans Book", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
}


/* FT - SW from 2 to 1 column, with text beside */
@media only screen and (max-width:1124px) {

    .sw-half {
        /* FT 12/2/2018 */
        width: 50%;
        padding: 0;
    }

        .sw-half .grid-col-4-sw {
            width: 100%;
            margin: 0 0 20px 0;
        }

    .sw-title {
        width: 50%;
    }

    .sw-half-2col {
        width: 40%;
        padding: 0;
    }

        .sw-half-2col .grid-col-4-sw {
            width: 100%;
            margin: 0 0 20px 0;
        }
}


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

    .grid-col-4-sw {
        width: 32%;
        margin: 5px !important;
    }
}


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

    .grid-col-4-sw {
        float: left;
        width: calc( 50% - 20px );
        margin: 10px;
    }
}


/* FT - SW from 1 to 2 columns, with text to the top or bottom */
@media only screen and (max-width:768px) {

    .sw-half {
        width: 100%;
    }

        .sw-half .grid-col-4-sw {
            width: 100%;
            margin: 10px;
        }

    .sw-half-2col {
        width: 100%;
    }

        .sw-half-2col .grid-col-4-sw {
            width: 46%;
            margin: 10px;
        }

    .sw-title {
        width: 90%;
    }
}


/* FT - SW from 2 to 1 column centered, with text to the top or bottom */
@media only screen and (max-width:600px) {

    .sw-half {
        width: 100%;
        padding: 0;
    }

    .sw-half-2col {
        width: 100%;
        padding: 0;
    }

    .grid-col-4-sw {
        width: 100% !important;
    }

    .sw-title {
        margin: 5px;
        width: 100%;
    }
}


/* FT - SW still in 1 column without margins beside, with text to the top or bottom */
@media only screen and (max-width:415px) {

    .grid-col-4-sw {
        width: 100% !important;
        left: 0 !important;
        margin: 10px 0 !important;
    }
}

/* FT - Displays the social wall in 1 column */
.sw-1-column .grid-col-4-sw {
    float: none !important;
    width: 100%;
    clear: both !important;
    display: block !important;
    position: static !important;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

/* FT - Displays the icons share under the date */
/* FT - You have to add the class "sw-1-column" in the composant of the Back-office to work!! */
@media only screen and (max-width:900px) {

    .sw-1-column .social-post__wrapper {
        padding: 20px 20px 50px 20px !important;
    }

    .sw-1-column .social-post__date {
        left: 20px !important;
        bottom: 25px !important;
    }

    /* TC 6/12 linkedin - 8/2/18 */
    .sw-1-column .facebookiconshare,
    .sw-1-column .instagramiconshare,
    .sw-1-column .twittericonshare,
    .sw-1-column .vkontakteiconshare,
    .sw-1-column .linkediniconshare {
        bottom: 5px !important;
    }
}


/* FT - Displays the social wall in 2 columns */
@media only screen and (max-width:767px) {

    .sw-1-column .grid-col-4-sw {
        float: left !important;
        width: calc( 50% - 20px );
        clear: none !important;
        display: initial !important;
        position: absolute !important;
        margin: 0 10px 20px 10px;
        padding-bottom: 5px;
    }

    .sw-1-column .social-post__wrapper {
        padding: 20px !important;
    }

    .sw-1-column .social-post__date {
        left: inherit !important;
        right: 20px !important;
        bottom: 0 !important;
    }

    /* TC 6/12 linkedin - 8/2/18 vkontakte */
    .sw-1-column .facebookiconshare,
    .sw-1-column .instagramiconshare,
    .sw-1-column .twittericonshare,
    .sw-1-column .vkontakteiconshare,
    .sw-1-column .linkediniconshare {
        bottom: 0 !important;
    }
}


/* FT - Displays the icons share under the date */
@media only screen and (max-width:550px) {

    .sw-1-column .social-post__wrapper {
        padding: 20px 20px 45px 20px !important;
    }

    .sw-1-column .social-post__date {
        left: inherit !important;
        bottom: 0 !important;
    }
}


/* FT - Displays the social wall in 1 column */
@media only screen and (max-width:470px) {

    .sw-1-column .grid-col-4-sw {
        float: none !important;
        width: 100%;
        clear: both !important;
        display: block !important;
        position: static !important;
        margin: 20px 0;
        padding-bottom: 5px;
    }

    .sw-1-column .social-post__wrapper {
        padding: 20px !important;
    }

    .sw-1-column .social-post__date {
        right: 20px !important;
    }
}

/* FT 14/05/2018 - Sticky menu */
.header__main.stickytop {
    background: #fff;
    height: 94px;
    z-index: 170;
    margin: 0 auto;
    border-bottom: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    width: 95.5%;
    max-width: 1100px;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    padding: 25px 0 0 0;
}

    .header__main.stickytop .header__main-menu {
        padding-top: 12px;
    }

    .header__main.stickytop .header__main-nav {
        width: 100%;
        padding: 29px 70px 0 0;
    }

        .header__main.stickytop .header__main-nav .icon__menu {
            top: 34px;
        }

    .header__main.stickytop .header__main-logo a {
        display: inline-block;
        margin-left: 25px;
    }

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

    .header__main.stickytop .header__main-nav .header__main-menu.opened {
        display: block;
        visibility: visible;
        background-color: #fff;
        padding-left: 25px;
        margin-top: -10px;
        margin-left: -1px;
        border: 1px solid #bebebe;
        border-top: none;
    }
}

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

    .breadcrumb {
        display: none;
    }
}


/* Country Drop Down */

#dd .clearfix:before, #dd .clearfix:after {
    content: " ";
    display: table;
}

#dd .clearfix:after {
    clear: both;
}

#dd h4 {
    color: #0066a1;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Stag Medium';
    margin: 0;
    font-size: 1.6rem;
    display: inline-block;
    border-bottom: 1px solid transparent;
    letter-spacing: .5px;
}

#dd {
    height: auto;
    background-color: #f3f3f3;
    position: absolute;
    left: 0;
    margin: 5px 0;
    border: 1px solid #bebebe;
    border-top: none;
    border-radius: 4px;
    padding: 0 0 20px 0;
    width: 100%;
}

    #dd .dd-con {
        width: 100%;
        margin: 25px auto 0 auto;
    }

    #dd .dd-1 {
        width: 140px;
        position: absolute;
        left: 35px;
    }

    #dd a {
        font-size: 14px;
        transition: 0.3s;
        font-family: 'Stag Sans Book';
        color: #000;
        text-transform: capitalize;
        letter-spacing: .5px;
    }

    #dd .dd-2 {
        float: left;
        border-left: 1px solid #fff;
        border-right: 1px solid #d2d2d2;
        box-shadow: 1px 0 0 #fff, -1px 0 0 #d2d2d2;
        height: 350px;
    }

    #dd .dd-europe {
        margin-left: 155px;
    }

    #dd .dd-in-sub {
        float: left;
        padding: 0 20px;
    }

    #dd .dd-in-r {
        float: right;
        padding: 0 20px;
    }

    #dd .dd-r {
        float: left;
        height: 350px;
        box-shadow: 1px 0 0 #fff, -1px 0 0 #d2d2d2;
    }

li.parentmenu {
    position: static !important;
    overflow: visible !important;
}

li.parentmenu > a.for-global-arrow {
    padding-left: 1px;
}

li.parentmenu > a.for-global-arrow::after {
    top: -1px;
    right: -8px;
}

#dd {
    display: none;
}

li.parentmenu:hover #dd {
    display: block;
}

li.parentmenu:after {
    top: 30px;
    left: 72px;
    right: inherit;
    display: none !important;
}

li.parentmenu > a {
    position: relative;
}

    li.parentmenu > a:after {
        display: inline-block;
        content: '';
        position: absolute;
        top: 0px;
        right: -5px;
        border-top: solid 4px transparent;
        border-right: solid 5px transparent;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-bottom: 5px solid #fff;
    }

li.lang-selector:after {
    display: inline-block !important;
    content: '';
    position: relative;
    top: -4px;
    left: -9px;
    border-top: solid 5px transparent;
    border-right: solid 5px #FFF;
    border-bottom: none;
}
@media only screen and (max-width: 480px) {
    li.parentmenu > a::after {
        top: -1px;
        right: -4px;
    }

    li.parentmenu > a.for-global-arrow::after {
        top: -2px;
    }
}
@media only screen and (max-width: 420px) {
    li.parentmenu > a::after {
        top: -2px;
        right: -3px;
    }
}
#dd .dd-1ast {
    border-right: none;
    box-shadow: 0 0 0 transparent, -1px 0 0 #d2d2d2;
}
#dd li a {
    color: #000;
}
#dd .flag {
    margin-right: 5px;
}
#dd .flag img {
    top: 0;
}
#dd img.set-img {
    top: -7px;
}
#dd li a:hover img.set-img {
    display: none;
}

#dd .dd-1 a:hover .imgHover {
    display: inline-block !important;
}

#dd p.txtinfo {
    color: #898D8D;
    font-size: 15px;
    font-family: 'Stag sans Medium';
    text-align: center;
}

#dd li {
    padding: 5px 0;
}

    #dd li a {
        display: inline-block;
    }

#dd .adjust {
    padding: 15px;
}

#dd .dd-1 h4 {
    padding: 15px 0;
}

#dd .dd-1ast h4 {
    padding-left: 20px;
}

#dd .whiteline {
    width: 70%;
    height: 1px;
    background-color: #fff;
    margin-bottom: 22px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin: 0 auto 25px auto;
}

#dd li a:hover {
    text-decoration: underline;
    color: #0066a1;
}

.parentmenu > a {
    display: inline-block;
}

li.parentmenu .submenu {
    top: 44px;
}

@media only screen and (max-height: 500px) {
    body .header__main.stickytop {
        height: 62px;
        padding: 8px 0 0 0;
    }

        body .header__main.stickytop .header__main-nav .icon__menu {
            top: 16px;
        }

    body .stickytop .header__main-search {
        top: 6px;
    }

    body .header__main.stickytop .header__main-nav .header__main-menu.opened {
        margin-top: -24px;
    }

    body .header__main.stickytop .header__main-nav {
        padding: 12px 70px 0 0;
    }
}

@media (min-width: 1025px) and (max-height: 500px) {
    body .header__main.stickytop li.megamenu .submenu {
        top: 62px;
    }
}
/* Responsive */
@media only screen and (max-width: 1127px) {

    #dd {
        padding-bottom: 30px;
    }

        #dd .dd-1 {
            left: 12%;
        }

        #dd .dd-europe {
            margin-left: 25%;
            height: 325px;
        }

        #dd .dd-2, #dd .dd-r {
            padding: 0 5px;
        }

        #dd .dd-r {
            height: 325px;
        }

        #dd .dd-mob {
            box-shadow: 1px 0 0 transparent, -1px 0 0 #d2d2d2;
        }

        #dd .dd-1ast .dd-in-sub {
            padding: 0 40px 0 20px;
        }

        #dd .dd-1ast {
            margin-top: 20px;
            width: auto;
            height: auto;
            border-left: none;
            box-shadow: none;
            margin-left: 10%;
        }
}

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

    #dd {
        padding-bottom: 25px;
    }

        #dd .dd-1 {
            left: 15%;
        }

        #dd .dd-europe {
            margin-left: 28.5%;
        }

        #dd .dd-1ast {
            margin-left: 0;
            box-shadow: 0 0 0 transparent, -1px 0 0 #d2d2d2;
            height: 200px;
            margin-top: 30px;
        }

        #dd .dd-mob {
            margin-top: 30px;
            padding: 0 25px 0 20px;
            margin-left: 16%;
            height: 200px;
            box-shadow: 1px 0 0 #fff, -1px 0 0 transparent;
        }

        #dd .dd-mob2 {
            box-shadow: 1px 0 0 transparent, -1px 0 0 #d2d2d2;
        }

        #dd .dd-in-eu {
            padding: 0 20px 0 20px;
        }
}

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

    #dd .dd-1 {
        left: 12%;
    }

    #dd .dd-europe {
        margin-left: 30%;
    }

    #dd .dd-r {
        box-shadow: 1px 0 0 transparent, -1px 0 0 #d2d2d2;
    }

    #dd .dd-mob {
        box-shadow: 1px 0 0 #fff, -1px 0 0 transparent;
        border-right: 1px solid #d2d2d2;
        margin-left: 8%;
    }

    #dd .dd-mob2 {
        box-shadow: 1px 0 0 transparent, -1px 0 0 #d2d2d2;
    }
}

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

    #dd {
        padding-bottom: 20px;
    }

        #dd .dd-1ast {
            margin-top: 25px;
        }

        #dd .dd-r {
            height: 320px;
        }

        #dd .dd-mob {
            margin-top: 25px;
            box-shadow: 1px 0 0 white, -1px 0 0 transparent;
            border-right: 1px solid #d2d2d2;
            padding: 0 26px 0 20px;
            height: 200px;
        }

        #dd .dd-mob2 {
            box-shadow: 1px 0 0 transparent, -1px 0 0 #d2d2d2;
            height: 250px;
        }
}

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

    #dd .dd-1 {
        left: 10%;
    }

    #dd .dd-europe {
        margin-left: 27%;
    }

    #dd .dd-mob {
        height: auto;
        margin-left: 5.2%;
        padding: 0 0 0 20px;
    }
}

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

    #dd .dd-2, #dd .dd-r {
        padding: 0 10px;
    }
}

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

    #dd .dd-1 {
        left: 19%;
    }

    #dd .dd-europe {
        border-right: none;
        box-shadow: 1px 0 0 transparent, -1px 0 0 #d2d2d2;
        margin-left: 36.4%;
    }

    #dd .dd-mob {
        margin-left: 0;
        padding: 0 15px 0 10px;
        height: 220px;
    }

    #dd .dd-mob2 {
        margin-left: 15.6%;
        margin-top: 25px;
        border-right: 1px solid #d2d2d2;
        box-shadow: 1px 0 0 white, -1px 0 0 transparent;
        height: 220px;
    }
}

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

    #dd .dd-1 {
        left: 8%;
    }

    #dd .dd-europe {
        margin-left: 26%;
    }

    #dd .dd-mob2 {
        margin-left: 4.7%;
    }
}

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

    #dd {
        left: 0;
    }

        #dd .dd-mob2 {
            margin-left: 5%;
            padding-right: 20px;
        }

        #dd .dd-in-eu {
            padding: 0 20px 0 20px;
        }

        #dd .dd-1ast, #dd .dd-r {
            padding: 0 8px;
        }

    li.parentmenu.lang-selector .submenu {
        right: inherit;
    }
}

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

    li.parentmenu.lang-selector .submenu {
        right: 0;
    }
}

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

    #dd .dd-europe {
        margin-left: 23.7%;
    }

    #dd .dd-1 {
        left: 23px;
    }

    #dd .dd-mob {
        margin-left: 1%;
        box-shadow: 1px 0 0 #fff, -1px 0 0 transparent;
    }

    #dd .dd-mob2 {
        margin-left: 0;
    }
}

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

    #dd .dd-1 {
        left: 29%;
    }

    #dd .dd-2 {
        border-right: none;
        box-shadow: 1px 0 0 transparent, -1px 0 0 #d2d2d2;
    }

    #dd .dd-europe {
        margin-left: 49%;
        height: auto;
    }

    #dd .dd-mob2 {
        margin-top: 35px;
        margin-left: 24%;
        box-shadow: 1px 0 0 #d2d2d2, -1px 0 0 transparent;
        border-right: 1px solid #fff;
        height: auto;
    }

    #dd .dd-mob {
        box-shadow: 1px 0 0 transparent, -1px 0 0 transparent;
        border-right: none;
        height: auto !important;
        margin-top: 35px;
    }

    #dd .dd-1ast {
        margin-left: 24%;
        margin-top: 35px;
        box-shadow: 1px 0 0 transparent, -1px 0 0 transparent;
    }
}

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

    #dd .dd-1 {
        left: 25%;
    }

    #dd .dd-mob2 {
        margin-left: 21.5%;
    }

    #dd .dd-europe {
        margin-left: 48%;
    }

    #dd .dd-1ast {
        margin-left: 21.5%;
    }
}

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

    #dd .dd-1 {
        left: 27%;
    }

    #dd .dd-1ast {
        margin-left: 20.5%;
        box-shadow: 0 0 0 transparent, -1px 0 0 transparent;
    }

    #dd .dd-mob2 {
        margin-left: 20.7%;
    }

    #dd .dd-mob {
        box-shadow: 1px 0 0 transparent, -1px 0 0 transparent;
        border-right: none;
    }
}


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

    #dd .dd-1 {
        left: 24%;
    }

    #dd .dd-mob2 {
        margin-left: 19.2%;
    }

    #dd .dd-1ast {
        margin-left: 19.2%;
    }
}


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

    #dd .dd-mob2 {
        margin-left: 15.3%;
    }

    #dd .dd-1ast {
        margin-left: 15%;
    }
}


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

    #dd .dd-1 {
        left: 25px;
    }

    #dd .dd-in-sub {
        float: none;
    }

    #dd .dd-europe {
        margin-left: 0;
        float: none;
        margin-top: 110px;
    }

    #dd .dd-mob2 {
        margin-top: 30px;
        margin-left: 0;
        float: none;
    }

    #dd .dd-mob {
        float: none;
        margin-left: 0;
    }

    #dd .dd-1ast {
        margin-top: 30px;
        margin-left: 0;
    }
}


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

    #dd {
        padding-bottom: 0;
    }

        #dd .dd-mob {
            box-shadow: 1px 0 0 transparent, -1px 0 0 transparent;
        }
}


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

    #dd img.set-img {
        height: 20px;
        top: -6px;
    }

    #dd .dd-1 a:hover .imgHover {
        width: 28px;
        background-size: 21px;
        margin-top: -6px;
    }
}
/* Salesforce */
div[style*=atos-website-global-visibility] {
    display: none !important;
}
