
/*
 Theme Name:   Folu
 Description:  Salient Child Theme
 Author:       Regency Creative
 Template:     salient
 Version:      1.0.0
*/

/* Main Menu */

body.material #header-outer {
    display: flex;
}
header#top {
    z-index: auto !important;
}
#mega-menu-wrap-max_mega_nav {
    position: initial;

    margin-left: 40px;
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav {
    position: unset;

    height: 100%;
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav>li.mega-menu-item {
    height: 100%;
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
    z-index: 1000;
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav>li.mega-menu-item:last-child {
    margin-right: 0 !important;
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav>li.mega-menu-item>a.mega-custom-icon.mega-menu-link {
    color: transparent;
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav>li.mega-menu-item>a.mega-custom-icon.mega-menu-link:before {
    position: absolute;
    top: 50%;

    transform: translateY(-50%);
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -30px;
    left: -30px;

    width: auto;
    height: 100vh;
    margin: 0;
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav li.mega-menu-item-has-children>a.mega-menu-link:after {
    display: none;
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav>li.mega-menu-item.mega-menu-toggle>a.mega-menu-link {
    line-height: 0;

    top: 50%;

    display: block;
    overflow: hidden;

    width: 36px;
    height: 24px;
    padding: 0 !important;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -100px;
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav>li.mega-menu-item.mega-menu-toggle>a.mega-menu-link span:after,
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav>li.mega-menu-item.mega-menu-toggle>a.mega-menu-link span:before {
    position: absolute;
    top: 11px;
    right: 0;

    content: '';
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav>li.mega-menu-item.mega-menu-toggle>a.mega-menu-link span:after {
    top: 21px;
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav>li.mega-menu-item.mega-menu-toggle>a.mega-menu-link span {
    position: relative;

    display: block;
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav>li.mega-menu-item.mega-menu-toggle>a.mega-menu-link span,
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav>li.mega-menu-item.mega-menu-toggle>a.mega-menu-link span:after,
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav>li.mega-menu-item.mega-menu-toggle>a.mega-menu-link span:before {
    width: 100%;
    height: 2px;
    margin: 0;

    transition: all .3s;

    background-color: #525252;

    backface-visibility: hidden;
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav>li.mega-menu-item.mega-menu-toggle>a.mega-menu-link span {
    transition: height 0s;
}

body #header-outer[data-transparent-header='true'].transparent #mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav>li.mega-menu-item.mega-menu-toggle>a.mega-menu-link span,
body #header-outer[data-transparent-header='true'].transparent #mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav>li.mega-menu-item.mega-menu-toggle>a.mega-menu-link span:after,
body #header-outer[data-transparent-header='true'].transparent #mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav>li.mega-menu-item.mega-menu-toggle>a.mega-menu-link span:before {
    background-color: #fff;
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav>li.mega-menu-item.mega-menu-toggle>a.mega-menu-link span:before {
    width: 100%;
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav>li.mega-menu-item.mega-menu-toggle>a.mega-menu-link span:after {
    width: 26px;
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav>li.mega-menu-item.mega-menu-toggle.mega-toggle-on>a.mega-menu-link span {
    background-color: transparent !important;
    height: 30px;
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav>li.mega-menu-item.mega-menu-toggle.mega-toggle-on>a.mega-menu-link span:before {
    width: 28px;

    -webkit-transform: rotate(45deg) translate(0px, 1px);
    -moz-transform: rotate(45deg) translate(0px, 1px);
    transform: rotate(45deg) translate(0px, 1px);

    background-color: #fff;
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav>li.mega-menu-item.mega-menu-toggle.mega-toggle-on>a.mega-menu-link span:after {
    width: 28px;

    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    -moz-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px);

    background-color: #fff;
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu,
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu>.mega-menu-item>ul.mega-sub-menu {
    padding-top: 175px;
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu {
    max-width: 1245px;
    margin: 0 auto;
}

#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-divider {
    overflow: hidden;

    padding: 25px 0;
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-divider>a.mega-menu-link {
    line-height: 0;

    text-indent: -500px;

    border-top: 1px solid rgba(255, 255, 255, .2);
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-title>a.mega-menu-link {
    font-family: Averta;
    font-size: 30px;
    font-weight: 600;
    line-height: 37px;

    color: #fff;
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    font-family: Averta;
}

#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-inline-item {
    position: relative;

    display: inline-block;

    width: auto;
    padding: 30px 0 30px 35px;
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-inline-item+li.mega-menu-item.mega-menu-inline-item {
    margin-left: 50px;
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-inline-item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 30px;

    content: '';

    background-repeat: no-repeat;
    background-position: left center;
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-inline-item.mega-menu-inline-item-map:before {
    background-image: url(img/globe-ico.png);
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-inline-item.mega-menu-inline-item-list:before {
    background-image: url(img/list-ico.png);
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-inline-item.mega-menu-inline-item-report:before {
    background-image: url(img/report-ico.png);
}


/* Newsletter Section */

.newsletter-section .wpcf7 {
    position: relative;
}
.newsletter-section .wpcf7 input[type='email'] {
    font-family: Averta !important;
    font-size: 15px !important;
    line-height: 19px !important;

    margin-bottom: 15px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;

    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 1) !important;
    background-color: transparent !important;
}
.newsletter-section .wpcf7 input[type='email']::-webkit-input-placeholder {
    color: #fff !important;
}
.newsletter-section .wpcf7 input[type='email']::-moz-placeholder {
    color: #fff !important;
}
.newsletter-section .wpcf7 input[type='email']:-ms-input-placeholder {
    color: #fff !important;
}
.newsletter-section .wpcf7 input[type='email']:-moz-placeholder {
    color: #fff !important;
}
html body .newsletter-section .wpcf7 input[type='submit'] {
    position: absolute;
    top: 0;
    right: 0;

    width: 20px;
    height: 50px;
    padding: 0 !important;

    text-indent: -500px;

    border-radius: 0 !important;
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
}
html body .container-wrap .newsletter-section .wpcf7 input[type='submit']:hover {
    background-color: transparent !important;
}
html body .newsletter-section .wpcf7 br,
html body div.wpcf7 .ajax-loader {
    display: none !important;
}




.nectar-cta[data-style='see-through'] .link_wrap .link_text {
    font-family: 'Averta';
    font-size: 20px;
    line-height: 62px;

    padding-right: 75px;

    color: #525252;
}
.nectar-cta[data-style='see-through'] .link_wrap .link_text:after {
    top: 15px;

    width: 62px;
    height: 62px;

    border: 1px solid #7ea01d;
    border-radius: 50%;
    background-image: url(img/arrow-green.png);
    background-repeat: no-repeat;
    background-position: center;
}
.nectar-cta[data-style='see-through'] .link_wrap:hover .link_text:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

    opacity: 1;
    background-color: #7ea01d;
    background-image: url(img/arrow-white.png);
}
.nectar-cta[data-style='see-through'] .link_wrap .link_text .arrow {
    display: none;
}


.span_12.light .nectar-cta[data-style='see-through'] .link_wrap .link_text {
    color: #fff;
}
.span_12.light .nectar-cta[data-style='see-through'] .link_wrap .link_text:after {
    border-color: rgba(255, 255, 255, 1);
    background-image: url(img/arrow-white.png);
}
.span_12.light .nectar-cta[data-style='see-through'] .link_wrap:hover .link_text:after {
    background-color: #fff;
    background-image: url(img/arrow-green.png);
}





/* Recent Posts */
.blog-recent[data-style='folu_style'] .col.post {
    width: 33.3335%;
    margin-right: 0;
    margin-bottom: 0;
}
.blog-recent[data-style='folu_style'] .col.post .post-thumbnail {
    position: relative;

    height: 635px;

    background-position: center;
    background-size: cover;
}
.blog-recent[data-style='folu_style'] .col.post .post-thumbnail>a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: rgba(0, 0, 0, .6);
}
.blog-recent[data-style='folu_style'] .col.post .post-thumbnail .post-header {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    transform: translateY(-50%);
    text-align: center;
}
.blog-recent[data-style='folu_style'] .col.post .post-thumbnail .post-header .title {
    font-family: 'Averta';
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;

    margin-bottom: 20px;

    color: #fff;
}
.blog-recent[data-style='folu_style'] .col.post .post-thumbnail .post-header .category a {
    font-family: 'Averta';
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;

    display: block !important;

    text-align: center;
    letter-spacing: 1.9px;
    text-transform: uppercase;

    color: #fff;
}
.masonry-blog-item .post-meta {
    padding: 0 0 15px !important;
}

/* Events */
.events-wrap {
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}
.events-wrap .event-item {
    width: 32%;
}
.events-wrap .event-item .event-item-thumbnail {
    display: block;

    width: 100%;
    height: 300px;
    margin-bottom: 30px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.events-wrap .event-item .event-item-title {
    margin-bottom: 20px;
}
.events-wrap .event-item .event-item-title a {
    font-family: 'Averta';
    font-size: 30px;
    line-height: 37px;

    color: #006a76;
}
.events-wrap .event-item .event-item-location,
.events-wrap .event-item .event-item-date {
    font-family: 'Averta';
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;

    position: relative;

    display: inline-block;

    padding-left: 25px;

    letter-spacing: 1.9px;
    text-transform: uppercase;

    color: #006a76;
}
.events-wrap .event-item .event-item-location:before,
.events-wrap .event-item .event-item-date:before {
    position: absolute;
    left: 0;

    display: block;

    width: 20px;
    height: 20px;
    margin-right: 5px;

    content: '';

    background-repeat: no-repeat;
    background-position: center;
}
.events-wrap .event-item .event-item-location:before {
    background-image: url(img/map-marker.png);
}
.events-wrap .event-item .event-item-date:before {
    background-image: url(img/calendar.png);
}
.events-wrap .event-item .event-item-location+.event-item-date {
    margin-left: 30px;
}
.events-wrap .event-item .event-item-excerpt {
    font-family: 'Averta';
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;

    margin-top: 35px;

    color: #525252;
}


/* Events Page */
.events-wrap.events-container {
    margin-bottom: 0;
}
.events-wrap.events-container .event-item {
    margin-bottom: 125px;
}


.events-filter {
    display: flex;

    margin-top: 75px !important;
    margin-bottom: 100px !important;

    align-items: center;
    justify-content: center;
}
.events-filter .filter-sel {
    font-family: 'Averta';
    font-size: 20px;
    line-height: 25px;

    color: #525252;
}
.events-filter select {
    font-family: 'Averta' !important;
    font-size: 42px !important;
    font-weight: 300;
    line-height: 40px;

    display: inline-block;

    width: auto;
    min-width: 200px;
    height: 62px;
    margin-left: 25px;
    padding: 5px 60px 5px 30px;

    text-align: center;

    color: #525252;
    border: 1px solid #7ea01d;
    border-radius: 30px;
    background-image: url(img/sel-ico-green.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position: right 25px center;
    box-shadow: none;

    -webkit-appearance: none;
}
.events-filter select option {
    font-family: 'Averta' !important;
}


/* Featured Event */
.featured-event {
    display: flex;

    margin-top: 120px;
    margin-bottom: 0 !important;
}
.featured-event .featured-event-thumbnail {
    background-position: center;
    background-size: cover;

    flex: 0 0 50%;
}
.featured-event .featured-event-content {
    padding: 50px 0 50px 70px;
}
.featured-event .featured-event-content .featured-event-title {
    font-family: 'Averta';
    font-size: 50px;
    font-weight: 600;
    line-height: 62px;

    margin-bottom: 15px;

    color: #006a76;
}
.featured-event .featured-event-content span.featured-event-location,
.featured-event .featured-event-content span.featured-event-time {
    font-family: 'Averta';
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;

    position: relative;

    display: inline-block;

    padding-left: 25px;

    letter-spacing: 1.9px;
    text-transform: uppercase;

    color: #006a76;
}
.featured-event .featured-event-content span.featured-event-location:before,
.featured-event .featured-event-content span.featured-event-time:before {
    position: absolute;
    left: 0;

    display: block;

    width: 20px;
    height: 20px;
    margin-right: 5px;

    content: '';

    background-repeat: no-repeat;
    background-position: center;
}
.featured-event .featured-event-content span.featured-event-location:before {
    background-image: url(img/map-marker.png);
}
.featured-event .featured-event-content span.featured-event-time:before {
    background-image: url(img/calendar.png);
}
.featured-event .featured-event-content span.featured-event-location+span.featured-event-time {
    margin-left: 30px;
}
.featured-event .featured-event-content .featured-event-excerpt p {
    font-family: 'Averta';
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;

    margin-top: 35px;

    color: #525252;
}
.featured-event .featured-event-content .featured-event-read-more {
    margin-top: 90px;
}
.featured-event .featured-event-content .featured-event-read-more a {
    font-family: 'Averta';
    font-size: 20px;
    line-height: 25px;

    display: inline-flex;

    color: #525252;

    align-items: center;
}
.featured-event .featured-event-content .featured-event-read-more a:after {
    top: 15px;

    display: block;

    width: 62px;
    height: 62px;
    margin-left: 25px;

    content: '';
    transition: all .3s;

    border: 1px solid #7ea01d;
    border-radius: 50%;
    background-image: url(img/arrow-green.png);
    background-repeat: no-repeat;
    background-position: center;
}
.featured-event .featured-event-content .featured-event-read-more a:hover {
    color: #7ea01d;
}
.featured-event .featured-event-content .featured-event-read-more a:hover:after {
    background-color: #7ea01d;
    background-image: url(img/arrow-white.png);
}











/* Responces */
.testimonial_slider[data-style='minimal'] blockquote span:not(.title) {
    font-family: 'Averta';
    font-size: 30px;
    line-height: 37px;

    margin-bottom: 70px;

    -webkit-transform: scale(.8);
    transform: scale(1);
    text-align: center;

    color: #006a76;
}
.testimonial_slider blockquote p {
    font-family: 'Averta';
    font-size: 30px;
    font-weight: 300;
    font-style: italic;
    line-height: 37px;

    padding-bottom: 50px;

    text-align: center;

    color: #7ea01d;
}
body .testimonial_slider[data-style='minimal'] blockquote p .open-quote,
body .testimonial_slider[data-style='minimal'] blockquote p .close-quote {
    font-family: 'Averta';
    font-size: 30px;
    font-weight: 300;
    font-style: italic;
    line-height: 37px;

    text-align: center;

    color: #7ea01d;
}
.testimonial_slider[data-style='minimal'] blockquote .title {
    font-family: 'Averta';
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 18px;

    text-align: center;
    letter-spacing: 1.9px;
    text-transform: uppercase;

    color: #525252;
}
.testimonial_slider[data-style='minimal'] .testimonial-next-prev .next:before,
.testimonial_slider[data-style='minimal'] .testimonial-next-prev .next:after,
.testimonial_slider[data-style='minimal'] .testimonial-next-prev .prev:before,
.testimonial_slider[data-style='minimal'] .testimonial-next-prev .prev:after {
    display: none;
}
.testimonial_slider[data-style='minimal'] .testimonial-next-prev .next,
.testimonial_slider[data-style='minimal'] .testimonial-next-prev .prev {
    width: 62px;
    height: 62px;

    border: 1px solid #7ea01d;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonial_slider[data-style='minimal'] .testimonial-next-prev .next:hover,
.testimonial_slider[data-style='minimal'] .testimonial-next-prev .prev:hover {
    background-color: #7ea01d;
}
.testimonial_slider[data-style='minimal'] .testimonial-next-prev .next {
    background-image: url(img/arrow-green.png);
}
.testimonial_slider[data-style='minimal'] .testimonial-next-prev .next:hover {
    background-image: url(img/arrow-white.png);
}
.testimonial_slider[data-style='minimal'] .testimonial-next-prev .prev {
    background-image: url(img/arrow-prev-green.png);
}
.testimonial_slider[data-style='minimal'] .testimonial-next-prev .prev:hover {
    background-image: url(img/arrow-prev-white.png);
}



/* Map buttons */






.mapplic-zoom-buttons {
    margin: 0 !important;
}
.mapplic-zoom-buttons a.mapplic-zoomin-button,
.mapplic-zoom-buttons a.mapplic-zoomout-button {
    width: 62px;
    height: 62px;

    border: 1px solid #fff;
    /*border-bottom: 1px solid transparent;*/
    border-radius: 50%;
    background-color: transparent;
    background-size: 10px 10px;
    background-size: auto;
}
.mapplic-zoom-buttons a.mapplic-zoomin-button {
    margin-bottom: 20px;

    background-image: url(img/plus.png);
}
.mapplic-zoom-buttons a.mapplic-zoomout-button {
    background-image: url(img/minus.png);
}
.mapplic-zoom-buttons a.mapplic-disabled {
    cursor: default;

    background-color: transparent !important;
}
.map-search-panel {
    position: absolute;
    right: 80px;
    bottom: 0;
}
select#search-by-category {
    font-family: 'Averta';
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;

    width: auto;
    min-width: 200px;
    height: 62px;
    padding: 5px 30px;

    text-transform: uppercase;

    color: #fff;
    border: 1px solid;
    border-radius: 30px;
    background-color: transparent;
    background-image: url(img/sel-ico.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position: right 30px center;

    -webkit-appearance: none;
}

/* buttons */
.nectar-button.top-button {
    position: relative;

    padding-top: 0 !important;
    padding-bottom: 0 !important;

    border-radius: 30px;
    background-color: #7ea01d;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
}
body.material .nectar-button.top-button.has-icon span {
    font-family: 'Averta';
    font-size: 20px;
    font-weight: 300;
    line-height: 60px;

    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}
body.material .nectar-button.top-button.has-icon i {
    right: auto;
    left: 0;

    -webkit-transform: translateY(-50%) translateX(18px) !important;
    transform: translateY(-50%) translateX(18px) !important;
}
html body.material[data-button-style^='rounded'] .nectar-button.top-button.see-through.accent-color[data-color-override='false'] i {
    font-size: 28px;

    color: #859e39 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
html body.material[data-button-style^='rounded'] .nectar-button.top-button.see-through.accent-color[data-color-override='false'] i:after {
    opacity: 0;
    box-shadow: none !important;
}
body.material[data-button-style^='rounded'] .nectar-button.top-button.top-button-active.has-icon:not([class*='see-through']) i,
body.material[data-button-style^='rounded'] .nectar-button.top-button.top-button-active.has-icon[class*='see-through']:hover i {
    font-size: 28px;

    background-color: rgba(255, 255, 255, 0);
}




/* list view */
.country-list-view-item {
    display: flex;

    box-shadow: 0 40px 40px 0 rgba(0, 0, 0, .15);
}
.country-list-view-item+.country-list-view-item {
    margin-top: 125px;
}
.country-list-view-item .country-list-view-item-thumbnail {
    background-position: center;
    background-size: cover;

    flex: 0 0 40%;
}
.country-list-view-item .country-list-view-item-content {
    width: 100%;
    padding: 55px 80px 55px 75px;

    background-color: #fff;
}
.country-list-view-item .country-list-view-item-content .country-list-view-item-content-title {
    font-family: 'Averta';
    font-size: 30px;
    line-height: 37px;

    display: block;

    margin-bottom: 20px;

    color: #006a76;
}
.country-list-view-item .country-list-view-item-content .country-list-view-item-content-excerpt {
    font-family: 'Averta';
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;

    margin-bottom: 60px;

    color: #525252;
}
.country-list-view-item .country-list-view-item-content .country-list-view-item-buttons .country-list-view-item-button+.country-list-view-item-button {
    margin-left: 65px;
}
.country-list-view-item .country-list-view-item-content .country-list-view-item-buttons .country-list-view-item-button {
    font-family: 'Averta';
    font-size: 20px;
    line-height: 62px;

    display: inline-flex;

    color: #525252;
}
.country-list-view-item .country-list-view-item-content .country-list-view-item-buttons .country-list-view-item-button:after {
    display: inline-block;

    width: 62px;
    height: 62px;
    margin-left: 15px;

    content: '';

    border: 1px solid #7ea01d;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.country-list-view-item .country-list-view-item-content .country-list-view-item-buttons .country-list-view-item-button.read-more:after {
    background-image: url(img/arrow-green.png);
}
.country-list-view-item .country-list-view-item-content .country-list-view-item-buttons .country-list-view-item-button.visit-website:after {
    background-image: url(img/visit-website-green.png);
}
.country-list-view-item .country-list-view-item-content .country-list-view-item-buttons .country-list-view-item-button:hover {
    color: #7ea01d;
}
.country-list-view-item .country-list-view-item-content .country-list-view-item-buttons .country-list-view-item-button:hover:after {
    background-color: #7ea01d;
}
.country-list-view-item .country-list-view-item-content .country-list-view-item-buttons .country-list-view-item-button.read-more:hover:after {
    background-image: url(img/arrow-white.png);
}
.country-list-view-item .country-list-view-item-content .country-list-view-item-buttons .country-list-view-item-button.visit-website:hover:after {
    background-image: url(img/visit-website-white.png);
}



/* News Page */



.button-group.filter-button-group {
    display: flex;

    margin-bottom: 100px;

    justify-content: center;
    align-items: center;
}
.button-group.filter-button-group label {
    font-family: 'Averta';
    font-size: 20px;
    line-height: 25px;

    color: #525252;
}
.button-group.filter-button-group button {
    font-family: 'Averta';
    font-size: 20px;
    font-weight: 300;
    line-height: 60px;

    margin-left: 10px;
    padding: 0 35px;

    cursor: pointer;
    text-align: center;

    color: #525252;
    border: 1px solid #7ea01d;
    border-radius: 30px !important;
    background-color: #fff;
}
.button-group.filter-button-group button.active {
    color: #fff;
    background-color: #7ea01d;
}
.post-area.classic_w_filter .post {
    min-height: 475px;
    margin-bottom: 50px;
}
.post-area.classic_w_filter .post .post-content.classic_w_filter span.post-featured-img {
    display: block;

    width: 100%;
    height: 250px;
    margin-bottom: 30px;

    background-position: center;
    background-size: cover;
}
.post-area.classic_w_filter .post .post-content.classic_w_filter .article-content-wrap {
    padding: 0;
}
.post-area.classic_w_filter .post .post-content.classic_w_filter .article-content-wrap .post-header {
    margin-bottom: 20px;
}
.post-area.classic_w_filter .post .post-content.classic_w_filter .article-content-wrap .post-header .title {
    font-family: 'Averta';
    font-size: 30px;
    line-height: 37px;

    margin-bottom: 0;

    color: #006a76;
}
.post-area.classic_w_filter .post .post-content.classic_w_filter .article-content-wrap .excerpt {
    font-family: 'Averta';
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;

    color: #525252;
}

#page-header-bg h1, .nectar-box-roll .overlaid-content h1 {
    font-family: 'Averta' !important;
    font-weight: 600;
    font-size: 75px !important;
    line-height: 54px;
    margin-bottom: 8px;
    display: block;
    color: #fff;
    z-index: 101;
}

/* Featured News */
.featured-event {
    display: flex;

    margin-top: 120px;
    margin-bottom: 0 !important;
}
.post-area.featured_img_left .post .article-content-wrap .post-featured-img-wrap {
    background-position: center;
    background-size: cover;

    flex: 0 0 50%;
}
.post-area.featured_img_left article:hover .article-content-wrap .post-featured-img-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.post-area.featured_img_left .post:hover .post-featured-img-wrap:before {
    display: none;
}
.post-area.featured_img_left .article-content-wrap .post-featured-img-wrap {
    position: relative;

    width: 50%;

    border-radius: 0;
}
.post-area.featured_img_left.span_12 article {
    margin-bottom: 0;
}
.post-area.featured_img_left .post .article-content-wrap .post-content-wrap {
    padding: 50px 0 50px 70px;
}
.post-area.featured_img_left .post .article-content-wrap .title {
    font-family: 'Averta';
    font-size: 50px;
    font-weight: 600 !important;
    line-height: 62px;

    margin-bottom: 15px;

    color: #006a76;
}
.post-area.featured_img_left .post .article-content-wrap .categories a {
    font-family: 'Averta';
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;

    position: relative;

    display: inline-block;

    padding-left: 25px;

    letter-spacing: 1.9px;
    text-transform: uppercase;

    color: #006a76;
}
.post-area.featured_img_left .post .article-content-wrap .categories a+a {
    margin-left: 10px;
}
.post-area.featured_img_left .post .article-content-wrap .categories a:before {
    position: absolute;
    left: 0;

    display: block;

    width: 20px;
    height: 20px;
    margin-right: 5px;

    content: '';

    background-repeat: no-repeat;
    background-position: center;
}
.post-area.featured_img_left .post .article-content-wrap .categories a:before {
    background-image: url(img/tags.png);
}
.post-area.featured_img_left .post .article-content-wrap .excerpt {
    font-family: 'Averta';
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;

    margin-top: 35px;

    color: #525252;
}
.post-area.featured_img_left .post .article-content-wrap .read-more {
    margin-top: 90px;
}
.post-area.featured_img_left .post .article-content-wrap .read-more a {
    font-family: 'Averta';
    font-size: 20px;
    line-height: 25px;

    display: inline-flex;

    color: #525252;

    align-items: center;
}
.post-area.featured_img_left .post .article-content-wrap .read-more a:after {
    top: 15px;

    display: block;

    width: 62px;
    height: 62px;
    margin-left: 25px;

    content: '';
    transition: all .3s;

    border: 1px solid #7ea01d;
    border-radius: 50%;
    background-image: url(img/arrow-green.png);
    background-repeat: no-repeat;
    background-position: center;
}
.post-area.featured_img_left .post .article-content-wrap .read-more a:hover {
    color: #7ea01d;
}
.post-area.featured_img_left .post .article-content-wrap .read-more a:hover:after {
    background-color: #7ea01d;
    background-image: url(img/arrow-white.png);
}

/* Knowledge Hub */
.publication-filter {
    display: flex;

    margin-bottom: 100px !important;

    justify-content: center;
    align-items: center;
}
.publication-filter .filter-sel {
    font-family: 'Averta';
    font-size: 20px;
    line-height: 25px;

    width: 56px;
    height: 29px;

    color: #525252;
}
.publication-filter .publication-name {
    font-family: 'Averta';
    font-size: 20px;
    font-weight: 300;
    line-height: 60px;

    display: inline-block;

    margin-left: 10px;
    padding: 0 30px;

    text-align: center;

    color: #525252;
    border: 1px solid #7ea01d;
    border-radius: 30px;
    background-color: #fff;
}
.publication-filter .publication-name.active {
    color: #fff;
    background-color: #7ea01d;
}





.publication-container {
    display: flex;

    flex-wrap: wrap;
}
.publication-container .publication {
    position: relative;

    width: 33.333%;
    margin-bottom: 100px;
    padding: 0 1%;
}
.publication-container .publication .publication-thumbnail {
    position: relative;

    height: 100%;

    background-color: #f1f1f1;
}
.publication-container .publication .publication-thumbnail>a {
    display: flex;

    height: 100%;
    padding: 50px;
    padding-bottom: 195px;

    align-items: center;
}
.publication-container .publication .publication-thumbnail .publication-thumbnail-img {
    margin-bottom: 0;
}
.publication-container .publication .publication-content-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 0 3%;

    background: #fff;
}







.publication-container .publication .publication-head {
    margin-top: 20px;
    margin-bottom: 20px;
}
.publication-container .publication .publication-head .publication-title {
    font-family: 'Averta';
    font-size: 30px;
    line-height: 37px;

    color: #006a76;

    min-height: 85px;
    display: block;
}
.publication-container .publication .publication-categories a {
    font-family: 'Averta';
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;

    position: relative;

    display: inline-block;

    margin-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 25px;

    letter-spacing: 1.9px;
    text-transform: uppercase;

    color: #006a76;
}
.publication-container .publication .publication-categories a:before {
    position: absolute;
    left: 0;

    display: block;

    width: 20px;
    height: 20px;
    margin-right: 5px;

    content: '';

    background-repeat: no-repeat;
    background-position: center;
}
.publication-container .publication .publication-categories a:before {
    background-image: url(img/tags.png);
}
.publication-pagination {
    display: flex;

    margin-bottom: 100px !important;

    justify-content: center;
    align-items: center;
}
.publication-pagination .publication-page {
    font-family: 'Averta';
    font-size: 20px;
    font-weight: 300;
    line-height: 60px;

    display: block;

    width: 62px;

    text-align: center;

    color: #525252;
}
.publication-pagination .publication-page.active {
    border: 1px solid #7ea01d;
    border-radius: 50%;
    background-color: #fff;
}








/* Case Study */
body .portfolio-items .col.elastic-portfolio-item {
    width: 33.3% !important;
}
.portfolio-wrap {
    margin-bottom: 0 !important;
}
.portfolio-items .col.elastic-portfolio-item .work-item.style-10 {
    margin-bottom: 0;
}
.portfolio-items .col.elastic-portfolio-item .work-item.style-10 .portfolio-thumbnail {
    height: 500px;

    background-position: center;
    background-size: cover;
}
.portfolio-items .col.elastic-portfolio-item .work-item.style-10 .work-info {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 0 20px;

    -webkit-transition: all .2s ease;
    transition: all .2s ease;

    opacity: 0;
    color: #fff;
    background-color: rgba(126, 160, 29, .9);
}
.portfolio-items .col.elastic-portfolio-item .work-item.style-10 .work-info .vert-center *,
.portfolio-items .col.elastic-portfolio-item .work-item.style-10 .work-info i {
    opacity: 1;
}
.portfolio-items .col.elastic-portfolio-item .work-item.style-10 .work-info h3.portfolio-title {
    font-family: 'Averta';
    font-size: 40px;
    line-height: 49px;

    margin-bottom: 40px;

    text-align: center;

    color: #fff;
}
.portfolio-items .col.elastic-portfolio-item .work-item.style-10 .work-info .vert-center {
    margin-top: 0;
}
.portfolio-items .col.elastic-portfolio-item .work-item.style-10 .work-info .vert-center .portfolio-view {
    font-family: 'Averta';
    font-size: 20px;
    line-height: 25px;

    display: inline-flex;

    color: #fff;

    align-items: center;
}
.portfolio-items .col.elastic-portfolio-item .work-item.style-10 .work-info .vert-center .portfolio-view:after {
    top: 15px;

    display: block;

    width: 62px;
    height: 62px;
    margin-left: 25px;

    content: '';
    transition: all .3s;

    border: 1px solid #fff;
    border-radius: 50%;
    background-image: url(img/arrow-white.png);
    background-repeat: no-repeat;
    background-position: center;
}
.portfolio-items .col.elastic-portfolio-item .work-item.style-10 .work-info .vert-center .portfolio-view:hover:after {
    background-color: #fff;
    background-image: url(img/arrow-green.png);
}
.portfolio-items .col.elastic-portfolio-item .work-item.style-10:hover .work-info {
    opacity: 1;
}
.pagination-button {
    text-align: center;
}
.pagination-button .load-more {
    font-family: 'Averta';
    font-size: 20px;
    line-height: 25px;

    display: inline-flex;

    margin-top: 100px;
    margin-bottom: 100px !important;

    color: #525252;

    align-items: center;
}
.pagination-button .load-more:after {
    top: 15px;

    display: block;

    width: 62px;
    height: 62px;
    margin-left: 25px;

    content: '';
    transition: all .3s;

    border: 1px solid #7ea01d;
    border-radius: 50%;
    background-image: url(img/plus-green.png);
    background-repeat: no-repeat;
    background-position: center;
}
.pagination-button .load-more:hover:after {
    background-color: #7ea01d;
    background-image: url(img/plus-white.png);
}
a.portfolio-view-full {
    position: absolute;
    z-index: 11;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* Ambassadors */
.ambassadors-filter {
    display: flex;

    margin-top: 75px !important;
    margin-bottom: 100px !important;

    align-items: center;
    justify-content: center;
}
.ambassadors-filter .filter-sel {
    font-family: 'Averta';
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    color: #525252;
}
.ambassadors-filter select {
    font-family: 'Averta' !important;
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;

    display: inline-block;

    width: auto;
    min-width: 200px;
    height: 62px;
    margin-left: 25px;
    padding: 5px 60px 5px 30px;

    text-align: center;

    color: #525252;
    border: 1px solid #7ea01d;
    border-radius: 30px;
    background-image: url(img/sel-ico-green.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position: right 25px center;
    box-shadow: none;

    -webkit-appearance: none;
}
.ambassadors-filter select option {
    font-family: 'Averta' !important;
}
.ambassadors-wrap.ambassadors-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 0 !important;
    padding-top: 40px;
    padding-bottom: 0;
}
.ambassadors-wrap.ambassadors-container .ambassadors-item {
    display: inline-block;

    width: 320px;
    margin-bottom: 80px;
    padding: 65px 10px;

    text-align: center;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .15);
}
.ambassadors-wrap.ambassadors-container .ambassadors-item .ambassadors-item-thumbnail {
    display: inline-block;

    width: 120px;
    height: 120px;
    margin-bottom: 30px;

    border-radius: 50%;
    background-position: center;
    background-size: cover;
}
.ambassadors-wrap.ambassadors-container .ambassadors-item .ambassadors-item-title {
    margin-bottom: 25px !important;
}
.ambassadors-wrap.ambassadors-container .ambassadors-item .ambassadors-item-title a {
    font-family: 'Averta';
    font-size: 30px;
    line-height: 37px;

    display: inline-block;

    margin-bottom: 0;

    text-align: center;

    color: #006a76;
}
.ambassadors-wrap.ambassadors-container .ambassadors-item .ambassadors-item-location {
    font-family: 'Averta';
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;

    position: relative;

    display: inline-block;
    display: inline-block;

    padding-left: 25px;

    letter-spacing: 1.9px;
    text-transform: uppercase;

    color: #006a76;
}
.ambassadors-wrap.ambassadors-container .ambassadors-item .ambassadors-item-location:before {
    position: absolute;
    left: 0;

    display: block;

    width: 20px;
    height: 20px;
    margin-right: 5px;

    content: '';

    background-image: url(img/map-marker.png);
    background-repeat: no-repeat;
    background-position: center;
}
.ambassadors-pagination {
    display: flex;

    margin-bottom: 100px !important;

    justify-content: center;
    align-items: center;
}
.ambassadors-pagination .ambassadors-page {
    font-family: 'Averta';
    font-size: 20px;
    font-weight: 300;
    line-height: 60px;

    display: block;

    width: 62px;

    text-align: center;

    color: #525252;
}
.ambassadors-pagination .ambassadors-page.active {
    border: 1px solid #7ea01d;
    border-radius: 50%;
    background-color: #fff;
}





















/* Ambassador Popup */
.lity {
    z-index: 10000;
}
.ambassador-popup:not(.lity-hide) {
    position: relative;

    display: flex;

    background-image: #fff;
}
.ambassador-popup .ambassador-popup-close {
    position: absolute;
    top: 0;
    right: 0;

    width: 60px;
    height: 60px;

    background-image: url(img/close.png) !important;
    background-repeat: no-repeat;
    background-position: center;
}
.ambassador-popup .ambassador-popup-close:hover {
    opacity: .8;
}
.ambassador-popup .ambassador-popup-thumbnail {
    width: 450px;
    height: 450px;

    background-position: center;
    background-size: cover;

    flex: 0 0 450px;
}
.ambassador-popup .ambassador-popup-content {
    padding: 50px 50px 75px 50px;

    background-color: #fff;
}
.ambassador-popup .ambassador-popup-content .ambassador-popup-title {
    font-family: 'Averta';
    font-size: 30px;
    line-height: 37px;

    margin-bottom: 25px;

    color: #006a76;
}
.ambassador-popup .ambassador-popup-content .ambassador-popup-location {
    font-family: 'Averta';
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;

    position: relative;

    display: inline-block;
    display: inline-block;

    margin-bottom: 50px;
    padding-left: 25px;

    letter-spacing: 1.9px;
    text-transform: uppercase;

    color: #006a76;
}
.ambassador-popup .ambassador-popup-content .ambassador-popup-location:before {
    position: absolute;
    left: 0;

    display: block;

    width: 20px;
    height: 20px;
    margin-right: 5px;

    content: '';

    background-image: url(img/map-marker.png);
    background-repeat: no-repeat;
    background-position: center;
}
.ambassador-popup .ambassador-popup-content .ambassador-popup-excerpt {
    font-family: 'Averta';
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;

    width: 675px;

    color: #525252;
}

/* Medias */





.media-wrap.media-container {
    display: flex;

    flex-wrap: wrap;
    justify-content: flex-start;
}
.media-wrap.media-container .media-item {
    width: 31%;
    margin-bottom: 100px;

    text-align: left;
    margin-right: 3.5%;
}
.media-wrap.media-container .media-item:nth-child(3n+3) {
    margin-right: 0;
}
.media-wrap.media-container .media-item .media-item-thumbnail {
    display: block;

    width: 100%;
    height: 250px;
    margin-bottom: 30px;

    background-position: center;
    background-size: cover;
}
.media-wrap.media-container .media-item .media-item-title {
    margin-bottom: 20px !important;
}
.media-wrap.media-container .media-item .media-item-title a {
    font-family: 'Averta';
    font-size: 30px;
    line-height: 37px;

    color: #006a76;
}

.media-wrap.media-container .media-item .media-item-date {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
    color: #525252;
}



.media-wrap.media-container .media-item .media-item-excerpt {
    font-family: 'Averta';
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;

    color: #525252;
}
.media-pagination {
    display: flex;

    margin-bottom: 100px !important;

    justify-content: center;
    align-items: center;
}
.media-pagination .media-page {
    font-family: 'Averta';
    font-size: 20px;
    font-weight: 300;
    line-height: 60px;

    display: block;

    width: 62px;

    text-align: center;

    color: #525252;
}
.media-pagination .media-page.active {
    border: 1px solid #7ea01d;
    border-radius: 50%;
    background-color: #fff;
}

.media-wrap.media-container .media-item .publication-categories .video-terms {
    cursor: pointer;
}
.media-wrap.media-container .media-item .publication-categories .video-terms:hover {
    color: #7ea01d;
}


/* Action Coalition */
.action-coalition-container {
    display: flex;

    margin-bottom: 0 !important;

    flex-wrap: wrap;
    justify-content: space-between;
}
.action-coalition-container .action-coalition-item {
    width: 31%;
    margin-bottom: 100px;

    text-align: left;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .15);
}
.action-coalition-container .action-coalition-item .action-coalition-thumbnail {
    display: block;

    width: 100%;
    height: 250px;
    margin-bottom: 30px;

    background-color: #eee;
    background-position: center;
    background-size: cover;
}
.action-coalition-container .action-coalition-item .action-coalition-content {
    padding: 0 15px 30px 35px;
}
.action-coalition-container .action-coalition-item .action-coalition-content .action-coalition-title {
    margin-bottom: 25px !important;
}
.action-coalition-container .action-coalition-item .action-coalition-content .action-coalition-title a {
    font-family: 'Averta';
    font-size: 30px;
    line-height: 37px;

    color: #006a76;
}
.action-coalition-container .action-coalition-item .action-coalition-content .action-coalition-excerpt {
    font-family: 'Averta';
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;

    margin-bottom: 40px;

    color: #525252;
}
.action-coalition-container .action-coalition-item .action-coalition-content .action-coalition-link {
    font-family: 'Averta';
    font-size: 20px;
    line-height: 25px;

    display: inline-flex;

    color: #525252;

    align-items: center;
}
.action-coalition-container .action-coalition-item .action-coalition-content .action-coalition-link:after {
    top: 15px;

    display: block;

    width: 62px;
    height: 62px;
    margin-left: 25px;

    content: '';
    transition: all .3s;

    border: 1px solid #7ea01d;
    border-radius: 50%;
    background-image: url(img/arrow-green.png);
    background-repeat: no-repeat;
    background-position: center;
}
.action-coalition-container .action-coalition-item .action-coalition-content .action-coalition-link:hover {
    color: #7ea01d;
}
.action-coalition-container .action-coalition-item .action-coalition-content .action-coalition-link:hover:after {
    background-color: #7ea01d;
    background-image: url(img/arrow-white.png);
}
.action-coalition-pagination a.action-coalition-load-more {
    font-family: 'Averta';
    font-size: 20px;
    line-height: 25px;

    display: inline-flex;

    color: #525252;

    align-items: center;
}
.action-coalition-pagination a.action-coalition-load-more:after {
    top: 15px;

    display: block;

    width: 62px;
    height: 62px;
    margin-left: 25px;

    content: '';
    transition: all .3s;

    border: 1px solid #7ea01d;
    border-radius: 50%;
    background-image: url(img/plus-green.png);
    background-repeat: no-repeat;
    background-position: center;
}
.action-coalition-pagination a.action-coalition-load-more:hover:after {
    background-color: #7ea01d;
    background-image: url(img/plus-white.png);
}




/* Featured */
.related-posts.related-posts-posts {
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}
.featured-resource {
    width: 31%;
    margin-bottom: 100px;
}
.featured-resource-thumbnail {
    width: 100%;
    height: 225px;
    margin-bottom: 30px;

    background-position: center;
    background-size: cover;
    display: block;
}
.featured-resource-content h2.featured-title {
    margin-bottom: 20px !important;
}
.featured-resource-content h2.featured-title a {
    font-family: 'Averta';
    font-size: 30px;
    line-height: 37px;

    color: #006a76;
}
.featured-resource-content .fetured-excerpt {
    font-family: 'Averta';
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;

    color: #525252;
}

/* Related Case Studies */
.related-posts-portfolio {
    display: flex;

    flex-wrap: wrap;
}
.related-posts-portfolio .related-post-portfolio {
    position: relative;

    width: 33.33335%;
    height: 500px;

    text-align: center;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.related-posts-portfolio .related-post-portfolio .related-post-portfolio-content-wrap {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 0 20px;

    -webkit-transition: all .2s ease;
    transition: all .2s ease;

    opacity: 0;
    color: #fff;
    background-color: rgba(126, 160, 29, .9);
}
.related-posts-portfolio .related-post-portfolio .related-post-portfolio-content {
    position: absolute;
    top: 50%;

    width: 100%;

    transform: translateY(-50%);
}
.related-posts-portfolio .related-post-portfolio .related-post-portfolio-content .portfolio-title {
    font-family: 'Averta';
    font-size: 40px;
    line-height: 49px;

    margin-bottom: 40px;

    text-align: center;

    color: #fff;
}
.related-posts-portfolio .related-post-portfolio .related-post-portfolio-content .portfolio-view {
    font-family: 'Averta';
    font-size: 20px;
    line-height: 25px;

    display: inline-flex;

    color: #fff;

    align-items: center;
}
.related-posts-portfolio .related-post-portfolio .related-post-portfolio-content .portfolio-view:after {
    top: 15px;

    display: block;

    width: 62px;
    height: 62px;
    margin-left: 25px;

    content: '';
    transition: all .3s;

    border: 1px solid #fff;
    border-radius: 50%;
    background-image: url(img/arrow-white.png);
    background-repeat: no-repeat;
    background-position: center;
}
.related-posts-portfolio .related-post-portfolio .related-post-portfolio-content .portfolio-view:hover:after {
    background-color: #fff;
    background-image: url(img/arrow-green.png);
}
.related-posts-portfolio .related-post-portfolio:hover .related-post-portfolio-content-wrap {
    opacity: 1;
}


/* single event header */
@media only screen and (min-width: 1000px) {
    body.single.single-event #header-space,
    body.single.single-country #header-space {
        display: none;
    }
}



.event-post-head {
    margin-top: 50px;
    margin-bottom: 100px;
    padding-right: 10%;
    padding-left: 10%;

    text-align: center;
}
.event-post-head .event-post-head-title {
    font-family: 'Averta';
    font-size: 50px;
    font-weight: 600;
    line-height: 62px;

    margin-bottom: 20px;

    color: #006a76;
}
.event-post-head .event-post-head-add .event-head-location,
.event-post-head .event-post-head-add .event-head-date {
    font-family: 'Averta';
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;

    position: relative;

    display: inline-block;

    padding-left: 25px;

    letter-spacing: 1.91px;
    text-transform: uppercase;

    color: #006a76;
}
.event-post-head .event-post-head-add .event-head-location+.event-head-date {
    margin-left: 50px;
}
.event-post-head .event-post-head-add .event-head-location:before,
.event-post-head .event-post-head-add .event-head-date:before {
    position: absolute;
    left: 0;

    display: block;

    width: 20px;
    height: 20px;
    margin-right: 5px;

    content: '';

    background-repeat: no-repeat;
    background-position: center;
}
.event-post-head .event-post-head-add .event-head-location:before {
    background-image: url(img/map-marker.png);
}
.event-post-head .event-post-head-add .event-head-date:before {
    background-image: url(img/calendar.png);
}


/* Country */
#page-header-bg .country-title {
    position: absolute;
    z-index: 10;
    top: 50%;

    width: 100%;

    transform: translateY(-50%);
    text-align: center;

    opacity: 1;
}
body[data-header-resize='1'].single-country .container-wrap {
    margin-top: 0;
    padding-top: 0;
}




.key-contacts {
    display: flex;

    flex-wrap: wrap;
}
.key-contacts .key-contact {
    width: 345px;
    padding: 60px 10px;

    text-align: center;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .15);
}
.key-contacts .key-contact+.key-contact {
    margin-left: 100px;
}
.key-contacts .key-contact .key-contact-thumbnail {
    display: inline-block;

    width: 120px;
    height: 120px;
    margin-bottom: 25px;

    border-radius: 50%;
    background-position: center;
    background-size: cover;
}
.key-contacts .key-contact .key-contact-title {
    margin-bottom: 25px;
}
.key-contacts .key-contact .key-contact-title a {
    font-family: 'Averta';
    font-size: 30px;
    line-height: 37px;

    text-align: center;

    color: #006a76;
}
.key-contacts .key-contact .key-contact-phone {
    font-family: 'Averta';
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;

    text-align: center;

    color: #656565;
}
.key-contacts .key-contact .key-contact-email {
    font-family: 'Averta';
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;

    text-align: center;

    color: #83a130;
    border-bottom: 1px solid #83a130;
}




.wpb_row .span_12>.col.padding-3-percent,
.column-inner.padding-3-percent {
    padding: 0;
}

/* 
    HOME
 */

/* Latest Country Updates */
@media screen and (max-width:1400px) {
    .blog-recent[data-style='folu_style'] .col.post .post-thumbnail {
        height: 450px !important;
    }
}
@media screen and (max-width:1200px) {
    .blog-recent[data-style='folu_style'] .col.post .post-thumbnail {
        height: 400px !important;
    }
}
@media screen and (max-width:1000px) {
    .blog-recent[data-style='folu_style'] .col.post {
        width: 100%;
    }
}

/* Upcoming Events */
@media screen and (max-width:1200px) {
    .events-wrap .event-item .event-item-thumbnail {
        height: 250px;
    }
}
@media screen and (max-width:1000px) {
    .events-wrap {
        display: block;
    }
    .events-wrap .event-item {
        width: 100%;
    }
    .events-wrap .event-item .event-item-thumbnail {
        height: 400px;
    }
    .events-wrap .event-item+.event-item {
        margin-top: 50px;
    }
}
@media screen and (max-width:690px) {
    .events-wrap .event-item .event-item-thumbnail {
        height: 275px;
    }
    .events-wrap .event-item+.event-item {
        margin-top: 50px;
    }
}






/* 
    AMBASSADORS
 */

/* Popup */
@media screen and (max-width:1400px) {
    .ambassador-popup .ambassador-popup-thumbnail {
        width: 400px;
        height: 400px;

        flex: 0 0 400px;
    }
}
@media screen and (max-width:1200px) {
    .ambassador-popup .ambassador-popup-thumbnail {
        width: 350px;
        height: auto;

        flex: 0 0 350px;
    }
    .ambassador-popup .ambassador-popup-content .ambassador-popup-excerpt {
        width: 400px !important;
    }
}
@media screen and (max-width:1000px) {
    .ambassador-popup .ambassador-popup-thumbnail {
        width: 100%;
        height: 350px;
    }
    .ambassador-popup .ambassador-popup-content .ambassador-popup-excerpt {
        width: 100% !important;
        max-width: 350px !important;
    }
    .ambassador-popup:not(.lity-hide) {
        display: block;
    }
    .lity-content .lity-close {
        display: none !important;
    }
    .ambassadors-pagination {
        display: block;

        text-align: center;
    }
    .ambassadors-pagination .ambassadors-page {
        font-size: 20px;
        line-height: 53px;

        display: inline-block;

        width: 55px;
    }
    body .vc_custom_1567503246172 {
        padding-right: 0 !important;
    }
}


/* 
    COUNTRIES LIST 
*/
@media screen and (max-width:1000px) {
    .country-list-view-item {
        display: block;
    }
    .country-list-view-item+.country-list-view-item {
        margin-top: 50px !important;
    }
    .country-list-view-item .country-list-view-item-thumbnail {
        width: 100%;
        height: 300px;
    }
    .country-list-view-item .country-list-view-item-content {
        width: 100%;
        padding: 35px 40px 50px 40px;

        background-color: #fff;
    }
}


/* 
    INDIVIDUAL COUNTRY PAGE: 
*/
@media screen and (max-width:1000px) {
    .single.single-country #header-space {
        display: none !important;
    }
    html body.single.single-country #page-header-wrap,
    html body.single.single-country #page-header-bg {
        height: 100vh !important;
    }
    html body.single.single-country #page-header-bg h1 {
        font-size: 50px;
        line-height: 60px;

        letter-spacing: 2px;
    }
}

/*Key Contacts*/
@media screen and (max-width:1000px) {
    .key-contacts {
        display: block;
    }
    .key-contacts .key-contact {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .key-contacts .key-contact+.key-contact {
        margin-top: 25px;
        margin-left: auto;
    }
}

/* Events */
@media screen and (max-width:1000px) {
    .featured-event {
        display: block;
    }
    .featured-event .featured-event-thumbnail {
        height: 400px;
    }
    .featured-event .featured-event-content {
        padding: 50px 0 0 0;
    }
}
@media screen and (max-width: 690px) {
    .featured-event .featured-event-thumbnail {
        height: 275px;
    }
}

/*
    INDIVIDUAL EVENT PAGE
*/

/* Header */
@media screen and (max-width:1000px) {
    .single.single-event #header-space {
        display: none !important;
    }
    html body.single.single-event #page-header-wrap,
    html body.single.single-event #page-header-bg {
        height: 100vh !important;
    }
    html body.single.single-event #page-header-bg h1 {
        font-size: 50px;
        line-height: 60px;

        letter-spacing: 2px;
    }
}
@media screen and (max-width:690px) {
    body.single.single-event .event-post-head {
        margin-top: 25px;
        margin-bottom: 50px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .event-post-head .event-post-head-add .event-head-location,
    .event-post-head .event-post-head-add .event-head-date {
        font-size: 12px;
    }
    .event-post-head .event-post-head-add .event-head-location+.event-head-date {
        margin-left: 25px;
    }
}
@media screen and (max-width:480px) {
    .event-post-head .event-post-head-add .event-head-location+.event-head-date {
        margin-left: 0;
    }
    body.single.single-event .wpb_row .span_12>.col.padding-10-percent,
    body.single.single-event .column-inner.padding-10-percent {
        padding: 0;
    }
}

/*
    MEDIA
*/
@media screen and (max-width:1000px) {
    .media-wrap.media-container .media-item {
        width: 100%;
        margin-bottom: 75px;
    }
    .media-wrap.media-container .media-item .media-item-thumbnail {
        height: 400px;
    }
}
@media screen and (max-width:690px) {
    .media-wrap.media-container .media-item .media-item-thumbnail {
        height: 250px;
    }
}

/*
    NEWS
*/
@media screen and (max-width:1000px) {
    .post-area.classic_w_filter .post .post-content.classic_w_filter span.post-featured-img {
        height: 200px;
    }
    .post-area.featured_img_left .article-content-wrap {
        display: block;
    }
    .post-area.featured_img_left .post .article-content-wrap .post-featured-img-wrap {
        width: 100%;
        height: 400px;
    }
    .post-area.featured_img_left .post .article-content-wrap .post-content-wrap {
        width: 100%;
        padding: 50px 0 50px 0;
    }
    .post-area.featured_img_left .post .article-content-wrap .read-more {
        margin-top: 50px;
    }
}
@media screen and (max-width:690px) {
    .post-area.classic_w_filter .post .post-content.classic_w_filter span.post-featured-img {
        height: 250px;
    }
    .button-group.filter-button-group {
        display: block;

        margin-bottom: 75px;

        text-align: center;
    }
    .button-group.filter-button-group label {
        display: block;

        text-align: center;
    }
    .button-group.filter-button-group button {
        display: inline-block;

        min-width: 200px;
        margin-top: 25px;
    }
    .post-area.featured_img_left .article-content-wrap {
        display: block;
    }
    .post-area.featured_img_left .post .article-content-wrap .post-featured-img-wrap {
        width: 100%;
        height: 300px;
    }
    .post-area.featured_img_left .post .article-content-wrap .post-content-wrap {
        width: 100%;
        padding: 50px 0 50px 0;
    }
}

/*
    VIDEO HUB
*/

@media screen and (max-width:1200px) and (min-height: 1000px) {
    .media-wrap.media-container .media-item .media-item-thumbnail {
        width: 100%;
        height: 200px;
    }
}
@media screen and (max-width:1000px) {
    .publication-filter {
        display: block;

        margin-bottom: 75px !important;

        text-align: center;
    }
    .publication-filter .publication-name {
        min-width: 200px;
        margin-top: 25px;
    }
}

/*
    INDIVIDUAL NEWS
*/

@media screen and (max-width:1000px) {
    .featured-resource {
        width: 100%;
        margin-bottom: 50px;
    }
    .featured-resource-thumbnail {
        width: 100%;
        height: 300px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width:690px) {
    .featured-resource-thumbnail {
        height: 350px;
    }
}

/*
    INDIVIDUAL CASE STUDIES
*/

@media screen and (max-width:1400px) {
    .related-posts-portfolio .related-post-portfolio {
        width: 33.33335%;
        height: 450px;
    }
}
@media screen and (max-width:1200px) {
    .related-posts-portfolio .related-post-portfolio {
        width: 33.33335%;
        height: 350px;
    }
}
@media screen and (max-width:1000px) {
    .related-posts-portfolio {
        display: block;
    }
    .related-posts-portfolio .related-post-portfolio {
        width: 100%;
        height: 400px;
    }
}


/*
    KNOWLEDGE HUB
*/
@media screen and (max-width:1000px) {
    .publication-container .publication {
        width: 100%;
        margin-bottom: 75px;
        padding: 0;
    }
    .publication-filter .publication-name {
        line-height: 24px !important;

        padding: 10px 25px;
    }
}
@media screen and (max-width:690px) {
    .publication-container .publication .publication-thumbnail>a {
        padding: 25px;
    }
}

/*
    Map 
*/
@media screen and (max-width:690px) {
    .mapplic-element .mapplic-container {
        height: 250px !important;
    }
    .mapplic-element .mapplic-map.mapplic-zoomable {
        height: 600px !important;
    }
    .map-search-panel {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;

        padding-top: 20px;

        transform: translateY(100%);
        text-align: center;
    }
    .mapplic-portrait.mapplic-element {
        margin-bottom: 50px;
    }
    .nectar-button.top-button {
        min-width: 200px;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}


/* Menu */

header#top ul.sf-menu.sf-js-enabled.sf-arrows {
    display: none !important;
}
.slide-out-widget-area-toggle.slide-out-widget-area-toggle-left,
.slide-out-widget-area-toggle.slide-out-hover-icon-effect {
    display: none !important;
}
#slide-out-widget-area.slide-out-from-right-hover {
    position: fixed;
    top: 0;
    right: auto;
    left: 0;

    width: 300px;
    height: 100%;
    padding: 40px;
    padding-top: 80px;

    -webkit-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}
.slide-out-widget-area-toggle.mobile-icon.slide-out-from-right-hover a.closed {
    top: 50%;

    display: block;
    overflow: hidden;

    width: 24px;
    height: 16px;
}
.slide-out-widget-area-toggle.mobile-icon.slide-out-from-right-hover a.closed>span:after,
.slide-out-widget-area-toggle.mobile-icon.slide-out-from-right-hover a.closed>span:before {
    position: absolute;
    top: 7px;
    left: 0;

    content: '';
}
.slide-out-widget-area-toggle.mobile-icon.slide-out-from-right-hover a.closed>span:after {
    top: 14px;
}
.slide-out-widget-area-toggle.mobile-icon.slide-out-from-right-hover a.closed>span {
    position: relative;

    display: block;
    overflow: unset !important;
}
.slide-out-widget-area-toggle.mobile-icon.slide-out-from-right-hover a.closed>span,
.slide-out-widget-area-toggle.mobile-icon.slide-out-from-right-hover a.closed>span:after,
.slide-out-widget-area-toggle.mobile-icon.slide-out-from-right-hover a.closed>span:before {
    width: 100%;
    height: 2px;
    margin: 0;

    transition: all .3s;

    background-color: #525252;

    backface-visibility: hidden;
}
div#header-outer.transparent .slide-out-widget-area-toggle.mobile-icon.slide-out-from-right-hover a.closed>span,
div#header-outer.transparent .slide-out-widget-area-toggle.mobile-icon.slide-out-from-right-hover a.closed>span:after,
div#header-outer.transparent .slide-out-widget-area-toggle.mobile-icon.slide-out-from-right-hover a.closed>span:before {
    background-color: #fff;
}
.slide-out-widget-area-toggle.mobile-icon.slide-out-from-right-hover a.closed>span:before {
    width: 18px;
}
.slide-out-widget-area-toggle.mobile-icon.slide-out-from-right-hover a.closed>span:after {
    width: 12px;
}
.slide-out-widget-area-toggle.mobile-icon.slide-out-from-right-hover a.closed.open>span {
    background-color: transparent !important;
}
.slide-out-widget-area-toggle.mobile-icon.slide-out-from-right-hover a.closed.open>span:before {
    width: 18px;

    -webkit-transform: rotate(45deg) translate(0px, 1px);
    -moz-transform: rotate(45deg) translate(0px, 1px);
    transform: rotate(45deg) translate(0px, 1px);
}
.slide-out-widget-area-toggle.mobile-icon.slide-out-from-right-hover a.closed.open>span:after {
    width: 18px;

    -webkit-transform: rotate(-45deg) translate(4px, -5px);
    -moz-transform: rotate(-45deg) translate(4px, -5px);
    transform: rotate(-45deg) translate(4px, -5px);
}
span.mega-toggle-label {
    display: none;
}
#slide-out-widget-area {
    background-color: #387681 !important;
}





@media screen and (max-width:690px) {
    .country-list-view-item .country-list-view-item-content .country-list-view-item-buttons .country-list-view-item-button {
        min-width: 200px;
    }
    .country-list-view-item .country-list-view-item-content .country-list-view-item-buttons .country-list-view-item-button+.country-list-view-item-button {
        margin-top: 15px;
        margin-left: 0;
    }
}
@media screen and (max-width:480px) {
    .events-wrap .event-item .event-item-location,
    .events-wrap .event-item .event-item-date {
        min-width: 200px;
        margin-top: 15px;
    }
    .events-wrap .event-item .event-item-location+.event-item-date {
        margin-left: 0;
    }
}


div.wpcf7-validation-errors,
.light .wpcf7 div.wpcf7-response-output {
    top: -3px;

    margin-right: 0;
    padding: 2px 6px;

    color: #859e39 !important;
    border: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}


body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a {
    font-family: Averta !important;
}
#slide-out-widget-area {
    background-color: #859e39 !important;
}

@media screen and (max-width: 1000px) and (min-width:690px) {
    .ambassadors-wrap.ambassadors-container .ambassadors-item {
        width: 45%;
    }
    .key-contacts {
        display: flex;

        flex-wrap: wrap;
        align-items: baseline;
    }
    .key-contacts .key-contact {
        width: 100%;
        max-width: 45%;
    }
    .publication-container .publication {
        width: 50%;
        margin-bottom: 75px;
        padding: 0 2.5%;
    }


    .publication-container .publication .publication-thumbnail>a {
        padding: 25px;
        padding-bottom: 175px;
    }
    .publication-container .publication .publication-content-wrap {
        padding: 0 5%;
    }




    .media-wrap.media-container .media-item {
        width: 48%;
        margin-bottom: 75px;
        margin-right: 4%;
    }
    .media-wrap.media-container .media-item:nth-child(3n+3) {
        margin-right: 4%;
    }
    .media-wrap.media-container .media-item:nth-child(2n+2) {
        margin-right: 0;
    }
    .media-wrap.media-container .media-item .media-item-thumbnail {
        height: 250px;
    }
}
@media screen and (max-width:690px) {
    .media-wrap.media-container .media-item {
        margin-right: 0;
    }
    .publication-container .publication .publication-thumbnail {
        height: auto;
    }
    .publication-container .publication .publication-thumbnail .publication-thumbnail-img {
        position: relative;
        top: 0%;
        -webkit-transition: translateY(0%);
        -moz-transition: translateY(0%);
    }
    .publication-container .publication .publication-content-wrap {
        position: relative;
        padding: 0;
    }
    .publication-container .publication .publication-head .publication-title {
        min-height: 0;
    }
}
@media screen and (min-width: 1000px) {
    #mega-menu-max_mega_nav .mega-sub-menu {
        overflow: auto !important;
    }
}


.mapplic-clickable:not(g):hover,
g.mapplic-clickable:hover {
    color: #D4C410 !important;
}

@media screen and (min-width: 1000px) {
    #mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.menu-title {
        padding-top: 15px !important;
    }
    #mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.menu-title+li.mega-menu-item:not(.mega-menu-item-type-custom) {
        padding-top: 30px !important;
    }
    #mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item:not(.menu-title):first-child {
        padding-top: 82px !important;
    }


}




.nectar-flip-box .flip-box-head {
    padding: 25px 20px;
    color: #FFFFFF;
    font-family: "Averta";
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    position: relative;
}
.nectar-flip-box .flip-box-head:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.nectar-flip-box .flip-box-head.flip-box-head-myth {
    background-color: #006A76;
}
.nectar-flip-box .flip-box-head.flip-box-head-myth:before {
    background-image: url(img/X.png);
    width: 27px;
}
.nectar-flip-box .flip-box-head.flip-box-head-reality {
    background-color: #7EA01D;
}
.nectar-flip-box .flip-box-head.flip-box-head-reality:before {
    background-image: url(img/tick.png);
    width: 32px;
}
.nectar-flip-box .flip-box-custom-icon {
    margin-top: 50px !important;
    margin-bottom: 40px !important;
}
.nectar-flip-box .flip-box-content {
    padding: 0 30px 35px 30px;
    color: #525252;
    font-family: "Averta";
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
}



.flip-carousel .owl-carousel .owl-stage {
    display: flex;
    padding-bottom: 50px;
}
.flip-carousel .owl-carousel .owl-item .carousel-item,
.flip-carousel .owl-carousel .owl-item .carousel-item .nectar-flip-box {
    width: auto;
    height: 100% !important;
}






/* Infographics */


.publication-container .publication.knowledge-hub .publication-thumbnail {
    height: auto;
}
.publication-container .publication.knowledge-hub .publication-thumbnail>a {
    display: block;
    padding-bottom: 50px;
}
.publication-container .publication.knowledge-hub .publication-content-wrap {
    position: inherit;
}











/***********/
.dropdown-menu select {
    width: 400px;
}
.dropdown-menu .select2-container--default .select2-selection--single {
    height: 40px;

    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    border-radius: 0;
    background-color: transparent;
}
.dropdown-menu .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
    line-height: 40px;

    display: block;
    overflow: hidden;

    padding-right: 20px;
    padding-left: 0;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.dropdown-menu .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}
.dropdown-menu .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;

    background-image: url(//www.foodandlandusecoalition.org/wp-content/themes/folu/img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.dropdown-menu .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none !important;
}


.dropdown-menu span.select2-container {
    background-color: transparent !important;
}


span.select2-container {
    z-index: 9999;

    border: 0 !important;
    border-radius: 0 !important;
    background-color: #f1f1f1 !important;
}
.select2-container--default .select2-results>.select2-results__options {
    overflow-y: auto;

    max-height: 500px !important;
}
.select2-container .select2-results__option {
    font-size: 18px;
    line-height: 40px;

    padding: 0 15px;

    color: #525252;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f1f1f1 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #7ea01d !important;
}
.select2-dropdown {
    border: 0 !important;
    border-radius: 0 !important;
    background-color: #f1f1f1 !important;
}
li.mega-menu-item.mega-menu-item-type-widget.widget_nav_menu {
    margin-top: 30px !important;
    margin-bottom: 75px !important;
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li#mega-menu-item-text-3.mega-menu-item.mega-menu-item-type-widget.widget_text {
    padding-top: 10px !important;
}
li.mega-menu-item.mega-menu-item-type-widget.widget_text .textwidget {
    width: 350px;

    white-space: initial;
}
li.mega-menu-item.mega-menu-item-type-widget.widget_text .textwidget p {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;

    white-space: initial;

    color: #fff;
}
#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li#mega-menu-item-text-3.mega-menu-item.mega-menu-item-type-widget.widget_text+li.mega-menu-item.mega-menu-inline-item {
    margin-top: -15px !important;
}
.country-template-default.single.single-country #page-header-bg h1 {
    font-family: 'Averta';
}



#mega-menu-wrap-max_mega_nav #mega-menu-max_mega_nav li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item:not(.menu-title)>a.mega-menu-link:hover {
    color: #7ea01d !important;
}






.button-group.filter-button-group.country-filter {
    margin-bottom: 50px;
}
.country-list-view-item+.country-list-view-item {
    margin-top: 0 !important;
}
.country-list-view-item {
    margin-bottom: 94px;
}




.country-terms span.country-term {
    font-family: 'Averta';
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    margin-left: 10px;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px !important;
    display: inline-block;
}
.country-terms span.country-term+span.country-term {
    margin-left: 10px;
}


body .select2-container--default .select2-results>.select2-results__options {
    max-height: 300px !important;
}
































/* COVID-19 Page */

/* Carousel */
.covid-item-container {
    margin-left: -40px;
    margin-right: -40px;
}
.covid-item {
    text-align: left !important;
    padding: 40px;
    width: 25%;
    display: inline-block;
}
.covid-item-container .covid-item .covid-item-thumbnail img {
    margin: 0 !important;
}
.covid-item-container .covid-item .covid-item-title {
    padding-top: 30px;
    padding-bottom: 25px;
}
.covid-item-container .covid-item .covid-item-title a {
    color: #006A76;
    font-family: "Averta";
    font-size: 22.5px;
    letter-spacing: 0;
    line-height: 28px;
}
.covid-item-container .covid-item .covid-item-title a:hover {
    color: #7ea01d;
}
.covid-item-container .covid-item .covid-publications i {
    color: #7EA01D;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 14px;
    vertical-align: text-bottom;
}
.covid-item-container .covid-item .covid-publications a {
    color: #006A76;
    font-family: "Averta";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.4px;
    line-height: 16px;
    text-transform: uppercase;
}
.covid-item-container .covid-item .covid-publications a:hover {
    color: #7ea01d;
}
.covid-item-container .covid-item .covid-publications a+a:before {
    content: ', ';
    color: #006A76;
    font-family: "Averta";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.4px;
    line-height: 16px;
    text-transform: uppercase;
    margin-left: -4px;
}
.covid-item-container button.slick-arrow {
    position: absolute;
    top: 50%;
    height: 45px;
    width: 45px;
    border: 0;
    border-radius: 50%;
    background-color: transparent;
    z-index: 999;
    text-indent: -999px;
    overflow: hidden;
    background-position: center;
    background-size: contain;
    cursor: pointer !important;
}
.covid-item-container button.slick-prev.slick-arrow {
    left: 0;
    transform: translate(-100%, -50%);
    background-image: url(img/covid-arrow-left.png);
}
.covid-item-container button.slick-next.slick-arrow {
    right: 0;
    transform: translate(100%, -50%);
    background-image: url(img/covid-arrow-right.png);
}

@media screen and (max-width:1000px) {
    .rel-news-res-container .rel-item {
        width: 50% !important;
    }
}
@media screen and (max-width:600px) {
    .rel-news-res-container .rel-item {
        width: 100% !important;
    }
}






/* Related Posts */
.rel-news-res-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.rel-news-res-container .rel-item {
    width: 33.33%;
    padding: 0 15px 50px;
}
.rel-news-res-container .rel-item .rel-item-thumbnail-link {
    overflow: hidden;
    position: relative;
    display: block;
}
.rel-news-res-container .rel-item .rel-item-thumbnail-link .rel-item-thumbnail {
    height: 250px;
    background-color: #d8d8d8;
    display: block;
    background-position: center;
    background-size: cover;

    -webkit-transition: transform .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: transform .25s cubic-bezier(.4, 0, .2, 1) !important;

    transform: scale(1.01);
}
.rel-news-res-container .rel-item .rel-item-thumbnail-link:hover .rel-item-thumbnail {
    transform: scale(1.06);
}
.rel-news-res-container .rel-item .rel-item-title {
    padding-top: 30px;
    padding-bottom: 10px;
}
.rel-news-res-container .rel-item .rel-item-title a {
    color: #006A76;
    font-family: Averta;
    font-size: 22.5px;
    font-weight: 300;
    line-height: 28px;
}
.rel-news-res-container .rel-item .rel-item-title a:hover {
    color: #859e39;
}
.rel-news-res-container .rel-item .rel-item-excerpt {
    color: #525252;
    font-family: Averta;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
}
.rel-news-res-pagination-button {
    text-align: center;
}
.rel-news-res-pagination-button .load-more,
.rel-news-res-pagination-button .load-less {
    font-family: 'Averta';
    font-size: 15px;
    line-height: 25px;
    display: inline-flex;
    margin-bottom: 50px;
    color: #525252;
    align-items: center;
}
.rel-news-res-pagination-button .load-more:after,
.rel-news-res-pagination-button .load-less:after {
    content: '';
    transition: all .3s;
    border: 1px solid #7ea01d;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    top: 15px;
    display: block;
    width: 46.5px;
    height: 46.5px;
    margin-left: 20px;
}
.rel-news-res-pagination-button .load-more:after {
    background-image: url(img/plus-green.png);
}
.rel-news-res-pagination-button .load-less:after {
    background-image: url(img/Less-green.png);
}
.rel-news-res-pagination-button .load-more:hover:after,
.rel-news-res-pagination-button .load-less:hover:after {
    background-color: #7ea01d;
}
.rel-news-res-pagination-button .load-more:hover:after {
    background-image: url(img/plus-white.png);
}
.rel-news-res-pagination-button .load-less:hover:after {
    background-image: url(img/Less-white.png);
}
.rel-news-res-pagination-button .load-less {
    display: none;
}





























/* covid banner */

@media screen and (min-width: 1000px) and (max-width:1250px) {
    .covid-banner .row-bg.using-image.using-bg-color {
        background-position: -100px 0px !important;
    }
    .wpb_row.covid-banner .span_12>.col.padding-14-percent {
        padding: 0 0 0 6% !important;
    }
}
@media screen and (min-width: 1000px) and (max-width:1150px) {
    .covid-banner .row-bg.using-image.using-bg-color {
        background-position: -150px 0px !important;
    }
    body .wpb_row.covid-banner .vc_col-sm-10 {
        width: 75% !important;
    }
    body .wpb_row.covid-banner .vc_col-sm-2 {
        width: 25% !important;
        margin: 0;
    }
}
@media screen and (max-width: 1000px) {
    .covid-banner .row-bg.using-image.using-bg-color {
        background-position: 0px 0px !important;
    }
    body .wpb_row.covid-banner .vc_col-sm-2 {
        margin: 0;
    }
    body .wpb_row.covid-banner .nectar-cta[data-alignment="right"] {
        text-align: left;
    }
}




/* ngg gallery */
.ngg-download-frm {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 80px;
}
.ngg-download-frm .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail {
    text-align: center;
    max-width: 100% !important;
    background-color: transparent;
    border: none;
    margin-right: 0;
    margin: 15px 15px 50px 15px;
}
.ngg-download-frm .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail a {
    display: block;
    margin: 0;
    border: none;
    box-shadow: none;
}
.ngg-download-frm .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail a img {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    max-width: 100% !important;
    width: 100%;
    height: auto;
}
.ngg-download-frm .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail input[type="checkbox"] {
    display: none !important;
}
.ngg-download-frm .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail span {
    overflow: hidden;
    text-indent: -1000px;
    padding-left: 0;
    height: 0;
}
.ngg-download-frm .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail label {
    display: block;
    margin-top: 10px;
    position: relative;
    text-align: left;
}
.ngg-download-frm .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail label:before {
    content: 'Select';
    color: #006A76;
    font-family: Averta;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    vertical-align: text-top;
    padding-left: 25px;
}
.ngg-download-frm .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail label span:before {
    content: '';
    height: 16px;
    width: 16px;
    border: 1px solid #006A76;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
}
.ngg-download-frm .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail label span:after {
    content: '\f00c';
    height: 16px;
    width: 16px;
    font-family: FontAwesome;
    font-size: 16px;
    display: none;
    color: #006A76;
    position: absolute;
    top: -2px;
    left: 2px;
    text-indent: 0;
}
.ngg-download-frm .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail input[type="checkbox"]:checked+span:after {
    display: block;
}
.ngg-download-frm hr {
    border: none !important;
    margin: 0;
}







.form-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-buttons button.button {
    color: #525252;
    font-family: Averta;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 0 !important;
}
body[data-button-style="rounded"] .container-wrap .form-buttons button.button {
    color: #525252;
    font-family: Averta;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 0 !important;
    display: block;
    background: transparent;
    border: 0;
    font-weight: 400;
    display: flex;
    align-items: center;
}
body[data-button-style="rounded"] .container-wrap .form-buttons button.button:after {
    content:'';
    top: 15px;
    width: 46px;
    height: 46px;
    border: 1px solid #7ea01d;
    border-radius: 50%;
    background-image: url(img/download-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin-left: 7px;
}
body[data-button-style="rounded"] .container-wrap .form-buttons button.button + button.button {
    margin-left: 60px;
}
body[data-button-style="rounded"] .container-wrap .form-buttons button.button:hover {
    background: transparent !important;
    color:#7ea01d;
}
body[data-button-style="rounded"] .container-wrap .form-buttons button.button:hover:after {
    background:#7ea01d;
    background-image: url(img/download-icon-w.png);
    background-repeat: no-repeat;
    background-position: center;
}



@media screen and (max-width: 1000px) {
    .ngg-gallery-thumbnail-box {
        width: 50% !important;
    }

    body[data-button-style="rounded"] .container-wrap .form-buttons button.button+button.button {
        margin-left: 0;
    }

    .form-buttons {
        justify-content: space-between;
        padding: 0 15px;
    }

    body[data-button-style="rounded"] .container-wrap .form-buttons button.button:after {
        content: '';
        top: 15px;
        width: 40px;
        height: 40px;
        border: 1px solid #7ea01d;
        border-radius: 50%;
        background-image: url(img/download-icon.png);
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        margin-left: 7px;
        background-size: 17px;
    }

    body[data-button-style="rounded"] .container-wrap .form-buttons button.button:hover:after {
        background: #7ea01d;
        background-image: url(img/download-icon-w.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 17px;
    }
}


@media screen and (max-width: 600px) {
    .form-buttons {
        justify-content: space-between;
        padding: 0 15px;
        flex-wrap: wrap;
    }
    .ngg-gallery-thumbnail-box {
        width: 100% !important;
    }
}








.col-text-right {
    text-align: right;
}


.nectar-cta.cta-pdf[data-style='see-through'] {
    display: inline-block;
    margin-bottom: 0;
}
.nectar-cta.cta-pdf[data-style='see-through'] + .nectar-cta.cta-pdf[data-style='see-through'] {
    margin-left: 30px;
}
.nectar-cta.cta-pdf[data-style='see-through'] .link_wrap .link_text:after {
    background-image: url(img/cta-pdf-green.png);
}
.nectar-cta.cta-pdf[data-style='see-through'] .link_wrap:hover .link_text:after {
    background-image: url(img/cta-pdf-white.png);
}










/* Cookies */
#cookie-law-info-bar {
    padding: 20px 20px 22.5px 20px !important;
    background-color: #fff !important;
    box-shadow: none !important;
    width: 350px !important;
    bottom: 18px !important;
    right: 18px !important;
	left: auto !important;
}
#cookie-law-info-bar .cli_messagebar_head {
    transform: rotate(360deg);
    text-align: left;
    color: #006A76;
    font-family: Averta;
    font-size:22.5px;
    font-weight: 600 !important;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 12px;
}
#cookie-law-info-bar .cookie-law-info-bar-body, 
#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message {
    color: #525252;
    font-family: Averta;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
    text-align: left;
}
#cookie-law-info-bar .cookie-law-info-bar-buttons {
    margin-top: 15px;
    margin-left: 0px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
