/*reset style sheet*/
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;
}
/* FONTS */
@font-face {
    font-family: 'UniviaPro';
    src: url("../fonts/univia-pro-book.eot");
    src: url("../fonts/univia-pro-book.eot?#iefix") format("embedded-opentype"), url("../fonts/univia-pro-book.woff2") format("woff2"), url("../fonts/univia-pro-book.woff") format("woff"), url("../fonts/univia-pro-book.ttf") format("truetype"), url("../fonts/univia-pro-book.svg#youworkforthem") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'UniviaPro';
    src: url("../fonts/univia-pro-book-italic.eot");
    src: url("../fonts/univia-pro-book-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/univia-pro-book-italic.woff2") format("woff2"), url("../fonts/univia-pro-book-italic.woff") format("woff"), url("../fonts/univia-pro-book-italic.ttf") format("truetype"), url("../fonts/univia-pro-book-italic.svg#youworkforthem") format("svg");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'UniviaPro';
    src: url("../fonts/univia-pro-light.eot");
    src: url("../fonts/univia-pro-light.eot?#iefix") format("embedded-opentype"), url("../fonts/univia-pro-light.woff2") format("woff2"), url("../fonts/univia-pro-light.woff") format("woff"), url("../fonts/univia-pro-light.ttf") format("truetype"), url("../fonts/univia-pro-light.svg#youworkforthem") format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'UniviaPro';
    src: url("../fonts/univia-pro-light-italic.eot");
    src: url("../fonts/univia-pro-light-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/univia-pro-light-italic.woff2") format("woff2"), url("../fonts/univia-pro-light-italic.woff") format("woff"), url("../fonts/univia-pro-light-italic.ttf") format("truetype"), url("../fonts/univia-pro-light-italic.svg#youworkforthem") format("svg");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'UniviaPro';
    src: url("../fonts/univia-pro-medium.eot");
    src: url("../fonts/univia-pro-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/univia-pro-medium.woff2") format("woff2"), url("../fonts/univia-pro-medium.woff") format("woff"), url("../fonts/univia-pro-medium.ttf") format("truetype"), url("../fonts/univia-pro-medium.svg#youworkforthem") format("svg");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'UniviaPro';
    src: url("../fonts/univia-pro-medium-italic.eot");
    src: url("../fonts/univia-pro-medium-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/univia-pro-medium-italic.woff2") format("woff2"), url("../fonts/univia-pro-medium-italic.woff") format("woff"), url("../fonts/univia-pro-medium-italic.ttf") format("truetype"), url("../fonts/univia-pro-medium-italic.svg#youworkforthem") format("svg");
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'UniviaPro';
    src: url("../fonts/univia-pro-bold.eot");
    src: url("../fonts/univia-pro-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/univia-pro-bold.woff2") format("woff2"), url("../fonts/univia-pro-bold.woff") format("woff"), url("../fonts/univia-pro-bold.ttf") format("truetype"), url("../fonts/univia-pro-bold.svg#youworkforthem") format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'UniviaPro';
    src: url("../fonts/univia-pro-bold-bold-italic.eot");
    src: url("../fonts/univia-pro-bold-bold-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/univia-pro-bold-bold-italic.woff2") format("woff2"), url("../fonts/univia-pro-bold-bold-italic.woff") format("woff"), url("../fonts/univia-pro-bold-bold-italic.ttf") format("truetype"), url("../fonts/univia-pro-bold-bold-italic.svg#youworkforthem") format("svg");
    font-weight: 700;
    font-style: italic;
}

/*END fonts*/

/*general*/
body {
    font-family: "UniviaPro", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-size: 18px;
    line-height: 1.5;
    color: #707070;
}

