﻿/*!
Theme Name: ATOS
Theme URI: http://www.atos.net/
Author: Seenk
Author URI: http://www.seenk.com/
Description: ATOS WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: atos
MW 13/7 37d092f8dac814e46f48ee30195bee00219a6ff6 + FT/TC 4/9
*/


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

http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
***********************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


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

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

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

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

.caps {
    text-transform: uppercase;
}

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

.grid-col-1, .grid-col-2, .grid-col-3, .grid-col-4, .grid-col-5, .grid-col-6, .grid-col-7, .grid-col-8, .grid-col-9, .grid-col-10, .grid-col-11, .grid-col-12, .footer__main-sitemap, .footer__main-networks, .footer__main-glance, .footer__main-newsletter {
    float: left;
    width: 100%;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.subrow {
    margin: 0;
}

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

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

.white {
    color: #fff;
}

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

.blue {
    color: #0066A1;
}

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

​ .lightblue {
    color: #66A3C7;
}

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

​ .lightgrey {
    color: #F2F2F2;
}

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

​ .grey {
    color: #BFBFBF;
}

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

​ .darkgrey {
    color: #808080;
}

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

​ .black {
    color: #000;
}

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

​ .orange {
    color: #FF6319;
}

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

​ .green {
    color: #AEA400;
}

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

​ .purple {
    color: #6639B7;
}

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

​ ​ .mauve {
    color: #A626AA;
}

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

.teal {
    color: #00B2A9;
}

​ .bg_teal {
    background-color: #00B2A9;
}
/***********************************
Sprite Image for small icons
***********************************/
.flagimg {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMQAAACaCAYAAAD2IufsAAAgAElEQVR4Xu2dCXhU1dmA35nsCyQhAWQRRBPAoAgqWhVQKGiDghYMVsSVn19UoLbibxWt1krVgraiUhUFBAQFERckbrUudcFdQRASCCAESDLZk0kyy/mfc2cmmSQzmXNnJiHBe3jmSZjce8853/ne+53t+44JIxkSMCTQIAGTIQtDAoYEGiVgAGFogyEBLwkYQBjqYEjAAMLQAUMCviXg00JcIoRwAHZA/tSTbHawl7o+Xw4yKVkgAUJPHv6uNYFafkI0yS8PyJUPzYOs9KZPl39r9lXjAMykr35lcZGkzxiMJT4SHEFU+ZHv1eqX86GoHDCazHHLGTfuRJavuIDrr/uAtzdvZcOlgnN+fzGmU170I8ZawArIn08o5YeP9ktKgrIyP1n4eapq+7H0iKDOCrWVUFejZfLAWRuZP+4hcHbH9NAm/+ok77FWuu594poWJfFZtCwvIOw6281eDnaLBELwzQizkkDDAYQspjkIIHKAnDzIyV1PRkZ2g/Ln5a4nPSNb+35xVjZZzUSclwcZGR0TiLPPeE1snlBGt2vG8/7+BMb8Oom3nv6aLHZw+JxJ/Obql/j++5+b1Oj5569n5szV1NdXegGxVKn9fAHRtSuUl6sDoaf9eGKvoK7KBUNtlZbJPWds4v6Jj0JFGqZH17UCRFUjEEtnqQEx3g1E9b7g3ts2CURJET+M76Ek0HAAUQT00AmEfPt7YCADcjUz0TRlZbhgyEhvtBQSBpn0AlEaF0n/a0+iUrMQTv3CfWyHmjxvv11gs1FlsWh5WFatIvXqq5vk12VVt4b/R0ZGcP/9l7JgQQ7V1dI6eD6rlPLzBURiIlRKtnwlH0/V034s2iqot8KR3Q1Pn3vqv3ls3LPUVnYj7tknW5ettcIFxap5akCMFUJIy1C3X3+byTuseRbspYVsz85UEmioQMhmLwQydQIxNw+kJSAjm1zNQrihyPD0oWCxBMJHnykYC1EeH8UZt5xJaXxUUF2mkgc+VpPnrbcK6uupcmtkICC8W3nw4F7k5v6Ew1ENrFfKL1Qg9LYfC7YI6qqh/EhwQJQUuLpM6+9TA0I062PrxcJisVBYWEhmpiIQRym/x/Ngce56PFZgrjcUQFYGzE1v7EZ55BCshRDdulG29VtEcpJekWrXpyYkKyno8OGrxebnJ2HatIy3SOeCuy7h0zXbuCSpiC0bPmDuf6PYsauI1NRERo7M4LXXvtWeLy3FDz/cy5lnzqOmRg4AOiYQo5evEg6rlbqSkgY5XjXwc24961Wo7sqIjXe1Kl9rUSH2mhp2Ln3KAEJKyht4CcUctwWQv3uswdyc9WzOyvYr2GAsBKmpkL8PuiQEBYRJdRC/bbf496INXPlGOeeNyuCfr17HrZet4NNPd7N80cWM2PcxPe45wIkndue++yZxzTXPaeUxmcykpSVSVLTXPajumEAIgfwHQfZgLHlQWAqZ2S0nYXy+cX4pFqK5VnrPKGkzT3Lg7DV2CNVCaEDs3w/x8W0KBCyQHV7A36jWlb0EwPWCcI1nrrjiTF566StAvnnlLJMBhFtATacl9bZeZ+kytVYvOfskkxxOSAPibUnk98FYCK3L9NVXCDknGURKTU1V6jJ5AyHnwYYM6cuPPx5AvVU7NhDt3mX6pQyqVXVSwiCh8FiLYMcQ5SYTZyQnU6o2W9uieCUlJbqByM4+g2eeuZrp05fx5ps/KFa5YwPR7oPqUTYhHFXgaN3i+hVu5dc7sZcUsmvmaKUGDHWWaad7lmm0zlmmQNohu01yLOGZjZ2blc0c903BWIhSoD/gbzYyUHlkL0fhGjkr7+4y1XHTTWNYsuRSrr32RVau/Nzn7ZLP2267iEcffRenU3afDrmnXt9QzK/lwqqeaVe97cc97wltDULONLmTrmnXQ7tc065vLFIbVJ9TKISjArRFtlLXXLZqspcXYy8r1oDYc/tkJYF6A6EvNyjG9ZHTrpMVFUZ1jCTXKLSZp8ZZWHKzsrXuktad0rsw5+5+6a2jl+yV5AnzGoDo1i2S007rw1df7aOyUq4vtEzR0VHaOsR9971OrZyO1MYP8tp3FfNrCYQcJsnhUoskhzZ9Gr8Npv2Yt9ENhFxkcy3MXT3wM/5xzsscqEli2Po/+1dXuaAnF/MkEO8qzjKN2CmBEC7FLpNFVk+ee2wlhfz8YMuVQF9PkkDISQOPcNRzawrErDADIcshlT893TWGkN0mOQslv5PrFhMmTFVSGA/wciJTPqPtgZjtBkIqtvzoSZ57JBD/Vaqfr3WIuDj4+msf+dYDw3wDodp+zF7pAkIqtnul+vITv+b+M9/gUE0Xfr3pNv8V9twjgfjvC2oWQo/4jGsNCRxLElB9AxxLdTbqYkjArwQMIAzlMCTgJQEDCEMdDAkYQBg6YEjAtwQMC2FohiEBw0IYOmBIwLAQhg4YEggoAaPLFFBExgW/JAkYQPySWtuoa0AJtIk/hCdXVYcWliK07fty14D8qSc1CRKhtvmtxWbCNWvgyitbz3XtWpg2rck1ylEibjinZagGpxS9IC7ShoxxYpI+L6ZIah1RIExg9hHdYdlnSi+wUDdLNrSf6lYYX1FT5A73SH37VFTl2Zb1azMgpFeo2awWdYMn3EB4oGimmr8bAd2T4PH3fOisNxBLgwRi2TK4/vrGh8tdaV26QEpK43fLl8MNNzT8X1eUiOZAOM1EmW0kR9UTF5dMVEQ0tfZ6auQ+G2cdNc546hyRYG4WiKAdgdBTvwYFPQmIAbYD5wBpgIwIoxC5RVd+Zl9vCz1vUc1rErOQb56mqc2AKCoqokcPtagbLEIgN301+oxrpeyXCsuvg7HHuwr9vQWuWgY/HmxWi4YgEUECsXAhzJvneuiPP8KMGRAVBRICubNPpkWL4PbbGzLWFSXCGwhhItpkp0e8g8jY4yiptjO47wAGpPVhr+UQeYd2YKorptIRT50zAkxe2hQOIGR93nzTVY/Ro+FIM6G7a6infhoQFwF/AaIAKcr/AD3lNlQpu8DKqiu/EH3wZWn86WebAKHXY44Fbgvh9r+IioT5E+DesXH88Y/3sGzZJJxOM1dd9Rb/+te9PPlFJXdsBC1iikwN/ixhAGLrVhg61PXcHTtg8OAWQOiOEuEFhMlpIiW6ipTkflQ7Yjh8KJfI+K6kmc1kDhrGwJ7pvPjpy5jt5ZTYEsIPxKmnwg9uR6H+/X3u0dZbvwYLsdVtIQZ6AdDDvTe/FSZ05xciEIcPF1FUVMjQoaeoWQi2IJC+F75fHoFxL3B7wdynpqDeQFw4BFZfD90j4c9/XcyLL11EhSWOI4dd3YeJEz/m9dev1oYbN6yBtV+ECYghQ2DuXBg5ElaskA7HcM018OmnsHQpfPllg4XQ24B4gBAm4sx1pCUmkJSSwbbtn7n28ycmg3ASHZfIX7Nv5oPcHXy6NQc7ERo0DVYiFAshLYPcky0BX+cO5JWVBQcPugIo7ZWBBVxJb/00IKR7tjSmspnko2TYR/n/s4EXWlcZvfnBFkF4FLTjAtGvCyzJgosbYiB1YezFX1BksTPghBh6DqihvMROzto0LMXnEB0tvbpgyxG48mHIPyB94tUAbDEok12miRMbrUHz9pNKIwfe7i6T7gb0AOE0ER9hpXt8IucO+TUHSw5xRDpSlRdjs9WBtYaE5FTGDjmXH/ZswVJZQpUjvnGAHQoQO3fCQO9Xt1clJexnnRUaEM1ldj6QCLh7Z60hoVuev1Qgunb9UQag05Icn0dE2Zj8P0WsWPRbQJqhMAIxahScfz7UNZvmkq5fn30G77wTFiC6RFqJxsyoU37Nkuv+j15Jqcx+4RGeXPl3SDuOC88Yw3FJPXn/282U1FZT44jrnEAE7kcEDeAvwkJ4oqZ4d5luuOFfbNo0kbIyJzExJhISzEy5/FOefCI7/F0mOaiWij9mTCMUEoZPPoFhw5oMqnW/0by6TAkR9USZHKT2OIV/ZM9k4mmj+CJ/O2fPHg9dUpg/dTY/FRbyztev4CQyfF2mnj0hJgYyMyHHHVPkvPPgwAGwWuUoM2gFDXUaVLc829tCtHsFAwyqV6yYhNkcwQ03vMPf/3532w6q5bhBhq02m0Eq0dNPh3VQLdcYukVVQ1Qypw04k0eyZ7LtYD7XPHwLSb37k9lvCLsP/YTTZsFSG6stSTSkULpMnoe05aBah1XwvlQvEB6f+AJXJ0F3ysvLo6SkmN/+9hy1MUSoQOiPouC1DuFVPeVp14YgESGMITzTrjL/4mKQYSNiYxtL4zXtqrt+zaZdY8wOukZZsZlT6Ns9nd7J3Xh/+1ckxnelW4ygojxfGzvU2iOaLtCFA4gTTmgcVF98cRPL4Kms3vq1t76oBonwR8rOb7+lsLiY0RdeqB8IvQ7xwUVR8ALCR2CIMYMhOQE2+nJa9yzmaUEi9AOh1U8Olu+4o1F+cupVdpdOkitN7vTww7BwYVBRPhpmmTzPcpqJibCTGFGL1QlxUQnExcTisNdSX19NtSOW2jAtzLVH+7V71BSvpb5w18/3OkQ7R8FgttfWjZCCRKgD0STKx803w+zZjcovR/Jy2jVS7j1wpyeegCVLmgChHCXC39YNkyAuwgbCQWREBE45mWgPz9aNdo1i0s760pZRWpT2xujupBk3GBLopBIwgOikDWcUu20kYADRNnI1ntpJJWAA0Ukbzih220jAAKJt5Go8tZNKwACikzacUey2kYABRNvI1XhqJ5WAAUQnbTij2G0jAQOItpGr8dROKgEDiE7acEax20YCflxIVdzC/RRIekrJs6NKwTRIbSvFokVC3NbKGReqVVeO8qHk9q6Uq9ILxefmN7kNW/pvy6R45pxqVIrNIOSpR54kjwQL5v8ZoUTdUBJf04tU6xfqZkJPrr7yCwyEQsSEJtWSftEWEKVgHqEGhNwKIzdhbtkCPaQPbhBJV5SPjgDEoEHw009QVeWK8BEg6YlKkRum+rUnEHrqFw4g/OXXOhD7AjWTn79boKgEeoxXB8L1pH3MmJHGs8/qP9hcV5SPMCmM6iGIPhtQ7qSVZ3PJQAbSWgRIeqJSeIAI1jJ4itKeQOipXziA8JeffyDa6KR43+0uj5hrzLBXryhefLG3FiVFJemO8tHJgNDtQDMnW3jOxgvlZ0aO2sHtQvjqYntUK3AXw2KBwkLtvaC/Cyq9AJ95BiZNgo0b4e234dVXW7oCeylSa/LskEB4yq5qLfQCEeobRreC+gJQh4XQnV+IYVoa+tgmtcFNSyDMHLwrRtsU3udBGXCrWcC1Zm+5kICQEVKko5PsgpbIeEQyFE4MdO3q0/lJ/rnTAiELL63F2rW9Nf9/f6nDA+FRUPka9KToaEhOdv3P+3sflbTk5lJYUkLmpElqb9BWgMjLW08668nLhfSMbEjP9itX1UmK5kAU/6cXh/5+mJTf30Nkeg7HpX/ZqqEPCQjZuZDejo880piH9HaUQeakr/j//i/UNnWy0Q2Ey98jhD4T8iBnOdWUrdSAreXXi0LWMp/zedc/EO5YWJntNCsS9Bu7AwBBnoRhPekZuKDIcsdo8iHdoICwQ93fR/L5pq30+Z/H6J30IfFTlhtAhA6EYAav8SzyEO6K1gXa0YHocF2m9W55+rcO8oKggJA3/jiSukVb2PE9DHtsBIz6tO2AeP75xi6TNDVt0WU62hZCWoUXmc/oVqyCt4T1v7FlqG1gf6vt5N8i5UFhKWRmBzEI9Dy1DccQWVnZQgbq8z+glt2mbM2Ot3bd448HM6iOpry6G0lWAbUmylMgKUG2kDvAlq8uYaiDahkZ5dJLXYNpOaiWg+vm8bW88tXdZQp10Kk3agPYBFQBZczgVZ7l3oBWwVuuevMTNoSWnTuWrF4sdn4NhSUwemb7AKG3fmrxtpVqrdTlbW99acv8/AYZ8Igr3FENfDdDoejFbp7iDs7jI6WW8lwUTJQPUYjQemHlYJFDHR2puByKy1xATL5dPxAN8jz+ePj2W/j8c7jkEr8lCKZ+RxOI9tCXtozy0SGiblzPQrGI+3FQqUW10JO8FUY1CobYiRAVLsWWHz3Jc48EYtaD6kC0iILRuze89x588w1Mn64EhGr9jgYQx0qUDyWTqEdhjGs7hAQaVsM8YwR/pWr+92b//8Xpxy+uwh1CXY1CdFgJGEB02KYxCnY0JGAAcTSkbuTZYSVgANFhm8Yo2NGQgAHE0ZC6kWeHlYABRIdtGqNgR0MCBhBHQ+pGnh1WAgYQHbZpjIIdDQkYQBwNqRt5dlgJ+PGYk/4QTZPp1/JAaFcS/248wrW1mqluH4alAu3URenI0XgKqBB3+X68H0cu1agNR2ZPE46KckStFeF06GscmwNnRSlWu51BH+9UeqGEuhnNU0DV+umrUOhXt3f90tPXBfRLzWWq/4rJbb4uh/gW7acOxPn/aQTiwzEBpagvCsYTbiA8ULjBE39RBkJP1IaCaRdqQDirKsAm4+Y0JlOUGdvPMoYORB2fgqhv6v4obHXUVVRQaHcyKq8idCAk3Ck9XV6W5YXaAe6+kp76BWycMF8QDiD01C8ra53IlREUZHidDMjKyiYnZz3yO23LO6ABIX9xK792sdf/5de+giioA/GrFxuB+Px3AUWqLwrGIgHS9/ZIk+cK8U9lIPREbSi45mJhP7gfZ1kJQh6fpTkICog0Yy8oJWH8OMxp3ana8AoRSTEQYW5w8XHabZQ6BEVRsWT9eCQ0IBISuWfBEuq+yqekD/QcNJwF826AkpZbHPXUL2DjhPmCcAChp34eCyGVPzc3u8GnIyPD4/gkm8u/hfAw0m5A6PVxhgVuC9HUQUEVCL0OQgenZwn7gb04SywIuw1ThAlnjZXa3Vaie0WRXlCP9YuP2XP2aKJiIaJ7JBEpSQibQ/PcKHE4KY6KY+L2EIEAHnvyDQas3QBdbUSfPIjfPHqv+8S2Rq3VW78w63vAx4UKhN76SQshj9qWGxFzchqByMpar1kImVoDQv5dl4W49VmrqK+tpLLkgPZwp1PwQs6uBsFM+00GEfKt6SeVF+dTV13G28/NUHqDHlUgbPU4iquIO/88ok86FVOcmZRb5lO/4zsc5eXaedWli+6n/qedmJPjggOitSgYl10GM2e6JPnUU/DGGy2kqv8FE1CHw3pBqMfkWvLztWNyM886S0lfpIXwKH56FmSkZ5Ob0whDICB0WwjGbhHYq6GuaRdGWYrWArBXwvb7lCp4tIGwF5QRN/Jc+m76RKvioesnEdX3JFLnL0DY4cisK6je/BYRxyWGH4j6epgxw2UVVq/2KeJjHgiLhcLCQjIzM5X0xWMhmgpLdpdcPuINY4hWFFaXhfilAYFJ4CiqIOGiiXS9dhbWj97ClNCVxN9cSsG0S7D/fISoAd0QNmf4gbjySrj8clfTrVsHL730y7MQOoEQ6e7AaO5XveYbrvy2bhxnK48hfmldJhls2FleAcJEn40fEnv6WdTt3ErMkOEcnnEpFStfJyrDFUMpqDFEa12m6mr44x9lvxQefxxiYw0gAii3yMoW5DQOoHWw0HCpLgvhq09o0jHLpN/EH8VBtU3OboH9cAVdLr+UlDl3U/nySqo3b6bnkuWULnmYqtc2EXlcUtBAtBbF5IyE/XzyoHTyhnPv6M631v4+2ldvnKtgVCT4e1I2pwhRI3AWtR6hz18OzsNORLWgelG1UpdJsxDe06k6i657DBEqEDt37tT6hKNHj1aqINzjtQ7RWDvVWSa9USkO/m6csP+8D0dpMXane43HbNamYJ1VlQi5PmiCiJR4TDLCnkmA01UVmxCUOQQl0eqzTI1RRYIM88HXgAzTOFNRnjo1JNTLVyG0NdWaIB+UD1QDSxV91EMEQpYyaAsh3/Y2u5NeF65qqO2BnKuIjYn0Wfvi4mLkRwIxefJkxQac5wWEteG5xcX/8C3htLTGa0ALTCCDRE5WjNy3/4JMYS88RIXdScOynCyp04mw2zFFRmmzS87qKkzRMZiiohqmQiUQVU5BhUMwZW+VYv0KhSvYmgRCZ5gP7R4ZCUECcbtifkEqZrC3PYVANpsEQiq2niTvkR8ZFmiNIhB+glV7xhLNf3qK4/29/E55DCEthOz2epTb7nAy9IqXG6r57ZopxERHBARi1qxZig0422vrRmMczu3b/axUe4WPDybqxr4xmcJSWka5BKLlLpVWm1PakzoB9phYfvvtPsX67XQDIRVbZ5gP7XoPEA8q5qdHI8Nw7SNuICQMeq2EByJ572uKQHhZCH8Q+Fqgbr5wrQxEGERkPMKQQKeUQMd843RKURqFPhYkYABxLLSiUYewScAAImyiNB50LEjAAOJYaEWjDmGTgAFE2ERpPOhYkIABxLHQikYdwiYBA4iwidJ40LEgAQOIY6EVjTqETQIGEGETpfGgY0ECfnyqfR3ErVhduTlIbteRfvqD1JbiOeJe+q9suvQvzvITXCHEqBuhenh5JKEaVaTd8wvTwfTKUT6W3iios0NtPdpPdxJ3rfGtNGnjG7932qkUdkqEjRPKtyi9oMWddwr+9jdqauDkk59m//7Gc4vWrJnJlfOGac9fu+g7pk1b2pBXv36pvDz7OE595SGibr+dyClTVKNueAERMOBHszrLvWgWEKVgHqEIxF73mW+eTV4egY5RB0JP1IZwKKieqCK+8vMciOjvNSOjSMhoEt5JGcAwAKFHnjwxQ1BnQ/vUNh6uKP7ix2chdWxDtaxOFwwlws7Qiq+UgChf/b3ouuI2l//I4MHcdtsnPProO9ozly27juvnn6f9vnzBJ9xwwwrt99//z9n8M+5DKC2A557jtZwdXHbZMJ1A7FO0Cs0vs0BRCfQYrwjEVreF2N30QeJ36kDoidrQKhDyiKsNG1wFmTIFTj/dpxD0RBVpnp/JNJX09PUszhFkNXP1kiBMeHw96bnryckRmiO9bosUBiD0yJNFVwvqpa9tsyAR/3zTp+wOJ5/b5HuLsCE/51d+rwQELBK333wmv695kS7WUrq+8AIff3qEK654hj/+cRzTFk7Rnr/m9g08+uh7LL2hH2e/+zRpd98NEydy9dXLWb1ahlVapQOIdjy2li0IbdtwMxduVSD0Rm3wC8Sf/gQPP9y0Ee+4Ax56qGkD6nV59PKYe/zx9cydO5U5c7JZvHgdmudXjlR+yJqbDXOyyctbT1bGVOYuXqdd195A6JUnC650WYjypltdhTcQVYcgsZdWleZA5DmtmpW4tOpHRSBcDmW9eplaKPv27eUkjxmo5VPy+jekPPVAC2gOHdrjDorX8thhP2OI1vdEf/CBjMYhuOCC4/2+PaU/xCmnnKJWwY4AhLQMZ5zh2yR+/XUTS6HXI7A5gNICbJaKLkGYMFXuy9d8gnOALAnJnGwkOLLLFJSFaM1lVcHo661fICB+2Hg3a55Zzo0LVjHg9LEhA6HJs7YW9vs+aPzgr36l1bKPPOHVR9q/Zw9FpaWcOW2aqoXwD4SEYdcu16t84MCeXHBB3xZZyu5EpwNi/nzkQM1nuusuWLCg4U96FcafRcqbMFULn5JFNnNxRY3ISIc5uet8FkN5DNGRgKg9yJY3nuCjf3/D8UN+xe/m/CV0INzuWr5xCEx8g0NuKKEsPdkYQEC4gJiQMRXyXCBI6yCTHFNsPoaA+DL3c37ck8+BLf9mQtZkTh8x4dgCQjaaq8uET+sgv++UFqKdukyu8IuNM0hygO0dc3Tx5nXMyYK5j09l8ZymlqIzWojq6jw+37mDysoqxo04l8T4/qED0d5dprFbxgp7tZ26I42RuAMbosYrrAVW7JV2tt+3vfOMIWTxj8agWgvYO9UVtHdONnOyXOOHxYunamMIbeDtTqpAsEX4nKRQbsMCC1QWwn1qgcMCjSGa5xvOQfVLL/0vo87tScVVV1EZl0LprLvpNsk1M1j2n11kZiZp0RCLH3iALeNvZOay/egeVI96b5Rw1DhwVOsMFe+ueeWuSg2IXYt2qQHxHsKXg7rqLJPeqBuhTrvqjSrSPD85yySV3l9Xf8IEV6DezZuDsxC8J3zKUxmIXTtdQCxSjJpyzxTXwpycafJKTWaZvL5vDsSXjkptlum6arXjBWSUlltuOY8nnriohbL7mnZtDs2NB1J5870fgDfUBtXnbDxHA8JeZdc+epLnHgnEnqf2qAGx0Q2EjLwgP+5UfG3LKNjan0KMuuGtoHI8oCcFE1WkORCBFuX8lUfZQmx0A6HJU1/9qCpG+0ggnlKMmjJvYiMQVlecK5mK//GKz6rsGDCu4ftSYadM2LE4bfzBultJX778skycOTSO3VOncsAcy+K603hl8w7tmbfffhGXPDdX+33TjMUsXPi29vvll5/JQw/9luINa9n93HN8OfA8/rlpuRoQI1aOCAsQ+1/Yr1RBVvoGYvvU7b51I8SoG82jigQLhGpUkXCsjMsyKgOxUgIhXIotP3qSNxAvKEZNmf0b1zqEXKWW2zfcaftflvnMOfesxrUVCUSp0478eX+tWhQT+4YNYtcDD/DBiMncs2EPFkvjW/Tmmy9g/Nq7tXzfvfIBliz5oKEMqamJzJs3mpN6ONm5eDH3fN9yIVBNYfUI1LjWkEAnloABRCduPKPo4ZeAAUT4ZWo8sRNLwACiEzeeUfTwS8AAIvwyNZ7YiSVgANGJG88oevglYAARfpkaT+zEEjCA6MSNZxQ9/BIwgAi/TI0ndmIJGEB04sYzih5+CfgE4rJLnxSlpdVYa004HJFk9C/AWhvBgSPynDV5UIodE04EUfSOquLxvju0bxsX7V1Ovekvv6wEnOASAXIjodw3pXdDodxQJu+TZfpSKb/KSiF69SqgqkqeyqP3hA8ZGsTzuUYpv3bfurEUgdyoLM+eabZhWfwLcO3eD5hUo2541694Zz7fLd/ATxvfpba8CnOk74N1fGV+28GPleR5zjnvC5OpXnMzqKws58cRqtwAAA1QSURBVLjjkoiKMmO3C9btX0h6VCvHSTudlAlBidPJSRaL2l6m8859WJSV1VFWXs8jt75PRb2ZDW8N4dud3YiiHhvR8rQ1DYEB3bvw1p0na9EEHM1iCqROv0qpgoIsLyD0bSb0wCCwY+YbtfzEQQG9GT58D999pzeSgtw34wFCba9POIDQE+WDJ9xAeKDw0j7bsxBZEJAF7YVmVjyizLt+JXn7+WHVq2xbl0NtaUWbADF06Gti4MAkamoqqagoJyUljqqqOioqavl41RTiTu7qv4IOh/TworakhLiTT1YD4vzRC8XefQ7mX/MyY8/Yy8nZs7RXzT0zP2LSxftYuvJklr9+KjZ7PSemRfPR3F5SeI3ntbmL0+vOO9UUlPFuIPQeUOapt40i7PTgB7X8vPZdX3XVN6xZsyuwhjS5Qp4XJ6GYpzs/nRk1XK4nygeLEJq59vGi3L0WTpQH8gVIeqJutABi9Wtse2lzmwHRvftSMWRIKlVV+6ivdxIXF0llZa32WdHjc05LbN3qF9tsWGw2zvuyZY/CZ4OOHLlQ5OfX8sVzj3L3k8NY/sZ4Bvffzo6c1XAyHHwvgRFXTudQcQQnpcInt6RpQDTdDQ997r9fTWEYK09ta2nfA7Wa++8WrBRiJxM1h6TGBpTN3p1nnz3ETTf9F7tdtbsmX7ESiPvU6tfuPs5uC+GJCiMg66RY4sxRPHbISfc8QczbNa4zIH0kvVE3mnSZftrDdyteYcfGd6mrqMIcEf4u0/Dhq0W/fgkUFx+gvt5BcnI8dXU2KivreP7mkzh1oOtMcX9pz759FJeXc/acOWoWYuTIv4v8fBv/mLuSPt3LOO+G2Vr0sSfvfIffTt7LkqeHsPD5s6iz2TgpNTJ0INpZYVwN+D3wEdBNBmBix45YLrxwEwcOeDlk+BVp5wIie7CJ++tTGJxzKgcyErHl/kTM2D30/j/fca86OhCnn75axMejAWG11pOW1kVrqfp6O0tO3svp3Vt/k+4sLcVSW8v4V15RBeIxkZ9fSVFNGcv/8gbf5ndjzeunUrA7gZgu1dRVJmphaKRNSE2LYfutKS0G1bJIve++u0O+QV1AbAWGA6NljDdAHpj+HVlZ1bz11s8BbFPnAmLB+Waytnbh+Is/4QtbH4Y8fyVpprdJeFXAoZZVDQWIkrx9/LDqtTYdQwwfvkr065dIaWkBNTU2UlMTqK6uo7bWxlPj4Ix+Ma22344jR7BUVTHqkUfUgLhw5E1ib/4B9hbZqK+vZ3KvXA4cSuQreuIkkkjqiMWudVQHkMI7d7piVjbvcPR9UO0Y2VAHncFFwdgGyBig3kB8AFkPw1tvtSpQ3QoTYiQ9vfmxoGmX6ZbTzIx5LYHRN+fwWfxgLlpwKTXjPyXlEQE+Bth682s6hmh7IN5+u1pYrZUcOeKaLjOZTHjC/U6ybaVHgJlD3UD8/ODDwlZcjKOykroagaUslvg4O0mJdTJ3L2WxY46KI/74Ppq9aI5b77vnd2AL0bTLxI58uPBCOBB4TlK3whxlICacaGJaajwT/3MCXQv6kjf9G3qnFRN/UefsMon77hPU1VFTISc39CfdXabatc8LUVaGsNaAnKbym+Q6hZPycnmMfcvU98G/KQHB2C0CezXUtTJ/3Fq9rQVgr4Ttege5rkE1zz4LN90EdrUp384GhHxbTUg3kRwRxUNHoui1q5rId11BqX0l3fXzGgMWt8OgWhw6JKiqggKF+WMfFdQ9qC5aulQ4yspwVldjaxWI1uns/9e/qgEx6j2BQ8IX5LRr5S4XELsWKeXXpIt21VWwxk/Ydj/V0x3lI0QLoTc/7vFah/Cug4DclyA9wHtHb37tPe0qLrpIOOx2yhRfYM2b8YuKCkpsNqZv26Y2hih44AHhqKigorY2JCCGPfmkkoJyzkYXEPYq10dP8twjgdjzlFJ+QmwS/JwOYy/BIkNg6EjSZV9+5FT+ZNWFKy8gdMbA0PLSmx/zvIBoZrzf2Qynt1KIYPJr74U5UVsrKC+nvrSU4lJ5GIl6ssgZprIyCi0WrlCddrWsWSuKLRbKa6qxO5zqubmv1HqmQnDe/LuUFJQRK8MDxP4XlPIT69YJcc01FNfWasqmJ3krzCwdQEiZeO5t6/yY7bV1Q27f8EovvQentqJDQdXPu8vUDls3dqemigohKHVvw9AjT7ltQ94nPw/U1KhZCD0ZGNcaEjiWJKD0Rj2WKmzUxZBAaxIwgDD0w5CAlwQMIAx1MCRgAGHogCEB3xIwLIShGYYEDAth6IAhAcNCGDpgSCCgBIwuU0ARGRf8kiRgAPFLam2jrgEl4AcI38fyCuHncv9fKwEXqj+Ep5bKB4o8Ocz3vueA4mp2wS3fqdXPs5dJHvRy442uI34LFRybm2UXTBQMvVXyvl5Vnnn9B7aQp0AQYTfhiBSYWjgG+C5V+j61I9jaUl8UgGisqxDSc9pH8vGUYKM2BNuAuqJS+AJCyD1bbpVzbcZq5uEhwNSs/nqAOOEEyM+HoUNh61a49VZ46im0A8gVUkeWpzcQmtScDuIt9ZQfZyK5wEFlrwTMClvi9ANxGPgGGAl0RWbx5y9aF2ZtFVjLK6ittLDs2hNV9zJ5LETTEC1CnKAMRLBRGxR0w+cluqJSNAdCCMwmk4aAhEIIB4lR8dQ7pVegkPsUMZvA5pSxqLxehnqAeP55iIuDadPguutcPhi9esGZZ2oHBwZKHVmeu/ulNwjFbHNgS+rKT6OHEhuZR0XXYfzqmTepT4hCNHEua1njk/bnqVlcbTPhYfLzhxIdXYTdPor+/TfyY3kqf3rFT+QEr+zqK4qoq7Lw4d2/0gOErGPTs+JVgQjFwSSQYvj6u14XUryBcNrpGdeNP5w8hT3Vh9lWkseJXXqTHJOE1V6L1W6lS0xXesYm8/SuNzlSXQQRUa5i6AFixQqXt+G110JiIpqDi+dngEqHJM/kZORWaebPd3XVxoyB999vNUe98nT0SmsEQjjJt6Tw4aOH6ZFQTcmuVLL+kUxqSinO5ha2WSkiDhXrAOK/HDw4ishIKCvrQd++H5KQMFhJfVqrXytdpvYDQtsrHlJqUBklgTYFwkFSdAIz07Po17U3Hxz8gkEpJ5AQ3YW8sn3YHTatJzUo+QSW5uawv+IgRMhAbTqBGDQIPvsMhgwB+fvu3S7lXLkyYM31AuGSp2Do0CK+39YL7r0Xpk+Hhx+GL77G9N2GAHlKHxG5RzxbTZ7jnm5sP2s020fkE7H7Xbr0m4GpZCUbKoYxu+ZMiPDtWdlQmPduVMrPNYYo4MCB6VRX76BLl8vp3XshHxyI5dIlgV2AncV5CGsJ1aundEwLcbSB6BqdwE0DJxAZEU1xbTnHxacRGRHJ5n0fM6xbOnVOB5W2ar6w5LFPAyIICyFbXQ6qL7sMHnsMqtW9A4MF4pQhhWzdMwCeeQbOPRdefx2eX4Ppu/VhBeLE0X9rACL/UA0fPDeB5GdX8NHwQVxabWNT0kn84elt9OnWejSMPR+p+c94x9WSsbQiI+OAJO1E57dcp/O2mg7uyaWirJg/Tz/XAEKTlHeXSQgizBGkxnSh2mYlMSqBKrsVhBO7cBIVEUWdvV6L7FDvlKHYvGSo2mUKNe5UQQGFRUVkDhum9Ab1WIjY2ANYT5gIP+1l05VLuWTt1Rw+Ywq9vv5beIEYuaABiD0/l/PVy9Ph+28YXlXB14Mz2JZfx6zHvqRvWnyr+e75r1pQikohhAwTd0D/RJ2W/97cfMpLipk56SwDiBZAeJrIaXfrkQyq4JaTp88rZ6DMkWBuFoWuvYCwWCgsLCQzM1MXEHIMeP3ZhTy/JQ0nZmIjHVx+ehmrv0gNKxD0nNPYZapNYPXIbQyIKaXrib+htuBN1v2cwcKtPSGmWeTl5qU48rha/RYIQZ2A8qZj3ECWoeHvJXlQWwrrW3YJO8QYQuvwhpB0dyl8zDJFmMyc22MISTFdkC90u3DgdNi02aaEqDg27PtYG2Q3mXrtoEA0kWdsLMvOeooF+8axrO9znP/JvQElrVeezdcFaj7YyKYxk+kjBIdNJqbIiYj4tID5qq57hLoOkX+wkOKiIs4afoqqhbAJtB5Z0yks1Vkm3VEbQgRCb35NukxezRRljiDSFKl945pudSJBSYiMpaS+Cofwsh56BtUhdpl27typWYjRo0crvUF9vmB69IRCtTA/euXpU0F3HOTgkw/R57HHXScoKCRVIO78VIh6K9RV6T3KwFWIQzs+19Yh3lwwVRWIQgEyCJQEotEjvbh4nO9qecEfVNSG9o5K0dpKtWfCSxOVyT3e97EoFyQQcspPTyouLkZ+JBCTJ0/WDYS+3BoDIeiKKhIi8B55qAJx2Qs2Yaspx1ZdSn21vqgbnnvqKy18v+wWVSB2uoEoA+THlbZvz/bdlpmNXwcVtcGtdu0WlaK9t27IV6gQmmLLj57kDcSsWYrnUbSzPEPtwugFwiXOtpGn0htHTwMa1xoS6MwSMIDozK1nlD3sEjCACLtIjQd2ZgkYQHTm1jPKHnYJGECEXaTGAzuzBP4frYsJIWHXYQMAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-right: 12px;
}

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

.flag-at {
    width: 18px;
    height: 12px;
    background-position: -33px -5px;
}

.flag-atos-ap {
    width: 18px;
    height: 12px;
    background-position: -61px -5px;
}

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

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

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

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

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

.flag-ca {
    width: 18px;
    height: 12px;
    background-position: -61px -27px;
}

.flag-cf {
    width: 18px;
    height: 12px;
    background-position: -89px -27px;
}

.flag-ch {
    width: 18px;
    height: 12px;
    background-position: -117px -27px;
}

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

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

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

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

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

.flag-eg {
    width: 18px;
    height: 13px;
    background-position: -117px -49px;
}

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

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

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

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

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

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

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

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

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

.flag-kr {
    width: 18px;
    height: 12px;
    background-position: -89px -93px;
}

.flag-lu {
    width: 18px;
    height: 12px;
    background-position: -117px -93px;
}

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

.flag-my {
    width: 18px;
    height: 12px;
    background-position: -5px -115px;
}

.flag-nl {
    width: 18px;
    height: 12px;
    background-position: -33px -115px;
}

.flag-ph {
    width: 18px;
    height: 12px;
    background-position: -61px -115px;
}

.flag-pl {
    width: 18px;
    height: 12px;
    background-position: -89px -115px;
}

.flag-pt {
    width: 18px;
    height: 12px;
    background-position: -117px -115px;
}

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

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

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

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

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

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

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

.flag-sv {
    width: 18px;
    height: 12px;
    background-position: -173px -5px;
}

.flag-th {
    width: 18px;
    height: 12px;
    background-position: -173px -27px;
}

.flag-tr {
    width: 18px;
    height: 12px;
    background-position: -173px -49px;
}

.flag-tw {
    width: 18px;
    height: 12px;
    background-position: -173px -71px;
}

.flag-uk {
    width: 18px;
    height: 12px;
    background-position: -173px -93px;
}

.flag-us {
    width: 18px;
    height: 12px;
    background-position: -173px -115px;
}

.flag-uy {
    width: 18px;
    height: 12px;
    background-position: -173px -137px;
}


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

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

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

html {
    font-size: 62.5%;
}

body {
    color: #343430;
    font-family: "Stag Sans Light", Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section__title {
    text-align: center;
}

    .section__title span {
        display: block;
    }

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

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

b, strong {
    font-weight: 700;
}

i, em {
    font-style: italic;
}

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

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

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

    a:hover {
        color: #003a5b;
    }

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

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

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

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

    .link.white {
        color: #FFFFFF;
    }

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

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

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

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

.page__content {
    padding: 100px 0;
}

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

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

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


​ .left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.uppercase {
    text-transform: uppercase;
}

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

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

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

.clear {
    clear: both;
}

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

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

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

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

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

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

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

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

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

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

.dash-white {
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Default forms & placeholders styling
***********************************/

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

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

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

/*********************************** FORMS ELEMENTS */
label, .label {
    position: relative;
    color: #626262;
}

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

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

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

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

select {
    color: #585855;
    font-family: "Stag Sans Book", Verdana, Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 17px;
    line-height: 1.7rem;
    width: 100%;
    height: 40px;
    padding: 8px 0px 6px 40px;
    background: url("images/icon_chevron-blue.svg") transparent 20px center no-repeat;
    border: solid 2px #CCCCCC;
    border-radius: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    max-width: 100%;
}

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


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

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

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

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

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

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

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

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

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

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

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

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

/*********************************** CONTACT FORM */
#contactform ul {
    list-style: none;
}

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

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

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

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

#contactform textarea {
    width: 100%;
    padding: 10px 0px 0px 15px;
    font-family: "Stag Sans Book", Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 18px;
    line-height: 1.8rem;
    border: solid 2px #CCCCCC;
    border-radius: 20px;
    vertical-align: top;
    outline: none !important;
}

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

    #contactform select option {
        height: 20px;
    }

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

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

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

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

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

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

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

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