#cookie-law-info-bar .cookie-law-info-bar-buttons .cli-plugin-main-link:not(.cli-plugin-button), 
#cookie-law-info-bar .cookie-law-info-bar-buttons .cli_settings_button:not(.cli-plugin-button), 
#cookie-law-info-bar .cookie-law-info-bar-buttons .cli_action_button:not(.cli-plugin-button) {
    text-decoration: none !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    cursor: pointer;
    font-family: Averta;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
}
#cookie-law-info-bar .cookie-law-info-bar-buttons .cli_settings_button:not(.cli-plugin-button) {
    color: #006A76;
}
#cookie-law-info-bar .cookie-law-info-bar-buttons .cli_action_button:not(.cli-plugin-button) {
    color: #7EA01D;
}
#cookie-law-info-bar .cookie-law-info-bar-buttons .cli_settings_button:not(.cli-plugin-button):before,
#cookie-law-info-bar .cookie-law-info-bar-buttons .cli_action_button:not(.cli-plugin-button):after {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
}
#cookie-law-info-bar .cookie-law-info-bar-buttons .cli_settings_button:not(.cli-plugin-button):before {
    margin-right: 10px;
    background-image: url(img/cog.svg);
    border: 1px solid #006A76;
    filter: invert(34%) sepia(97%) saturate(7487%) hue-rotate(177deg) brightness(87%) contrast(101%);
}
#cookie-law-info-bar .cookie-law-info-bar-buttons .cli_action_button:not(.cli-plugin-button):after {
    margin-left: 10px;
    background-image: url(img/check.svg);
    border: 1px solid #7EA01D;
    filter: invert(51%) sepia(68%) saturate(490%) hue-rotate(35deg) brightness(97%) contrast(89%);
}