html {
    scroll-behavior: smooth;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
@media screen and (max-width: 1200px) {
    .sticky {
        position: fixed;
        top: 90px;
        left: 0;
        width: 100%;
    }
}
.content-wrap {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}
h2{
    font-family: UniviaPro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 400;
    text-align: center;
    color: #2b5689;
    margin-top: 0;
    margin-bottom: 50px;
}
section{
    padding: 70px 0;
}
strong{
    font-weight: bold;
}
.clear{
    clear: both;
}
/*END general*/

/*header*/
header {
    padding-top: 35px;
    padding-bottom: 20px;
    z-index: 1000;
}
@media screen and (max-width: 1200px) {
    header {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        background-color: #ffffff;
    }
}
header a {
    width: 170px;
    display: block;
}

header img.logo {
    width: 170px;
    height: auto;
    display: block;
}

/*END header*/

/*nav*/
nav {
    background-color: #2c5589;
    font-size: 16px;
    color: #ffffff;
    text-align: right;
    display: block;
    z-index: 100;
}

@media screen and (max-width: 1200px) {
    nav{
        display: none;
        text-align: left;
    }
}

nav .navbar-nav,
nav .navbar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
    nav .navbar-nav,
    nav .navbar-nav ul {
        display: block;
    }
}

nav .navbar-nav li a {
    display: block;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
    nav .navbar-nav li a {
        text-transform: none;
    }
}

nav .navbar-nav > li {
    display: inline-block;
    position: relative;
    margin-left: 60px;
}
nav .navbar-nav > li:first-of-type{
    margin-left: 0;
}
@media screen and (max-width: 1200px) {
    nav .navbar-nav > li {
        display: block;
        border-bottom: 1px solid #224166;
        margin-left: 0;
    }
}

nav .navbar-nav > li > a {
    padding: 13px;
    color: #fff;
    transition: color 0.2s;
}

nav .navbar-nav > li:hover > a,
nav .navbar-nav > li.active:not(.blurred) > a,
nav .navbar-nav > li.open > a {
    color: #7ab7ff;
}

nav .navbar-nav > li > a::after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -10px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 0 10px;
    border-color: transparent transparent #fff transparent;
    opacity: 0;
    transition: border-bottom-width 0.2s, opacity 0.2s;
}

@media screen and (max-width: 1200px) {
    nav .navbar-nav > li > a::after {
        border-style: none;
    }
}

nav .navbar-nav > li.active > a::after,
nav .navbar-nav > li.open > a::after {
    border-bottom-width: 10px;
    opacity: 1;
}

nav .navbar-nav > li.active.blurred > a::after,
nav .navbar-nav > li.blurred > a::after {
    border-bottom-width: 0;
    opacity: 0;
}

nav .navbar-nav ul {
    display: none;
}

nav .navbar-nav .open > .wrapper > ul,
nav .navbar-nav .open > ul {
    display: block;
}

nav .navbar-nav > li > .wrapper > ul {
    left: 0;
    transition: left 0.2s ease-out;
}

nav li.latest-news a{
    color: #fdcb38;
}
nav li.benpal a{
    color: #2b5689;
    border: 1px solid transparent;
    background: #eeeeee;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
}
nav li.benpal a:hover{
    background-color: #fdcb38;
    color: #2b5689;
}
nav li.l-and-g a{
    border-left-color: #d6d6d6;
}
nav li.l-and-g{
    margin-left: 0;
    border-left:none;
}
@media screen and (max-width: 1200px) {
    nav li.benpal a{
        margin-left: -20px;
        border: none;
    }
    nav li.benpal a span{
        margin-left: 20px;
    }
    nav li{
        margin-left: -20px;
        padding-left: 20px;
    }
}


nav .navbar-nav ul{
    background-color: rgba(112,112,112,0.4);
    position: absolute;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    padding-bottom: 10px;
    right:-50%;
}
@media screen and (max-width: 1200px) {
    nav .navbar-nav ul{
        background-color: #ffffff;
        position: relative;
        box-shadow: none;
        right:inherit;
        margin-left: -20px;
    }
}
nav .navbar-nav ul li{
    text-align: left;
    padding: 10px 10px 0 10px;
}
@media screen and (max-width: 1200px) {
    nav .navbar-nav ul li{
        margin-left: 20px;
    }
}
nav .navbar-nav li.parent-item:after{
    content: '+';
    position: absolute;
    right: 20px;
    top: -5px;
    font-size: 36px;
    display: none;
}
nav .navbar-nav li.parent-item.active:after{
    content: '-';
}
@media screen and (max-width: 1200px) {
    nav .navbar-nav li.parent-item:after{
        display: block;
    }
}
nav .navbar-nav ul li a{
    color: #ffffff;
    white-space: nowrap;
    font-size: 14px;
}
@media screen and (max-width: 1200px) {
    nav .navbar-nav ul li a{
        color: #000000;
    }
}