.gfield_error .validation_message {
    color: #e3632b;
}

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

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

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

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

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

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

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

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

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

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

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

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

    #contactform .gfield_radio li label {
        padding: 6px;
    }
/*********************************** OLYMPIC SUBSCRIBE */
#olympicsubscribe input#emailaddress, #olympicsubscribe textarea#emailaddress {
    display: inline-block;
    max-width: 60%;
    margin: 0px auto;
    background-color: #fff;
    border-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

@media (min-width: 800px) {
    .header__pre {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 16px;
        line-height: 1.6rem;
        padding: 20px 20px 10px;
    }
}

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

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

    .header__pre {
        max-width: initial;
    }
}

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

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

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

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

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

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

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

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

.header__pre-external {
    display: none;
}

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1100px) {
    .header__main .header__main-nav {
        position: absolute;
        color: #343430;
        font-family: "Stag Sans Semibold", Verdana, Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 20px;
        line-height: 2.0rem;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        left: 0;
        padding: 41px 70px 0 0;
        text-align: center;
        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: 1100px) {
    .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: 1100px) {
    .header__main .header__main-nav .header__main-menu {
        display: block;
        padding-top: 0;
        visibility: visible;
        margin-left: 60px;
    }
}

.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: 1100px) {
    .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: 1100px) {
    .header__main .header__main-nav .header__main-menu > li.megamenu {
        position: static;
    }
}

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