#cookie-law-info-bar .cookie-law-info-bar-buttons .cli-plugin-main-link:not(.cli-plugin-button):hover, 
#cookie-law-info-bar .cookie-law-info-bar-buttons .cli_settings_button:not(.cli-plugin-button):hover, 
#cookie-law-info-bar .cookie-law-info-bar-buttons .cli_action_button:not(.cli-plugin-button):hover {
    opacity: 0.75;
}
#cookie-law-info-bar .cookie-law-info-bar-buttons .cli_settings_button:not(.cli-plugin-button):hover:before, 
#cookie-law-info-bar .cookie-law-info-bar-buttons .cli_action_button:not(.cli-plugin-button):hover:after {
    /* filter: invert(53%) sepia(72%) saturate(2893%) hue-rotate(328deg) brightness(98%) contrast(89%); */
}



/* Coockie Modal */

.cli-modal-backdrop.cli-show {
    display: none !important
}
.cli-modal {
    top: auto !important;
    right: 18px !important;
    bottom: 18px !important;
    left: auto !important;
}
.cli-modal .cli-modal-dialog {
    max-width: 350px !important;
    margin: 0 !important;
    min-height: 0 !important;
}
.cli-modal-content {
    background-color: #fff !important;
    border-radius: 0 !important;
    padding: 20px 20px 22.5px 20px !important;
}

.cli-modal .cli-modal-close {
    top: 17px !important;
    right: 12px !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 0 !important;
    padding: 0 !important;
    min-width: 20px !important;
    cursor: pointer;
    position: absolute;
}
.cli-modal-close svg {
    fill: #000000;
    stroke-width: 0.5px;
    stroke: #fff;
}
.cli-modal-close:hover svg {
    fill: #000000;
}
.cli-container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.cli-tab-container h4, 
.cli-tab-container h1 {
    margin: 0 !important;
    display: inline-block;
    color: #006A76;
    font-family: Averta;
    font-size:22.5px;
    font-weight: 600 !important;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 12px;
    margin-bottom: 20px !important;
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
    max-height: none;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    margin: 0 0 20px 0;
}
.cli-tab-container p, 
.cli-privacy-content-text {
    color: #525252;
    font-family: Averta;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22.5px;
}
#cliSettingsPopup .cli-tab-section-container {
    padding-top: 0 !important;
}
.cli-tab-section {
    margin-top: 10px !important;
}
.cli-tab-container .cli-row {
    max-height: none;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.cli-tab-header {
    border-radius: 0 !important;
    padding: 5px 3px !important;
    background-color: transparent !important;
}
.cli-tab-header a.cli-nav-link {
    color: #006A76;
    font-family: Averta;
    font-size: 16.5px !important;
    letter-spacing: 0 !important;
    line-height: 23px !important;
    font-weight: 600;
}
span.cli-necessary-caption {
    color: #7EA01D;
    font-family: Averta;
    font-size: 16.5px !important;
    letter-spacing: 0 !important;
    line-height: 23px !important;
    font-weight: 600;
}
.cli-tab-header a:before {
    width: 10px !important;
    height: 16px !important;
    border-right: 0 solid #fff !important;
    border-bottom: 0 solid #fff !important;
    margin-right: 10px !important;
    background-image: url(img/tab-arrow.png);
    transform: rotate(0);
    background-repeat: no-repeat;
    background-size:contain;
    background-position:center;
}
/* .cli-tab-header.cli-tab-active .cli-nav-link {
    color: #EB5755;
} */
.cli-tab-header.cli-tab-active .cli-nav-link:before {
    transform: rotate(90deg);
    /* filter: invert(53%) sepia(72%) saturate(2893%) hue-rotate(328deg) brightness(98%) contrast(89%); */
}
.cli-tab-section .cli-tab-content {
    padding: 10px 0;
    background: transparent;
}
.cli-switch .cli-slider:after {
    content: attr(data-cli-disable);
    position: absolute;
    right: 50px;
    text-align: right;
    min-width: 60px;
    background: transparent;

    text-align: right;

    color: #7EA01D;
    font-family: Averta;
    font-size: 16.5px !important;
    letter-spacing: 0 !important;
    line-height: 23px !important;
    font-weight: 600;
}
.cli-switch .cli-slider {
    background-color: transparent;
    height: 22px;
    width: 41px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
    border: 0;
    background-color: #7EA01D !important;
}
.cli-switch input:checked+.cli-slider {
    background-color: transparent;
}
.cli-switch .cli-slider:before {
    background-color: #fff;
    bottom: 3px;
    content: "";
    height: 16px;
    left: 3px;
    position: absolute;
    transition: .4s;
    width: 16px;
}









#wt-cli-privacy-save-btn {
    text-decoration: none !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center;
    cursor: pointer;
    font-family: Averta;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    background-color: transparent;
    padding: 0;
}
#wt-cli-privacy-save-btn {
    color: #7EA01D;
}
#wt-cli-privacy-save-btn:after {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
}
#wt-cli-privacy-save-btn:after {
    margin-left: 10px;
    background-image: url(img/check.svg);
    border: 1px solid #7EA01D;
    filter: invert(51%) sepia(68%) saturate(490%) hue-rotate(35deg) brightness(97%) contrast(89%);
}
#wt-cli-privacy-save-btn:hover {
    opacity: 0.75;
}
#wt-cli-privacy-save-btn:hover:after {
    /* filter: invert(53%) sepia(72%) saturate(2893%) hue-rotate(328deg) brightness(98%) contrast(89%); */
}


















/******************************************************
    NEW Styles
*******************************************************/

/*
    Footer
*/

body #footer-outer {
    background-color: #006A76 !important;
    padding: 45px 0;
}
body #footer-outer #footer-widgets .row {
    padding: 0;
}
body #footer-outer #footer-widgets .footer-main .footer-area.footer-area-1 {
    display: flex;
    flex-wrap: wrap;
}
body #footer-outer #footer-widgets .footer-main .footer-area.footer-area-2 {
    padding-left: 50px;
    padding-right: 40px;
    display: flex;
    justify-content: flex-end;
}
body #footer-outer #footer-widgets .footer-main .footer-area.footer-area-2 .widget h4+div .textwidget {
    margin-top: 0;
}
body #footer-outer #footer-widgets .footer-main .footer-area .widget {
    margin-bottom: 0;
}
body #footer-outer #footer-widgets .footer-main .footer-area .widget h4 {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF !important;
    margin-bottom: 15px;
}
body #footer-outer #footer-widgets .footer-main .footer-area .widget .menu {}
body #footer-outer #footer-widgets .footer-main .footer-area .widget .menu li+li {
    margin-top: 15px;
}
body #footer-outer #footer-widgets .footer-main .footer-area .widget .menu li a {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF !important;
    display: inline-block;
}
body #footer-outer #footer-widgets .footer-main .footer-area .widget div.textwidget>div {
    margin-bottom: 20px;
}
body #footer-outer #footer-widgets .footer-main .footer-area .widget div.textwidget>div>a {
    font-family: 'Averta' !important;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-decoration-line: underline;
    color: #FFFFFF !important;
}
body #footer-outer #footer-widgets .footer-main .footer-area .widget ul.footer-social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
body #footer-outer #footer-widgets .footer-main .footer-area .widget ul.footer-social-list li+ li {
    margin-left: 25px;
}
body #footer-outer #footer-widgets .footer-main .footer-area .widget ul.footer-social-list li a {
    padding: 0;
}
body #footer-outer #footer-widgets .footer-main .footer-area .widget ul.footer-social-list li a [class^="icon-"].icon-default-style {
    color: #fff !important;
    font-size: 22px !important;
}

body #footer-outer #footer-widgets .footer-main .footer-area.footer-area-1 .widget {
    margin-bottom: 0;
    width: 400px;
}
#menu-footer-countries {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
body #footer-outer #footer-widgets .footer-main .footer-area .widget ul.footer-social-list li {
    padding: 0 !important;
}
body #footer-outer #footer-widgets .footer-main .footer-area .widget ul.footer-social-list li a {
    display: block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}
body #footer-outer #footer-widgets .footer-main .footer-area .widget ul.footer-social-list li a.instagram {
    background-image: url(img/icons/ico-instagram.svg);
}
body #footer-outer #footer-widgets .footer-main .footer-area .widget ul.footer-social-list li a.twitter {
    background-image: url(img/icons/ico-twitter.svg);
}
body #footer-outer #footer-widgets .footer-main .footer-area .widget ul.footer-social-list li a.youtube {
    background-image: url(img/icons/ico-youtube.svg);
}
body #footer-outer #footer-widgets .footer-main .footer-area .widget ul.footer-social-list li a.linkedin {
    background-image: url(img/icons/ico-linkedin.svg);
    margin-top: -5px;
}
body #footer-outer #footer-widgets .footer-logos .footer-area.footer-area-logos {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 60px;
    padding-bottom: 40px;
}
body #footer-outer #footer-widgets .footer-logos .footer-area.footer-area-logos .widget {
    padding: 0 15px;
    margin-bottom: 0;
}
body #footer-outer #footer-widgets .footer-logos .footer-area.footer-area-logos .widget img {
    margin-bottom: 0;
}
body #footer-outer #footer-widgets .footer-logos .footer-area.footer-area-logos .widget figcaption {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    display: none;
}

#footer-outer #copyright {
    border: none;
    background-color: transparent !important;
    padding: 0;
}
#footer-outer #copyright .copyright-texts {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}

/* regency logo  */
.regency-logo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    bottom: 0;
}
.regency-logo a {
    display: block;
    position: relative;
    padding-right: 0;
    color: #012169;
    font-family: "Averta";
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0;
    text-align: right;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    -webkit-transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
    width: 28px;
    height: 28px;
}
.regency-logo a:before,
.regency-logo a:after {
    content: '';
    background-repeat: no-repeat;
    border: 1px solid #000;
    border-radius: 50%;
    margin-left: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    -webkit-transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
    filter: invert(100%) sepia(67%) saturate(0%) hue-rotate(285deg) brightness(111%) contrast(101%);
}
.regency-logo a:before {
    background-image: url(img/regency-logo.svg);
    opacity: 1;
    background-position: 4px 6px;
}
.regency-logo a:after {
    background-image: url(img/regency-arrow.svg);
    background-size: 15px;
    background-position: 6px 5px;
    opacity: 0;
}
.regency-logo a span {
    opacity: 0;
    z-index: -1;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 28px;
    color: #fff;
    -webkit-transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    white-space: nowrap;
    padding-right: 10px;
    font-weight: 300;
}
.regency-logo a:hover span {
    opacity: 1;
    z-index: 1;
}
.regency-logo a:hover:before {
    opacity: 0;
}
.regency-logo a:hover:after {
    opacity: 1;
}


/*
    footer tablet
*/
@media only screen and (min-width: 690px) and (max-width: 999px) {
    #footer-widgets .container .col {
        margin-left: 0;
        width: 100%;
    }
    body #footer-outer #footer-widgets .footer-main .footer-area.footer-area-1 {
        flex-wrap: wrap;
    }
    #footer-widgets .container .col.span_6, #footer-widgets .container .col.span_4 {
        padding: 0;
    }
    body #footer-outer #footer-widgets .footer-main .footer-area.footer-area-2 {
        padding-left: 0;
        padding-right: 0;
        display: flex;
        justify-content: flex-start;
    }
    body #footer-outer #footer-widgets .footer-main .footer-area.footer-area-1 .widget {
        margin-bottom: 0;
        width: 50%;
        margin-bottom: 50px;
    }
    body #footer-outer #footer-widgets .footer-main .footer-area.footer-area-1 .widget:first-child {
        width: 100%
    }
    body #footer-outer #footer-widgets .footer-main .footer-area.footer-area-2 .widget .textwidget {
        margin-top: -30px;
    }
    body #footer-outer #footer-widgets .footer-logos .footer-area.footer-area-logos {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    body #footer-outer #footer-widgets .footer-logos .footer-area.footer-area-logos .widget {
        padding: 15px;
        margin-bottom: 0;
        width: 33.3335%;
    }
    body #footer-outer #footer-widgets .footer-logos .footer-area.footer-area-logos .widget:nth-child(3n+1) .wp-block-image {
        margin: auto;
        text-align: left;
    }
    body #footer-outer #footer-widgets .footer-logos .footer-area.footer-area-logos .widget:nth-child(3n+2) .wp-block-image {
        margin: auto;
        text-align: center;
    }
    body #footer-outer #footer-widgets .footer-logos .footer-area.footer-area-logos .widget:nth-child(3n+3) .wp-block-image {
        margin: auto;
        text-align: right;
    }
    #footer-outer #copyright .col {
        width: 100%;
        margin-bottom: 0;
    }
    #footer-outer #copyright .copyright-texts {
        min-height: 20px;
    }
}

/*
    footer mobile
*/
@media only screen and (max-width: 690px) {

    body #footer-outer #footer-widgets .footer-logos .footer-area.footer-area-logos {
        flex-wrap: wrap;
    }
    body #footer-outer #footer-widgets .footer-logos .footer-area.footer-area-logos .widget {
        padding: 0 15px;
        margin-bottom: 0;
        width: 33.3335%;
    }
    body #footer-outer #footer-widgets .footer-logos .footer-area.footer-area-logos .widget .wp-block-image {
        margin-bottom: 0
    }
    body #footer-outer #footer-widgets .footer-logos .footer-area.footer-area-logos .widget img {
        display: none;
    }
    body #footer-outer #footer-widgets .footer-logos .footer-area.footer-area-logos .widget figcaption {
        display: block;
        margin: 4px 0;
    }
    #footer-outer #copyright .copyright-texts {
        padding-right: 50px;
    }
    body #footer-outer #footer-widgets .footer-main .footer-area.footer-area-2 {
        padding-left: 0;
        padding-right: 0;
        display: flex;
        justify-content: start;
    }
    body #footer-outer #footer-widgets .footer-main .footer-area .widget div.textwidget>div>a {
        font-size: 18px;
        line-height: 30px;
    }
    body #footer-outer #footer-widgets .footer-main .footer-area .widget ul.footer-social-list li a {
        background-size: 24px;
    }
    body #footer-outer #footer-widgets .footer-main .footer-area.footer-area-1 {
        flex-wrap: wrap;
    }
    body #footer-outer #footer-widgets .footer-main .footer-area .widget {
        margin-bottom: 0;
        width: 100%;
    }
    body #footer-outer #footer-widgets .footer-main .footer-area .widget+.widget {
        margin-top: 15px;
    }
    body #footer-outer #footer-widgets .footer-main .footer-area .widget h4 {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    body #footer-outer #footer-widgets .footer-main .footer-area .widget h4:after {
        content: '';
        width: 20px;
        height: 20px;
        overflow: hidden;
        display: block;
        margin-left: 10px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(img/ico-arrow-down.svg);
    }
    body #footer-outer #footer-widgets .footer-main .footer-area .widget h4+div {
        display: none;
    }
    body #footer-outer #footer-widgets .footer-main .footer-area .widget.active h4+div {
        display: block;
        margin-bottom: 15px;
    }
    body #footer-outer #footer-widgets .footer-main .footer-area.footer-area-2 .widget .textwidget {
        margin-top: 0;
    }
}

/*
    END Footer
*/


/*
    Country Single
*/

body.single.single-country .container-wrap {
    padding-bottom: 0;
}

/* banner */
div#page-header-wrap,
div#page-header-wrap #page-header-bg  {
    height: 700px !important;
}


/* halfwidth-image */
.wpb_row.halfwidth-image.halfwidth-image-right .wpb_column {
    width: 50% !important;
    margin: 0 !important;
}
.wpb_row.halfwidth-image.halfwidth-image-right .wpb_column.content-col > .vc_column-inner > .wpb_wrapper {
    padding-right: 100px;
}
.wpb_row.halfwidth-image.halfwidth-image-right .wpb_column .img-with-aniamtion-wrap img {
    width: 50vw;
    max-width: unset;
}