header .hamburger-icon{
    display: none;
    position: absolute;
    right: 20px;
    top: 44px;
}
@media screen and (max-width: 1200px) {
    header .hamburger-icon{
        display: block;
    }
}
.hamburger-icon{
    width: 25px;
    height: 20px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.hamburger-icon span{
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.hamburger-icon span:nth-child(1){
    top: 0;
}
.hamburger-icon span:nth-child(2),.hamburger-icon  span:nth-child(3){
    top: 7px;
}
.hamburger-icon span:nth-child(4){
    top: 14px;
}
.hamburger-icon.open span:nth-child(1){
    top: 14px;
    width: 0;
    left: 50%;
}
.hamburger-icon.open span:nth-child(2){
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hamburger-icon.open span:nth-child(3){
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.hamburger-icon.open span:nth-child(4){
    top: 14px;
    width: 0;
    left: 50%;
}
a.anchor {
    display: block;
    position: relative;
    top: 0;
    visibility: hidden;
}
@media screen and (max-width: 1200px) {
    a.anchor {
        display: block;
        position: relative;
        top: -80px;
        visibility: hidden;
    }
}
/*END nav*/

/*banner*/
section#banner{
    height: 587px;
    background: url("../img/home-banner.jpg") center;
    background-size: cover;
    border-bottom: 7px solid transparent;
    border-image: linear-gradient(90deg, rgb(251, 186, 0) 0%, rgb(255, 255, 255) 70%, rgb(80, 124, 155) 100%) 1;
    display: flex;
    align-items: center;
    padding: 0;
}
@media screen and (max-width: 1200px) {
    section#banner{
        margin-top: 90px;
    }
}

.newsletters section#banner{
    background: url("../img/newsletter-banner.jpg") center;
    background-size: cover;
}
.trustees section#banner{
    background: url("../img/trustees-banner.jpg") center;
    background-size: cover;
}

.article-01 section#banner{
    background: url("../img/article-banner-01.jpg") center;
    background-size: cover;
}
.article-02 section#banner{
    background: url("../img/article-banner-02.jpg") center;
    background-size: cover;
}
.article-03 section#banner{
    background: url("../img/article-banner-03.jpg") center;
    background-size: cover;
}


.article-04 section#banner{
    background: url("../img/article-banner-04.jpg") center;
    background-size: cover;
}

section#banner .banner-box{
    background-color: rgba(255,255,255,0.9);
    max-width: 730px;
    padding: 40px 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.long-banner section#banner .content-wrap{
  width: 100%;
}
section#banner .banner-box.article-banner-box{
    background-color: rgba(26,45,68,0.5);
    max-width: calc(100% - 60px);
    flex-shrink: 0;
}
section#banner h1{
    font-size: 36px;
    font-weight: 400;
    color: #2b5689;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    line-height: 1.1;
}
section#banner p{
    font-size: 22px;
    color: #707070;
}
section#banner .banner-box.article-banner-box p{
    color: #ffffff;
    font-size: 40px;
}
/*END banner*/

/*learn schemes*/
section#learn-schemes{
    background-color: #eeeeee;
    padding-top: 70px;
    padding-bottom: 70px;
}
section#learn-schemes p{
    /*text-align: center;*/
}