@media (min-width: 1100px) {
    .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 .submenu {
            opacity: 1;
            visibility: visible;
        }

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

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

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

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

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

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

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

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

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

li.megamenu {
    position: static;
}
.header__main-menu.opened li.megamenu {
    cursor: pointer;
}
li.megamenu > a {
    position: relative;
}

@media (min-width: 1100px) {
    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;
    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;
    position: relative;
    top: -2px;
}

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: 1100px) {
    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: 1100px) {
    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: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: 1100px) {
    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: 1100px) {
    .home__insights__banner-content {
        max-width: 450px;
        padding: 75px 0 80px 65px;
    }
}

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

.home__insights__banner-img {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header__banner-cta {
    max-width: 550px;
    padding-bottom: 30px;
}

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

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

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

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

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

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

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

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

.header__banner-excerpt {
    color: #FFFFFF;
    font-family: "Stag Sans Light", Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
}
/* Landing Page */
.lp_content section .section.header__row {
    padding: 0 20px;
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.error_404 {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .footer__sub ul li {
        display: inline-block;
        color: #808080;
        padding: 5px 10px;
    }

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

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

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

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

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

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

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

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

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

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

.breadcrumb a {
    color: #dedcdc;
}

.breadcrumb .sep {
    color: #FFFFFF;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .section__2cols .section__title {
        color: #0066a1;
        font-size: 30px;
        font-size: 3rem;
        line-height: 35px;
        line-height: 3.5rem;
        text-align: left;
    }

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

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

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

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

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

    .section__2cols-block h3, .section__2cols-block .h3, .section__2cols-block .link {
        color: #0066a1;
        -webkit-transition: color 200ms ease-in-out;
        transition: color 200ms ease-in-out;
    }

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.social-zone {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vc_tta-panel-body .grid__article, .vc_tta-panel-body .grid__article-double, .vc_tta-panel-body .grid__article-quote {
    margin-top: 0;
}

/** EQUALIZER */
@media (min-width: 1025px) {
    .grid-row.equalizer .grid__article, .equalizer.row-back-to-top .grid__article, .grid-row.equalizer .grid__article-double, .equalizer.row-back-to-top .grid__article-double, .grid-row.equalizer .grid__article-quote, .equalizer.row-back-to-top .grid__article-quote, .grid-row.equalizer .grid__article-content, .equalizer.row-back-to-top .grid__article-content, .grid-row.equalizer .grid__article-quote .grid__quote-content, .grid__article-quote .grid-row.equalizer .grid__quote-content, .equalizer.row-back-to-top .grid__article-quote .grid__quote-content, .grid__article-quote .equalizer.row-back-to-top .grid__quote-content {
        min-height: 0;
    }
}

/*********************************** GENERIC CTA */
.section__cta {
    position: relative;
    color: #FFFFFF;
    padding: 40px 0;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}

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

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

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

    .section__cta.overlay-blue {
        background-color: #0066a1;
    }

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

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

/*********************************** JOIN US */
.cta__join-us {
    position: relative;
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
    background-size: cover;
}

    .cta__join-us .section__title {
        color: #FFFFFF;
        padding: 0 0 10px;
    }

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

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

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

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

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

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

    .related-posts a {
        color: inherit;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

.insight__thumb {
    padding: 0 0 20px;
}

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

.insight__thumb img {
    display: block;
}

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

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

.insight__title {
    padding: 0 0 20px;
}

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

.insight__link {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.testimonial__title {
    padding-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.country__title {
    color: #0066a1;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 26px;
    line-height: 2.6rem;
    padding-bottom: 15px;
}

/** Swiper 3.3.1 Most modern mobile touch slider and framework with hardware accelerated transitions http://www.idangero.us/swiper/ Copyright 2016, Vladimir Kharlampidi The iDangero.us http://www.idangero.us/ Licensed under MIT Released on: February 7, 2016 */
.swiper-container, .slider-container, .slider__glance-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

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

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

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

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

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

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

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


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

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


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


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

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


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

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

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

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


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

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





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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


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

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

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

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

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

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

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


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


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

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

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

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

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


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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

/*********************************** DEFAULT SLIDER */
.slider {
    position: relative;
}

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

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

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

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

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

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

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

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

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

    .accordeon .accordeon__section {
        position: relative;
    }

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

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

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

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

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

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

        .accordeon .accordeon__section .accordeon__section-content {
            display: none;
            padding: 10px 20px;
            overflow: visible;
            -webkit-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*********************************** ATOS STYLING */
/* video player youtube */
.yt-mix-bg .yt-play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("images/atos-blue-play-button.png") no-repeat;
    background-size: cover;
}

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

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

    .yt-container .yt-mix-bg {
        z-index: 40;
        cursor: pointer;
        background-size: cover;
    }
/**************/
.header__main-search {
    position: absolute;
    display: inline-block;
    top: 23px;
    right: -5px;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    padding: 10px;
    overflow: hidden;
    background-color: #343430;
    vertical-align: middle;
    z-index: 2;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl_filter li a, .pl_year li a {
    display: block;
    color: #555;
    margin: 0 !important;
    padding: 3px !important;
    -webkit-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
}

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

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

.section__tabs .vc_tta-tabs-container li.active, .section__tabs .vc_tta-tabs-container li.vc_active, .section__tabs .vc_tta-tabs-container li:hover, .pl_filter li.active, .pl_filter li.hover, .pl_year li.hover, .pl_year li.active {
    color: #0066a1;
    cursor: pointer;
}

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

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

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

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

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

.section__tabs-link {
    text-align: center;
}

/** RESET VC DEFAULT STYLING */
.vc_tta-tab {
    margin: 0 !important;
}

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

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

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

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

    .vc_tta-panels .vc_tta-panel-title {
        position: relative;
        font-family: "Stag Sans Medium", Verdana, Arial, Helvetica, sans-serif !important;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 16px;
        line-height: 1.6rem;
        text-align: center;
    }

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

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

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

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


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

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

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

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

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

.pagination__links {
    position: relative;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
    padding: 10px;
    text-align: center;
    background-color: #f5f5f5;
}

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

    .pagination__links .current {
        color: #bfbfbf;
    }

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

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

    .pagination__links .hidden {
        opacity: 0.3;
    }

    .pagination__links a {
        display: block;
    }

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

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

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

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

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

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

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

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

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

.cp_disclaimer {
    padding-bottom: 20px;
}

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

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

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

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

    .cp_link button:after {
        display: none;
    }

.cp_link .button {
    background: #343430;
}

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

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

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

#cp legend {
    display: none;
}

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

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


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

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

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

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


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

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

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

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

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

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

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

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

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

@media (min-width:426px) {
    #cp fieldset {
        display:block;
        width: 370px;
    }
    #cp label {
        width: 105px;
    }
    #cp_selected {
        top: 1px;
        width:90px;
        padding: 4px 7px 5px 5px;
        margin-right: 8px;
        float:right;
    }
}

@media (min-width: 768px) {

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

    #cp {
        padding-bottom: 0px;
    }

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

    .cp_disclaimer p {
        padding: 0;
    }
}

@media (min-width: 840px) {
    .cp_link button, .cp_link .button {
        padding-left: 12%;
    }
}
@media(min-width: 900px){
    #cp fieldset {
        display: inline;
        width: auto;
    }

    #cp_selected {
        float: left;
    }
}

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

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

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

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

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





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

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

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


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

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


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


.current-share-price {
    color: #0066a0;
    font-size: 40px;
    padding: 8px 12px 8px 0px;
    font-weight: bold;
    float: left;
}

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

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

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


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

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


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

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

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



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



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


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


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

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


#contactform .ginput_counter {
    display: none;
}


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

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

