/*------------------------------------*\
	AIR LIQUIDE
	MAKING DIABETES EASIER

	By Simon Wiffen
	KANGA HEALTH LTD

	https://www.kangahealth.com
\*------------------------------------*/



/*------------------------------------*\
	RESET
\*------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img{
    border:0;
}
address,caption,cite,dfn,th,var{
    font-style:normal;
    font-weight:normal;
}
caption,th{
    text-align:left;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}
q:before,q:after{
    content:'';
}
abbr,acronym{
    border:0;
}
header, nav, article, section, aside, footer{
    display:block;
}

#block-air-liquide-mde-master-local-tasks {
    text-align: center;
}


/*------------------------------------*\
	MAIN
\*------------------------------------*/
html{
    width:100%;
    overflow-x:hidden;
    font-family:adelle-sans, sans-serif;
    font-weight:400;
    font-size:125%;
    letter-spacing:-0.22px;
    line-height:1.3em;
    color:#757983;
    background:#fff;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
body {
    width:100%;
}

.wrapper{
    width:80%;
    margin:0 auto;
}
.wrapper-inner{
    width:60%;
    margin:0 auto;
}



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
h1, h2, h3, h4, h5, h6{
    margin-bottom:30px;
}
h1{
    font-weight:800;
    font-size:2.73rem;
    letter-spacing:-0.6px;
    line-height:1.1em;
    color: var(--color-primary-dark);
}
h2, h2 dfn{
    font-weight:800;
    font-size:2.18rem;
    letter-spacing:0;
    line-height:1.1em;
    color: var(--color-primary-dark);
}
h3, h3 dfn{
    font-weight:700;
    font-size:1.64rem;
    letter-spacing:0;
    line-height:1.1em;
    color: var(--color-primary-dark);
}
h4, h4 dfn{
    font-weight:700;
    font-size:1.4rem;
    letter-spacing:0;
    line-height:1.1em;
    color: var(--color-primary-dark);
}
h5, h6{
    font-weight:700;
    font-size:1rem;
    letter-spacing:0;
    line-height:1.1em;
    color: var(--color-primary-dark);
}
p, ol, ul{
    margin-bottom:30px;
}
.small, small{
    font-size:0.75rem;
    line-height:1.4em;
}
a{
    color:#3b9dce;
    transition:0.15s linear all;
}
a:hover,
a:focus{
    color:#22497d;
}



/*------------------------------------*\
	COLUMNS
\*------------------------------------*/
.cols{
    margin:0 0 0 -2.5%;
}
.cols:after{
    content:"";
    display:block;
    clear:both;
}
.cols .col{
    float:left;
    margin:0 0 2.5% 2.5%;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

/* 1 col */
.cols-1 .col{
    width:97.5%;
}

/* 2 col */
.cols-2 .col{
    width:47.5%;
}
/* Force break every 2 items (starting with the 3rd item) */
.cols-2 .col:nth-child(2n+3){
    clear:both;
}

/* 3 col */
.cols-3 .col{
    width:30.8%;
}
/* Force break every 3 items (starting with the 4th item) */
.cols-3 .col:nth-child(3n+4){
    clear:both;
}

/* 4 col */
.cols-4 .col{
    width:22.5%;
}
/* Force break every 4 items (starting with the 5th item) */
.cols-4 .col:nth-child(4n+5){
    clear:both;
}



/*------------------------------------*\
	FORMS
\*------------------------------------*/
.form-box{
    padding:50px;
    color:#555;
    background:#d5cfdf;
    border-radius:30px;
    box-sizing:border-box;
    margin-bottom:70px;
}
.form-box h2{
    font-size:2rem;
    color:#63508a;
    margin-bottom:15px;
}
.form-box .form-intro{
    font-size:1.18rem;
    line-height:1.23em;
}
.form-box a.more{
    font-weight:700;
    color:#63508a;
}
.form-box a.more span{
    display:inline-block;
    padding-right:18px;
    background:url(../img/icons/arrow-view-all-purple.svg) right no-repeat;
    background-size:9px auto;
}
.form-box a.more:hover,
.form-box a.more:focus{
    color:#e05d9c;
}
.form-item{
    margin-bottom:20px;
}
.form-item .form-managed-file {
    margin-bottom:5px;
}
.form-item label,
.form-wrapper label{
    display:block;
    font-size:0.9rem;
    font-weight:700;
    color:#555;
    margin-bottom:5px;
}
.required{
    color:#4c00e8;
}
.form-item label.form-required:after{
    content:" *";
    color:#4c00e8;
}
.form-item .form-text,
.form-item .form-email,
.form-item .form-tel,
.form-item .form-date,
.form-item .form-select,
.form-item .form-textarea{
    display:block;
    font-size:0.9rem;
    font-family:inherit;
    color:inherit;
    background:#fff;
    padding:8px 20px;
    width:100%;
    box-sizing:border-box;
    border:none;
    border-radius:100px;
}
.form-wrapper .form-text{
    margin-bottom:15px;
}
.form-wrapper .form-text:last-of-type{
    margin-bottom:0;
}
.form-item textarea.form-textarea{
    height:220px;
    border-radius:22px;
}

/* Checkboxes & Radios */
.js-form-type-checkbox{
    position:relative;
    padding-top:2px;
    padding-left:45px;
}
.js-form-type-checkbox .form-checkbox{
    display:block;
    width:25px;
    height:25px;
    background:#fff;
    border:3px solid #717171;
    border-radius:5px;
    cursor:pointer;
    position:absolute;
    top:0;
    left:0;
    box-sizing:content-box;
    outline:none;
    appearance:none;
}
.js-form-type-checkbox .form-checkbox:after{
    content:"";
    display:none;
}
.js-form-type-checkbox input.form-checkbox:checked:after{
    content:"";
    display:block;
    width:15px;
    height:15px;
    background:#63508a;
    position:absolute;
    top:5px;
    left:5px;
}
.js-form-type-checkbox input{
    position:absolute;
    left:-999999em;
}
.js-form-type-checkbox .form-radio{
    display:block;
    width:25px;
    height:25px;
    background:#fff;
    border:3px solid #717171;
    border-radius:999px;
    cursor:pointer;
    position:absolute;
    top:0;
    left:0;
}
.js-form-type-checkbox .form-radio:after{
    content:"";
    display:none;
}
.js-form-type-checkbox input.form-radio:checked:after{
    content:"";
    display:block;
    width:15px;
    height:15px;
    background:#63508a;
    position:absolute;
    top:5px;
    left:5px;
    border-radius:999px;
}
.js-form-type-checkbox input{
    position:absolute;
    left:-999999em;
}
.js-form-type-checkbox label{
    font-size:0.9rem;
    font-weight:normal;
}

/* Dropdowns */
.form-item select.form-select{
    background:#fff url(../img/icons/dropdown-arrow.svg) right 20px top 50% no-repeat;
    background-size:15px auto;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.form-item select.form-select::-ms-expand {
    display:none;
}

/* Error handling */
form div[role="alert"] {
    display:none;
}
.form-item .form-item--error-message,
.captcha .form-item--error-message
{
    display:block;
    font-size:smaller;
    color:#4c00e8;
    margin-top:5px;
}


.form-actions{
    margin-top:40px;
}
.button,
.form-item label.button{
    display:inline-block;
    text-align:center;
    font-size:0.73rem;
    font-weight:700;
    color:#fff;
    text-decoration:none;
    padding:20px 50px;
    border-radius:99999px;
    border:none;
    box-sizing:border-box;
    -webkit-appearance:none;
    cursor:pointer;
    background:#7c6b9a;
    background:-moz-linear-gradient(top,  #7c6b9a 0%, #63508a 100%);
    background:-webkit-linear-gradient(top,  #7c6b9a 0%,#63508a 100%);
    background:linear-gradient(to bottom,  #7c6b9a 0%,#63508a 100%);
    transition:0.15s linear background;
}
.button:hover,
.button:focus,
.form-item label.button:hover,
.form-item label.button:focus{
    color:#fff;
    background:#63508a;
    background:-moz-linear-gradient(top,  #63508a 0%, #7c6b9a 100%);
    background:-webkit-linear-gradient(top,  #63508a 0%,#7c6b9a 100%);
    background:linear-gradient(to bottom,  #63508a 0%,#7c6b9a 100%);
}
.form-item label.button {
    margin-bottom:0;
}



/*------------------------------------*\
	MAIN HEADER
\*------------------------------------*/
.main-header{
    display:block;
    background:#fff;
    position:-webkit-sticky;
    position:sticky;
    top: 0;
    margin-bottom:0px;
    z-index:500;
}

/* Hide mobile header */
.mobile-header{
    display:none;
}

/* Top band */
.main-header .top-band{
    padding-top:15px;
    min-height:37px;
    text-align:right;
}
.main-header .top-band ul{
    list-style:none;
    margin:0;
    display: flex;
    align-items: center;
}
.main-header .top-band ul li{
    display:inline-block;
    /*font-size:0.682rem;*/
    font-weight:600;
    line-height:23px;
    margin-left:23px;
}

.main-header .top-band ul li.container__circle {
    display: grid;
}

.main-header .top-band li.language{
    position:relative;
}
.main-header .top-band li.language a{
    display: block;
    padding-right: 18px;
    background:url(../img/icons/arrow-country.svg) right no-repeat;
    background-size:11px 9px;
}
.main-header .top-band .language-options{
    position:absolute;
    top:55px;
    color:#fff;
    background:#7c6b9a;
    padding:20px 40px 20px 20px;
    border-radius:20px;
    box-shadow:0px 6px 6px #00000029;
    display:none;
}
.main-header .top-band .language-options li{
    display:block;
    text-align:left;
    margin:0;
    padding-left:22px;
}
.main-header .top-band .language-options li.current{
    background:url(../img/icons/tick.svg) 0px 4px no-repeat;
    background-size:13px auto;
}
.main-header .top-band .language-options li a{
    font-weight:400;
    color:#fff;
    padding-right:0;
    background:none;
}
.main-header .top-band .language-options li a:hover,
.main-header .top-band .language-options li a:focus{
    color:#d0d4e2;
}
.main-header .top-band .button{
    padding:7px 20px;
    background:#d0d4e2;
    border-radius:1000px;
}
.main-header .top-band .button:hover,
.main-header .top-band .button:focus{
    color:#fff;
    background:#3b9dce;
}

/* Main navigation */
.main-header .main-navigation{
    overflow:hidden;
    display: flex;
    justify-content: center;
}
.main-header .main-navigation .logo{
    float:left;
    height:80px;
    width:auto;
    margin:0 100px 0 0;
}
.main-header .main-navigation ul{
    float:left;
    margin:0 0 0 0;
    list-style:none;
}
.main-header .main-navigation ul li{
    display:inline-block;
    font-size: 0.85rem;
    font-weight:700;
    margin:0;
    padding:0 0 40px 0;
    cursor:pointer;
}
.main-header .main-navigation .link-wrapper{
    padding:0 15px;
    border-left:2px solid #d0d4e2;
}
.main-header .main-navigation ul li:first-of-type .link-wrapper{
    border:none;
}
.main-header .main-navigation ul li a{
    display:block;
    padding:10px 7px;
    color:#1f305c;
    text-decoration:none;
    border-bottom:3px solid transparent;
}
.main-header .main-navigation ul li.menu-item--active-trail .link-wrapper a,
.main-header .main-navigation ul li:hover .link-wrapper a,
.main-header .main-navigation ul li:focus .link-wrapper a{
    border-color:#e05796;
}

/* Sub navigation */
.main-header .main-navigation ul li:hover .link-wrapper a:after,
.main-header .main-navigation ul li:focus .link-wrapper a:after{
    content:"";
    display:block;
    position:absolute;
    bottom:-5px;
    margin-left:20px;
    width:30px;
    height:30px;
    transform:rotate(45deg);
    background:#fff;
    z-index:1000;
}
.main-header .main-navigation .sub-nav{
    padding:30px 0 10px 0;
    background:#d7e5f4;
    width:100%;
    text-align:center;
    position:absolute;
    top:89px;
    left:0;
    box-shadow:0px 6px 6px #00000029 inset;
    display:none;
}

/* Standard list sub-nav */
.main-header .main-navigation .sub-nav .nav-col{
    display:inline-block;
    vertical-align:top;
    text-align:left;
    width:24%;
    box-sizing:border-box;
}
.main-header .main-navigation .sub-nav .nav-group{
    border-left:1px solid #7f8eb3;
    padding:0 30px;
}
.main-header .main-navigation .sub-nav h2{
    font-size:1.09rem;
    line-height:1.2em;
    margin-bottom:0;
}
.main-header .main-navigation .sub-nav ul{
    float:none;
    margin:0 0 90px 0;
}
.main-header .main-navigation .sub-nav ul li{
    display:block;
    font-weight:400;
    padding:0;
}
.main-header .main-navigation .sub-nav a{
    border:none;
}
.main-header .main-navigation .sub-nav a:hover,
.main-header .main-navigation .sub-nav a:focus{
    color:#e05796;
}

/* Article group sub-nav */
.main-header .main-navigation .sub-nav .article-group{
    width:95%;
    margin:10px auto 50px auto;
    text-align:center;
}
.main-header .main-navigation .sub-nav .article-group .block{
    display:inline-block;
    vertical-align:top;
    text-align:left;
    width:19%;
    padding:0 15px;
    box-sizing:border-box;
}
.main-header .main-navigation .sub-nav .article-group .block a{
    padding:0;
}
.main-header .main-navigation .sub-nav .article-group .block img{
    width:100%;
    height:auto;
    margin-bottom:10px;
}
.main-header .main-navigation .sub-nav .article-group .block h2{
    color:#1f305c;
    margin:0 0 15px 0;
    transition:0.15s linear all;
}
.main-header .main-navigation .sub-nav .article-group .block a:hover h2,
.main-header .main-navigation .sub-nav .article-group .block a:focus h2{
    color:#e05d9c;
}
.main-header .main-navigation .sub-nav .article-group .block p{
    font-size:0.8rem;
    line-height:1.3em;
    font-weight:400;
}
.main-header .main-navigation .sub-nav .article-group .block a.view-all{
    display:block;
    border-left:1px solid #7f8eb3;
    padding:130px 0 130px 30px;
}
.main-header .main-navigation .sub-nav .article-group .block a.view-all span{
    display:inline-block;
    padding-right:18px;
    background:url(../img/icons/arrow-view-all.svg) right no-repeat;
    background-size:9px auto;
}



/*------------------------------------*\
	SEARCH TAKEOVER
\*------------------------------------*/
.search-takeover{
    color:#fff;
    background:#22497d;
    position:fixed;
    width:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1000;
    display:none;
}
.search-takeover .close{
    display:block;
    width:50px;
    height:50px;
    text-indent:-999999em;
    background:url(../img/icons/search-close.svg);
    background-size:50px 50px;
    position:absolute;
    top:100px;
    right:100px;
}
.search-takeover .wrapper{
    width:550px;
    text-align:center;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
.search-takeover h2{
    font-size:1.73rem;
    letter-spacing:0;
    color:#fff;
    margin-bottom:60px;
}
.search-takeover label{
    position:absolute;
    left:-999999em;
}
.search-takeover .search-field{
    position:relative;
}
.search-takeover .text-search{
    font-size:1.18rem;
    width:100%;
    padding:15px 80px 15px 35px;
    background:white;
    border:none;
    border-radius:10000px;
    box-sizing:border-box;
}
.search-takeover .search-submit{
    display:block;
    position:absolute;
    top:11px;
    right:25px;
    width:35px;
    height:35px;
    border:none;
    background-color:transparent;
    background-image:url(../img/icons/search-submit.svg);
    background-size:35px 35px;
    text-indent:-999999em;
    -webkit-appearance:none;
}



/*------------------------------------*\
	MASTHEAD
\*------------------------------------*/
.masthead{
    margin:0 0 60px 0;
}
.masthead .masthead-banner{
    background-position:center;
    background-size:cover;
}
.masthead .masthead-banner-inner{
    text-align:center;
    padding:170px 20% 200px 20%;
    min-height:310px;
    color:#fff;
    background:rgba(0,0,0,0.6);
    box-shadow:0px 6px 6px #00000029 inset;
}
.masthead .masthead-banner-inner h1,
.masthead .masthead-banner-inner h2{
    color:#fff;
}
.masthead .masthead-banner-inner h2 {
    font-weight: 800;
    font-size: 2.73rem;
    letter-spacing: -0.6px;
    line-height: 1.1em;
}
@media screen and (max-width: 480px) {
    .masthead .masthead-banner-inner h2 {
        font-size: 42px;
    }
}
.masthead .masthead-banner-inner .button{
    display:inline-block;
    font-size:0.68rem;
    font-weight:600;
    text-decoration:none;
    color:#fff;
    padding:5px 25px;
    border:3px solid #fff;
    border-radius:100px;
    background:transparent;
}
.masthead .masthead-banner-inner .button:hover,
.masthead .masthead-banner-inner .button:focus{
    color:#1f305c;
    background:#fff;
}
.masthead .owl-dots{
    position:absolute;
    bottom:25px;
    width:100%;
    text-align:center;
}
.masthead .owl-dots .owl-dot{
    width:20px;
    height:20px;
    margin:0 9px;
    border:3px solid #fff;
    border-radius:100px;
    transition:0.15s linear all;
}
.masthead .owl-dots .owl-dot:hover,
.masthead .owl-dots .owl-dot:focus{
    background:#d0d4e2;
    outline:none;
}
.masthead .owl-dots .owl-dot.active{
    background:#fff;
}



/*------------------------------------*\
	SPOTLIGHTS
\*------------------------------------*/
.spotlights h2{
    text-align:center;
    margin-bottom:50px;
}

/* Category spotlights */
.category-spotlights{
    padding:50px 50px 10px 50px;
    background:#efecf3;
    margin-bottom:35px;
    overflow:hidden;
}
.category-spotlights .category-details{
    width:25%;
    float:left;
}
.category-spotlights .category-links{
    width:70%;
    float:right;
}
.category-spotlights .category-details h2{
    font-size:1.64rem;
    font-weight:700;
    color:#63508a;
}
.category-spotlights .category-details a.view-all{
    font-weight:700;
    color:#63508a;
}
.category-spotlights .category-details a.view-all span{
    display:inline-block;
    padding-right:18px;
    background:url(../img/icons/arrow-view-all-purple.svg) right no-repeat;
    background-size:9px auto;
}
.category-spotlights .category-details a.view-all:hover,
.category-spotlights .category-details a.view-all:focus{
    color:#e05d9c;
}
.category-spotlights .category-links article{
    text-align:center;
}
.category-spotlights .category-links article img{
    width:70%;
    height:auto;
    margin:0 auto 10px auto;
    border-radius:99999px;
    border:6px solid #fff;
    box-shadow:6px 6px 6px #00000029;
}
.category-spotlights .category-links a{
    text-decoration:none;
}
.category-spotlights .category-links h3{
    font-size:1.18rem;
    color:#63508a;
    transition:0.15s linear all;
}
.category-spotlights .category-links a:hover h3,
.category-spotlights .category-links a:focus h3{
    color:#e05d9c;
}

/* Category article */
.category-articles{
    overflow:hidden;
    margin-bottom:35px;
}
.category-articles .category-details{
    width:28%;
    padding:50px 50px 10px 50px;
    background:#d7e5f4;
    margin-bottom:35px;
    min-height:420px;
    box-sizing:border-box;
    float:left;
}
.category-articles .article-links{
    width:70%;
    float:right;
}
.category-articles .category-details h2{
    font-size:1.64rem;
    font-weight:700;
    color:#22497d;
}
.category-articles .category-details a.view-all{
    font-weight:700;
    color:#3b9dce;
}
.category-articles .category-details a.view-all span{
    display:inline-block;
    padding-right:18px;
    background:url(../img/icons/arrow-view-all-blue.svg) right no-repeat;
    background-size:9px auto;
}
.category-articles .category-details a.view-all:hover,
.category-articles .category-details a.view-all:focus{
    color:#e05d9c;
}

/* Featured article */
article.featured{
    position:relative;
    overflow:hidden;
}
article.featured .article-image{
    background-position:center;
    background-size:cover;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    transition: all .5s;
    z-index:0;
}
article.featured:hover .article-image,
article.featured:focus .article-image{
    transform: scale(1.1);
}
article.featured a{
    display:block;
    padding:25px;
    min-height:325px;
    color:#fff;
    text-decoration:none;
    background:rgba(0,0,0,0.5);
    position:relative;
    z-index:1;
}
article.featured a:hover,article.featured a:focus{
    background:rgba(0,0,0,0.6);
}
article.featured h3{
    color:#fff;
}
article.featured p{
    font-size:0.82rem;
    padding-right:40%;
}

/* Listing featured article */
article.listing-featured{
    position:relative;
    overflow:hidden;
}
article.listing-featured .article-image{
    background-position:center;
    background-size:cover;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    transition: all .5s;
    z-index:0;
}
article.listing-featured:hover .article-image,
article.listing-featured:focus .article-image{
    transform: scale(1.1);
}
article.listing-featured a{
    display:block;
    padding:20px;
    min-height:400px;
    color:#fff;
    text-decoration:none;
    position:relative;
    z-index:1;
}
.cols-1 .col article.listing-featured a{
    min-height:450px;
}
article.listing-featured a:hover,article.listing-featured a:focus{
    background:rgba(0,0,0,0.3);
}
article.listing-featured .article-details{
    width:50%;
    padding:20px;
    background:rgba(0,0,0,0.5);
    box-sizing:border-box;
    transition: all .5s;
}
.cols-2 article.listing-featured .article-details p:last-of-type{
    margin:0;
}
article.listing-featured h3{
    color:#fff;
    margin-bottom:10px;
}
article.listing-featured .meta{
    color:#fff;
}
article.listing-featured p{
    font-size:0.82rem;
    padding-right:40%;
}

/* Standard article */
article.article img{
    width:100%;
    height:auto;
    margin-bottom:10px;
}
article.article a{
    text-decoration:none;
}
article.article h2,
article.article h3{
    font-size:1.18rem;
    font-weight:800;
    letter-spacing:-0.26px;
    color:#22497d;
    margin:0 0 10px 0;
    transition:0.15s linear all;
}
article.article a:hover h2,
article.article a:focus h2,
article.article a:hover h3,
article.article a:focus h3{
    color:#e05d9c;
}
article.article p{
    font-size:0.82rem;
    line-height:1.3em;
    color:#757983;
}
article p.meta{
    font-size:0.64rem;
    text-transform:uppercase;
    letter-spacing:1.4px;
    color:#516895;
    margin-bottom:10px;
}



/*------------------------------------*\
	ABOUT BAND
\*------------------------------------*/
.about{
    background:#dedede;
    background-image:url(../img/bg-about-MDE.png);
    background-repeat:no-repeat;
    background-position:calc(50% - 40%) top;
    background-size:auto 100%;
    overflow:hidden;
    position:relative;
    z-index:200;
}
.about .about-content{
    width:60%;
    padding:100px 130px 20px 100px;
    float:left;
    box-sizing:border-box;
}
.about .about-content h2{
    font-size:2.18rem;
    color:#63508a;
}

/* Social links */
ul.social li{
    display:inline-block;
    margin:0 15px 15px 0;
}
ul.social li.title{
    display:block;
    font-size:0.81rem;
    color:#63508a;
    width:auto;
    height:auto;
    margin:0 0 5px 0;
}
ul.social li a{
    display:block;
    width:30px;
    height:30px;
    text-indent:-99999em;
    background-size:30px auto;
    background-position:center;
    background-repeat:no-repeat;
}
ul.social li.facebook a{
    background-image:url(../img/icons/social-facebook.svg);
}
ul.social li.twitter a{
    background-image:url(../img/icons/social-twitter.svg);
}
ul.social li.instagram a{
    background-image:url(../img/icons/social-instagram.svg);
}
ul.social li.youtube a{
    background-image:url(../img/icons/social-youtube.svg);
}
ul.social li.whatsapp a{
    background-image:url(../img/icons/social-whatsapp-white-new.svg);
    background-size:30px 30px;
}
.about .about-content ul.social{
    margin-bottom:0;
}

/* Social links */
.sharing {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.sharing .sharing__text {
    font-size: 20px;
    color: var(--color-primary-dark);
    font-weight: 700;
}

.sharing .sharing__list:not(.breadcrumb),
.sharing .sharing__list {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.sharing .sharing__list .sharing__list__item {
    padding: 0;
    margin: 0;
    font-size: 0;
}

.sharing .sharing__list .sharing__list__item::before {
    content:"";
}

.sharing .sharing__list .sharing__list__item .link {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-direction: column;
    background-color: var(--color-primary-dark);
    background-size: 16px;
    transition: background-color var(--transition-cta);
    border-radius: 50px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.sharing .sharing__list .sharing__list__item .link:hover {
    background-color: var(--color-secondary-lighten-dark);
}
.sharing .sharing__list .sharing__list__item.sharing__facebook a {
  background-image: url(../img/icons/social-facebook-white-new.svg);
  background-size: 24px;
}

.sharing .sharing__list .sharing__list__item.sharing__twitter a {
  background-image: url(../img/icons/social-twitter-white-new.svg);
  background-size: 18px;
}

.sharing .sharing__list .sharing__list__item.sharing__linkedin a {
  background-image: url(../img/icons/social-linkedin-white-new.svg);
  background-size: 24px;
}

.sharing .sharing__list .sharing__list__item.sharing__whatsapp a {
  background-image: url(../img/icons/social-whatsapp-white-new.svg);
  background-size: 24px;
}
/* END Social links */

.about .newsletter{
    width:40%;
    float:right;
    text-align:center;
    padding:75px 100px;
    color:#4F5053;
    background:#b3a8c5;
    box-sizing:border-box;
}
.about .newsletter h2{
    font-size:1.27rem;
    color:#63508a;
}
.about .newsletter .form-item label{
    position:absolute;
    left:-999999em;
}
.about .newsletter .form-item .button{
    width:100%;
}
.about .newsletter small{
    font-size:0.64rem;
    line-height:1;
}



/*------------------------------------*\
	CORPORATE BAND
\*------------------------------------*/
.corporate{
    overflow:hidden;
    background:#fff;
    padding:50px 0 35px 0;
    position:relative;
    z-index:200;
}
.corporate .corporate-main{
    width:30%;
    float:left;
}
.corporate .corporate-sub{
    width:57%;
    float:right;
    overflow:hidden;
}
.corporate article h3{
    font-size:1.64rem;
    color:#1f305c;
    margin-bottom:20px;
}
.corporate article p{
    margin-bottom:15px;
}
.corporate article a.more{
    font-weight:700;
    color:#e05d9c;
}
.corporate article a.more span{
    display:inline-block;
    padding-right:18px;
    background:url(../img/icons/arrow-view-all-pink.svg) right no-repeat;
    background-size:9px auto;
}
.corporate article a.more:hover,
.corporate article a.more:focus{
    color:#3b9dce;
}
.corporate .corporate-sub article{
    border-left:1px solid #757983;
    padding-left:45px;
    box-sizing:border-box;
}
.corporate .corporate-sub article h3{
    font-size:1.18rem;
}
.corporate .corporate-sub article p{
    font-size:0.81rem;
}
.corporate .corporate-sub article:first-of-type{
    float:left;
}
.corporate .corporate-sub article:last-of-type{
    float:right;
}



/*------------------------------------*\
	CATEGORY LISTINGS
\*------------------------------------*/
.category-header{
    text-align:center;
}
.category-nav{
    font-size:0.73rem;
    text-align:center;
    margin-bottom:10px;
}
.category-nav span{
    display:inline-block;
    font-weight:700;
    color:#22497d;
    margin-bottom:20px;
}
.category-nav span a{
    color:#22497d;
    text-decoration:none;
    padding-right:18px;
    background:url(../img/icons/arrow-view-all.svg) right no-repeat;
    background-size:9px auto;
}
.category-nav span a:hover,
.category-nav span a:focus{
    color:#e05d9c;
}
.category-nav ul{
    list-style:none;
    margin:0 5px;
    display:inline-block;
}
.category-nav ul li{
    display:inline-block;
    margin:0 5px 20px 5px;
}
.category-nav ul li a{
    display:block;
    font-weight:600;
    color:#22497d;
    text-decoration:none;
    padding:7px 20px;
    background:#d7e5f4;
    border-radius:100px;
}
.category-nav ul li a:hover,
.category-nav ul li a:focus{
    color:#fff;
    background:#3b9dce;
}
.category-nav ul li.current a{
    color:#fff;
    background:#22497d;
}



/*------------------------------------*\
	ARTICLE COMPONENTS
\*------------------------------------*/

/* Breadcrumb */
ul.breadcrumb{
    list-style:none;
    color:#e05d9c;
    margin:0 0 20px 0;
}
ul.breadcrumb li{
    display:inline-block;
    font-size:0.81rem;
    text-transform:uppercase;
    padding-left:0!important;
    margin-bottom:0!important;
}
ul.breadcrumb li:before {
    display:none!important;
}
ul.breadcrumb li a{
    color:#e05d9c;
    text-decoration:none;
}
ul.breadcrumb li a:hover,
ul.breadcrumb li a:focus{
    color:#3b9dce;
}
/* Header media query */
@media screen and (max-width: 1090px) {
    ul.breadcrumb {
        margin:20px 0;
    }
}

/* Page tools */
.page-tools:after{
    content:"";
    display:table;
    clear:both;
}
.page-tools .share{
    float:left;
}
.page-tools .share .share-title{
    display:inline-block;
    font-size:0.73rem;
    font-weight:700;
    color:#3b9dce;
    vertical-align:middle;
    margin-right:10px;
}
.page-tools .share .addthis_inline_share_toolbox{
    display:inline-block;
    vertical-align:middle;
    clear:none!important;
}
.page-tools .bookmark{
    float:right;
}
.full-article .page-tools, .article-product-full .page-tools{
    padding:25px 0;
    border-top:2px solid #d8d8d8;
    border-bottom:2px solid #d8d8d8;
    margin:25px 0 35px 0;
}

/* Article header */
.full-article header{
    margin-bottom:35px;
}
.full-article header h1{
    margin-bottom:10px;
}
.full-article header .meta{
    margin:0;
}
.full-article header .article-intro{
    font-size:1.18rem;
    line-height:1.23em;
    letter-spacing:-0.26px;
    margin-top:20px;
}
.full-article header h1,
.full-article header .article-intro{
    padding-right:30%;
}

/* Content lists */
.full-article ul:not(.breadcrumb) {
    list-style:none;
    margin-left:70px;
}
.full-article ul:not(.breadcrumb) li{
    position:relative;
    padding-left:30px;
    margin-bottom:25px;
}
.full-article ul:not(.breadcrumb) li:before {
    content:"\2022";
    color:#6aacd7;
    font-weight:800;
    display:inline-block;
    width:1em;
    margin-left:0;
    position:absolute;
    top:0;
    left:0;
}
.full-article ol{
    list-style:none;
    margin-left:70px;
    counter-reset:item;
}
.full-article ol li{
    position:relative;
    padding-left:30px;
    margin-bottom:25px;
}
.full-article ol li:before{
    content:counter(item) ". ";
    counter-increment:item;
    font-weight:800;
    color:#6aacd7;
    position:absolute;
    top:0;
    left:0;
}

/* Embedded video */
.full-article .article-video, .video-wrapper .article-video {
    position:relative;
    overflow:hidden;
    padding-top:56.25%;
    margin-bottom:35px;
}
.full-article .article-video iframe, .video-wrapper .article-video iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
}

.full-article .article-video.youtube-short {
    display: flex;
    justify-content: center;
    padding: 0;
    height: 500px;
}

.full-article .article-video.youtube-short iframe, .video-wrapper .article-video.youtube-short iframe {
    width: inherit;
    border-radius: 20px;
    position: static;
}

.video-wrapper {
  margin: 4em 0 0;
}
/* Quote */
.full-article .article-quote{
    padding:20px 0 0 70px;
    margin:60px 0 60px 85px;
    background:url(../img/icons/quote.png) top left no-repeat;
    background-size:45px auto;
}
.full-article .article-quote .article-quote-content{
    font-size:1.81rem;
    font-weight:700;
    line-height:1.1em;
    letter-spacing:-0.4px;
    color:#22497d;
    padding-right:25px;
    border-right:1px solid #757983;
}
.full-article .article-quote cite{
    font-size:0.81rem;
    font-style:italic;
    color:#3b9dce;
    margin:0;
}

/* FAQ */
.full-article .article-faq{
    color:#63508a;
    background:#eae6f2;
    border-radius:15px;
    box-shadow:6px 6px 6px #00000029;
    box-sizing:border-box;
    margin-bottom:35px;
}
.full-article .article-faq .article-faq-title{
    position:relative;
    padding:35px 45px 35px 35px;
}
.full-article .article-faq .article-faq-title .icon{
    display:block;
    position:absolute;
    top:36px;
    right:25px;
    width:23px;
    height:27px;
    background:url(../img/icons/expand-arrow.svg);
    background-size:23px 27px;
    transition:0.15s linear all;
}
.full-article .article-faq .article-faq-title h2{
    font-size:1.27rem;
    margin:0;
    color:#63508a;
    cursor:pointer;
}
.full-article .article-faq .article-faq-answer{
    padding:0 35px 10px 35px;
    display:none;
}
.full-article .article-faq .article-faq-answer a{
    color:inherit;
}
.full-article .article-faq .article-faq-answer a:hover,
.full-article .article-faq .article-faq-answer a:focus{
    color:#22497d;
}
.full-article .article-faq.open .article-faq-title .icon{
    transform:rotate(90deg);
}

/* Image */
.full-article .article-image{
    margin-bottom:35px;
}
.full-article .article-image img{
    width:100%;
    max-width:100%;
    margin:0 auto;
    height:auto;
}
.full-article .article-image .article-image-caption{
    font-size:0.81rem;
    font-style:italic;
    text-align:right;
    color:#3b9dce;
    margin:5px 0 0 0;
}

/* Download */
.full-article .article-download{
    color:#63508a;
    background:#f7dce8;
    border-radius:15px;
    box-shadow:6px 6px 6px #00000029;
    box-sizing:border-box;
    margin-bottom:35px;
}
.full-article .article-download a{
    display:block;
    padding:35px 155px 35px 35px;
    background:url(../img/icons/pdf.png) right 35px top 50% no-repeat;
    background-size:99px auto;
    text-decoration:none;
}
.full-article .article-download h2{
    font-size:1.27rem;
    margin-bottom:10px;
    color:#63508a;
}
.full-article .article-download p{
    font-size:0.81rem;
    color:#63508a;
    margin:0;
}
.full-article .article-download a:hover h2,
.full-article .article-download a:focus h2,
.full-article .article-download a:hover p,
.full-article .article-download a:focus p{
    color:#22497d;
}

/* Call to action */
.full-article .article-cta{
    position:relative;
    color:#3b9dce;
    padding:35px 320px 10px 35px;
    background:#d7e5f4;
    border-radius:15px;
    box-shadow:6px 6px 6px #00000029;
    box-sizing:border-box;
    margin-bottom:35px;
}
.full-article .article-cta h2{
    font-size:1rem;
    color:#3b9dce;
    margin:0;
}
.full-article .article-cta .button{
    position:absolute;
    top:50%;
    right:35px;
    transform:translateY(-50%);
    padding:10px 30px;
    background:#8fbce0;
    background:-moz-linear-gradient(top,  #8fbce0 0%, #6aacd7 100%);
    background:-webkit-linear-gradient(top,  #8fbce0 0%, #6aacd7 100%);
    background:linear-gradient(to bottom,  #8fbce0 0%, #6aacd7 100%);
}
.full-article .article-cta .button:hover,
.full-article .article-cta .button:focus{
    background:#6aacd7;
    background:-moz-linear-gradient(top,  #6aacd7 0%, #8fbce0 100%);
    background:-webkit-linear-gradient(top,  #6aacd7 0%, #8fbce0 100%);
    background:linear-gradient(to bottom,  #6aacd7 0%, #8fbce0 100%);
}

/* References */
.full-article .article-references{
    color:#757983;
    margin-bottom:35px;
}
.full-article .article-references h2{
    font-size:1rem;
    letter-spacing:-0.22px;
    color:#757983;
}
.full-article .article-references ol{
    font-size:0.64rem;
    margin-left:0;
}
.full-article .article-references ol li{
    margin-bottom:15px;
}
.full-article .article-references ol li:before{
    color:#757983;
}

/* Related articles */
.related-articles{
    width:75%;
    margin:80px auto 0 auto;
}
.related-articles .article ul.breadcrumb{
    margin-bottom:10px!important;
}
.related-articles .article ul.breadcrumb li{
    font-size:0.64rem;
}



/*------------------------------------*\
  PAGINATION
\*------------------------------------*/
nav.pager h4{
    position:absolute;
    left:-999999em;
}
nav.pager ul.pager__items{
    list-style:none;
    text-align:center;
    margin:0 0 30px 0;
}
nav.pager ul.pager__items li{
    font-size:0.7rem;
    font-weight:600;
    padding:0;
    margin:0 15px;
    display:inline-block;
}
nav.pager ul.pager__items li:before{
    content:"";
}
nav.pager ul.pager__items .visually-hidden{
    position:absolute;
    left:-999999em;
}
nav.pager ul.pager__items li a{
    display:block;
    padding:10px 5px;
    color:#1f305c;
    text-decoration:none;
    border-bottom:3px solid transparent;
}
nav.pager ul.pager__items li.is-active a,
nav.pager ul.pager__items li a:hover,
nav.pager ul.pager__items li a:focus{
    border-color:#e05d9c;
}



/*------------------------------------*\
	GLOSSARY
\*------------------------------------*/
nav.glossary-nav{
    margin:0 -40px 35px -40px;
    color:#22497d;
    text-align:center;
    padding:10px;
    background:#d7e5f4;
    border-radius:1000px;
}
nav.glossary-nav ul.glossary-nav__list{
    list-style:none;
    margin-left:0;
}
nav.glossary-nav ul.glossary-nav__list li{
    display:inline-block;
    font-size:0.7rem;
    font-weight:700;
    padding:0;
    margin:0 -2px;
}
nav.glossary-nav ul.glossary-nav__list li.all,
nav.glossary-nav ul.glossary-nav__list li.numbers{
    margin:0 3px;
}
nav.glossary-nav ul.glossary-nav__list li:before{
    display:none;
}
nav.glossary-nav ul.glossary-nav__list li a{
    display:block;
    padding:0px 8px;
    border-radius:100px;
    color:#22497d;
    text-decoration:none;
}
nav.glossary-nav ul.glossary-nav__list li a:hover,
nav.glossary-nav ul.glossary-nav__list li a:focus,
nav.glossary-nav ul.glossary-nav__list li.current a{
    color:#fff;
    background:#22497d;
}
.glossary dl dt,
.glossary dl dd{
    display:inline;
}
.glossary dl dt{
    font-weight:bold;
    font-style:italic;
    color:#22497d;
}
.glossary dl dd:after{
    content:"";
    display:block;
    clear:both;
    margin-bottom:30px;
}



/*------------------------------------*\
	TOP LINK
\*------------------------------------*/
.back-to-top{
    text-align:center;
    margin:50px 0;
}
.back-to-top a{
    display:inline-block;
    font-size:0.7rem;
    font-weight:600;
    color:#22497d;
    text-decoration:none;
    padding:10px 55px 10px 25px;
    background-color:#b6bcd5;
    background-image:url(../img/icons/arrow-top.svg);
    background-position:right 15px top 50%;
    background-repeat:no-repeat;
    background-size:25px 25px;
    border-radius:1000px;
}
.back-to-top a:hover,
.back-to-top a:focus{
    color:#fff;
    background-color:#3b9dce;
}



/*------------------------------------*\
	SEARCH RESULTS
\*------------------------------------*/
.search-result{
    border-bottom:2px solid #d8d8d8;
    padding-bottom:15px;
    margin-bottom:35px;
}
.search-result:first-of-type{
    margin-top:50px;
}
.search-result:last-of-type{
    margin-bottom:75px;
}
.search-result h2{
    font-size:2rem;
}
.search-result h2 a{
    color:#22497d;
    text-decoration:none;
}
.search-result h2 a:hover,
.search-result h2 a:focus{
    color:#3b9dce;
}



/*------------------------------------*\
	LEAVING SITE MODAL / Modal
\*------------------------------------*/
.leaving-site-modal,
.al-modal{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:rgba(0,0,0,0.8);
    z-index:1000;
    display:none;
}
.leaving-site-modal .modal-content,
.al-modal .modal-content {
    color:#fff;
    text-align:center;
    background:#22497d;
    padding:100px 100px;
    position:absolute;
    width:700px;
    top:50%;
    left:50%;
    z-index:1000;
    transform:translate(-50%, -50%);
    border-radius:20px;
    box-sizing:border-box;
}
.al-modal .modal-content {
    width: 635px;
}

.leaving-site-modal .modal-content .close,
.al-modal .modal-content .close {
    display:block;
    width:50px;
    height:50px;
    text-indent:-999999em;
    background:url(../img/icons/search-close.svg);
    background-size:50px 50px;
    position:absolute;
    top:30px;
    right:30px;
}
.leaving-site-modal .modal-content h2,
.al-modal .modal-content h2 {
    font-size:1.73rem;
    letter-spacing:0;
    color:#fff;
    margin-bottom:60px;
}
.leaving-site-modal .modal-content .button,
.al-modal .modal-content .button {
    display:inline-block;
    text-align:center;
    color:#22497d;
    background:#fff;
    padding:15px 75px;
    border-radius:10000px;
    text-decoration:none;
}
.leaving-site-modal .modal-content .button:hover,
.al-modal .modal-content .button:hover ,
.leaving-site-modal .modal-content .button:focus,
.al-modal .modal-content .button:focus {
    color:#fff;
    background:#1f305c;
}
.leaving-site-modal .modal-content p,
.al-modal .modal-content p {
    margin-bottom:50px;
}
.leaving-site-modal .modal-content p:last-of-type,
.al-modal .modal-content p:last-of-type {
    margin:0;
}



/*------------------------------------*\
	POP-UP BANNER
\*------------------------------------*/
.pop-up-banner{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:rgba(0,0,0,0.8);
    z-index:1000;
    display:none;
}
.pop-up-banner .modal-content{
    color:#fff;
    text-align:center;
    background:#22497d;
    padding:100px 100px;
    position:absolute;
    width:700px;
    top:50%;
    left:50%;
    z-index:1000;
    transform:translate(-50%, -50%);
    border-radius:20px;
    box-sizing:border-box;
}
.pop-up-banner .modal-content .close{
    display:block;
    width:50px;
    height:50px;
    text-indent:-999999em;
    background:url(../img/icons/search-close.svg);
    background-size:50px 50px;
    position:absolute;
    top:30px;
    right:30px;
}
.pop-up-banner .modal-content h2{
    font-size:1.73rem;
    letter-spacing:0;
    color:#fff;
    margin-bottom:60px;
}
.pop-up-banner .modal-content .button{
    display:inline-block;
    text-align:center;
    color:#22497d;
    background:#fff;
    padding:15px 75px;
    border-radius:10000px;
    text-decoration:none;
}
.pop-up-banner .modal-content .button:hover,
.pop-up-banner .modal-content .button:focus{
    color:#fff;
    background:#1f305c;
}
.pop-up-banner .modal-content p{
    margin-bottom:50px;
}
.pop-up-banner .modal-content p:last-of-type{
    margin:0;
}



/*------------------------------------*\
	FLOATING NEWSLETTER CTA
\*------------------------------------*/
#floatingNewsletterCTA{
    position:fixed;
    bottom:50px;
    right:50px;
    z-index:100;
    display:block;
    width:200px;
    font-size:0.82rem;
    padding:20px 150px 20px 20px;
    color:#fff;
    background:#7c6b9a;
    background:-moz-linear-gradient(top,  #7c6b9a 0%, #63508a 100%);
    background:-webkit-linear-gradient(top,  #7c6b9a 0%,#63508a 100%);
    background:linear-gradient(to bottom,  #7c6b9a 0%,#63508a 100%);
    border-radius:10px;
    box-shadow:0px 8px 10px rgba(0,0,0,0.15);
    opacity:0;
    animation: fadein 1s forwards;
    -webkit-animation: fadein 1s forwards;
    animation-delay: 5s;
    -webkit-animation-delay: 5s;
}
@keyframes fadein {
    0% 	 { opacity: 0; }
    100% { opacity: 1; }
}
#floatingNewsletterCTA .closeCTA{
    display:block;
    width:30px;
    height:30px;
    font-size:20px;
    font-weight:400;
    line-height:1.3em;
    text-align:center;
    text-decoration:none;
    color:#7c6b9a;
    position:absolute;
    top:-15px;
    left:-15px;
    z-index:10;
    background:#eceeed;
    border-radius:9999px;
    border:2px solid #7c6b9a;
    transition:0.15s linear background;
}
#floatingNewsletterCTA .closeCTA:hover,
#floatingNewsletterCTA .closeCTA:focus{
    text-decoration:none;
    background:#fff;
}
#floatingNewsletterCTA p{
    margin:0;
    line-height:1.2em;
}
#floatingNewsletterCTA a.button{
    display:inline-block;
    position:absolute;
    top:20px;
    right:20px;
    font-size:0.73rem;
    font-weight:700;
    color:#fff;
    text-decoration:none;
    padding:10px 30px;
    border-radius:99999px;
    border:none;
    box-sizing:border-box;
    -webkit-appearance:none;
    cursor:pointer;
    background:#22497d;
    transition:0.15s linear background;
}
#floatingNewsletterCTA a.button:hover,
#floatingNewsletterCTA a.button:focus{
    background:#3b9dce;
}



/*------------------------------------*\
  COOKIE NOTICE
\*------------------------------------*/
#cookieNotice{
    color:#fff;
    padding:50px 0;
    background:#22497d;
    position:fixed;
    bottom:0;
    width:100%;
    z-index:500;
}
#cookieNotice h2{
    font-size:1.8rem;
    color:#fff;
}
#cookieNotice p{
    font-size:0.9rem;
}
#cookieNotice .buttons .button{
    font-size:0.75rem;
    padding:10px 20px;
    margin-right:15px;
    color:#fff;
    background:#7f8eb3;
}
#cookieNotice .buttons .button-confirm{
    color:#22497d;
    background:#fff;
}
#cookieNotice .buttons .button:hover,
#cookieNotice .buttons .button:focus{
    color:#fff;
    background:#1f305c;
}


/*------------------------------------*\
	MAIN FOOTER
\*------------------------------------*/
.main-footer{
    position:relative;
    z-index:200;
}
.main-footer .footer-main{
    font-size:0.82rem;
    color:#fff;
    background:#1f305c;
    padding:75px 0 30px 0;
}
.main-footer .footer-main .logo{
    width:100%;
    max-width:300px;
    height:auto;
}
.main-footer .footer-main .col{
    overflow:hidden;
}
.main-footer .footer-main nav ul,
.main-footer .footer-main ul.social{
    list-style:none;
    margin:0;
    float:right;
}
.main-footer .footer-main nav li{
    margin-bottom:5px;
}
.main-footer .footer-main nav a{
    font-size:0.81rem;
    font-weight:700;
    color:#fff;
    text-decoration:none;
}
.main-footer .footer-main nav a:hover,
.main-footer .footer-main nav a:focus{
    color:#3b9dce;
}
.main-footer .footer-main .button{
    display:inline-block;
    padding:7px 20px;
    margin:0 0 0 -20px;
    background:#516895;
    border-radius:1000px;
}
.main-footer .footer-main .button:hover,
.main-footer .footer-main .button:focus{
    color:#fff;
    background:#3b9dce;
}
.main-footer .footer-main ul.social li.title{
    color:#fff;
}
.main-footer .footer-main ul.social li.facebook a{
    background-image:url(../img/icons/social-facebook-white.svg);
}
.main-footer .footer-main ul.social li.twitter a{
    background-image:url(../img/icons/social-twitter-white.svg);
}
.main-footer .footer-main ul.social li.instagram a{
    background-image:url(../img/icons/social-instagram-white.svg);
}
.main-footer .footer-main ul.social li.youtube a{
    background-image:url(../img/icons/social-youtube-white.svg);
}
.main-footer .footer-main ul.social li.whatsapp a{
    background-image:url(../img/icons/social-whatsapp-white-new.svg);
    background-size:30px 30px;
}
.main-footer .footer-sub{
    font-size:0.68rem;
    line-height:1.25em;
    color:#fff;
    background:#7f8eb3;
    padding:40px 0;
    overflow:hidden;
    box-shadow:0px 6px 6px #00000029 inset;
}
.main-footer .footer-sub .logo{
    width:175px;
    height:auto;
    float:left;
    margin-bottom:20px;
}
.main-footer .footer-sub nav ul{
    list-style:none;
    margin:0;
    float:right;
    text-align: right;
}
.main-footer .footer-sub nav li{
    display:inline-block;
    margin-left:25px;
}
.main-footer .footer-sub nav li.last-updated{
    font-style:italic;
}
.main-footer .footer-sub a{
    color:#fff;
}
.main-footer .footer-sub a:hover,
.main-footer .footer-sub a:focus{
    color:#1f305c;
}
.main-footer .footer-sub .disclaimer{
    clear:both;
    text-align:right;
    padding:30px 0 0 0;
    display: grid;
    grid-template: auto / auto 60%;
}
.main-footer .footer-sub .disclaimer a{
    text-align: left;
}
.main-footer .footer-sub .disclaimer p:last-of-type{
    margin:0;
}


table {
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 1.875em;
}

thead {
    background: #1A3461;
    overflow: scroll;

}

thead tr th {
    color: white;
    padding: 1.563em 1.25em;
    font-weight: 700;
    font-size: 1em;
}

tbody {
    background: #F6F8F8;
    overflow: scroll;

}

tbody tr td {
    padding: 1.563em 1.25em;
    font-weight: 400;
    font-size: 1em;
    border-top: 1px solid #D7DEDE;


}

.table-responsive {
    overflow-x:auto;
    width:95%;
    margin:0 auto;
    margin-bottom: 1.875em;
}

/*------------------------------------*\
	RESPONSIVE STYLES
\*------------------------------------*/
@media screen and (max-width: 1500px){

    .main-header .main-navigation .logo{
        margin-right:20px;
    }

}


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

    .wrapper{
        width:90%;
    }

}


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

    .main-header .main-navigation .link-wrapper{
        font-size:0.8rem;
    }
    .masthead .masthead-banner-inner{
        min-height:365px;
    }
    article.listing-featured .article-details{
        width:65%;
    }

}


@media screen and (max-width: 1090px){
    .wrapper-inner{
        width:100%;
    }

    /* Hide desktop header */
    .main-header{
        display:none;
    }
    .mobile-header{
        display:block;
        text-align:center;
        height:100px;
        background:#fff;
        box-shadow:0px 6px 6px #00000029;
        position:-webkit-sticky;
        position:sticky;
        top:0;
        margin-bottom:0px;
        z-index:500;
    }
    .mobile-header .logo{
        width:auto;
        height:66px;
        margin:18px 0;
    }
    .mobile-header a.search-trigger{
        display:block;
        position:absolute;
        top:40px;
        right:35px;
        width:28px;
        height:28px;
        background:url(../img/icons/search.svg);
        background-size:28px 28px;
        text-align:left;
        text-indent:-999999em;
    }

    /* Mobile nav trigger */
    .mobile-header .nav-trigger .menu-icon{
        position:absolute;
        z-index:10;
        display:block;
        top:40px;
        left:35px;
        width:40px;
        height:15px;
        transform:rotate(0deg);
        transition:all 0.5s ease-in-out 0s;
    }
    .mobile-header .nav-trigger span{
        display:block;
        position:absolute;
        left:0;
        width:100%;
        height:4px;
        background:#1f305c;
        transform:rotate(0deg);
        transition:all 0.25s ease-in-out 0s;
    }
    .mobile-header .nav-trigger span:nth-child(1){
        top:0;
    }
    .mobile-header .nav-trigger span:nth-child(2),
    .mobile-header .nav-trigger span:nth-child(3){
        top:12px;
    }
    .mobile-header .nav-trigger span:nth-child(4){
        top:24px;
    }
    .mobile-header .nav-trigger.open span:nth-child(1),
    .mobile-header .nav-trigger.open span:nth-child(4){
        left:50%;
        top:6px;
        width:0;
    }
    .mobile-header .nav-trigger.open span:nth-child(2){
        transform:rotate(45deg);
    }
    .mobile-header .nav-trigger.open span:nth-child(3){
        transform:rotate(-45deg);
    }



    /* Mobile sub nav */
    .mobile-nav{
        position:fixed;
        width:100%;
        top:100px;
        left:0;
        right:0;
        bottom:0;
        background:#fff;
        overflow-y:auto;
        box-shadow:0px 6px 6px #00000029 inset;
        display:none;
        z-index:900;
    }

    .toolbar-vertical .mobile-nav{
        top: 139px;
    }
    .mobile-nav-open{
        display:block;
        z-index:950;
        animation:slideIn 0.25s linear;
    }
    .mobile-nav-close{
        display:block;
        z-index:950;
        animation:slideOut 0.25s linear forwards;
    }
    @keyframes slideIn{
        0% { opacity:0; left:100px;}
        100% { opacity:1; left:0;}
    }
    @keyframes slideOut{
        0% { opacity:1; left:0;}
        100% { opacity:0; left:100px;}
    }
    .mobile-nav ul li{
        text-align:left;
        border-bottom:2px solid #d7e5f4;
    }
    .mobile-nav ul li a{
        display:block;
        font-size:0.75rem;
        font-weight:600;
        color:#1f305c;
        text-decoration:none;
        padding:15px 25px;
    }
    .mobile-nav ul li a span{
        color:#516895;
    }
    .mobile-nav ul li a.arrow-link{
        background-image:url(../img/icons/mobile-nav-arrow.svg);
        background-position:right 15px top 50%;
        background-repeat:no-repeat;
        background-size:15px auto;
    }
    .mobile-nav ul li a.sub-link{
        padding:25px 25px;
        background-color:#f7f7f7;
    }
    .mobile-nav ul li.back-link{
        border-color:#1f305c;
    }
    .mobile-nav ul li.back-link a{
        color:#fff;
        padding-left:45px;
        background-color:#1f305c;
        background-image:url(../img/icons/mobile-nav-arrow-back.svg);
        background-position:left 15px top 50%;
        background-repeat:no-repeat;
        background-size:15px auto;
        box-shadow:0px 6px 6px #00000029 inset;
    }
    #mobile-nav-select-language  ul li{
        background:#7c6b9a;
        padding-left:20px;
    }
    #mobile-nav-select-language  ul li.back-link{
        padding-left:0;
    }
    #mobile-nav-select-language ul li.current{
        background-image:url(../img/icons/tick.svg);
        background-position:left 15px top 50%;
        background-repeat:no-repeat;
        background-size:13px auto;
    }
    #mobile-nav-select-language  ul li a{
        color:#fff;
    }

    /* Mobile search takeover */
    .search-takeover{
        top:100px;
    }
    .search-takeover .close{
        top:-60px;
        right:35px;
        width:28px;
        height:28px;
        background-color:#fff;
        background-image:url(../img/icons/search-close-mobile.svg);
        background-size:28px 28px;
    }
    .search-takeover .wrapper{
        position:relative;
        width:80%;
        top:70px;
        left:0;
        transform:none;
    }
    .search-takeover h2{
        font-size:1.27rem;
        line-height:1.3em;
        width:77%;
        margin:0 auto 50px auto;
    }
    .search-takeover .text-search{
        font-size:0.82rem;
    }
    .search-takeover .search-submit{
        width:25px;
        height:25px;
        background-size:25px 25px;
    }

    /* Masthead */
    .masthead{
        margin: 0px 0 40px 0;
    }
    .masthead .masthead-banner-inner{
        padding:100px 10% 100px 10%;
        min-height:495px;
    }

    /* Spotlights */
    .spotlights .cols-4 .col{
        width:47.5%;
    }
    .spotlights .cols-4 .col:nth-child(2n+3){
        clear:both;
    }

    /* Category spotlights */
    .category-spotlights .category-details,
    .category-spotlights .category-links{
        width:auto;
        float:none;
    }
    .category-spotlights .category-details{
        margin-bottom:20px;
    }
    .category-spotlights .category-links .cols-4 .col{
        width:47.5%;
    }
    .category-spotlights .category-links .cols-4 .col:nth-child(2n+3){
        clear:both;
    }

    /* Category articles */
    .category-articles .category-details,
    .category-articles .article-links{
        width:auto;
        float:none;
    }
    .category-articles .category-details{
        margin-bottom:20px;
        min-height:0;
    }
    .category-articles .article-links .cols-4 .col{
        width:47.5%;
    }
    .category-articles .article-links .cols-4 .col:nth-child(2n+3){
        clear:both;
    }

    /* About band */
    .about{
        background-position:calc(50% + 30px) top;
        background-size:130% auto;
    }
    .about .about-content{
        width:auto;
        float:none;
        padding:50px 50px 20px 50px;
    }
    .about .newsletter{
        width:auto;
        float:none;
        margin-bottom:50px;
    }

    /* Corporate band */
    .corporate{
        padding-top:30px;
    }
    .corporate .corporate-main,
    .corporate .corporate-sub{
        width:auto;
        float:none;
    }
    .corporate .corporate-main{
        margin-bottom:50px;
    }
    .corporate .corporate-sub article:first-of-type{
        border-left:none;
        padding-left:0;
    }
    .corporate .corporate-sub article:last-of-type{
        float:left;
        margin-left:45px;
    }

    /* Article listings */
    article.listing-featured .article-details{
        width:50%;
    }
    .article-listing .cols-2 .col{
        width:97.5%;
    }
    .article-listing .cols-4 .col{
        width:47.5%;
    }
    .article-listing .cols-4 .col:nth-child(2n+3){
        clear:both;
    }

    /* Main article components */
    .related-articles{
        width:auto;
    }

    /* Glossary */
    .glossary-nav{
        margin:0 0 35px 0;
    }

    /* Leaving site modal */
    .leaving-site-modal .modal-content,
    .al-modal .modal-content {
        width:90%;
        padding:50px;
        max-width: 470px;
    }
    .leaving-site-modal .modal-content h2,
    .al-modal .modal-content h2 {
        margin-bottom:30px;
    }
    .leaving-site-modal .modal-content .close,
    .al-modal .modal-content .close {
        width:25px;
        height:25px;
        background-size:25px 25px;
        top:20px;
        right:20px;
    }

    /* Floating newsletter CTA */
    #floatingNewsletterCTA{
        display:none;
    }

    /* Footer */
    .main-footer .footer-main .button{
        margin-left:0;
    }

}

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

    .wrapper{
        width:85%;
    }
    h1{
        font-size:2.2rem;
    }
    h2, h2 dfn{
        font-size:1.6rem;
    }
    h3, h3 dfn{
        font-size:1.5rem;
    }
    h1, h2, h3, h4, h5, h6{
        word-break:break-word;
    }

    /* Linearise columns */
    .cols{
        margin:0!important;
    }
    .cols .col{
        float:none!important;
        width:100%!important;
        margin:0 0 30px 0!important;
    }

    /* Masthead */
    .masthead .masthead-banner-inner{
        padding:50px 5% 50px 5%;
        min-height:415px;
    }
    .masthead .masthead-banner-inner h1{
        font-size:2rem;
        letter-spacing:0;
    }

    /* Spotlights */
    .category-spotlights{
        padding:30px 30px 10px 30px;
    }
    .category-spotlights .category-details{
        text-align:center;
    }
    .category-articles .category-details{
        padding:30px 30px 10px 30px;
    }

    /* About band */
    .about{
        background-image:none;
    }
    .about .about-content{
        padding:30px 0 10px 0;
    }
    .about .newsletter{
        padding:30px;
    }

    /* Corporate band */
    .corporate .corporate-sub article{
        width:auto;
        float:none!important;
        border:none;
        padding-left:0;
        margin:0 0 30px 0!important;
    }

    /* Article listings */
    .category-nav ul{
        display:block;
    }
    .category-nav ul li{
        display:block;
        margin:0 0 20px 0;
    }
    article.listing-featured a{
        padding:25px;
        min-height:0!important;
        background:rgba(0,0,0,0.5);
    }
    article.listing-featured .article-details{
        width:auto;
        padding:0;
        background:transparent;
    }

    /* Main article components */
    .full-article header h1,
    .full-article header .article-intro{
        padding-right:0;
    }
    ul.breadcrumb li{
        font-size:0.64rem;
    }
    .page-tools .share,
    .page-tools .bookmark{
        float:none;
    }
    .article-faq .article-faq-title{
        padding:25px 45px 25px 25px;
    }
    .article-faq .article-faq-title .icon{
        top:26px;
        right:20px;
    }
    .article-faq .article-faq-answer{
        padding:0 25px 10px 25px;
    }
    .article-quote{
        margin-left:0!important;
        padding-left:45px!important;
        background-size:25px auto!important;
    }
    .article-quote .article-quote-content{
        font-size:1.4rem;
        line-height:1.2em;
        padding-right:0;
        border-right:none;
    }
    .full-article ul,
    .full-article ol{
        margin-left:0;
    }
    .article-download a{
        padding:25px 100px 25px 25px;
        background-size:50px auto;
        background-position:right 25px top 50%;
    }
    .article-cta{
        padding:25px 25px 10px 25px!important;
    }
    .article-cta h2{
        margin-bottom:20px!important;
    }
    .article-cta .button{
        position:relative!important;
        top:auto!important;
        right:auto!important;
        transform:none!important;
    }

    /* Forms */
    .form-box{
        padding:25px;
    }

    /* Pagination */
    nav.pager ul.pager__items li{
        margin:0 5px;
    }

    /* Glossary */
    .glossary-nav{
        border-radius:10px;
    }

    /* Cookie notice */
    #cookieNotice .buttons{
        text-align:center;
    }
    #cookieNotice .buttons .button{
        display:block;
        margin:0 0 20px 0;
    }

    /* Footer */
    .main-footer .footer-main{
        text-align:center;
    }
    .main-footer .footer-main nav ul,
    .main-footer .footer-main ul.social{
        float:none;
        margin-left:20px;
    }
    .main-footer .footer-main nav li{
        margin-bottom:15px;
    }
    .main-footer .footer-sub{
        text-align:center;
    }
    .main-footer .footer-sub .logo,
    .main-footer .footer-sub nav ul{
        float:none;
        text-align: center;
    }
    .main-footer .footer-sub nav li{
        display:block;
        margin-bottom:15px;
    }
    .main-footer .footer-sub .disclaimer{
        text-align:center;
        padding:30px 0 0 0;
        display: grid;
        grid-template: auto auto / auto;
        row-gap: 1rem;
    }
    .main-footer .footer-sub .disclaimer a{
        text-align: center;
    }

    .search-takeover .text-search{
        padding:15px 80px 15px 20px;
        font-size: 0.78rem;
    }

    .sharing .sharing__list .sharing__list__item .link {
        width: 40px;
        height: 40px;
    }
}