section#learn-schemes .tab-menu{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 50px;
}
@media screen and (max-width: 1000px) {
    section#learn-schemes .tab-menu{
        display: block;
    }
}
section#learn-schemes .tab{
    width: 23%;
    padding: 15px;
    background-color: #1a2d44;
    color: #ffffff;
    border: 1px solid #1a2d44;
    cursor: pointer;
    margin-bottom: 25px;
    transition: background-color 0.2s;
    outline: none;
    font-size: 18px;
}
@media screen and (max-width: 1000px) {
    section#learn-schemes .tab{
        width: 100%;
    }
}
section#learn-schemes .tab.active, section#learn-schemes .tab:hover{
    color: #1a2d44;
    background-color: #ffffff;
}
section#learn-schemes .tabs{
    margin-top: 50px;
}
section#learn-schemes .tab-content{
    display: none;
}
section#learn-schemes .tab-content h2{
    font-size: 18px;
}
section#learn-schemes .tab-content-1{
    display: block;
}
section#learn-schemes .tabs h2{
    text-align: left;
}
section#learn-schemes .tabs p{
    text-align: left;
    margin-bottom: 30px;
}

section#learn-schemes .mobile-tab-content-wrap{
    display: none;
}
@media screen and (max-width: 1000px) {
    section#learn-schemes .mobile-tab-content-wrap{
        display: block;
    }
}

section#learn-schemes .tabs-desktop{
    display: block;
    margin-top: 30px;
}

@media screen and (max-width: 1000px) {
    section#learn-schemes .tabs-desktop{
        display: none;
    }
}
/*END learn schemes*/

/*type of member*/
section#type-of-member{

}
section#type-of-member .questionnaire{
    margin-top: 50px;
}
section#type-of-member .questionnaire .question-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}
@media screen and (max-width: 1000px) {
    section#type-of-member .questionnaire .question-wrap{
        display: block;
    }
}
section#type-of-member .questionnaire .question-wrap .question{
    width: 60%;
}
@media screen and (max-width: 1000px) {
    section#type-of-member .questionnaire .question-wrap .question{
        width: 100%;
    }
}
section#type-of-member .questionnaire .question-wrap .answer{
    /*width: 700px;*/
    text-align: right;
}
@media screen and (max-width: 1000px) {
    section#type-of-member .questionnaire .question-wrap .answer{
        margin-top: 30px;
        text-align: left;
    }
}
section#type-of-member .questionnaire .question p{
    text-align: left;
    font-weight: bold;
}
section#type-of-member .questionnaire .question p.small{
    font-weight: normal;
    font-size: 16px;
}

section#type-of-member .questionnaire .answer button{
    background-color: #d3d3d3;
    color: #999999;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
    display: inline-block;
    margin-left: 10px;
    outline: none;
    width: 150px;
}
@media screen and (max-width: 1000px) {
    section#type-of-member .questionnaire .answer button{
        cursor: pointer;
        font-size: 16px;
        width: 100px;
        margin-left: 0;
        margin-right: 10px;
    }
}
section#type-of-member .questionnaire .answer button:hover, section#type-of-member .questionnaire .answer button.answered{
    background-color: #2b5689;
    color: #ffffff;
}

/*END type of member*/

/*questionnaire reveal*/
section#questionnaire-reveal{
    background: url("../img/reveal.jpg") center #181933;
    background-size: cover;
    padding-bottom: 0;
    /*padding-top: 0;*/
}
section#questionnaire-reveal .content-wrap{
    /*padding-top: 70px;*/
}
section#questionnaire-reveal .left-col{
    width: calc(50% - 20px);
    margin-right: 20px;
    float: left;
}
@media screen and (max-width: 1000px) {
    section#questionnaire-reveal .left-col{
        width: 100%;
        margin-right: 0;
        float: none;
    }
}
section#questionnaire-reveal .right-col{
    width: calc(50% - 20px);
    margin-left: 20px;
    float: right;
}
@media screen and (max-width: 1000px) {
    section#questionnaire-reveal .right-col{
        width: 100%;
        margin-left: 0;
        float: none;
    }
}
section#questionnaire-reveal h2{
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 30px 0;
}
section#questionnaire-reveal p, section#questionnaire-reveal ul{
    color: #ffffff;
}