.page_home .breadcrumb {
    display: none;
}

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

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

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


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

.mw100p {
    max-width: 100%;
}

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

.br50 {
    border-radius: 50%;
}

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

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

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

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

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

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

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

.instagramiconshare {
    position: absolute;
    bottom: -10px;
    left: 15px;
    line-height: 1.4rem;
}

/* TC 11/12/17 linkedin icons */
.linkedinicon {
    margin: 0 5px -5px 5px;
}

.linkediniconshare {
    position: absolute;
    bottom: -10px;
    left: 15px;
    line-height: 1.4rem;
}

/* TC 8/2/2018 vkontakte icons social wall */
.vkontakteicon {
    margin: 0 5px -5px 5px;
}

.vkontakteiconshare {
    position: absolute;
    bottom: -10px;
    left: 15px;
    line-height: 1.4rem;
}
/**********************************
    Experts and Blog 
***********************************/
.blog-col-3 {
    float: left;
    width: calc( 100%);
}

.blog-summary {
    border-bottom: 14px solid #eee;
    height: 290px;
    overflow: hidden;
    background-color: #eee;
    width: 100%;
}

@media (min-width:480px) {
    .blog-summary {
        height: 360px;
    }
}

.blog-summary .wp-post-image {
    border-radius: 0%;
    width: 100%;
}

