﻿@charset "UTF-8";
/**
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: 1140px;
    margin: 0 auto;
}

.grid-col-1 {
    float: none;
    width: 100%;
    margin: 0;
}

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

@media (min-width: 768px) {
    .grid-offset-1 {
        margin-left: calc( 8.33333% + 20px);
    }
}

.grid-col-2 {
    float: none;
    width: 100%;
    margin: 0;
}

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

@media (min-width: 768px) {
    .grid-offset-2 {
        margin-left: calc( 16.66667% + 20px);
    }
}

.grid-col-3 {
    float: none;
    width: 100%;
    margin: 0;
}

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

@media (min-width: 768px) {
    .grid-offset-3 {
        margin-left: calc( 25% + 20px);
    }
}

.grid-col-4 {
    float: none;
    width: 100%;
    margin: 0;
}

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

@media (min-width: 768px) {
    .grid-offset-4 {
        margin-left: calc( 33.33333% + 20px);
    }
}

/* TC 3/8/17 */
/*@media (min-width: 480px) { .grid-col-4 { float: left; width: calc( 50% - 10px ); margin: 0 5px; } }
@media (min-width: 480px) { .grid-offset-4 { margin-left: calc( 50% + 5px); } }

@media (min-width: 768px) { .grid-col-4 { float: left; width: calc( 33.33333% - (2 * 10px )); margin: 0 10px; } }
@media (min-width: 768px) { .grid-offset-4 { margin-left: calc( 33.33333% + 10px); } }*/
/* TC 3/8/17 */
/* FT 2/8/17 */

.grid-col-5 {
    float: none;
    width: 100%;
    margin: 0;
}

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

@media (min-width: 768px) {
    .grid-offset-5 {
        margin-left: calc( 41.66667% + 20px);
    }
}

.grid-col-6 {
    float: none;
    width: 100%;
    margin: 0;
}

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

@media (min-width: 768px) {
    .grid-offset-6 {
        margin-left: calc( 50% + 20px);
    }
}

.grid-col-7 {
    float: none;
    width: 100%;
    margin: 0;
}

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

@media (min-width: 768px) {
    .grid-offset-7 {
        margin-left: calc( 58.33333% + 20px);
    }
}

.grid-col-8 {
    float: none;
    width: 100%;
    margin: 0;
}

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

@media (min-width: 768px) {
    .grid-offset-8 {
        margin-left: calc( 66.66667% + 20px);
    }
}

.grid-col-9 {
    float: none;
    width: 100%;
    margin: 0;
}

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

@media (min-width: 768px) {
    .grid-offset-9 {
        margin-left: calc( 75% + 20px);
    }
}

.grid-col-10 {
    float: none;
    width: 100%;
    margin: 0;
}

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

@media (min-width: 768px) {
    .grid-offset-10 {
        margin-left: calc( 83.33333% + 20px);
    }
}

.grid-col-11 {
    float: none;
    width: 100%;
    margin: 0;
}

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

@media (min-width: 768px) {
    .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: none;
    width: 100%;
    margin: 0;
}

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

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

/***********************************
  ___  ___   _  _  _____  ___ 
 | __|/ _ \ | \| ||_   _|/ __|
 | _|| (_) || .` |  | |  \__ \ 
 |_|  \___/ |_|\_|  |_|  |___/
                              
include required Fonts & their properties.	
***********************************/


@font-face {
    font-family: 'Stag Sans Light';
    src: url("css/fonts/StagSans-Light-Cy-Web.eot");
    src: local("?"), url("css/fonts/StagSans-Light-Cy-Web.woff") format("woff");
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: 'Stag Sans Light Italic';
    src: url("css/fonts/StagSans-LightItalic-Cy-Web.eot");
    src: local("?"), url("css/fonts/StagSans-LightItalic-Cy-Web.woff") format("woff");
    font-style: italic;
    font-weight: 200;
}

@font-face {
    font-family: 'Stag Sans Book';
    src: url("css/fonts/StagSans-Book-Cy-Web.eot");
    src: local("?"), url("css/fonts/StagSans-Book-Cy-Web.woff") format("woff");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Stag Sans Medium';
    src: url("css/fonts/StagSans-Medium-Cy-Web.eot");
    src: local("?"), url("css/fonts/StagSans-Medium-Cy-Web.woff") format("woff");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Stag Sans Semibold';
    src: url("css/fonts/StagSans-Semibold-Cy-Web.eot");
    src: local("?"), url("css/fonts/StagSans-Semibold-Cy-Web.woff") format("woff");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Stag Light';
    src: url("css/fonts/Stag-Light-Cy-Web.eot");
    src: local("?"), url("css/fonts/Stag-Light-Cy-Web.woff") format("woff");
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: 'Stag Medium';
    src: url("css/fonts/Stag-Medium-Cy-Web.eot");
    src: local("?"), url("css/fonts/Stag-Medium-Cy-Web.woff") format("woff");
    font-style: normal;
    font-weight: 400;
}


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

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: #808080;
    font-family: "Stag Sans Book", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
}