.publication-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.publication-carousel .publication {
    width: 340px;
    height: 480px;
    position: relative;
}
.publication-carousel .publication .publication-thumbnail .publication-thumbnail-img {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0%);
}
.publication-carousel .publication .publication-content-wrap {
    background: #006A76;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: opacity .25s cubic-bezier(.4, 0, .2, 1) !important;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.publication-carousel .publication:hover .publication-content-wrap {
    opacity: 1;
}
.publication-carousel .publication .publication-content-wrap .wrap .publication-content-link {
    font-family: 'Averta';
    font-weight: 600;
    font-size: 15px;
    line-height: 46px;
    padding-right: 0;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.publication-carousel .publication .publication-content-wrap .wrap .publication-content-link:after {
    content: '';
    display: block;
    top: 15px;
    width: 46px;
    height: 46px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-image: url(img/arrow-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    margin-left: 10px;
}
.publication-carousel .publication .publication-content-wrap .wrap .publication-content-link:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    background-color: #7ea01d;
    border-color: #7ea01d;
}



/* with title  */
.publication-carousel .publication.publication-w-title {
    width: 340px;
    height: auto;
}
.publication-carousel .publication.publication-w-title .publication-thumbnail {
    width: 100%;
    height: 480px;
    position: relative;
}
.publication-carousel .publication.publication-w-title .publication-title {
    margin-top: 20px;
}
.publication-carousel .publication.publication-w-title .publication-title a {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    color: #006A76;
}

@media screen and (min-width: 1000px) {
    .related_reports.recent_reports.publication-carousel .owl-stage-outer {
        overflow: hidden;
    }
    .related_reports.recent_reports.publication-carousel .publication-carousel .publication.publication-w-title {
        width: 100%;
        height: auto;
    }
}











/* country-latest_news */

.country-latest_news {
    margin-bottom: 0 !important;
    padding: 100px 0 70px !important;
}
.latest_news.rel-news-res-container {
    padding-top: 60px;
}
.latest_news.rel-news-res-container .rel-item .rel-item-title {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 105px;
}
.latest_news.rel-news-res-container .rel-item .rel-item-date {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    color: #525252;
    padding-bottom: 5px;
}
.rel-news-res-pagination-button.latest_news-btns {
    margin-bottom: 0;
}
.rel-news-res-pagination-button.latest_news-btns .load-more,
.rel-news-res-pagination-button.latest_news-btns .load-less {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 300;
    cursor: pointer;
}

/* country-socials */
.country-socials {
    margin-bottom: 0 !important;
    padding: 100px 0 !important;
}
.country-socials .col .wpb_column .vc_column-inner .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.country-socials ul.footer-social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.country-socials ul.footer-social-list li {
    list-style: none;
}
.country-socials ul.footer-social-list li+ li {
    margin-left: 25px;
}
.country-socials ul.footer-social-list li a {
    padding: 0;
}
.country-socials ul.footer-social-list li a [class^="icon-"].icon-default-style {
    color: #2b6974 !important;
    font-size: 22px !important;
}

/* newsletter-section */
html body .newsletter-section .wpcf7 {
    max-width: 450px;
}
html body .newsletter-section .wpcf7 input[type='submit'] {
    background-color: transparent;
    background-size: 16px;
}
html body .newsletter-section .wpcf7 .wpcf7-spinner {
    display: none !important;
}
html body .newsletter-section .vc_col-sm-6 {
    width: 50%;
    margin: 0;
}
html body .newsletter-section .wpcf7 input[type='email'] {
    font-weight: 300;
}

/* Short  */
.ambassadors__short {
    padding-top: 40px;
    padding-bottom: 0px;
}
.ambassadors__short .ambassador {
    -webkit-transition: background .25s cubic-bezier(.4, 0, .2, 1), border .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: background .25s cubic-bezier(.4, 0, .2, 1), border .25s cubic-bezier(.4, 0, .2, 1) !important;

    position: relative;

    padding: 22px 20px 22px 40px;
    width: 33.3335%;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    height: auto;
    height: max-content;
    -webkit-transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;

}
.ambassadors__short .ambassador:hover {
    background: #F9F9F9;
    border-color: #7EA01D;
    cursor: pointer;
}
.ambassadors__short .ambassador .ambassador__thumbnail {
    display: block;
    background-position: center;
    background-size: cover;
    width: 90px;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}
.ambassadors__short .ambassador .ambassador__body {
    width: calc(100% - 90px);
    padding-left: 10px;
}
.ambassadors__short .ambassador .ambassador__body .ambassador__body--title {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size:22px;
    line-height: 28px;
    color: #006A76;
}
.ambassadors__short .ambassador .ambassador__body .ambassador__body--role {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #7EA01D;
    margin-bottom: 0;
}
.ambassadors__short .ambassador .ambassador__body .ambassador__body--email {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #7EA01D;
}
.ambassadors__short .ambassador .ambassador__body--link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

@media screen and (max-width: 1280px) {
    .ambassadors__short .ambassador {
        padding: 25px 35px;
    }
}



/* videos carousel */
.videos-carousel.owl-carousel {
    margin-bottom: 0;
    padding: 0;
}
.videos-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.videos-carousel .video a .video--thumbnail {
    position: relative;
    width: 900px;
    height: 600px;
    background-position: center;
    background-size: cover;
}
.videos-carousel .video a .video--thumbnail .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 2px solid #fff;
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 3px;
    color: #FFFFFF;
    width: 110px;
    height: 110px;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 50%;
}
.media-pagination {
    margin-bottom: 0 !important;
}
/*
    END Country Single
*/






/*
    MAPLIC
 */
.mapplic-button .mapplic-icon {
    display: none !important;
}
.mapplic-zoom-buttons .mapplic-button {
    background-color: transparent !important;
    width: 44px !important;
    height: 44px !important;
    border: 1px solid #fff !important;
    border-radius: 50% !important;
}
.mapplic-zoom-buttons .mapplic-button.mapplic-zoomout-button {
    margin-top: 15px;
}
.mapplic-zoom-buttons .mapplic-button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(29deg) brightness(103%) contrast(102%);
}
.mapplic-zoom-buttons .mapplic-button.mapplic-zoomin-button:after {
    background-image: url(img/map-plus.svg);
}
.mapplic-zoom-buttons .mapplic-button.mapplic-zoomout-button:after {
    background-image: url(img/map-minus.svg);
}
.mapplic-zoom-buttons .mapplic-button:hover {
    background-color: #fff !important;
}
.mapplic-zoom-buttons .mapplic-button:hover:after {
    filter: none;
}
a.maplic-info-btn {
    background-color: transparent !important;
    width: 44px !important;
    height: 44px !important;
    border: 1px solid #fff !important;
    border-radius: 50% !important;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -1000px;
    overflow: hidden;
}
a.maplic-info-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(29deg) brightness(103%) contrast(102%);
    background-image: url(img/map-info.svg);
}
a.maplic-info-btn:hover {
    background-color: #fff !important;
}
a.maplic-info-btn:hover:after {
    filter: none;
}
div#maplic-info-popup {
    max-width: 720px;
    padding: 120px 70px 100px 50px !important;
}

.lity {
    background: transparent !important;
}
.lity-close {
    top: 10px;
    right: 10px;
    position: absolute;
    width: 40px;
    height: 40px;
    color: #979797;
    font-size: 20px;
    line-height: 40px;
    text-shadow: none;
}
/*
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    color: #000;
    font-size: 20px;
    line-height: 40px;
    text-shadow: none;
    top: 10px;
    right: 10px;
}
*/



.maplic-info-bar {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 25px !important;
    background: #fff;
    display: inline-flex;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -100px);
    z-index: 999;
}
.maplic-info-bar .platform {
    font-family: 'Averta';
    font-weight: 300;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    color: #525252;
    display: inline-flex;
    align-items: center;
}
.maplic-info-bar .platform:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
}
.maplic-info-bar .platform.core:before {
    background-color: #7EA01D;
}
.maplic-info-bar .platform.affiliated:before {
    background-color: #C9E47B;
}
.maplic-info-bar .platform + .platform {
    margin-left: 12px;
}




.countries_list {
    padding-left: 75px;
    padding-right: 75px;
    margin-bottom: 50px !important;
}
.countries_list .country {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    padding-top: 35px;
    border-bottom: 1px solid #D8D8D8;
    align-items: end;
}
.countries_list .country .country__content {
    width: calc(100% - 350px);
    padding-right: 100px;
}
.countries_list .country .country__content .country__content--title {
    font-family: 'Averta';
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    color: #006A76;
    margin-bottom: 15px;
}
.countries_list .country .country__content .country__content--excerpt {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #525252;
}
.countries_list .country .country__buttons {
    width: 350px;
    padding-bottom: 10px;
}
.countries_list .country .country__buttons .country__buttons--btn+.country__buttons--btn {
    margin-left: 50px;
}
.countries_list .country .country__buttons .country__buttons--btn {
    font-family: 'Averta';
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    color: #525252;
}
.countries_list .country .country__buttons .country__buttons--btn:after {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    content: '';
    border: 1px solid #7ea01d;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}
.countries_list .country .country__buttons .country__buttons--btn.read-more:after {
    background-image: url(img/arrow-green.png);
}
.countries_list .country .country__buttons .country__buttons--btn.visit-website:after {
    background-image: url(img/visit-website-green.png);
}
.countries_list .country .country__buttons .country__buttons--btn:hover {
    color: #7ea01d;
}
.countries_list .country .country__buttons .country__buttons--btn:hover:after {
    background-color: #7ea01d;
}
.countries_list .country .country__buttons .country__buttons--btn.read-more:hover:after {
    background-image: url(img/arrow-white.png);
}
.countries_list .country .country__buttons .country__buttons--btn.visit-website:hover:after {
    background-image: url(img/visit-website-white.png);
}

























/* Filter */

.filter__panel {
    margin-bottom: 50px !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.filter__panel.single-panel {
    justify-content: flex-end;
    margin-right: -10px;
}
.filter__panel .filter__panel-categories {
    display: flex;
    justify-content: start;
    align-items: center;
    width: calc(100% - 320px);
}
.filter__panel .filter__panel-categories span {
    font-family: 'Averta';
    font-size: 15px;
    font-weight: 300;
    line-height: 40px;
    padding: 0 20px;
    cursor: pointer;
    text-align: center;
    color: #525252;
    border: 1px solid #7ea01d;
    border-radius: 30px !important;
    background-color: #fff;
    min-width: 160px;
    text-transform: uppercase;
}
.filter__panel .filter__panel-categories span+span {
    margin-left: 12px;
}
.filter__panel .filter__panel-categories span:hover,
.filter__panel .filter__panel-categories span.active {
    color: #fff;
    background-color: #7ea01d;
}
.filter__panel .filter__panel-select {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 320px;
}
.filter__panel .filter__panel-select .filter__panel-select-title {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 40px;
    color: #525252;
    font-weight: 600;
    margin-right: 10px;
}
.select2.select2-container.select2-container--filter {
    background: transparent !important;
}
.select2.select2-container.select2-container--filter .selection .select2-selection.select2-selection--single {
    padding-right: 20px;
    height: 40px;
    border-bottom: 1px solid #D8D8D8;
    min-width: 250px;
}
.select2.select2-container.select2-container--filter .selection .select2-selection.select2-selection--single .select2-selection__rendered {
    font-family: 'Averta';
    font-size: 15px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #525252;
    padding: 0;
    font-weight: 300 !important;
}
.select2.select2-container.select2-container--filter .selection .select2-selection.select2-selection--single .select2-selection__arrow {
    content: '';
    display: block;
    width: 15px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-transition: filter .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: filter .25s cubic-bezier(.4, 0, .2, 1) !important;
    background-image: url(img/filter-arrow-down.svg);
}
.select2-container.select2-container--filter.select2-container--open .select2-dropdown {
    background-color: white;
    border: 1px solid #000;
    border-radius: 0;
    max-height: 202px;
    overflow: scroll;
}
.select2-container.select2-container--filter.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    font-family: 'Averta';
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: -0.318182px;
    color: #333333;
    padding: 10px 10px;
}
.select2-container.select2-container--filter.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
    background-color: #006A76 ;
    color: #fff;
}

.filter__panel.media-filter__panel .filter__panel-select {
    justify-content: flex-end;
    width: 320px;
    padding: 0;
}

.medias-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.medias-container .media {
    width: 33.3335%;
    margin-bottom: 75px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}
.medias-container .media:nth-child(3n+3) {
    margin-right: 0;
}
.medias-container .media .media-thumbnail {
    display: block;
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.medias-container .media .media-thumbnail .media-thumbnail-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .4s cubic-bezier(.05, .2, .1, 1) 0s;
    transition: all .4s cubic-bezier(.05, .2, .1, 1) 0s;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
.medias-container .media .media-thumbnail span.media-thumbnail-subcat {
    position: absolute;
    top: 8px;
    left: 6px;
    background: #EF7742;
    border-radius: 30px;
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 12px;
}
.medias-container .media .media-thumbnail:hover .media-thumbnail-img {
    transform: scale(1.05);
}
.medias-container .media .media-title {
    margin-bottom: 20px !important;
    min-height: 56px;
}
.medias-container .media .media-title a {
    font-family: 'Averta';
    font-size: 22px;
    line-height: 28px;
    color: #006a76;
}
.medias-container .media .media-info {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}
.medias-container .media .media-info .media-info-date,
.medias-container .media .media-info .media-info-author,
.medias-container .media .media-info .media-info-title {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
    color: #525252;
    margin-right: 10px;
}
.medias-container .media .media-excerpt {
    font-family: 'Averta';
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #525252;
}
.galleries-pagination {
    text-align: center;
}
.galleries-pagination {
    margin-top: -50px;
}
.galleries-pagination .load-more,
.media-pagination .load-more {
    font-family: 'Averta';
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    display: inline-flex;
    margin-top: 0;
    margin-bottom: 0 !important;
    color: #525252;
    align-items: center;
    cursor: pointer;
}
.galleries-pagination .load-more:after,
.media-pagination .load-more:after {
    top: 15px;
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    content: '';
    transition: all .3s;
    border: 1px solid #7ea01d;
    border-radius: 50%;
    background-image: url(img/plus-green.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}
.galleries-pagination .load-more:hover:after,
.media-pagination .load-more:hover:after {
    background-color: #7ea01d;
    background-image: url(img/plus-white.png);
}





@media screen and (max-width: 999px) {
    .filter__panel {
        margin-bottom: 50px !important;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .filter__panel .filter__panel-categories {
        display: flex;
        justify-content: start;
        align-items: center;
        width: 100%;
    }
    .filter__panel .filter__panel-categories.filter__panel-categories {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 30px;
    }
    .filter__panel .filter__panel-select.filter__panel-select {
        justify-content: center;
        width: 100%;
        padding: 0;
    }



    .medias-container .media {
        width: 50%;
        margin-bottom: 45px;
    }


    #page-header-wrap #page-header-bg h1 {
        letter-spacing: 2px;
        font-size: 45px;
        line-height: 56px;
    }

    .countries_list .country .country__content .country__content--title {
        font-size: 26px;
        line-height: 32px;
    }







}
@media screen and (max-width: 690px) {
    .medias-container .media {
        width: 100%;
        margin-bottom: 45px;
    }




}








/*
    JUST A BUTTONS
*/

body .nectar-button.small.btn__inline {
    font-size: 15px !important;
    line-height: 30px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-bottom: 0 !important;
}
body .nectar-button.small.btn__inline:hover {
    background: #006A76 !important;
    opacity: 1 !important;
}
body .nectar-button.small.btn__inline+.nectar-button.small.btn__inline {
    margin-left: 25px;
}










/*
    Report Single
*/
.single.single-knowledge-hub .container-wrap {
    padding-bottom: 0 !important;
}






.report__head .container {
    display: flex;
}
.report__head .report__head-infomation {
    width: 50%;
}
.report__head .report__head-infomation .report__head-infomation-top {
    margin-bottom: 30px;
}
.report__head .report__head-infomation .report__head-infomation-top .report__head-infomation--title {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    color: #006A76;
}
.report__head .report__head-infomation .report__head-infomation-top .report__head-infomation--subtitle {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 30px;
    line-height: 36px;
    color: #7EA01D;
}
.report__head .report__head-infomation .report__head-infomation-top .report__head-infomation--date {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #525252;
}
.report__head .report__head-infomation .report__head-infomation-body {
    margin-bottom: 30px;
}
.report__head .report__head-infomation .report__head-infomation-body .report__head-infomation-body-excerpt {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #525252;
}
.report__head .report__head-infomation .report__head-infomation-bottom .report__head-infomation-bottom-info {
    margin-bottom: 35px;
    margin-left: -5px;
    margin-right: -5px;
}

.report__head .report__head-infomation .report__head-infomation-bottom .report__head-infomation-bottom-info .report__head-infomation-bottom-info-link {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #006A76;
    display: inline-flex;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
}
.report__head .report__head-infomation .report__head-infomation-bottom .report__head-infomation-bottom-info .report__head-infomation-bottom-info-link span {
    width: calc(100% - 20px);
    padding-left: 5px;
}
.report__head .report__head-infomation .report__head-infomation-bottom .report__head-infomation-bottom-info .report__head-infomation-bottom-info-link:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px;
}
.report__head .report__head-infomation .report__head-infomation-bottom .report__head-infomation-bottom-info .report__head-infomation-bottom-info-link.link-author:before {
    background-image: url(img/ico-lead-author.svg);
}
.report__head .report__head-infomation .report__head-infomation-bottom .report__head-infomation-bottom-info .report__head-infomation-bottom-info-link.link-contacts:before {
    background-image: url(img/ico-media-contacts.svg);
}
.report__head .report__head-infomation .report__head-infomation-top .report__head-infomation--btn .report__download,
.report__head .report__head-infomation .report__head-infomation-bottom .report__head-infomation-bottom-btn .report__download {
    font-family: 'Averta';
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    color: #525252;
}
.report__head .report__head-infomation .report__head-infomation-top .report__head-infomation--btn .report__download:after,
.report__head .report__head-infomation .report__head-infomation-bottom .report__head-infomation-bottom-btn .report__download:after {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    content: '';
    border: 1px solid #7ea01d;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    background-image: url(img/ico-download.svg);
}
.report__head .report__head-infomation .report__head-infomation-top .report__head-infomation--btn .report__download:hover:after,
.report__head .report__head-infomation .report__head-infomation-bottom .report__head-infomation-bottom-btn .report__download:hover:after {
    background-color: #7ea01d;
    background-image: url(img/ico-download-white.svg);
}





.report__head-infomation-bottom-info-toggle {
    padding: 10px 0;
}
.report__head-infomation-bottom-info-toggle .report__head-infomation-bottom-info-link {
    cursor: pointer;
}
.report__head-infomation-bottom-info-toggle .report__head-infomation-bottom-info-link:after {
    content: '';
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(img/toggle-arrow-down.svg);
    width: 16px;
    height: 16px;
    background-size: 14px;
    margin-left: 5px;
    -webkit-transition: transform .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: transform .25s cubic-bezier(.4, 0, .2, 1) !important;
}
.report__head-infomation-bottom-info-toggle .report__head-infomation-bottom-info-toggle-body {
    display:flex;
    flex-wrap:wrap;
    margin-left: -10px;
    margin-right: -10px;
    overflow:hidden;
    max-height:0;
    -webkit-transition: max-height .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: max-height .25s cubic-bezier(.4, 0, .2, 1) !important;
}
.report__head-infomation-bottom-info-toggle .report__head-infomation-bottom-info-toggle-body .toggle-body--contact {
    width: 50%;
    padding: 5px 15px;
}
.report__head-infomation-bottom-info-toggle .report__head-infomation-bottom-info-toggle-body .toggle-body--contact .toggle-body--contact-name {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #006A76;
}
.report__head-infomation-bottom-info-toggle .report__head-infomation-bottom-info-toggle-body .toggle-body--contact .toggle-body--contact-role {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #7EA01D;
}
.report__head-infomation-bottom-info-toggle .report__head-infomation-bottom-info-toggle-body .toggle-body--contact .toggle-body--contact-organisation {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #7EA01D;
}
.report__head-infomation-bottom-info-toggle.active .report__head-infomation-bottom-info-link:after {
    transform:rotate3d(1, 0, 0, 180deg);
}
.report__head-infomation-bottom-info-toggle.active .report__head-infomation-bottom-info-toggle-body {
    max-height: 500px;
    margin-top: 10px;
}





.report__head .report__head-thumbnail-wrap {
    display: block;
    width: 50%;
}
.report__head .report__head-thumbnail-wrap .report__head-thumbnail {
    display: flex;
    justify-content: center;
    width: 100%;
}
.report__head .report__head-thumbnail-wrap .report__head-thumbnail .report__head-thumbnail-img {
    max-height: 500px;
    max-width: 100%;
}
.report__head .report__head-thumbnail-wrap .report__head-thumbnail-btn {
    margin-top: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.report__head .report__head-thumbnail-wrap .report__head-thumbnail-btn .report__download {
    font-family: 'Averta';
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    color: #525252;
}
.report__head .report__head-thumbnail-wrap .report__head-thumbnail-btn .report__download:after {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    content: '';
    border: 1px solid #7ea01d;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    background-image: url(img/ico-download.svg);
}
.report__head .report__head-thumbnail-wrap .report__head-thumbnail-btn .report__download:hover:after {
    background-color: #7ea01d;
    background-image: url(img/ico-download-white.svg);
}














.report__head .report__head-infomation .report__head-infomation-bottom .report__head-infomation--btn .report__download {
    display: none;
}


.report__head #sticky {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    height: auto !important;
}


.single.single-knowledge-hub .container-wrap {
    padding-top: 0 !important;
}














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





.report__head .container {
    flex-wrap: wrap;
}
.report__head .report__head-infomation {
    width: 100%;
    order: 3;
    padding: 40px 0;
}
.report__head #sticky {
    order: 2;
}
.report__head .report__head-thumbnail {
    width: 100%;
    order: 1;
    display: none !important;
}



.report__head .report__head-thumbnail .report__head-thumbnail-img {
    max-height: 420px;
}
.report__head .report__head-infomation .report__head-infomation-top .report__head-infomation--title {
    font-size: 26px;
    line-height: 46px;
}
.report__head .report__head-infomation .report__head-infomation-top .report__head-infomation--subtitle {
    font-size: 22px;
    line-height: 28px;
}

.report__head .report__head-infomation .report__head-infomation-top .report__head-infomation--date,
.report__head .report__head-infomation .report__head-infomation-bottom .report__head-infomation-bottom-btn .report__download {
    display: none;
}
.report__head .report__head-infomation .report__head-infomation-bottom .report__head-infomation-bottom-info {
    margin-bottom: 0;
}



.report__head .report__head-infomation .report__head-infomation-bottom .report__head-infomation-bottom-info .report__head-infomation-bottom-info-link:before {
    background-size: 16px;
}
.report__head .report__head-infomation .report__head-infomation-bottom .report__head-infomation-bottom-info .report__head-infomation-bottom-info-link {
    font-size: 14px;
    line-height: 16px;
    display: flex;
    flex-wrap: wrap;
}
.report__head .report__head-infomation .report__head-infomation-bottom .report__head-infomation-bottom-info .report__head-infomation-bottom-info-link+.report__head-infomation-bottom-info-link {
    margin-left: 0;
    margin-top: 15px;
}

.report__head .report__head-infomation .report__head-infomation-top .report__head-infomation--btn .report__download {
    display: inline-flex;
    margin-top: 5px
}


}











.filter__panel.reports-filter__panel {
    justify-content: flex-start;
    margin: 0 -40px;
}
.filter__panel .filter__panel-select {
    justify-content: space-between;
    width: 33.3335%;
    padding: 15px 40px;
}







.filter__panel .reset__filter {
    text-align: right;
    justify-content: end;
}
.filter__panel .reset__filter .btn-reset__filter {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 30px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    color: #006A76;
    background: #FFFFFF;
    border: 1px solid #006A76;
    border-radius: 30px;
    padding: 0px 20px;
    cursor: pointer;
    -webkit-transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
}
.filter__panel .reset__filter .btn-reset__filter:hover {
    color: #ffffff;
    background: #006A76;
}












.reports-container.reports_filter-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.reports-container.reports_filter-wrap .report-wrap {
    width: 33.3335%;
    padding: 30px 20px;
}
.reports-container.reports_filter-wrap .report-wrap .report {
    background-color: #fff;
    padding: 30px 30px 100px 30px;
    height: 100%;
    position: relative;
}
.reports-container.reports_filter-wrap .report .report--thumbnail {
    height: 300px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.reports-container.reports_filter-wrap .report .report--thumbnail .report--thumbnail-img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 0;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.25));
}
.reports-container.reports_filter-wrap .report .report--title > a {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    color: #006A76;
}
.reports-container.reports_filter-wrap .report .report--title > a:hover {
    color: #7EA01D;
}
.reports-container.reports_filter-wrap .report .report--info {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}
.reports-container.reports_filter-wrap .report .report--info .report--info-category,
.reports-container.reports_filter-wrap .report .report--info .report--info-country {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #006A76;
    position: relative;
    padding-left: 20px;
}
.reports-container.reports_filter-wrap .report .report--info .report--info-country {
    margin-top: 10px;
}
.reports-container.reports_filter-wrap .report .report--info .report--info-category:before {
    content: '';
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px;
    background-image: url(img/ico-tags.svg);
    position: absolute;
    left: 0;
    top: 0;
}
.reports-container.reports_filter-wrap .report .report--info .report--info-country:before {
    content: '';
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px;
    background-image: url(img/ico-map.svg);
    position: absolute;
    left: 0;
    top: 0;
}




.filter__panel .reset__filter {
    width: 100%;
    text-align: right;
    justify-content: end;
}


.filter__panel .filter__panel-select input.reports__fiter-search {
    border-bottom: 1px solid #D8D8D8 !important;
    background-color: transparent !important;
    width: 250px;
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 39px;
    color: #525252;
    padding: 0 50px 0 0;
}



.reports-container.reports_filter-wrap .nothing {
    text-align: center;
}

.reports__filter-container .load-more {
    text-align: center;
    margin-top: 70px;
}
.reports__filter-container .load-more .loadmore {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #525252;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.reports__filter-container .load-more .loadmore:after {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    border: 1px solid #7EA01D;
    border-radius: 50%;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    background-image: url(img/search-plus-ico.svg);
    filter: invert(50%) sepia(100%) saturate(344%) hue-rotate(35deg) brightness(94%) contrast(91%);
}

.maxwidth-500 {
    max-width:500px;
    margin-left: auto;
    margin-right: auto;
}



/*
    Download Button
*/


body .nectar-cta.download-btn .link_wrap .link_text {
    font-family: 'Averta';
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    color: #525252;
    padding-right: 60px !important;
}
body .download-btn .link_text:after {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    content: '';
    border: 1px solid #7ea01d;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    background-image: url(img/ico-download.svg);

    position: absolute;
    right: 0 !important;
    top: 50% !important;
    margin: 0 !important;
    transform: translate(0, -50%) !important;

}
.download-btn .link_text:hover:after {
    background-color: #7ea01d;
    background-image: url(img/ico-download-white.svg);
}



body .download-btn.arrow_down .link_text:after {
    background-image: url(img/ico-download.svg) !important;
}
.download-btn.arrow_down .link_text:hover:after {
    background-image: url(img/ico-download-white.svg) !important;
}



.nectar-cta.download-btn .link_wrap .link_text {
    line-height: 26px !important;
    padding-right: 0 !important;
    height: 32px !important;
}
/*.nectar-cta.download-btn .link_wrap .link_text:after {
    display: none !important;
}
*/









/*
    keymessages-section
*/

.keymessages-section .wpb_column {
    margin: 0 !important;
    padding: 0 40px !important;
}
.keymessages-section .wpb_column .vc_column-inner .wpb_content_element {
    max-width: 320px;
}
.keymessages-section .img-with-aniamtion-wrap .img-with-animation {
    max-height: 470px;
    width: auto;
}




/*
    vc_media
*/

.vc_medias-container .vc_media {
    height: 100%;
}
.vc_medias-container.owl-carousel .owl-stage{
    display: flex;
    padding: 0 !important;
}

@media screen and (min-width: 1000px) {
    .vc_medias-container.owl-carousel .owl-nav button.owl-prev {
        transform: translate(-100%, -50%) !important;
    }
    .vc_medias-container.owl-carousel .owl-nav button.owl-next {
        transform: translate(100%, -50%) !important;
    }
}
.vc_medias-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.vc_medias-container .vc_media {
    width: 100%;
    padding: 15px;
}
.vc_medias-container .vc_media .vc_media-wrap {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 25px 25px 30px 25px;
    height: 100%;
    padding-bottom: 140px;
    position: relative;
}
.vc_medias-container .vc_media .vc_media--info .vc_media--info-title a {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    color: #006A76;
}
.vc_medias-container .vc_media .vc_media--body {
    position: absolute;
    bottom: 30px;
    left: 25px;
    right: 25px;
}
.vc_medias-container .vc_media .vc_media--body .vc_media--body-date {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 25px;
    color: #525252;
    text-transform: uppercase;
}
.vc_medias-container .vc_media .vc_media--body .vc_media--body--excerpt {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #525252;
}

.vc_medias-container .vc_media .vc_media--info .vc_media--info-title a:hover {
    color: #7EA01D;
}

.infographics-section .owl-carousel .owl-stage-outer {
    overflow: visible !important;
}
.infographics-section .owl-carousel .owl-item {
    padding: 0 75px;
}
.infographics-section .owl-carousel .owl-dots {
    display: none !important;
}





.videos-section .owl-carousel .owl-stage-outer {
    overflow: visible !important;
}
.videos-section .owl-carousel .owl-item {
    padding: 0 50px;
    opacity:0.1;
    -webkit-transition: opacity .25s cubic-bezier(.4, 0, .2, 1) !important;
        transition: opacity .25s cubic-bezier(.4, 0, .2, 1) !important;
}
.videos-section .owl-carousel .owl-item.active {
    opacity:1;
}
.videos-section .owl-carousel .owl-item .nectar-video-box {
    margin-bottom: 0 !important;
}
body .videos-section .owl-carousel .owl-item .nectar-video-box[data-color="default-accent-color"] .nectar_video_lightbox.play_button_2:before {
    display: none !important;
}
body .videos-section .owl-carousel .owl-item .nectar-video-box[data-color="default-accent-color"] .nectar_video_lightbox.play_button_2 {
    box-shadow: none;
    background-color: transparent !important;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-left: -60px;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 2px solid #FFFFFF;
}
body .videos-section .owl-carousel .owl-item .nectar-video-box[data-color="default-accent-color"] .nectar_video_lightbox.play_button_2:after {
    content: 'play';
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    letter-spacing: 3px;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.videos-section .owl-carousel .owl-item .nectar-video-box .play_button_2 svg {
    display: none;
}

body .videos-section .owl-carousel .owl-item .nectar-video-box[data-color="default-accent-color"]:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
}






.videos-section .owl-carousel .owl-dots {
    display: none !important;
}








.nectar-drag-indicator {
    border-radius: 50%;
    position: absolute;
    z-index: 9999;
    transform: translate3d(-50%,-50%,0);
    transition: transform 0.2s cubic-bezier(.02,1.23,.79,1.08);
    pointer-events: none;
    mix-blend-mode: normal;
    left: -60px;
    top: -60px;
    width: 120px;
    height: 120px;
    opacity: .75;
}
.nectar-drag-indicator.vertical .inner-layer {
    transform: translateX(-5px) rotate(90deg);
}
.nectar-drag-indicator .color-circle {
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: -2px;
    top: -2px;
    transform: scale(0.2);
    transition: transform 0.45s ease,opacity 0.3s ease;
    opacity: 0;
    border-radius: 50%;
    border: 2px solid #859E39;
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #859E39;
    width: 100%;
    justify-content: center;
}
.nectar-drag-indicator.visible .color-circle {
    transform: scale(1);
    opacity: 1;
}









.key-section .nectar-milestone .number {
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    text-align: center;
    color: #7EA01D;
}
.key-section .nectar-milestone .number .symbol-wrap {
    font-size: 100px !important;
}


