section#questionnaire-reveal a{
    display: inline-block;
    color: #1a2d44;
    background-color: #ffcc33;
    text-decoration: none;
    padding: 10px 20px;
}
section#questionnaire-reveal a:hover{
    background-color: #fbba00;
    transition: background-color 0.2s;
}

section#questionnaire-reveal ul{
    margin-left: 20px;
}
@media screen and (max-width: 1000px) {
    section#questionnaire-reveal ul{
        margin-left: 0;
    }
}
section#questionnaire-reveal ul li::before {
    content: "\2022";
    color: #fdcb38;
    font-weight: bold;
    display: inline-block;
    width: 18px;
    margin-left: -18px;
    font-size: 18px;
}

section#questionnaire-reveal p, section#questionnaire-reveal li{
    margin-bottom: 20px;
}
section#questionnaire-reveal .darker{
    background-color: rgba(0,0,0,0.4);
    padding: 35px 20px;
    margin-top: 35px;
}
section#questionnaire-reveal .mobile-bullets.darker{
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 35px;
    display: none;
}
@media screen and (max-width: 1000px) {
    section#questionnaire-reveal .mobile-bullets.darker{
        display: block;
    }
    section#questionnaire-reveal .darker .left-col{
        display: none;
    }
    section#questionnaire-reveal .darker .left-col.single-col{
        display: block;
    }
}
section#questionnaire-reveal .mobile-bullets.darker ul{
    margin-left: 20px;
}
p.reveal-intro{
    min-height: 50px;
}
/*END questionnaire reveal*/

/*schemes list*/
section#schemes-list{
    background-color: #2c5589;
    border-bottom: 7px solid transparent;
    border-image: linear-gradient(90deg, rgb(251, 186, 0) 0%, rgb(255, 255, 255) 70%, rgb(80, 124, 155) 100%) 1;
    color: #ffffff;
}
section#schemes-list h2{
    color: #ffffff;
}
section#schemes-list p a{
    color: #ffffff;
}
section#schemes-list .schemes{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-left: -20px;
    margin-right: -20px;
}
section#schemes-list .scheme{
    position: relative;
    width: calc(33.33333% - 40px);
    margin: 20px;
    flex-grow: 0;
    flex-shrink: 0;
}
@media screen and (max-width: 1300px) {
    section#schemes-list .scheme{
        width: calc(50% - 40px);
    }
}
@media screen and (max-width: 800px) {
    section#schemes-list .scheme{
        width: calc(100% - 40px);
    }
}
section#schemes-list .scheme img{
    width: 100%;
    height: auto;
}
section#schemes-list  .scheme-title{
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 40px);
    padding: 20px;
    background: #ffffff;
    color: #707070;
    z-index: 2;
}
section#schemes-list .cta{
    display: none;
    text-align: center;
    margin-top: 20px;
}
section#schemes-list .cta a{
    display: inline-block;
    color: #1a2d44;
    background-color: #ffcc33;
    text-decoration: none;
    padding: 10px 20px;
    margin: 10px auto;
    width: 40%;
}
section#schemes-list .cta a:hover{
    background-color: #fbba00;
    transition: background-color 0.2s;
}
/*END schemes list*/


/*schemes list 2*/
section#schemes-list-2{

}
section#schemes-list-2 .schemes-list-2-intro{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1200px) {
    section#schemes-list-2 .schemes-list-2-intro{
        max-width: 100%;
    }
}
section#schemes-list-2 .schemes{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-left: -20px;
    margin-right: -20px;
}
@media screen and (max-width: 800px) {
    section#schemes-list-2.schemes{
        margin-left: 0;
        margin-right: 0;
    }
}
section#schemes-list-2 .scheme{
    position: relative;
    width: calc(33.3333% - 40px);
    margin: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    cursor: pointer;
}
section#schemes-list-2 .scheme.scheme-blank{
    cursor: auto;
}
@media screen and (max-width: 1300px) {
    section#schemes-list-2 .scheme{
        width: calc(50% - 40px);
    }
}
@media screen and (max-width: 800px) {
    section#schemes-list-2 .scheme{
        width: calc(100% - 40px);
    }
}
section#schemes-list-2 .scheme img{
    width: 100%;
    height: auto;
    transition: all 500ms;
}
section#schemes-list-2 .scheme img:hover{

}
section#schemes-list-2  .scheme-title{
    width: calc(100% - 40px);
    padding: 10px 20px;
    text-align: center;
}

