/* ========================
   Theme Name: Anrows
   ======================== */


/** Table of Contents:

* 1.0 - Fonts
* 2.0 - Icon-fonts
* 3.0 - Useful classes
* 4.0 - General
    * 4.1 - Forms
    * 4.2 - Buttons
    * 4.3 - Breadcrumbs
* 5.0 - Mobile menu
* 6.0 - Header
* 7.0 - Footer
* 8.0 - Pages
*9.0 - Anrows micro-site
**/

/* 3.0 - Useful classes
============================== */
.gutter-16>.columns{
    padding-left: 8px;
    padding-right: 8px;
}
.gutter-8>.columns{
    padding-left: 4px;
    padding-right: 4px;
}
.right-bg .before-block{
    position: absolute;
    left: 0;
    width: 50vw;
    height: 100%;
}
.right-bg .before-block img{
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.left-bg .before-block{
    position: absolute;
    right: 0;
    width: 50vw;
    height: 100%;
}
.left-bg .before-block img{
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.oh{
    overflow: hidden;
}
.no-bg{
    background: none!important;
}
.relative-block{
    position: relative;
}
.full-width-slider > .sl:not(:first-child){
    display: none;
}
.info-tooltip{
    display: inline-block;
    width: 11px;
    height: 11px;
    text-transform: none;
    background-color: #7D791C;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    line-height: 11px;
    margin-top: -6px;
}
.link-underline,
.link-hover-underline{
    position: relative;
    display: inline-block;
    padding-bottom: 3px;
}
.link-hover-underline:before,
.link-underline:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2.5px;
    left: 0;
    bottom: 0px;
    background-color: #7D791C;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform-origin: 0;
}
.link-hover-underline:before{
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.link-underline:hover:before{
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.link-hover-underline:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.link-underline.gray:before{
    background-color: rgba(20,20,20,.5);
}
.anchore{
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    display: inline-block;
    width: auto;
    margin-top: 12px;
    margin-bottom: 12px;
}
.anchore > span{
    width: 100%;
    display: inline-block;
}
.anchore:after{
    content: "\e602";
    font-family: icomoon;
}
.anchore-arrow{
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.66);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    text-align: center;
    color: #1F2D3A !important;
    padding-top: 3px;
    z-index: 5;
    font-size: 18px;
}
.anchore-arrow > span{
    color: inherit !important;
}
.link-more{
    line-height: 1;
    text-transform: uppercase;
    font-weight: 900;
    color: #4A4A4A;
    font-size: 0.85em;
}
.section-md{
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-sm {
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-lg{
    padding-top: 100px;
    padding-bottom: 100px;
}
.grey-section{
    background-color: #FDFCF8;
}
.grey-section.dark{
    background-color: #F7F7F3;
}
.white-section{
    background-color: #fff;
}
.transparent-bg:before {
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    width: 30%;
    position: absolute;
    top: 0;
    left: 0.9375rem;
}
.v-delim{
    border-left: 1px solid #E5E5E5;
}
.clear-line{
    border-color: #E5E5E5;
    max-width: none;
    margin: 0;
}
hr.bold-line{
    border-width: 4px;
    border-color: #797712;
}
.social.menu{
    margin-bottom: 2em;
}
.social.menu li{
    margin-right: 10px;
}
.social.menu li a{
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 36px;
    background-color: #636363;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
}
.social.menu li a:hover{
    background-color: #7D791C;
}
.breadcrumbs li a:hover{
    text-decoration: none;
}
.breadcrumbs{
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.breadcrumbs li{
    font-family: 'AvenirLight';
    font-size: 14px;
    line-height: 1;
    text-transform: none;
    color: #141414;
}
.breadcrumbs a:hover,
.breadcrumbs a{
    color: inherit;
    padding-bottom: 2px;
    text-decoration: none;
}
.breadcrumbs li a.link-underline:before{
    height: 1px;
}
.breadcrumbs li:not(:last-child)::after{
    content: '>';
    color: inherit;
    font-size: 14px;
    margin-left: 6px;
    margin-right: 6px;
    line-height: 1;
}
.breadcrumbs.alt li,
.breadcrumbs.alt li a,
.breadcrumbs.alt li:not(:last-child)::after{
    color: #fff;
}
.breadcrumbs.alt li a.link-underline:before{
    background-color: #fff;
}
.blog-breadcrumbs .breadcrumbs.alt li,
.blog-breadcrumbs .breadcrumbs.alt li a,
.blog-breadcrumbs .breadcrumbs.alt li:not(:last-child)::after{
    color: #1f0d0d;
}
.blog-breadcrumbs .breadcrumbs.alt li a.link-underline:before{
    background-color: #1f0d0d;
}
.reveal-overlay{
    z-index: 99999;
}
@media screen and (min-width: 64em) {
    .shrink-for-large{
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }
}
@media screen and (max-width:767px) {
    .section-lg{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 39.96em) {
    .anchore{
        display: none;
    }
    .text-gaps{
        padding-left: 10px;
        padding-right: 10px;
    }
    .text-gaps.padding-left-2{
        padding-left: 10px !important;
    }
    .v-delim{
        border-left: none;
        border-top: 1px solid #E5E5E5;
    }
    .right-bg .before-block,
    .left-bg .before-block{
        height: 70vw;
        position: relative;
        width: calc(100% + 1.875rem);
        margin-bottom: 20px;
    }
    .left-bg .before-block{
        right: 15px;
    }
    .columns.right-bg .before-block{
        left: -0.9375rem;
    }
    .section-md{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .small-12-down{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ohx-m{
        overflow-x: hidden;
    }
}
/* 4.0 - General
============================== */
body{
    font-size: 16px;
    font-family: AvenirBook;
    background-color: #fff;
}
h1, .h1, h2, h3, .h3, h4{
    font-family: MinionPro;

}
.h1{
    font-size: 4.375em;
    line-height: 1;
}
h2{
    font-size: 2.75em; /* 44px */
    margin-bottom: 0.7em;
    line-height: 1;
}
h3{
    font-size: 2.225em; /*36*/
    line-height: 1.26;
    margin-bottom: 0.8em;
}
.h3{
    font-size: 1.75em;
}
.h4{
    font-size: 1.375em;
    color: #4F9DB3;
    text-transform: uppercase;
    font-family: AvenirBook;
    font-weight: 900;
    letter-spacing: 1.78px;
}
h5,
.h5{
    font-size: 1em; /* 16px */
    font-family: inherit;
    color: #7D791C;
    letter-spacing: 1.78px;
    text-transform: uppercase;
    margin-bottom: 1em;
    font-weight: 900;
}
h5.h5{
    color: #8C8C8C;
    font-size: 1em;
}
h6{
    font-family: 'AvenirBlack';
    font-size: 0.875em; /* 14px */
}
a{
    transition: all .3s;
}
a.gold,
.link-underline.gold{
    color: #797712!important;
}
a:hover{

}
a strong{
    color: inherit;
    text-decoration: underline;
}
a:hover strong{
    text-decoration: none;
}
small{
    display: inline-block;
    line-height: 1.33;
    font-weight: 300;
}
@media screen and (max-width: 1299px){
    .h1{
        font-size: 3.9em;
    }
}
@media screen and (max-width: 767px) {
    body{
        font-size: 15px;
    }
    .h1{
        font-size: 3.375em;
    }
}
@media screen and (max-width: 39.96em) {
    .h1{
        font-size: 2.375em !important;
    }
    h2{
        font-size: 2em;
    }
    h3{
        font-size: 1.8em;
    }
    .h3{
        font-size: 1.6em;
    }
    h5,
    .h5{
        font-size: 12px;
    }
}
/**** 4.1 - Forms ****/
.form-field{
    font-size: 0.875em; /** 14px */
    height: 45px;
    box-shadow: none;
    border-color: #000;
    padding-left: 1em;
    padding-right: 1em;
}
.form-field-alt{
    font-family: 'AvenirMedium';
    box-shadow: none;
}
select.form-field{
    background-position: 100% 50%;
}
.form-field:focus{

}
.form-field::-webkit-input-placeholder {
  color: #3b3738;
}
.form-field:-ms-input-placeholder {
  color: #3b3738;
}
.form-field::-moz-placeholder {
  color: #3b3738;
}
.form-field:-moz-placeholder {
  color: #3b3738;
}
.form-field-alt::-webkit-input-placeholder {
    color: #1F1E1E;
}
.form-field-alt:-ms-input-placeholder {
    color: #1F1E1E;
}
.form-field-alt::-moz-placeholder {
    color: #1F1E1E;
}
.form-field-alt:-moz-placeholder {
    color: #1F1E1E
}
textarea.form-field{
    height: 185px;
}
input[type=checkbox]{
    display: none;
}
input[type=checkbox] + label{
    font-size: 1em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-left: 0;
}
input[type=checkbox] + label:before{
    font-family: icomoon;
    content: "\e90a";
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #979797;
    background-color: #fff;
    color: rgba(87, 14, 17, 0);
    font-size: 19px;
    text-align: center;
    line-height: 1em;
    transition: all .4s;
    margin-right: 13px;
}
input[type=checkbox]:checked + label:before{
    color: #7D791C;
}
.payment-method-select select:not(.select-changed){
    background-image: url(../images/payment-method.html), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-position: 90% 50%, right 0rem center;
    background-size: auto 100%, 9px 6px;
}
@media screen and (max-width: 39.96em) {
    .form-field{
        font-size: 1em;
        height: 32px;
        margin-bottom: 6px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    input.button[type=submit]{
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 13px;
    }
}
/**** 4.2 - Buttons ****/
.button{
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    padding: 15px 20px;
}
.button.white{
    background-color: #fff;
    color: #7D791C;
}
.button.gray{
    background-color: #F7F7F3;
    color: #141414;
}

.button.white:hover,
.button.gray:hover {
    background-color: #7D791C;
    color: #fff;
    border-color: #fff;
}
.button.height-45{
    height: 45px;
}
/**** 4.4 - Animation ****/
.animate-children > *{
    transition: all 1.2s ease;
    opacity: 0;
    transform: translateY(30px);
}
.animate-children > .complete{
    opacity: 1;
    transform: none;
}

/***** 5.0 - Mobile menu *****/
.mobile-menu{
    display: none;
}
@media screen and (max-width: 767px) {
    .menu-open{
        font-size: 30px;
        color: #000;
    }
    .menu-close{
        font-size: 30px;
        color: #fff;
        line-height: 1;
    }
    body.open{
        overflow: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        width: 290px;
        left: -290px;
        padding: 40px 0;
        background-color: #1F1E1E;
        min-height: 100%;
        height: 100%;
        overflow-y: auto;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 99999;
    }
    .mobile-menu ul > li{
        flex: 1 1 100%;
        margin-bottom: 10px;
    }
    .mobile-menu ul > li a{
        text-transform: uppercase;
        color: #fff;
    }
    .open .mobile-menu {
        left: 0;
    }

}
@media screen and (max-width: 39.96em) {
    header .head-middle .search-button,
    .menu-open{
        font-size: 24px;
    }
}

/* 6.0 - Header
============================== */
.head-top{
    background-color: #1F1E1E;
    color: #fff;
    font-family: 'AvenirBlack';
    font-weight: 900;
    font-size: 10px;
    line-height: 1.4;
    text-transform: uppercase;
}
.head-top button,
.head-top a{
    color: inherit;
}
.head-top .top-menu > li{
    -ms-align-items: center;
    align-items: center;
}
.head-top .page-font-size{
    font-family: Butler;
    font-size: 13.5px;
    padding-right: 15px;
    cursor: pointer;
}
.head-top .menu li+li{
    border-left: 1px solid rgba(151,151,151,0.35);
}
.head-top .menu li a{
    padding: 25px 17px;
}
.head-middle{
    background-color: #fff;
    z-index: 8888;
}
.head-middle .main-nav li{
    padding: 50px 25px;
    transition: all 0.6s ease;
}
body:not(.micro-site) .head-middle.header-sticky-nav .header-middle-inner > .row .main-nav li{
    padding: 20px;
    border-left: 1px solid rgba(151, 151, 151, 0.28);
}
body:not(.micro-site) .head-middle.header-sticky-nav .header-middle-inner{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 8888;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid rgba(151, 151, 151, 0.28);
}
body.admin-bar:not(.micro-site) .head-middle.header-sticky-nav .header-middle-inner{
    top: 32px;
}
.header-sticky-nav .header-search-form form .s{
    right: 15px;
}
.header-sticky-nav.head-middle .head-logo img{
    width: 150px;
}

.header-sticky-nav.head-middle .emergency-call,
.header-sticky-nav.head-middle .donate-wrap,
.header-sticky-nav.head-middle .quick-escape{
    opacity: 1;
    position: static;
    margin: 0;
    transform: scale(1);
    padding-left: 10px;
    padding-right: 10px !important;
    font-size: 12px;
    pointer-events: auto;
    width: auto;
}
.header-sticky-nav.head-middle .emergency-call p,
.header-sticky-nav.head-middle .donate-wrap p,
.header-sticky-nav.head-middle .quick-escape p{
    font-size: 12px;
}
.header-sticky-nav.head-middle .search-button{
    width: 70px;
}
.header-sticky-nav.head-middle .main-nav a{
    font-size: 12px;
}
.header-sticky-nav.head-middle .emergency-call{
    margin-left: 15px;
}
.head-middle .main-nav li a{
    padding: 0 0 3px 0;
    line-height: 1;
}
.head-top .menu li:last-child{
    background-color: #7D791C;
}
.head-top .menu li:last-child a span:before{
    background-color: #fff;
}
.head-middle .search-button,
.head-top .menu li:last-child{
    width: 110px;
}
.head-middle .search-button{
    font-size: 30px;
}
.head-middle .main-nav a{
    font-family: 'AvenirBlack';
    font-size: 14px;
    font-weight: 900;
    line-height: 19px;
    color: #000;
    text-transform: uppercase;
}
.head-content{
    position: absolute;
    top: 0;
    left: 0.9375rem;
    right: 0.9375rem;
    padding-left: 3.5%;
    height: 100%;
    z-index: 10;
}
.head-content h3{
    color: #fff;
}
.head-content h3.h5{
    color: #aca527;
}
.header-search-form{
    border-left: 1px solid rgba(151,151,151,0.35);
}
.header-search-form form .search-button{
    position: absolute;
    top: 50%;
    transform: translateY(-44%);
    right: 0;
    border: none;
    cursor: pointer;
    outline: none;
}
.header-search-form form .s{
    width: 100%;
    max-width: none;
    background-color: #fff;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    transition: padding 2s ease;
}
.header-search-form form{
    right: 0;
    position: absolute;
    width: 0;
    transition: all .5s ease;
    opacity: 0;
}
.form-opened.header-search-form form .s{
    padding-left: 20px;
}
.form-opened.header-search-form form{
    width: 400px;
    opacity: 1;
}
.header-sidebar{
    background-color: #1F1E1E;
    color: #fff;
    width: 345px;
    padding: 42px;
}
.header-sidebar h2{
    font-weight: 900;
}
.header-sidebar h5 .info-tooltip,
.header-sidebar .h5 .info-tooltip{
    vertical-align: super;
}
.header-sidebar h5,
.header-sidebar .h5{
    font-size: 1em;
    vertical-align: baseline;
    margin-bottom: 0;
}
.header-sidebar small{
    margin-bottom: 15px;
}
.white-tooltip.tooltip{
    background-color: #fff;
    padding: 6px;
    color: #000;
}
.white-tooltip.tooltip.top:before{
    border-top-color: #fff;
}
.head-slider .slick-dots{
    position: absolute;
    top: 100%;
    width: auto;
    justify-content: flex-start;
    padding-left: 3.5%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-middle-inner{
    position: relative;
}
.header-searching-widget{
    max-width: 100%;
}
.mega-menu{
    opacity: 0;
    visibility: hidden;
    transform: translateY(-60px);
    position: absolute;
    top: 100%;
    z-index: 8887;
    background-color: #fff;
    width: 100%;
    transition: all .01s ease 0.3s;
}
 .list-underline{
    margin-bottom: 35px;
}
.list-underline li+li{
    border-top: 1px solid #E2E2E2;
}
.list-underline li{
    padding-top: 7px;
    padding-bottom: 7px;

}
.list-underline li a,
.mega-menu .widget p{
    font-family: 'AvenirLight';
    font-size: 16px!important;
    line-height: 24px;
    letter-spacing: -0.2px;
}
.list-underline li a:hover{
    color: #7D791C;
}
.mega-menu:hover,
.open-megamenu .mega-menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all .4s ease .5s;
}
@media screen and (max-width: 1199px) {
    .head-middle .main-nav li{
        padding: 35px 12px;
    }
    body:not(.micro-site) .head-middle.header-sticky-nav .header-middle-inner > .row .main-nav li{
        padding: 20px 10px;
    }
    .header-sticky-nav.head-middle .head-logo img{
        width: 120px;
    }
}
@media screen and (max-width: 767px) {
    .head-middle{
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .head-middle .search-button{
        /* border-left: 0; */
    }
    .head-top .menu li:last-child,
    .head-middle .search-button{
        width: auto;
    }
    .head-slider .sl img{
        min-height: 500px;
    }
    .header-sidebar{
        padding-left: 25px;
        padding-right: 25px;
        width: 300px;
    }
    .input-wrap{
        max-width: 100%;
        width: 100%;
    }
    .header-search-form{
        border-left: 0;
    }
}
@media screen and (max-width: 39.9375em) {
    .head-top{
        font-size: 9px;
        font-weight: 500;
    }
    .head-middle{
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .head-top .menu li a{
        padding: 12px 8px;
    }
    .head-logo img{
        max-width: 120px;
    }
    .head-content{
        position: static;
        padding: 0;
        height: auto;
    }
    .head-slider .slick-dots{
        position: static;
        justify-content: center;
    }
    .head-slider .slick-dots li{
        position: relative;
        z-index: 10;
    }
    .header-sidebar{
        width: 100vw;
        -ms-align-self: center;
        align-self: center;
        text-align: center;
        padding: 10% 10% 6%;
    }
    .header-sidebar h2{
        font-weight: 400;
    }
    .head-slider .sl img{
        min-height: 0;
    }
    .header-text{
        position: absolute;
        top: 0;
        width: 100%;
        padding: 15px;
        height: 100%;
        z-index: 5;
    }
    .head-content:before{
        display: none;
    }
    .head-slider:before{
        content: "";
        background: linear-gradient(90deg, rgba(255, 255, 255, 1),
            rgba(255, 255, 255, 0.4) 35%,
            rgba(255, 255, 255, 0) 55%
        );
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
    h3 br,
    h2 br,
    h1 br{
        display: none;
    }
}
@media screen and (max-width: 450px) {
    .head-top .row > .columns{
        padding-left: 5px;
        padding-right: 5px;
    }
    .head-slider .sl img{
        min-height: 70vw;
        object-fit: cover;
    }
    .header-text h3{
        font-size: 1.36em;
    }
    .form-opened.header-search-form form{
        width: 260px;
    }
}
/* 7.0 - Footer
======================================= */
.footer{
    padding-top: 50px;
}
.foot-logo{
    display: block;
    margin-bottom: 40px;
}
.foot-logo img{
    max-width: 160px;
}
.footer-top{
    padding-bottom: 75px;
}
.footer-bottom{
    padding-top: 47px;
    padding-bottom: 47px;
    background-color: #1E1E1E;
}
.footer address{
    font-style: normal;
    font-size: 13px;
    color: #000;
    margin-bottom: 30px;
}
.footer address a{
    color: inherit;
}
.footer h5,
.footer .h5{
    font-size: 12px;
    letter-spacing: normal;
    margin-bottom: 20px;
}
.widget-area ul{
    margin-bottom: 0;
}
.widget-area ul li a,
.widget-area .c-accordion__list a,
.mega-menu .widget p{
    font-size: 16px;
    color: #4A4A4A;
    letter-spacing: -0.15px;
}
.footer-bottom{
    padding: 47px 0;
    background-color: #1E1E1E;
}
.footer-bottom *{
    font-family: 'AvenirLight';
    font-size: 13px;
    color: #fff;
}
.footer-bottom .menu a{
    padding: 0 0 3px 0;
}
.footer-bottom .menu a:before{
    background-color: rgba(255,255,255,0.44);
    height: 1px;
}
.footer-bottom .menu li+li:before{
    content: "|";
    line-height: 1;
    padding-left: 10px;
    margin-right: 10px;
}
.footer-bottom .menu li:last-child{
    order: 1;
}
@media screen and (max-width:767px) {
    .footer .accordion{
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
    .footer .accordion-title{
        font-size: 19px;
        text-transform: uppercase;
        border-left: 0;
        border-right: 0;
    }
    .footer .accordion-title:hover{
        background-color: #7D791C;
        color: #fff;
    }
    .footer .accordion-content{
        border-left: 0;
        border-right: 0;
    }
    .footer-top{
        padding-bottom: 30px;
    }
    .foot-logo{
        margin-top: 40px;
    }
    .widget-area ul li a, 
    .widget-area .c-accordion__list a,
    .mega-menu .widget p{
        font-size: 16px;
    }
    .footer{
        padding-top: 0;
        padding-bottom: 0;
    }
    .footer-top .social.menu{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 39.9375em) {
    .footer-bottom{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer-bottom .menu li:last-child{
        width: 100%;
        margin-top: 20px;
    }
    .footer-bottom .menu li:last-child:before{
        display: none;
    }
}

/* 8.0 - Mega menu
======================================= */
.mega-menu{
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    box-shadow: 0 5px 14px -3px #00000029;
	zoom:.85;
}
.mega-menu .widget{
    padding: 40px 20px 20px;
	margin-bottom:0;
}
.mega-menu .widget-area ul{
    margin-bottom: 20px;
}
@media screen and (max-width:1300px) and (min-width:1025px){
	.mega-menu{
		zoom:0.75;
	}
	.mega-menu h2 br{
		display:none;
	}
}
/* 9.0 - Pages
======================================= */
.helping-section{
    padding-top: 30px;
}
.helping-section .post-section{
    padding-bottom: 50px;
}
.helping-section .anchore{
    transform: translateY(100%);
}
/*.helping-section .right-bg .before-block{
    left: -50px;
    width: calc(50vw + 50px);
}
.helping-section .right-bg .before-block{
    top: -30px;
}*/
.helping-section .right-bg img{
    position: relative;
    margin-top: -30px;
}
.about-section{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fdfcf8;
    /*background-image: url("../images/patern-1.png");*/
    background-repeat: no-repeat;
    background-size: cover;
}
.statement-section{
    padding-top: 70px;
    padding-bottom: 10px;
    border: 1px solid rgba(223, 219, 204, 0.36);
}
.statement-section img{
    position: relative;
    margin-top: -120px;
}
.reviews-section{
    padding-top: 80px;
    padding-bottom: 50px;
    background-image: url(../images/leaf-4.html);
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.reviews-slider .sl{
    padding-bottom: 30px;
}
.reviews-slider .sl .poster-avatar{
    margin-bottom: 20px;
}
.reviews-slider .sl h5:last-of-type{
    color: #1F1E1E;
    font-size: 13px;
    margin-bottom: 5px;
}
.reviews-slider .sl .h3{
    margin-bottom: 1em;
}
.reviews-slider .sl small{
    text-transform: uppercase;
    color: #979797;
}
.reviews-slider .sl .poster-avatar img{
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0 0 18px -1px rgba(0, 0, 0, 0.15);
}
.post-section{
    border-top: 1px solid rgba(223,219,204,0.36);
    /*background-image: url("../images/patern-1.png");*/
    background-repeat: no-repeat;
    background-size: cover;
}
.post-section img{
    position: relative;
    margin-top: -180px;
}
.latest-articles-section{
    background-color: #414141;
    color: #fff;
    padding-top: 150px;
    padding-bottom: 134px;
    /*background-image: url("../images/patern-2.png");*/
    background-repeat: no-repeat;
    background-size: cover;
}
.latest-articles-section form{
    margin-bottom: 25px;
}
.latest-articles-section form .button{
    padding: 15px 25px 15px 35px;
}
.latest-articles-section form .form-field{
    height: 54px;
    margin-right: 5px;
}
.latest-articles-section form .button .icon{
    margin-left: 10px;
    font-size: 0.8em;
}
.articles-vertical > li + li{
    margin-top: 25px;
}
.articles-vertical > li{
    background-color: #fff;
    color: #000;
    flex: 1 1 0px;
}
.articles-vertical .small-thumb{
    overflow: hidden;
}
.articles-vertical .small-thumb img{
    width: 130px;
    min-height: 100%;
    object-fit: cover;
}
.articles-vertical h3{
    font-size: 1.625em;
}
.latest-articles-section .articles-row .sharing{
    position: absolute;
    top: 17px;
    right: 25px;
    color: #BFBFBF;
}
.articles-vertical .article-detals a{
    color: inherit;
}
.articles-row h3,
.articles-row .h3{
    margin-bottom: 10px;
}
.articles-row .card{
    border: none;
}
.articles-row .card .article-image{
    height: 270px;
    overflow: hidden;
}
.articles-row .card .article-image img{
    width: 100%;
    height: auto;
}
.articles-row small.article-meta{
    color: #BFBFBF;
    margin-bottom: 20px;
}
.articles-row .card-section{
    padding: 40px 40px 25px;
}
.articles-row h5{
    margin-bottom: 0.3em;
}
.articles-vertical .article-detals{
    padding: 24px 25px 13px 0;
}
.articles-vertical .sharing:hover{
    color: #000;
}
.articles-row {
    padding-top: 60px;
}
.subscribe-section-inner{
    /*background-image: url("../images/subscribe-section-img.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    min-height: 550px;
    position: relative;
    transform: translateY(-50px);
    justify-content: center;
}
.subscribe-section-inner.transparent-bg:before{
    left: 0;
}
.subscribe-section-inner *{
    z-index: 9999;
}
/*internal pages*/

.links-widget li{
    margin-bottom: 6px;
}
.links-widget a{
    color: inherit;
    line-height: 1;
}
.content-area{
    padding: 70px 90px 70px 0;
}
.content-area ul,
.content-area ol,
.content-area p{
    font-size: 18px;
}
.sidebar{
    padding: 185px 0 70px 90px;
}
.pg-content-inner{
    padding-left: 10px;
    padding-right: 10px;
}
.pg-content-inner .main-content-inner{
    padding-top: 75px;
}
.pg-content-inner .content-area{
    padding-left: 8%;
}
.pg-content-inner .content-area h1{
    font-size: 4.375em;
    margin-bottom: 0.5em;
    line-height: 1;
}
.pg-content-inner .content-area ul:not(.no-bullet){
    padding-left: 20px;
}
.pg-content-inner .content-area h3{
    font-size: 1.875em;
}
.pg-content-inner .content-area .h3{
    font-size: 1.5em;
}
.pg-content-inner .sidebar{
    padding: 120px 40px 30px 50px;
    font-size: 18px;
    position: relative;
    z-index: 2;
}
.pg-content-inner .sidebar.alt{
    padding-top: 70px;
}
.pg-content-inner .sidebar .form-field{
    border: 1px solid #979797;
}
.pg-content-inner .sidebar .button{
    font-size: 13px;
}
.pg-content-inner .sidebar .widget-title{
    margin-bottom: 30px;
    text-transform: uppercase;
}
.pg-content-inner a:not(.button){
    color: inherit;
}
.pg-content-inner .content-area ul li{
    margin-bottom: 10px;
}
.pg-content-inner .sidebar a{
    font-size: 1em;
}
.pg-content-inner .sidebar li{
    margin-bottom: 15px;
}
.pg-content-inner .sidebar li a.current-page{
    color: #797712;
    font-weight: bold;
}
.mission-section {
    background-color: #32312c;
    color: #fff;
    background-image: url(../images/patern-2.html);
    background-repeat: no-repeat;
    background-size: cover;
}
.pg-content-inner .downloads-section,
.pg-content-inner .mission-section{
    margin-left: -10px;
    margin-right: -10px;
    padding-left: calc(8% + 0.9375rem + 10px);
    padding-right: 7%;
}
.pg-content-inner .columns .downloads-section,
.pg-content-inner .columns .mission-section{
    margin-left: calc(-0.9375rem - 10px);
    margin-right: -0.9375rem;
    padding-left: calc(8% + 0.9375rem + 10px);
    padding-right: 7%;
}
.pg-content-inner .columns.alt .downloads-section,
.pg-content-inner .columns.alt .mission-section{
    margin-right: calc(-0.9375rem - 10px);
}
.estimated-date{
    display: inline-block;
    padding: 15px 27px;
    border: 1px solid #DBDADA;
    border-radius: 8px;
    margin-bottom: 30px;
    margin-top: 15px;
}
.downloads-section{
    background-color: #1F1E1E;
    color: #fff;
}
.downloads-section .h1{
    font-size: 70px;
    line-height: 1;
}
.downloads-section h4{
    line-height: 1;
    margin-bottom: 16px;
}
.downloads-section h5{
    color: inherit;
}
.inner-page .latest-articles-section{
    padding-top: 60px;
    margin-top: 60px;
}
.sidebar .downloads-section{
    background: none;
    padding: 0;
    color: inherit;
    margin: 0 0 40px;
}
.sidebar .downloads-section h4{
    font-size: 20px;
}
.pg-content-inner .page-banner{
    margin-left: calc(-0.9375rem - 10px);
    margin-right: calc(-0.9375rem - 10px);
}
.page-with-thumbnail{
    padding-bottom: 100px;
}
.page-with-thumbnail .content-area{
    background-color: #fff;
    margin-top: -10vw;
    transform: translateX(3vw);
}
.page-with-thumbnail .sidebar{
    padding-top: 30px;
}
.pg-content-inner .page-with-thumbnail.main-content-inner{
    padding-top: 30px;
}
.page-with-thumbnail .statement-widget img{
    max-width: none;
    margin-bottom: 30px;
    margin-left: -70px;
}
.page-with-thumbnail .statement-widget h2{
    font-size: 40px;
}
.mission-section h5{
    color: inherit;
}
.pg-content-inner .sidebar .downloads-section{
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
}
.contact-form .form-field{
    border: 1px solid #979797;
}
.contact-form ul > li{
    margin-bottom: 0 !important;
}
.contact-form ul.row{
    padding: 0;
    margin-left: -5px;
    margin-right: -5px;
}
.contact-form ul.row > li.columns{
    padding-left: 5px;
    padding-right: 5px;
}
.contact-page .pg-content-inner .sidebar{
    padding: 0 20px;
}
.support-service-widget{
    padding: 60px 30px 30px;
    background-color: #32312c;
    color: #fff;
    background-image: url(../images/patern-2.html);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px;
}
.support-service-widget .button.large{
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact-info-widget{
    padding: 30px;
}
.contact-info-widget .widget-title{
    font-size: 14px;
}
.subscribe.reveal{
    padding: 90px 15px 40px;
    border: 15px solid #fff;
    background-image: url("../images/patern-4.html");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #F0F0F0;
    width: 90%;
    max-width: 670px;
}
.subscribe.reveal .link-underline{
    margin-top: 70px;
}
.subscribe.reveal h2{
    margin-bottom: 25px;
}
.government-section.practitione-section{
    padding-bottom: 40px;
}
.government-section .practitioner-block{
    margin-bottom: 85px;
    padding-left: 80px;
    padding-right: 80px;
}
.government-section h3.h3{
    margin-bottom: 30px;
}
.info-table-section table thead{
    background-color: #343232;
    color: #fff;
}
.info-table-section table{
    background: none;
}
.info-table-section table tbody {
    border: none;
    background: none;
}
.info-table-section table tbody tr:nth-child(even){
    background: none;
}
.info-table-section table tbody tr:nth-child(odd){
    background-color: rgba(31, 30, 30, 0.02);
}
.info-table-section table .read-more{
    color: #797712;
}
.info-table-section table td:nth-child(2) .read-more{
    white-space: nowrap;
}
.info-table-section table thead th:first-child{
    padding-left: 25px;
    width: 35%;
    min-height: 67px;
}
.info-table-section table tr th,
.info-table-section table tr td{
    padding-left: 25px;
    padding-right: 15px;

}
.info-table-section table tr{
    border: none;
}
.info-table-section table tr td{
    vertical-align: top;
    line-height: 1.5;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
}
.info-table-section table tr td:first-child{
    padding-left: 25px;
    font-weight: 900;
}
.info-table-section table tr td[colspan="4"]{
    background-color: #7D791C;
    color: #fff;
}
.sub-table thead th{
    background-color: #3C3B13;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sub-table.dark thead th{
    background-color: #343232;
}
.sub-table thead th a{
    color: #fff!important;
}
.sub-table thead th:first-child{
    width: 75%!important;
}
.sub-table tbody td:first-child{
    width: 20%!important;
}
.info-table-section table tr.dark-bg a{
    color: #fff;
}
.info-table-section table tr.dark-bg td{
    background-color: transparent;
}
.info-table-section.project-tables{
    padding-bottom: 80px;
}
.info-table-section .h1{
    margin-bottom: 0.6em;
}
.project-tables.info-table-section table tr td{
    font-size: 18px;
    font-family: MinionPro;
}
.project-tables.info-table-section table tr th .table-title{
    min-height: 50px;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.project-tables.info-table-section table tr td:first-child{
    font-weight: inherit;
}
.info-table-section.project-tables table{
}
.info-table-section.project-tables table tr{
    margin-bottom: 10px;
}
.info-table-section.project-tables table tr td:nth-child(2){
    width: 65%;
}
.info-table-section.project-tables table tbody tr{
    background-color: #F7F7F3 !important;

}
.info-table-section.project-tables table tr td{
    border-bottom: 6px solid #FDFCF8;
}
.info-table-section.project-tables table tr td:nth-child(2) a.read-more{
    white-space: normal;
    width: 65%;
}
.info-table-section .table-dark a.read-more{
    color: inherit;
}
.gov-tables-section .info-table-section table thead th:first-child{
    width: 20%;
}
.gov-tables-section .info-table-section{
    border-bottom: 1px solid rgba(151, 151, 151, 0.42);
    padding-top: 60px;
    padding-bottom: 60px;
}
.gov-tables-section .info-table-section:last-child table{
    margin-bottom: 0;
}

/**** Research template ******/
.research-template .content-area.alt{
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}
.research-template .page-inner-nav{
    transform: translateY(calc(20px + 50%));
    margin-top: -50px;
}
.research-template .page-inner-nav.pg-sticky-nav{
    margin-top: 0;
}
.page-inner-nav{
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);
    background-color: #fff;
    padding-left: 15px;
}
.page-inner-nav.transform-btm-50{
    margin-bottom: -32px;
}
.page-inner-nav.pg-sticky-nav{
    position: fixed;
    top: 57px;
    left: 50%;
    transform: translate(calc(-50% + 15px));
    z-index: 8888;
    width: 100%;
    background-color: #F7F7F7;
}
.page-inner-nav .menu{
    border-left: 1px solid rgba(151, 151, 151, 0.23);
    flex-wrap: nowrap;
}
.content-area .page-inner-nav .menu li{
    margin: 0;
}
.page-inner-nav .menu li a{
    font-family: 'AvenirMedium';
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    line-height: 1.3;
}
.content-area .page-inner-nav .menu li a{
    padding-top: 17px;
    padding-bottom: 17px;
}
.content-area .page-inner-nav .menu li a:hover{
    color: #7D791C;
}
.pg-content-inner.alt{
    padding-top: 100px;
}
.pg-content-inner.alt h3{
    font-size: 27px;
}
.pg-content-inner .video-wrapper{
    margin-top: 50px;
    margin-bottom: 80px;
}
.pg-content-inner .video-wrapper video{
    max-width: 100%;
}
.download-files-section{
    background-color: #32312c;
    color: #fff;
    background-image: url(../images/patern-2.html);
    background-repeat: no-repeat;
    background-size: cover;
}
.projects-link-section .h1,
.thyn-content .h1,
.download-files-section .h1{
    font-size: 4.375em;
    line-height: 1;
}
.download-block {
    padding-top: 40px;
}
.download-block > .row{
    margin-bottom: 40px;
}
.projects-link-section.section-lg{
    padding-bottom: 70px;
}
.projects-link-section:not(.alt){
    border-bottom: 1px solid rgba(151, 151, 151, 0.43);
}
.projects-link-section:not(.alt) h5{
    color: inherit;
}
.projects-slider{
    padding-top: 30px;
}
.projects-slider .callout{
    background-color: #F7F7F3;
    border: none;
    border-radius: 0;
    display: flex;
    flex-basis: 100%;
}
.projects-slider .sl{
    margin: 10px;
    padding: 30px 5%;
}
.projects-slider .callout h4{
    margin-bottom: 1em;
}
.projects-slider .callout p{
    margin-bottom: 2em;
}
.projects-slider.large-up-4.row{
    margin-left: -9px;
    margin-right: -9px;
}
.projects-slider.large-up-4 > .columns{
    padding-left: 9px;
    padding-right: 9px;
}
.projects-slider.large-up-4 .callout{
    min-height: 278px;
    padding: 30px;
}
.projects-slider .callout a{
    margin-top: auto;
    color: inherit;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
}
.projects-slider .callout a:first-child{
	margin-top:0;
}
.thyn-content{
    padding-top: 80px;
    padding-bottom: 80px;
}
.thyn-content:not(:last-of-type){
    border-bottom: 1px solid rgba(151, 151, 151, 0.44);
}
.thyn-content p,
.thyn-content ol,
.thyn-content ul{
    font-size: 16px;
    margin-bottom: 1.8em;
}
.thyn-content .h1{
    margin-bottom: 0.5em;
}
.thyn-content h3{
    font-size: 2em;
    margin-bottom: 1em;
}
.thyn-content ol > li,
.thyn-content ul > li{
    margin-bottom: 10px;
}
.thyn-content .row,
.row .thyn-content .row{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.thyn-content .callout.secondary{
    background-color: #F7F7F3;
    padding: 6%;
    border: none;
    font-family: MinionPro;
    font-size: 18px;
}
.anr-contact-section{
    background-image: url(../images/patern-2.html);
    background-repeat: no-repeat;
    color: #fff;
    background-color: #32312c;
}
.anr-contact-section.subscription-section h5{
    letter-spacing: normal;
}
.research-template .main-content-section.alt{
    padding-bottom: 140px;
}
.push-top.video-wrapper{
    margin-top: -110px;
}
.projects-link-section.alt .projects-slider{
    padding-top: 80px;
}
.practitioner h1{
    font-size: 4.375em;
}
.practitioner-row{
    padding-left: 15px;
    padding-right: 15px;
}
.practitioner-row p{
    font-family: 'AvenirMedium';
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
}
.practitioner-row>.columns{
    padding-left: 30px;
    padding-right: 30px;
}
.key-resources-section{
    padding-top: 40px;
    padding-bottom: 70px;
}
.key-resources-section h5{
    margin-bottom: 40px;
}
.key-resources-box{
    padding: 20px;
    min-height: 290px;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.key-resources-box:before{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.46);
    z-index: 0;
    border-radius: 20px;
}
.key-resources-box > *{
    position: relative;
    z-index: 2;
}
.key-resources-box h3{
    font-size: 3.125em;
    line-height: 0.94;
    color: #fff;
    margin-bottom: 25px;
    text-shadow: 1px 1px 5px #b5acac;
}
.further-resources{
    padding-top: 50px;
    padding-bottom: 80px;
}
.project-section{
    padding-top: 65px;
    padding-bottom: 65px;
}
.project-section .h1{
    margin-bottom: 35px;
}
.project-section .callout{
    border: 0;
    background-color: #F7F7F3;
    padding: 30px;
    height: 100%;
}
.project-section .callout p{
    font-family: "Minion Pro";
    font-size: 18px;
    line-height: 1.33;
    flex-grow: 1;
}
.project-section .callout a{
    align-self: flex-start;
    margin-top: auto;
    margin-bottom: auto;
}
.researchers-row .callout{
    padding: 30px 35px;
    background-color: #F7F7F3;
    border: 0;
    height: 100%;
    font-family: "Minion Pro";
}
.researchers-row{
    margin-bottom: 30px;
}
.researchers-row:last-child{
    margin-bottom: 0;
}
.researchers-row h5{
    margin-bottom: 30px;
}
.download-files-section-new .h1{
    margin-bottom: 70px;
}
.download-files-section-new h5{
    font-family: 'AvenirBlack';
    color: #141414;
    margin-bottom: 60px;
}
.download-box{
    margin-bottom: 60px;
    height: calc(100% - 60px);
    display: flex;
}
.category{
    display: inline-block;
    padding: 3px 8px;
    border-radius: 8px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background-color: #864EB7;
    font-family: AvenirBlack;
    align-self: baseline;
}
.download-box .link-underline{
    margin-top: auto;
}
.download-box img{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}
.download-box h4{
    font-size: 20px;
    line-height: 1.15;
    margin-bottom: 20px;
}
.project-sharing{
    font-size: 20px;
    font-family: MinionPro;
}
.presentations-section .micro-site video[poster]{
    width: 100%;
}
.downloads-widget{
    padding: 30px;
    margin: -30px -30px 50px;
    background-color: #FFFFFF;
    box-shadow: 2px 3px 7px 0 rgba(0,0,0,0.06);
}
.downloads-widget h5{
    font-size: 14px;
    color: #000;
    margin-bottom: 30px;
}
.downloads-widget .download-box{
    margin-bottom: 0;
}
.downloads-widget .download-box h4{
    margin-bottom: 5px;
}
.downloads-widget .download-box .link-underline{
    color: #797712;
    font-size: 14px;
}
.pg-content-bg{
    background-image: url("../images/cd3befdeeb293ea8b00c5fdbff89df95bac03eba.html");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 35px;
    min-height: 470px;
}
.practitione-section{
    padding-bottom: 90px;
}
.practitioner-block{
    padding: 80px 90px 0;
    background-color: #fff;
    margin-top: -30%;
}
.recent-research.practitioner-block .anchore-arrow{
    top: auto;
    bottom: 0;
    transform: translate(-50%, 50%);
}
.recent-research.practitioner-block{
    padding-bottom: 100px;
    margin-bottom: 0;
}
.practitioner-block h3:not(.h5){
    margin-bottom: 50px;
}
.practitioner-block .practitioner-row>.columns{
    padding-left: 15px;
    padding-right: 15px;
}
.practitioner-block .page-inner-nav-wrapper{
    margin-left: -90px;
    margin-right: -90px;
}
.practitioner-block .page-inner-nav{/*    position: relative;*/transform: translateY(50%);flex-wrap: nowrap;margin-top: -50px;}
.practitioner-block .page-inner-nav.pg-sticky-nav{
    transform: translate(calc(-50% + 15px));
    margin-top: 0;
}
.plan-section{
    padding-top: 30px;
    padding-bottom: 70px;
    background-image: url("../images/patern-1.html");
    background-repeat: no-repeat;
    background-position: center bottom;
}
.resources-list .card{
    margin-bottom: 30px;
    overflow: visible;
    border: none;
}
.resources-list > .columns{
    transition-delay: 0.2s !important;
}
.resources-list .card img{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
    margin-bottom: 15px;
}
.resources-list .card p{
    font-family: MinionPro;
    line-height: 1.1875;
}
.resources-list .card .h5{
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 25px;
}
.resources-list.resources-large .card p{
    font-size: 19px;
}
.resources-list.resources-large .card p.info{
    font-size: 16px;
    font-family: AvenirBook;
}
.resources-list .card-section{
    padding-left: 0;
    padding-right: 0;
}
.resources-list .card .download-link{
    color: #797712;
    font-size: 14px;
    text-decoration: underline;
    margin-top: auto;
}
.resources-list .card .download-link:hover{
    text-decoration: none;
}
.selecttion-list input[type=checkbox] + label,
.resources-list .card .resource-cat{
    border-radius: 8px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 1px 16px;
    margin-bottom: 10px;
    display: inline-block;
    white-space: nowrap;
}
.resources-list .card .resource-cat:hover{
    opacity: 0.6;
}
.resources-filter{
    margin-bottom: 40px;
}
.resources-filter .selection-block{
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);
    padding: 2px 5px 2px 20px;
    color: #1F1E1E;
    font-weight: 600;
    cursor: pointer;
}
.event-topic .circle,
.resources-filter .selection-block .circle{
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
}
.resources-filter .selection-block .cust-select-inner{
    margin-left: 10px;
    display: none;
}
.resources-filter .cust-select.filter-oppened .cust-select-inner{
    position: absolute;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);
    z-index: 10;
    background-color: #fff;
    top: 0;
    width: 100%;
}
.row .row.resources-filter{
    margin-left: -5px;
    margin-right: -5px;
}
.row .row.resources-filter > .columns{
    padding-left: 5px;
    padding-right: 5px;
}
.resources-filter .select-title {
    padding: 19px 4px 19px 8px;
    min-width: 110px;
    text-align: center;
}
.resources-filter .select-title .icon-chevron-thin-down1{
    transform: translateY(3px);
    display: inline-block;
}
.resources-filter .block-link .select-title{
    margin-left: 0;
}
.resources-filter .cust-select .cust-select-inner .select-title{
    border: none;
    margin-left: 0;
}
.selection-block .selecttion-list{
    border-top: 2px solid rgba(151, 151, 151, 0.58);
    margin-left: 19px;
    margin-right: 15px;
    padding-top: 22px;
}
.resources-filter .selection-block.block-link{
    border: none;
    padding: 0;
}
.selecttion-list input[type=checkbox] + label:before,
.selecttion-list input[type=checkbox]{
    display: none;
}
.selecttion-list input[type=checkbox] + label:after{
    content: "\e90a";
    display: inline-block;
    height: 12.96px;
    width: 12.96px;
    background-color: #979797;
    color: #fff;
    border-radius: 50%;
    font-size: 8px;
    font-family: icomoon;
    position: absolute;
    right: 0;
    top: 8px;
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
}
.selecttion-list input[type=checkbox]:checked + label:after{
    opacity: 1;
}
.selecttion-list input[type=checkbox] + label{
    font-size: 11px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
}
.key-resources-section.further-resources{
    background-color: #202020;
    color: #fff;
}
.key-resources-section.further-resources h5{
    color: inherit;
}
.key-resources-section.further-resources h2{
    color: #fff;
}
.teams-section{
    font-size: 18px;
}
.teams-list > .columns{
    padding-bottom: 60px;
}
.teams-list img{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}
.teams-list > .columns:nth-child(even){
    border-left: 1px solid rgba(151, 151, 151, 0.25);
}
.teams-list > .columns:nth-child(even) > .row > .columns:first-child{
    margin-left:5%;
}
.teams-list > .columns:not(:nth-child(-n+2)){
    padding-top: 60px;
    border-top: 1px solid rgba(151, 151, 151, 0.25);
}
.teams-list p{
    margin-bottom: 2em;
}
.teams-list a.link-underline{
    color: #797712;
    margin-top: auto;
}
.team-widget,
.questions-widget.white-bg{
    background-color: #fff;
    margin-left: -40px;
    margin-right: -40px;
    padding: 40px 40px 1px;
    box-shadow: 2px 3px 7px 0 rgba(0,0,0,0.06);
    margin-bottom: 60px;
}
.team-widget img{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}
.team-widget h3{
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 10px;
}
.gform_confirmation_message_3 {
    font-family: AvenirMedium;
}
.team-widget a.link-underline{
    color: #797712;
    font-size: 15px;
}
.team-widget h5{
    font-size: 13px;
    color: #292727;
}
.team-widget-list > li{
    padding: 30px 40px;
    margin-left: -40px;
    margin-right: -40px;
}
.team-widget-list > li + li{
    border-top: 1px solid rgba(151, 151, 151, 0.2);
}
.social-widget{
    border-bottom: 1px solid rgba(151,151,151,0.27);
}
.social-widget .social.menu li a{
    width: 46px;
    height: 46px;
    font-size: 32px;
    line-height: 48px;
    border-radius: 4px;
    background-color: #7D791C;
}
.pg-content-inner .sidebar .team-widget .widget-title{
    margin-bottom: 0;
}
.team-single .pg-content-inner .sidebar{
    padding-top: 70px;
}
.pg-content-inner .content-area.careers-block{
    padding-bottom: 0;
}
.careers-block hr{
    margin-top: 50px;
    margin-bottom: 50px;
    border-color: #E4E3E0;
}
.career-box{
    padding: 35px 40px;
    background-color: #F7F7F3;
    margin-bottom: 20px;
}
.career-box a.link-underline{
    color: #797712;
}
.career-meta{
    margin-bottom: 25px;
}
.pg-content-inner .career-single-content-section .content-area h1{
    margin-bottom: 0.2em;
}
.career-single-content-section .career-meta{
    margin-bottom: 25px;
}
.career-meta li + li:before{
    content: "|";
    padding-left: 10px;
    margin-right: 10px;
}
.career-meta li,
.career-meta li + li:before{
    color: #797712;
    font-family: 'AvenirBlack';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.78px;
    line-height: 1.4;
    margin-bottom: 0!important;
}
.donation .grey-section{
    padding-bottom: 75px;
}
.donation-section{
    margin-top: -300px;
}
.donation-section .grey-section,
.donation-section .white-section{
    padding: 70px 55px;
}
.donation-section fieldset p{
    font-family: 'AvenirBlack';
    font-size: 13px;
    text-align: left;
    margin-top: 30px;
}
.donation-section fieldset+fieldset{
    margin-top: 55px;
}
.donation-section .white-section{
    position: relative;
}
.donation-section .white-section img{
    position: absolute;
    right: 38px;
    top: 38px;
}
.donation-section p{
    font-family: 'AvenirMedium';
}
.projects-filter .resources-filter .selection-block{
    background-color: #fff;
}
.projects-slider.alt{
    padding-bottom: 60px;
}
.projects-slider.alt .callout .category{
    margin-bottom: 20px;
}
.projects-slider.alt .callout h4{
    line-height: 1.18;
    font-size: 22px;
}
.projects-slider.alt .callout{
    flex-basis: auto;
    margin-bottom: 18px;
    padding-bottom: 55px;
}
.projects-slider .project-footer{
    color: #fff;
    background-color: #9F66D0;
    padding: 15px 30px;
    line-height: 1.25;
    min-height: 90px;
    margin-bottom: 20px;
}
.projects-slider.pb-suite {
    padding-bottom: 40px;
}
.projects-slider.pb-suite .callout{
    padding: 30px 45px;
    min-height: 400px;
}
/****** Blog *****/
.blog-wrapper{
    margin-left: -15px;
    margin-right: -15px;
}
.blog-breadcrumbs{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}
.events-page .breadcrumbs,
.blog-pages .breadcrumbs{
    padding-left: 25px;
}
.blog-breadcrumbs hr{
    border-color: rgba(0, 0, 0, 0.06);
}
.blog-section{
    padding-bottom: 1px;
}
.feautured-articles-section{
    background-color: #fff;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.07);
    padding: 56px 20px 30px;
    transform: translateY(-50%);
    margin-bottom: -100px;
}
.feautured-articles-section h2{
    margin-bottom: 10px;
}
.feautured-articles-section .full-width-slider{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
a.read-more{
    color: inherit;
    font-size: inherit;
    /* text-decoration: underline; */
}
a.read-more:hover{
    text-decoration: none;
}
.articles-list .article h5{
    font-size: 14px;
    margin-bottom: 8px;
}
.articles-list .article h5 > a{
    color: inherit;
}
.articles-list .article h5 > a:hover{
    color: #000;
}
.articles-list .article h2{
    margin-bottom: 5px;
}
.post-meta{
    margin-bottom: 25px;
    color: #A0A0A0;
}
.articles-list .article{
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.search-results.articles-list .article{
    padding-top: 40px;
    padding-bottom: 20px;
}
.search-results .category{
    margin-right: 5px;
}
.pagination{
    font-size: 18px;
    -ms-align-items: baseline;
    align-items: baseline;
    padding-top: 16px;
    padding-bottom: 16px;
}
.pagination li{
    margin: 3px;
}
.pagination li,
.pagination a{
    font-size: inherit;
}
.pagination li:before,
.pagination li:after,
.pagination a:before,
.pagination a:after{
    display: none !important;
}
.pagination .current,
.pagination a{
    padding: 12px 5px;
    width: 41px;
    background-color: #F7F7F3;
    text-align: center;
    color: #141414;
}
.pagination .pagination-next a,
.pagination .pagination-previous a{
    width: auto;
    padding: 12px 25px;
}
.pagination .pagination-next{
    margin-left: auto;
}
.pagination .pagination-previous{
    margin-right: auto;
}
.pagination li.current{
    background-color: #e6e6e6;
}
.pagination li.disabled{
    visibility: hidden;
}
.blog-sidebar{
    padding-top: 100px;
    padding-right: 30px;
}
.blog-sidebar .widget:not(:last-child){
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.blog-sidebar .widget.fiter-widget{
    border: none;
}
.blog-sidebar .widget.fiter-widget li{
    padding-top: 4px;
    padding-bottom: 4px;
}
.popular-posts-widget .thumb{
    width: 115px;
    object-fit: cover;
    height: 100%;
}
.popular-posts-widget .post-list > li{
    background-color: #FFFFFF;
    box-shadow: 2px 3px 7px 0 rgba(0,0,0,0.04);
    margin-bottom: 20px;
}
.popular-posts-widget .post-details h5 a{
    color: inherit;
}
.post-details .post-meta{
    margin-bottom: 5px;
}
.post-list .article-sharing{
    position: absolute;
    top: 10px;
    right: 30px;
    opacity: 0.11;
}
.post-list .article-sharing:hover{
    opacity: 0.63;
}
.post-list .post-details{
    padding: 15px 15px 15px 0;
    max-width: 100%;
}
.popular-posts-widget h3:not(.h5){
    font-size: 26px;
    margin-bottom: 10px;
}
.search-widget .input-group {
    margin-bottom: 25px;
}
.search-widget .input-group .button{
    min-width: 120px;
    letter-spacing: 0;
}
.search-widget .input-group-field{
    height: 46px;
    box-shadow: none;
    margin-right: 5px;
    padding-left: 15px;
}
.further-reading{
    border-bottom: 1px solid rgba(151,151,151,0.27);
}
.further-reading .download-box h4{
    margin-bottom: 10px;
}
.simple-widget{
    padding-top: 25px;
    padding-bottom: 25px;
}
.simple-widget p,
.more-widget a{
    font-family: "Minion Pro";
    font-size: 20px;
    line-height: 1.15;
    color: #1F1E1E;
}

.topics-list{
    column-count: 2;
    column-gap: 30px
}
.topics-list > li{
    border-bottom: 1px solid rgba(151, 151, 151, 0.25);

}
.topics-list > li .post-count{
    border-radius: 9px;
    background-color: #7D791C;
    font-size: 12px;
    font-weight: 900;
    color: #fff;
    padding: 1px 8px;
}
.topics-list > li label,
.topics-list > li a{
    font-family: MinionPro;
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 1.2;
}
.subscription-section h2{
    margin-bottom: 10px;
}
.subscription-section .social.menu li a{
    font-size: 36px;
    width: 45px;
    height: 45px;
    line-height: 53px;
    background-color: #fff;
    color: #1f1e1e;
    border-radius: 6px;
}
.subscription-section h5{
    color: inherit;
}
.blog-section:not(.alt){
    margin-top: 25px;
    padding-top: 40px;
    padding-bottom: 1px;
}
.blog-section h3:not(.h4):not(.h5){
    font-size: 28px;
}
.blog-section .h1{
    margin-bottom: 25px;
}
.single-post-entry{
    background-color: #fff;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.single-post-entry-inner{
    padding: 100px 30px 60px;
}
.single-post-entry.alt{
    margin-top: -5%;
    position: relative;
    z-index: 1;
}
.single-post-entry h4{
    margin-bottom: 1em;
}
.single-post-entry ul:not(.menu) li{
    margin-bottom: 5px;
}
.related-posts-section h5{
    color: inherit;
}
.related-posts-section .post-list{
    padding-top: 40px;
    margin-bottom: 35px;
}
.related-posts-section .post-list .thumb{
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.related-posts-section .post-list .post-details{
    background-color: #fff;
    padding-left: 15px;
}
.related-posts-section .post-list .post-details h4{
    line-height: 1;
}
.related-posts-section .post-list .post-details h5{
    margin-bottom: 5px;
    font-size: 16px;
}
.related-posts-section .post-list .post-details h5 a{
    color: #7D791C;
}
.slick-track > .slick-slide{
    height: auto;
}
.slick-track > .slick-slide.flex-container{
    display: flex !important;
}
.related-posts-section .slick-track .sl{
    margin-left: 15px;
    margin-right: 15px;
}

/**** Events page ****/
.events-list-section{
    padding: 60px 30px 10px;
}
.event-heading{
    width: 100%;
    max-width: 850px;
    background-color: #fff;
    padding: 7% 8% 5%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    z-index: 1;
}
.event-heading .anchore-arrow{
    bottom: 0;
    top: auto;
    transform: translate(-50%, 50%);
}
.event-heading h4{
    margin-bottom: 1em;
}
.event-heading-section{
    padding-bottom: 320px;
}
.events-filter{
    padding-top: 35px;
    padding-bottom: 35px;
}
.events-filter:not(.alt){
    background: #fff;
}
.events-filter .resources-filter{
    margin-bottom: 0;
}
.events-list{
    padding-top: 40px;
}
.events-list .link-hover-underline,
.events-list .link-underline{
    color: #7D791C;
    padding-bottom: 0;
    line-height: 1;
}
.events-list .link-hover-underline:before,
.events-list .link-underline:before{
    height: 1px;
}
.events-list .card {
    border: none;
    margin-bottom: 30px;
}
.card-bottom{
    color: #A0A0A0;
    font-size: 15px;
    font-family: AvenirBlack;
    padding-right: 20px;
}
.card-bottom .icon{
    font-size: 20px;
}
.card-bottom .row{
    margin-left: -4px;
    margin-right: -4px;
}
.card-bottom .row .columns{
    padding-left: 4px;
    padding-right: 4px;
}
.event-topic .category{
    margin-bottom: 0;
    margin-right: 10px;
}
.event-topic .circle{
    background-color: #8524AC;
    margin-top: 0;
}
.events-list .event-topic{
    margin-bottom: 10px;
}
.event-topic a{
    color: #9B9B9B;
    font-size: 14px;
    text-transform: uppercase;
    font-family: AvenirBlack;
}
.events-list h4{
    margin-bottom: 1em;
    font-size: 26px;
    line-height: 1.3;
}
.events-list-section .events-list h4 a{
    color: inherit;
}
.events-list .card .card-section{
    background-color: #F7F7F3;
    padding: 25px;
}
.pg-content-inner .event-single-image{
    margin-left: -25px;
    margin-right: -25px;
    width: calc(100% + 50px);
    background-color: #000;
}
.events-single.pg-content-inner .main-content-inner{
    padding-top: 40px;
}
.events-single .content-area .event-topic{
    margin-bottom: 20px;
}
.events-single .content-area .event-topic a{
    letter-spacing: 1.78px;
    color: #9E9E9E;
}
.events-single .content-area .card-bottom{
    text-transform: uppercase;
    letter-spacing: 1.78px;
    font-family: AvenirBook;
    margin-top: 30px;
    margin-bottom: 40px;
}
.events-single .content-area .button{
    color: #fff;
    min-width: 160px;
}
.events-single .content-area p{
    margin-bottom: 2em;
}
.events-single .main-content-inner{
    padding-bottom: 50px;
}
.events-single .content-area .card-bottom ul > li{
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.29);
}
.events-single:not(.date-passed) .event-sidebar{
    margin-top: -90px;
}
.event-sidebar{
    padding-left: 50px;
    padding-right: 50px;
}
.event-sidebar .widget{
    margin-bottom: 55px;
}
.event-sidebar .widget .widget-title{
    color: #000;
    margin-bottom: 2em;
    font-size: 14px;
    letter-spacing: 0;
}
.media-widget,
.register-widget{
    box-shadow: 2px 3px 7px 0 rgba(0,0,0,0.06);
    padding: 45px 30px 20px;
    background-color: #fff;
    margin-left: -30px;
    margin-right: -30px;
}
.event-sidebar .media-widget hr{
    margin-left: -25px;
    margin-right: -25px;
    border-color: rgba(151, 151, 151, 0.27);
}
.gallery-wrapper{
    margin-bottom: 20px;
}
.gallery-wrapper .gallery-search-button{
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    color: #fff;
    font-size: 1.4em;
}
.event-sidebar .media-widget .widget-title{
    margin-bottom: 15px;
}
.event-sidebar .media-widget .video-wrapper{
    margin: 0;
    padding-bottom: 10px;
}
.register-widget .form-field{
    border: 1px solid #979797;
    background-color: #FFFFFF;
}
.share-widget{
    border-bottom: 1px solid rgba(151, 151, 151, 0.28);
}
.media-widget h4,
.dwlds-widget h4{
    font-size: 20px;
    line-height: 1.1;
}
.media-widget .micro-site .video-wrapper .video-play-button{
    font-size: 3em;
}
.events-single.date-passed .event-sidebar{
    padding-top: 40px;
}

.filter-search .icon-search{
    position: relative;
    z-index: 20;
}
.filter-search form{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    transition: all .3s ease;
    z-index: 15;
}
.filter-search.form-oppened form{
    width: 400px;
}
.filter-search form .form-field{
    padding-left: 0;
    padding-right: 0;
    background: #fff;
    transition: all .3s ease;
    border: none;
    margin: 0;
    height: 100%;
}
.filter-search.form-oppened form .form-field{
    width: 400px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.12);
}
.resources-filter .filter-search  .block-link .select-title{
    min-width: 0;
    font-size: 1.4em;
    padding: 16px 20px;
}
@media screen and (max-width: 1299px) {
    .articles-row small.article-meta{
        font-size: 70%;
    }
    .articles-row{
        font-size: 14px;
    }
    .articles-vertical > li{
        flex: 0 1 auto;
    }
    .latest-articles-section form .button{
        padding-left: 15px;
        padding-right: 15px;
    }
    .pg-content-inner .sidebar{
        padding-left: 30px;
        padding-right: 20px;
    }
    .page-with-thumbnail .statement-widget img{
        max-width: 120%;
        margin-left: -60px;
    }
    .page-with-thumbnail .statement-widget h2{
        font-size: 30px;
    }
    .content-area .page-inner-nav .menu li a{
        padding-left: 5px;
        padding-right: 5px;
    }
    .team-widget, .questions-widget.white-bg{
        margin-left: 0;
        margin-right: 0;
    }
    .blog-wrapper{
        margin: 0;
    }
    .government-section .practitioner-block{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .page-inner-nav .menu li a{
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }
}
@media screen and (min-width: 64em) {
    .blog-right{
        border-right: 1px solid rgba(103,103,103,0.15);
        margin-right: -4%;
        padding-right: 8%;
    }
}
@media screen and (max-width:767px) {
    .reviews-section{
        padding-top: 7vw;
        padding-bottom: 7vw;
    }
    .latest-articles-section,
    .about-section{
        padding-top: 10vw;
        padding-bottom: 10vw;
    }
    .articles-row .card{
        margin-left: 5px;
        margin-right: 5px;
    }
    .articles-row .card .article-image{
        height: 160px;
    }
    .articles-row .card-section{
        padding: 25px 30px 25px;
    }
    .articles-slider > .sl:not(:nth-child(-n+2)){
        display: none;
    }
    .articles-row h3,
    .articles-row .h3{
        font-size: 1.7em;
    }
    .articles-row{
        padding-top: 0;
    }
    .statement-section{
        padding-top: 50px;
    }
    .statement-section img,
    .post-section img,
    .helping-section .right-bg img{
        margin-top: 0;
    }
    .helping-section .row{
        align-items: center;
    }
    .sidebar{
        padding-left: 30px;
        padding-top: 50px;
    }
    .content-area{
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .pg-content-inner .content-area{
        padding-left: 15px;
    }
    .main-content-inner{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .helping-section .right-bg .before-block{
        left: 0;
        width: 100vw;
    }
    .helping-section .anchore{
        transform: translateY(50%);
    }
    .helping-section .post-section{
        padding-bottom: 50px;
    }
    .main-content-inner .v-delim{
        border-left: none;
        border-top: 1px solid #E5E5E5;
    }
    .page-with-thumbnail .content-area{
        padding: 40px;
    }
    .pg-content-inner .sidebar{
        padding-top: 60px;
    }
    .pg-content-inner .main-content-inner{
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .pg-content-inner .main-content-inner .content-area{
        padding-top: 0;
    }
    .pg-content-inner .content-area h1{
        font-size: 3.5em;
    }
    .pg-content-inner{
        padding: 0;
    }
    .page-with-thumbnail .statement-widget img{
        max-width: 100%;
        margin-left: 0;
    }
    .pg-content-inner .page-banner{
        margin: 0;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .pg-content-inner .page-banner{
        margin-left: -10px;
        margin-right: -10px;
    }
    .downloads-section .h1{
        font-size: 60px;
    }
    .page-with-thumbnail .content-area{
        transform: none;
    }
    .pg-content-inner .columns .downloads-section,
    .pg-content-inner .columns .mission-section{
        margin-left: -0.9375rem !important;
        margin-right: -0.9375rem !important;
    }
    .contact-page .pg-content-inner .sidebar{
        padding-top: 40px;
    }
    .contact-info-widget{
        padding: 0;
    }
    .projects-slider .callout{
        padding-left: 1%;
        padding-right: 1%;
    }
    .projects-slider{
        padding-top: 0;
    }
    .pg-content-inner .sidebar{
        padding-left: 15px;
        padding-right: 15px;
    }
    .projects-link-section .h1,
    .thyn-content .h1,
    .download-files-section .h1{
        font-size: 3.2em;
    }
    .page-inner-nav{
        padding-left: 0;
        transform: translateY(50%);
    }
    .page-inner-nav .menu{
        border: none;
        padding: 0;
    }
    .research-template .page-inner-nav{
        transform: translateY(50%);
    }
    .research-template .pg-sticky-nav.page-inner-nav{
        transform: translate(calc(-50% + 15px), 0);
    }
    .research-template .content-area.alt{
        padding-bottom: 0;
    }
    .content-area .page-inner-nav .menu li a{
        font-size: 14px;
    }
    .pg-content-inner.alt{
        padding-top: 100px;
    }
    .thyn-content{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .projects-link-section.alt .projects-slider{
        padding-top: 40px;
    }
    .content-area .page-inner-nav .menu li a{
        padding-left: 10px;
        padding-right: 10px;
    }
    .key-resources-box h3 {
        font-size: 2.225em;
    }
    .project-section{
        padding: 30px 7px;
    }
    .researchers-section{
        padding-left: 7px;
        padding-right: 7px;
    }
    .download-files-section-new .h1,
    .download-files-section-new .h5,
    .download-box{
        margin-bottom: 30px;
    }
    .downloads-widget{
        margin: 0 0 40px;
    }
    .practitioner-block{
        padding: 50px 60px 0;
    }
    .teams-list > .columns:nth-child(even) > .row > .columns:first-child{
        margin-left: 0;
    }
    .teams-list img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .teams-list > .columns:not(:nth-child(-n+2)){
        padding-top: 30px;
    }
    .teams-list > .columns{
        padding-bottom: 30px;
    }
    .team-widget,
    .questions-widget.white-bg{
        margin-left: 0;
        margin-right: 0;
        padding: 30px;
        margin-bottom: 35px;
    }
    .donation .grey-section{
        padding-bottom: 0;
    }
    .donation-section .grey-section,
    .donation-section .white-section{
        padding: 50px 30px;
    }
    .resources-filter .cust-select{
        flex-grow: 1;
    }
    .resources-filter > .columns{
        flex-basis: 50%;
        margin-bottom: 10px;
    }
    .blog-sidebar{
        padding: 40px 30px 30px;
        border-top: 2px solid rgba(0, 0, 0, 0.07);
    }
    .single-post-entry{
        max-width: 90%;
    }
    .event-heading{
        width: 90%;
        padding: 4% 5% 5%;
    }
    .event-heading-section{
        padding-bottom: 250px;
    }
    .pg-content-inner .event-single-image{
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }
    .events-single:not(.date-passed) .event-sidebar{
        margin-top: 0;
        padding-top: 30px;
    }
    .resources-filter .filter-search .block-link .select-title{
        text-align: right;
    }
    .filter-search{
        border: none;
    }
    .filter-search form .form-field{
        padding-left: 15px;
        padding-right: 15px;
    }
    .filter-search form .form-field,
    .filter-search form{
        width: 100% !important;
    }
    .career-meta{
        margin-bottom: 20px;
    }
    .table-responsive,
    .table-responsive tbody {
        display: block;
        width: 100%;
    }
    .table-responsive thead { display: none; }
    .table-responsive tr,
    .table-responsive th,
    .table-responsive td {
        display: block;
        padding: 0;
        text-align: left;
        white-space: normal;
    }
    .table-responsive td{
        padding: 15px!important;
    }
    .table-responsive th[data-title]:before,
    .table-responsive td[data-title]:before {
        content: attr(data-title) ":\00A0";
        display: block;
        font-family: 'AvenirBlack';
        margin-bottom: 10px;
        background-color: #343232;
        color: #fff;
        padding: 10px 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .sub-table.table-responsive td[data-title]:before{
        background-color: #3C3B13;
    }
    .info-table-section table tr td +td{
        padding-top: 0!important;
    }
    .sub-table tbody td:first-child{
        width: 100%!important;
    }
    .further-resources{
        padding-bottom: 30px;
    }
    .inner-page .latest-articles-section {
        margin-top: 0;
    }
    .info-table-section.project-tables td{
        padding: 15px 20px!important;
    }
    .practitioner-block{
        margin-top: 0;
    }
    .page-inner-nav.pg-sticky-nav{
        top: 47px;
    }
    .government-section .practitioner-block{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 39.96em) {
    .statement-section{
        padding-top: 0;
        padding-bottom: 10%;
    }
    .statement-section .text-gaps{
        padding-top: 30px;
    }
    .reviews-section{
        padding-top: 12vw;
        padding-bottom: 12vw;
    }
    .reviews-slider .sl .poster-avatar img{
        width: 40px;
        height: 40px;
    }
    .post-section{
        padding-top: 0;
        padding-bottom: 30px;
    }
    .post-section .text-gaps{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .latest-articles-section h2{
        font-size: 2.2em;
    }
    .latest-articles-section h2 br{
        display: none;
    }
    .latest-articles-section form .form-field{
        height: 35px;
    }
    .articles-row .card{
        margin: 0 0 20px;
    }
    .articles-slider > .sl:not(:first-child){
        display: none;
    }
    .articles-row .card-section{
        padding: 18px;
    }
    .articles-row h3,
    .articles-row .h3{
        font-size: 1.8em;
    }
    .subscribe-section-inner{
        min-height: 0;
        padding: 60vw 20px 20px;
        background-size: auto 55vw;
        margin-left: -15px;
        margin-right: -15px;
        transform: translateY(-10px);
    }
    .subscribe-section-inner.transparent-bg:before{
        display: none;
    }
    .main-content-inner{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sidebar{
        padding: 30px 0 0 0;
    }
    .content-area{
        padding: 0 0 20px 0;
    }
    .statement-section img,
    .helping-section .right-bg img{
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
        max-width: calc(100% + 1.875rem);
    }
    .helping-section{
        padding-top: 0;
    }
    .helping-section .post-section{
        padding-bottom: 0;
    }
    .helping-section .right-bg .before-block{
        left: -0.9375rem;
        top: 0;
    }
    .helping-section .section-lg{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .pg-content-inner .content-area h1{
        font-size: 2.5em;
    }
    .pg-content-inner .sidebar{
        padding: 30px 0 0;
    }
    .pg-content-inner .sidebar .widget-title{
        margin-bottom: 25px;
    }
    .pg-content-inner .content-area{
        padding-bottom: 20px;
        padding-left: 0;
    }
    .pg-content-inner .sidebar,
    .content-area ul,
    .content-area ol,
    .content-area p{
        font-size: 16px;
    }
    .pg-content-inner .page-banner{
        margin-left: -15px;
        margin-right: -15px;
        padding: 0;
    }
    .page-content>.row:first-child>.columns:first-child .page-banner, 
    .page-content>.row:first-child>.columns:not(:last-child) .page-banner{
        margin-left: 0;
        margin-right: 0;
    }
    .pg-content-inner .sidebar .button{
        font-size: 14px;
        letter-spacing: 0;
    }
    .downloads-section .h1{
        font-size: 45px;
    }
    .pg-content-inner .columns .downloads-section,
    .pg-content-inner .columns .mission-section{
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .pg-content-inner .columns .downloads-section{
        padding-left: 0;
        padding-right: 0;
    }
    .page-with-thumbnail .content-area{
        padding-left: 20px;
        padding-right: 20px;
    }
    .contact-page .pg-content-inner .sidebar{
        padding-left: 0;
        padding-right: 0;
    }
    .projects-slider .callout{
        padding-left: 30px;
        padding-right: 30px;
    }
    .research-template .content-area.alt{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .research-template .main-content-section.alt{
        padding-bottom: 0;
    }
    .pg-content-inner .video-wrapper{
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .pg-content-inner.alt{
        padding-top: 50px;
    }
    .pg-content-inner .sidebar.alt{
        padding-top: 40px;
    }
    .projects-link-section .h1,
    .thyn-content .h1,
    .download-files-section .h1{
        font-size: 2.4em;
    }
    .thyn-content{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .thyn-content h3{
        font-size: 1.4em;
    }
    .projects-slider.large-up-4 .callout{
        min-height: 180px;
    }
    .projects-link-section.section-lg{
        padding-bottom: 30px;
    }
    .practitioner .content-area{
        padding-top: 20px;
    }
    .practitioner-row .v-delim{
        border-top: 0;
    }
    .practitioner-row p{
        margin-bottom: 16px;
    }
    .practitioner-row>.columns{
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .key-resources-box{
        min-height: 250px;
        margin-bottom: 30px;
    }
    .project-sharing.menu.align-right{
        justify-content: center;
        margin-top: 50px;
    }
    .practitioner-block{
        padding: 40px 20px 5px;
        margin-top: 0;
    }
    .practitione-section{
        padding-bottom: 0;
    }
    .plan-section{
        padding-top: 0;
    }
    .career-box{
        padding: 30px;
    }
    .career-meta{
        display: block;
    }
    .career-meta li + li:before{
        display: none;
    }
    .resources-filter > .columns{
        flex-basis: 100%;
    }
    .resources-filter > .columns:first-child{
        text-align: center;
        margin-bottom: 15px;
    }
    .articles-list .article{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .pagination{
        padding: 0;
    }
    .pagination .pagination-next a, .pagination .pagination-previous a{
        padding: 7px 20px;
    }
    .popular-posts-widget .thumb{
        width: 100%;
    }
    .popular-posts-widget .post-details{
        padding-left: 20px;
    }
    .articles-list .article img{
        margin-bottom: 25px;
    }
    .blog-section:not(.alt){
        margin-top: 0;
    }
    .single-post-entry{
        background: none;
    }
    .single-post-entry-inner {
        padding: 0;
    }
    .related-posts-section .post-list{
        padding-top: 20px;
        margin-bottom: 15px;
    }
    .careers-block hr{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .pg-content-bg{
        min-height: 250px;
    }
    .event-heading{
        width: 90%;
        padding: 4% 5% 5%;
        position: relative;
        transform: none;
        left: 0;
        margin: -40px auto 0;
    }
    .event-heading-section{
        padding-bottom: 40px;
    }
    .events-list-section{
        padding: 30px 15px 10px;
    }
    .events-list{
        padding-top: 10px;
    }
    .donation-section{
        margin-top: 0;
    }
    .government-section .practitioner-block{
        margin-bottom: 40px;
    }
    .gov-tables-section .info-table-section{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .projects-slider .project-footer{
        min-height: auto;
    }
    .projects .government-section.practitione-section{
        padding-bottom: 0;
    }
    .projects .recent-research.practitioner-block{
        padding-bottom: 20px;
    }
    .projects-slider.large-up-4 .callout{
        padding-bottom: 30px;
    }
    .info-table-section.project-tables{
        padding-bottom: 30px;
    }
    .project-tables td,
    .project-tables tr{
        display: block;
        width: 100%!important;
    }
    .info-table-section.project-tables table tr{
        margin-bottom: 0;
    }
    .event-sidebar .widget{
        margin-bottom: 35px;
    }
    .articles-row .card .article-image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .single-post-entry.alt{
        margin-top: 5%;
    }
    .recent-research.practitioner-block{
        padding-bottom: 40px;
    }
    .projects-slider.pb-suite .callout{
        padding-left: 25px;
        padding-right: 25px;
        min-height: 320px;
    }
    .projects-slider.pb-suite{
        padding: 15px;
    }
    .resources-filter .select-title{
        text-align: right;
    }
    .row .row .row .row{
        margin-left: -15px;
        margin-right: -15px;
    }
    .pg-content-inner .columns .downloads-section.dwlds-widget{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .pg-content-inner .columns .downloads-section.dwlds-widget img{
        margin-bottom: 20px;
    }
    .pg-content-inner .columns .downloads-section.dwlds-widget .row{
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .practitioner-row.padding-bottom-3{
        padding-bottom: 1rem !important;
    }
    .info-table-section table.goverment-table.table-responsive tr td:first-child{
        padding-bottom: 5px !important;
    }
    .resources-section .resources-list{
        padding-left: 5px;
        padding-right: 5px;
    }
    .teams-list > .columns{
        border-left: none !important;
        border-right: none !important;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .teams-list > .columns:not(:last-child){
        border-bottom: 1px solid rgba(151, 151, 151, 0.25) !important;
    }
    .teams-list > .columns:first-child{
        padding-top: 0 !important;
    }
    .teams-list > .columns:last-child{
        padding-bottom: 0 !important;
    }
    .content-mobile-space{
        padding-left: 15px;
        padding-right: 15px;
    }
    #plan.section-lg{
        padding-top: 0;
    }
}
@media screen and (max-width: 450px) {
    .topics-list{
        column-count: 1;
    }
}


/* 9.0 - Anrows micro-site
======================================= */

/* Useful classes */
.micro-site .link-hover-underline:before,
.micro-site .link-underline:before{
    background-color: #215A77;
}
/*  General */
.micro-site p{
    font-size: 18px;
}
.elem-shadow{
    box-shadow: 1px 2px 14px 0 rgba(0,0,0,0.21);
}
.micro-site .h1{
    font-size: 4.375em;/*70px*/
}
.micro-site h4{
    font-size: 1.875em;/*30px*/
    line-height: 1.3;
}
.micro-site .h4{
    font-size: 1.375em;
}
.micro-site h5{
    color: #4F9DB3;
}
.micro-site .h3{
    font-size: 2.125em;
    line-height: 1.2;
}
.micro-site h3.blue{
    color: #1C6083;
}

.micro-site .breadcrumbs{
    border-bottom: 1px solid rgba(151,151,151,.13);
}
/* Buttons */
.micro-site .footer .footer-top a.button,
.micro-site .button{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    padding: 15px 30px;
}
.micro-site .button.third{
    background-color: #215A77;
    color: #fff;
}
.button.third:hover{
    background-color: #134964;
}
/* Header */
.micro-site .head-middle .main-nav li:last-child{
    padding-bottom: 53px;
    padding-right: 0;
}
.micro-site .head-middle .main-nav li:last-child a{
    font-size: 16px;
    padding: 13px 24px;
    color: #fff;
}
.micro-site .mega-menu h5{
    color: #215A77;
}
.micro-site .widget-area ul li a,
.micro-site .widget-area .c-accordion__list a,
.micro-site .mega-menu .widget p{
    font-size: 16px;
    color: #4A4A4A;
}
.micro-site .mega-menu .download-widget{
    padding-right: 0;
}
.micro-site .mega-menu .download-widget p{
    font-size: 14px;
}
body:not(.micro-site) .mega-menu .widget-area{
    display: none;
}
/* Footer */
.micro-site .footer-top{
    padding: 70px 0 135px;
    background-color: #114057;
}
.micro-site .footer-top *{
    color: #fff;
    font-size: 12px;
}
.micro-site .footer-top .link-hover-underline:before{
    background-color: #fff;
}
.micro-site .footer-top h5{
    margin-top: 15px;
    margin-bottom: 15px;
}
.micro-site .footer-top p{
    line-height: 2;
}
.micro-site .footer-top .menu li:not(:last-child) a{
    padding: 0 0 3px 0;
    text-transform: uppercase;
}
.micro-site .footer-top .menu li{
    padding: 15px 20px;
}
.micro-site .footer-top .menu li:last-child{
    padding: 0 0 0 20px;
}
.micro-site .footer-top .menu li:last-child a:not(.button){
    font-size: 16px;
}
.micro-site .footer-bottom{
    padding: 60px 0;
    background-color: #042A3D;
}
.micro-site .footer-bottom  .foot-logo{
    margin-bottom: 50px;
    display: inline-block;
}


/*pages*/
.micro-site .banner{
    position: relative;
    min-height: 780px;
    padding: 85px 0;
    background-image: url("../images/9bd1b7f7a06d21a2bc2e206991430de93fdf548e.html");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.micro-site .banner *{
    color: #fff;
    z-index: 2;
}
.micro-site .banner:after{
    content: '';
    position: absolute;
    background: linear-gradient(4.6deg, #216385 40%, rgba(17,64,87,0) 70%, rgba(17,64,87,0) 71%);
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 40%;
}
.slick-track,
.micro-site .boxes-section .boxes-slider,
.micro-site .boxes-section .boxes-slider .slick-list,
.micro-site .boxes-section .boxes-slider .slick-track{
    display: flex;
}
.slick-track .sl{
    height: auto;
}
.micro-site .boxes-section{
    padding-left: 8px;
    padding-right: 8px;
}
.micro-site .boxes-section .row .columns{
    padding-left: 7px;
    padding-right: 7px;
}
.micro-site .boxes-section .box{
    padding: 40px 45px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.11);
}
.micro-site .boxes-section .box .h3{
    color: #114057;
    margin-bottom: 60px;
}
.micro-site .boxes-section .box  a{
    font-family: 'AvenirBlack';
    font-size: 14px;
    color: #4A4A4A;
    text-transform: uppercase;
}
.micro-site .boxes-section .box  a:before{
    height: 2px;
}
.micro-site .climate-section{
    padding: 110px 0 15%;
    background-color: #216385;
    background-image: url("../images/patern-3.html");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.micro-site .bottom-wave{
    padding-bottom: 7vw;
    position: relative;
}
.micro-site .boxes-section{
    background-color: #216385;
    margin-top: -7%;
}
.micro-site .banner .anchore-arrow{
    top: 70%;
}
.micro-site .climate-section:after{
    content: '';
    background-image: url("../images/leaf.html");
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 235px;
}
.micro-site .bottom-wave #curve-1,
.micro-site .climate-section #curve-1{
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
}
.micro-site .bottom-wave #curve-1 path,
.micro-site .climate-section #curve-1 path{
    fill: #fff;
    stroke: #fff;
}
.climate-section *:not(h5){
    color: #fff;
}
.climate-section .info-row{
    padding-top: 40px;
}
.micro-site .page-content .button{
    background-color: #31799E;
}
.micro-site .page-content .button:hover{
    background-color: #275d79;
}
.climate-section .info-row p{
    font-size: 16px;
}
.climate-section .info-row>.columns+.columns{
    border-left: 1px solid rgba(151,151,151,0.38);
}
.climate-section .info-row>.columns{
    padding-left: 23px;
    padding-right: 23px;
}
.micro-site .climate-section .button{
    padding: 15px;
}
.micro-site .intro-section{
    padding-top: 50px;
    padding-bottom: 250px;
}
.micro-site .intro-section .anchore-arrow{
    top: -41px;
}
.micro-site .video-section,
.micro-site .download-section {
    padding-top: 110px;
    padding-bottom: 110px;
    background-image: url(../images/patern-4.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}
.micro-site.inner-page .download-section{
    background-image: url(../images/patern-4.html), url(../images/leaf-4.html), url(../images/leaf-4.html);
    background-repeat: no-repeat;
    background-size: cover, auto, auto;
    background-position: 0 0, 100% 100%, 0 0;
}
.micro-site.home .download-section{
    background-color: #F4FBFE;
    padding-top: 0;
    padding-bottom: 0;
}
.micro-site.home .download-section:before{
     content: '';
    background-image: url("../images/leaf2.html");
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -150px;
    width: 85px;
    height: 150px;
    z-index: 222222;
}
.micro-site.home .download-section #curve-2{
    position: absolute;
    top: -167px;
    left: 0;
    width: 100%;
}
.micro-site.home .download-section #curve-2 path{
    fill: #F4FBFE;
    stroke: #F4FBFE;
}
.micro-site.home .download-section>.row{
    transform: translateY(-15%);
}
.micro-site .main-content-section{
    padding-left: 25px;
    padding-right: 25px;
}
.micro-site .main-content-section .anchore-arrow{
    top: -35px;
}
.micro-site .main-content-section .climate-section #curve-1{
    margin-left: -25px;
    margin-right: -25px;
    width: auto;
}
.micro-site .main-content-section .climate-section:after{
    right: -25px;
}
.micro-site .main-content-inner{
    padding-top: 80px;
    padding-bottom: 80px;
}
.micro-site .sidebar{
    padding-top: 210px;
}
.micro-site .links-widget li{
    margin-bottom: 15px;
}
.micro-site .links-widget a.current-page{
    font-weight: 900;
}
.micro-site .links-widget a.current-page:before{
    height: 2px;
}
.micro-site .links-widget a{
    font-size: 18px;
    line-height: 1;
    color: #141414;
}
.micro-site .widget .widget-title{
    margin-bottom: 45px;
}
.micro-site .sidebar .links-widget li span{
    color: #31799E;
}
.micro-site.inner-page.v2{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #1F1E1E;
}
.micro-site.inner-page.v2 .breadcrumbs li,
.micro-site.inner-page.v2 .head-middle .main-nav li:not(:last-child) a{
    font-family: 'Open Sans', sans-serif;
}
.micro-site.inner-page.v2 .h1,
.micro-site.inner-page.v2 h2,
.micro-site.inner-page.v2 h4,
.micro-site.inner-page.v2 .widget-title{
    font-family: 'Hind', sans-serif;
    font-weight: 700;
    color: #215A77;
}
.micro-site.inner-page.v2 .h1{
    font-weight: 600;
}
.micro-site.inner-page.v2 h2{
    color: #31799E;
}
.micro-site.countdown-page .main-nav p{
    font-family: 'AvenirBlack';
    font-size: 18px;
    line-height: 1;
}
.micro-site.countdown-page .head-logo img{
    max-width: 219px;
}
.micro-site.countdown-page .head-middle .main-nav li,
.micro-site.countdown-page .head-middle .main-nav li:last-child{
   padding: 30px 15px;
}
.micro-site.countdown-page .footer-bottom{
    background-color: #1E1E1E;
}
.micro-site .countdown-section{
    margin-bottom: 55px;
    padding: 85px 0;
    min-height: 100vh;
    background-image: url("../images/9bd1b7f7a06d21a2bc2e206991430de93fdf548e.html");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.micro-site .countdown-section h4{
    font-family: 'AvenirLight';
    color: #fff;
}
.micro-site .countdown-section .dsCountDown{
    margin: auto;
}
.micro-site .finding-section {
    color: #fff;
}
.micro-site .finding-section .breadcrumbs li,
.micro-site .finding-section .breadcrumbs li a{
    color: inherit;
}
.micro-site .finding-section .breadcrumbs li a.link-hover-underline:before,
.micro-site .finding-section .breadcrumbs li a.link-underline:before{
    background-color: #fff;
}
/***** findings-page *****/
.micro-site .finding-section h2{
    font-size: 46px;
    margin-bottom: 1em;
}
.micro-site .download-cols-section{
    padding-top: 85px;
    padding-bottom: 52px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.42);
}
.micro-site .download-cols{
    padding-top: 50px;
}
.micro-site .download-cols .card{
    border: none;
    overflow: visible;
}
.micro-site .download-cols .card .col-img{
    box-shadow: 0 2px 11px 0 rgba(0,0,0,0.18);
    height: 380px;
}
.micro-site .download-cols .card .col-img.c-filling{
    padding: 25px;
    color: #fff;
    display: block;
}
.micro-site .download-cols .card .col-img.c-filling h5{
    color: inherit;
}
.micro-site .download-cols .card .col-img > img.img-fill{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.micro-site .download-cols .card-section{
    padding-top: 30px;
}
.micro-site .download-cols .card-section h3{
    font-size: 1.7em;
    color: #1C6083;
}
.micro-site .download-cols .card-section .button{
    padding: 11px 20px;
}
.micro-site .majority-section {
    padding-top: 55px;
    padding-bottom: 4%;
    font-size: 18px;
}
.micro-site .majority-section .large-up-3{
    padding-top: 45px;
    z-index: 2;
}
.micro-site .majority-section .large-up-3 > .columns{
    padding-left: 5px;
    padding-right: 5px;
}
.micro-site .majority-section .large-up-3 .card .card-section{
    padding-top: 32px;
}
.micro-site .majority-section .large-up-3 .card{
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.11);
    border-radius: 14px;
    padding: 50px 12% 25px;
}
.micro-site .majority-section .wave-effect{
    position: absolute;
    bottom: 0;
    min-width: 100%;
}
.micro-site .majority-section .wave-effect path {
    fill: #f4fbfe;
    stroke: #f4fbfe;
}
.micro-site .video-section{
    padding-top: 65px;
    padding-bottom: 85px;
    background-color: #f4fbfe;
}
.micro-site video[poster]{
    object-fit: cover;
}
.micro-site .video-wrapper .video-play-button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 5.5em;
    cursor: pointer;
    text-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.micro-site .video-section video{
    height: 450px;
    width: 100%;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.5);
}
.micro-site .callouts-section {
    padding-top: 110px;
    padding-bottom: 75px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.42);
}
.micro-site .callouts-section .callout{
    flex-grow: 1;
    min-height: 280px;
    background-color: #E7F5FA;
    padding: 12%;
    border: none;
    margin-bottom: 25px;
}
.micro-site .callouts-section .callout a.link-hover-underline:before,
.micro-site .callouts-section .callout .link-underline:before,
.micro-site .callouts-section .callout a.link-hover-underline:before,
.micro-site .callouts-section .callout .link-underline:before{
    height: 3px;
}
.micro-site .callouts-section .callout a.link-underline{
    color: inherit;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 900;
}
.micro-site .callouts-section .callout h3{
    font-size: 1.65em;
}
.micro-site .facts-section{
    padding-top: 100px;
    padding-bottom: 70px;
    font-size: 18px;
    line-height: 1.66;
}
.micro-site .facts-section h2{
    font-size: 3.9em;
}
.micro-site .facts-section h4{
    margin-bottom: 1em;
}
.micro-site ul.facts-list{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 65px; /* Chrome, Safari, Opera */
    -moz-column-gap: 65px; /* Firefox */
    column-gap: 65px;
    padding-top: 60px;
}
.micro-site ul.facts-list > li:not(:last-child){
    margin-bottom: 25px;
    padding-left: 20px;
    position: relative;
}
.micro-site ul.facts-list > li:not(:last-child):before{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #31799E;
    position: absolute;
    left: 0;
    top: 5px;
}
.micro-site ul.facts-list > li a{
    text-decoration: underline;
    color: inherit;
}
.micro-site.inner-page .download-section{
    padding-top: 0;
}
.micro-site.inner-page .download-section > .row{
    margin-top: -6vw;
    position: relative;
    z-index: 2;
}
.micro-site .slick-track > .slick-slide.flex-container{
    height: auto;
    display: flex;
}
@media screen and (max-width: 1199px) {
    .micro-site .head-middle .main-nav li:last-child{
        padding: 35px 12px;
    }
    .micro-site .footer-top .menu li{
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media screen and (max-width: 767px) {
    .micro-site .sidebar{
        padding-top: 50px;
    }
    .micro-site .menu-close:hover,
    .micro-site .menu-open:hover{
        color: #31799E;
    }
    .menu-close{
        font-size: 19px;
        margin-bottom: 15px;
        display: inline-block;
    }
    .mobile-menu{
        padding-top: 20px;
        padding-bottom: 20px;
        color: rgba(255, 255, 255, 0.46);
    }
    .mobile-menu small{
        font-size: 13px;
    }
    .mobile-menu ul > li{
        margin-bottom: 0;
        flex: 1 1 auto;
    }
    .mobile-menu .menu-accordion{
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
        margin-bottom: 60px;
    }
    .mobile-menu .menu-accordion .accordion-title{
        border: 0;
        font-family: 'MinionPro';
        font-size: 30px;
        color: #F9F9F0;
        text-transform: none;
        padding-left: 40px;
        padding-right: 40px;
    }
    .mobile-menu .menu-accordion .accordion-content{
        padding-left: 45px;
        padding-right: 45px;
        border: none;
    }
    .mobile-menu .menu-accordion  :last-child > .accordion-content:last-child{
        border: 0;
    }
    .mobile-menu .accordion-title::before{
        font-size: 19px;
        color: rgba(249,249,240,0.31);
        right: 2rem;
    }
    .mobile-menu .accordion-title.nolink::before{
        display: none;
    }
    .mobile-menu > .row{
        padding-left: 10px;
        padding-right: 10px;
    }
    .mobile-menu .menu-foot .menu {
        padding-top: 45px;
        margin-bottom: 10px;
    }
    .mobile-menu .menu-foot .menu > li{
        padding-left: 10px;
        padding-right: 10px;
        flex-grow: 0;
    }
    .mobile-menu .menu-foot .menu > li:first-child{
        padding-left: 0;
    }
    .mobile-menu .menu-foot .menu > li + li{
        border-left: 1px solid rgba(255, 255, 255, 0.47);
    }
    .mobile-menu .menu-foot .menu a{
        font-size: 13px;
        text-transform: none;
        color: inherit;
        padding: 0;
        border: none;
        text-decoration: none;
    }
    .mobile-menu .menu-foot .menu a:before{
        display: none;
    }
    .micro-site .head-middle .main-nav+a{
        font-family: 'AvenirBlack';
        text-transform: uppercase;
        color: #000000;
    }
    .micro-site .banner{
        min-height: 500px;
    }
    .micro-site .boxes-section .box{
        padding: 25px;
    }
    .micro-site.home .download-section #curve-2{
        top: -100px;
    }
    .micro-site .intro-section{
        padding-bottom: 150px;
    }
    .micro-site .footer-bottom .foot-logo{
        margin-top: 0;
    }
    .micro-site .footer-top{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .menu-accordion,
    .menu-accordion .accordion-content{
        background-color: rgba(17, 64, 87, 0);
        color: #fff;
    }
    .micro-site .menu-accordion .accordion-title{
        font-family: 'AvenirLight';
        font-size: 16px;
    }
    .menu-accordion .accordion-title:hover,
    .menu-accordion .accordion-title:focus{
        background-color: #7D791C;
    }
    .menu-accordion .accordion-title,
    .menu-accordion :last-child:not(.is-active) > .accordion-title,
    .menu-accordion .accordion-content{
        border-color: rgba(243,242,236,0.13);
    }
    .menu-accordion .accordion-item:first-child > :first-child{
        border-top: 0;
    }
    .micro-site.inner-page.v2{
        font-size: 15px;
    }
    .majority-section .large-up-3 .card{
        padding: 35px 7% 20px;
    }
    .micro-site p{
        font-size: 16px;
    }
    .micro-site .video-section, .micro-site .download-section{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .micro-site .callouts-section .callout{
        padding: 20px 16px 22px;
        font-size: 13px;
        margin-bottom: 10px;
        min-height: 220px;
    }
    .micro-site .callouts-section{
        padding: 40px 25px 40px;
    }
    .micro-site .callouts-section .large-up-3 > .columns{
        padding-left: 4px;
        padding-right: 4px;
    }
    .micro-site .download-cols-section{
        padding-top: 65px;
    }
    .micro-site .download-cols{
        padding-top: 30px;
    }
    .micro-site .facts-section {
        font-size: 14px;
    }
    .micro-site ul.facts-list{
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px;
        padding-top: 30px;
    }
}
@media screen and (max-width: 767px) and (min-width: 39.9375em){

    .micro-site .boxes-section .box .h3{
        font-size: 1.5em;
        margin-bottom: 40px;
    }
    .micro-site .boxes-section .box a{
        font-size: 12px;
    }
    .micro-site .climate-section .button{
        letter-spacing: 0;
    }
}
@media screen and (max-width: 39.9375em) {
    .micro-site .countdown-section .dsCountDown{
        font-size: 8px;
    }
    .micro-site .countdown-section{
        padding-left: 4vw;
        padding-right: 4vw;
        padding-top: 10vw;
    }
    .micro-site .countdown-section .dsCountDown{
        font-size: 11px;
        margin-bottom: 25px;
    }
    .micro-site .countdown-section .dsCountDown .ds-element-value{
        padding-top: 1vw;
        padding-bottom: 1vw;
    }
    .ds-white .ds-element{
        margin: 3px;
    }
    .micro-site .head-middle .main-nav li:last-child a{
        font-size: 10px;
    }
    .micro-site.countdown-page .head-middle .main-nav li, .micro-site.countdown-page .head-middle .main-nav li:last-child{
        padding: 10px 0;
    }
    .micro-site.countdown-page .head-logo img{
        max-width: 100px;
    }
    .micro-site p{
        font-size: 14px;
    }
    .micro-site .row{
        padding-left: 10px;
        padding-right: 10px;
    }
    .micro-site .row .row{
        padding-left: 0;
        padding-right: 0;
    }
    .micro-site .button{
        width: 100%;
    }
    .micro-site .reviews-slider .sl .h3{
        font-size: 1.8em;
    }
    .micro-site .head-middle .main-nav+a{
        font-size: 10px;
    }
    .micro-site .banner{
        padding-top: 200px;
        min-height: auto;
        padding-bottom: 40px;
    }
    .micro-site .banner:after{
        height: 80%;
    }
    .micro-site .boxes-section{
        margin-top: 0;
    }
    .micro-site .banner .anchore-arrow{
        top: 90%;
    }
    .micro-site .boxes-section{
        padding-bottom: 18px;
        border-bottom: 1px solid rgba(255,255,255,0.17);
    }
    .micro-site .boxes-slider .slick-dots{
        width: 100%;
        margin-top: 18px;
    }
    .micro-site .boxes-slider .slick-dots > li > button{
        background-color: #E5E5E5;
        width: 12px;
        height: 12px;
    }
    .micro-site .boxes-slider .slick-dots > li.slick-active > button{
        background-color: #B5B5B5;
    }
    .micro-site .climate-section{
        padding-top: 35px;
    }
    .climate-section .info-row{
        padding-top: 0;
    }
    .micro-site .climate-section:after{
        display: none;
    }
    .micro-site .climate-section{
        background-size: auto;
        padding-bottom: 62px;
    }
    .micro-site .climate-section .info-row>.columns+.columns {
        border-left: 0;
    }
    .micro-site .climate-section .info-row>.columns{
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .micro-site .climate-section h5{
        font-size: 13px;
        text-align: left;
    }
    .micro-site .climate-section h3{
        font-size: 22px;
        text-align: left;
    }
    .micro-site .intro-section .anchore-arrow{
        top: -12px;
    }
    .micro-site .download-section .button{
        margin-top: 12px;
    }
    .micro-site.home .download-section{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .micro-site.home .download-section #curve-2{
        top: -50px;
    }
    .micro-site.home .download-section>.row{
        transform: none;
        padding-top: 5vw;
    }
    .micro-site .intro-section{
        padding-bottom: 50px;
    }
    .micro-site .h1{
        font-size: 3.7em;
    }
    .menu-accordion .accordion-item .accordion-title{
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .micro-site.inner-page .download-section{
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .micro-site .widget .widget-title{
        font-size: 14px;
        margin-bottom: 30px;
    }
    .micro-site .links-widget a{
        font-size: 16px;
    }
    .micro-site .main-content-inner{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .micro-site .bottom-wave{
        margin-left: -25px;
        margin-right: -25px;
    }
    .micro-site .content-area p{
        font-size: 14px;
    }
    .micro-site.inner-page.v2{
        font-size: 11px;
    }
    .micro-site .main-content-section.finding-section{
        margin-left: -25px;
        margin-right: -25px;
    }
    .micro-site .climate-section .info-row p{
        font-size: 14px;
    }
    .micro-site .breadcrumbs{
        padding-left: 25px;
        padding-right: 25px;
        margin-left: -25px;
        margin-right: -25px;
    }
    .micro-site .majority-section{
        padding-bottom: 50px;
    }
    .micro-site  .majority-section .large-up-3{
        padding-top: 8px;
    }
    .micro-site .main-content-section .anchore-arrow{
        top: -1.5vw;
    }
    .micro-site .majority-section .large-up-3 .card{
        padding: 15px 2% 10px;
    }
    .micro-site .majority-section .large-up-3 .card .card-section{
        padding-top: 15px;
    }
    .micro-site .video-section, .micro-site .download-section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .micro-site .video-section video{
        height: 50vw;
    }
    .micro-site .video-wrapper .video-play-button{
        font-size: 3.5em;
    }
    .micro-site .callouts-section{
        padding: 20px 5px;
    }
    .micro-site .callouts-section .callout{
        min-height: 50vw;
        font-size: 10px;
    }
    .micro-site .download-cols .card-section .button{
        width: auto;
    }
    .micro-site .download-cols-section{
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .micro-site .download-cols{
        padding-top: 15px;
    }
    .micro-site .download-cols .card-section{
        padding-top: 20px;
    }
    .micro-site .download-cols .card-section h3{
        font-size: 2.2em;
    }
    .micro-site   .download-cols .card{
        margin-bottom: 5px;
    }
    .micro-site ul.facts-list{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding-top: 5px;
    }
    .micro-site .facts-section{
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .micro-site .facts-section h2{
        font-size: 2.9em;
    }
    .micro-site .facts-section h4{
        font-size: 18px;
    }
}

.project-table-alt,
.project-table-alt tbody{
    border: none;
}
.project-table-alt tr{
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    background: none;
}
.project-table-alt tbody tr:nth-child(even){
    background: none;
}
.project-table-alt tr td:first-child{
    width: 25%;
}

.reviews-section{
    background: #FBFCFD;
    padding-bottom: 80px;
    margin-bottom: -50px;
}
.reviews-section .row{
    max-width: 90%;
    
}
.reviews-section h5,
.reviews-section .h5{
    color: #666;
    
}
.reviews-section h5 .icon-twitter,
.reviews-section .h5 .icon-twitter{
    color: #48C1FF;
    font-size: 1.2em;
}
body #ctf p.ctf-tweet-text, 
body #ctf p.ctf-media-link{
    font-family: 'AvenirLight';
    font-size: 16px;
    text-align: left;
}
body #ctf p.ctf-tweet-text a,
body #ctf p.ctf-media-link{
    color: #7D791C;
    font-family: 'AvenirBlack';
}
#ctf .ctf-item{
    border: 1px solid #eee !important;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    padding: 40px 40px 20px;
    margin-bottom: 20px;
    background: #ffffff;
    margin-right: 10px;
    margin-left: 10px;
}
#ctf .ctf-author-box{
    margin-bottom: 20px;
    float: left;
    margin-right: 40px;
    height: 100%;
}
#ctf .ctf-author-name{
    margin-bottom: -5px;
}
.resources-filter input[type="text"] {
    margin-bottom: 0;
    display: block;
    box-shadow: none;
}
.resources-filter input[type="text"]:read-only{
    background-color: transparent;
}
.resources-filter__date-picker{
    padding-right: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.projects-filter .resources-filter .selection-block.js-filter {
    background-color: #7D791C;
    color: #fff;
}
.projects-filter .resources-filter .selection-block.reset-filter{
    color: #fff;
    background-color: #797425;
}
.projects-filter .resources-filter .selection-block.reset-filter .select-title{
    padding-right: 8px;
}
@media screen and (max-width: 39.96em) {
    .row .row .row .row.resources-filter__action-buttons{
        margin-left: -10px;
        margin-right: -10px;
    }
}

#nprogress .bar,
#nprogress .spinner{
    z-index: 999999;
}
.projects-slider.container-list-view .callout .category {
    flex: 0 0 80px;
}
.projects-slider .callout p.c-projects__lead{
    margin-bottom: 6px;
}
.projects-slider.container-list-view .callout p.c-projects__lead{
    padding-left: 15px;
    padding-right: 15px;
}
.js-digital-library-select{
    display: none;
}
@media (min-width: 640px) {
    .c-homepage-banner-search{
        min-height: 622px;
    }
}

@font-face {
    font-family: AvenirBook;
    src: url("../fonts/avenir-book-01-webfont.html") format("woff2"), url("../fonts/avenir-book-01-webfont-2.html") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
      font-family: MinionPro;
      font-style: normal;
      font-weight: normal;
      src: url("../fonts/MinionPro.html") format("woff2");
  }
  
  body {
    background-color: #e2e2e2;
    margin: 0;
  }
  
  .html-content {
    max-width: 700px;
    padding: 40px;
    margin: 0 auto;
    background: #fdfcf8;
  }