/*
    EVENTON LIST
*/
.filter__panel .filter__panel-categories.filter__panel-types {
    display: flex;
    justify-content: start;
    align-items: center;
    width: calc(100% - 400px);
}
.filter__panel .filter__panel-select.filter__panel-select-category {
    justify-content: space-between;
    width: 350px;
    padding: 0;
}
.events {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.events .event {
    padding: 15px;
    width: 33.3335%;
    position: relative;
}
.events.owl-carousel {
    width: auto;
    /*margin-left: 0;*/
    /*margin-right: 0;*/
}
.events.owl-carousel .owl-stage-outer,
.events.owl-carousel .owl-stage {
    display: flex;
}
.events.owl-carousel .owl-item {
    height: 100%;
}
.events.owl-carousel .event {
    padding: 15px;
    width: 100%;
    height: 100%;
}


@media screen and (min-width: 1000px) {
    /*.events.owl-carousel .event {
        padding: 1px;
        margin-left: 1px;
    }*/
    .events.owl-carousel .owl-nav button.owl-prev {
        transform: translate(-100%, -50%) !important;
    }
    .events.owl-carousel .owl-nav button.owl-next {
        transform: translate(100%, -50%) !important;
    }
}
/*.events .event:before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}
*/
.events .event .event-wrap {
    background: #FFFFFF;
    border: 1px solid #006A76;
    padding: 25px;
    position: relative;
    height: 100%;
/*    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px; */
}
.events .event .event__head {
    margin-bottom: 25px;
}
.events .event .event__head .event__head--days {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    color: #006A76;
}
.events .event .event__head .event__head--months {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #525252;
}
.events .event .event__body {

}
.events .event .event__body .event__body--title a {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #006A76;
}
.events .event .event__body .event__body--time,
.events .event .event__body .event__body--location,
.events .event .event__body .event__body--type {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: #525252;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 0;
}
.events .event .event__body .event__body--time span,
.events .event .event__body .event__body--location span,
.events .event .event__body .event__body--type span {
    font-weight: 700;
}
.events .event .event__body .event__body--location:before,
.events .event .event__body .event__body--time:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.events .event .event__body .event__body--location:before {
    background-image: url(img/calendar-map.svg);
}
.events .event .event__body .event__body--time:before {
    background-image: url(img/calendar-time.svg);
}

/*  */
.featured__event {
    display: flex;
    flex-wrap: wrap;
}
.featured__event .featured__event--thumbnail {
    width: 60%;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.featured__event .featured__event--thumbnail .featured__event--thumbnail-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.featured__event .featured__event--thumbnail .featured__event--thumbnail-date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    top: 8px;
    left: 8px;
}
.featured__event .featured__event--thumbnail .featured__event--thumbnail-date .featured__event--thumbnail-date-days {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #7EA01D;
    padding: 0 15px;
}
.featured__event .featured__event--thumbnail .featured__event--thumbnail-date .featured__event--thumbnail-date-months {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #006A76;
    background: #FFFFFF;
    padding: 0 15px;
}
.featured__event .featured__event--info {
    width: 40%;
    padding-left: 75px;
}
.featured__event .featured__event--info .featured__event--info-head {
    margin-bottom: 20px;
}
.featured__event .featured__event--info .featured__event--info-head .featured__event--info-head-title a {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    color: #006A76;
}
.featured__event .featured__event--info .featured__event--info-head .featured__event--info-head-type {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    color: #7EA01D;
}
.featured__event .featured__event--info .featured__event--info-head .featured__event--info-head-type span {
    font-weight: 700;
}
.featured__event .featured__event--info .featured__event--info-head .featured__event--info-head-time {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: #525252;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 0;
}
.featured__event .featured__event--info .featured__event--info-head .featured__event--info-head-time:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    margin-right: 5px;
    background-image: url(img/calendar-time.svg);
}
.featured__event .featured__event--info .featured__event--body {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: #525252;
    margin-bottom: 60px;
}
.featured__event .featured__event--info .featured__event--bottom {
    display: flex;
    justify-content: space-between;
}
.featured__event .featured__event--info .featured__event--bottom .featured__event--bottom-btn {
    font-family: 'Averta';
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    color: #525252;
}
.featured__event .featured__event--info .featured__event--bottom .featured__event--bottom-btn:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    content: '';
    border: 1px solid #7ea01d;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
}
.featured__event .featured__event--info .featured__event--bottom .featured__event--bottom-btn.arrow:after {
    background-image: url(img/arrow-green.png);
}
.featured__event .featured__event--info .featured__event--bottom .featured__event--bottom-btn.plus:after {
    background-image: url(img/plus-green.png);
}
.featured__event .featured__event--info .featured__event--bottom .featured__event--bottom-btn:hover {
    color: #7ea01d;
}
.featured__event .featured__event--info .featured__event--bottom .featured__event--bottom-btn.arrow:hover:after {
    background-color: #7ea01d !important;
    background-image: url(img/arrow-white.png);
}
.featured__event .featured__event--info .featured__event--bottom .featured__event--bottom-btn.plus:hover:after {
    background-color: #7ea01d !important;
    background-image: url(img/plus.png);
    background-size: 12px;
}








.single.single-ajde_events .main-content {
    padding-bottom: 80px;
}
.single.single-ajde_events .event__single--head {
    margin-bottom: 50px;
}
.single.single-ajde_events .event__single--head .event__single--head-title {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    color: #006A76;
    margin-bottom: 15px;
}
.single.single-ajde_events .event__single--head .event__single--head-type {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    color: #7EA01D;
}
.single.single-ajde_events .event__single--head .event__single--head-type span {
    font-weight: 700;
}
.single.single-ajde_events .event__single--thumbnail {
    display: flex;
}
.single.single-ajde_events .event__single--info {
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
}
.single.single-ajde_events .event__single--info .event__single--info-item {
    width: 33.3335%;
    padding: 4px;
}
.single.single-ajde_events .event__single--info .event__single--info-item .event__single--info-item-wrap {
    background: #F9F9F9;
    height: 100%;
    padding: 30px 20px 30px 65px ;
}
.single.single-ajde_events .event__single--info .event__single--info-item .event__single--info-label {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #525252;
    margin-bottom: 10px;
    position: relative;
}
.single.single-ajde_events .event__single--info .event__single--info-item .event__single--info-label:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -40px;
    background-size: contain;
}
.single.single-ajde_events .event__single--info .event__single--info-item .event__single--info-label.date:before {
    background-image: url(img/vs-ico-cal.svg);
}
.single.single-ajde_events .event__single--info .event__single--info-item .event__single--info-label.time:before {
    background-image: url(img/vs-ico-time.svg);
}
.single.single-ajde_events .event__single--info .event__single--info-item .event__single--info-label.location:before {
    background-image: url(img/vs-ico-loc.svg);
}
.single.single-ajde_events .event__single--info .event__single--info-item .event__single--info-value {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    color: #525252;
}
.single.single-ajde_events .event__single--body {
    margin-top: 60px;
    margin-bottom: 60px;
}
.single.single-ajde_events .event__single--body .event__single--body-label {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #006A76;
    margin-bottom: 20px;
}
.single.single-ajde_events .event__single--body .event__single--body-content {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 35px;
    color: #525252;
}
.single.single-ajde_events .event__single--getdirections form {
    position: relative;
    width: 550px;
}
.single.single-ajde_events .event__single--getdirections form .evoInput {
    border-bottom: 1px solid #D8D8D8;
    padding: 0;
    background: transparent;
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 40px;
    color: #525252;
}
.single.single-ajde_events .event__single--getdirections form button[type="submit"] {
    border-radius: 0 !important;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: transparent !important;
    background-image: url(img/submit.svg);
    background-repeat: no-repeat;
    background-position: center right;
}
.single.single-ajde_events .event__single--getdirections form button[type="submit"]:hover {
    background-color: transparent !important;
}






.single.single-ajde_events .event__single--bottom {
    display: flex;
    justify-content: flex-end;
}
.single.single-ajde_events .event__single--bottom .event__single--bottom-btn {
    font-family: 'Averta';
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    color: #525252;
}
.single.single-ajde_events .event__single--bottom .event__single--bottom-btn + .event__single--bottom-btn {
    margin-left: 60px;
}
.single.single-ajde_events .event__single--bottom .event__single--bottom-btn:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    content: '';
    border: 1px solid #7ea01d;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
}
.single.single-ajde_events .event__single--bottom .event__single--bottom-btn.arrow:after {
    background-image: url(img/arrow-green.png);
}
.single.single-ajde_events .event__single--bottom .event__single--bottom-btn.plus:after {
    background-image: url(img/plus-green.png);
}
.single.single-ajde_events .event__single--bottom .event__single--bottom-btn:hover {
    color: #7ea01d;
}
.single.single-ajde_events .event__single--bottom .event__single--bottom-btn.arrow:hover:after {
    background-color: #7ea01d !important;
    background-image: url(img/arrow-white.png);
}
.single.single-ajde_events .event__single--bottom .event__single--bottom-btn.plus:hover:after {
    background-color: #7ea01d !important;
    background-image: url(img/plus.png);
    background-size: 12px;
}




.nectar-cta[data-style="see-through"] .link_wrap .link_text {
    font-weight: 300;
}





body {
    background-color: #006A76 !important;
}

.wpcf7-response-output {
    display: none !important;
}


body .wpcf7-form .wpcf7-not-valid-tip {
    top: 0px;
    padding: 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: transparent;
    color: yellow !important;
    font-family: Averta !important;
    font-size: 12px !important;
    line-height: 19px !important;
    font-weight: 300;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    top: auto;
    transform: translateY(10px);
}




















@media only screen and (min-width: 690px) and (max-width: 999px) {
    html body .newsletter-section .vc_col-sm-6 {
        width: 100%;
        margin: 0;
    }
    html body .newsletter-section .vc_col-sm-6 h4 {
        margin-bottom: 30px;
    }
    .newsletter-section .wpcf7 input[type='email'] {
        margin-bottom: 0 !!important;
    }

    html body .newsletter-section .wpcf7 {
        max-width: 100%;
    }
}

@media only screen and (max-width: 690px) {
    html body .newsletter-section .vc_col-sm-6 {
        width: 100%;
        margin: 0;
    }
    html body .newsletter-section .vc_col-sm-6 h4 {
        margin-bottom: 30px;
    }
    .newsletter-section .wpcf7 input[type='email'] {
        margin-bottom: 0 !!important;
    }
}






.lity-active body {
    overflow: hidden;
}
.lity-inline .lity-content > * {
    max-height: none !important;
}
.lity-inline .lity-wrap {
    overflow: auto;
}
.lity-inline .lity-content {
    margin: 0 0;
}

.lity-wrap {
    background-color: #006A76;
}


@media only screen and (max-width: 999px) {
    .maplic-info-bar {
        white-space: nowrap;
    }

    .button-group.filter-button-group.country-filter {
        margin-bottom: 10px !important;
    }
    .countries_list {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 50px !important;
    }
    .countries_list .country .country__content {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .countries_list .country .country__buttons {
        width: 100%;
        padding-bottom: 10px;
    }
    .countries_list .country .country__buttons .country__buttons--btn+.country__buttons--btn {
        margin-left: 30px;
    }

    div#maplic-info-popup {
        max-width: 500px;
        padding: 70px 20px 20px 20px !important;
    }
    .lity-close {
        top: 10px;
        right: 5px;
    }

}
@media only screen and (max-width: 690px) {
    .maplic-info-bar {
        background: transparent;
        display: inline-flex;
        transform: translate(-50%, -170px);
    }
    .maplic-info-bar .platform {
        font-family: 'Averta';
        font-weight: 300;
        font-size: 18px;
        line-height: 40px;
        text-align: center;
        color: #525252;
        display: flex;
        align-items: center;
        white-space: nowrap;
        background: #fff;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        border-radius: 50px !important;
        margin: 10px 0 !important;
    }
    .maplic-info-bar .platform:before {
        content: '';
        display: block;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        margin-right: 10px;
    }
    body .mapplic-portrait.mapplic-element {
        overflow: visible !important;
    }
    body .mapplic-element .mapplic-container {
        height: 600px !important;
        width: 100vw !important;
        left: 50%;
        transform: translateX(-50%);
        overflow: hidden;
    }
    .mapplic-element .mapplic-container {
        height: 600px !important;
        margin-bottom: 20px
    }
    .mapplic-zoom-buttons {
        right: 0;
        bottom: 0px;
        display: flex;
    }
    .mapplic-zoom-buttons .mapplic-button.mapplic-zoomout-button {
        margin-top: 0;
        margin-left: 10px;
    }
    .mapplic-zoom-buttons {
        box-shadow: 0 0 12px rgb(0 0 0 / 6%);
        margin: 12px;
        position: absolute;
        right: auto;
        left: 50%;
        bottom: 20px !important;
        width: 320px;
        justify-content: flex-end;
        transform: translateX(-50%);
        box-shadow: none !important;
    }

    .mapplic-zoom-buttons .mapplic-button {
        width: 60px !important;
        height: 60px !important;
    }

    body .button-group.filter-button-group {
        margin-bottom: 30px;
    }
    body .button-group.filter-button-group button {
        font-size: 18px;
        line-height: 60px;
        padding: 0;
        width: 100%;
        margin-left: 0 !important;
        margin-top: 0;
    }
    body .button-group.filter-button-group button+button {
        margin-top: 20px;
    }
    .countries_list {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 50px !important;
    }
    .countries_list .country .country__content {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .countries_list .country .country__buttons {
        width: 100%;
        padding-bottom: 10px;
        justify-content: space-between;
        display: flex;
    }
    .countries_list .country .country__buttons .country__buttons--btn+.country__buttons--btn {
        margin-left: 0;
    }
}

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

    html body.single.single-country #page-header-wrap,
    html body.single.single-country #page-header-bg {
        height: 700px !important;
    }



    .wpb_row.halfwidth-image.halfwidth-image-right .wpb_column {
        width: 100% !important;
        margin: 0 !important;
    }
    .wpb_row.halfwidth-image.halfwidth-image-right .wpb_column.content-col > .vc_column-inner > .wpb_wrapper {
        padding-right: 0;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .wpb_row.halfwidth-image.halfwidth-image-right .wpb_column .img-with-aniamtion-wrap img {
        width: 100vw;
        max-width: unset;
        transform: translateX(-50%);
        left: 50%;
    }


.publication-carousel .publication {
    width: 215px;
    height: 300px;
    margin: 0 20px !important;
}


    .publication-carousel .publication .publication-content-wrap .wrap .publication-content-link {
        font-size: 18px;
        line-height: 50px;
    }
    .publication-carousel .publication .publication-content-wrap .wrap .publication-content-link:after {
        width: 60px;
        height: 60px;
        background-size: 20px;
        margin-left: auto;
        margin-right: auto;
    }






    .videos-carousel.owl-carousel .owl-stage {
        padding: 0;
    }
    .videos-carousel .video a .video--thumbnail {
        width: 100vw;
        height: 500px;
    }


    .material .wpb_row,
    .material .wpb_content_element {
        margin-bottom: 0 !important;
    }


    .mtp-0 {
        padding: 0 !important;
    }
    .ttp-60 {
        padding-top: 60px !important;
    }
    .tbp-60 {
        padding-bottom: 60px !important;
    }





    .filter__panel {
        margin-bottom: 30px !important;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .filter__panel .filter__panel-categories.filter__panel-types {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 40px;
        order: 2;
    }
    .filter__panel .filter__panel-select.filter__panel-select-category {
        justify-content: center;
        width: 100%;
        padding: 0;
        order: 1;
    }

    .events.owl-carousel {
        margin: 0 !important;
    }
    .events.owl-carousel .owl-stage {
        padding: 0;
    }
    .events.owl-carousel .owl-stage-outer {
        overflow: visible;
    }
    .events.owl-carousel .event {
        padding: 0;
        width: 280px;
        position: relative;
    }
    .events.owl-carousel .event:before {
        display: none;
    }
    .events .event .event-wrap {
        padding: 20px 25px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .events.owl-carousel .event .event__head .event__head--days {
        font-size: 26px;
        line-height: 32px;
    }
    .events.owl-carousel .event .event__head .event__head--months {
        font-size: 15px;
        line-height: 19px;
    }
    .events.owl-carousel .event .event__body .event__body--title {
        margin-bottom: 20px;
    }
    .events.owl-carousel .event .event__body .event__body--title a {
        font-size: 22px;
        line-height: 28px;
    }
    .events.owl-carousel .event .event__body .event__body--type {
        margin-top: 0;
    }



.events.owl-carousel .owl-nav.disabled {
    display: block;
}
.events.owl-carousel .owl-nav .owl-prev,
.events.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    border: 1px solid #006A76;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
}
.events.owl-carousel .owl-nav .owl-prev {
    left: 0;
    transform: translate(-50%, -50%);
    background-image: url(img/owl-arrow-prev.svg);
}
.events.owl-carousel .owl-nav .owl-next {
    right: 0;
    transform: translate(50%, -50%);
    background-image: url(img/owl-arrow-next.svg);
}
.events.owl-carousel .owl-nav .owl-prev span,
.events.owl-carousel .owl-nav .owl-next span {
    display: none;
}
.events.owl-carousel .owl-nav .disabled {
    opacity: 0;
    z-index: -1;
}




.publication-carousel.owl-carousel .owl-nav.disabled {
    display: block;
}
.publication-carousel.owl-carousel .owl-nav .owl-prev,
.publication-carousel.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    border: 1px solid #006A76;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
}
.publication-carousel.owl-carousel .owl-nav .owl-prev {
    left: 0;
    transform: translate(-50%, -50%);
    background-image: url(img/owl-arrow-prev.svg);
}
.publication-carousel.owl-carousel .owl-nav .owl-next {
    right: 0;
    transform: translate(50%, -50%);
    background-image: url(img/owl-arrow-next.svg);
}
.publication-carousel.owl-carousel .owl-nav .owl-prev span,
.publication-carousel.owl-carousel .owl-nav .owl-next span {
    display: none;
}
.publication-carousel.owl-carousel .owl-nav .disabled {
    opacity: 0;
    z-index: -1;
}







.publication-carousel.owl-carousel .owl-item,
.events.owl-carousel .owl-item {
    opacity: .5;
}
.publication-carousel.owl-carousel .owl-item.active,
.events.owl-carousel .owl-item.active {
    opacity: 1;
}
.publication-carousel.owl-carousel .owl-item.active+.owl-item.active,
.events.owl-carousel .owl-item.active+.owl-item.active {
    opacity: .5;
}






    .ambassadors__short {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .ambassadors-wrap.ambassadors-container {
        display: block;
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin-bottom: 0 !important;
    }
    .ambassadors__short .ambassador {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .ambassadors__short .ambassador+.ambassador {
        margin-top: 50px
    }
    .country-latest_news {
        padding: 80px 0 60px !important;
    }
    .latest_news.rel-news-res-container {
        padding-top: 40px;
    }


    .rel-news-res-container .rel-item {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }



.rel-news-res-pagination-button.latest_news-btns {
    margin-bottom: 0;
    text-align: center;
}
    .country-socials {
        margin-bottom: 0 !important;
        padding: 60px 0 !important;
        text-align: center !important;
    }
    .country-socials .wpb_wrapper h2.vc_custom_heading {
        text-align: center !important;
        font-size: 20px !important;
        line-height: 25px !important;
        width: 100%;
    }
    .country-socials ul.footer-social-list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 20px !important;
        margin: 0;
    }
    .country-socials ul.footer-social-list li a [class^="icon-"].icon-default-style {
        font-size: 35px !important;
    }
    .ambassadors__short .ambassador+.ambassador {
        margin-top: 30px;
    }
    .ambassadors__short .ambassador:hover {
        background: transparent;
        border-color: transparent;
        cursor: pointer;
    }
    .m-text-left {
        text-align: left !important;
    }
    .country-latest_news {
        padding: 60px 0 60px !important;
    }
    .latest_news.rel-news-res-container {
        padding-top: 20px;
    }
    .latest_news.rel-news-res-container .rel-item .rel-item-title {
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: auto;
    }


}
@media only screen and (max-width: 690px) {

    html body.single.single-country #page-header-wrap,
    html body.single.single-country #page-header-bg {
        height: 650px !important;
    }
    div#page-header-wrap, div#page-header-wrap #page-header-bg {
        height: 650px !important;
    }

    .wpb_row.halfwidth-image.halfwidth-image-right .wpb_column.content-col > .vc_column-inner > .wpb_wrapper {
        padding-right: 0;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .videos-carousel .video a .video--thumbnail {
        width: 100vw;
        height: 250px;
    }
    .videos-carousel .video a .video--thumbnail .play-btn {
        width: 100px;
        height: 100px;
    }

/*    .videos-carousel .owl-nav {
        display: block !important;
        margin: 0 !important;
    }
    .videos-carousel .owl-nav button,
    .videos-carousel .owl-nav button:hover {
        position: absolute;
        top: 50%;
        width: 40px;
        height: 40px;
        border-radius: 0 !important;
        transform: translateY(-50%);
        background-color: transparent !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        margin: 0 !important;
    }
    .videos-carousel .owl-nav button span {
        display: none !important;
    }
    .videos-carousel .owl-nav button.owl-prev,
    .videos-carousel .owl-nav button.owl-prev:hover {
        left: 0;
        background-image: url(img/owl-prev.svg);
    }
    .videos-carousel .owl-nav button.owl-next,
    .videos-carousel .owl-nav button.owl-next:hover {
        right: 0;
        background-image: url(img/owl-next.svg);
    }
*/    .filter__panel .filter__panel-select .filter__panel-select-title {
        display: none;
    }
    .filter__panel .filter__panel-select .select2.select2-container.select2-container--filter {
        width: 100% !important;
    }
    .filter__panel .filter__panel-categories span {
        min-width: 155px;
    }
    .mtp-60 {
        padding-top: 60px !important;
    }
    .mbp-60 {
        padding-bottom: 60px !important;
    }

    .country-socials {
        margin-bottom: 0 !important;
        padding: 60px 0 !important;
        text-align: center !important;
    }
    .country-socials .wpb_wrapper h2.vc_custom_heading {
        text-align: center !important;
        font-size: 20px !important;
        line-height: 25px !important;
    }
    .country-socials ul.footer-social-list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 20px !important;
        margin: 0;
    }
    .country-socials ul.footer-social-list li a [class^="icon-"].icon-default-style {
        font-size: 35px !important;
    }
    .ambassadors__short .ambassador+.ambassador {
        margin-top: 30px;
    }
    .ambassadors__short .ambassador:hover {
        background: transparent;
        border-color: transparent;
        cursor: pointer;
    }
    .m-text-left {
        text-align: left !important;
    }
    .country-latest_news {
        padding: 60px 0 60px !important;
    }
.latest_news.rel-news-res-container {
    padding-top: 20px;
    margin-bottom: 0;
}
    .latest_news.rel-news-res-container .rel-item .rel-item-title {
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: auto;
    }

}


.wpb_row.scroll-menu .wpb_column .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.wpb_row.scroll-menu .wpb_column .wpb_wrapper .vc_custom_heading {
    margin-bottom: 0 !important;
}
.wpb_row.scroll-menu .wpb_column .wpb_wrapper .vc_custom_heading+.vc_custom_heading {
    margin-left: 10px;
}
.wpb_row.scroll-menu .wpb_column .wpb_wrapper .vc_custom_heading a {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
}
.wpb_row.scroll-menu .wpb_column .wpb_wrapper .vc_custom_heading a:after {
    content: '';
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #fff;
    opacity: 0;
}
.wpb_row.scroll-menu .wpb_column .wpb_wrapper .vc_custom_heading.active a:after {
    opacity: 1;
}



.wpb_row.scroll-menu.fixed {
    position: fixed;
    top: 79px;
    left: 0;
    right: 0;
    z-index: 100;
}


.hide-desktop {
    display: none !important;
}
@media screen and (max-width:999px) and (min-width: 691px) {
    .hide-tablet {
        display: none !important;
    }
    .hide-desktop {
        display: block !important;
    }
}
@media screen and (max-width:690px) {
    .hide-mobile {
        display: none !important;
    }
    .hide-desktop {
        display: block !important;
    }
    .wpb_wrapper h1.vc_custom_heading.mobile-heading {
        font-size: 30px!important;
        line-height: 38px!important;
    }
}

@media screen and (max-width:999px) {
    .mtf-15-24 {
        font-size: 15px !important;
        line-height: 24px !important;
    }
}



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

    body[data-bg-header="true"] .container-wrap, html.fp-enabled .container-wrap {
        margin-top: -2px!important;
    }

    body .vc_row.top-level.full-width-section:not(.full-width-ns) > .span_12 {
        padding-top: 0;
    }

    html {
        scroll-behavior: smooth;
    }
    #page-header-wrap .next-section {
        display: block;
        z-index: 100;
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #fff;
        background-image: url(img/ico-arrow-down-banner.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

    /* Filter Mobile */
    .filter__panel.media-filter__panel .filter__panel-select {
        display: none !important;
    }
    .filter__panel.media-filter__panel .filter__panel-select.show,
    .filter__panel.media-filter__panel .filter__panel-select.filter__panel-categories-mobile {
        display: flex !important;
    }
    .filter__panel.media-filter__panel .filter__panel-select.filter__panel-categories-mobile {
        margin-bottom: 10px;
    }
    .filter__panel.media-filter__panel .filter__panel-select {
        display: flex;
    }
    .filter__panel.media-filter__panel .filter__panel-select .select2.select2-container {
        width: calc(100% - 60px) !important;
    }
    .filter__panel.media-filter__panel .filter__panel-select .filter__panel-select-title {
        display: block;
        width: 50px;
    }
}




@media screen and (max-width:999px) {
    .reports-container.reports_filter-wrap .report-wrap {
        width: 50%;
        padding: 30px 20px;
    }
    .reports-container.reports_filter-wrap .report-wrap .report {
        background-color: #fff;
        padding: 40px 40px 100px 40px;
        height: 100%;
        position: relative;
    }

    .reports-container.reports_filter-wrap .report .report--info {
        position: absolute;
        bottom: 40px;
        left: 40px;
        right: 40px;
    }
    .filter__panel .filter__panel-select.filter__panel-select {
        margin-top: 20px;
    }

    .filter__panel-select.reset__filter {
        justify-content: flex-end;
    }
    .filter__panel .reset__filter .btn-reset__filter {
        font-family: 'Averta';
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 42px;
        display: inline-flex;
        align-items: center;
        text-align: center;
        color: #006A76;
        background: #FFFFFF;
        border: 1px solid #006A76;
        border-radius: 30px;
        padding: 0px 30px;
        cursor: pointer;
        -webkit-transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
        transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
    }


}
@media screen and (max-width:690px) {
    .reports-container.reports_filter-wrap {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
    }
    .reports-container.reports_filter-wrap .report-wrap {
        width: 100%;
        padding: 20px 0;
    }


    .filter__panel.reports-filter__panel .filter__panel-select {
        justify-content: space-between !important;
    }
    .filter__panel.reports-filter__panel {
        justify-content: flex-start;
        margin: 0;
    }
    .filter__panel.reports-filter__panel .filter__panel-select .filter__panel-select-title {
        display: block;
    }
    .filter__panel.reports-filter__panel .select2.select2-container.select2-container--filter .selection .select2-selection.select2-selection--single {
        padding-right: 20px;
        height: 40px;
        border-bottom: 1px solid #D8D8D8;
        min-width: 100%;
    }
    .filter__panel.reports-filter__panel .filter__panel-select .select2.select2-container.select2-container--filter {
        width: 230px !important;
    }
    .filter__panel.reports-filter__panel .filter__panel-select + .filter__panel-select {
        padding-top: 0;
    }
    .filter__panel .filter__panel-select input.reports__fiter-search {
        width: 230px;
    }

    a.nectar-button.small.regular.accent-color.regular-button.btn__inline.btn-block-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px !important;
        line-height: 44px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-bottom: 0 !important;
    }
    a.nectar-button.small.regular.accent-color.regular-button.btn__inline.btn-block-mobile+a.nectar-button.small.regular.accent-color.regular-button.btn__inline.btn-block-mobile {
        margin-left: 0;
        margin-top: 20px;
    }


    .filter__panel.reports-filter__panel .filter__panel-select.reset__filter {
        justify-content: flex-end !important;
        padding-top: 0;
    }


}






/* Show Filters Button */

.showFilters {
    border-bottom: 1px solid #D8D8D8;
    display: none;
    position: relative;
}
.showFilters:before {
    content: 'Show filters';
    display: block;
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #525252;
    padding: 10px 0;
}
.showFilters:after {
    content: '';
    display: block;
    width: 15px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-transition: filter .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: filter .25s cubic-bezier(.4, 0, .2, 1) !important;
    background-image: url(img/filter-arrow-down.svg);
}
.showFilters.show:before {
    content: 'Hide filters';
}
.showFilters.show:after {
    transform: rotate(180deg);
}
.showFilters.show+.filter__panel.reports-filter__panel > .filter__panel-select:not(.reset__filter) {
    display: flex !important;
}

@media screen and (max-width: 999px) {
    .showFilters {
        display: block;
    }
    .filter__panel.reports-filter__panel > .filter__panel-select:not(.reset__filter) {
        display: none;
    }
    #showFilters.show+.filter__panel.reports-filter__panel .filter__panel-select.reset__filter {
        padding-top: 30px;
    }
}
@media screen and (max-width: 999px) and (min-width: 690px) {
    .filter__panel.reports-filter__panel {
        margin: 0;
    }
    .filter__panel.reports-filter__panel .filter__panel-select .filter__panel-select-title {
        display: block;
        width: 90px;
    }
    .filter__panel.reports-filter__panel .filter__panel-select .select2.select2-container.select2-container--filter {
        width: calc(100% - 100px) !important;
    }
    .filter__panel .filter__panel-select.filter__panel-select {
        justify-content: end;
        margin-top: 20px;
    }
    .filter__panel .filter__panel-select input.reports__fiter-search {
        width: calc(100% - 100px) !important;
    }
}








.keymessages-section .nectar-cta.download-btn .link_text:after {
    display: inline-block !important;
    width: 40px !important;
    height: 40px !important;
    margin-left: 15px !important;
    content: '' !important;
    border: 1px solid #7ea01d !important;
    border-radius: 50% !important;
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 14px !important;
    background-image: url(img/ico-download.svg) !important;
}
.keymessages-section .nectar-cta.download-btn .link_text:hover:after {
    background-color: #7ea01d !important;
    background-image: url(img/ico-download-white.svg) !important;
}