section#schemes-list-2 .gray-hover, section#schemes-list-2 .gray-static{
    -webkit-filter: grayscale(100%) brightness(1.30) contrast(0.5);
    filter: grayscale(100%) brightness(1.30) contrast(0.5);
}
section#schemes-list-2 .active .gray-hover{
    -webkit-filter: grayscale(0%) brightness(1) contrast(1);
    filter: grayscale(0%) brightness(1) contrast(1);
}
section#schemes-list-2 .download-section{
    display: none;
}
section#schemes-list-2 .downloads{
    display: flex;
    flex-wrap: wrap;
}
section#schemes-list-2 a{
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    background: url("../img/download.jpg") no-repeat center right;
    min-height: 70px;
    line-height: 30px;
    color: #81868c;
    padding-left: 10px;
}
section#schemes-list-2 a:hover{
    text-decoration: none;
    color: #2c5589;
}

section#schemes-list-2 .download-item{
    width: calc(33.33333% - 50px);
    margin: 20px;
}
@media screen and (max-width: 1300px) {
    section#schemes-list-2 .download-item{
        width: calc(50% - 50px);
    }
}
@media screen and (max-width: 800px) {
    section#schemes-list-2 .download-item{
        width: calc(100% - 50px);
    }
}
section#schemes-list-2 p{
    flex-basis: 100%;
}
section#schemes-list-2 span.download-title{
    color: #2c5589;
}
section#schemes-list-2 .downloads-holder-1{
    display: none;
}
section#schemes-list-2 .downloads-holder-2{
    display: none;
}
section#schemes-list-2 .downloads-holder-3{
    display: block;
}
@media screen and (max-width: 1300px) {
    section#schemes-list-2 .downloads-holder-1{
        display: none;
    }
    section#schemes-list-2 .downloads-holder-2{
        display: block;
    }
    section#schemes-list-2 .downloads-holder-3{
        display: none;
    }
}
@media screen and (max-width: 800px) {
    section#schemes-list-2 .downloads-holder-1{
        display: block;
    }
    section#schemes-list-2 .downloads-holder-2{
        display: none;
    }
    section#schemes-list-2 .downloads-holder-3{
        display: none;
    }
}

/*END schemes list 2*/


/*useful links*/
section#useful-links{
    background: radial-gradient(circle, rgba(19,58,100,1) 18%, rgba(24,27,53,1) 79%) #181933;
    padding: 70px 0 50px 0;
}
section#useful-links h2{
    color: #ffffff;
}
section#useful-links .useful-links{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: auto;
}
@media screen and (max-width: 1000px) {
    section#useful-links .useful-links{
        grid-template-columns: 50% 50%;
    }
}
@media screen and (max-width: 800px) {
    section#useful-links .useful-links{
        grid-template-columns: 100%;
    }
}
section#useful-links .useful-link{
    text-align: center;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 50px auto;
    padding:20px;
}
@media screen and (max-width: 1570px) {
    section#useful-links .useful-link{
        grid-template-rows: 70px auto;
    }
}
@media screen and (max-width: 1000px) {
    section#useful-links .useful-link{
        grid-template-rows: 50px auto;
    }
}
section#useful-links h3{
    color: #ffffff;
}
section#useful-links p{
    color: #ffffff;
}
section#useful-links a{
    color: #ffcc33;
}
section#useful-links a.tel{
    color: #ffffff;
    text-decoration: none;
}
/*END useful links*/