/**
 * Social links
 */
.social-list .btn-social {
    display: block;
    width: 50px;
    height: 50px;
    background-color: var(--color-primary-dark);
    border-radius: 50%;
    background-image: url('../img/icons/icon-social.svg');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    cursor: pointer;
    transition: background-color var(--transition-cta);
}

.social-list .btn-social:hover {
    background-color: var(--color-secondary-lighten-dark);
}

.social-list.active .btn-social {
    background-image: url('../img/icons/icon-cross.svg');
    background-color: var(--color-primary-highlight);
}

.social-list.active .btn-social:hover {
    background-color: var(--color-primary-highlight-hover);
}

.social li.twitter a:after {
    content: "";
    background-image: url('../img/icons/twitter.svg');
}

.social li.instagram a:after {
    content: "";
    background-image: url('../img/icons/instagram.svg');
}

.social li.facebook a:after {
    content: "";
    background-image: url('../img/icons/facebook.svg');
}

.social-list--deploy {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.social-list--deploy {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 10;
}

.social-list--deploy .sharing {
    position: absolute;
    display: none;
}

.social-list--deploy.active .sharing {
    display: block;
}

.social-list--deploy .sharing__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media only screen and (max-width: 768px) {
    .social-list--deploy .btn-social {
        display: none;
    }
    .image-share-wrapper .container-social-list {
        margin-bottom: 15px;
    }
    .social-list--deploy .sharing {
        position: initial;
        display: block;
    }
    .social-list--deploy .sharing__list {
        flex-direction: row;
    }
}
  
/* Admin style */
.toolbar-horizontal .header {
  padding-top: 60px;
}

/* Footer disclaimer */
.footer-dislaimer ul,
.footer-dislaimer ol {
    padding: 0px 0px 0px 35px;
    margin: 20px 0 20px 0;
}
.main-footer .footer-sub .footer-dislaimer a:hover {
    color: #fff;
}

.main-footer .footer-sub .footer-dislaimer img {
    margin: 5px 5px;
}

#block-story-introduction p, 
#block-story-introduction ol, 
#block-story-introduction ul, 
{
    margin-bottom: 20px;
    color: var(--color-primary-dark);
}