@media screen and (max-width: 999px) {
.report__head .report__head-infomation {
    width: 100%;
}
    .keymessages-section .img-with-aniamtion-wrap {
        text-align: center;
        margin-bottom: 40px !important;
    }
    .keymessages-section .img-with-aniamtion-wrap .img-with-animation {
        max-height: none;
        width: 300px;
    }
    .keymessages-section {
        padding-top: 60px !important;
        padding-bottom: 80px !important;
    }
    .keymessages-section .wpb_column .vc_column-inner .wpb_content_element {
        max-width: 100% !important;
        margin-bottom: 20px !important;
    }

    .videos-section {
        padding-top: 0px !important;
        padding-bottom: 0 !important;
    }
    .videos-section .wpb_column {
        margin-top: 0px !important;
        margin-bottom: 0 !important;
    }
    .videos-section .owl-carousel {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .videos-section .owl-carousel .owl-stage {
        padding: 0;
    }
    .videos-section .owl-carousel .owl-item {
        padding: 0;
    }
    body .videos-section .owl-carousel .owl-item .nectar-video-box[data-color="default-accent-color"] .nectar_video_lightbox.play_button_2 {
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
    }
    .videos-section .owl-carousel .owl-nav.disabled {
        display: block !important;
        margin: 0 !important;
    }
    .videos-section .owl-carousel .owl-nav button.owl-next span,
    .videos-section .owl-carousel .owl-nav button.owl-prev span {
        display: none !important;
    }

    .videos-section .owl-carousel .owl-nav button.owl-next,
    .videos-section .owl-carousel .owl-nav button.owl-prev {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-position: center;
        background-repeat: no-repeat !important;
    }
    .videos-section .owl-carousel .owl-nav button.owl-next {
        right: 0;
        background-image: url(img/video-next.svg);
    }
    .videos-section .owl-carousel .owl-nav button.owl-prev {
        left: 0;
        background-image: url(img/video-prev.svg);
    }



.ptb60 {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
}
.pt60 {
    padding-top: 60px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.publication-carousel .publication.publication-w-title {
    width: 220px;
    height: auto;
    margin: 0 !important;
}
.publication-carousel .publication.publication-w-title .publication-thumbnail {
    height: 320px;
}
.publication-carousel .publication.publication-w-title .publication-title a {
    font-size: 18px;
    line-height: 22px;
}
.publication-carousel.owl-carousel .owl-nav .owl-prev, .publication-carousel.owl-carousel .owl-nav .owl-next {
    top: 180px;
}
/*.publication-carousel.owl-carousel .owl-nav .owl-prev {
    display: none;
}
*/

.infographics-section .owl-carousel {
    padding: 0 !important;
}
.infographics-section .owl-carousel .owl-item {
    padding: 0 20px;
}
.infographics-section .wpb_column {
    margin-bottom: 0 !important;
}




.vc_medias-container.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.vc_medias-container .vc_media {
    width: 260px;
    padding: 0;
    height: 100%;
}
.vc_medias-container.owl-carousel .owl-stage{
    display: flex;
    padding: 0 !important;
}



    .vc_medias-container.owl-carousel .owl-nav.disabled {
        display: block !important;
        margin: 0 !important;
    }
    .vc_medias-container.owl-carousel .owl-nav button.owl-next span,
    .vc_medias-container.owl-carousel .owl-nav button.owl-prev span {
        display: none !important;
    }

    .vc_medias-container.owl-carousel .owl-nav button.owl-next,
    .vc_medias-container.owl-carousel .owl-nav button.owl-prev {
        width: 40px;
        height: 40px;
        border: 1px solid #006A76;
        border-radius: 20px;
        position: absolute;
        top: 50%;
        z-index: 1;
        background-position: center;
        background-repeat: no-repeat;
    }
    .vc_medias-container.owl-carousel .owl-nav button.owl-next {
        right: 0;
        transform: translate(50%, -50%);
        background-image: url(img/owl-arrow-next.svg);
    }
    .vc_medias-container.owl-carousel .owl-nav button.owl-prev {
        left: 0;
        transform: translate(-50%, -50%);
        background-image: url(img/owl-arrow-prev.svg);
    }
/*    .vc_medias-container.owl-carousel .owl-nav button.owl-prev {
        display: none !important;
    }
*/
.vc_medias-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.mtl {
    text-align: left !important;
}


















.slider-mobile .owl-stage .owl-item .wpb_column {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 0 !important;
}
    .slider-mobile .owl-nav button.owl-next span,
    .slider-mobile .owl-nav button.owl-prev span {
        display: none !important;
    }

    .slider-mobile .owl-nav button.owl-next,
    .slider-mobile .owl-nav button.owl-prev {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        position: absolute;
        top: 50%;
        z-index: 1;
        background-position: center;
        background-repeat: no-repeat;
    }
    .slider-mobile .owl-nav button.owl-next {
        right: 0;
        transform: translate(50%, -50%);
        background-image: url(img/key-next.svg);
    }
    .slider-mobile .owl-nav button.owl-prev {
        left: 0;
        transform: translate(-50%, -50%);
        background-image: url(img/key-prev.svg);
    }
    .slider-mobile .owl-nav button.owl-next:hover  {
        right: 0;
        transform: translate(50%, -50%);
        background-color: transparent;
        background-image: url(img/key-next.svg);
        background-position: center;
        background-repeat: no-repeat;
    }
    .slider-mobile .owl-nav button.owl-prev:hover  {
        left: 0;
        transform: translate(-50%, -50%);
        background-color: transparent;
        background-image: url(img/key-prev.svg);
        background-position: center;
        background-repeat: no-repeat;
    }


.slider-mobile .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 5px;
    background: rgba(0,0,0,0.25);
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
    -webkit-transition: all 0.13s ease;
    transition: all 0.13s ease;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    width: 12px;
    height: 12px;
    left: 203px;
    top: 2483px;
    background: #F1F1F1;
}
body .span_12.dark .slider-mobile .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #525252 !important;
}

body .span_12.dark .slider-mobile h3.vc_custom_heading:first-child {
    font-size: 26px!important;
    line-height: 32px!important;
}




.events-container .row-bg-overlay {
    background: #F2F2F2;
}
.events-container .filter__panel.media-filter__panel .filter__panel-select .filter__panel-select-title {
    display: block;
    width: 90px;
}
.events-container .filter__panel.media-filter__panel .filter__panel-select .select2.select2-container {
    width: calc(100% - 100px) !important;
}
.select2.select2-container.select2-container--filter .selection .select2-selection.select2-selection--single {
    padding-right: 20px;
    height: 40px;
    border-bottom: 1px solid #D8D8D8;
    min-width: auto;
}
.events-container .filter__panel.media-filter__panel .filter__panel-select {
    display: flex !important;
}

.featured__event {
    display: block;
    flex-wrap: wrap;
}
.featured__event .featured__event--thumbnail {
    width: 100vw;
    max-height: 400px !important;
    position: relative;
    overflow: visible;
    left: 50%;
    transform: translateX(-50%);
}
.featured__event .featured__event--info {
    width: 100%;
    padding-left: 0;
}
.featured__event .featured__event--thumbnail .featured__event--thumbnail-date {
    top: 4px;
    left: 4px;
}
.featured__event .featured__event--thumbnail .featured__event--thumbnail-date .featured__event--thumbnail-date-days {
    font-size: 14px;
    line-height: 33px;
    padding: 0 8px;
    width: 33px;
}
.featured__event .featured__event--thumbnail .featured__event--thumbnail-date .featured__event--thumbnail-date-months {
    font-size: 14px;
    line-height: 33px;
    padding: 0 10px;
}


.featured__event .featured__event--info {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
}
.featured__event .featured__event--info .featured__event--info-head .featured__event--info-head-title a {
    font-size: 26px;
    line-height: 32px;
}
.featured__event .featured__event--info .featured__event--info-head .featured__event--info-head-type {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.featured__event .featured__event--info .featured__event--body {
    margin-bottom: 50px;
}
.featured__event .featured__event--info .featured__event--bottom .featured__event--bottom-btn:after {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}


.filter__panel.media-filter__panel .filter__panel-select .filter__panel-select-title {
    width: 90px;
}












/*.single.single-ajde_events .post-content {
    display: flex;
    flex-wrap: wrap;
}*/
.single.single-ajde_events .event__single--head {
    margin-bottom: 30px;
    order: 2;
    width: 100%;
}
.single.single-ajde_events .event__single--head .event__single--head-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
}
.single.single-ajde_events .event__single--head .event__single--head-type {
    font-size: 20px;
    line-height: 30px;
}
.single.single-ajde_events .event__single--thumbnail {
    order: 1;
    width: 100vw;
    max-height: 400px !important;
    position: relative;
    overflow: visible;
    left: 50%;
    transform: translateX(-50%);
    margin: 20px 0;
}



.single.single-ajde_events .event__single--info .event__single--info-item {
    width: 100%;
    padding: 4px 0;
}




.single.single-ajde_events .event__single--info .event__single--info-item .event__single--info-label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -35px;
    background-size: contain;
}
.single.single-ajde_events .event__single--info .event__single--info-item .event__single--info-label {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #525252;
    margin-bottom: 5px;
    position: relative;
}
.single.single-ajde_events .event__single--info .event__single--info-item .event__single--info-value {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #525252;
}
.single.single-ajde_events .event__single--info .event__single--info-item .event__single--info-item-wrap {
    background: #F9F9F9;
    height: 100%;
    padding: 20px 10px 20px 50px;
}
.single.single-ajde_events .event__single--body .event__single--body-label {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #006A76;
    margin-bottom: 20px;
}
.single.single-ajde_events .event__single--body .event__single--body-content {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #525252;
}

.single.single-ajde_events .event__single--body {
    margin-top: 50px;
    margin-bottom: 30px;
}

.single.single-ajde_events .event__single--getdirections form {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}
.single.single-ajde_events .event__single--bottom {
    display: block;
}
.single.single-ajde_events .event__single--bottom .event__single--bottom-btn + .event__single--bottom-btn {
    margin-left: 0;
    margin-top: 20px;
}

.single.single-ajde_events .event__single--bottom .event__single--bottom-btn {
    font-family: 'Averta';
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #525252;
}
.single.single-ajde_events .event__single--bottom .event__single--bottom-btn:after {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}






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







}



.ambassadors-filter .filter-sel,
.ambassadors-filter select {
    display: block !important;
}
.ambassadors-filter .filter-sel {
    margin-right: 10px;
    font-weight: 300;
}

.ambassador {
    padding: 22px 20px 22px 40px;
    width: 33.3335%;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    height: auto;
    height: max-content;
    -webkit-transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
}
.ambassador .ambassador--thumbnail {
    width: 90px;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}
.ambassador .ambassador--body {
    width: calc(100% - 90px);
    padding-left: 10px;
}
.ambassador .ambassador--body .ambassador--body-title a {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size:22px;
    line-height: 28px;
    color: #006A76;
}
.ambassador .ambassador--body .ambassador--body-jobtitle {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #7EA01D;
    margin-bottom: 0;
}
.ambassador:hover {
    background: #F9F9F9;
    border: 1px solid #7EA01D;
}








.ambassador-popup {
    width: 800px;
    background: #fff;
    flex-wrap: wrap;
}
.ambassador-popup .ambassador-popup--head {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 75px 40px;
    width: 100%;
}
.ambassador-popup .ambassador-popup--head .ambassador-popup--head-thumbnail {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ambassador-popup .ambassador-popup--head .ambassador-popup--head-content {
    width: calc(100% - 170px);
    padding-left: 50px;
}
.ambassador-popup .ambassador-popup--head .ambassador-popup--head-content .ambassador-popup--head-content-title {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #006A76;
    margin: 0;
}
.ambassador-popup .ambassador-popup--head .ambassador-popup--head-content .ambassador-popup--head-content-jobtitle {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #7EA01D;
    margin-bottom: 15px;
}
.ambassador-popup .ambassador-popup--head .ambassador-popup--head-content .ambassador-popup--head-content-excerpt {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #525252;
}


/*
button.lity-close {
    display: none !important;
}
*/

.lity-close {
    position: absolute;
    top:  -50px;
    right:  10px;
    font-size:  40px;
    background-color: #ffffff;
}

/*
.ambassador-popup .ambassador-popup-close.lity-close:hover,
.ambassador-popup .ambassador-popup-close.lity-close:focus,
.ambassador-popup .ambassador-popup-close.lity-close:active,
.ambassador-popup .ambassador-popup-close.lity-close:visited {
    color: #000;
    font-size: 20px;
    line-height: 40px;
    text-shadow: none;
    top: 0;
    right: 0;
}
*/

.ambassador-popup--socials {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.ambassador-popup--socials .ambassador-popup--socials-item {
    display: block;
    width: 21px;
    height: 21px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.ambassador-popup--socials .ambassador-popup--socials-item+.ambassador-popup--socials-item {
    margin-left: 25px;
}
.ambassador-popup--socials .ambassador-popup--socials-item.instagram {
    background-image: url(img/instagram-ico.svg);
}
.ambassador-popup--socials .ambassador-popup--socials-item.twitter {
    background-image: url(img/twitter-ico.svg);
}
.ambassador-popup--socials .ambassador-popup--socials-item.linkedin {
    background-image: url(img/linkedin-ico.svg);
}












.related-articles {
    margin: 0;
    background: #F9F9F9;
    padding: 20px 75px 60px;
}
.related-articles .related-article {
    list-style: none;
    border-bottom: 1px solid #D8D8D8;
    padding: 20px 0 15px;
}
.related-articles .related-article .related-article--title {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    color: #006A76;
    margin-bottom: 15px;
    display: inline-block;
}
.related-articles .related-article .related-article--title:hover {
    color: #7EA01D;
}
.related-articles .related-article .related-article--excerpt {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #525252;
}




















/*
    New Header
 */



header#top .right-menu > ul.sf-menu.sf-js-enabled.sf-arrows {
    display: inline-flex !important;
    align-items: center;
    height: 100%;
    padding-right: 25px;
}
header#top .right-menu > ul.sf-menu.sf-js-enabled.sf-arrows .menu-item {
    padding: 0 20px;
}
header#top .right-menu > ul.sf-menu.sf-js-enabled.sf-arrows .menu-item a {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #006A76;
}



a.search-icon {
    display: inline-flex;
    align-items: center;
    background-color: transparent !important;
}
body #header-outer .a.search-icon {
    width: 30px;
}
body #header-outer a.search-icon .icon-salient-search {
    background-color: transparent !important;
}
body #header-outer a.search-icon .icon-salient-search:before,
body.material #header-outer a.search-icon .icon-salient-search:before {
    content: '' !important;
    display: block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(img/search-icon.svg) !important;
    filter: invert(24%) sepia(73%) saturate(1840%) hue-rotate(161deg) brightness(93%) contrast(101%);
    opacity: 1 !important;
    background-color: transparent !important;
}
#header-outer.transparent header#top .right-menu > ul.sf-menu.sf-js-enabled.sf-arrows .menu-item a {
    color: #FFFFFF;
}
body #header-outer.transparent .icon-salient-search:before,
body #header-outer.transparent a.search-icon .icon-salient-search:before {
    filter: invert(99%) sepia(1%) saturate(1328%) hue-rotate(26deg) brightness(114%) contrast(100%);
}


#top .a.search-icon {
    display: flex !important;
    align-items: center;
}









/* Menu toggle */
header#top .menutoggle {
    display: flex;
    align-items: center;
    -webkit-transition: transform .15s cubic-bezier(.2, 0, .2, 1) !important;
    transition: transform .15s cubic-bezier(.2, 0, .2, 1) !important;
}
header#top .menutoggle .menutoggle-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 46px;
    cursor: pointer;
    -webkit-transition: transform .15s cubic-bezier(.2, 0, .2, 1) !important;
    transition: transform .15s cubic-bezier(.2, 0, .2, 1) !important;
    position: relative;
    height: 19px;
    width: 28px;
    transform-origin: right center;
}
header#top .menutoggle .menutoggle-wrap span {
    display: block;
    height: 3px;
    width: 28px;
    border-radius: 5px;
    position: absolute;
    -webkit-transition: transform .15s cubic-bezier(.2, 0, .2, 1) !important;
    transition: transform .15s cubic-bezier(.2, 0, .2, 1) !important;
}
header#top .menutoggle .menutoggle-wrap span:first-child {
    top: 0;
    left: 0;
    right: 0;
}
header#top .menutoggle .menutoggle-wrap span:nth-child(2) {
    top: 8px;
    left: 0;
    right: 0;
}
header#top .menutoggle .menutoggle-wrap span:last-child {
    bottom: 0;
    left: auto;
    right: 0;
    width: 20px;
}
header#top .menutoggle .menutoggle-wrap span {
    background-color: #006A76;
}
#header-outer.transparent header#top .menutoggle .menutoggle-wrap span {
    background-color: #fff;
}


header#top .menutoggle:before {
    content: 'Menu';
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0;
    -webkit-transition: opacity .15s cubic-bezier(.2, 0, .2, 1) !important;
    transition: opacity .15s cubic-bezier(.2, 0, .2, 1) !important;
}


/* Menu toggle active */
header#top .menutoggle.active .menutoggle-wrap {
    transform: scale(0.6);
}
header#top .menutoggle.active:before {
    opacity: 1;
}
header#top .right-menu,
header#top .mobile-search {
    -webkit-transition: opacity .15s cubic-bezier(.2, 0, .2, 1) !important;
    transition: opacity .15s cubic-bezier(.2, 0, .2, 1) !important;
}
header#top.active .right-menu,
header#top.active .search-icon {
    opacity: 0 !important;
    display: none;
}
header#top {
    z-index: 1000 !important;
}

/* side menu */
div.slide-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #006A76;
    -webkit-transition: transform .25s cubic-bezier(.4, 0, .2, 1), opacity .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: transform .25s cubic-bezier(.4, 0, .2, 1), opacity .25s cubic-bezier(.4, 0, .2, 1) !important;
    z-index: -1;
    opacity: 0;
    transform: scale(.5);
    padding-top: 130px;
    padding-bottom: 50px;
    overflow-y: scroll;
    overflow-x: hidden;
}
div.slide-menu.active {
    top: 0;
    z-index: 999;
    opacity: 1;
    transform: scale(1);
}
div.slide-menu .slidemenu__widgets .container {
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
}
div.slide-menu .slidemenu__widgets #menu-slideout-menu {
    padding: 0;
    margin: 0;
}
div.slide-menu .slidemenu__widgets #menu-slideout-menu > .menu-item {
    display: block;
    padding: 10px;
}
div.slide-menu .slidemenu__widgets #menu-slideout-menu .menu-item a {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    display: block;
    position: relative;
    -webkit-transition: opacity .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: opacity .25s cubic-bezier(.4, 0, .2, 1) !important;
}
div.slide-menu .slidemenu__widgets #menu-slideout-menu .menu-item > a {
    color: #fff;
}
div.slide-menu .slidemenu__widgets #menu-slideout-menu .menu-item.menu-item-has-children > a:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(img/menu-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity .25s cubic-bezier(.4, 0, .2, 1), opacity .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: opacity .25s cubic-bezier(.4, 0, .2, 1), opacity .25s cubic-bezier(.4, 0, .2, 1) !important;
}
div.slide-menu .slidemenu__widgets #menu-slideout-menu .menu-item > a:hover {
    color: #fff;
    opacity:.75;
}
div.slide-menu .slidemenu__widgets #menu-slideout-menu .menu-item.menu-item-has-children > a:hover:after {
    opacity: 1;
}







div.slide-menu .slidemenu__widgets .main-menu {
    width: 1100px;
    position: relative;
    margin: 0 auto ;
}
div.slide-menu .slidemenu__widgets #menu-slideout-menu {
    width: 300px;
}
div.slide-menu .slidemenu__widgets #menu-slideout-menu .menu-item .sub-menu {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding-left: 60px;
        height: 100%;
}
div.slide-menu .slidemenu__widgets #menu-slideout-menu .menu-item >.sub-menu {
    width: 440px;
    left: 300px;
}
div.slide-menu .slidemenu__widgets #menu-slideout-menu .menu-item >.sub-menu > .menu-item >.sub-menu {
    width: 360px;
    left: 440px;
}
div.slide-menu .slidemenu__widgets #menu-slideout-menu .menu-item .sub-menu > .menu-item > a {
    padding: 10px 15px;
    background: transparent;
    border-radius: 10px;
    -webkit-transition: background .25s cubic-bezier(.4, 0, .2, 1), background .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: background .25s cubic-bezier(.4, 0, .2, 1), background .25s cubic-bezier(.4, 0, .2, 1) !important;
    color: #fff;
    font-weight: 300;
}
div.slide-menu .slidemenu__widgets #menu-slideout-menu .menu-item .sub-menu > .menu-item.menu-item-has-children > a:after {
    right: 10px;
}
div.slide-menu .slidemenu__widgets #menu-slideout-menu .menu-item .sub-menu > .menu-item > a:hover {
    background: #004E56;
}
div.slide-menu .slidemenu__widgets #menu-slideout-menu .menu-item .sub-menu > .menu-item.menu-item-has-children > a:hover:after {
    opacity: 1;
}
div.slide-menu .slidemenu__widgets #menu-slideout-menu .menu-item .sub-menu {
    display: none;
}
div.slide-menu .slidemenu__widgets #menu-slideout-menu .menu-item .sub-menu li {
    list-style: none;
}






div.slide-menu .slidemenu__widgets #menu-slideout-menu .menu-item.menu-item-has-children.active > a {
    color: #fff;
}
div.slide-menu .slidemenu__widgets #menu-slideout-menu .menu-item.menu-item-has-children.active > a:after {
    opacity: 1;
}


div.slide-menu .slidemenu__widgets #menu-slideout-menu .menu-item.menu-item-has-children.active > .sub-menu {
    display: block;
}







div.slide-menu .slidemenu__bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
div.slide-menu .slidemenu__bottom .container {
    position: relative;
    padding: 50px;
    width: 1200px;
}
div.slide-menu .slidemenu__bottom .widget {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #7EA01D;
    border-radius: 10px;
    padding: 15px 20px;
}
div.slide-menu .slidemenu__bottom .widget a {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: inline-flex;
    position: relative;
    padding-right: 50px;
}
div.slide-menu .slidemenu__bottom .widget a strong {
    font-weight: 600;
    color: #fff;
    margin-right: 10px;
}
div.slide-menu .slidemenu__bottom .widget a:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(img/menu-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: opacity .25s cubic-bezier(.4, 0, .2, 1), opacity .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: opacity .25s cubic-bezier(.4, 0, .2, 1), opacity .25s cubic-bezier(.4, 0, .2, 1) !important;
}
body.admin-bar header.header {
    top: 32px;
}
body.admin-bar div.slide-menu {
    top: 32px;
}






#header-outer[data-transparent-header="true"].transparent #logo .stnd.default-logo {
    opacity: 0;
}


















/* Search */

.searchbar {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background: #006A76;
    width: 650px;
    z-index: 9999;
    padding: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transform: translateX(100%);
    -webkit-transition: transform .15s cubic-bezier(.2, 0, .2, 1) !important;
    transition: transform .15s cubic-bezier(.2, 0, .2, 1) !important;
}
.searchbar.active {
    transform: translateX(0);
}
.searchbar .searchbar--close {
    display: block;
    width: 85px;
    height: 85px;
    background-image: url(img/search-close.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: opacity .25s cubic-bezier(.4, 0, .2, 1), opacity .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: opacity .25s cubic-bezier(.4, 0, .2, 1), opacity .25s cubic-bezier(.4, 0, .2, 1) !important;
    background-size: 20px;
    background-color: transparent !important;
    cursor: pointer;
}
.searchbar .searchbar--title {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 46px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.searchbar .searchbar--title strong {
    color: #7EA01D;
}
.searchbar .searchbar--content {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.searchbar .searchbar-search {
    position: relative;
    max-width: 420px;
}
.searchbar .searchbar-search input {
    border: 1px solid #FFFFFF !important;
    border-radius: 45px !important;
    padding: 5px 35px 5px 22px !important;
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 26px !important;
    color: #FFFFFF !important;
    height: 50px !important;
}
.searchbar .searchbar-search input::-webkit-input-placeholder {
    color: #fff;
}
.searchbar .searchbar-search input::-moz-placeholder {
    color: #fff;
}
.searchbar .searchbar-search input:-ms-input-placeholder {
    color: #fff;
}
.searchbar .searchbar-search input:-moz-placeholder {
    color: #fff;
}
.searchbar .searchbar-search button[type="submit"] {
    display: block;
    width: 60px;
    height: 50px;
    background-image: url(img/search-ico.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: opacity .25s cubic-bezier(.4, 0, .2, 1), opacity .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: opacity .25s cubic-bezier(.4, 0, .2, 1), opacity .25s cubic-bezier(.4, 0, .2, 1) !important;
    background-size: 20px;
    background-color: transparent !important;
    filter: invert(98%) sepia(7%) saturate(413%) hue-rotate(255deg) brightness(114%) contrast(100%);
}












body.search #page-header-bg {
    height: auto;
    padding-bottom: 80px;
    padding-top: 70px;
    background-color: #ffff;
}
body.search #page-header-bg .span_6,
body.search #page-header-bg .nectar-particles .span_6 .inner-wrap {
    top: 0%;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
body.search #page-header-bg h1 {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    text-align: center;
    color: #006A76;
    margin-bottom: 30px;
}
body.search #page-header-bg .search--form {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
}
body.search #page-header-bg .search--form input {
    border: 1px solid #525252 !important;
    border-radius: 45px !important;
    padding: 5px 35px 5px 22px !important;
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 26px !important;
    color: #525252 !important;
    height: 50px !important;
    background-color: transparent !important;
}
body.search #page-header-bg .search--form input::-webkit-input-placeholder {
    color: #525252;
}
body.search #page-header-bg .search--form input::-moz-placeholder {
    color: #525252;
}
body.search #page-header-bg .search--form input:-ms-input-placeholder {
    color: #525252;
}
body.search #page-header-bg .search--form input:-moz-placeholder {
    color: #525252;
}
body.search #page-header-bg .search--form button[type="submit"] {
    display: block;
    width: 60px;
    height: 50px;
    background-image: url(img/search-ico.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: opacity .25s cubic-bezier(.4, 0, .2, 1), opacity .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: opacity .25s cubic-bezier(.4, 0, .2, 1), opacity .25s cubic-bezier(.4, 0, .2, 1) !important;
    background-size: 20px;
    background-color: transparent !important;
    filter: invert(32%) sepia(10%) saturate(0%) hue-rotate(212deg) brightness(92%) contrast(90%);
}
body.search #page-header-bg .search--form button[type="submit"]:hover {
    background-color: transparent !important;
}













.search-result {
    padding-top: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
}
.search-result .search-result--head {
    padding-bottom: 15px;
}
.search-result .search-result--head .search-result--title a {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    color: #006A76;
}
.search-result .search-result--head .search-result--title a:hover {
    color: #859e39;
}
.search-result .search-result--head .search-result--info {
    display: flex;
    flex-wrap: wrap;
}
.search-result .search-result--head .search-result--info .search-result--info-date {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #525252;
}
.search-result .search-result--head .search-result--info .search-result--info-author {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #525252;
    margin-left: 20px;
}
.search-result .search-result--body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.search-result .search-result--body .search-result--content {
    width: 620px;
}
.search-result .search-result--body .search-result--content .search-result--excerpt {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #525252;
}
.search-result .search-result--link {
    width: calc(100% - 620px);
    text-align: right;
}
.search-result .search-result--link a {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #525252;
    display: inline-flex;
    align-items: center;
}
.search-result .search-result--link a:after {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    border: 1px solid #7EA01D;
    border-radius: 50%;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    background-image: url(img/search-result-ico.svg);
    filter: invert(50%) sepia(100%) saturate(344%) hue-rotate(35deg) brightness(94%) contrast(91%);
}
#search-results .load__more {
    text-align: center;
    margin-top: 70px;
}
#search-results .load__more #loadmore {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #525252;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
#search-results .load__more #loadmore:after {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    border: 1px solid #7EA01D;
    border-radius: 50%;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    background-image: url(img/search-plus-ico.svg);
    filter: invert(50%) sepia(100%) saturate(344%) hue-rotate(35deg) brightness(94%) contrast(91%);
}













/*
    HOMEPAGE
*/


/* pages__carousel */

.pages__carousel .page__item {
    width: 100%;
}
.pages__carousel .page__item .page__item--thumbnail {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    background-color: #eee;
}
.pages__carousel .page__item .page__item--thumbnail .page__item--thumbnail-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}
.pages__carousel .page__item .page__item--info {

}
.pages__carousel .page__item .page__item--info .page__item--info-title {
    margin-bottom: 10px;
}
.pages__carousel .page__item .page__item--info .page__item--info-title a {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #006A76;
}
.pages__carousel .page__item .page__item--info .page__item--info-excerpt {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #525252;
}


/* recent_publications__carousel */

.recent_publications__carousel.publication-carousel.owl-carousel .owl-stage-outer {
    overflow: hidden;
}
.recent_publications__carousel .owl-nav {
    margin: 0;
}
.recent_publications__carousel.owl-carousel .owl-nav button.owl-next,
.recent_publications__carousel.owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background: #7EA01D;
    border: 1px solid #7EA01D;
    border-radius: 50%;
    position: relative;
    margin: 0;
    position: absolute;
    top: 50%;
}
.recent_publications__carousel.owl-carousel .owl-nav button.owl-next {
    right: 0;
    transform: translate(calc(100% + 25px), -50%);
}
.recent_publications__carousel.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    transform: translate(calc(-100% - 25px), -50%);
}
.recent_publications__carousel.owl-carousel .owl-nav button.owl-next:after,
.recent_publications__carousel.owl-carousel .owl-nav button.owl-prev:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(181deg) brightness(105%) contrast(105%);
}
.recent_publications__carousel.owl-carousel .owl-nav button.owl-next:after {
    background-image: url(img/owlp-arrow-next.svg);
}
.recent_publications__carousel.owl-carousel .owl-nav button.owl-prev:after {
    background-image: url(img/owlp-arrow-prev.svg);
}
.recent_publications__carousel.owl-carousel .owl-nav button.disabled {
    opacity: 0 !important;
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    display: none !important;
}



/* latest_news_blogs */

.latest_news_blogs {

}
.latest_news_blogs .news_blogs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.latest_news_blogs .news_blogs {
    padding: 25px 0;
}
.latest_news_blogs .news_blogs .news_blogs--thumbnail-link {
    display: block;
    position: relative;
    width: 400px;
    height: 245px;
}
.latest_news_blogs .news_blogs .news_blogs--thumbnail-link .news_blogs--thumbnail {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
}
.latest_news_blogs .news_blogs .news_blogs--content {
    padding-left: 70px;
    width: calc(100% - 400px);
}
.latest_news_blogs .news_blogs .news_blogs--content .news_blogs--title {
    margin-bottom: 5px;
}
.latest_news_blogs .news_blogs .news_blogs--content .news_blogs--title a {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #006A76;
}
.latest_news_blogs .news_blogs .news_blogs--content .news_blogs--date {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
    color: #525252;
    margin-bottom: 7px;
}
.latest_news_blogs .news_blogs .news_blogs--content .news_blogs--excerpt {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #525252;
}



/* newsletter-form */

.wpb_column.newsletter-form .wpcf7 form {
    position: relative;
    width: 450px;
}
.wpb_column.newsletter-form .wpcf7 form input[type="submit"] {
    background-color: transparent;
    background-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 50px;
    padding: 0 !important;
    text-indent: -500px;
    border-radius: 0 !important;
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.wpb_column.newsletter-form .wpcf7 form input[type="submit"]:hover {
    background-color: transparent !important;
}
.wpb_column.newsletter-form .wpcf7 form .wpcf7-form-control-wrap input[type="email"] {
    font-weight: 300;
    font-family: Averta !important;
    font-size: 15px !important;
    line-height: 19px !important;
    margin-bottom: 15px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 1) !important;
    background-color: transparent !important;
}
.wpb_column.newsletter-form .wpcf7 form .wpcf7-form-control-wrap input[type="email"]::-webkit-input-placeholder {
    color: #fff !important;
}
.wpb_column.newsletter-form .wpcf7 form .wpcf7-form-control-wrap input[type="email"]::-moz-placeholder {
    color: #fff !important;
}
.wpb_column.newsletter-form .wpcf7 form .wpcf7-form-control-wrap input[type="email"]:-ms-input-placeholder {
    color: #fff !important;
}
.wpb_column.newsletter-form .wpcf7 form .wpcf7-form-control-wrap input[type="email"]:-moz-placeholder {
    color: #fff !important;
}


.wpb_column.newsletter-form .wpcf7 form .wpcf7-form-control-wrap .wpcf7-spinner {
    display: none !important;
}