.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 {
    margin-bottom: 12px;
}

    .section ul li {
        color: inherit;
        padding: 0 0 0 2px;
        margin: 0 0 0 16px;
        list-style-type: square;
    }

.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", 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", 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", 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", 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", 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", 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 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
    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", 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 {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 18px;
        line-height: 1.8rem;
        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 {
    cursor: pointer;
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    font-family: "Stag Sans Semibold", 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: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: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: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;
    }

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

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

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

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

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

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

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

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

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

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

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", 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", 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", 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 8px 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", 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;
}

#contactform input, #contactform textarea, #contactform select {
    font-family: "Stag Sans Book", 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;
}

/*********************************** 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", 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: 5;
}

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

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

.header__pre-external, .header__pre-language {
    display: none;
}

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

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

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

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

    .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", Arial, Helvetica, sans-serif;
    padding: 26px 20px;
    background-color: #FFFFFF;
    z-index: 4;
}

@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: 140px;
    height: auto;
    vertical-align: middle;
    z-index: 1;
    padding: 10px 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", 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 210px;
        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;
}

    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", 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;
    background: url("images/page__header-default.jpg") center top no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}

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

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

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

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

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

.page__header--large {
    min-height: 390px;
}

.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", 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", Arial, Helvetica, sans-serif;
}

.header__banner-subtitle {
    color: #FFFFFF;
    font-family: "Stag Light", 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", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
}

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

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

.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", 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", 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", 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%;
}

@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", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
    padding: 0 0 30px;
    text-transform: uppercase;
}

.grid__article-excerpt {
    color: #808080;
    font-family: "Stag Sans Book", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
    padding: 0 0 20px;
}

/** QUOTE BLOCK **/
.grid__article-quote {
    color: #FFFFFF;
    font-family: "Stag Sans Light", 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", Arial, Helvetica, sans-serif;
    }

    .grid__article-quote blockquote {
        position: relative;
        font-family: "Stag Sans Light Italic", 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", 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", 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-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", 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", Arial, Helvetica, sans-serif;
    word-wrap: break-word;
}

.social-post .social-post__date {
    position: absolute;
    right: 20px;
    bottom: -10px;
    font-family: "Stag Sans Book", 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", 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", Arial, Helvetica, sans-serif; }

.social-post .social-post__date { position: absolute; right: 40px; bottom: 0; font-family: "Stag Sans Book", 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", 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;
    }

.social-post__author {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #0066a1;
    font-family: "Stag Sans Semibold", 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", 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", 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", 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", 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", 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", 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", 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 14px;
    }

.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, 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 */
.jwplayer {
    margin-bottom: 20px !important;
}

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

.jwplayer:after {
    background: transparent none repeat scroll 0 0;
    bottom: 4px;
    right: 4px;
    position: absolute;
    content: " ";
    width: 160px;
    height: 50px;
    z-index: 3;
}

.jwplayer iframe {
    z-index: -1;
    bottom: -2px;
    right: -2px;
    min-width: 101.5%;
    min-height: 101.5%;
    background-color: #fff;
}

#video-embed .jw-toggle, #video-embed .jw-button-color:hover {
    color: white;
}

#video-embed .jw-active-option, #video-embed .jw-progress, #video-embed .jw-playlist-container .jw-option.jw-active-option, #video-embed .jw-playlist-container .jw-option:hover {
    background: white;
}

#video-embed .jw-text, #video-embed .jw-option, #video-embed .jw-button-color, #video-embed .jw-toggle.jw-off, #video-embed .jw-tooltip-title, #video-embed .jw-skip .jw-skip-icon, #video-embed .jw-playlist-container .jw-icon {
    color: white;
}

#video-embed .jw-cue, #video-embed .jw-knob {
    background: white;
}

#video-embed .jw-playlist-container .jw-option {
    border-bottom-color: white;
}

#video-embed .jw-background-color, #video-embed .jw-tooltip-title, #video-embed .jw-playlist, #video-embed .jw-playlist-container .jw-option {
    background: #0066a1;
}

#video-embed .jw-playlist-container ::-webkit-scrollbar {
    border-color: #0066a1;
}

.jw-display-icon-container {
    border-radius: 50% !important;
    width: 4em !important;
    height: 4em !important;
    margin-top: -2em !important;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.33);
}

.jw-display .jw-icon {
    height: 66px !important;
    line-height: 66px !important;
    width: 66px !important;
}

.jw-icon-buffer .jw-icon {
    height: 66px !important;
    line-height: 66px !important;
    width: 66px !important;
}

.jw-state-idle .jw-icon-display {
    font-size: 15px !important;
}

.jw-controlbar {
    z-index: 4;
}