.blog-summary h2 {
    padding: 8px 0 8px 0;
    margin: 0;
}

/*.blog-summary p {
    margin: 0;
    display: inline;
}*/
.blog-text {
    padding: 0 10px 0 10px;
    margin: 0;
    height: 188px;
}

    .blog-text div {
        padding-top: 12px;
        padding-bottom: 2px;
        margin: 0;
    }

.pl_col-sm-1, .pl_col-sm-10, .pl_col-sm-11, .pl_col-sm-12, .pl_col-sm-2, .pl_col-sm-3, .pl_col-sm-4, .pl_col-sm-5, .pl_col-sm-6, .pl_col-sm-7, .pl_col-sm-8, .pl_col-sm-9 {
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
}

.pl_col-sm-1, .pl_col-sm-2, .pl_col-sm-11, .pl_col-sm-10 {
    width: 50%;
}

@media (min-width:480px) {
    .pl_col-sm-1, .pl_col-sm-10, .pl_col-sm-11, .pl_col-sm-12, .pl_col-sm-2, .pl_col-sm-3, .pl_col-sm-4, .pl_col-sm-5, .pl_col-sm-6, .pl_col-sm-7, .pl_col-sm-8, .pl_col-sm-9 {
        float: left;
    }

    .pl_col-sm-12 {
        width: calc(100%);
    }

    .pl_col-sm-11 {
        width: calc(91.66666667%);
    }

    .pl_col-sm-10 {
        width: calc(66.6666%);
    }

    .pl_col-sm-9 {
        width: calc(75%);
    }

    .pl_col-sm-8 {
        width: calc(66.66666667%);
    }

    .pl_col-sm-7 {
        width: calc(58.33333333%);
    }

    .pl_col-sm-6 {
        width: calc(50%);
    }

    .pl_col-sm-5 {
        width: calc(41.66666667%);
    }

    .pl_col-sm-4 {
        width: calc(33.33333333%);
    }

    .pl_col-sm-3 {
        width: calc(50%);
    }

    .pl_col-sm-2 {
        width: calc(33.33333%);
    }

    .pl_col-sm-1 {
        width: calc(8.33333333%);
    }
}

@media (min-width: 768px) {
    .expert-article .header__banner-cta {
        min-width: 500px;
    }

    .expert-article .grid-offset-6 {
        margin-left: calc( 50% + 20px);
    }

    .blog-col-3 {
        width: calc( 33.333% );
    }

    .pl_col-sm-3 {
        width: calc(33.333%);
    }

    .pl_col-sm-2 {
        width: 25%;
    }

    .pl_col-sm-10 {
        width: 75%;
    }
}

@media (min-width: 1025px) {
    .blog-col-3 {
        width: calc( 25% - );
    }

    .pl_col-sm-3 {
        width: 25%;
    }

    .pl_col-sm-2 {
        width: 16.6666%;
    }

    .pl_col-sm-10 {
        width: 83.3333%;
    }
}

@media (min-width: 1280px) {
}

.expert-detail .expert-image, .blog-detail .expert-image {
    border-radius: 50%;
    width: 90%;
    background: no-repeat center top;
    background-size: cover;
}

.pl_expert .expert-image {
    border-radius: 50%;
    left: 5%;
    width: 90%;
    background: no-repeat center top;
    background-size: cover;
    position: relative;
}

.blog-detail .pl_col-sm-2 {
    padding: 0 20px 4px 20px;
}

.pl_expert .expert-image:after, .expert-detail .expert-image:after, .blog-detail .expert-image:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.pl_expert .expert-image-sc {
    width: 36px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 99;
}

.blog-area {
    height: 160px;
    overflow: hidden;
    box-sizing: border-box;
}

    .blog-area.desc {
        height: 89px;
    }

.pl_blog .hr {
    width: 100%;
    margin: 0;
}

.pl_blog .pl_grid-item .hr {
    float: none;
    margin-bottom: 16px;
}

.blog-area .expert-image-sc {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    width: inherit;
    max-width: 35%;
    min-width: 25%;
}

.blog-area h2 {
    box-sizing: border-box;
    padding: 0 8px 0 0;
    display: block;
    width: 100%;
    float: left;
}

.blog-area .blog-date {
    box-sizing: border-box;
    display: block;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 1.3rem;
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {
    .blog-area h2 {
        width: 70%;
    }

    .blog-area .blog-date {
        width: 30%;
        text-align: right;
    }
}

@media (min-width: 1023px) {
    .blog-area h2 {
        width: 76%;
    }

    .blog-area .blog-date {
        width: 24%;
        text-align: right;
    }
}

@media (min-width: 1200px) {
    .blog-area h2 {
        width: 78%;
    }

    .blog-area .blog-date {
        width: 22%;
    }
}

.blog-area .blog-image {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 20%;
    border-radius: 50%;
    height: auto;
    margin: 0 15px 6px 0;
}

    .blog-area .blog-image:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

.blog-area .blog-author {
    float: left;
    display: block;
    width: 80%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.blog-area .blog-header {
    margin: 0;
    padding: 0;
    width: calc(80% - 15px);
    float: left;
}

.blog-area .blog-author {
    font-size: 1.5rem;
    line-height: 3.5rem;
}

.blog-area h2.w100p {
    width: 100% !important;
}



.pl_expert .expert-detail {
    height: 60px;
    overflow: hidden;
    margin-top: 4px;
}

.pl_expert .alpha-letter {
    font-family: "Stag Medium", Verdana, Arial, Helvetica, sans-serif;
    font-size: 3rem;
    height: 30px;
    color: black;
    padding-top: 5px;
}

.pl_expert .alphabet {
    font-family: "Stag Medium", Verdana, Arial, Helvetica, sans-serif;
    font-size: 3rem;
    height: 30px;
    color: #ccc;
    float: right;
    line-height: 3rem;
    height: auto;
}

    .pl_expert .alphabet a, .pl_expert .alphabet a:link, .pl_expert .alphabet a:active {
        color: #0066A1;
    }

        .pl_expert .alphabet a:hover {
            color: #E00000;
        }

.pl_expert .letter {
    margin-left: 4px;
    float: left;
}

.pl_expert p {
    font-size: 1.1rem;
}

.pl_expert h2 {
    font-size: 1.4rem;
    padding: 0 0 2px 0;
}

.pl_expert .expert-detail p {
    font-size: 1.2rem;
}

.pl_expert .expert-detail h2 {
    font-size: 1.6rem;
    padding: 0 0 2px 0;
}
/***********************************
Article Filter Component
***********************************/
.pl_grid {
    margin: 0;
    padding: 0;
}

.pl_row {
    margin-left: -15px;
    margin-right: -15px;
}

.pl_grid-item {
    background-color: transparent;
}

.pl_grid .pl_row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.pl_wrapper {
}

.pl_slide-wrapper {
    float: left;
    width: 100%;
}
/**/

.pl_clearfix:after, .pl_row:after {
    clear: both;
}

.pl_row:after, .pl_row:before {
    content: " ";
    display: table;
}

.pl_search {
    float: left;
    margin: 10px 10px 0 10px;
    width: 100%;
    text-align: center;
}

    .pl_search form {
        display: inline-block;
    }

    .pl_search input[type=text] {
        float: left;
        border-radius: 0;
        width: 200px;
        padding: 4px 4px 4px 4px;
        color: #666;
        background-image: url('images/icon_search.svg');
        background-position: 10px 10px;
        background-repeat: no-repeat;
    }

    .pl_search ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #666;
    }

    .pl_search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #666;
        opacity: 1;
    }

    .pl_search ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #666;
        opacity: 1;
    }

    .pl_search :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #666;
    }

    .pl_search ::-ms-input-placeholder { /* Microsoft Edge */
        color: #666;
    }

    .pl_search button[type=submit] {
        float: left;
        display: inline-block;
        width: 36px;
        height: 36px;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: url("images/icon_search.svg") #ccc center center no-repeat;
        background-size: 20px 20px;
    }

@media (min-width: 1200px) {
    .pl_sb {
        width: calc(100% - 171px);
        position: relative;
        float: left;
    }

    .pl_search {
        width: auto;
        float: right;
    }

        .pl_search input[type=text] {
            width: 115px;
        }
}

.pl_year {
    width: 100%;
    padding: 4px 0 0 10px;
    float: left;
    display: block;
}

    .pl_year select {
        padding: 3px 0 6px 40px;
        border-radius: 0;
        background-image: url('/wp-content/themes/atos/images/icon_chevron-gray.svg');
        outline: none !important;
        height: 40px;
    }

        .pl_year select::-ms-expand {
            display: none;
        }