/* secretariat */
/*.secretariat-filter {
    display: flex;

    margin-top: 75px !important;
    margin-bottom: 100px !important;

    align-items: center;
    justify-content: center;
}
.secretariat-filter .filter-sel {
    font-family: 'Averta';
    font-size: 20px;
    line-height: 25px;

    color: #525252;
}
.secretariat-filter select {
    font-family: 'Averta' !important;
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;

    display: inline-block;

    width: auto;
    min-width: 200px;
    height: 62px;
    margin-left: 25px;
    padding: 5px 60px 5px 30px;

    text-align: center;

    color: #525252;
    border: 1px solid #7ea01d;
    border-radius: 30px;
    background-image: url(img/sel-ico-green.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position: right 25px center;
    box-shadow: none;

    -webkit-appearance: none;
}
.secretariat-filter select option {
    font-family: 'Averta' !important;
}
.secretariat-wrap.secretariat-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 0 !important;
}
.secretariat-wrap.secretariat-container .secretariat-item {
    display: inline-block;

    width: 320px;
    margin-bottom: 80px;
    padding: 65px 10px;

    text-align: center;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .15);
}
.secretariat-wrap.secretariat-container .secretariat-item .secretariat-item-thumbnail {
    display: inline-block;

    width: 120px;
    height: 120px;
    margin-bottom: 30px;

    border-radius: 50%;
    background-position: center;
    background-size: cover;
}
.secretariat-wrap.secretariat-container .secretariat-item .secretariat-item-title {
    margin-bottom: 25px !important;
}
.secretariat-wrap.secretariat-container .secretariat-item .secretariat-item-title a {
    font-family: 'Averta';
    font-size: 30px;
    line-height: 37px;

    display: inline-block;

    margin-bottom: 0;

    text-align: center;

    color: #006a76;
}
.secretariat-wrap.secretariat-container .secretariat-item .secretariat-item-location {
    font-family: 'Averta';
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;

    position: relative;

    display: inline-block;
    display: inline-block;

    padding-left: 25px;

    letter-spacing: 1.9px;
    text-transform: uppercase;

    color: #006a76;
}
.secretariat-wrap.secretariat-container .secretariat-item .secretariat-item-location:before {
    position: absolute;
    left: 0;

    display: block;

    width: 20px;
    height: 20px;
    margin-right: 5px;

    content: '';

    background-image: url(img/map-marker.png);
    background-repeat: no-repeat;
    background-position: center;
}
.secretariat-pagination {
    display: flex;

    margin-bottom: 100px !important;

    justify-content: center;
    align-items: center;
}
.secretariat-pagination .secretariat-page {
    font-family: 'Averta';
    font-size: 20px;
    font-weight: 300;
    line-height: 60px;

    display: block;

    width: 62px;

    text-align: center;

    color: #525252;
}
.secretariat-pagination .secretariat-page.active {
    border: 1px solid #7ea01d;
    border-radius: 50%;
    background-color: #fff;
}
*/

/* secretariat Popup */
/*.lity {
    z-index: 10000;
}
.secretariat-popup:not(.lity-hide) {
    position: relative;

    display: flex;

    background-image: #fff;
}
.secretariat-popup .secretariat-popup-close {
    position: absolute;
    top: 0;
    right: 0;

    width: 60px;
    height: 60px;

    background-image: url(img/close.png) !important;
    background-repeat: no-repeat;
    background-position: center;
}
.secretariat-popup .secretariat-popup-close:hover {
    opacity: .8;
}
.secretariat-popup .secretariat-popup-thumbnail {
    width: 450px;
    height: 450px;

    background-position: center;
    background-size: cover;

    flex: 0 0 450px;
}
.secretariat-popup .secretariat-popup-content {
    padding: 50px 50px 75px 50px;

    background-color: #fff;
}
.secretariat-popup .secretariat-popup-content .secretariat-popup-title {
    font-family: 'Averta';
    font-size: 30px;
    line-height: 37px;

    margin-bottom: 25px;

    color: #006a76;
}
.secretariat-popup .secretariat-popup-content .secretariat-popup-location {
    font-family: 'Averta';
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;

    position: relative;

    display: inline-block;
    display: inline-block;

    margin-bottom: 50px;
    padding-left: 25px;

    letter-spacing: 1.9px;
    text-transform: uppercase;

    color: #006a76;
}
.secretariat-popup .secretariat-popup-content .secretariat-popup-location:before {
    position: absolute;
    left: 0;

    display: block;

    width: 20px;
    height: 20px;
    margin-right: 5px;

    content: '';

    background-image: url(img/map-marker.png);
    background-repeat: no-repeat;
    background-position: center;
}
.secretariat-popup .secretariat-popup-content .secretariat-popup-excerpt {
    font-family: 'Averta';
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;

    width: 675px;

    color: #525252;
}
*/


















.partners {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
.partners .partner {
    width: 33.3335%;
    padding: 30px 15px;
}
.partners .partner .partner--thumbnail-link {
    height: 225px;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
.partners .partner .partner--thumbnail-link .partner--thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.partners .partner .partner--thumbnail-link .partner--overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    opacity: 0;
    -webkit-transition: opacity .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: opacity .25s cubic-bezier(.4, 0, .2, 1) !important;
}

.partners .partner .partner--thumbnail-link .partner--overlay .partner--overlay-logo {
    margin-bottom: 0;
    max-height: 100%;
    max-width: 75%;
}
.partners .partner .partner--thumbnail-link:hover .partner--overlay {
    opacity: 1;
}
.partners .partner .partner--content .partner--title {
    margin: 10px 0;
}
.partners .partner .partner--content .partner--title a {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 28px;
    color: #006A76;
}
.partners .partner .partner--content .partner--excerpt {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #525252;
}

.partner-popup {
    width: 900px;
    max-height: 700px;
    background-color: #fff;
}
.lity-content .partner-popup {
    display: flex;
    flex-wrap: wrap;
}
.partner-popup .partner-popup-background {
    width: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(img/popup-back.png);
}
.partner-popup .partner-popup-content {
    width: 650px;
    height: 700px;
    overflow: auto;
    padding: 60px;
}
.partner-popup .partner-popup-content .partner-popup-content-head {
    margin-bottom: 20px;
}
.partner-popup .partner-popup-content .partner-popup-title {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 30px;
    line-height: 38px;
    color: #006A76;
    margin-bottom: 5px;
}
.partner-popup .partner-popup-content .partner-popup-content-head .partner-popup-content-biography_title {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #006A76;
    margin-bottom: 5px;
}
.partner-popup .partner-popup-content .partner-popup-content-head .partner-popup-content-biography_subtitle {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #7EA01D;
}
.partner-popup .partner-popup-content .partner-popup-content-head .partner-popup-content-biography {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #525252;
}






.partner-popup .partner-popup-content .key__contacts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
}
/*.partner-popup .partner-popup-content .key__contacts .key__contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 10px;
}*/
.partner-popup .partner-popup-content .key__contacts .key__contact {
    /*padding: 22px 20px 22px 40px;*/
    width: 100%;
    /*margin: 20px 0;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    height: auto;
    height: max-content;
    -webkit-transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    position: relative;
}
.partner-popup .partner-popup-content .key__contacts .key__contact + .key__contact {
    margin-top: 20px;
}
/*.partner-popup .partner-popup-content .key__contacts .key__contact .key__contact--avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}*/
.partner-popup .partner-popup-content .key__contacts .key__contact .key__contact--avatar {
    width: 90px;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    background-color: #525252;
}
/*.partner-popup .partner-popup-content .key__contacts .key__contact .key__contact--info {
    padding-left: 15px;
}*/
.partner-popup .partner-popup-content .key__contacts .key__contact .key__contact--info {
    width: calc(100% - 90px);
    padding-left: 10px;
}
/*.partner-popup .partner-popup-content .key__contacts .key__contact .key__contact--info .key__contact--info-name {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    color: #006A76;
}*/
.partner-popup .partner-popup-content .key__contacts .key__contact .key__contact--info .key__contact--info-name {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size:22px;
    line-height: 28px;
    color: #006A76;
    margin-bottom: 5px;
}
.partner-popup .partner-popup-content .key__contacts .key__contact .key__contact--info .key__contact--info-jobtitle {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #7EA01D;
    margin-bottom: 5px;
}
.partner-popup .partner-popup-content .key__contacts .key__contact .key__contact--info .key__contact--info-link {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #525252;
    margin-bottom: 0;
    text-decoration: underline;
}
.partner-popup .partner-popup-content .key__contacts .key__contact .ambassador__body--link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
/*.partner-popup .partner-popup-content .key__contacts .key__contact .key__contact--info .key__contact--info-email a {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #7EA01D;
}*/
/*.partner-popup .partner-popup-content .key__contacts .key__contact:hover {
    background: #F9F9F9;
    border: 1px solid #7EA01D;
}
*/










.partner-popup .partner-popup-content .partner-popup-content-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.partner-popup .partner-popup-content .partner-popup-content-social .partner-popup-content-social-url {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    margin-right: 25px;
    width: 25px;
    height: 25px;
    filter: invert(31%) sepia(4%) saturate(2%) hue-rotate(319deg) brightness(95%) contrast(87%);
}
.partner-popup .partner-popup-content .partner-popup-content-social .partner-popup-content-social-url.facebook_url {
    background-image: url(img/facebook-popup.svg);
}
.partner-popup .partner-popup-content .partner-popup-content-social .partner-popup-content-social-url.twitter_url {
    background-image: url(img/twitter-popup.svg);
}
.partner-popup .partner-popup-content .partner-popup-content-social .partner-popup-content-social-url.instagram_url {
    background-image: url(img/instagram-popup.svg);
}
.partner-popup .partner-popup-content .partner-popup-content-social .partner-popup-content-social-url.linkedIn_url {
    background-image: url(img/linkedIn-popup.svg);
}
.partner-popup .partner-popup-content .partner-popup-content-social .partner-popup-content-social-url.website_url {
    background-image: url(img/website-popup.svg);
}
.partner-popup .partner-popup-content .partner-popup-content-social .partner-popup-content-social-url:hover {
    filter: invert(53%) sepia(25%) saturate(1224%) hue-rotate(35deg) brightness(103%) contrast(88%);
}

.partner-popup .partner-popup-content-key-contacts {
    margin-top: 40px;
}
.partner-popup .partner-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-image: url(img/close.png) !important;
    background-repeat: no-repeat;
    background-position: center;
}








.timeline-container {
    padding-left: 45px;
}
.timeline-container:before {
    content: '';
    width: 140px;
    height: 100%;
    position: absolute;
    top: -45px;
    left: 45px;
    bottom: 0;
    background-image: url(img/timeline-line.svg);
    background-position: top center;
    background-repeat: repeat-y;
}
.timeline-container .timeline {
    text-align: left;
    position: relative;
    padding-top: 50px;
    padding-left: 230px;
    margin-top: 45px;
}
.timeline-container .timeline .timeline--circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.timeline-container .timeline .timeline--title {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 36px;
    line-height: 40px;
    color: #006A76;
    min-height: 80px;
}
.timeline-container .timeline .timeline--content {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #525252;
}






























.secretariats-filters {
    display: flex;
    justify-content: center;
}
.secretariats-filters .secretariats-filter+.secretariats-filter {
    margin-left: 40px;
    margin-right: 40px;
}


.secretariats-filter {
    display: flex;
    margin-top: 75px !important;
    margin-bottom: 100px !important;
    align-items: center;
    justify-content: center;
}


.secretariats-filter .filter-sel,
.secretariats-filter select {
    display: block !important;
}
.secretariats-filter .filter-sel {
    margin-right: 10px;
}

.secretariats-wrap.secretariats-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 0 !important;
}
.secretariat {
    padding: 22px 20px 22px 40px;
    width: 33.3335%;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    height: auto;
    height: max-content;
    -webkit-transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
}
.secretariat .secretariat--thumbnail {
    width: 90px;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}
.secretariat .secretariat--body {
    width: calc(100% - 90px);
    padding-left: 10px;
}
.secretariat .secretariat--body .secretariat--body-title a {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size:22px;
    line-height: 28px;
    color: #006A76;
}

.secretariat .secretariat--body .secretariat--body-jobtitle {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #7EA01D;
    margin-bottom: 0;
}
/*.secretariat .secretariat--body .secretariat--body-department {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #525252;
    margin-bottom: 5px;
}*/
.secretariat .secretariat--body .secretariat--body-department {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #7EA01D;
    margin-bottom: 0;
}


.secretariat:hover {
    background: #F9F9F9;
    border: 1px solid #7EA01D;
}
.secretariat-popup {
    width: 800px;
    background: #fff;
    flex-wrap: wrap;
}
.secretariat-popup .secretariat-popup--head {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 75px 40px;
    width: 100%;
}
.secretariat-popup .secretariat-popup--head .secretariat-popup--head-thumbnail {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.secretariat-popup .secretariat-popup--head .secretariat-popup--head-content {
    width: calc(100% - 170px);
    padding-left: 50px;
}
.secretariat-popup .secretariat-popup--head .secretariat-popup--head-content .secretariat-popup--head-content-title {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #006A76;
    margin: 0;
}
.secretariat-popup .secretariat-popup--head .secretariat-popup--head-content .secretariat-popup--head-content-location,
.secretariat-popup .secretariat-popup--head .secretariat-popup--head-content .secretariat-popup--head-content-jobtitle,
.secretariat-popup .secretariat-popup--head .secretariat-popup--head-content .secretariat-popup--head-content-department {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #7EA01D;
    margin-bottom: 15px;
    display: block;
}
.secretariat-popup .secretariat-popup--head .secretariat-popup--head-content .secretariat-popup--head-content-department {
    font-weight: 700 !important;
    margin-bottom: 5px;
}
.secretariat-popup .secretariat-popup--head .secretariat-popup--head-content .secretariat-popup--head-content-excerpt {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #525252;
}
/*
.secretariat-popup .secretariat-popup-close.lity-close:hover,
.secretariat-popup .secretariat-popup-close.lity-close:focus,
.secretariat-popup .secretariat-popup-close.lity-close:active,
.secretariat-popup .secretariat-popup-close.lity-close:visited {
    color: #000;
    font-size: 20px;
    line-height: 40px;
    text-shadow: none;
    top: 0;
    right: 0;
}
*/

.secretariat-popup--socials {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.secretariat-popup--socials .secretariat-popup--socials-item {
    display: block;
    width: 21px;
    height: 21px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.secretariat-popup--socials .secretariat-popup--socials-item+.secretariat-popup--socials-item {
    margin-left: 25px;
}
.secretariat-popup--socials .secretariat-popup--socials-item.instagram {
    background-image: url(img/instagram-ico.svg);
}
.secretariat-popup--socials .secretariat-popup--socials-item.twitter {
    background-image: url(img/twitter-ico.svg);
}
.secretariat-popup--socials .secretariat-popup--socials-item.linkedin {
    background-image: url(img/linkedin-ico.svg);
}

.secretariat-popup:not(.lity-hide) {
    position: relative;

    display: flex;

    background-image: #fff;
}
.secretariat-popup .secretariat-popup-close {
    position: absolute;
    top: 0;
    right: 0;

    width: 60px;
    height: 60px;

    background-image: url(img/close.png) !important;
    background-repeat: no-repeat;
    background-position: center;
}
.secretariat-popup .secretariat-popup-close:hover {
    opacity: .8;
}

















.globalinitiatives {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
.globalinitiatives .globalinitiative {
    width: 33.3335%;
    padding: 30px 15px;
}
.globalinitiatives .globalinitiative .globalinitiative--thumbnail-link {
    height: 225px;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
.globalinitiatives .globalinitiative .globalinitiative--thumbnail-link .globalinitiative--thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.globalinitiatives .globalinitiative .globalinitiative--thumbnail-link .globalinitiative--overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    opacity: 0;
    -webkit-transition: opacity .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: opacity .25s cubic-bezier(.4, 0, .2, 1) !important;
}

.globalinitiatives .globalinitiative .globalinitiative--thumbnail-link .globalinitiative--overlay .globalinitiative--overlay-logo {
    margin-bottom: 0;
    max-height: 100%;
    max-width: 75%;
}
.globalinitiatives .globalinitiative .globalinitiative--thumbnail-link:hover .globalinitiative--overlay {
    opacity: 1;
}
.globalinitiatives .globalinitiative .globalinitiative--content .globalinitiative--title {
    margin: 10px 0;
}
.globalinitiatives .globalinitiative .globalinitiative--content .globalinitiative--title a {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 28px;
    color: #006A76;
}
.globalinitiatives .globalinitiative .globalinitiative--content .globalinitiative--excerpt {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #525252;
}

.globalinitiative-popup {
    width: 900px;
    max-height: 700px;
    background-color: #fff;
}
.lity-content .globalinitiative-popup {
    display: flex;
    flex-wrap: wrap;
}
.globalinitiative-popup .globalinitiative-popup-background {
    width: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(img/popup-back.png);
}
.globalinitiative-popup .globalinitiative-popup-content {
    width: 650px;
    height: 700px;
    overflow: auto;
    padding: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.globalinitiative-popup .globalinitiative-popup-content .globalinitiative-popup-content-head {
    margin-bottom: 20px;
}
.globalinitiative-popup .globalinitiative-popup-content .globalinitiative-popup-title {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 30px;
    line-height: 38px;
    color: #006A76;
    margin-bottom: 5px;
}
.globalinitiative-popup .globalinitiative-popup-content .globalinitiative-popup-content-head .globalinitiative-popup-content-biography_title {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #006A76;
    margin-bottom: 5px;
}
.globalinitiative-popup .globalinitiative-popup-content .globalinitiative-popup-content-head .globalinitiative-popup-content-biography_subtitle {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #7EA01D;
}
.globalinitiative-popup .globalinitiative-popup-content .globalinitiative-popup-content-head .globalinitiative-popup-content-biography {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #525252;
}
.globalinitiative-popup .globalinitiative-popup-content .globalinitiative-popup-content-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.globalinitiative-popup .globalinitiative-popup-content .globalinitiative-popup-content-social .globalinitiative-popup-content-social-url {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    margin-right: 25px;
    width: 25px;
    height: 25px;
    filter: invert(31%) sepia(4%) saturate(2%) hue-rotate(319deg) brightness(95%) contrast(87%);
}
.globalinitiative-popup .globalinitiative-popup-content .globalinitiative-popup-content-social .globalinitiative-popup-content-social-url.facebook_url {
    background-image: url(img/facebook-popup.svg);
}
.globalinitiative-popup .globalinitiative-popup-content .globalinitiative-popup-content-social .globalinitiative-popup-content-social-url.twitter_url {
    background-image: url(img/twitter-popup.svg);
}
.globalinitiative-popup .globalinitiative-popup-content .globalinitiative-popup-content-social .globalinitiative-popup-content-social-url.instagram_url {
    background-image: url(img/instagram-popup.svg);
}
.globalinitiative-popup .globalinitiative-popup-content .globalinitiative-popup-content-social .globalinitiative-popup-content-social-url.linkedIn_url {
    background-image: url(img/linkedIn-popup.svg);
}
.globalinitiative-popup .globalinitiative-popup-content .globalinitiative-popup-content-social .globalinitiative-popup-content-social-url:hover {
    filter: invert(53%) sepia(25%) saturate(1224%) hue-rotate(35deg) brightness(103%) contrast(88%);
}

.globalinitiative-popup .globalinitiative-popup-content-key-contacts {
    margin-top: 40px;
}
.globalinitiative-popup .globalinitiative-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-image: url(img/close.png) !important;
    background-repeat: no-repeat;
    background-position: center;
}













.councils-wrap.councils-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 0 !important;
    padding-top: 40px;
    padding-bottom: 0;
}
.council {
    padding: 22px 20px 22px 40px;
    width: 33.3335%;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    height: auto;
    height: max-content;
    -webkit-transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: all .25s cubic-bezier(.4, 0, .2, 1) !important;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
}
.council .council--thumbnail {
    width: 90px;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}
.council .council--body {
    width: calc(100% - 90px);
    padding-left: 10px;
}
.council .council--body .council--body-title a {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size:22px;
    line-height: 28px;
    color: #006A76;
}
.council .council--body .council--body-jobtitle {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #7EA01D;
    margin-bottom: 0;
}
.council:hover {
    background: #F9F9F9;
    border: 1px solid #7EA01D;
}
.council-popup {
    width: 800px;
    background: #fff;
    flex-wrap: wrap;
}
.council-popup .council-popup--head {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 75px 40px;
    width: 100%;
}
.council-popup .council-popup--head .council-popup--head-thumbnail {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.council-popup .council-popup--head .council-popup--head-content {
    width: calc(100% - 170px);
    padding-left: 50px;
}
.council-popup .council-popup--head .council-popup--head-content .council-popup--head-content-title {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #006A76;
    margin: 0;
}
.council-popup .council-popup--head .council-popup--head-content .council-popup--head-content-jobtitle {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #7EA01D;
    margin-bottom: 15px;
}
.council-popup .council-popup--head .council-popup--head-content .council-popup--head-content-excerpt {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #525252;
}

/*
.council-popup .council-popup-close.lity-close:hover,
.council-popup .council-popup-close.lity-close:focus,
.council-popup .council-popup-close.lity-close:active,
.council-popup .council-popup-close.lity-close:visited {
    color: #000;
    font-size: 20px;
    line-height: 40px;
    text-shadow: none;
    top: 0;
    right: 0;
}
*/

.council-popup--socials {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.council-popup--socials .council-popup--socials-item {
    display: block;
    width: 21px;
    height: 21px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.council-popup--socials .council-popup--socials-item+.council-popup--socials-item {
    margin-left: 25px;
}
.council-popup--socials .council-popup--socials-item.instagram {
    background-image: url(img/instagram-ico.svg);
}
.council-popup--socials .council-popup--socials-item.twitter {
    background-image: url(img/twitter-ico.svg);
}
.council-popup--socials .council-popup--socials-item.linkedin {
    background-image: url(img/linkedin-ico.svg);
}
.council-popup .council-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-image: url(img/close.png) !important;
    background-repeat: no-repeat;
    background-position: center;
}
.council-popup .council-popup-close:hover {
    opacity: .8;
}


/* TWEAKS */
.section-arrow .wpb_text_column .wpb_wrapper p {
    display: inline-flex;
    align-items: center;
}
.section-arrow .wpb_text_column .wpb_wrapper p:after {
    content: '';
    width: 26px;
    height: 25px;
    display: inline-flex;
    margin-left: 10px;
    background-image: url(img/long-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.section-arrow .wpb_text_column .wpb_wrapper p a span {
    font-weight: bold;
}

.wpb_column.newsletter-form .wpcf7 form .wpcf7-spinner {
    margin: 0;
    position: absolute;
}
.wpb_column.newsletter-form .wpcf7 form .wpcf7-response-output {
    display: block !important;
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #fff !important;
}

.section-learnmore .wpb_text_column a {
    text-decoration: underline;
    color: #525252 !important;
}
.section-learnmore .wpb_text_column a:hover {
    color: #859e39 !important;
}


.latest_news_left .latest_news {
    text-align: left;
}










.slidemenu__widgets.desktop {

}
.slidemenu__widgets.mobile {
    display: none;
}




/*************************************************************************
 *                               MOBILE
*************************************************************************/


/* FOOTER */
@media screen and (max-width: 1399px) {
    body #footer-outer #footer-widgets .footer-main .footer-area.footer-area-1 .widget {
        width: 50%;
    }
}
@media screen and (max-width: 999px) {
    body #footer-outer #footer-widgets .footer-main .footer-area.footer-area-1 .widget:first-child {
        margin-bottom: 0
    }
    body #footer-outer #footer-widgets .footer-main .footer-area.footer-area-1 .widget {
        width: 100%;
    }
    body #footer-outer #footer-widgets .footer-main .footer-area .widget+.widget {
        margin-top: 15px;
    }

    body #footer-outer {
        background-color: #006A76 !important;
        padding: 30px 0;
    }
    #footer-widgets .container .col {
        margin-bottom: 30px;
    }
    body #footer-outer #footer-widgets .footer-main .footer-area.footer-area-1,
    body #footer-outer #footer-widgets .footer-main .footer-area.footer-area-2 {
        margin-left: -10px;
        margin-right: -10px;
    }
    body #footer-outer #footer-widgets .footer-main .footer-area .widget .menu li+li {
        margin-top: 12px;
    }
    body #footer-outer #footer-widgets .footer-main .footer-area .widget .menu li a {
        font-size: 16px;
        line-height: 20px;
    }

    body #footer-outer #footer-widgets .footer-main .footer-area .widget div.textwidget>div {
        margin-bottom: 25px;
    }
    body #footer-outer #footer-widgets .footer-main .footer-area .widget div.textwidget>div>a {
        font-size: 16px;
        line-height: 20px;
    }
    body #footer-outer #footer-widgets .footer-main .footer-area .widget ul.footer-social-list li a {
        width: 30px;
        height: 30px;
        background-size: 25px;
    }

    body #footer-outer #footer-widgets .footer-logos .footer-area.footer-area-logos {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-left: -25px;
        margin-right: -25px;
        margin-top: 30px;
        padding-bottom: 20px;
    }
    body #footer-outer #footer-widgets .footer-logos .footer-area.footer-area-logos .widget {
        padding: 15px;
        width: auto;
    }
    body #footer-outer #footer-widgets .footer-logos .footer-area.footer-area-logos .widget img {
        display: block;
        max-height: 60px;
        max-width: 150px;
    }
    body #footer-outer #footer-widgets .footer-logos .footer-area.footer-area-logos .widget figcaption {
        display: none;
        margin: 4px 0;
    }

    #footer-outer #copyright .container div:last-child {
        margin-bottom: 0;
        margin-left: -10px;
        margin-right: -5px;
        width: auto;
    }
}

/* Mobile menu */
.slidemenu__widgets.mobile .container {
    width: 100%;
    height: calc(100vh - 60px);
    padding-top: 130px !important;
    padding-bottom: 150px !important;
}
.slidemenu__widgets.mobile .container .mobile-menu {
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    height: 100%;
}
.slidemenu__widgets.mobile .container .mobile-menu .menu-item {
    list-style: none;
    padding: 10px 0;
}
.slidemenu__widgets.mobile .container .mobile-menu .menu-item+.menu-item {
    margin-top: 20px;
}
.slidemenu__widgets.mobile .container .mobile-menu .menu-item a {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}
.slidemenu__widgets.mobile .container .mobile-menu .menu-item .sub-menu {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    -webkit-transition: transform .25s cubic-bezier(.4, 0, .2, 1) !important;
    transition: transform .25s cubic-bezier(.4, 0, .2, 1) !important;
    transform: translateX(200%);
    padding: 0;
    background: #006A76;
    overflow-y: auto;
}
.slidemenu__widgets.mobile .container .mobile-menu .menu-item.menu-item-has-children .sub-menu>.menu-item+.menu-item {
    margin-top: 10px;
}
.slidemenu__widgets.mobile .container .mobile-menu .menu-item.menu-item-has-children .sub-menu>.menu-item+.menu-item {
    margin-top: 0;
}
.slidemenu__widgets.mobile .container .mobile-menu .menu-item.menu-item-has-children .sub-menu>.menu-item>a {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}
.slidemenu__widgets.mobile .container .mobile-menu .menu-item.menu-item-has-children .sub-menu>.menu-item:first-child {
    padding-bottom: 20px;
}
.slidemenu__widgets.mobile .container .mobile-menu .menu-item.menu-item-has-children .sub-menu>.menu-item:first-child a {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

.slidemenu__widgets.mobile .container .mobile-menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-back {
    margin-top: 10px;
}
.slidemenu__widgets.mobile .container .mobile-menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-back a {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
}
.slidemenu__widgets.mobile .container .mobile-menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-back a:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(img/owlp-arrow-prev.svg);
    margin-right: 15px;
    filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%)
}
.slidemenu__widgets.mobile .container .mobile-menu .menu-item.menu-item-has-children.active > .sub-menu {
    transform: translateX(0);
    opacity: 1;
    overflow: hidden;
}

/* Header */
@media screen and (max-width: 1240px) {
    div.slide-menu .slidemenu__bottom .container {
        position: relative;
        padding: 30px 15px;
        width: 100%;
    }
}
@media screen and (max-width: 1199px) {
    header#top .right-menu > ul.sf-menu.sf-js-enabled.sf-arrows {
        padding-right: 20px;
    }
    header#top .right-menu > ul.sf-menu.sf-js-enabled.sf-arrows .menu-item {
        padding: 0 15px;
    }
    header#top .right-menu > ul.sf-menu.sf-js-enabled.sf-arrows .menu-item a {
        font-size: 18px;
        line-height: 22px;
    }
}
@media screen and (max-width: 999px) {
    header#top .right-menu {
        display: none !important;
    }
    #header-outer .row .col.span_9 {
        float: right;
        display: flex;
    }
    body #header-outer a.search-icon .icon-salient-search:before,
    body.material #header-outer a.search-icon .icon-salient-search:before {
        width: 22px;
        height: 22px;
    }
    header#top .menutoggle:before {
        font-size: 16px;
        line-height: 24px;
    }
    header#top .menutoggle .menutoggle-wrap {
        height: 16px;
        width: 22px;
    }
    header#top .menutoggle .menutoggle-wrap span {
        height: 2px;
        width: 22px;
    }
    header#top .menutoggle .menutoggle-wrap span:nth-child(2) {
        top: 7px;
    }
    header#top .menutoggle .menutoggle-wrap span:last-child {
        width: 16px;
    }
    div.slide-menu .slidemenu__bottom .container {
        width: 100%;
        max-width: none;
    }
    div.slide-menu .slidemenu__bottom .widget a {
        text-align: left;
        display: inline-table;
        padding-right: 0;
        font-size: 16px;
        line-height: 22px;
    }
    div.slide-menu .slidemenu__bottom .widget a strong {
        display: inline;
    }
    div.slide-menu .slidemenu__bottom .widget a:after {
        display: inline-block;
        width: 24px;
        height: 11px;
        position: inherit;
        top: auto;
        right: auto;
        transform: none;
        margin-left: 5px;
        background-size: 15px;
    }
    div.slide-menu .slidemenu__widgets .container {
        padding: 50px 0;
    }
    div.slide-menu .slidemenu__widgets .main-menu {
        width: 100%;
        position: relative;
        margin: 0 auto;
    }
    .slidemenu__widgets.desktop {
        display: none;
    }
    .slidemenu__widgets.mobile {
        display: block;
    }
    div.slide-menu {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .searchbar {
        align-items: start;
        width: 100%;
        padding: 90px 15px;
    }
    .searchbar .searchbar--title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 24px;
    }
    .searchbar .searchbar--content {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 30px;
        padding-bottom: 0;
    }
    .searchbar .searchbar--close {
        width: 36px;
        height: 36px;
        background-size: 14px;
    }

}


/* main */
@media screen and (max-width: 999px) {

    .mt-p0 {
        padding: 0 !important;
    }
    .pm15 {
        padding: 25px 15px !important;
    }
    .mptb60 {
        padding-top: 60px !important;
        padding-bottom: 40px !important;
    }
    .mpb0 {
        padding-bottom: 0px !important;
    }
    .mtb0 {
        padding-top: 0px !important;
    }

    .mptb30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}


/*HEADINGS*/

@media screen and (max-width: 999px) {
    .wpb_row.first-section h1.vc_custom_heading,
    #page-header-bg h1,
    .interactive-head-section h1 {
        font-size: 32px !important;
        line-height: 34px !important;
    }
}

@media screen and (max-width: 999px) {
    .interactive-head-section h1 {
        margin-bottom: 40px;
    }
}


/* HOMEPAGE */