.jw-skin-five .jw-controlbar .jw-icon-hd .jw-overlay {
    bottom: 1em !important;
}

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

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

    .section__tabs .vc_tta-tabs-container ul, .pl_filter 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;
    }
    .pl_filter ul 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 !important;
            padding: 5px !important;
            -webkit-transition: color 250ms ease-in-out;
            transition: color 250ms ease-in-out;
        }
        .pl_filter 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 {
            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 {
            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 {
                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 {
                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 !important;
    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", 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 !important;
        }

    .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 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 97;
}

    .cookie-policy.hide-disclaimer {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: -webkit-transform 200ms ease-in-out;
        transition: -webkit-transform 200ms ease-in-out;
        transition: transform 200ms ease-in-out;
        transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    }

    .cookie-policy.accepted {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    .cookie-policy a {
        color: inherit;
        text-decoration: underline;
    }

.row-cookie-policy {
    padding: 20px;
}

@media (min-width: 768px) {
    .row-cookie-policy {
        padding: 30px 0;
    }
}

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

@media (min-width: 768px) {
    .cookie-policy__disclaimer p {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .cookie-policy__link {
        text-align: right;
    }
}

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

.cookie-policy__link .cookie-policy__accept {
    margin: 0 0 5px;
    background: #0066a1;
}

@media (min-width: 1280px) {
    .cookie-policy__link .cookie-policy__accept {
        width: auto;
        margin: 0 5px 0 0;
    }
}

@media (min-width: desktop-lg) {
    .cookie-policy__link .cookie-policy__accept {
        width: auto;
        margin: 0 5px 0 0;
    }
}

.cookie-policy__link .cookie-policy__accept:after {
    display: none;
}

.cookie-policy__link .cookie-policy__informations {
    background: #343430;
}

@media (min-width: 1280px) {
    .cookie-policy__link .cookie-policy__informations {
        width: auto;
        padding-right: 30px;
    }
}

@media (min-width: desktop-lg) {
    .cookie-policy__link .cookie-policy__informations {
        width: auto;
        padding-right: 30px;
    }
}

.cookie-policy__link .cookie-policy__informations:after {
    right: 15px;
}

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

/*********************************** 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 Light", 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", Arial, Helvetica, sans-serif;
    font-size: 45px;
    padding-bottom: 15px;
}


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


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


.btn, button[type="submit"], input[type="submit"], textarea[type="submit"], button[type="submit"], input[type="submit"], textarea[type="submit"], textarea[type="submit"], .button, .button-white, .button-blue, .button-transp, .button-white, .button-blue, .button-transp, button {
}


@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);
}
/*************************************************
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;
}
/**********************************
    Experts and Blog 
***********************************/
.blog-col-3 {
    float: left;
    width: calc( 100% - (2 * 20px ));
    margin: 0 20px 20px;
}
.blog-summary {
    height: 360px;
    overflow: hidden;
    background-color: #eee;
    width: 100%;
}
.blog-summary .wp-post-image {
    border-radius: 0%;
    width: 100%;
}
.blog-summary h2 {
    margin: 8px 8px 0px 8px;
    padding-bottom: 8px;
}
.blog-summary p {
    margin: 4px 8px 4px 8px;
}
.expert-blogs a, .expert-blogs a:link, .expert-blogs a:hover, .expert-blogs a:active {
    color: #666;
}
.expert-blogs p {
    font-size: 1.2rem;
}
.expert .wp-post-image {
    border-radius: 50%;
}
.expert .grid-offset-6 {
    margin: 0;
}
.expert .header__banner-cta {
    min-width: 100%;
    padding: 0 40px 30px 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%;
}


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

    .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(25%);
    }

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

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

@media (min-width: 768px) {
    .expert .header__banner-cta { min-width: 500px;}
    .expert .grid-offset-6 {
        margin-left: calc( 50% + 20px);
    }

    .blog-col-3 {
        width: calc( 33.333% - (2 * 20px ));
    }
    .pl_col-sm-2 {
        width: 16.6667%;
    }
}
@media (min-width: 1025px) {
    .blog-col-3 {
        width: calc( 25% - (2 * 20px));
    }
}

.pl_expert .expert-image {
    border-radius: 50%;
    width:100%;
}
.pl_expert .expert-image-sc {
    width:30px;
    position: absolute; 
    left:0px; top:0px;
    z-index:99;
}
.pl_expert p {
    font-size: 1.1rem;
}
.pl_expert h2 {
    font-size: 1.4rem;
    padding: 0 0 2px 0;
}
/***********************************
Article Filter Component
***********************************/
.pl_grid {
    margin: 0px;
    padding: 0px;
}
.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 0 0 10px;
}
.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;
}



.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_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 : 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 {
    font-size: 1.2rem;
}
.pl_blog a, .pl_blog a:link, pl_blog a:hover, pl_blog a:active {
    color: #666;
}
.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 {
    list-style-type: none;
    float: left;
    display: block;
    width: 100%;
}
.pl_filter ul li {
    float: left;
    display: block;
}