.pl_grid.pl_row .pl_slide-wrapper .pl_grid-item.pl_visible-item:hover {
    z-index: 3;
}

.pl_grid.pl_row .pl_grid-item .pl_grid-item-mini .pl_grid-item-content {
    overflow: hidden;
}

.pl_wrapper, .pl_wrapper .pagination {
    float: left;
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
}

    .pl_wrapper .pagination__links {
        position: relative;
        width: 100%;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 14px;
        line-height: 1.4rem;
        padding: 10px;
        text-align: center;
        background-color: #f5f5f5;
    }

        .pl_wrapper .pagination__links li {
            display: inline-block;
            margin: 0 3px;
        }

        .pl_wrapper .pagination__links .current {
            color: #bfbfbf;
        }

        .pl_wrapper .pagination__links .prev {
            display: block;
            position: absolute;
            width: 20px;
            height: 20px;
            top: 10px;
            left: 10px;
        }

        .pl_wrapper .pagination__links .next {
            display: block;
            position: absolute;
            width: 20px;
            height: 20px;
            top: 10px;
            right: 10px;
        }

        .pl_wrapper .pagination__links .hidden {
            opacity: 0.3;
        }

        .pl_wrapper .pagination__links a {
            display: block;
        }

            .pl_wrapper .pagination__links a:hover {
                color: #0066a1;
            }