@media screen and (max-width: 999px) {
    /* first section */
    .wpb_row.first-section {
        height: 650px;
        display: flex;
        align-items: center;
        padding: 0 !important;
    }
    .wpb_row.first-section .wpb_wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
    .wpb_row.first-section h1.vc_custom_heading {
        font-size: 32px !important;
        line-height: 34px !important;
    }
    .wpb_row.first-section p.vc_custom_heading {
        font-size: 20px !important;
        line-height: 25px !important;
    }

    /* section-arrow */
    .section-arrow .wpb_text_column .wpb_wrapper p {
        text-align: left;
        display: inline-table;
        padding-right: 0;
        font-size: 16px;
        line-height: 22px;
    }
    .section-arrow .wpb_text_column .wpb_wrapper p span {
        display: inline;
        font-weight: 600;
    }
    .section-arrow .wpb_text_column .wpb_wrapper p:after {
        display: inline-block;
        width: 24px;
        height: 11px;
        position: inherit;
        top: auto;
        right: auto;
        transform: none;
        margin-left: 5px;
        background-size: 15px;
    }


    .vc_custom_1664293724764 {
        padding-right: 0px !important;
    }

    .pages__carousel.publication-carousel {
        display: block;
    }
    .pages__carousel .page__item {
        width: 100%;
        margin-top: 24px
    }
    .pages__carousel .page__item .page__item--thumbnail {
        height: 350px;
        margin-bottom: 10px
    }
    .pages__carousel .page__item .page__item--thumbnail .page__item--thumbnail-img {
 /*       max-width: none;
        width: auto;
        height: 100%;
        transform: translate(-50%,-50%);
        left: 50%;
        top: 50%;*/
    }
    .pages__carousel .page__item .page__item--info .page__item--info-title a {
        font-size: 16px;
        line-height: 20px;
    }
    .pages__carousel .page__item .page__item--info .page__item--info-excerpt {
        font-size: 15px;
        line-height: 19px;
    }
    .recent_publications__carousel {
        margin-bottom: 0 !important;
    }
    .recent_publications__carousel.publication-carousel.owl-carousel .owl-stage-outer {
        overflow: visible;
    }
    .recent_publications__carousel .recent_publication {
        width: 240px;
    }
    .recent_publications__carousel.owl-carousel .owl-nav button.owl-prev {
        left: 0;
        transform: translate(-25px, -50%);
    }
    .recent_publications__carousel.owl-carousel .owl-nav button.owl-next {
        right: 0;
        transform: translate(25%, -50%);
    }
    .latest_news_blogs .news_blogs {
        padding: 20px 0;
    }
    .latest_news_blogs .news_blogs .news_blogs--thumbnail-link {
        display: block;
        position: relative;
        width: 100%;
        height: 280px;
    }
    .latest_news_blogs .news_blogs .news_blogs--content {
        padding-left: 0;
        width: 100%;
        margin-top: 24px;
    }
    .latest_news_blogs .news_blogs .news_blogs--content .news_blogs--title a {
        font-size: 26px;
        line-height: 32px;
    }
    .wpb_column.newsletter-form .wpcf7 form {
        width: 100%;
    }
}




/* ABOUT; vision-mission*/
.hide-background-m .color-grey-m p {
    font-size: 18px;
    line-height: 28px;
}
@media screen and (max-width: 999px) {

    body .wpb_row.hide-background-m {
        padding-bottom: 60px !important;
        padding-top: 60px !important;
    }
    body .wpb_row.hide-background-m .wpb_column {
        margin-bottom: 0 !important;
    }
    body .wpb_row.hide-background-m+.wpb_row.hide-background-m {
        padding-top: 0 !important;
    }
    .hide-background-m .color-green-m {
        color: #006A76 !important;
        text-align: left !important;
    }
    .hide-background-m .color-grey-m p {
        color: #525252 !important;
        text-align: left !important;
    }
    .hide-background-m .row-bg-wrap {
        background: #F1F1F1;
    }
    .hide-background-m .row-bg-wrap .using-image {
        display: none !important;
    }
    .hide-background-m img.fullwidth-image {
        height: 280px !important;
        width: auto;
        max-width: none;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 25px;
    }
}







/* timeline */

.timeline--learn-more {
    display: none;
}

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

    .timeline-container {
        position: relative;
    }
    .timeline-container:after {
        content: '';
        position: absolute;
        height: 78px;
        left: 0px;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    }
    .timeline--learn-more {
        display: inline-flex;
        align-items: center;
        cursor: pointer;
        margin-top: 20px;
    }
    .timeline--learn-more:before {
        content: 'Read more';
        font-family: 'Averta';
        font-style: normal;
        font-weight: 300;
        font-size: 15px;
        line-height: 20px;
        color: #525252;
    }
    .timeline--learn-more.active:before {
        content: 'Less';
    }
    .timeline--learn-more:after {
        content: '';
        display: block;
        width: 45px;
        height: 45px;
        border: 1px solid #7EA01D;
        border-radius: 50%;
        margin-left: 10px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px;
        background-image: url(img/search-plus-ico.svg);
        filter: invert(50%) sepia(100%) saturate(344%) hue-rotate(35deg) brightness(94%) contrast(91%);
    }
    .timeline-container {
        padding-left: 0;
        height: 235px;
        overflow: hidden;
    }
    .timeline-container.show {
        height: auto;
    }
    .timeline-container.show:after {
        display: none;
    }
    .timeline-container:before {
        width: 56px;
        top: -25px;
        left: 0;
        background-size: 2px;
    }
    .timeline-container .timeline {
        padding-top: 10px;
        padding-left: 80px;
        margin-top: 25px;
    }
    .timeline-container .timeline .timeline--circle {
        width: 56px;
        height: 56px;
    }
    .timeline-container .timeline .timeline--title {
        font-size: 26px;
        line-height: 36px;
        min-height: 56px;
    }
    .timeline-container .timeline .timeline--content {
        font-size: 14px;
        line-height: 17px;
    }
    .section-learnmore .wpb_text_column {
        padding-top: 25px !important;
        padding-bottom: 60px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .section-learnmore .wpb_text_column h5 {
        font-size: 26px !important;
        line-height: 32px !important;
    }
    body .value-item {
        padding: 25px 15px !important;
    }
    body .value-item h2 {
        font-size: 20px !important;
        line-height: 25px !important;
    }
    body .value-item p {
        font-size: 16px !important;
        line-height: 20px !important;
    }
}


@media screen and (max-width: 999px) {
    .council {
        padding: 15px;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .council .council--thumbnail {
        width: 64px;
        height: 64px;
    }
    .council .council--body {
        width: calc(100% - 65px);
        padding-left: 15px;
    }
    .council .council--body .council--body-title a {
        font-size: 20px;
        line-height: 26px;
    }
    .funding-images {
        margin-left: -6px;
        margin-right: -6px
    }
    .funding-images .span_12 {
        justify-content: center;
    }
    .funding-images .wpb_column.vc_col-sm-3 {
        width: calc(50% - 12px) !important;
        margin: 6px !important;
        padding: 15px !important;
    }
    .divider-h30 .divider-wrap .divider {
        height: 30px !important;
    }
    .ambassadors-filter {
        margin-top: 60px !important;
        margin-bottom: 10px !important;
        width: 100%;
        display: block;
    }
    .ambassadors-filter .select2.select2-container.select2-container--filter .selection .select2-selection.select2-selection--single {
        min-width: 150px;
        width: 100%;
    }
    .ambassadors-filter .select2.select2-container.select2-container--filter {
        background: transparent !important;
        width: 100% !important;
    }

    .secretariats-filters {
        flex-wrap: wrap;
        margin-top: 50px;
    }
    .secretariats-filters .secretariats-filter {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        width: 100%;
        display: block;
    }
    .secretariats-filters .secretariats-filter+.secretariats-filter {
        margin-left: 0;
        margin-right: 0;
    }
    .secretariats-filters .select2.select2-container.select2-container--filter .selection .select2-selection.select2-selection--single {
        min-width: 150px;
        width: 100%;
    }
    .secretariats-filters .select2.select2-container.select2-container--filter {
        background: transparent !important;
        width: 100% !important;
    }
    .secretariat {
        padding: 15px;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .secretariat .secretariat--thumbnail {
        width: 64px;
        height: 64px;
    }
    .secretariat .secretariat--body {
        width: calc(100% - 65px);
        padding-left: 15px;
    }
    .secretariat .secretariat--body .secretariat--body-title a {
        font-size: 20px;
        line-height: 26px;
    }
    .ambassador {
        padding: 15px;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .ambassador .ambassador--thumbnail {
        width: 64px;
        height: 64px;
    }
    .ambassador .ambassador--body {
        width: calc(100% - 65px);
        padding-left: 15px;
    }
    .ambassador .ambassador--body .ambassador--body-title a {
        font-size: 20px;
        line-height: 26px;
    }
    .ambassador-popup {
        width: 100%;
        max-width: 500px;
    }
    .ambassador-popup .ambassador-popup--head {
        padding: 60px 45px 30px 15px;
    }
    .ambassador-popup .ambassador-popup--head .ambassador-popup--head-thumbnail {
        width: 65px;
        height: 65px;
        position: absolute;
    }
    .ambassador-popup .ambassador-popup--head .ambassador-popup--head-content {
        width: 100%;
        padding-left: 0;
    }
    .ambassador-popup .ambassador-popup--head .ambassador-popup--head-content .ambassador-popup--head-content-title {
        font-size: 20px;
        line-height: 25px;
        padding-left: 80px;
    }
    .ambassador-popup .ambassador-popup--head .ambassador-popup--head-content .ambassador-popup--head-content-jobtitle {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px;
        padding-left: 80px;
    }
    .ambassador-popup .ambassador-popup--head .ambassador-popup--head-content .ambassador-popup--head-content-location {
        padding-left: 80px;
        margin-bottom: 10px;
    }
    .ambassador-popup .ambassador-popup--head .ambassador-popup--head-content .ambassador-popup--head-content-excerpt {
        font-size: 14px;
        line-height: 16px;
    }
    .ambassador-popup--socials {
        margin-top: 10px;
    }
    .ambassador-popup--socials .ambassador-popup--socials-item {
        width: 16px;
        height: 16px;
    }
    .ambassador-popup--socials .ambassador-popup--socials-item+.ambassador-popup--socials-item {
        margin-left: 15px;
    }
    .related-articles {
        margin: 0;
        background: #F9F9F9;
        padding: 0px 15px 0px;
    }
    .related-articles .related-article .related-article--title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .related-articles .related-article .related-article--excerpt {
        font-size: 14px;
        line-height: 17px;
    }
    .ambassador-popup .ambassador-popup-close {
        display: block !important;
        width: 40px;
        height: 60px;
    }
    .ambassadors-pagination {
        display: none !important;
    }
    .secretariat-popup {
        width: 100%;
        max-width: 500px;
    }
    .secretariat-popup .secretariat-popup--head {
        padding: 60px 45px 30px 15px;
    }
    .secretariat-popup .secretariat-popup--head .secretariat-popup--head-thumbnail {
        width: 65px;
        height: 65px;
        position: absolute;
    }
    .secretariat-popup .secretariat-popup--head .secretariat-popup--head-content {
        width: 100%;
        padding-left: 0;
    }
    .secretariat-popup .secretariat-popup--head .secretariat-popup--head-content .secretariat-popup--head-content-title {
        font-size: 20px;
        line-height: 25px;
        padding-left: 80px;
    }
    .secretariat-popup .secretariat-popup--head .secretariat-popup--head-content .secretariat-popup--head-content-jobtitle {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px;
        padding-left: 80px;
    }
    .secretariat-popup .secretariat-popup--head .secretariat-popup--head-content .secretariat-popup--head-content-department {
        padding-left: 80px;
    }
    .secretariat-popup .secretariat-popup--head .secretariat-popup--head-content .secretariat-popup--head-content-location {
        padding-left: 80px;
        margin-bottom: 10px;
    }
    .secretariat-popup .secretariat-popup--head .secretariat-popup--head-content .secretariat-popup--head-content-excerpt {
        font-size: 14px;
        line-height: 16px;
        padding-top: 30px;
    }
    .secretariat-popup--socials {
        margin-top: 10px;
    }
    .secretariat-popup--socials .secretariat-popup--socials-item {
        width: 16px;
        height: 16px;
    }
    .secretariat-popup--socials .secretariat-popup--socials-item+.secretariat-popup--socials-item {
        margin-left: 15px;
    }
    .related-articles {
        margin: 0;
        background: #F9F9F9;
        padding: 0px 15px 0px;
    }
    .related-articles .related-article .related-article--title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .related-articles .related-article .related-article--excerpt {
        font-size: 14px;
        line-height: 17px;
    }
    .secretariat-popup .secretariat-popup-close {
        display: block !important;
        width: 40px;
        height: 60px;
    }

    .secretariats-pagination {
        display: none !important;
    }

    .council-popup {
        width: 100%;
        max-width: 500px;
    }
    .council-popup .council-popup--head {
        padding: 60px 45px 30px 15px;
    }
    .council-popup .council-popup--head .council-popup--head-thumbnail {
        width: 65px;
        height: 65px;
        position: absolute;
    }
    .council-popup .council-popup--head .council-popup--head-content {
        width: 100%;
        padding-left: 0;
    }
    .council-popup .council-popup--head .council-popup--head-content .council-popup--head-content-title {
        font-size: 20px;
        line-height: 25px;
        padding-left: 80px;
    }
    .council-popup .council-popup--head .council-popup--head-content .council-popup--head-content-jobtitle {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px;
        padding-left: 80px;
    }
    .council-popup .council-popup--head .council-popup--head-content .council-popup--head-content-location {
        padding-left: 80px;
        margin-bottom: 10px;
    }
    .council-popup .council-popup--head .council-popup--head-content .council-popup--head-content-excerpt {
        font-size: 14px;
        line-height: 16px;
        padding-top: 30px
    }
    .council-popup--socials {
        margin-top: 10px;
    }
    .council-popup--socials .council-popup--socials-item {
        width: 16px;
        height: 16px;
    }
    .council-popup--socials .council-popup--socials-item+.council-popup--socials-item {
        margin-left: 15px;
    }
    .related-articles {
        margin: 0;
        background: #F9F9F9;
        padding: 0px 15px 0px;
    }
    .related-articles .related-article .related-article--title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .related-articles .related-article .related-article--excerpt {
        font-size: 14px;
        line-height: 17px;
    }
    .council-popup .council-popup-close {
        display: block !important;
        width: 40px;
        height: 60px;
    }

    .councils-pagination {
        display: none !important;
    }

}



@media screen and (max-width: 999px) {
    .partners {
        padding-top: 30px
    }
    .partners .partner {
        width: 100%;
        padding: 30px 0;
    }
    .partners .partner .partner--thumbnail-link {
        height: 280px;
        width: 101vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .partners .partner .partner--content .partner--title {
        margin: 20px 0;
    }
    .partners .partner .partner--content .partner--title a {
        font-weight: 600;
        font-size: 26px;
        line-height: 32px;
    }
    .partners .partner .partner--content .partner--excerpt {
        font-size: 16px;
        line-height: 20px;
    }
    .partner-popup {
        width: 100%;
        max-width: 500px;
    }
    .lity-content .partner-popup {
        display: block;
    }
    .partner-popup .partner-popup-background {
        width: 100%;
        height: 300px;
    }
    .partner-popup .partner-popup-content {
        width: 100%;
        height: auto;
        padding: 25px 15px;
    }
    .partner-popup .partner-popup-content .partner-popup-title {
        font-size: 26px;
        line-height: 32px;
    }
    .partner-popup .partner-popup-content .partner-popup-content-social .partner-popup-content-social-url {
        background-size: 15px 15px;
        margin-right: 15px;
        width: 16px;
        height: 16px;
    }
    .partner-popup .partner-popup-content .key__contacts .key__contact .key__contact--avatar {
        width: 64px;
        height: 64px;
    }
    .partner-popup .partner-popup-content .key__contacts .key__contact .key__contact--info .key__contact--info-name {
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
    }
    .partner-popup .partner-popup-close {
        display: block !important;
        filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(284deg) brightness(103%) contrast(103%);
    }





    .globalinitiatives {
        padding-top: 30px
    }
    .globalinitiatives .globalinitiative {
        width: 100%;
        padding: 30px 0;
    }
    .globalinitiatives .globalinitiative .globalinitiative--thumbnail-link {
        height: 280px;
        width: 101vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .globalinitiatives .globalinitiative .globalinitiative--content .globalinitiative--title {
        margin: 20px 0;
    }
    .globalinitiatives .globalinitiative .globalinitiative--content .globalinitiative--title a {
        font-weight: 600;
        font-size: 26px;
        line-height: 32px;
    }
    .globalinitiatives .globalinitiative .globalinitiative--content .globalinitiative--excerpt {
        font-size: 16px;
        line-height: 20px;
    }
    .globalinitiative-popup {
        width: 100%;
        max-width: 500px;
    }
    .lity-content .globalinitiative-popup {
        display: block;
    }
    .globalinitiative-popup .globalinitiative-popup-background {
        width: 100%;
        height: 300px;
    }
    .globalinitiative-popup .globalinitiative-popup-content {
        width: 100%;
        height: auto;
        padding: 25px 15px;
    }
    .globalinitiative-popup .globalinitiative-popup-content .globalinitiative-popup-title {
        font-size: 26px;
        line-height: 32px;
    }
    .globalinitiative-popup .globalinitiative-popup-content .globalinitiative-popup-content-social .globalinitiative-popup-content-social-url {
        background-size: 15px 15px;
        margin-right: 15px;
        width: 16px;
        height: 16px;
    }
    .globalinitiative-popup .globalinitiative-popup-content .key__contacts .key__contact .key__contact--avatar {
        width: 64px;
        height: 64px;
    }
    .globalinitiative-popup .globalinitiative-popup-content .key__contacts .key__contact .key__contact--info .key__contact--info-name {
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
    }
    .globalinitiative-popup .globalinitiative-popup-close {
        display: block !important;
        filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(284deg) brightness(103%) contrast(103%);
    }

    .lity-container {
        width: 100%;
    }


    body.search-results.material .container-wrap {
        margin-top: 0;
        padding-top: 0;
    }
    .search-result {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 22px;
        padding-right: 22px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
    }
    .search-result .search-result--head .search-result--title {
        font-family: 'Averta';
        font-style: normal;
        font-weight: 300 !important;
        font-size: 26px;
        line-height: 32px;
        color: #006A76;
        margin-bottom: 15px;
    }
    .search-result .search-result--head .search-result--info .search-result--info-date {
        font-size: 14px;
    }
    .search-result .search-result--head .search-result--info .search-result--info-author {
        font-size: 14px;
        margin-left: 20px;
    }
    .search-result .search-result--body {
        display: block;
    }
    .search-result .search-result--body .search-result--content {
        width: 100%;
    }
    .search-result .search-result--link {
        width: 100%;
        text-align: left;
        margin-top: 15px;
    }
    #search-results .load__more {
        text-align: center;
        margin-top: 30px;
    }
    #search-results {
        margin-bottom: 0;
    }



/*.events .event {
    width: 100%;
}
*/

    .mmt-10 {
        margin-top: 20px;
    }
    .mp0 {
        padding: 0 !important;
    }

.filter__panel.media-filter__panel .filter__panel-select .select2.select2-container {
    width: calc(100% - 0px) !important;
}
}













.ambassadors-loadmore-wrap .loadmore {
    text-align: center;
}
.ambassadors-loadmore-wrap .ambassadors-loadmore {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #525252;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.ambassadors-loadmore-wrap .ambassadors-loadmore:after {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    border: 1px solid #7EA01D;
    border-radius: 50%;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    background-image: url(img/arrow-green.png);
}

.ambassadors-loadmore-wrap .loadmore {
    text-align: center;
}
.ambassadors-loadmore-wrap .keycontacts-loadmore {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #525252;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.ambassadors-loadmore-wrap .keycontacts-loadmore:after {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    border: 1px solid #7EA01D;
    border-radius: 50%;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    background-image: url(img/arrow-green.png);
}


















/*
    Carousels
*/
.pages__carousel .owl-nav {
    margin: 0;
}
.pages__carousel.owl-carousel .owl-nav button.owl-next,
.pages__carousel.owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background: #7EA01D;
    border: 1px solid #7EA01D;
    border-radius: 50%;
    position: relative;
    margin: 0;
    position: absolute;
    top: 50%;
}
.pages__carousel.owl-carousel .owl-nav button.owl-next {
    right: 0;
    transform: translate(calc(100% + 12px), -50%);
}
.pages__carousel.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    transform: translate(calc(-100% - 12px), -50%);
}
.pages__carousel.owl-carousel .owl-nav button.owl-next:after,
.pages__carousel.owl-carousel .owl-nav button.owl-prev:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(181deg) brightness(105%) contrast(105%);
}
.pages__carousel.owl-carousel .owl-nav button.owl-next:after {
    background-image: url(img/owlp-arrow-next.svg);
}
.pages__carousel.owl-carousel .owl-nav button.owl-prev:after {
    background-image: url(img/owlp-arrow-prev.svg);
}
.pages__carousel.owl-carousel .owl-nav button.disabled {
    opacity: 0 !important;
}




/*.publication-carousel.owl-carousel .owl-nav {
    display: block;
}
.publication-carousel.owl-carousel .owl-nav .owl-prev,
.publication-carousel.owl-carousel .owl-nav .owl-next {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(181deg) brightness(105%) contrast(105%);
}
.publication-carousel.owl-carousel .owl-nav .owl-prev {
    left: 0;
    transform: translate(-50%, -50%);
    background-image: url(img/owlp-arrow-prev.svg);
}
.publication-carousel.owl-carousel .owl-nav .owl-next {
    right: 0;
    transform: translate(50%, -50%);
    background-image: url(img/owlp-arrow-next.svg);
}
.publication-carousel.owl-carousel .owl-nav .owl-prev span,
.publication-carousel.owl-carousel .owl-nav .owl-next span {
    display: none;
}
.publication-carousel.owl-carousel .owl-nav .disabled {
    opacity: 0;
    z-index: -1;
}
*/




.publication-carousel .owl-nav {
    margin: 0;
}
.publication-carousel.owl-carousel .owl-nav button.owl-next,
.publication-carousel.owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background: #7EA01D;
    border: 1px solid #7EA01D;
    border-radius: 50%;
    position: relative;
    margin: 0;
    position: absolute;
    top: 50%;
}
.publication-carousel.owl-carousel .owl-nav button.owl-next {
    right: 0;
    transform: translate(calc(100% + 12px), -50%);
}
.publication-carousel.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    transform: translate(calc(-100% - 12px), -50%);
}
.publication-carousel.owl-carousel .owl-nav button.owl-next:after,
.publication-carousel.owl-carousel .owl-nav button.owl-prev:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(181deg) brightness(105%) contrast(105%);
}
.publication-carousel.owl-carousel .owl-nav button.owl-next:after {
    background-image: url(img/owlp-arrow-next.svg);
}
.publication-carousel.owl-carousel .owl-nav button.owl-prev:after {
    background-image: url(img/owlp-arrow-prev.svg);
}
.publication-carousel.owl-carousel .owl-nav button.disabled {
    opacity: 0 !important;
}
@media screen and (max-width: 999px) {
    .publication-carousel.owl-carousel .owl-nav button.owl-prev {
        left: 0;
        transform: translate(-20px, -50%);
    }
    .publication-carousel.owl-carousel .owl-nav button.owl-next {
        right: 0;
        transform: translate(20px, -50%);
    }
}










.videos-carousel .owl-nav.disabled {
    margin: 0;
    display: block;
}
.videos-carousel.owl-carousel .owl-nav button.owl-next,
.videos-carousel.owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background: #7EA01D;
    border: 1px solid #7EA01D;
    border-radius: 50%;
    position: relative;
    margin: 0;
    position: absolute;
    top: 50%;
}
.videos-carousel.owl-carousel .owl-nav button.owl-next {
    right: 0;
    transform: translate(100%, -50%);
}
.videos-carousel.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    transform: translate(-100%, -50%);
}
.videos-carousel.owl-carousel .owl-nav button.owl-next:after,
.videos-carousel.owl-carousel .owl-nav button.owl-prev:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(181deg) brightness(105%) contrast(105%);
}
.videos-carousel.owl-carousel .owl-nav button.owl-next:after {
    background-image: url(img/owlp-arrow-next.svg);
}
.videos-carousel.owl-carousel .owl-nav button.owl-prev:after {
    background-image: url(img/owlp-arrow-prev.svg);
}
.videos-carousel.owl-carousel .owl-nav button.disabled {
    opacity: 0 !important;
}
@media screen and (max-width: 999px) {
    .videos-carousel.owl-carousel .owl-nav button.owl-next {
        transform: translate(20px, -50%);
    }
    .videos-carousel.owl-carousel .owl-nav button.owl-prev {
        transform: translate(-20px, -50%);
    }
}














.videos-section .owl-carousel .owl-nav.disabled {
    margin: 0;
    display: block;
}
.videos-section .owl-carousel .owl-nav button.owl-next,
.videos-section .owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background: #7EA01D;
    border: 1px solid #7EA01D;
    border-radius: 50%;
    position: relative;
    margin: 0;
    position: absolute;
    top: 50%;
}
.videos-section .owl-carousel .owl-nav button.owl-next {
    right: 0;
    transform: translate(50%, -50%);
}
.videos-section .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    transform: translate(-50%, -50%);
}
.videos-section .owl-carousel .owl-nav button.owl-next:after,
.videos-section .owl-carousel .owl-nav button.owl-prev:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(181deg) brightness(105%) contrast(105%);
}
.videos-section .owl-carousel .owl-nav button.owl-next:after {
    background-image: url(img/owlp-arrow-next.svg);
}
.videos-section .owl-carousel .owl-nav button.owl-prev:after {
    background-image: url(img/owlp-arrow-prev.svg);
}
.videos-section .owl-carousel .owl-nav button.disabled {
    opacity: 0 !important;
}
@media screen and (max-width: 999px) {
    .videos-section .owl-carousel .owl-nav button.owl-next {
        transform: translate(-20px, -50%);
    }
    .videos-section .owl-carousel .owl-nav button.owl-prev {
        transform: translate(20px, -50%);
    }
}










.wpb_row.scroll-menu.fixed {
    height: 60px;
    display: flex !important;
    align-items: center;
    padding: 0 !important;
}





.infographics-section .owl-carousel .owl-nav.disabled {
    margin: 0;
    display: block;
}
.infographics-section .owl-carousel .owl-nav button.owl-next,
.infographics-section .owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background: #7EA01D;
    border: 1px solid #7EA01D;
    border-radius: 50%;
    position: relative;
    margin: 0;
    position: absolute;
    top: 50%;
}
.infographics-section .owl-carousel .owl-nav button.owl-next {
    right: 0;
    transform: translate(50%, -50%);
}
.infographics-section .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    transform: translate(-50%, -50%);
}
.infographics-section .owl-carousel .owl-nav button.owl-next:after,
.infographics-section .owl-carousel .owl-nav button.owl-prev:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(181deg) brightness(105%) contrast(105%);
}
.infographics-section .owl-carousel .owl-nav button.owl-next:after {
    background-image: url(img/owlp-arrow-next.svg);
}
.infographics-section .owl-carousel .owl-nav button.owl-prev:after {
    background-image: url(img/owlp-arrow-prev.svg);
}
.infographics-section .owl-carousel .owl-nav button.disabled {
    opacity: 0 !important;
}
@media screen and (max-width: 999px) {
    .infographics-section .owl-carousel .owl-nav button.owl-next {
        transform: translate(0, -50%);
    }
    .infographics-section .owl-carousel .owl-nav button.owl-prev {
        transform: translate(0, -50%);
    }
}











.vc_medias-container.owl-carousel .owl-nav.disabled {
    margin: 0;
    display: block;
}
.vc_medias-container.owl-carousel .owl-nav button.owl-next,
.vc_medias-container.owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background: #7EA01D;
    border: 1px solid #7EA01D;
    border-radius: 50%;
    position: relative;
    margin: 0;
    position: absolute;
    top: 50%;
}
.vc_medias-container.owl-carousel .owl-nav button.owl-next {
    right: 0;
    transform: translate(50%, -50%);
}
.vc_medias-container.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    transform: translate(-50%, -50%);
}
.vc_medias-container.owl-carousel .owl-nav button.owl-next:after,
.vc_medias-container.owl-carousel .owl-nav button.owl-prev:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(181deg) brightness(105%) contrast(105%);
}
.vc_medias-container.owl-carousel .owl-nav button.owl-next:after {
    background-image: url(img/owlp-arrow-next.svg);
}
.vc_medias-container.owl-carousel .owl-nav button.owl-prev:after {
    background-image: url(img/owlp-arrow-prev.svg);
}
.vc_medias-container.owl-carousel .owl-nav button.disabled {
    opacity: 0 !important;
}




.events.owl-carousel .owl-nav.disabled {
    margin: 0;
    display: block;
}
.events.owl-carousel .owl-nav button.owl-next,
.events.owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background: #7EA01D;
    border: 1px solid #7EA01D;
    border-radius: 50%;
    position: relative;
    margin: 0;
    position: absolute;
    top: 50%;
}
.events.owl-carousel .owl-nav button.owl-next {
    right: 0;
    transform: translate(20px, -50%);
}
.events.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    transform: translate(20px, -50%);
}
.events.owl-carousel .owl-nav button.owl-next:after,
.events.owl-carousel .owl-nav button.owl-prev:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(181deg) brightness(105%) contrast(105%);
}
.events.owl-carousel .owl-nav button.owl-next:after {
    background-image: url(img/owlp-arrow-next.svg);
}
.events.owl-carousel .owl-nav button.owl-prev:after {
    background-image: url(img/owlp-arrow-prev.svg);
}
.events.owl-carousel .owl-nav button.disabled {
    opacity: 0 !important;
}



.pages__carousel.publication-carousel.owl-carousel .owl-stage-outer {
    overflow: hidden;
}


















/*
    Carousels
*/

.pages__carousel.owl-carousel .owl-nav button.owl-next,
.pages__carousel.owl-carousel .owl-nav button.owl-prev {
    top: 180px;
}


.publication-carousel.owl-carousel:not(.recent_publications__carousel) .owl-nav button.owl-next,
.publication-carousel.owl-carousel:not(.recent_publications__carousel) .owl-nav button.owl-prev {
    top: 155px;
}
@media screen and (max-width: 999px) {
    .publication-carousel.owl-carousel:not(.recent_publications__carousel) .owl-nav button.owl-next,
    .publication-carousel.owl-carousel:not(.recent_publications__carousel) .owl-nav button.owl-prev {
        top: 155px;
    }
    .publication-carousel.owl-carousel:not(.recent_publications__carousel) .owl-nav button.owl-prev {
        transform: translate(-20px, 0%);
    }
    .publication-carousel.owl-carousel:not(.recent_publications__carousel) .owl-nav button.owl-next {
        transform: translate(20px, 0%);
    }

    .events.owl-carousel .owl-nav button.owl-prev {
        transform: translate(-20px, -50%);
    }
}

.contact-banner-mobile > .col > .wpb_column {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.contact-banner-mobile > .col > .wpb_column > .vc_column-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.contact-banner-mobile > .col > .wpb_column > .vc_column-inner > .wpb_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.contact-banner-mobile > .col > .wpb_column > .vc_column-inner > .wpb_wrapper > h1 {
    text-align: center;
    width: 100%;
}
.contact-banner-mobile > .col > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_row {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}





.download_reports.owl-carousel .owl-nav button.owl-next,
.download_reports.owl-carousel .owl-nav button.owl-prev {
    top: 265px !important;
}

@media screen and (max-width: 999px) {
    .download_reports.owl-carousel .owl-nav button.owl-next,
    .download_reports.owl-carousel .owl-nav button.owl-prev {
        top: 155px !important;
    }
}



body.single-post.material[data-bg-header="true"] .container-wrap {
    padding-top: 60px!important;
    padding-bottom: 0 !important;
}









.single.single-country .publication-carousel.owl-carousel:not(.recent_publications__carousel) .owl-nav button.owl-next {
    top: 50%;
    transform: translate(calc(100% + 12px), -50%);
}
.single.single-country .publication-carousel.owl-carousel:not(.recent_publications__carousel) .owl-nav button.owl-prev {
    top: 50%;
    transform: translate(calc(-100% - 12px), -50%);
}


@media screen and (max-width: 480px) {
    .single.single-country .publication-carousel.owl-carousel:not(.recent_publications__carousel) .owl-nav button.owl-prev {
        transform: translate(calc(0% - 6px), -50%);
    }
    .single.single-country .publication-carousel.owl-carousel:not(.recent_publications__carousel) .owl-nav button.owl-next {
        transform: translate(calc(0% + 6px), -50%);
    }

}