/*article*/
article p{
    margin: 30px 0;
}
article p.intro{
    font-size: 24px;
    color: #2b5689;
    margin-top: 0;
}
article p:last-of-type{
    margin: 40px 0 0 0;
}
article h3{
    font-weight: bold;
    color: #2b5689;
    font-size: 24px;
}
article ul, article ol{
    margin: 40px 0 40px 20px;
}
article li{
    margin: 20px 0;
}
article ul{
    list-style: disc;
}
article ol{
    list-style: decimal;
}
article a{
    color: #2b5689;
    text-decoration: none;
    word-wrap: break-word;
}
article a:hover{
    text-decoration: underline;
}
article ul strong, article ol strong{
    color: #2b5689;
}
/*END article*/

/*trustees*/
section#trustees .tab-menu{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0;
}
@media screen and (max-width: 1000px) {
    section#trustees .tab-menu{
        display: block;
    }
}
section#trustees .tab{
    width: 23%;
    padding: 15px;
    background-color: #1a2d44;
    color: #ffffff;
    border: 1px solid #1a2d44;
    cursor: pointer;
    margin-bottom: 25px;
    transition: background-color 0.2s;
    outline: none;
    font-size: 18px;
}
@media screen and (max-width: 1000px) {
    section#trustees .tab{
        width: 100%;
    }
}
section#trustees .tab.active, section#trustees .tab:hover{
    color: #1a2d44;
    background-color: #ffffff;
}
section#trustees .tabs{
    margin-top: 20px;
}
section#trustees .tab-content{
    display: none;
}
section#trustees .tab-content-1{
    display: block;
}
section#trustees .tabs h2{
    text-align: left;
}
section#trustees .tabs p{
    text-align: left;
    margin-bottom: 30px;
}

section#trustees .mobile-tab-content-wrap{
    display: none;
}
@media screen and (max-width: 1000px) {
    section#trustees .mobile-tab-content-wrap{
        display: block;
    }
}
section#trustees .tabs-desktop{
    display: block;
}
@media screen and (max-width: 1000px) {
    section#trustees .tabs-desktop{
        display: none;
    }
}

section#trustees .tab-content .tab-content-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    margin-left: -10px;
    margin-right: -10px;
}

section#trustees .director-type{
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
    section#trustees .director-type{
        width: 100%;
    }
}
section#trustees .director-type-1{
    width: 25%;
}
@media screen and (max-width: 1000px) {
    section#trustees .director-type-1{
        width: 50%;
    }
}
@media screen and (max-width: 400px) {
    section#trustees .director-type-1{
        width: 100%;
    }
}
section#trustees .director {
    width: calc(50% - 20px);
    margin: 10px;
}
@media screen and (max-width: 400px) {
    section#trustees .director {
        width: 100%;
    }
}
section#trustees .director-type-1 .director{
    width: calc(100% - 20px);
}
section#trustees .director img{
    width: 100%;
    height: auto;
}
section#trustees h4.director-type-heading{
    flex-basis: 100%;
    margin: 0 10px;
}
section#trustees .director-name{

}
section#trustees .director-position{
    font-size: 14px;
    color: #81868c;
}

section#trustees h4.director-type-heading a {
    color: #2b5689 !important;
    text-decoration: none !important;
}

/*END trustees*/

/*footer*/
footer{
    background-color: #ffffff;
    padding: 70px 30px 50px 30px;
}
footer a{
    text-decoration: none;
    color: inherit;
}
footer span.footer-right{
    float: right;
}
@media screen and (max-width: 500px) {
    footer span.footer-right{
        float: none;
        display: block;
    }
    footer span.footer-left{
        display: block;
        margin-bottom: 10px;
    }
}
/*END footer*/

/*images loaded*/
img:not(img.logo), section#banner{
    opacity: 0;
}
/*END images loaded*/

/*Contacts list 2*/
section#Contacts-list-2{
	    padding: 5px 0;

}
section#Contacts-list-2 .Contacts-list-2-intro{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1200px) {
    section#Contacts-list-2 .Contacts-list-2-intro{
        max-width: 100%;
    }
}
section#Contacts-list-2 .Contacts{
    /*margin-top: 50px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-left: -40px;
    margin-right: -100px;
}
@media screen and (max-width: 800px) {
    section#Contacts-list-2.Contacts{
        margin-left: 0;
        margin-right: 0;
    }
}
section#Contacts-list-2 .scheme{
    position: relative;
    width: calc(50% - 40px);
    margin: 18px;
    flex-grow: 0;
    flex-shrink: 0;
    /*cursor: pointer;*/
	
}


    section#Contacts-list-2 .schemeLine{
        
		border-right: 1px solid #d7d7d7;
    }