.pl_loader {
    position: absolute;
    display: none;
    background: url("images/loader.svg") center center no-repeat;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .pl_loader {
        animation-name: rotateAnim;
        -o-animation-name: rotateAnim;
        -ms-animation-name: rotateAnim;
        -webkit-animation-name: rotateAnim;
        -moz-animation-name: rotateAnim;
        animation-duration: 0.6s;
        -o-animation-duration: 0.6s;
        -ms-animation-duration: 0.6s;
        -webkit-animation-duration: 0.6s;
        -moz-animation-duration: 0.6s;
        animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-timing-function: linear;
        -o-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
}

@keyframes rotateAnim {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@-o-keyframes rotateAnim {
    from {
        -o-transform: rotate(360deg);
    }

    to {
        -o-transform: rotate(0deg);
    }
}

@-ms-keyframes rotateAnim {
    from {
        -ms-transform: rotate(360deg);
    }

    to {
        -ms-transform: rotate(0deg);
    }
}

@-webkit-keyframes rotateAnim {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes rotateAnim {
    from {
        -moz-transform: rotate(360deg);
    }

    to {
        -moz-transform: rotate(0deg);
    }
}

.pl_loader.loading {
    display: block;
    z-index: 9999;
    opacity: 1.0;
}

.pl_grid.loading {
    opacity: 0.4;
}

.pl_loader2 {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    -webkit-animation: spin 0.6s linear infinite;
    -moz-animation: spin 0.6s linear infinite;
    animation: spin 0.6s linear infinite;
    z-index: 1;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.pl_wrapper .pl_slide-wrapper {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    opacity: 1.0;
}
/* Article Lister Template : Large */
.pl_large {
    padding-top: 30px;
}

    .pl_large .large-left, .pl_large .large-right {
        width: 100%;
        margin: 0;
        padding: 0;
        float: left;
    }

    .pl_large .large-left-first {
        width: 100%;
        margin: 0;
        padding: 0 0 15px;
        float: left;
    }

    .pl_large .large-right-first {
        width: 100%;
        float: left;
    }

    .pl_large .large-image-first {
        width: 100%;
        padding: 0 0 65% 0;
        margin: 0;
        background: no-repeat center top;
        background-size: cover;
    }

    .pl_large .large-image {
        width: 100%;
        padding: 0 0 50% 0;
        margin: 0;
        background: no-repeat center top;
        background-size: cover;
    }

    .pl_large .large-date {
        margin-top: 0;
    }

@media (min-width: 480px) {
    .pl_large .pl_col-sm-6 {
        width: 100%;
    }

    .pl_large .large-left, .pl_large .large-right {
        width: 50%;
    }

    .pl_large .large-image {
        width: 90%;
        padding: 0 0 52% 0;
        margin: 0;
        background: no-repeat center top;
        background-size: cover;
    }
}

@media (min-width: 768px) {
    .pl_large .large-left, .pl_large .large-left-first {
        width: 50%;
        margin: 0;
        padding: 0;
        float: left;
    }

    .pl_large .large-right, .pl_large .large-right-first {
        width: calc(50% - 15px);
        margin-left: 15px;
        float: left;
    }

    .pl_large .large-image {
        padding: 0 0 90% 0;
    }

    .pl_large .large-image-first {
        width: 95%;
        padding: 0 0 65% 0;
    }

    .pl_large .large-date {
        margin-top: 15px;
    }

    .pl_large .pl_col-sm-6 {
        width: 50%;
    }
}

@media (min-width: 1023px) {
    .pl_large .large-date {
        margin-top: 30px;
    }
}
/* Article Lister Template : Blog */
.pl_blog .pl_col-sm-1, .pl_blog .pl_col-sm-2, .pl_blog .pl_col-sm-3, .pl_blog .pl_col-sm-4, .pl_blog .pl_col-sm-5, .pl_blog .pl_col-sm-6, .pl_blog .pl_col-sm-7, .pl_blog .pl_col-sm-8, .pl_blog .pl_col-sm-9, .pl_blog .pl_col-sm-10, .pl_blog .pl_col-sm-11, .pl_blog .pl_col-sm-12 {
    padding: 0;
}

.pl_blog {
    width: calc(100%);
    margin: 0 0 0 8px;
}

    .pl_blog p {
        display: inline;
    }

    .pl_blog a, .pl_blog a:link, pl_blog a:hover, pl_blog a:active {
        color: #343430;
    }

.blog-image {
    width: 100%;
    height: 135px;
    background: no-repeat center top;
    background-size: cover;
    z-index: 10;
    transform: none !important;
}

@media (min-width:480px) {
    .blog-image {
        height: 165px;
    }
}

.blog blockquote p {
    line-height: 1.25;
    font-size: 20px;
}

.blog ol {
    list-style-type: decimal;
}

.blog ol, .blog ul {
    margin: 0 0 1.5em 2em;
}

.blog-share ul {
    margin: 0 0 1.5em 0em;
}

.pl_filter ul, .pl_year ul {
    list-style-type: none;
    width: 100%;
}

    .pl_filter ul li, .pl_year ul li {
        position: relative;
        display: inline-block;
        margin: 0 0 8px 20px !important;
        padding: 0 0 4px 0 !important;
    }

.pl_year.dropdown {
    width: 162px;
}
/* AL: bigimage template */
.pl_grid .bigimage-image {
    width: 100%;
    height: 135px;
    background: no-repeat center top;
    background-size: cover;
    z-index: 10;
    transform: none !important;
}

@media (min-width:480px) {
    .pl_grid .bigimage-image {
        height: 165px;
    }
}

/* article lister - newsroom-list */
.pl_newsroom .large-desc {
    line-height: 20px;
    line-height: 2rem;
    display: inline;
}

.pl_gray, .pl_gray a, .pl_gray p {
    color: #343430;
    font-weight: 400;
}

.pl_grid .pl_newsroom-image {
    background-position: center;
    background-size: cover;
    display: inline;
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 20px;
}

.pl_newsroom h2 {
    padding: 4px 0 10px 0;
}

.pl_newsroom .pl_newsroom-content {
    padding: 2px 0 0 0;
    border-bottom: 2px solid white;
}

    .pl_newsroom .pl_newsroom-content p {
        padding: 0;
    }
/* single-blog */
.blog-article .blog-detail .wp-post-image {
    border-radius: 50%;
    width: 10%;
    float: left;
    margin: 0 15px 2px 0;
}

.blog-article .article-expert {
    background-color: #f2f2f2 !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog-article .expert-detail .wp-post-image {
    border-radius: 50%;
    min-width: 78px;
    max-width: 78px;
    float: left;
    margin: 0 15px 2px 0;
}

.blog-article .header__banner-cta {
    min-width: 100%;
    padding: 0 20px 30px 0;
    float: right;
}

    .blog-article .header__banner-cta .grid-offset-6 {
        margin-left: 0px;
    }

    .blog-article .header__banner-cta .grid-col-6 {
        float: right;
        width: 100%;
    }

.blog-article .rel-col-3 {
    float: left;
    display: block;
    width: calc(50% - 20px);
    margin: 0px 20px 0 0;
}

.blog-article .rel-blog-3, .blog-article .rel-blog-4 {
    display: none;
}

.blog-article .expert-related {
}

    .blog-article .expert-related .pl_col-sm-9 {
        margin: 0px 10px 16px 0;
    }

.blog-article h3 {
    padding-top: 15px;
}

.blog-article .blog-detail {
    font-size: 1.0em;
}

    .blog-article .blog-detail blockquote {
        padding: 0;
        margin: 0;
    }

        .blog-article .blog-detail blockquote p {
            font-size: 1.8rem;
            padding: 0 0 15px 0;
            margin: 0;
        }

        .blog-article .blog-detail blockquote strong {
            font-size: 1.8rem;
            padding: 0;
            margin: 0;
        }

@media (min-width: 768px) {
    .blog-article .blog-detail blockquote p {
        padding: 0 150px 15px 150px;
        font-size: 1.9rem;
        line-height: 2.4rem;
        color: #0066A1;
    }

    .blog-article .blog-detail blockquote strong {
        font-size: 1.9rem;
        line-height: 2.4rem;
        padding: 0;
        margin: 0;
        color: #0066A1;
    }
}

.blog-article .section .section {
    padding: 30px 0 0 0;
}

.blog-article .section .article__content .section {
    padding-top: 0px;
}

.blog-article .blog-intro {
    font-size: 0.9em;
    color: #999;
}


.blog-article .blog-share {
    margin-top: 20px;
}


    .blog-article .blog-share h2 {
        padding-bottom: 8px;
    }

    .blog-article .blog-share ul li {
        float: left;
        display: block;
        margin-right: 4px;
        margin-left: 0px;
    }

.blog-article .expert-all {
    text-align: right;
}


    .blog-article .expert-all a, .blog-article .experts-all a {
        text-transform: uppercase;
        font-size: 0.9em;
    }

.blog-article .expert-job, .blog-article .expert-follow {
    margin-bottom: 4px;
}

.blog-article .hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 8px 0 10px 0;
    padding: 0;
    background: #ddd;
}

.blog-article .rel-title {
    margin-top: 8px;
}

    .blog-article .rel-title a, .blog-article .rel-title a:hover, .blog-article .rel-title a:link, .blog-article .rel-title a:active {
        color: #666;
    }

.blog-article .rel-image {
    width: 80%;
    padding-bottom: 80%;
    height: 0;
    background: no-repeat center top;
    background-size: cover;
}

.expert-article .expert-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: no-repeat center top;
    background-size: cover;
    border-radius: 50%;
}

.expert-article .grid-col-2 {
    width: 16.6666%;
    margin: 0;
}

.blog-article ol {
    list-style-position: inside;
    list-style-type: decimal;
    margin-left: 0;
}

    .blog-article ol ol {
        margin-left: 20px;
        list-style-type: lower-alpha;
    }

.blog-article .blog-relcon ul {
    padding-bottom: 24px;
}

.expert-related a, .expert-related a:link, .expert-related a:active, .expert-related a:hover {
    color: #0066A1;
}

.expert-related .blog-relcat {
    margin-top: 15px;
}

@media (min-width: 480px) {
    .expert-related .blog-relcat {
        margin-top: 0;
    }

    .blog-article .expert-related .pl_col-sm-9 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .blog-article .expert-related .pl_col-sm-9 {
        margin: 0;
        width: 75%;
    }

    .blog-article .expert-related .pl_col-sm-3 {
        width: 25%;
    }

    .blog-article .blog-detail .wp-post-image {
        max-width: 10%;
    }

    .blog-article .rel-image {
        width: 90%;
        padding-bottom: 90%;
    }

    .blog-article .header__banner-cta {
        width: 100%;
    }

    .blog-article .grid-offset-6 {
        margin-left: 0px;
    }

    .blog-article .header__banner-cta .grid-col-6 {
        width: 100%;
    }

    .blog-article .rel-col-3 {
        width: calc(33.3333% - 20px);
    }

    .blog-article .rel-blog-3 {
        display: block;
    }

    .blog-article .expert-all .grid-col-6 {
        margin-left: 150px;
    }
}

@media (min-width: 1023px) {
    .blog-article .rel-blog-4 {
        display: block;
    }

    .blog-article .rel-col-3 {
        width: calc(25% - 20px);
    }
}

.cap {
    text-transform: capitalize;
}

@media (min-width: 1025px) {
    .blog-article .header__banner-cta .grid-offset-6 {
        margin-left: 0px;
    }

    .blog-article .header__banner-cta .grid-col-6 {
        width: 100%;
    }
}
/* single-expert */
.expert-article .wp-post-image {
    border-radius: 50%;
}

.expert-article .grid-offset-6 {
    margin: 0;
}

.expert-article .header__banner-cta {
    min-width: 100%;
    padding: 0 40px 30px 0;
}

.content {
    position: absolute;
    width: 100%;
    height: 100%;
}

.expert-detail .pl_col-sm-1 {
    width: 25%;
}

.expert-detail .pl_col-sm-11 {
    width: 75%;
}

.expert-detail .grid-col-5 {
    width: calc( 100% - 20px);
    margin: 0 20px 0 0;
}

.expert-detail .grid-col-7 {
    width: calc( 100% - 20px);
    margin: 0 20px 0 0;
}

.article-expert .grid-row, .expert-related .grid-row {
    padding: 0 20px 0 20px;
}

@media (min-width:480px) {
    .expert-detail .pl_col-sm-1 {
        width: calc(20%);
    }

    .expert-detail .pl_col-sm-11 {
        width: calc(80%);
    }
}

@media (min-width: 768px) {
    .expert-detail .pl_col-sm-1 {
        width: 12%;
    }

    .article-expert .grid-row, .expert-related .grid-row {
        padding: 0;
    }

    .expert-detail .pl_col-sm-11 {
        width: 88%;
    }

    .expert-detail .grid-col-5 {
        width: calc( 50% - 20px);
        margin: 0 20px 0 0;
    }

    .expert-detail .grid-col-7 {
        width: calc( 50% - 2 * 20px);
        margin: 0 20px 0 20px;
    }
}

@media (min-width: 1025px) {
    .expert-detail .pl_col-sm-1 {
        width: 8.3333%;
    }

    .expert-detail .pl_col-sm-11 {
        width: 91.6666%;
    }

    .expert-detail .grid-col-5 {
        width: calc( 41.6666% - 20px);
        margin: 0 20px 0 0;
    }

    .expert-detail .grid-col-7 {
        width: calc( 58.3333% - 40px);
        margin: 0 20px 0 20px;
    }
}

.button-cat {
    color: #FFF;
    border: solid 1px #FFFFFF;
    padding: 3px 9px 3px 16px;
    min-height: 0;
    background: url("images/icon_dot-white.svg") 4px 4px no-repeat;
    background-color: #FF6319;
    font-size: 1.1rem;
    margin: 0 8px 4px 4px;
}

    .button-cat:hover {
        color: #FF6319 !important;
        border: solid 1px #FF6319;
        -webkit-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
        text-decoration: none !important;
        background: url("images/icon_dot-orange.svg") 4px 4px no-repeat;
        background-color: #FFFFFF;
    }

/* pwd screen */
.post-password-form input {
    width: 200px;
}

.post-password-form label {
}

.post-password-form label {
    margin-top: 10px;
    float: left;
    display: block;
    font-weight: 400;
}

.post-password-form input[type=submit] {
    margin-top: 37px;
    margin-left: 10px;
    display: block;
    float: left;
    width: 100px;
}

.post-password-form input[type=password] {
    margin-top: 10px;
}

.post-password-form p {
    font-weight: 700;
}

.post-password-form {
    margin-top: 40px;
    width: 50%;
    margin-left: 30%;
    padding-bottom: 150px;
}

/* FT 25/10 - Social wall in columns */
/* FT - 1/2 of SW and 1/2 of text */
.sw-half {
    width: 50%;
    margin: 0;
}

.sw-half-2col {
    width: 50%;
    margin: 0;
}


.grid-col-4-sw {
    float: left;
    width: 30%;
    margin: 10px !important;
}

.sw-half .grid-col-4-sw {
    width: 100%;
    margin: 0 15px 15px 0 !important;
}

.sw-half-2col .grid-col-4-sw {
    /* FT 12/2/2018 */
    width: 47%;
    margin: 0 15px 15px 0 !important;
}

.sw-title {
    margin: 0 30px;
    width: 42%;
}

/* FT - Ajustement général */
.section-sw .grid-col-12 {
    width: 100%;
    margin: 0;
}

.social-post__wrapper {
    position: relative;
    margin-bottom: 0;
    padding: 20px 20px 40px 20px !important;
}

/* TC 6/12 linkedin - 8/2/18 vkontakte */
.facebookiconshare, .instagramiconshare, .twittericonshare, .linkediniconshare, .vkontakteiconshare {
    position: absolute;
    bottom: 10px;
    left: 15px;
    line-height: 1.4rem;
}

.social-post .social-post__date {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-family: "Stag Sans Book", Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
}


/* FT - SW from 2 to 1 column, with text beside */
@media only screen and (max-width:1124px) {

    .sw-half {
        /* FT 12/2/2018 */
        width: 50%;
        padding: 0;
    }

        .sw-half .grid-col-4-sw {
            width: 100%;
            margin: 0 0 20px 0;
        }

    .sw-title {
        width: 50%;
    }

    .sw-half-2col {
        width: 40%;
        padding: 0;
    }

        .sw-half-2col .grid-col-4-sw {
            width: 100%;
            margin: 0 0 20px 0;
        }
}


@media only screen and (max-width:980px) {

    .grid-col-4-sw {
        width: 32%;
        margin: 5px !important;
    }
}


@media only screen and (max-width:850px) {

    .grid-col-4-sw {
        float: left;
        width: calc( 50% - 20px );
        margin: 10px;
    }
}


/* FT - SW from 1 to 2 columns, with text to the top or bottom */
@media only screen and (max-width:768px) {

    .sw-half {
        width: 100%;
    }

        .sw-half .grid-col-4-sw {
            width: 100%;
            margin: 10px;
        }

    .sw-half-2col {
        width: 100%;
    }

        .sw-half-2col .grid-col-4-sw {
            width: 46%;
            margin: 10px;
        }

    .sw-title {
        width: 90%;
    }
}


/* FT - SW from 2 to 1 column centered, with text to the top or bottom */
@media only screen and (max-width:600px) {

    .sw-half {
        width: 100%;
        padding: 0;
    }

    .sw-half-2col {
        width: 100%;
        padding: 0;
    }

    .grid-col-4-sw {
        width: 100% !important;
    }

    .sw-title {
        margin: 5px;
        width: 100%;
    }
}


/* FT - SW still in 1 column without margins beside, with text to the top or bottom */
@media only screen and (max-width:415px) {

    .grid-col-4-sw {
        width: 100% !important;
        left: 0 !important;
        margin: 10px 0 !important;
    }
}

/* FT - Displays the social wall in 1 column */
.sw-1-column .grid-col-4-sw {
    float: none !important;
    width: 100%;
    clear: both !important;
    display: block !important;
    position: static !important;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

/* FT - Displays the icons share under the date */
/* FT - You have to add the class "sw-1-column" in the composant of the Back-office to work!! */
@media only screen and (max-width:900px) {

    .sw-1-column .social-post__wrapper {
        padding: 20px 20px 50px 20px !important;
    }

    .sw-1-column .social-post__date {
        left: 20px !important;
        bottom: 25px !important;
    }

    /* TC 6/12 linkedin - 8/2/18 */
    .sw-1-column .facebookiconshare,
    .sw-1-column .instagramiconshare,
    .sw-1-column .twittericonshare,
    .sw-1-column .vkontakteiconshare,
    .sw-1-column .linkediniconshare {
        bottom: 5px !important;
    }
}


/* FT - Displays the social wall in 2 columns */
@media only screen and (max-width:767px) {

    .sw-1-column .grid-col-4-sw {
        float: left !important;
        width: calc( 50% - 20px );
        clear: none !important;
        display: initial !important;
        position: absolute !important;
        margin: 0 10px 20px 10px;
        padding-bottom: 5px;
    }

    .sw-1-column .social-post__wrapper {
        padding: 20px !important;
    }

    .sw-1-column .social-post__date {
        left: inherit !important;
        right: 20px !important;
        bottom: 0 !important;
    }

    /* TC 6/12 linkedin - 8/2/18 vkontakte */
    .sw-1-column .facebookiconshare,
    .sw-1-column .instagramiconshare,
    .sw-1-column .twittericonshare,
    .sw-1-column .vkontakteiconshare,
    .sw-1-column .linkediniconshare {
        bottom: 0 !important;
    }
}


/* FT - Displays the icons share under the date */
@media only screen and (max-width:550px) {

    .sw-1-column .social-post__wrapper {
        padding: 20px 20px 45px 20px !important;
    }

    .sw-1-column .social-post__date {
        left: inherit !important;
        bottom: 0 !important;
    }
}


/* FT - Displays the social wall in 1 column */
@media only screen and (max-width:470px) {

    .sw-1-column .grid-col-4-sw {
        float: none !important;
        width: 100%;
        clear: both !important;
        display: block !important;
        position: static !important;
        margin: 20px 0;
        padding-bottom: 5px;
    }

    .sw-1-column .social-post__wrapper {
        padding: 20px !important;
    }

    .sw-1-column .social-post__date {
        right: 20px !important;
    }
}

/* FT 14/05/2018 - Sticky menu */
.header__main.stickytop {
    background: #fff;
    height: 94px;
    z-index: 170;
    margin: 0 auto;
    border-bottom: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    width: 95.5%;
    max-width: 1100px;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    padding: 25px 0 0 0;
}

    .header__main.stickytop .header__main-menu {
        padding-top: 12px;
    }

    .header__main.stickytop .header__main-nav {
        width: 100%;
        padding: 29px 70px 0 0;
    }

        .header__main.stickytop .header__main-nav .icon__menu {
            top: 34px;
        }

    .header__main.stickytop .header__main-logo a {
        display: inline-block;
        margin-left: 25px;
    }

@media only screen and (max-width: 1024px) {

    .header__main.stickytop .header__main-nav .header__main-menu.opened {
        display: block;
        visibility: visible;
        background-color: #fff;
        padding-left: 25px;
        margin-top: -10px;
        margin-left: -1px;
        border: 1px solid #bebebe;
        border-top: none;
    }
}

@media only screen and (max-width: 570px) {

    .breadcrumb {
        display: none;
    }
}


/* Country Drop Down */

#dd .clearfix:before, #dd .clearfix:after {
    content: " ";
    display: table;
}

#dd .clearfix:after {
    clear: both;
}

#dd h4 {
    color: #0066a1;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Stag Medium';
    margin: 0;
    font-size: 1.6rem;
    display: inline-block;
    border-bottom: 1px solid transparent;
    letter-spacing: .5px;
}

#dd {
    height: auto;
    background-color: #f3f3f3;
    position: absolute;
    left: 0;
    margin: 5px 0;
    border: 1px solid #bebebe;
    border-top: none;
    border-radius: 4px;
    padding: 0 0 20px 0;
    width: 100%;
}

    #dd .dd-con {
        width: 100%;
        margin: 25px auto 0 auto;
    }

    #dd .dd-1 {
        width: 140px;
        position: absolute;
        left: 35px;
    }

    #dd a {
        font-size: 14px;
        transition: 0.3s;
        font-family: 'Stag Sans Book';
        color: #000;
        text-transform: capitalize;
        letter-spacing: .5px;
    }

    #dd .dd-2 {
        float: left;
        border-left: 1px solid #fff;
        border-right: 1px solid #d2d2d2;
        box-shadow: 1px 0 0 #fff, -1px 0 0 #d2d2d2;
        height: 350px;
    }

    #dd .dd-europe {
        margin-left: 155px;
    }

    #dd .dd-in-sub {
        float: left;
        padding: 0 20px;
    }

    #dd .dd-in-r {
        float: right;
        padding: 0 20px;
    }

    #dd .dd-r {
        float: left;
        height: 350px;
        box-shadow: 1px 0 0 #fff, -1px 0 0 #d2d2d2;
    }

li.parentmenu {
    position: static !important;
    overflow: visible !important;
}

li.parentmenu > a.for-global-arrow {
    padding-left: 1px;
}

li.parentmenu > a.for-global-arrow::after {
    top: -1px;
    right: -8px;
}

#dd {
    display: none;
}

li.parentmenu:hover #dd {
    display: block;
}

li.parentmenu:after {
    top: 30px;
    left: 72px;
    right: inherit;
    display: none !important;
}

li.parentmenu > a {
    position: relative;
}

    li.parentmenu > a:after {
        display: inline-block;
        content: '';
        position: absolute;
        top: 0px;
        right: -5px;
        border-top: solid 4px transparent;
        border-right: solid 5px transparent;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-bottom: 5px solid #fff;
    }

li.lang-selector:after {
    display: inline-block !important;
    content: '';
    position: relative;
    top: -4px;
    left: -9px;
    border-top: solid 5px transparent;
    border-right: solid 5px #FFF;
    border-bottom: none;
}
@media only screen and (max-width: 480px) {
    li.parentmenu > a::after {
        top: -1px;
        right: -4px;
    }

    li.parentmenu > a.for-global-arrow::after {
        top: -2px;
    }
}
@media only screen and (max-width: 420px) {
    li.parentmenu > a::after {
        top: -2px;
        right: -3px;
    }
}
#dd .dd-1ast {
    border-right: none;
    box-shadow: 0 0 0 transparent, -1px 0 0 #d2d2d2;
}
#dd li a {
    color: #000;
}
#dd .flag {
    margin-right: 5px;
}
#dd .flag img {
    top: 0;
}
#dd img.set-img {
    top: -7px;
}
#dd li a:hover img.set-img {
    display: none;
}

#dd .dd-1 a:hover .imgHover {
    display: inline-block !important;
}

#dd p.txtinfo {
    color: #898D8D;
    font-size: 15px;
    font-family: 'Stag sans Medium';
    text-align: center;
}

#dd li {
    padding: 5px 0;
}

    #dd li a {
        display: inline-block;
    }

#dd .adjust {
    padding: 15px;
}

#dd .dd-1 h4 {
    padding: 15px 0;
}

#dd .dd-1ast h4 {
    padding-left: 20px;
}

#dd .whiteline {
    width: 70%;
    height: 1px;
    background-color: #fff;
    margin-bottom: 22px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin: 0 auto 25px auto;
}

#dd li a:hover {
    text-decoration: underline;
    color: #0066a1;
}

.parentmenu > a {
    display: inline-block;
}

li.parentmenu .submenu {
    top: 44px;
}

@media only screen and (max-height: 500px) {
    body .header__main.stickytop {
        height: 62px;
        min-height: 62px;
        padding: 8px 0 0 0;
    }

        body .header__main.stickytop .header__main-nav .icon__menu {
            top: 16px;
        }

    body .stickytop .header__main-search {
        top: 6px;
    }

    body .header__main.stickytop .header__main-nav .header__main-menu.opened {
        margin-top: -24px;
    }

    body .header__main.stickytop .header__main-nav {
        padding: 12px 70px 0 0;
    }

}

@media (min-width: 1100px) and (max-height: 500px) {
    body .header__main.stickytop li.megamenu .submenu {
        top: 62px;
    }
}
/* Responsive */
@media only screen and (max-width: 1127px) {

    #dd {
        padding-bottom: 30px;
    }

        #dd .dd-1 {
            left: 12%;
        }

        #dd .dd-europe {
            margin-left: 25%;
            height: 325px;
        }

        #dd .dd-2, #dd .dd-r {
            padding: 0 5px;
        }

        #dd .dd-r {
            height: 325px;
        }

        #dd .dd-mob {
            box-shadow: 1px 0 0 transparent, -1px 0 0 #d2d2d2;
        }

        #dd .dd-1ast .dd-in-sub {
            padding: 0 40px 0 20px;
        }

        #dd .dd-1ast {
            margin-top: 20px;
            width: auto;
            height: auto;
            border-left: none;
            box-shadow: none;
            margin-left: 10%;
        }
}

@media only screen and (max-width: 965px) {

    #dd {
        padding-bottom: 25px;
    }

        #dd .dd-1 {
            left: 15%;
        }

        #dd .dd-europe {
            margin-left: 28.5%;
        }

        #dd .dd-1ast {
            margin-left: 0;
            box-shadow: 0 0 0 transparent, -1px 0 0 #d2d2d2;
            height: 200px;
            margin-top: 30px;
        }

        #dd .dd-mob {
            margin-top: 30px;
            padding: 0 25px 0 20px;
            margin-left: 16%;
            height: 200px;
            box-shadow: 1px 0 0 #fff, -1px 0 0 transparent;
        }

        #dd .dd-mob2 {
            box-shadow: 1px 0 0 transparent, -1px 0 0 #d2d2d2;
        }

        #dd .dd-in-eu {
            padding: 0 20px 0 20px;
        }
}

@media only screen and (max-width: 913px) {

    #dd .dd-1 {
        left: 12%;
    }

    #dd .dd-europe {
        margin-left: 30%;
    }

    #dd .dd-r {
        box-shadow: 1px 0 0 transparent, -1px 0 0 #d2d2d2;
    }

    #dd .dd-mob {
        box-shadow: 1px 0 0 #fff, -1px 0 0 transparent;
        border-right: 1px solid #d2d2d2;
        margin-left: 8%;
    }

    #dd .dd-mob2 {
        box-shadow: 1px 0 0 transparent, -1px 0 0 #d2d2d2;
    }
}

@media only screen and (max-width: 863px) {

    #dd {
        padding-bottom: 20px;
    }

        #dd .dd-1ast {
            margin-top: 25px;
        }

        #dd .dd-r {
            height: 320px;
        }

        #dd .dd-mob {
            margin-top: 25px;
            box-shadow: 1px 0 0 white, -1px 0 0 transparent;
            border-right: 1px solid #d2d2d2;
            padding: 0 26px 0 20px;
            height: 200px;
        }

        #dd .dd-mob2 {
            box-shadow: 1px 0 0 transparent, -1px 0 0 #d2d2d2;
            height: 250px;
        }
}

@media only screen and (max-width: 800px) {

    #dd .dd-1 {
        left: 10%;
    }

    #dd .dd-europe {
        margin-left: 27%;
    }

    #dd .dd-mob {
        height: auto;
        margin-left: 5.2%;
        padding: 0 0 0 20px;
    }
}

@media only screen and (max-width: 799px) {

    #dd .dd-2, #dd .dd-r {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 792px) {

    #dd .dd-1 {
        left: 19%;
    }

    #dd .dd-europe {
        border-right: none;
        box-shadow: 1px 0 0 transparent, -1px 0 0 #d2d2d2;
        margin-left: 36.4%;
    }

    #dd .dd-mob {
        margin-left: 0;
        padding: 0 15px 0 10px;
        height: 220px;
    }

    #dd .dd-mob2 {
        margin-left: 15.6%;
        margin-top: 25px;
        border-right: 1px solid #d2d2d2;
        box-shadow: 1px 0 0 white, -1px 0 0 transparent;
        height: 220px;
    }
}

@media only screen and (max-width: 780px) {

    #dd .dd-1 {
        left: 8%;
    }

    #dd .dd-europe {
        margin-left: 26%;
    }

    #dd .dd-mob2 {
        margin-left: 4.7%;
    }
}

@media only screen and (max-width: 768px) {

    #dd {
        left: 0;
    }

        #dd .dd-mob2 {
            margin-left: 5%;
            padding-right: 20px;
        }

        #dd .dd-in-eu {
            padding: 0 20px 0 20px;
        }

        #dd .dd-1ast, #dd .dd-r {
            padding: 0 8px;
        }

    li.parentmenu.lang-selector .submenu {
        right: inherit;
    }
}

@media only screen and (max-width: 767px) {

    li.parentmenu.lang-selector .submenu {
        right: 0;
    }
}

@media only screen and (max-width: 687px) {

    #dd .dd-europe {
        margin-left: 23.7%;
    }

    #dd .dd-1 {
        left: 23px;
    }

    #dd .dd-mob {
        margin-left: 1%;
        box-shadow: 1px 0 0 #fff, -1px 0 0 transparent;
    }

    #dd .dd-mob2 {
        margin-left: 0;
    }
}

@media only screen and (max-width: 660px) {

    #dd .dd-1 {
        left: 29%;
    }

    #dd .dd-2 {
        border-right: none;
        box-shadow: 1px 0 0 transparent, -1px 0 0 #d2d2d2;
    }

    #dd .dd-europe {
        margin-left: 49%;
        height: auto;
    }

    #dd .dd-mob2 {
        margin-top: 35px;
        margin-left: 24%;
        box-shadow: 1px 0 0 #d2d2d2, -1px 0 0 transparent;
        border-right: 1px solid #fff;
        height: auto;
    }

    #dd .dd-mob {
        box-shadow: 1px 0 0 transparent, -1px 0 0 transparent;
        border-right: none;
        height: auto !important;
        margin-top: 35px;
    }

    #dd .dd-1ast {
        margin-left: 24%;
        margin-top: 35px;
        box-shadow: 1px 0 0 transparent, -1px 0 0 transparent;
    }
}

@media only screen and (max-width: 620px) {

    #dd .dd-1 {
        left: 25%;
    }

    #dd .dd-mob2 {
        margin-left: 21.5%;
    }

    #dd .dd-europe {
        margin-left: 48%;
    }

    #dd .dd-1ast {
        margin-left: 21.5%;
    }
}

@media only screen and (max-width: 600px) {

    #dd .dd-1 {
        left: 27%;
    }

    #dd .dd-1ast {
        margin-left: 20.5%;
        box-shadow: 0 0 0 transparent, -1px 0 0 transparent;
    }

    #dd .dd-mob2 {
        margin-left: 20.7%;
    }

    #dd .dd-mob {
        box-shadow: 1px 0 0 transparent, -1px 0 0 transparent;
        border-right: none;
    }
}


@media only screen and (max-width: 575px) {

    #dd .dd-1 {
        left: 24%;
    }

    #dd .dd-mob2 {
        margin-left: 19.2%;
    }

    #dd .dd-1ast {
        margin-left: 19.2%;
    }
}


@media only screen and (max-width: 508px) {

    #dd .dd-mob2 {
        margin-left: 15.3%;
    }

    #dd .dd-1ast {
        margin-left: 15%;
    }
}


@media only screen and (max-width: 490px) {

    #dd .dd-1 {
        left: 25px;
    }

    #dd .dd-in-sub {
        float: none;
    }

    #dd .dd-europe {
        margin-left: 0;
        float: none;
        margin-top: 110px;
    }

    #dd .dd-mob2 {
        margin-top: 30px;
        margin-left: 0;
        float: none;
    }

    #dd .dd-mob {
        float: none;
        margin-left: 0;
    }

    #dd .dd-1ast {
        margin-top: 30px;
        margin-left: 0;
    }
}


@media only screen and (max-width: 479px) {

    #dd {
        padding-bottom: 0;
    }

        #dd .dd-mob {
            box-shadow: 1px 0 0 transparent, -1px 0 0 transparent;
        }
}


@media only screen and (max-width: 420px) {

    #dd img.set-img {
        height: 20px;
        top: -6px;
    }

    #dd .dd-1 a:hover .imgHover {
        width: 28px;
        background-size: 21px;
        margin-top: -6px;
    }
}
/* Salesforce */
div[style*=atos-website-global-visibility] {
    display: none !important;
}