section#Contacts-list-2 .scheme.scheme-blank{
    cursor: auto;
}


    section#Contacts-list-2 .blueText{
		color: #2b5689;
    }	

@media screen and (max-width: 1300px) {
    section#Contacts-list-2 .scheme{
        width: calc(50% - 40px);
		
    }
}
@media screen and (max-width: 800px) {
    section#Contacts-list-2 .scheme{
        width: calc(100% - 40px);
		
    }
	
	
    section#Contacts-list-2 .schemeLine{
        border-bottom: 1px solid #d7d7d7;
		border-right: none;
    }	
	
}
section#Contacts-list-2 .scheme img{
    width: 100%;
    height: auto;
    transition: all 500ms;
}
section#Contacts-list-2 .scheme img:hover{

}
section#Contacts-list-2  .scheme-title{
    width: calc(100% - 40px);
    padding: 10px 20px;
    text-align: center;
}
/*
section#Contacts-list-2 .gray-hover, section#Contacts-list-2 .gray-static{
    -webkit-filter: grayscale(100%) brightness(1.30) contrast(0.5);
    filter: grayscale(100%) brightness(1.30) contrast(0.5);
}
section#Contacts-list-2 .active .gray-hover{
    -webkit-filter: grayscale(0%) brightness(1) contrast(1);
    filter: grayscale(0%) brightness(1) contrast(1);
}
section#Contacts-list-2 .download-section{
    display: none;
}
section#Contacts-list-2 .downloads{
    display: flex;
    flex-wrap: wrap;
}



section#Contacts-list-2 a{
    
border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    background: url("../img/download.jpg") no-repeat center right;
    min-height: 70px;
    line-height: 70px;
    color: #81868c;
    padding-left: 10px;

	
	
}
section#Contacts-list-2 a:hover{
    text-decoration: none;
    color: #2c5589;
}*/

section#Contacts-list-2 .download-item{
    width: calc(33.33333% - 50px);
    margin: 20px;
}
@media screen and (max-width: 1300px) {
    section#Contacts-list-2 .download-item{
        width: calc(50% - 50px);
		border-bottom: 1px solid #d7d7d7;
    }
}
@media screen and (max-width: 800px) {
    section#Contacts-list-2 .download-item{
        width: calc(100% - 50px);
		
    }
}
section#Contacts-list-2 p{
    flex-basis: 100%;
}
section#Contacts-list-2 span.download-title{
    color: #2c5589;
}
section#Contacts-list-2 .downloads-holder-1{
    display: none;
}
section#Contacts-list-2 .downloads-holder-2{
    display: none;
}
section#Contacts-list-2 .downloads-holder-3{
    display: block;
}
@media screen and (max-width: 1300px) {
    section#Contacts-list-2 .downloads-holder-1{
        display: none;
    }
    section#Contacts-list-2 .downloads-holder-2{
        display: block;
    }
    section#Contacts-list-2 .downloads-holder-3{
        display: none;
    }
}
@media screen and (max-width: 800px) {
    section#Contacts-list-2 .downloads-holder-1{
        display: block;
    }
    section#Contacts-list-2 .downloads-holder-2{
        display: none;
    }
    section#Contacts-list-2 .downloads-holder-3{
        display: none;
    }
}

/*END Contacts list 2*/

/*#consent-banner {
	display: none;
}*/


#consent-banner {
	/*width: 95%;
	margin: 0 2.5%;*/
	width: 100%;
	background: rgba(2,33,82,0.9);
	color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 3147483647;	
}

#consent-banner p {
	margin: 0px;
}
/*#consent-banner {
	display: none;
}*/

.trustarc-banner-background {

    z-index: 10;
}
