@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");/* */.screen,.section,.bg,.top-screen,.pod,.policy__bg,.subscribe,.policy__slide,.governance,.project__screen,.about__partners,.careers,.contact__top-screen,.contact__bg,.mission__full,.mission__top-screen,.countrie__top-screen,.partner__top-screen,.social-wall__top-screen,.news__top-screen,.content .video-wrapper,.membership__join,.programme-category__top-screen,.resource-center__screen-slide,.construction__person-photo,.box-slide,.search,.policy__screen {
  background: none no-repeat center / cover;
}

.screen:not(.global-programmes):not(.agenda),.screen.about__partners,.section-title,.slider_btns,.meta__date,.meta__title,.header__menu-nav,#fp-nav,.page-pagination,.top-nav li a,.pod__inner,.policy__text,.subscribe,.governance-page .careers__position-box,.governance-page .membership__services-box,.project__map,.resource__slide-detail,.agenda__title a,.slider__top-screen.vertical,.construction__person,.box-slide,.footer,.footer__logo {
  white-space: nowrap;
}

.screen:not(.agenda):not(.global-programmes):before,.screen.about__partners:before,.section-title:before,.slider_btns:before,.meta__date:before,.meta__title:before,.header__menu-nav:before,#fp-nav:before,.page-pagination:before,.top-nav li a:before,.pod__inner:before,.policy__text:before,.subscribe:before,.governance-page .careers__position-box:before,.governance-page .membership__services-box:before,.project__map:before,.resource__slide-detail:before,.agenda__title a:before,.slider__top-screen.vertical:before,.construction__person:before,.box-slide:before,.footer:before,.footer__logo:before {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.screen:not(.global-programmes):not(.agenda) > *,.screen.about__partners > *,.section-title > *,.slider_btns > *,.meta__date > *,.meta__title > *,.header__menu-nav > *,#fp-nav > *,.page-pagination > *,.top-nav li a > *,.pod__inner > *,.policy__text > *,.subscribe > *,.governance-page .careers__position-box > *,.governance-page .membership__services-box > *,.project__map > *,.resource__slide-detail > *,.agenda__title a > *,.slider__top-screen.vertical > *,.construction__person > *,.box-slide > *,.footer > *,.footer__logo > * {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  white-space: normal;
}

.menu-open .main-menu,.pod:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.main-menu,.pod:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.section-title,.scale,.scale img,.main-menu,.pod__location,.pod__description,.pod:after {
  transition: all 0.35s cubic-bezier(0, 1, 0.5, 1);
}

.policy__link-picture img,.resource__slide-picture img {
  transition: all 0.35s ease-out;
}

.policy__link-picture img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.whats-new__slide:after,.partner__item:after {
  content: '';
  display: block;
  clear: both;
}/* Header *//***********************************************************************************//*                                   Reset Browser                                 *//***********************************************************************************/html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
}/* HTML5 display-role reset for older browsers */article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

body {
  line-height: 1;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,*:before,*:after {
  box-sizing: border-box;
}

a {
  color: #8dc32b;
  text-decoration: none;
  outline: none;
 /* Remove dashed frame for IE8,FF  */
  transition: all 0.3s ease-in;
}

a:hover {
  color: #405e3c;
  text-decoration: none;
}

.italic {
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.625em;
}

dl {
  margin: 0 1.625em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.625em;
}

strong {
  font-weight: 700;
}

cite,em,i {
  font-style: italic;
}

blockquote {
  color: #777913;
  font-family: 'Open Sans', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 4px 0 18px 11px;
  padding: 0 0 0 11px;
  border-left: 2px solid #777913;
}

blockquote p {
  padding-top: 18px;
  padding-bottom: 0;
}

blockquote p:first-child {
  padding-top: 0;
}

blockquote em,blockquote i,blockquote cite {
  font-style: normal;
}

blockquote cite {
  color: #666;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

pre {
  background: #f4f4f4;
  font: 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.625em;
  overflow: auto;
  padding: 0.75em 1.625em;
}

small {
  color: #b8b8b8;
  font-size: 12px;
  line-height: 20px;
}

::-webkit-input-placeholder {
  color: #777;
  opacity: 1;
}

:-moz-placeholder {
  color: #777;
  opacity: 1;
}

::-moz-placeholder {
  color: #777;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #777;
  opacity: 1;
}

:placeholder {
  color: #777;
  opacity: 1;
}

input[type="text"],input[type="email"],input[type="tel"],input[type="password"],input[type="file"],textarea,select,.customSelect,.NFI-wrapper {
  color: #405e3c;
  font-size: 14px;
  font-style: normal;
  font-family: 'latoregular', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  background: #fff;
  padding: 12px 12px;
  margin: 0;
  -webkit-appearance: none;
  width: 100%;
  border: none;
  border-radius: 0;
}

input[type="submit"],button {
  color: #8dc32b;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  font-family: "Lato Heavy", sans-serif;
  line-height: 24px;
  height: 44px;
  text-transform: uppercase;
  width: auto;
  padding: 10px 13px;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  display: block;
  background: transparent;
}

body {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-family: 'Lato', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  background: #fff;
  width: 100%;
  text-align: left;
  overflow-x: hidden;
}/**/.clear:after,.global-programmes:after,.whats-new__inner:after,.resource__inner:after,.member__list:after,.project__description-inner:after,.about__partners ul:after,.careers__position:after,.membership__services:after,.mission__full ul:after,.partner__list:after,.resource__slide:after,.social__wall:after,.news__list:after,.news__detail-nav:after,.news-category:after,.agenda__base ul:after,.policy__description-inner:after {
  content: '';
  display: block;
  clear: both;
}

.section {
  width: 100%;
  position: relative;
}

.section.vertical {
  white-space: nowrap;
}

.section.vertical:before {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.section.vertical .screen__inner,.section.vertical > * {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  white-space: normal;
}

.screen {
  position: relative;
  width: 100%;
  /*height: 100vh;*/
  height: 50vh;
  /*min-height: 50vh;*/
  min-height: 665px;
  text-align: center;
}
.screen.sm_top_screen{
  height: 540px;
}
@media (max-width: 639px){
  .screen{
    min-height: 250px;
  }
}

.screen:not(.global-programmes):not(.agenda) {
  font-size: 0;
}

.screen.about__partners {
  font-size: inherit;
}

.screen.about__partners.clear,.screen.about__partners.global-programmes,.screen.about__partners.whats-new__inner,.screen.about__partners.resource__inner,.screen.about__partners.member__list,.screen.about__partners.project__description-inner,.about__partners ul.screen.about__partners,.screen.about__partners.careers__position,.screen.about__partners.membership__services,.mission__full ul.screen.about__partners,.screen.about__partners.partner__list,.screen.about__partners.resource__slide,.screen.about__partners.social__wall,.screen.about__partners.news__list,.screen.about__partners.news__detail-nav,.screen.about__partners.news-category,.agenda__base ul.screen.about__partners,.screen.about__partners.policy__description-inner {
  min-height: 640px;
}

.screen.project__screen,.screen.policy__screen {
  max-height: 590px;
}

.screen.global-programmes,.screen.donors__list,.screen.social-wall__screen,.screen.join-us {
  height: auto;
  min-height: 1px;
}

h1 {
  font-size: 35px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

h1.title {
  font-size: 28px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}

h2 {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
}

.sub-title {
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  padding: 0 30px;
  max-width: 660px;
  margin: 0 auto;
}

.sub-title a {
  text-transform: uppercase;
  color: #fff;
  padding-right: 18px;
  background: url("../images/small-white-arrow.png") no-repeat right center;
}

.btn-down {
  padding-bottom: 25px;
  text-transform: uppercase;
  font-family: "Lato Regular", sans-serif;
  font-size: 12px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  min-width: 20px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.btn-down.white {
  color: #fff;
  background: url("../images/white-arrow-down.png") no-repeat center bottom;
}

.btn {
  display: inline-block;
  font-weight: bold;
  font-size: 11px;
  padding: 8px 20px;
}

.btn.green {
  background: #8dc32b;
  color: #fff;
  text-transform: uppercase;
}

.btn.green:hover {
  background: #405e3c;
}

.download {
  color: #8dc32b;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  padding-left: 22px;
  text-decoration: none;
  border: none;
  background: url("../images/download-icon.png") no-repeat left center;
  background-size: auto 13px;
}

.download.mobile {
  display: inline-block;
}

.download.desktop {
  display: none;
}

.btn-round {
  display: block;
  margin: 15px auto 0;
  border-radius: 100%;
  background: #8dc32b;
  text-transform: uppercase;
  color: #fff;
  line-height: 52px;
  font-size: 11px;
  width: 52px;
  height: 52px;
  text-align: center;
}

.btn-round:hover {
  background: #405e3c;
  color: #fff;
}

.align-top .fp-tableCell {
  vertical-align: top;
}

a.link {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 24px 0 0;
  position: relative;
  font-size: 13px;
  font-family: "Lato Bold", sans-serif;
  line-height: 19px;
}

a.link.green:not(.down) {
  background: url(../images/arr_btn.png) no-repeat 100% 2px;
  line-height: inherit;
}

a.link.green.down {
  padding: 0 24px 0 0;
  background: url(../images/arr_btn-down.png) no-repeat 100% center;
}

a.link.green:hover {
  color: #405e3c;
}

.color-title {
  text-transform: uppercase;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  line-height: 1.5;
  letter-spacing: 4px;
}

.color-title span {
  margin: 2px 0;
  color: #fff;
  display: inline;
  line-height: 2;
}

.color-title span.light {
  background: #8dc32b;
  box-shadow: 10px 0 0 #8dc32b, -10px 0 0 #8dc32b;
  padding: 4px;
  letter-spacing: 1px;
}

.color-title span.dark {
  background: #8dc32b;
  box-shadow: 10px 0 0 #405e3c, -10px 0 0 #8dc32b;
  text-transform: none;
}

.section-title {
  color: #fff;
  font-size: 12px;
  line-height: 1.25;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px rgba(0, 0, 14, 0.25);
  position: absolute;
  width: auto !important;
  top: 0;
  left: 75px;
  height: 55px;
  padding: 0 22px 0 22px;
  background: #405e3c;
  z-index: 1000;
  display: block;
  text-align: left;
}

.section-title span {
  width: auto;
}

.section-title.active {
  opacity: 1;
}

.fp-section .section-title {
  display: none;
}

.header .section-title {
  position: fixed;
}

.section.h-auto {
  height: auto !important;
}

.section .section-title {
  opacity: 0;
}

.home .section-title {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}

.active .section-title {
  opacity: 1;
  position: fixed;
}

.flexslider {
  padding: 0;
  margin: 0 auto;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 0.4s ease;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  margin: 0;
}

.flex-direction-nav,.flex-control-nav {
  display: none;
}

.slider_btns {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 18px;
  color: #8dc32b;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 1.34;
  text-align: center;
  padding: 0 0 0;
}

.slider_btns .slider_prev,.slider_btns .slider_next {
  height: 10px;
  display: block;
}

.slider_btns .slider_prev {
  background: url(../images/slider_prev.png) no-repeat 50% 50%;
}

.slider_btns .slider_next {
  background: url(../images/slider_next.png) no-repeat 50% 50%;
}

.slider_btns .slider_current {
  padding: 11px 0 5px;
}

.slider_btns .slider_sep {
  height: 10px;
  background: url(../images/slider_sep.png) no-repeat 50% 50%;
}

.slider_btns .slider_total {
  padding: 5px 0 11px;
  color: #405e3c;
}

.scale:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.news-img {
  display: block;
  overflow: hidden;
}

.news-img img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.meta {
  position: relative;
  padding: 0 0 0 50px;
  background: #fff;
  height: 50px;
}

.meta__date {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 100%;
  font-size: 0;
}

.meta__date div {
  /*font-size: 30px;*/
  font-family: 'Lato', sans-serif;
  /*font-weight: 700;*/
  /*line-height: 25px;*/
}

.meta__date-month {
  display: block;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  /*line-height: 19px;*/
  text-transform: uppercase;
}

.meta__date.dark {
  background: #405e3c;
}

.meta__date.light {
  background: #8dc32b;
}

.meta__location {
  display: block;
  padding: 4px 0 2px 25px;
  background: url(../images/loc.png) no-repeat 0 6px;
}

.meta__title {
  height: 100%;
  font-size: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #405e3c;
  padding: 0 9px 0 13px;
}

.mobile-img {
  display: block;
  width: 100%;
}

.bg {
  position: relative;
}

.bg.left {
  left: 0;
}

.bg.right {
  right: 0;
}

.about__screen .screen__inner:after {
  content: '';
  display: block;
  clear: both;
}

.bg img {
  display: block;
  width: 100%;
}

.bg .color-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.box {
  background: #fff;
}

.box .title,.box .subtitle {
  text-transform: uppercase;
}

.box p {
  margin-bottom: 15px;
}

.box .title {
  margin-bottom: 23px;
  font-size: 13px;
  font-weight: bold;
}

.box .subtitle {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 15px;
}

.box ul,.box ol {
  margin-top: 40px;
}

.box ul,.box li {
  color: #405e3c;
  font-size: 11px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}

.box ul p,.box li p {
  font-weight: normal;
}

.box ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 11px;
}

.box ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background: url("../images/list-dot.png") no-repeat;
}

.box ol li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 11px;
}

.box ol li b {
  position: absolute;
  top: 0;
  left: 0;
  color: #8dc32b;
  margin-right: 10px;
}

.view-all {
  text-transform: uppercase;
  color: #405e3c;
  font-size: 12px;
  width: auto !important;
  padding: 0 24px 0 0;
  margin-top: 10px;
  display: inline-block;
  background: url(../images/arr_btn.png) no-repeat 100% 2px;
}

.view-all.mobile {
  display: inline-block;
}

.abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.abs .table {
  display: table;
  width: 100%;
  height: 100%;
}

.abs .table .td {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

body {
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
}

.fp-section {
  height: auto;
}

.fp-section .fp-tableCell,.fp-section .fp-scrollable {
  height: 100% !important;
}

.header__logo {
  position: fixed;
  top: 0;
  left: 15px;
  z-index: 3333;
}

.header__logo img {
  max-width: 75px;
}

.header__logo small {
  font-size: 9px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  text-align: center;
}

.header__menu-nav {
  position: fixed;
  top: 0;
  right: 15px;
  padding: 11px 0 0 0;
  z-index: 3333;
}

.header__lang-switcher {
  width: auto;
}

.header__lang-switcher a {
  padding: 14px 18px 14px 0;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  mix-blend-mode: difference;
}

.header__menu-btn {
  width: 38px;
  height: 38px;
  background: #8dc32b url("../images/menu_open.png") no-repeat center;
  background-size: auto;
  position: relative;
}

.header__menu-btn.open {
  background-image: url("../images/menu_close.png");
}

.header__menu-btn span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: -28px;
  text-align: center;
  display: none;
  font-size: 17px;
}

.light .header__lang-switcher a,.light .header__menu-btn span {
  color: #405e3c;
}

.light .header__logo small {
  color: #8dc32b;
}

.menu-open .main-menu {
  z-index: 3322;
}

.main-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-menu__inner {
  padding: 0 50px;
  width: 100%;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto auto;
  flex: 0 1 auto;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.main-menu__item {
  text-align: center;
}

.main-menu__item .sub-menu {
  display: none;
}

.main-menu__item > li {
  position: relative;
  padding: 0;
}

.main-menu__item > li > a {
  margin-bottom: 15px;
  display: block;
  color: #8dc32b;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  font-family: "Lato Regular", sans-serif;
}

.main-menu__item > li > a:hover {
  color: #405e3c;
}

.main-menu__item > li.has-child > a {
  position: relative;
}

.main-menu__item > li.has-child > a:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 10px;
  height: 5px;
  top: -3px;
  margin-left: 5px;
  background: url("../images/dropdown-arrow") no-repeat center/100%;
}

.main-menu__item .sub-menu > li {
  padding: 4px 0;
}

.main-menu__item .sub-menu > li > a {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Lato Regular", sans-serif;
}

.main-menu__item .sub-menu > li > a:hover {
  color: #8dc32b;
}

.twitter-feeds {
  background: #fff;
  text-align: center;
  padding: 48px 0 36px;
}

.twitter-feeds__inner {
  max-width: 1070px;
}

.twitter-feeds__inner:after {
  content: '';
  display: block;
  clear: both;
}

.twitter-feeds .twitter-feed {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}

.twitter-feeds .link {
  margin-top: 35px;
}

.twitter-feed {
  padding: 0 22px;
}

.twitter-feed__img {
  display: block;
  position: relative;
  margin: 0 0 21px;
}

.twitter-feed__img img {
  display: block;
  border: 2px solid #fff;
  margin: 0 auto;
}

.twitter-feed__img--no-img {
  width: 174px;
  height: 114px;
  background: #ccc;
  margin: 0 auto 21px;
}

.twitter-feed__img--no-img:after {
  display: none;
}

.twitter-feed__img:after {
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  background: #36b9ff url(../images/twitter_ico.png) no-repeat 50% 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 -11px -15px;
  border-radius: 100%;
}

.twitter-feed__time {
  color: #8dc32b;
  font-family: "Lato Italic", sans-serif;
  padding: 0 0 12px;
}

.twitter-feed__content {
  line-height: 1.3;
}

.twitter-feed__content a {
  color: #666;
  text-decoration: underline;
}

.video-wrapper {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.video-wrapper .video {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
  top: 50%;
  left: 50%;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 900;
}

.social__box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 13px 15px;
  background: #405e3c;
  text-align: center;
}

.social__box ul {
  max-width: 558px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social__box li {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.social__box a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 26px;
}

.social__box a.search-btn {
  width: 18px;
  height: 18px;
  position: relative;
  background: url(../images/search_btn.png) no-repeat 50% 50%;
}

.social__box a.search-btn:before {
  display: block;
  content: ' ';
  width: 1px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: 3px;
  right: -27px;
}

.search__form {
  position: absolute;
  margin: -2px -1px 0 0;
  transition: all 0.3s cubic-bezier(0, 1, 0.5, 1);
  opacity: 0;
  top: -100%;
  right: 0;
  left: 0;
  display: none;
}

.search__form.visible {
  margin-right: -1px;
  opacity: 1;
  display: block;
}

.search__form input {
  width: 100%;
  padding: 16px 15px;
  background: #fff;
  border: 1px solid #405e3c;
}

.menu-open .social {
  display: block;
  z-index: 9000;
}

#fp-nav,.page-pagination {
  position: fixed;
  top: 0;
  left: 0;
  width: 75px;
  bottom: 0;
  text-align: center;
  display: none;
  z-index: 900;
}

#fp-nav ul li a,.page-pagination ul li a {
  display: block;
  width: 13px;
  height: 14px;
  background: url(../images/slide_nav.png) no-repeat 50% 50%;
  opacity: 1;
  margin: 16px auto;
  padding: 0;
}

#fp-nav ul li a span,.page-pagination ul li a span {
  display: none;
}

#fp-nav ul li a.active,#fp-nav ul li a:hover,.page-pagination ul li a.active,.page-pagination ul li a:hover {
  background: url(../images/slide_current.png) no-repeat 50% 50%;
}

.green #fp-nav ul li a,.green .page-pagination ul li a {
  background: url(../images/slide_nav-active.png) no-repeat 50% 50%;
}

.green #fp-nav ul li a.active,.green #fp-nav ul li a:hover,.green .page-pagination ul li a.active,.green .page-pagination ul li a:hover {
  background: url(../images/slide_current-active.png) no-repeat 50% 50%;
}

.mobile {
  display: block;
}

.section.twitter-feeds-section {
  height: auto !important;
}

.top-nav {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 64px 0 0 0;
}

.top-nav ul {
  display: block;
  text-align: center;
}

.top-nav li {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.top-nav li:first-child {
  margin-left: 0;
}

.top-nav li a {
  height: 50px;
  color: #405e3c;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 0 5px 42px;
  background: url(../images/top_nav.png) no-repeat 0 10px;
}
.top-nav.top-nav-green li a {
  background: url(../images/top_nav_green.png) no-repeat 0 10px;
  font-size: 24px;
  font-weight: bold;
}

.top-screen {
  text-align: center;
}

.top-screen .subtitle {
  margin-top: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.pod {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 100%;
  text-align: center;
}

.pod__inner {
  position: absolute;
  z-index: 100;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.pod__location {
  position: absolute;
  bottom: 12px;
  color: #fff;
  width: 100%;
  font-size: 11px;
  font-family: "Lato Medium", sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
  padding-top: 18px;
  background: url(../images/location.png) no-repeat 50% 0;
  background-size: 15px;
}

.pod__description {
  padding: 0 66px 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  color: #405e3c;
  font-size: 18px;
  font-family: "Lato Medium", sans-serif;
}

.pod:before {
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .2;
}

.pod:after {
  content: '';
  z-index: 90;
  background: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: none;
}

.mobile-news {
  display: block;
}

.policy__slider {
  max-width: 480px;
}

.policy__bg img {
  display: block;
  width: 100%;
}

.policy__text {
  background: #fff;
}

.policy__link {
  display: block;
  position: relative;
  margin: 15px 15px;
  text-align: center;
}

.policy__link:after {
  content: '';
  display: block;
  clear: both;
}

.policy__link-picture {
  display: block;
  margin-right: 20px;
}

.policy__link-picture img {
  display: block;
  border-radius: 100%;
  margin: 0 auto;
}

.policy__link-title {
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
}

.policy__link-title a {
  color: #405e3c;
}

.policy__link-title a:hover {
  color: #8dc32b;
}

.policy__link:hover .policy__link-picture img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.whats-new {
  background: #fcfbf6;
  padding: 60px 0 20px;
}

.whats-new__inner {
  max-width: 1076px;
  margin: 0 auto 26px;
}

.whats-new__featured-post {
  margin: 0 15px;
}

.whats-new__featured-post:after {
  content: '';
  display: block;
  clear: both;
}

.whats-new .flexslider,.whats-new .flex-viewport {
  height: 100% !important;
}

.whats-new__slider-wrapper {
  display: none;
  position: relative;
}

.news-item {
  padding: 0 15px;
  color: #000;
  float: left;
  margin-bottom: 30px;
}

.news-item__category {
  padding: 5px 0 5px;
  text-align: center;
  text-transform: uppercase;
  color: #8dc32b;
  font-family: "Lato Medium", sans-serif;
  font-size: 12px;
}

.news-item .news-img img {
  max-height: 110px;
}

.news-item__excerpt {
  font-size: 13px;
  font-family: "Lato Medium", sans-serif;
  line-height: 18px;
  text-align: center;
  padding: 15px 15px 14px;
  background: #fff;
}

.news-item__excerpt-inner {
  overflow: hidden;
  opacity: .5;
  font-size: 18px;
}

.news-item.vertical {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}

.news-item.vertical .news-img {
  height: 150px;
  background: none no-repeat center / cover;
}

.news-item.vertical .news-img img {
  max-height: 100%;
  display: none;
}

.subscribe {
  height: 156px !important;
}

.subscribe .fp-tableCell {
  height: 100% !important;
}

.subscribe form {
  margin: 0 auto;
  position: relative;
  width: 90%;
}

.subscribe label {
  color: #fff;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  line-height: 28px;
  text-align: center;
  text-shadow: 0px 1px 1px rgba(0, 0, 14, 0.25);
  text-transform: uppercase;
  display: block;
  padding: 0 0 16px;
}

.subscribe input[type=submit] {
  position: absolute;
  bottom: 0;
  right: 0;
}

.resource {
  padding: 60px 0 20px;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
}

.resource__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.resource__item {
  float: left;
  width: 50%;
  color: #405e3c;
  margin-bottom: 20px;
}

.resource__item img {
  max-width: 80%;
}

.resource__item-title {
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
}

.resource__more {
  display: block;
  margin: 40px auto 0;
  padding: 13px 0;
  max-width: 264px;
  background: #8dc32b;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.resource__more:hover {
  color: #fff;
  background: #405e3c;
}

.home .top-screen .twitter-feeds {
  display: none;
}

.home .section:not(.top-screen):not(.footer-screen):not(.global-programmes):not(.policy):not(.resource):not(.whats-new) {
  padding: 20px 0;
}

.policy__slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.policy__slide.active {
  opacity: 1;
}

.section.policy {
  min-height: 0 !important;
  padding: 30px 0;
}

.governance {
  text-align: center;
}

.governance.fp-section {
  height: 100vh !important;
}

.governance .sub-title {
  max-width: 680px;
  margin: 0 auto;
}

.governance__cat {
  margin-top: 20px;
}

.governance__cat .btn {
  width: 42%;
  margin: 0 7px 10px;
}

section.board,section.staff {
  position: relative;
}

.board .color-title {
  text-align: center;
  margin-bottom: 30px;
}

.board--new {
  padding-left: 20px;
  padding-right: 20px;
}

.board--new .section-title:after {
  content: '';
  background: #fff;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 1;
  position: absolute;
  width: 9999px;
}

.board--new .member__item {
  float: none;
  width: 100%;
}

.governance-page .careers__position-box .position,.governance-page .membership__services-box .position {
  position: relative;
}

.governance-page .member__info {
  white-space: normal;
}

.governance-page .slider_btns {
  padding-top: 0;
  width: 100%;
  position: static;
  text-align: center;
}

.governance-page .slider_btns a {
  border: none;
  width: 20px;
}

.governance-page .section.careers__position,.governance-page .section.membership__services {
  min-height: 100% !important;
}

.member-slider {
  width: 100%;
}

.staff {
  background: #fcfbf6;
}

.staff .member__item {
  padding-right: 0;
}

.member__list {
  padding: 80px 0px 0;
  margin: 0 auto;
  font-family: "Lato Medium", sans-serif;
  font-size: 10px;
  color: #405e3c;
}

.member__item {
  position: relative;
  margin-bottom: 15px;
  padding: 0 20px;
  float: left;
  width: 50%;
}

.member__item:after {
  content: '';
  display: block;
  clear: both;
}

.member__info {
  margin-left: 86px;
}

.member__photo {
  border-radius: 100%;
  margin-bottom: 10px;
  text-align: center;
  float: left;
}

.member__photo img {
  max-width: 70px;
  border-radius: 100%;
}

.member__name {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: #333;
}

.member__label {
  margin-top: 5px;
  color: #5d7e58;
}

.member__label b {
  color: #8dc32b;
  margin-right: 5px;
}

.member-slider .member__item {
  float: none;
  width: 100%;
}

.programme {
  padding: 30px 0 30px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #333;
}

.programme__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}

.programme .color-title {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0;
}

.programme .color-title span {
  padding: 3px 4px;
}

.programme__content {
  text-align: left;
  line-height: 1.5;
  margin: 15px 0 15px;
}

.programme .link {
  font-size: 12px;
}

.project__screen h1,.project__screen .title {
  font-size: 35px;
  background-color: rgba(141,195,43,0.8);
  display: inline-block;
  padding: 10px;
  line-height: 1;
  max-width: 1000px;
}

.project__screen .sub-title {
  margin-top: 22px;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
}

.project__description {
  position: relative;
  padding: 1px 0 0 0;
  background: #fcfbf6;
}

.project__description-inner {
  border: 4px solid #fff;
  margin: -140px auto 0;
  background: #fff;
}

.project__map {
  background: #f9f9f8;
}

.project__map img {
  margin: 50px 0 0 0;
}

.project__more {
  padding: 44px 35px 30px;
  font-size: 11px;
  color: #333;
  line-height: 1.38;
  text-align: justify;
}

.project__more-title {
  margin-bottom: 18px;
  color: #405e3c;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.project__more p {
  margin-bottom: 10px;
}

.project__more .link {
  margin: 9px 0 0;
  font-size: 11px;
}

.resources {
  padding: 25px 0 20px;
  background: #fff;
  text-align: center;
}

.resources .color-title {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center !important;
}

.resources .color-title span {
  padding: 4px 4px;
}

.resources-inner {
  padding: 0 30px;
  margin: 0 auto;
}

.resources .sub-title {
  margin: 19px auto 3px;
  color: #333;
  font-size: 11px;
}

.resources .slick-prev,.resources .slick-next {
  width: 16px;
  height: 28px;
}

.resources .slick-prev:before,.resources .slick-next:before {
  display: none;
}

.resources .slick-prev {
  background: url("../images/light-green-left-arrow.png");
}

.resources .slick-next {
  background: url("../images/light-green-right-arrow.png");
}

.resource-slide {
  padding: 33px 15px 0;
}

.resource-slide:focus,.resource-slide:active {
  outline: none;
}

.resource-slide__img img {
  margin: 0 auto;
  max-width: 80px;
  /*border-radius: 100%;*/
}

.resource-slide__title {
  margin: 25px 0 4px;
  font-weight: bold;
  color: #405e3c;
  font-size: 12px;
}

.resource-slide__title a {
  color: #405e3c;
}

.resource-slide__source {
  color: #8dc32b;
  font-size: 11px;
  text-transform: uppercase;
}

.resource-slide__sub-title {
  margin: 7px 0;
  color: #405e3c;
  font-size: 11px;
  text-transform: uppercase;
}

.resource-slide__description {
  margin: 15px 0 0;
  font-size: 11px;
  line-height: 1.3;
  color: #7f7f7f;
}

.donors {
  padding: 20px 0 30px;
  background: #fcfbf6;
  text-align: center;
}

.donors__inner {
  max-width: 960px;
  margin: 0 auto;
}

.donors__title {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #405e3c;
  font-size: 12px;
  font-weight: bold;
}

.donors__slide img {
  margin: 0 auto;
}

.donors__slide-title {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #405e3c;
  margin: 20px 0 0;
  font-weight: 400;
}

.year-slice {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  text-align: center;
  position: relative;
}

.year-slice:after {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}

.year-slice .year {
  display: inline-block;
  position: relative;
  padding-bottom: 19px;
  margin: 23px 30px 0;
}

.year-slice .year:first-child {
  margin-left: 0;
}

.year-slice .year:first-child:before {
  left: -62px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.year-slice .year:last-child {
  margin-right: 0;
}

.year-slice .year:last-child:before {
  right: -62px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.year-slice .year:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 62px;
  height: 1px;
}

.year-slice .year:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -7px;
  z-index: 10;
  margin-left: -7px;
  display: block;
  width: 14px;
  height: 14px;
  background: url("../images/green-dot.png") no-repeat;
}

.about h1 {
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}

.about p.sub-title {
  max-width: 700px;
  margin: 30px auto 0;
}
.page-template-template-gabar p.sub-title{
  margin-top: 0;
}
.about .color-title {
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.about .color-title span {
  padding: 2px 4px;
}

.about .resources .color-title {
  position: static !important;
}

.about .bg {
  text-align: left;
}

.about .box {
  padding: 20px 15px;
  text-align: left;
  line-height: 1.35;
}

.about .box p {
  margin-bottom: 10px;
  font-size: 11px;
}

.about .box .title {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #405e3c;
  line-height: 1.4;
  margin-bottom: 40px;
}

.about section {
  position: relative;
}

.about__partners {
  text-align: center;
  color: #fff;
  line-height: 1.4;
  padding: 0 30px;
  font-size: 12px;
  min-height: 560px;
}

.about__partners-title,.about__partners-subtitle {
  text-transform: uppercase;
}

.about__partners-title {
  margin-bottom: 40px;
  font-size: 13px;
  font-weight: bold;
}

.about__partners-subtitle {
  margin: 30px 0 25px;
  font-size: 12px;
  font-weight: normal;
}

.about__partners .screen__inner {
  max-width: 940px;
  margin: 0 auto;
}

.about__partners ul {
  margin-left: 33px;
}

.about__partners ul li {
  padding-left: 25px;
  margin-bottom: 12px;
  position: relative;
  text-align: left;
  font-weight: bold;
  width: 50%;
  float: left;
  font-size: 12px;
}

.about__partners ul li:before {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("../images/list-dot.png") no-repeat;
}

.donors__list {
  padding: 50px 0;
}

.donors__list .screen__inner {
  padding: 0 15px;
}

.donors__list-title {
  color: #405e3c;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 45px;
}

.donors__list ul {
  text-align: left;
}

.donors__list ul:last-child {
  border: none;
}

.donors__list ul li {
  padding-left: 25px;
  margin-bottom: 16px;
  position: relative;
  color: #405e3c;
  font-size: 12px;
  font-weight: bold;
}

.donors__list ul li:before {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("../images/list-dot.png") no-repeat;
}

.donors__list ul li p {
  font-size: 10px;
  line-height: 1.5;
  font-weight: normal;
}

.careers {
  text-align: center;
}

.careers__position,.membership__services {
  background: #fff;
  padding: 25px 15px 30px;
}

.careers__position select,.membership__services select {
  display: block;
  border: 2px solid #8dc32b;
  color: #8dc32b;
  margin-bottom: 15px;
  font-size: 12px;
  padding: 1px 7px;
  background: url("../images/dropdown-arrow.png") no-repeat 98% center;
  background-size: 10px auto;
}

.careers__position-list,.membership__services-list {
  display: none;
  padding: 78px 50px 0;
}

.careers__position-list li,.membership__services-list li {
  margin-bottom: 30px;
}

.careers__position-list li a,.membership__services-list li a {
  display: block;
  color: #8dc32b;
  text-transform: uppercase;
  position: relative;
  padding: 2px 25px 2px 14px;
  font-size: 18px;
}

.careers__position-list li a:after,.membership__services-list li a:after {
  content: '';
  background: url("../images/small-white-arrow.png");
  width: 5px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}

.careers__position-list li a:hover,.membership__services-list li a:hover {
  background: #8dc32b;
  color: #fff;
  font-size: 22px;
}

.careers__position-list li.active a,.membership__services-list li.active a {
  background: #8dc32b;
  color: #fff;
  font-size: 22px;
}

.careers__position-box,.membership__services-box {
  padding: 0;
  background: #fff;
  color: #405e3c;
}

.position {
  font-size: 13px;
  font-weight: normal;
  display: none;
}

.position.active {
  display: block;
}

.position__field {
  margin-bottom: 12px;
}

.position__field.inline {
  margin-bottom: 7px;
}

.position__field:not(.inline) b,.position__field:not(.inline) strong {
  display: block;
  margin-bottom: 9px;
}

.position__field p {
  margin-bottom: 10px;
  font-size: 11px;
}

.position__field p:last-child {
  margin-bottom: 16px;
}

.position__field p b,.position__field p strong {
  margin: 0;
}

.position__field b,.position__field strong {
  margin-right: 5px;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}

.position ul {
  margin-top: 16px;
}

.position ul li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 25px;
}

.position ul li:before {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("../images/list-dot.png") no-repeat;
}

.position a {
  color: #405e3c;
  text-decoration: none;
  border-bottom: 1px solid #405e3c;
}

.position hr {
  margin: 15px 0;
  height: 1px;
  width: 100%;
  padding: 0;
  border: none;
  background: url("../images/dashed-border.png") repeat-x;
}

.contact__nav {
  max-width: 1024px;
  margin: 30px auto 0;
  padding: 0 50px;
}

.contact__nav a {
  display: block;
  float: left;
  padding-top: 30px;
  background: url("../images/location_light.png") no-repeat center top;
  color: #fff;
  text-transform: capitalize;
  font-size: 10px;
  width: 100%;
  margin: 5px 0;
}

.contact__top-screen {
  min-height: 100vh;
  text-align: center;
}

.contact__bg img {
  display: block;
  width: 100%;
}

.contact__map {
  height: 150px;
  position: relative;
}

.contact__map img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.d-flex {
  display: flex;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.align-center{
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.contact__info {
  color: #405e3c;
  font-size: 11px;
}

.contact__info-box {
  padding: 20px;
}

.contact__info-box address {
  display: inline;
}

.contact__info-label {
  margin-bottom: 15px;
}

.contact__info-label b {
  margin-right: 4px;
  color: #8dc32b;
  font-weight: normal;
}

.contact__info a {
  color: #405e3c;
}

.contact__info p {
  margin-bottom: 20px;
}

.contact__info address {
  font-style: normal;
  font-size: inherit;
}

.contact__info-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #405e3c;
  font-size: 13px;
  font-weight: bold;
}

.mission #fp-nav {
  display: none;
}

.mission .section:not(.mission__top-screen):not(.mission__full) .fp-tableCell {
  display: block;
}

.mission__full {
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 1.4;
  padding: 70px 0;
}

.mission__full .title {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
}

.mission__full ul {
  max-width: 1100px;
  margin: 0 auto;
}

.mission__full ul li {
  padding: 0 15px;
  margin: 10px 0;
}

.mission__full ul li .color-title {
  margin-bottom: 5px;
}

.mission__top-screen {
  text-align: center;
  color: #fff;
}

.mission__top-screen-inner {
  max-width: 1190px;
  margin: 0 auto;
}

.mission__top-screen .sub-title {
  margin: 15px auto;
}

.mission__column {
  line-height: 1.2;
  text-align: justify;
  font-size: 11px;
  padding: 0 15px;
  margin-bottom: 15px;
}

.mission .bg .color-title {
  margin: 0 25px;
}

.mission .bg p {
  display: none;
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
}

.mission .box {
  padding-left: 15px;
  padding-right: 15px;
  color: #405e3c;
  padding-top: 30px;
  font-size: 12px;
  line-height: 1.4;
  padding-bottom: 20px;
}

.countrie #fp-nav {
  display: none;
}

.countrie .section:not(.countrie__top-screen):not(.resources):not(.whats-new) .fp-tableCell {
  display: block;
}

.countrie__facts .color-title {
  margin: 0 25px;
}

.countrie__facts .box {
  padding: 60px 15px;
}

.countrie .section.whats-new .section__inner {
  margin-top: 80px;
}

.countrie .section:not(.countrie__top-screen):not(.footer-screen):not(.countrie__facts):not(.whats-new) {
  padding: 94px 0 1px;
}

.countrie__top-screen {
  text-align: center;
}

.countrie .box {
  padding: 20px 15px;
}

.countrie .box li {
  font-weight: normal;
  line-height: 24px;
}

.countrie .whats-new__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.countrie .news-item {
  width: 100%;
}

.partner__top-screen {
  text-align: center;
}

.partner__screen {
  height: auto !important;
  padding-top: 60px;
}

.partner__list {
  padding: 30px 15px 0;
}

.partner__item {
  font-size: 11px;
  line-height: 1.4;
  color: #405e3c;
  padding: 0;
  text-align: left;
  margin-bottom: 20px;
}

.partner__item a {
  display: block;
  margin-top: 5px;
  color: #8dc32b;
  font-size: inherit;
}

.partner__title {
  text-transform: uppercase;
  font-size: 13px;
}

.partner__logo {
  margin-top: 8px;
  text-align: center;
  float: left;
  width: 30%;
  padding-right: 15px;
}

.partner__logo img {
  max-width: 165px;
  width: 100%;
}

.partner__info {
  float: left;
  width: 70%;
}

.resource-center .slider_btns {
  left: auto;
  right: 30px;
}

.resource-center__screen {
  height: auto;
  padding: 30px 0;
  min-height: 1px;
}

.resource__slider {
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}

.resource__slide {
  position: relative;
  margin: 5px 0;
}

.resource__slide-picture {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.resource__slide-picture img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  max-width: 65px;
  border-radius: 100%;
}

.resource__slide-detail {
  text-align: left;
  margin-top: 5px;
  height: 80px;
  padding-left: 80px;
}

.resource__slide-detail p {
  font-size: 11px;
}

.resource__slide:hover .resource__slide-picture img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.resource__link-title {
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
  color: #405e3c;
  font-size: 11px;
  font-weight: 400;
}

.resource__link-title a {
  color: #405e3c;
}

.partners_list {
  display: none;
}

.partners_list a {
  font-size: 18px;
  display: block;
  margin: 5px 0;
}

.policy__bg {
  display: none;
}

.social-wall__top-screen {
  text-align: center;
}

.social-wall__screen {
  height: auto !important;
  padding: 70px 25px 25px;
  text-align: center;
}

.social-wall .color-title {
  font-weight: bold;
}

.social__wall {
  margin: 20px -19px 0;
}

.wall {
  color: #666;
  font-size: 11px;
  margin-bottom: 15px;
}

.wall__inner {
  height: 100%;
  background: #fcfbf6;
  margin: 0 7px 15px;
}

.wall__img {
  position: relative;
}

.wall__img .icon {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  bottom: -11px;
  z-index: 100;
  background-size: 100%;
}

.wall__img .icon.facebook {
  background-image: url("../images/facebook-icon.png");
}

.wall__img .icon.twitter {
  background-image: url("../images/twitter-icon.png");
}

.wall__img .icon.linkedin {
  background-image: url("../images/linkedin-icon.png");
}

.wall__img .icon.youtube {
  background-image: url("../images/youtoube-icon.png");
}

.wall__img img {
  width: 100%;
}

.wall__title {
  font-size: 12px;
  font-weight: bold;
  color: #8dc32b;
  margin: 15px 5px 5px;
}

.wall__time {
  font-style: italic;
  color: #8dc32b;
  font-size: 11px;
}

.wall__feed {
  line-height: 1.8;
  padding: 5px 7px 7px;
  margin: 6px 0 0;
}

.wall__feed a {
  text-decoration: none;
  border-bottom: 1px solid #666;
  color: #666;
}

.social-links {
  margin: 32px 0 0;
}

.social-links li {
  display: inline-block;
  margin: 0 5px;
}

.social-links li a {
  display: block;
  /*border: 1px solid rgba(255, 255, 255, 0.7);*/
  background: #405e3c;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  line-height: 39px;
  width: 39px;
  height: 39px;
  font-size: 20px;
}

.social-links li a:hover {
  background: #141d12;
}

.social-links li a.fa-linkedin:hover {
  color: #0077b5;
  border-color: #0077b5;
}

.social-links li a.fa-twitter:hover {
  color: #55acee;
  border-color: #55acee;
}

.social-links li a.fa-youtube:hover {
  color: #e52d27;
  border-color: #e52d27;
}

.social-links li a.fa-facebook:hover {
  color: #3b5998;
  border-color: #3b5998;
}

.news__top-screen {
  text-align: center;
}

.news__list {
  max-width: 1130px;
  margin: 20px auto 0;
}

.news__list-screen {
  background: #fcfbf6;
  height: auto !important;
  padding-bottom: 15px;
  padding-top: 20px;
}

.news__list .news-item {
  width: 100%;
  padding: 0 15px;
  transition: none;
}

.news__list .news-item .news-img img {
  max-height: 114px;
  width: 100%;
}

.news__list .meta__title {
  text-align: left;
}

.news__detail {
  position: relative;
  max-width: 730px;
  margin: 0 auto;
  padding: 45px 15px 15px;
}

.news__detail .meta__date {
  left: 50%;
  top: -24px;
  margin-left: -24px;
  width: 49px;
  height: 49px;
}

/*.news__detail .meta__date div {
  font-size: 20px;
  line-height: 27px;
}*/

/*.news__detail .meta__date-month {
  font-size: 11px;
}*/

.news__related {
  text-align: center;
  background: #fcfbf6;
  padding: 31px 0;
}

.news__detail-nav {
  position: relative;
  margin-top: 40px;
  padding-top: 40px;
}

.news__detail-nav a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  width: 50%;
}

.news__detail-nav a.prev {
  float: left;
  padding-left: 21px;
  background: url("../images/prev-post.png") no-repeat left center;
}

.news__detail-nav a.next {
  float: right;
  text-align: right;
  padding-right: 21px;
  background: url("../images/next-post.png") no-repeat right center;
}

.news__detail-nav .share {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.share {
  text-align: center;
}

.share li {
  display: inline-block;
  margin: 0 5px;
}

.share li a {
  display: block;
  border-radius: 100%;
  border: 2px solid #e4e4e4;
  text-align: center;
  color: #a4a4a4;
  line-height: 41px;
  font-size: 20px;
  position: relative;
  top: -17px;
  width: 41px;
  height: 41px;
}

.news-category {
  margin-top: 15px;
  font-size: 0;
  padding: 0 15px;
  text-align: center;
}

.news-category li {
  display: inline-block;
  width: 30%;
  margin: 5px 1.5%;
}

.news-category li a {
  display: block;
  border:0; 
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  padding: 6px 0px;
  background:#8dc32b;
}
@media (min-width:  1025px){
  .news-category li a{
    min-width: 160px;
  }
}
.news-category li a:hover,.news-category li a.active {
  background: #40603C;
}

.news-category.green li a {
  border-color: #8dc32b;
  color: #fff;
}

.news-category.green li a:hover,.news-category.green li a.active {
  color: #fff;
}

.desktop-img {
  display: none;
}

.mobile-img {
  display: block;
  width: 100%;
}

.news-single__top-screen {
  position: relative;
  text-align: center;
  height: 440px;
  overflow: hidden;
}
@media(max-width:  768px){
  .news-single__top-screen{
    height: auto;
    min-height: 250px;
  }
}
.news-single__top-screen h1 {
  font-weight: bold;
  font-size: 20px;
  margin: 0 15px;
  padding: 10px;
  display: inline-block;
  background-color: rgba(141,195,43,0.8);
  max-width: 1000px;
}

.news-single__top-screen .news-cat {
  text-transform: uppercase;
  color: #8dc32b;
  font-size: 12px;
  margin-top: 15px;
}

.content {
  color: #333;
  font-size: 11px;
  line-height: 1.4;
}

.content .video {
  display: none;
  position: relative;
  margin-bottom: 40px;
}

.content .video-wrapper {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.content .video-wrapper:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 71px;
  height: 71px;
  background: url("../images/play.png") no-repeat;
}

.content .video-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 11px;
  padding: 7px 8px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}

.content p {
  margin-bottom: 10px;
}

.content h3 {
  font-weight: bold;
  text-transform: uppercase;
  color: #405e3c;
  font-size: 12px;
  margin-bottom: 12px;
}

.content .slider {
  margin-bottom: 35px;
}

.content .slider .slick-prev,.content .slider .slick-next {
  width: 16px;
  height: 28px;
  z-index: 10;
}

.content .slider .slick-prev:before,.content .slider .slick-next:before {
  display: none;
}

.content .slider .slick-prev {
  background: url("../images/prev-slide.png");
  left: 10px;
}

.content .slider .slick-next {
  background: url("../images/next-slide.png");
  right: 10px;
}

.content .slider .slide {
  position: relative;
}

.content .slider .slide-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 11px;
  padding: 7px 8px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}

.content ul {
  margin-bottom: 20px;
}

.content ul li {
  margin-bottom: 7px;
  padding-left: 20px;
  position: relative;
}

.content ul li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  background: url("../images/list-dot.png") no-repeat;
  width: 14px;
  height: 14px;
}

.global__top-screen {
  min-height: 100vh !important;
  text-align: center;
  padding: 133px 0 151px;
}
.page-template-template-gabar .global__top-screen {
  min-height: 440px !important;
}

.global__top-screen .screen__inner,.global__top-screen .section__inner {
  margin: 0 auto;
  max-width: 1024px;
}

.section:not(.vertical):not(.footer-screen):not(.global-programmes):not(.join-us):not(.resource-center__screen) {
  height: auto !important;
  min-height: 100vh;
}

.section.join-us {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 0 !important;
}

.section:after {
  content: '';
  display: block;
  clear: both;
}

.agenda {
  padding: 1px 0 25px;
}

.agenda:before {
  display: none !important;
}

.agenda .color-title {
  margin-bottom: 20px;
  text-align: center !important;
  position: static !important;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.agenda__clear {
  position: relative;
  margin: 0 15px;
}

.agenda__clear:after {
  content: '';
  display: block;
  clear: both;
}

.agenda__titles {
  margin: 0 -5px 30px;
}

.agenda__titles:after {
  content: '';
  display: block;
  clear: both;
}

.agenda__title {
  padding-bottom: 33.33333%;
  position: relative;
  float: left;
  width: 33.3333%;
  width: calc(33.3333% - 10px);
  margin: 0 5px 5px;
}

.agenda__title a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 8px;
  background: #8dc32b;
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 8px;
  background-repeat: no-repeat;
  background-image: url("../images/agenda-arrow-top.png");
  background-position: center 10%;
}

.agenda__title.active a {
  background-image: url("../images/agenda-arrow-down.png");
  background-position: center 90%;
}

.agenda__icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.agenda__icons.down-arrows li {
  padding-bottom: 50px;
  background: url("../images/double-arrow.png") no-repeat center bottom;
}

.agenda__icons.up-arrows li {
  padding-top: 50px;
  background: url("../images/single-arrow.png") no-repeat center top;
}

.agenda__icon {
  color: #405e3c;
  text-transform: uppercase;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  max-width: 25%;
  text-align: center;
}

.agenda__icon .icon {
  display: block;
  margin: 0 auto 12px;
  width: 30px;
  height: 30px;
  background: #405e3c no-repeat center;
  border-radius: 100%;
  line-height: 70px;
  background-size: 50%;
}

.agenda__icon .icon.icon-arrows {
  background-image: url("../images/icon-arrows.png");
}

.agenda__icon .icon.icon-people {
  background-image: url("../images/icon-people.png");
}

.agenda__icon .icon.icon-border {
  background-image: url("../images/icon-border.png");
}

.agenda__icon .icon.icon-chart {
  background-image: url("../images/icon-chart.png");
}

.agenda__icon .icon.icon-box {
  background-image: url("../images/icon-box.png");
}

.agenda__icon .icon.icon-terminal {
  background-image: url("../images/icon-terminal.png");
}

.agenda__icon .icon.icon-recycle {
  background-image: url("../images/icon-recycle.png");
}

.agenda__icon strong {
  font-size: 8px;
}

.agenda__icon small {
  color: #405e3c;
  display: block;
  font-size: 8px;
  text-transform: none;
  font-weight: 400;
  line-height: 1.1;
}

.agenda__base {
  position: relative;
  padding: 35px 0px 0;
}

.agenda__base:after,.agenda__base:before {
  content: '';
  width: 5px;
  background: #fff;
  position: absolute;
  top: 40px;
  bottom: 40px;
}

.agenda__base:after {
  right: -2px;
}

.agenda__base:before {
  left: -2px;
}

.agenda__base .color-title {
  margin-bottom: 30px;
  font-size: 12px;
}

.agenda__base ul li {
  margin-bottom: 27px;
  text-align: left;
  padding-right: 5px;
  width: 50%;
  float: left;
  position: relative;
  padding-left: 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #405e3c;
}

.agenda__base ul li small {
  display: block;
}

.agenda__base ul li:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(../images/list-dot.png) no-repeat;
}

.join-us {
  height: auto !important;
  text-align: center;
  padding: 45px 0;
}

.popup-overlay {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5000;
}

.popup-overlay .popup-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popup-overlay .popup-wrapper img {
  display: block;
}

.popup-overlay .popup-wrapper .popup-close {
  position: absolute;
  top: -27px;
  right: -29px;
  color: #af4339;
}

.popup-overlay .popup-wrapper .popup-close .fa {
  font-size: 30px;
}

section.twitter-section {
  height: auto !important;
  min-height: 0 !important;
}

.membership__services select {
  display: block;
  border: 2px solid #8dc32b;
  color: #8dc32b;
  margin-bottom: 15px;
  font-size: 12px;
  padding: 1px 7px;
  background: url(../images/dropdown-arrow.png) no-repeat 98% center;
  background-size: 10px auto;
}

.membership__services-list h2 {
  font-weight: bold;
  color: #405e3c;
  font-size: 28px;
  text-transform: uppercase;
  display: none;
}

.membership__services-list li {
  margin-bottom: 30px;
}

.membership__services-list li a {
  display: block;
  font-size: 20px;
  color: #8dc32b;
  text-transform: uppercase;
  position: relative;
  padding: 2px 25px 2px 14px;
}

.membership__services-list li a:after {
  content: '';
  background: url(../images/small-white-arrow.png);
  width: 5px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}

.membership__services-list li a:hover {
  background: #8dc32b;
  color: #fff;
  font-size: 24px;
}

.membership__services-item,.membership__services .position {
  position: relative;
  z-index: 1000;
}

.membership__services-item .download,.membership__services .position .download {
  color: #8dc32b;
  border: none;
  margin: 15px 0;
}

.membership__services-item .clear,.membership__services-item .global-programmes,.membership__services-item .whats-new__inner,.membership__services-item .resource__inner,.membership__services-item .member__list,.membership__services-item .project__description-inner,.membership__services-item .about__partners ul,.about__partners .membership__services-item ul,.membership__services-item .careers__position,.membership__services-item .membership__services,.membership__services-item .mission__full ul,.mission__full .membership__services-item ul,.membership__services-item .partner__list,.membership__services-item .resource__slide,.membership__services-item .social__wall,.membership__services-item .news__list,.membership__services-item .news__detail-nav,.membership__services-item .news-category,.membership__services-item .agenda__base ul,.agenda__base .membership__services-item ul,.membership__services-item .policy__description-inner,.membership__services .position .clear,.membership__services .position .global-programmes,.membership__services .position .whats-new__inner,.membership__services .position .resource__inner,.membership__services .position .member__list,.membership__services .position .project__description-inner,.membership__services .position .about__partners ul,.about__partners .membership__services .position ul,.membership__services .position .careers__position,.membership__services .position .membership__services,.membership__services .position .mission__full ul,.mission__full .membership__services .position ul,.membership__services .position .partner__list,.membership__services .position .resource__slide,.membership__services .position .social__wall,.membership__services .position .news__list,.membership__services .position .news__detail-nav,.membership__services .position .news-category,.membership__services .position .agenda__base ul,.agenda__base .membership__services .position ul,.membership__services .position .policy__description-inner {
  text-align: center;
}

.membership__services-item ul li,.membership__services .position ul li {
  margin-bottom: 10px;
}

.membership__space {
  display: none;
  min-height: 100vh;
  background: url("../images/t/space.png") repeat;
  padding-bottom: 15px;
}

.membership__space:after {
  content: '';
  display: block;
  clear: both;
}

.membership__space-box {
  position: relative;
}

.membership__space-box .link-to-country {
  padding-left: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font-size: 18px;
  margin-top: -15px;
  margin-left: -8px;
  background: url("../images/3d-marker.png") no-repeat left top;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.membership__space-list {
  padding: 10px 0 0;
  position: relative;
  z-index: 1000;
}

.membership__space-list .inner {
  margin: 0 15px;
}

.membership__space-list .inner .color-title {
  margin-left: 10px;
}

.membership__space-list ul {
  margin-bottom: 32px;
}

.membership__space-list ul:after {
  content: '';
  display: block;
  clear: both;
}

.membership__space-list ul li {
  float: left;
  width: 50%;
}

.membership__space-list ul li a {
  background: url("../images/list-dot-dark.png") no-repeat left center;
  padding-left: 28px;
  color: #fff;
  font-size: 17px;
}

.membership__space-list ul li a.active {
  color: #8dc32b;
  background: url("../images/list-dot.png") no-repeat left center;
}

.membership__welcome {
  color: #333;
  font-size: 11px;
  padding: 25px 0 20px;
  text-align: justify;
}

.membership__welcome h2.color-title {
  text-align: center;
  margin-bottom: 15px;
}

.membership__welcome p {
  margin-bottom: 10px;
}

.membership__welcome .inner {
  padding: 0 15px;
  margin: 0 auto;
}

.membership__join {
  text-align: center;
  padding: 35px 0 40px;
  color: #fff;
  font-size: 11px;
}

.membership__join .inner {
  margin: 0 auto;
  padding: 0 15px;
}

.membership__join p {
  margin-bottom: 20px;
}

.membership__join h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
}

.programme-category__top-screen {
  text-align: center;
}

.programme-category__projects {
  text-align: center;
  background: #fcfbf6;
  padding: 70px 0 0;
}

.programme-category__projects.white {
  background: #fff;
}

.programme-category__projects .inner {
  padding: 0 15px 15px;
}

.programme-category__projects .color-title {
  font-weight: bold;
}

.project .color-title {
  font-weight: bold;
}

.project__list {
  margin-top: 40px;
}

.project__list:after {
  content: '';
  display: block;
  clear: both;
}

.project__list li {
  position: relative;
  margin-bottom: 20px;
}

.project__list li a {
  display: block;
}

.project__list li:after {
  content: '';
  display: block;
  clear: both;
}

.project__list img {
  max-width: 171px;
}

.project__detail {
  text-align: left;
  padding-left: 30px;
  margin: 20px 0;
}

.project__detail b {
  color: #8dc32b;
  font-weight: bold;
}

.project__detail p {
  font-size: 12px;
  margin-bottom: 12px;
}

.project__title {
  font-size: 14px;
  text-transform: uppercase;
  color: #405e3c;
  margin-bottom: 16px;
  display: block;
}

.resource-detail__screen {
  max-height: 590px;
}

.resource-detail__screen h1 {
  letter-spacing: 1px;
  font-size: 35px;
  background-color: rgba(141,195,43,0.8);
}

.resource-detail__screen .sub-title {
  max-width: 100%;
  margin-top: 27px;
  font-size: 18px;
}

.resource-detail__meta {
  display: inline-block;
  margin: 0 20px 10px;
}

.resource-detail__meta b {
  text-transform: uppercase;
  color: #8dc32b;
}

.resource-detail__description {
  background: #fcfbf6;
  padding: 1px 0 74px;
  position: relative;
  text-align: center;
}

.resource-detail__description-box {
  text-align: left;
  background: #fff;
  padding: 30px 15px;
  font-size: 11px;
  margin: 0 auto 40px;
}

.resource-detail__description-box p {
  line-height: 1.35;
  margin-bottom: 12px;
}

.resource-detail__description-box h3,.resource-detail__description-box h2 {
  margin-bottom: 18px;
  color: #405e3c;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.resources-inner:after {
  content: '';
  display: block;
  clear: both;
}

.section.resource-center__section {
  height: auto !important;
  min-height: 100% !important;
}

.resource__item-col {
  margin-bottom: 20px;
}

.resource-center__screen-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.resource-center__screen-slide.active {
  opacity: 1;
}

.resource-center__screen .slider_btns {
  right: 92px;
  left: auto;
}

.slider__top-screen .sub-title {
  margin: 30px auto 0;
}

.slider__top-screen .title {
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 36px;
}

.slider__top-screen .arrow {
  width: 16px;
  height: 28px;
  background: none no-repeat center;
  z-index: 100;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.slider__top-screen .arrow--next {
  background-image: url("../images/next-slide.png");
  right: 15px;
}

.slider__top-screen .arrow--prev {
  background-image: url("../images/prev-slide.png");
  left: 15px;
}

.slider__top-screen .section__slider .slick-arrow {
  width: 16px;
  height: 28px;
  background: none no-repeat center;
  z-index: 100;
}

.slider__top-screen .section__slider .slick-arrow:after,.slider__top-screen .section__slider .slick-arrow:before {
  display: none;
}

.slider__top-screen .section__slider .slick-arrow.slick-prev {
  background-image: url("../images/prev-slide.png");
  left: 15px;
}

.slider__top-screen .section__slider .slick-arrow.slick-next {
  background-image: url("../images/next-slide.png");
  right: 15px;
}

.construction__contact {
  text-align: center;
  background: #fcfbf6;
  padding: 30px 15px;
}

.construction__box {
  background: #fcfbf6;
  padding-top: 0;
}

.construction__link {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  padding-right: 27px;
  color: #8dc32b;
  background: url("../images/arr_btn-down.png") no-repeat right center;
}

.construction__person {
  position: relative;
  max-width: 438px;
  margin: 48px auto 62px;
}

.construction__person-photo {
  border-radius: 100%;
  height: 100px;
  width: 100px;
  display: block;
  margin: 0 auto 20px;
}

.construction__person-info {
  text-align: center;
}

.construction__person h5 {
  color: #405e3c;
  font-size: 18px;
}

.construction__person-title {
  color: #8dc32b;
  font-size: 15px;
  font-weight: bold;
}

.construction__person a {
  color: #405e3c;
  font-size: 15px;
  text-decoration: none;
}

.construction__slider .box-slide {
  height: 320px;
}

.construction__slider .slick-arrow {
  width: 16px;
  height: 28px;
  background: none no-repeat center;
  z-index: 100;
}

.construction__slider .slick-arrow:after,.construction__slider .slick-arrow:before {
  display: none;
}

.construction__slider .slick-arrow.slick-prev {
  background-image: url("../images/prev-slide.png");
  left: 15px;
}

.construction__slider .slick-arrow.slick-next {
  background-image: url("../images/next-slide.png");
  right: 15px;
}

.construction__box .box {
  background: none;
}

.construction__box .box h4 {
  color: #405e3c;
}

.box-slider {
  margin-bottom: 40px;
}

.box-slider .slick-list,.box-slider .slick-track {
  height: 100%;
}

.box-slider .slick-arrow {
  width: 16px;
  height: 28px;
  background: none no-repeat center;
  z-index: 100;
}

.box-slider .slick-arrow:after,.box-slider .slick-arrow:before {
  display: none;
}

.box-slider .slick-arrow.slick-prev {
  background-image: url("../images/prev-slide.png");
  left: 15px;
}

.box-slider .slick-arrow.slick-next {
  background-image: url("../images/next-slide.png");
  right: 15px;
}

.box-slide-inner {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.box-slide-inner h4 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.box-slide {
  height: 400px;
  width: 100%;
}

.search {
  position: relative;
  color: #fff;
  text-align: left;
  padding: 76px 0 30px;
  height: auto;
  min-height: 100vh;
}

.search:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
}

.search .section__inner {
  z-index: 20;
  padding: 0 15px;
  position: relative;
}

.search b {
  font-weight: normal;
  color: #8dc32b;
}

.search__title {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 21px;
}

.article {
  color: #fff;
  font-size: 16px;
  margin-bottom: 25px;
}

.article__title {
  color: #8dc32b;
  font-weight: normal;
  font-size: 20px;
}

.pagination {
  margin-top: 30px;
}

.pagination a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  margin: 0 7px;
}

.pagination a:hover,.pagination a.active {
  color: #8dc32b;
}

.pagination a.pagination__next:before,.pagination a.pagination__prev:before {
  content: '';
  width: 5px;
  height: 10px;
  display: block;
}

.pagination a.pagination__next:before {
  background: url("../images/pagination-next.png") no-repeat;
  margin-right: 0;
}

.pagination a.pagination__prev:before {
  background: url("../images/pagination-prev.png") no-repeat;
  margin-left: 0;
}

.policy__screen {
  max-height: 590px;
}

.policy__screen h1,.policy__screen .title {
  max-width: 80%;
  margin: 0 auto 25px;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}

.policy__screen .sub-title {
  font-size: 16px;
}

.policy__description {
  position: relative;
  padding: 1px 0 0 0;
  background: #fcfbf6;
  font-size: 11px;
  color: #333;
  line-height: 1.3;
}

.policy__description h1,.policy__description h2,.policy__description h3,.policy__description h4,.policy__description h5,.policy__description h6 {
  color: #405e3c;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin: 15px 0 5px;
}

.policy__description p {
  margin-bottom: 7px;
}

.policy__description strong,.policy__description b {
  color: #405e3c;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

.policy__description ul {
  margin: 4px 0 20px;
}

.policy__description ul li {
  position: relative;
  padding-left: 30px;
  font-size: 11px;
  color: #405e3c;
}

.policy__description ul li b,.policy__description ul li strong {
  display: block;
  margin-bottom: 6px;
}

.policy__description ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  background: url("../images/list-dot.png") no-repeat;
  width: 14px;
  height: 14px;
}

.policy__description ul li p {
  font-size: 11px;
}

.policy__description-inner {
  border: 4px solid #fff;
  margin: 0px auto 0;
  background: #fff;
  padding: 15px;
}

.footer-screen {
  height: 70px !important;
}

.footer-screen .fp-tableCell {
  height: 100% !important;
}

.footer-screen .footer {
  height: 100%;
}

.footer {
  height: 70px;
  position: relative;
  background: #8dc32b;
}

.footer__logo {
  position: absolute;
  top: 0;
  bottom: 0;
  width: auto;
}

.footer__logo.left {
  left: 30px;
}

.footer__logo.left img {
  max-width: 45px;
}

.footer__logo.right {
  right: 30px;
}

.footer__logo.right img {
  max-width: 60px;
}

.footer__menu {
  text-align: center;
  padding: 0 95px 0 71px;
}

.footer__menu-item {
  display: inline-block;
}

.footer__menu-item a {
  color: #405e3c;
  font-size: 10px;
  line-height: 1.5;
  padding: 0 2px;
}

.footer__menu-item a:hover {
  color: #141d12;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .membership__space-list {
    margin-left: 50%;
  }
}

@media (min-width: 640px) {
  input[type="submit"],button {
    font-size: 20px;
  }

  h1 {
    font-size: 71px;
  }

  h1.title {
    font-size: 55px;
  }

  .sub-title {
    font-size: 26px;
  }

  .btn-down.white {
    background: url("../images/white-arrow-down-large.png") no-repeat center bottom;
    font-size: 24px;
    padding-bottom: 55px;
  }

  .btn {
    font-size: 22px;
    padding: 10px 25px;
  }

  .download {
    font-size: 22px;
    background-size: auto;
    padding-left: 36px;
  }

  .btn-round {
    margin: 30px auto 0;
    width: 72px;
    height: 72px;
    line-height: 72px;
    font-size: 16px;
  }

  a.link.green:not(.down) {
    line-height: 1.2;
    background: url(../images/arr_btn-large.png) no-repeat 100% center;
  }

  a.link.green.down {
    padding: 0 35px 0 0;
    background: url(../images/arr_btn-down-large.png) no-repeat 100% center;
  }

  .color-title {
    font-size: 24px;
  }

  .section-title {
    left: 166px;
    font-size: 24px;
    height: 100px;
  }

  .meta {
    height: 74px;
    padding: 0 0 0 74px;
  }

  .meta__date {
    width: 74px;
  }

  .meta__date div {
    /*font-size: 30px;*/
    /*line-height: 38px;*/
  }

  .meta__date-month {
    font-size: 14px;
  }

  .meta__title {
    font-size: 18px;
  }

  .box .title {
    font-size: 26px;
  }

  .box .subtitle {
    font-size: 22px;
  }

  .box ul,.box li {
    font-size: 22px;
  }

  .box ul li:before {
    top: 7px;
  }

  .box ol li {
    padding-left: 88px;
  }

  .view-all {
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 10px;
    background: url(../images/arr_btn-large.png) no-repeat 100% center;
  }

  .header__logo {
    left: 30px;
  }

  .header__logo img {
    max-width: 150px;
  }

  .header__menu-nav {
    right: 30px;
    padding: 17px 0 0 0;
  }

  .header__lang-switcher a {
    font-size: 24px;
    line-height: 22px;
  }

  .header__menu-btn {
    background-size: 24px;
    /*width: 76px;*/
    /*height: 76px;*/
  }

  .main-menu__item > li.has-child > a:after {
    top: 0;
    width: 20px;
    height: 10px;
    margin-left: 10px;
  }

  .twitter-feeds {
    padding-top: 80px;
  }

  .top-nav {
    padding: 32px 0 0 0;
  }

  .top-nav li {
    margin-left: 20px;
  }

  .top-nav li a {
    font-size: 20px; 
    color: #fff;
  }

  .pod {
    width: 50% !important;
    padding-bottom: 50%;
  }

  .pod__location {
    font-size: 20px;
    bottom: 20px;
    padding-top: 35px;
    background-size: auto;
  }

  .policy__text {
    margin: 0 auto;
    width: 410px;
  }

  .policy__link {
    text-align: left;
  }

  .policy__link-picture {
    float: left;
  }

  .policy__link .link {
    position: absolute;
    bottom: 10px;
    left: inherit;
  }

  .policy__link-title {
    text-align: left;
  }

  .whats-new {
    padding: 113px 30px 20px;
  }

  .whats-new__featured-post {
    margin: 0 30px;
  }

  .news-item {
    padding: 0 4%;
    width: 50%;
  }

  .news-item__category {
    font-size: 18px;
  }

  .news-item__excerpt {
    line-height: 24px;
  }

  .subscribe form {
    width: 530px;
  }

  .subscribe label {
    font-size: 22px;
  }

  .resource {
    font-size: 18px;
    padding: 120px 0 20px;
  }

  .resource__item {
    width: 25%;
    margin-bottom: 40px;
  }

  .home .section:not(.top-screen):not(.footer-screen):not(.global-programmes):not(.policy):not(.resource):not(.whats-new) {
    padding: 40px 0;
  }

  .governance__cat .btn {
    width: auto;
  }

  .governance__cat {
    margin-top: 40px;
  }

  .board .color-title {
    margin-bottom: 50px;
  }

  .board--new {
    padding-left: 35px;
    padding-right: 35px;
  }

  .member__list {
    font-size: 20px;
  }

  .member__item {
    margin-bottom: 25px;
  }

  .member__photo {
    margin-bottom: 20px;
  }

  .member__name {
    font-size: 21px;
  }

  .programme {
    font-size: 22px;
    padding: 40px 0 50px;
  }

  .programme .color-title {
    font-size: 26px;
  }

  .programme__content {
    margin: 20px 0 30px;
  }

  .programme .link {
    font-size: 24px;
  }

  .project__screen h1,.project__screen .title {
    font-size: 24px;
  }

  .project__screen .sub-title {
    font-size: 26px;
  }

  .project__description {
    padding: 1px 0 0;
  }

  .project__description-inner {
    margin: -90px auto 0;
  }

  .project__more {
    font-size: 22px;
  }

  .project__more-title {
    font-size: 26px;
  }

  .project__more .link {
    font-size: 22px;
  }

  .resources {
    padding: 50px 0 25px;
  }

  .resources .color-title {
    font-size: 26px;
  }

  .resources .sub-title {
    font-size: 22px;
  }

  .resource-slide__img img {
    max-width: 100%;
  }

  .resource-slide__title {
    font-size: 24px;
  }

  .resource-slide__source {
    font-size: 22px;
  }

  .resource-slide__sub-title {
    font-size: 22px;
  }

  .resource-slide__description {
    font-size: 22px;
  }

  .donors {
    padding: 30px 0 50px;
  }

  .donors__title {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .donors__slide-title {
    font-size: 24px;
  }

  .year-slice {
    font-size: 27px;
  }

  .about .box {
    padding: 40px 60px 40px 30px;
  }

  .about .box p {
    font-size: 22px;
  }

  .about .box .title {
    font-size: 24px;
  }

  .about__partners .screen__inner {
    font-size: 20px;
  }

  .about__partners-title {
    font-size: 26px;
  }

  .about__partners-subtitle {
    font-size: 24px;
    margin: 50px 0 35px;
  }

  .about__partners ul li {
    width: 33.33333%;
    padding-left: 34px;
    margin-bottom: 24px;
    font-size: 24px;
    margin-left: 0;
  }

  .about__partners ul li:before {
    top: 7px;
  }

  .donors__list .screen__inner {
    padding: 0 30px;
  }

  .donors__list-title {
    font-size: 30px;
  }

  .donors__list ul li {
    padding-left: 34px;
    font-size: 24px;
  }

  .donors__list ul li:before {
    top: 3px;
  }

  .donors__list ul li p {
    font-size: 20px;
  }

  .careers__position,.membership__services {
    padding: 40px 30px 50px;
  }

  .careers__position select,.membership__services select {
    padding: 10px 7px;
    font-size: 24px;
    margin-bottom: 30px;
    background-size: auto;
  }

  .position {
    font-size: 26px;
  }

  .position__field {
    margin-bottom: 25px;
  }

  .position__field.inline {
    margin-bottom: 14px;
  }

  .position__field:not(.inline) b,.position__field:not(.inline) strong {
    margin-bottom: 17px;
  }

  .position__field p {
    font-size: 22px;
  }

  .position__field p:last-child {
    margin-bottom: 32px;
  }

  .position__field b,.position__field strong {
    font-size: 26px;
    margin-right: 10px;
  }

  .position ul li {
    margin-bottom: 12px;
    padding-left: 34px;
  }

  .position ul li:before {
    top: 7px;
  }

  .position hr {
    margin: 30px 0;
  }

  .contact__nav a {
    margin: 0;
    padding-top: 40px;
    font-size: 14px;
    width: 20%;
  }

  .contact__map {
    height: 300px;
  }

  .contact__info-box {
    padding: 20px 30px;
  }

  .contact__info-label b {
    margin-right: 8px;
  }

  .contact__info {
    font-size: 22px;
  }

  .contact__info-title {
    font-size: 26px;
  }

  .mission__full {
    font-size: 22px;
  }

  .mission__full .title {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .mission__full ul li {
    width: 50%;
    float: left;
    padding: 0 20px;
    margin: 0;
  }

  .mission__full ul li .color-title {
    margin-bottom: 15px;
  }

  .mission__top-screen .sub-title {
    margin: 10px auto 15px;
  }

  .mission__top-screen .btn {
    margin-top: 30px;
  }

  .mission__column {
    margin: 0;
    float: left;
    font-size: 22px;
    width: 50%;
    padding: 0 30px;
  }

  .mission .bg .color-title {
    margin: 0 30px;
  }

  .mission .box {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
    padding-top: 50px;
  }

  .countrie__facts .color-title {
    margin: 0 35px;
  }

  .countrie__facts .box {
    padding: 125px 30px;
  }

  .countrie .section.whats-new .section__inner {
    margin-top: 120px;
  }

  .countrie .section:not(.countrie__top-screen):not(.footer-screen):not(.countrie__facts):not(.whats-new) {
    padding: 40px 0;
  }

  .countrie .box {
    padding: 50px 30px;
  }

  .countrie .news-item {
    width: 50%;
  }

  .partner__screen {
    padding-top: 60px;
  }

  .partner__list {
    padding: 50px 30px 30px;
  }

  .partner__item {
    font-size: 22px;
    padding: 0 20px;
    margin-bottom: 50px;
  }

  .partner__title {
    font-size: 26px;
  }

  .resource-center .slider_btns {
    right: 80px;
  }

  .resource__slide {
    margin-bottom: 30px;
  }

  .resource__slide-picture img {
    max-width: 150px;
  }

  .resource__slide-detail {
    padding-left: 150px;
    height: 130px;
  }

  .resource__slide-detail p {
    font-size: 18px;
  }

  .resource__link-title {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .social-wall__screen {
    padding: 123px 30px 30px;
  }

  .wall {
    float: left;
    width: 50%;
    font-size: 22px;
    margin-bottom: 30px;
  }

  .wall__inner {
    margin: 0 15px 15px;
  }

  .wall__img .icon {
    width: 45px;
    height: 45px;
    margin-left: -22px;
    bottom: -22px;
  }

  .wall__title {
    font-size: 24px;
    margin: 20px 10px 9px;
  }

  .wall__time {
    font-size: 22px;
  }

  .wall__feed {
    padding: 5px 15px 15px;
  }

  .news__list {
    margin: 50px auto 0;
  }

  .news__list-screen {
    padding-bottom: 30px;
    padding-top: 80px;
  }

  .news__list .news-item {
    width: 50%;
    padding: 0 30px;
  }

  .news__detail {
    padding: 90px 30px 30px;
  }

  .news__detail .meta__date {
    top: -49px;
    margin-left: -49px;
    width: 98px;
    height: 98px;
  }

  /*.news__detail .meta__date div {
    font-size: 26px;
    line-height: 36px;
  }*/

 /* .news__detail .meta__date-month {
    font-size: 22px;
  }*/

  .news__related {
    padding: 62px 0 60px;
  }

  .news__detail-nav a {
    font-size: 24px;
  }

  .share li a {
    line-height: 82px;
    width: 82px;
    height: 82px;
    top: -25px;
    font-size: 40px;
  }

  .news-category li a {
    font-size: 17px;
    padding: 15px 30px;
  }

  .news-single__top-screen h1 {
    margin: 0;
    font-size: 40px;
  }

  .news-single__top-screen .news-cat {
    font-size: 24px;
    margin-top: 30px;
  }

  .content {
    font-size: 22px;
  }

  .content .video-caption {
    font-size: 22px;
    padding: 15px 17px;
  }

  .content p {
    margin-bottom: 16px;
  }

  .content h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .content .slider .slide-title {
    font-size: 22px;
    padding: 15px 17px;
  }

  .agenda {
    padding: 1px 0 50px;
  }

  .agenda__clear {
    margin: 0 30px;
  }

  .agenda__title a {
    font-size: 16px;
  }

  .agenda__icons.down-arrows {
    margin-bottom: 10px;
  }

  .agenda__icons.up-arrows {
    margin-top: 20px;
  }

  .agenda__icon .icon {
    background-size: auto;
    width: 70px;
    height: 70px;
  }

  .agenda__icon strong {
    font-size: 14px;
  }

  .agenda__icon small {
    font-size: 12px;
  }

  .agenda__base .color-title {
    font-size: 14px;
  }

  .agenda__base ul li {
    font-size: 17px;
  }

  .join-us {
    padding: 90px 0;
  }

  .membership__services select {
    padding: 10px 7px;
    font-size: 24px;
    margin-bottom: 30px;
    background-size: auto;
  }

  .membership__services-item .download,.membership__services .position .download {
    margin: 30px 0;
  }

  .membership__services-item ul li,.membership__services .position ul li {
    margin-bottom: 20px;
  }

  .membership__space {
    padding-bottom: 20px;
  }

  .membership__space-list .inner {
    margin: 0 30px;
  }

  .membership__space-list .inner .color-title {
    margin-left: 10px;
  }

  .membership__space-list ul li {
    width: 33.3333%;
  }

  .membership__welcome {
    font-size: 22px;
    padding: 50px 0 80px;
  }

  .membership__welcome h2.color-title {
    margin-bottom: 30px;
  }

  .membership__welcome .inner {
    padding: 0 87px;
  }

  .membership__join {
    padding: 70px 0 80px;
    font-size: 22px;
  }

  .membership__join .inner {
    padding: 0;
  }

  .membership__join p {
    margin-bottom: 30px;
  }

  .membership__join h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .programme-category__projects .inner {
    max-width: 1140px;
    padding: 0 30px 30px;
    margin: 0 auto;
  }

  .project__list li {
    margin-bottom: 30px;
  }

  .project__list li a {
    white-space: nowrap;
    height: 171px;
  }

  .project__list li a:before {
    content: '';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
  }

  .project__list li a > * {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    white-space: normal;
  }

  .project__list img {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
  }

  .project__detail {
    float: none;
    padding-left: 201px;
    margin: 0 0 0;
  }

  .project__detail p {
    font-size: 18px;
  }

  .project__title {
    font-size: 18px;
  }

  .resource-detail__screen h1 {
    font-size: 50px;
  }

  .resource-detail__description-box {
    font-size: 22px;
  }

  .resource-detail__description-box {
    margin: -55px auto 50px;
    padding: 40px 30px;
  }

  .resource-detail__description-box h3,.resource-detail__description-box h2 {
    font-size: 26px;
  }

  .resource__item-col {
    float: left;
    width: 50%;
    margin-bottom: 30px;
  }

  .slider__top-screen .title {
    font-size: 50px;
  }

  .slider__top-screen .arrow--next {
    right: 30px;
  }

  .slider__top-screen .arrow--prev {
    left: 30px;
  }

  .slider__top-screen .section__slider .slick-arrow.slick-prev {
    left: 30px;
  }

  .slider__top-screen .section__slider .slick-arrow.slick-next {
    right: 30px;
  }

  .construction__contact {
    padding: 56px 0;
  }

  .construction__person {
    height: 131px;
    margin: 48px auto 62px;
  }

  .construction__person--white {
    background: #fff;
    border-top-left-radius: 138px;
    border-bottom-left-radius: 138px;
  }

  .construction__person-photo {
    height: 130px;
    width: 130px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .construction__person-info {
    text-align: left;
    padding-left: 168px;
  }

  .construction__person h5 {
    font-size: 22px;
  }

  .construction__person-title {
    font-size: 18px;
    margin: 15px 0 12px;
  }

  .construction__person a {
    font-size: 18px;
  }

  .box-slide-inner {
    font-size: 18px;
  }

  .box-slide-inner h4 {
    margin-bottom: 35px;
    font-size: 24px;
  }

  .search {
    padding: 123px 0 50px;
  }

  .search .section__inner {
    padding: 0 30px;
  }

  .policy__screen h1,.policy__screen .title {
    font-size: 26px;
  }

  .policy__description {
    padding: 1px 0 0;
    font-size: 22px;
  }

  .policy__description h1,.policy__description h2,.policy__description h3,.policy__description h4,.policy__description h5,.policy__description h6 {
    font-size: 26px;
    margin: 30px 0 10px;
  }

  .policy__description p {
    margin-bottom: 21px;
  }

  .policy__description strong,.policy__description b {
    font-size: 22px;
  }

  .policy__description ul li {
    font-size: 22px;
  }

  .policy__description ul li p {
    font-size: 22px;
  }

  .policy__description-inner {
    margin: 0px auto 0;
    padding: 30px;
  }

  .footer-screen {
    height: 143px !important;
  }

  .footer {
    height: 143px;
  }

  .footer__logo.left img {
    max-width: 100%;
  }

  .footer__logo.right img {
    max-width: 100%;
  }

  .footer__menu {
    padding: 0 100px;
  }

  .footer__menu-item a {
    font-size: 18px;
    padding: 0 10px;
  }

  .single-project .project__screen .screen_inner {vertical-align: baseline;position:relative;top:50%;transform: translateY(-50%);position:relative;}
  .single-project .project__screen .screen_inner p.sub-title {text-shadow: 3px 3px 5px #000;}
  .single-project .project__screen .screen_inner .year-slice .year {text-shadow: 3px 3px 5px #000;}
}

@media (min-width: 768px) {
  .member__item {
    float: left;
    width: 50%;
  }

  .mission__column {
    padding: 0 20px;
  }
}

@media (min-width: 1025px) {
  input[type="text"],input[type="email"],input[type="tel"],input[type="password"],input[type="file"],textarea,select,.customSelect,.NFI-wrapper {
    -webkit-appearance: none;
  }

  .screen:not(.resource-detail__screen) {
    /*min-height: 800px;*/
  }

  h1 {
    font-size: 73px;
  }

  h1.title {
    font-size: 68px;
  }

  .sub-title {
    font-size: 20px;
    padding: 0;
  }

  .sub-title a {
    background-position: right 8px;
  }

  .btn-down.white {
    background: url("../images/white-arrow-down.png") no-repeat center bottom;
    font-size: 16px;
    padding-bottom: 25px;
  }

  .btn {
    font-size: 18px;
    padding: 12px 30px;
  }

  .download {
    font-size: 18px;
    background-size: auto;
  }

  .download.mobile {
    display: none;
  }

  .download.desktop {
    display: inline-block;
  }

  .btn-round {
    margin: 50px auto 0;
    width: 92px;
    height: 92px;
    line-height: 92px;
    font-size: 18px;
  }

  a.link.green:not(.down) {
    background: url(../images/arr_btn.png) no-repeat 100% 2px;
    line-height: inherit;
  }

  a.link.green.down {
    padding: 0 24px 0 0;
    background: url(../images/arr_btn-down.png) no-repeat 100% center;
  }

  .section-title {
    display: block;
    left: 186px;
    font-size: 20px;
  }

  .fp-section .section-title {
    display: block;
  }

  .slider_btns {
    padding: 68px 0 0;
    margin-left: 48px;
  }

  .mobile-img {
    display: none;
  }

  .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
  }

  .about__screen {
    min-height: 100vh;
  }

  .box {
    width: 50%;
  }

  .box.left {
    margin-left: 0;
    float: left;
  }

  .box.right {
    float: right;
    margin-left: 50%;
  }

  .bg {
    padding-left: 15px;
    padding-left: 50px;
    padding-top: 180px;
    padding-right: 80px;
  }

  .bg img {
    display: none;
  }

  .bg .color-title {
    display: block;
    position: static;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .box .title {
    font-size: 24px;
  }

  .box .subtitle {
    font-size: 18px;
  }

  .box ul,.box li {
    font-size: 16px;
  }

  .view-all.mobile {
    display: none;
  }

  .view-all {
    position: absolute;
    top: 100px;
    right: 50px;
    background: url(../images/arr_btn.png) no-repeat 100% 5px;
    line-height: inherit;
  }

  .header__logo {
    left: 50px;
  }

  .header__menu-nav {
    padding: 26px 0 0 0;
    right: 50px;
  }

  .header__lang-switcher a {
    font-size: 16px;
    line-height: 22px;
  }

  .header__menu-btn {
    background-size: auto;
    width: 50px;
    height: 50px;
  }

  .header__menu-btn span {
    display: block;
  }

  .main-menu__item {
    padding-right: 40px;
  }

  .main-menu__item {
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
    text-align: left;
    max-width: 20%;
  }

  .main-menu__item .sub-menu {
    display: block;
    margin-bottom: 13px;
  }

  .main-menu__item > li.has-child > a:after {
    display: none;
  }

  .twitter-feeds {
    bottom: 0;
    left: 0;
    right: 0;
  }

  .twitter-feeds__inner {
    margin: -60px auto 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-items: flex-start;
  }

  .twitter-feeds .twitter-feed {
    margin: 0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .social {
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    display: block;
  }

  .social__box {
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .social__box ul {
    display: block;
  }

  .social__box li {
    display: block;
  }

  .social__box a {
    margin: 15px 0 0 0;
  }

  .social__box a.search-btn {
    margin: 0 auto 30px;
  }

  .social__box a.search-btn:before {
    width: 12px;
    height: 1px;
    top: 100%;
    right: auto;
    left: 50%;
    margin: 15px 0 0 -6px;
  }

  .search__form {
    top: 1px;
    left: auto;
    right: 100%;
    margin-right: 40px;
  }

  .search__form input {
    width: 280px;
  }

  #fp-nav,.page-pagination {
    display: block;
  }

  .mobile {
    display: none;
  }

  .pod {
    width: 33.33333% !important;
    height: 50%;
    padding: 0;
  }

  .pod__location {
    bottom: 40px;
    font-size: 18px;
  }

  .pod:after {
    display: block;
  }

  .pod:hover .pod__location {
    color: #405e3c;
    background: url(../images/location_h.png) no-repeat 50% 0;
  }

  .pod:hover .pod__description {
    max-height: 500px;
    opacity: 1;
    padding: 30px 66px 26px;
    letter-spacing: 0;
    text-transform: none;
  }

  .mobile-news {
    display: none;
  }

  .policy__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
  }

  .policy__bg.left {
    left: 0;
  }

  .policy__bg img {
    display: none;
  }

  .policy__text {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
  }

  .policy__text.right {
    right: 0;
  }

  .policy__link {
    margin: 15px 30px 15px;
  }

  .policy__link-picture {
    margin-right: 30px;
  }

  .policy__link-title {
    font-size: 22px;
    line-height: 29px;
  }

  .whats-new {
    padding: 0;
  }

  .whats-new__inner {
    margin-bottom: 0;
    min-height: 721px;
  }

  .whats-new__featured-post {
    padding-top: 28px;
    float: left;
    width: 28.9%;
    margin: 0;
  }

  .whats-new__slider-wrapper {
    width: 67.5%;
    float: right;
    display: block;
  }

  .news-item__excerpt {
    line-height: 24px;
  }

  .news-item__excerpt-inner {
    height: 96px;
  }

  .news-item.vertical .news-img {
    height: auto;
    background: none !important;
  }

  .news-item.vertical .news-img img {
    display: block;
  }

  .subscribe form {
    padding: 0px 0 0 0;
    margin: -13px auto 0;
  }

  .subscribe label {
    font-size: 20px;
  }

  .resource {
    font-size: 22px;
    padding: 0;
  }

  .resource__inner {
    margin-top: 100px;
  }

  .resource__item img {
    max-width: 100%;
  }

  .resource__item-title {
    margin-top: 30px;
  }

  .home .whats-new {
    padding-top: 65px;
  }

  .home .top-screen .twitter-feeds {
    display: block;
    width: auto;
  }

  .home .section:not(.top-screen):not(.footer-screen):not(.global-programmes):not(.policy):not(.resource):not(.whats-new) {
    padding: 0;
  }

  .section.policy {
    padding: 0;
    min-height: 780px !important;
  }

  .governance__cat {
    margin-top: 32px;
  }

  .governance__careers .careers__position-list,.governance__careers .membership__services-list {
    width: 22%;
  }

  .governance__careers .careers__position-box,.governance__careers .membership__services-box {
    width: 78%;
  }

  .governance__careers .careers__position-list li.active a,.governance__careers .membership__services-list li.active a {
    font-size: 18px;
  }

  .governance__careers .careers__position-list li a,.governance__careers .membership__services-list li a {
    font-size: 14px;
  }

  .governance__careers .member__name {
    font-size: 14px;
  }

  .governance__careers .member__photo img {
    max-width: 100px;
  }

  .board .color-title {
    margin-bottom: 70px;
  }

  .board--new {
    padding-left: 0;
    padding-right: 0;
  }

  .board--new .member__photo {
    max-width: 130px;
  }

  .board--new .member__photo img {
    max-width: 96px;
  }

  .board--new .member__item {
    padding-left: 130px;
    float: left;
    width: 50%;
  }

  .governance-page .careers__position-box,.governance-page .membership__services-box {
    height: 100vh;
    min-height: 700px;
  }

  .governance-page .careers__position-box,.governance-page .membership__services-box,.governance-page .membership__services-box {
    padding: 0 30px;
  }

  .governance-page .member__item {
    margin-bottom: 0px;
    height: 162px;
    white-space: nowrap;
  }

  .governance-page .member__item:before {
    content: '';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
  }

  .governance-page .member__item > * {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    white-space: normal;
  }

  .governance-page .slick-slider .slick-list {
    padding-left: 13px;
  }

  .governance-page .slider_btns {
    position: absolute;
    margin-left: 0;
    left: 93%;
    width: 18px;
  }

  .governance-page .section.careers__position,.governance-page .section.membership__services {
    min-height: 100vh !important;
  }

  .member-slider {
    padding-right: 50px;
  }

  .staff .member__item {
    padding-right: 60px;
  }

  .member__list {
    font-size: 18px;
    padding: 140px 50px 0;
  }

  .member__item {
    padding-left: 110px;
    margin-bottom: 55px;
    padding-right: 40px;
  }

  .member__info {
    margin-left: 0;
  }

  .member__photo {
    float: none;
    margin-right: 36px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-width: 100px;
    margin-bottom: 0;
  }

  .member__photo img {
    max-width: 160px;
  }

  .member__name {
    font-size: 18px;
  }

  .member__label {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .member__label b {
    margin-right: 13px;
  }

  .member-slider .member__item {
    float: left;
    width: 50%;
  }

  .programme {
    font-size: 18px;
    padding: 70px 0 47px;
  }

  .programme__inner {
    max-width: 900px;
    padding: 0;
  }

  .programme .color-title {
    font-size: 24px;
  }

  .programme__content {
    line-height: 1.36;
    margin: 37px 0 53px;
  }

  .programme .link {
    font-size: 16px;
  }

  .global-program .screen.global-programmes {
    height: 100vh;
  }

  .project__screen h1,.project__screen .title {
    font-size: 48px;
  }

  .project__screen .sub-title {
    font-size: 20px;
  }

  .project__description {
    padding: 1px 30px 80px 30px;
  }

  .project__description-inner {
    margin: -140px auto 0;
  }

  .project__map,.project__more {
    float: left;
    width: 50%;
  }

  .project__more {
    text-align: left;
    font-size: 18px;
  }

  .project__more-title {
    font-size: 24px;
    text-align: left;
  }

  .project__more .link {
    font-size: 16px;
  }

  .resources {
    padding: 70px 0 50px;
  }

  .page-template-template-gabar .resources {
    padding-bottom: 90px;
  }

  .single-project .resources {
    padding: 70px 0 100px;
  }
  .resources .color-title {
    font-size: 24px;
  }

  .resources-inner {
    padding: 0 60px;
  }

  .resources .sub-title {
    font-size: 18px;
  }

  .resource-slide {
    padding: 33px 30px 0;
  }

  .resource-slide__title {
    font-size: 22px;
  }

  .resource-slide__source {
    font-size: 14px;
  }

  .resource-slide__sub-title {
    font-size: 18px;
  }

  .resource-slide__description {
    font-size: 18px;
  }

  .donors {
    padding: 50px 0 80px;
  }

  .donors__title {
    margin-bottom: 50px;
    font-size: 22px;
  }

  .donors__slide-title {
    font-size: 18px;
  }

  .year-slice {
    font-size: 20px;
  }

  .about .color-title {
    position: static;
    text-align: left;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .about .bg {
    padding: 40px 50px 0;
  }

  .about .box p {
    font-size: 16px;
  }

  .about .box .title {
    font-size: 20px;
  }

  .about__partners .screen__inner {
    padding: 0;
    font-size: 18px;
  }

  .about__partners-title {
    font-size: 30px;
  }

  .about__partners-subtitle {
    margin: 77px 0 55px;
    font-size: 22px;
  }

  .about__partners ul {
    margin: 0;
  }

  .about__partners ul li {
    width: 20%;
    padding-left: 34px;
    font-size: inherit;
  }

  .about__partners ul li:before {
    top: 7px;
  }

  .donors__list .screen__inner {
    padding: 0 60px;
  }

  .donors__list-title {
    font-size: 22px;
  }

  .donors__list ul {
    float: left;
    width: 33.3333%;
    padding-left: 28px;
    padding-right: 22px;
    border-right: 1px solid #eef6df;
  }

  .donors__list ul li {
    padding-left: 20px;
    font-size: 16px;
  }

  .donors__list ul li:before {
    top: 3px;
  }

  .donors__list ul li p {
    font-size: 15px;
  }

  .careers__position,.membership__services {
    background: #fcfbf6;
    padding: 0;
  }

  .careers__position select,.membership__services select {
    display: none;
  }

  .careers__position-list,.membership__services-list {
    width: 30%;
    float: left;
    display: block;
    padding: 100px 20px 0;
  }

  .careers__position-box,.membership__services-box {
    float: left;
    width: 70%;
    padding: 100px 60px 56px 30px;
  }
  .page-template-template-career .careers__position-box{
    padding-bottom: 92px;
  }

  .position {
    font-size: 20px;
  }

  .position__field p {
    font-size: inherit;
  }

  .position__field b,.position__field strong {
    margin-right: 15px;
    font-size: 20px;
  }

  .position ul li {
    padding-left: 37px;
  }

  .position ul li:before {
    top: 7px;
  }

  .position hr {
    margin: 45px 0 38px;
  }

  .contact__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact__nav a {
    padding-top: 54px;
    float: none;
    width: auto;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact__bg,.contact__info {
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    width: 50%;
  }
  .contact__bg {
    background-position: 0 30%;
  }

  /*.contact__bg.left,.contact__info.left {*/
    /*left: 0;*/
  /*}*/

  /*.contact__bg.right,.contact__info.right {*/
    /*right: 0;*/
  /*}*/

  .contact__bg img {
    display: none;
  }

  .contact__map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
  }

  .contact__info-box {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    padding: 70px 60px 70px 30px;
    /*height: 50%;*/
  }

  .contact__info-label b {
    margin-right: 10px;
  }

  .contact__info {
    font-size: 18px;
  }

  .contact__info-title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .mission__full {
    padding: 0;
    font-size: 18px;
  }

  .mission__full .title {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .mission__full ul li {
    width: 50%;
    float: left;
    margin-bottom: 50px;
    padding: 0 40px;
  }

  .mission__full ul li .color-title {
    margin-bottom: 20px;
  }

  .mission__top-screen {
    min-height: 700px;
  }

  .mission__top-screen h1 {
    font-size: 60px;
  }

  .mission__top-screen .sub-title {
    margin: 10px auto 15px;
  }

  .mission__column {
    font-size: 18px;
    padding: 0 27px;
    line-height: 1.3;
  }

  .mission .bg .color-title {
    margin: 0;
  }

  .mission .bg p {
    display: block;
  }

  .mission .box {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 60px;
    font-size: 18px;
  }

  .mission .box.left {
    padding-top: 100px;
  }

  .mission .box .title {
    font-size: 20px;
  }

  .countrie__facts .color-title {
    margin: 0;
  }

  .countrie__facts .box {
    padding: 20px 60px 20px 15px;
  }

  .countrie .section.whats-new .section__inner {
    margin-top: 0;
  }

  .countrie .section:not(.countrie__top-screen):not(.footer-screen):not(.countrie__facts):not(.whats-new) {
    padding: 0;
  }

  .countrie .news-item {
    width: 33.3333%;
  }

  .countrie .section.resources {
    padding: 0;
  }

  .partner__screen {
    padding-top: 60px;
  }

  .partner__list {
    padding: 70px 60px 50px 50px;
  }

  .partner__item {
    float: left;
    width: 50%;
    font-size: 18px;
    padding: 0 25px;
  }

  .partner__title {
    font-size: 22px;
  }

  .partner__logo {
    width: 40%;
    padding-right: 0;
  }

  .partner__info {
    width: 60%;
  }

  .resource-center__screen {
    padding: 0;
    height: 100vh;
    min-height: 500px;
  }

  .resource__slider {
    padding: 0;
    max-width: 450px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-left: 30px;
  }

  .resource__slide {
    margin: 20px 0;
  }

  .resource__slide-picture img {
    max-width: 120px;
  }

  .resource__link-title {
    font-size: 16px;
  }

  .policy__bg {
    display: block;
  }

  .social-wall__screen {
    padding: 80px 60px 70px;
  }

  .social__wall {
    margin: 70px -15px 0;
  }

  .wall {
    font-size: 14px;
    width: 25%;
  }

  .wall__title {
    font-size: 18px;
  }

  .wall__time {
    font-size: 16px;
  }

  .social-links li a {
    line-height: 50px;
    width: 50px;
    height: 50px;
    font-size: 26px;
  }

  .news__list-screen {
    padding-bottom: 50px;
    padding-top: 80px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .body-v2.news .news__list-screen{
    padding-top: 25px;
    padding-bottom: 100px;
  }

  .news__list .news-item {
    width: 33.33333%;
  }

  .news__list .meta__title {
    font-size: 16px;
  }

  .news__detail {
    padding: 70px 0 100px;
  }

  .news__detail .meta__date {
    height: 74px;
    width: 74px;
    left: -67px;
    top: 75px;
  }

  .news__detail .meta__date div {
    /*font-size: 30px;*/
    /*font-size: 22px;
    line-height: 24px*/
  }

  .news__detail .meta__date-month {
    /*font-size: 15px;*/
    /*font-size: 13px;*/
  }
  .meta__date-year{
    font-size: 18px;
  }

  /*.news__related {
    padding: 71px 0 80px;
  }*/
  .news__related {
    padding: 70px 0 70px;
  }

  .news__detail-nav {
    margin: 0;
    padding: 0;
  }

  .news__detail-nav a {
    font-size: 13px;
    width: 33.3333%;
  }

  .news__detail-nav .share {
    position: static;
    float: left;
    width: 33.333%;
  }

  .share li a {
    line-height: 35px;
    width: 35px;
    height: 35px;
    font-size: 17px;
    top: -11px;
  }

  .news-category li {
    margin: 5px;
    width: auto;
  }

  .news-category li a {
    padding: 13px 20px;
    font-size: 16px;
  }

  .desktop-img {
    display: block;
    width: 100%;
  }

  .mobile-img {
    display: none;
  }

  .news-single__top-screen h1 {
    font-size: 30px;
  }

  .news-single__top-screen .news-cat {
    margin-top: 20px;
    font-size: 18px;
  }

  .content {
    font-size: 18px;
  }

  .content .video {
    display: block;
  }

  .content .video-caption {
    font-size: 18px;
    padding: 15px 16px;
  }

  .content h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .content .slider .slide-title {
    font-size: 18px;
    padding: 15px 16px;
  }

  .global__top-screen {
    padding: 0;
  }

  /*.global__top-screen h1 {
    font-size: 27px;
  }*/

  .section.resource {
    min-height: 850px;
  }

  /*.section.whats-new {
    min-height: 900px;
  }*/

  .agenda {
    padding: 109px 0 60px;
  }

  .agenda .color-title {
    margin-bottom: 74px;
  }

  .agenda__clear {
    margin: 0 60px 0 50px;
  }

  .agenda__titles {
    margin-bottom: 30px;
  }

  .agenda__titles {
    position: absolute;
    top: 0;
    left: 0;
    width: 204px;
  }

  .agenda__list-box {
    margin-left: 245px;
  }

  .agenda__title {
    margin-bottom: 5px;
    padding-bottom: 100%;
    float: none;
    width: 100%;
  }

  .agenda__title a {
    font-size: 15px;
  }

  .agenda__base {
    padding: 35px 20px 0;
    border: 1px solid #d2d1d0;
    border-radius: 5px;
  }

  .agenda__base .color-title {
    font-size: 17px;
  }

  .agenda__base ul li {
    font-size: 15px;
    width: 33.3333%;
  }

  .membership__services select {
    display: none;
  }

  .membership__services-list h2 {
    display: block;
  }

  .membership__services-item .download,.membership__services .position .download {
    margin: 0 0 34px;
    float: right;
  }

  .membership__services-item ul li,.membership__services .position ul li {
    margin-bottom: 30px;
  }

  .membership__space {
    padding: 0;
  }

  .membership__space {
    display: block;
  }

  .membership__space-box {
    width: 50%;
    float: left;
  }

  .membership__space-list {
    float: left;
    width: 50%;
    padding: 150px 0 0;
  }

  .membership__space-list .color-title {
    font-size: 22px;
    margin-bottom: 23px;
  }

  .membership__space-list .inner {
    max-width: 500px;
    padding: 0;
    margin: 0 auto;
  }

  .membership__space-list .inner .color-title {
    margin-left: 0;
  }

  .membership__space-list ul li {
    margin-bottom: 15px;
  }

  .membership__welcome {
    font-size: 18px;
    padding: 60px 0 100px;
    text-align: left;
  }
  .page-template-template-hq-secretariat .membership__welcome{
    padding: 100px 0 25px;
  }
  .page-template-template-faq .membership__welcome{
    padding: 70px 0 100px;
  }

  .membership__welcome h2.color-title {
    margin-bottom: 45px;
  }

  .membership__join {
    padding: 73px 0 74px;
    font-size: 18px;
  }

  .membership__join .inner {
    max-width: 860px;
  }

  .membership__join p {
    margin-bottom: 40px;
  }

  .membership__join h2 {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .programme-category__projects .inner {
    padding: 0 60px 60px;
  }

  .project__list li {
    float: left;
    width: 50%;
    margin-bottom: 50px;
  }

  .project__title {
    font-size: 22px;
  }

  .resource-detail__screen .screen_inner {
    position: relative;
    top: -32px;
  }

  .resource-detail__screen h1 {
    font-size: 48px;
    display:inline-block;
    background-color: rgba(141,195,43,0.8);
    padding:10px;
  }

  .resource-detail__description {
    padding: 1px 30px 50px;
  }

  .resource-detail__description-box {
    font-size: 18px;
  }

  .resource-detail__description-box {
    margin: -55px auto 50px;
    padding: 40px 60px 60px;
  }

  .resource-detail__description-box h3,.resource-detail__description-box h2 {
    font-size: 24px;
  }

  .section.resource-center__section {
    min-height: 100vh !important;
  }

  .resource__item-col {
    margin-bottom: 40px;
    width: 33%;
  }

  .slider__top-screen {
    min-height: 800px;
  }

  .slider__top-screen .title {
    font-size: 70px;
  }

  .slider__top-screen .arrow--next {
    right: 110px;
  }

  .slider__top-screen .arrow--prev {
    left: 110px;
  }

  .slider__top-screen .section__slider .slick-arrow.slick-prev {
    left: 110px;
  }

  .slider__top-screen .section__slider .slick-arrow.slick-next {
    right: 110px;
  }

  .construction__slider .box-slide {
    height: 520px;
  }

  .construction__slider .slick-arrow.slick-prev {
    left: 40px;
  }

  .construction__slider .slick-arrow.slick-next {
    right: 40px;
  }

  .box-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
  }

  .box-slider .slick-arrow.slick-prev {
    left: 40px;
  }

  .box-slider .slick-arrow.slick-next {
    right: 40px;
  }

  .box-slide {
    height: 100%;
  }

  .search {
    height: 100vh;
  }

  .search .section__inner {
    padding: 0 80px;
  }

  .pagination {
    margin-top: 68px;
  }

  .policy__screen h1,.policy__screen .title {
    max-width: 1024px;
    font-size: 30px;
  }

  .policy__screen .sub-title a {
    background-position: right 6px;
  }

  .policy__description {
    font-size: 18px;
    padding: 1px 30px 80px 30px;
  }

  .policy__description h1,.policy__description h2,.policy__description h3,.policy__description h4,.policy__description h5,.policy__description h6 {
    font-size: 24px;
    margin: 56px 0 18px;
  }

  .policy__description strong,.policy__description b {
    font-size: 18px;
  }

  .policy__description ul li {
    font-size: 18px;
  }

  .policy__description ul li p {
    font-size: 18px;
  }

  .policy__description-inner {
    margin: -140px auto 0;
    padding: 35px;
  }

  .row {
    margin: 0 -15px;
  }

  .col-1-6 {
    width: 50%;
    padding: 0 15px;
    float: left;
  }

  .footer-screen {
    height: 156px !important;
  }

  .footer {
    height: 156px;
  }

  .footer__logo.left {
    left: 50px;
  }

  .footer__logo.right {
    right: 50px;
  }

  .footer__menu-item a {
    font-size: 14px;
    padding: 0 16px;
  }
}

@media (min-width: 1050px) {
  .contact__nav {
    max-width: 1024px;
    padding: 0;
  }
}

@media (min-width: 1100px) {
  .membership__welcome .inner {
    max-width: 1074px;
  }
}

@media (min-width: 1110px) {
  .main-menu__item {
    padding-right: 78px;
  }
}

@media (min-width: 1240px) {
  .governance__careers .member__label {
    margin-top: 10px;
  }

  .governance__careers .member__name {
    font-size: 16px;
  }

  .governance__careers .member__photo img {
    max-width: 120px;
  }

  .board--new .member__item {
    padding-left: 130px;
  }

  .member__list {
    max-width: 1200px;
    padding-top: 140px;
  }

  .member__item {
    padding-left: 170px;
  }

  .member__photo {
    max-width: 130px;
  }

  .member__name {
    font-size: 18px;
  }

  .member__label {
    margin-top: 16px;
  }

  .member-slider .member__item {
    padding-left: 145px;
  }
}

@media (min-width: 1280px) {
  h1 {
    font-size: 83px;
  }

  h1.title {
    font-size: 70px;
  }

  .box ul,.box li {
    font-size: 18px;
  }

  .governance__careers .careers__position-list li,.governance__careers .membership__services-list li {
    margin-bottom: 25px;
  }

  .project__screen h1,.project__screen .title {
    font-size: 48px;
  }

  .project__description-inner {
    max-width: 1232px;
    padding: 0;
  }

  .resources-inner {
    max-width: 1260px;
    padding: 0;
  }

  .about .bg {
    padding: 130px 50px 0;
  }

  .about .box {
    padding: 130px 60px 20px;
  }

  .about .box p {
    font-size: 18px;
  }

  .about .box .title {
    font-size: 24px;
  }

  .donors__list ul {
    padding-left: 50px;
    padding-right: 50px;
  }

  .donors__list ul li {
    padding-left: 34px;
    font-size: 18px;
  }

  .careers__position-list li,.membership__services-list li {
    margin-bottom: 40px;
  }

  .contact__info-box {
    padding: 100px 51px 100px 40px;
  }

  .contact__info-title {
    margin-bottom: 40px;
  }

  .mission__full .title {
    margin-bottom: 50px;
  }

  .mission__top-screen .sub-title {
    margin: 20px auto 25px;
  }

  .news__list-screen {
    padding-left: 0;
    padding-right: 0;
  }

  .news__list .meta__title {
    font-size: 18px;
  }

  .news__list .meta__title div {
    text-overflow: ellipsis;
    height: 100%;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
  }

  .news-category li a {
    padding: 13px 30px;
    font-size: 18px;
  }

  .agenda__clear {
    margin: 0 96px 0 50px;
  }

  .agenda__icon strong {
    font-size: 16px;
  }

  .agenda__icon small {
    font-size: 15px;
  }

  .membership__services-list li {
    margin-bottom: 40px;
  }
  .membership__services-list li:first-child{
    margin-bottom: 50px;
  }
  .governance__careers .careers__position-list.careers__position-list--v2 li.department-li {
      margin-bottom: 50px;
  }
  .programme-category__projects .inner {
    padding: 0 30px 30px;
  }

  .resource-detail__description-box {
    max-width: 1232px;
    padding: 70px 98px 70px;
  }

  .policy__screen h1,.policy__screen .title {
    font-size: 30px;
  }

  .policy__description-inner {
    max-width: 1232px;
    padding: 35px 40px;
  }

  .footer__logo.left {
    left: 75px;
  }

  .footer__menu-item a {
    font-size: 16px;
  }
}

@media (min-width: 1440px) {
  h1 {
    font-size: 93px;
  }

  h1.title {
    font-size: 80px;
  }

  .main-menu__item {
    max-width: 100%;
  }

  .policy__link {
    margin: 20px 0 0 90px;
  }

  .policy__link-picture {
    margin-right: 70px;
  }

  .governance__careers .careers__position-list li.active a,.governance__careers .membership__services-list li.active a {
    font-size: 22px;
  }

  .governance__careers .careers__position-list li a,.governance__careers .membership__services-list li a {
    font-size: 22px;
  }

  .governance__careers .member__photo img {
    max-width: 160px;
  }

  .governance-page .careers__position-box,.governance-page .membership__services-box,.governance-page .membership__services-box {
    padding: 0 60px;
  }

  /*.project__screen h1,.project__screen .title {
    font-size: 70px;
  }*/

  .about .box {
    padding: 130px 60px 20px;
  }

  .careers__position-list,.membership__services-list {
    padding: 100px 50px 0;
  }

  .careers__position-list li a,.membership__services-list li a {
    font-size: 22px;
  }

  .careers__position-list li a:hover,.membership__services-list li a:hover {
    font-size: 22px;
  }

  .careers__position-list li.active a,.membership__services-list li.active a {
    font-size: 22px;
  }

  .careers__position-box,.membership__services-box {
    padding: 100px 60px 56px;
  }

  .contact__info-box {
    padding: 130px 140px 144px 57px;
  }

  .mission__full .title {
    margin-bottom: 75px;
  }

  .mission__top-screen h1 {
    font-size: 83px;
  }

  .mission__top-screen .sub-title {
    margin: 30px auto 45px;
  }

  .mission__column {
    line-height: 1.5;
  }

  .mission .box {
    padding-top: 150px;
    padding-left: 66px;
    padding-right: 50px;
    font-size: 18px;
  }

  .mission .box.left {
    padding-top: 150px;
  }

  .mission .box .title {
    font-size: 24px;
  }

  .countrie .box {
    padding: 150px 60px;
  }

  .resource__slide-picture img {
    max-width: 150px;
  }

  .resource__link-title {
    font-size: 22px;
  }

  .agenda__base {
    padding: 35px 40px 0;
  }

  .agenda__base ul li {
    font-size: 17px;
  }

  .search .section__inner {
    padding: 0 184px;
  }

  .article {
    width: 70%;
  }

  .policy__screen h1,.policy__screen .title {
    font-size: 70px;
    display:inline-block;
    padding:10px;
    background:#8dc32b;
  }
}

@media (min-width: 1480px) {
  .resource__slider {
    margin-left: 60px;
    max-width: 600px;
  }
}

@media (min-width: 1500px) {
  .agenda__list-box {
    margin-left: 320px;
  }
}

@media (min-width: 1660px) {
  .governance__careers .member__label {
    margin-top: 16px;
  }

  .governance__careers .member__name {
    font-size: 18px;
  }

  .governance__careers .careers__position-list li,.governance__careers .membership__services-list li {
    margin-bottom: 41px;
  }
}

@media (max-width: 1025px) {
  .fp-section {
    height: auto !important;
  }

  .fp-section.contact__top-screen {
    min-height: 100vh;
  }

  .about .clear:not(.about__partners):before,.about .global-programmes:not(.about__partners):before,.about .whats-new__inner:not(.about__partners):before,.about .resource__inner:not(.about__partners):before,.about .member__list:not(.about__partners):before,.about .project__description-inner:not(.about__partners):before,.about .about__partners ul:not(.about__partners):before,.about__partners .about ul:not(.about__partners):before,.about .careers__position:not(.about__partners):before,.about .membership__services:not(.about__partners):before,.about .mission__full ul:not(.about__partners):before,.mission__full .about ul:not(.about__partners):before,.about .partner__list:not(.about__partners):before,.about .resource__slide:not(.about__partners):before,.about .social__wall:not(.about__partners):before,.about .news__list:not(.about__partners):before,.about .news__detail-nav:not(.about__partners):before,.about .news-category:not(.about__partners):before,.about .agenda__base ul:not(.about__partners):before,.agenda__base .about ul:not(.about__partners):before,.about .policy__description-inner:not(.about__partners):before {
    display: none;
  }

  .about .screen:not(.about__partners) {
    height: auto;
  }

  .about .screen:not(.about__partners).screen__inner {
    display: block;
  }
}

@media (max-width: 1024px) {
  .section:not(.footer-screen):not(.subscribe) {
    min-height: 100vh;
  }

  .section:not(.footer-screen):not(.subscribe).careers,.section:not(.footer-screen):not(.subscribe).about__partners,.section:not(.footer-screen):not(.subscribe).contact__top-screen,.section:not(.footer-screen):not(.subscribe).governance,.section:not(.footer-screen):not(.subscribe).top-screen,.section:not(.footer-screen):not(.subscribe).mission__top-screen,.section:not(.footer-screen):not(.subscribe).news__top-screen,.section:not(.footer-screen):not(.subscribe).partner__top-screen,.section:not(.footer-screen):not(.subscribe).programme-category__top-screen,.section:not(.footer-screen):not(.subscribe).global__top-screen,.section:not(.footer-screen):not(.subscribe).social-wall__top-screen {
    height: 100vh;
  }

  .section.about__screen,.section.resources.vertical {
    min-height: 100px !important;
  }

  .resource-center-cat .screen__inner {
    display: block !important;
  }

  .section.global-programmes {
    height: auto !important;
  }

  .policy {
    height: auto !important;
  }

  .whats-new {
    height: auto !important;
  }

  .resource {
    height: auto !important;
  }

  .home .slider_btns {
    position: static;
    width: auto;
  }

  .home .slider_btns .slider_btns-inner > * {
    display: inline-block;
  }

  .home .slider_btns .slider_prev,.home .slider_btns .slider_next {
    width: 18px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .home .slider_btns .slider_sep {
    width: 10px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .careers__position,.membership__services {
    height: auto !important;
  }

  .mission__top-screen.fp-section {
    height: 100vh !important;
    min-height: 600px;
  }

  .countrie__top-screen {
    height: 100vh !important;
    min-height: 500px;
  }

  .resource-center__screen .slider_btns .slider_sep,.governance-page .slider_btns .slider_sep {
    width: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .resource-center__screen .slider_btns,.governance-page .slider_btns {
    position: static;
    width: 100%;
    text-align: center;
  }

  .resource-center__screen .slider_btns div,.governance-page .slider_btns div {
    display: inline-block;
  }

  .resource-center__screen .slider_btns .slider_prev,.resource-center__screen .slider_btns .slider_next,.governance-page .slider_btns .slider_prev,.governance-page .slider_btns .slider_next {
    display: inline-block;
    width: 18px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .resources.resource-center-cat {
    min-height: 100%;
  }

  section.resource-center-cat {
    height: auto !important;
  }

  .section-contact {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .section:not(.footer-screen) {
    min-height: 500px;
  }
}

@media (max-width: 1024px) and (orientation: landscape) {
  .governance.fp-section {
    height: 600px !important;
  }
}

@media (max-width: 1023px) {
  .board--new .color-title {
    text-align: left;
    letter-spacing: 0;
    color: #405e3c;
    font-weight: bold;
  }

  .board--new .color-title span.light {
    color: #405e3c;
    background: none;
    box-shadow: none;
  }

  .governance-page .member__item {
    padding: 0;
  }

  .governance-page .slider_btns a {
    margin: 0 10px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .governance-page .slider_btns .slider_sep {
    width: 16px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .governance-page .slider_btns .slider_btns-inner > * {
    display: inline-block;
  }
}

/*.screen__inner h1,.section__inner h1{display: inline-block; padding: 15px; background-color: #8dc32b;margin-bottom:30px;}*/
.screen__inner h1,.section__inner h1{
  display: inline; 
  padding: 10px; 
  background-color: rgba(141,195,43,0.8);
  margin-bottom:30px;
  line-height: 2;
}

/*---RESPONSIVE MENU---*/
@media (max-width: 1720px) {
  .main-menu__item {
    padding-right: 38px;
  }
}
@media (max-width: 1524px) and (min-width: 1400px) {
  .main-menu__item {
    padding-right: 18px;
  }
}
@media (max-width: 1190px) and (min-width: 1008px) {
  .main-menu__item {
    padding-right: 8px;
  }
  .main-menu__item > li > a {
    font-size: 16px;
  }
  .main-menu__item li.menu-item .sub-menu li a {
    font-size: 14px;
  }
}

.ov-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.ov-inner {
  padding-top: 60px;
  padding-bottom: 90px;
}
.ov-main-text {
  text-align: left;
}
.plain-text {
  color: #333;
  font-size: 18px;
  line-height: 24px;
}
.plain-text p:nth-child(n+2),
.plain-text h4:nth-child(n+2),
.plain-text ul:nth-child(n+2) {
  margin-top: 24px;
}
.plain-text b {
  font-weight: bold;
}
.plain-text h3 {
  margin-top: 24px;
  color: #405e3c;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.plain-text h4 {
  margin-top: 24px;
  font-size: 20px;
  font-weight: bold;
}
.plain-text li {
  position: relative;
  padding-left: 30px;
  color: #405e3c;
}
.plain-text li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #8dc32b;
  border-radius: 50%;
}
.plain-text li:after {
  content: '';
  position: absolute;
  top: 11px;
  left: 5px;
  width: 4px;
  height: 4px;
  background: #8dc32b;
  border-radius: 50%;
}

.ov-page .plain-text a {
  text-decoration: underline;
  font-weight: bold;
}


.ov-post {
  margin-top: 30px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.ov-post__image {
  width: 130px;
  flex-grow: 0;
  flex-shrink: 0;
}
.ov-post__image-item {
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
}

.ov-post__text {
  flex-grow: 1;
  margin-left: 60px;
}
.ov-post__title {
  color: #405e3c;
  font-size: 22px;
  line-height: 29px;
  text-transform: uppercase;
}
.ov-post__content {
  margin-top: 10px;
  font-size: 18px;
  color: #7f7f7f;
}
.ov-bg-lightgreen {
  background-color: #fcfbf6;
}

.section__inner .banner__h1 {
  font-size: 35px;
  background: rgba(141,195,43,0.8);
}

.ov-page {
  position: relative;
  max-width: 1230px;
  
  margin-top: -55px;
  margin-left: auto;
  margin-right: auto;

  padding-top: 35px;
  padding-bottom: 80px;
  background: #fff;
}

.ov-page__inner {
  padding-left: 45px;
  padding-right: 45px;
}

.ov-page-wrapper {
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.ov-banner {
  min-height: 400px;
  object-fit: cover;
}

.ov-banner__title {
  color: #fff;
  font-size: 93px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.ov-banner__subtitle {
  margin-top: 40px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.section-title_small {
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}

.ov-donors {
  padding-top: 110px;
  padding-bottom: 80px;
}

.ov-donors__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.ov-donors__title {
  padding-left: 30px;
  padding-right: 30px;
  color: #405e3c;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.ov-donors__title_top_space {
  margin-top: 60px;
}

.ov-donors__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 64px;
  padding-left: 15px;
  padding-right: 15px;
}

.ov-donors__item {
  width: 50%;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.ov-donor {
  display: flex;
  align-items: center;
}

.ov-donor__image-wrap {
  width: 45%;
  height: 161px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid #dcdcdc;
}

.ov-donor__image {
  object-fit: cover;
  max-height: 100%;
}

.ov-donor__text {
  flex-grow: 1;
  color: #405e3c;
  padding-left: 30px;
}

.ov-donor__title {
  font-size: 26px;
  font-weight: bold;
}

.ov-donor__content {
  margin-top: 8px;
  font-size: 18px;
}

@media(max-width: 480px) {
  .ov-post__image {
    width: 25%;
  }
  .ov-post__text {
    margin-left: 10%;
  }
  .ov-post__title {
    font-size: 18px;
    line-height: 24px;
  }
  .single-project .project__screen .screen_inner {vertical-align: baseline;}
  .single-project .project__screen .screen_inner h1 {text-shadow: 3px 3px 5px #000;}
  .single-project .project__screen .screen_inner p.sub-title {text-shadow: 3px 3px 5px #000;}
  .single-project .project__screen .screen_inner .year-slice .year {text-shadow: 3px 3px 5px #000;}

  .news-item__excerpt.black {max-height:108px;overflow:hidden;}
  .news-item__excerpt-inner {font-size:14px;}

  .resources .slick-prev, .resources .slick-next, .sm-news__slider .slick-prev, .sm-news__slider .slick-next, .sm-projects__slider .slick-next, .sm-projects__slider .slick-prev{width:8px !important;height:14px !important;background-size:cover !important;}
}

@media(max-width: 992px) {
  .ov-donor {
    flex-direction: column;
  }
  .ov-donor__image-wrap {
    width: 100%;
    max-width: 251px;
  }
  .ov-donor__text {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    text-align: center;
  }
}

@media (min-width: 640px) {
  .section__inner .banner__h1 {
    font-size: 40px;
  }
}

@media (min-width: 1025px) {
  .section__inner .banner__h1 {
    font-size: 48px;
  }
  .ov-page {
    margin-top: -55px;
  }
}

@media (min-width: 1440px) {
  .section__inner .banner__h1 {
    font-size: 48px;
  }
}
/*SMO ADD CSS*/
.sm-news .whats-new__slide{
  padding: 0 38px;
}
.sm-news .color-title{
  margin-bottom: 45px;
}
.sm-news__slider .slick-next, .sm-projects__slider .slick-next {
    background: url(../images/light-green-right-arrow.png);
}
.sm-news__slider .slick-prev, .sm-projects__slider .slick-prev {
    background: url(../images/light-green-left-arrow.png);
}
.sm-news__slider .slick-prev, .sm-news__slider .slick-next, .sm-projects__slider .slick-prev, .sm-projects__slider .slick-next {
    width: 16px;
    height: 28px;
    z-index: 222;
}
.sm-news__slider .slick-prev:before, .sm-news__slider .slick-next:before, .sm-projects__slider .slick-next:before, .sm-projects__slider .slick-prev:before{
  display: none;
}
.sm-news .news-item__excerpt-inner{
  color: #000;
  font-size: 16px;
}
.sm-projects .color-title{
  margin-bottom: 60px;
}
.meta__date-day {
    font-size: 30px;
    line-height: 27px;
    font-family: 'Lato Bold',sans-serif;
    font-weight: bold;
}
.meta__date-year {
    font-size: 14px;
}
.uk-flex{
  display: flex;
}
.uk-flex-middle{
  align-items: center;
}
.uk-text-center{
  text-align: center;
}
#projects_nav .btn.green{
	background: #8dc32b;
	border: 0;
}
#projects_nav .btn.green.is-active,#projects_nav .btn.green:hover {
    background: #40603C;
}
.sm_project_desc{
    text-align: left;
    font-size: 21px;
    max-width: 750px;
    line-height: 1.5;
    color: #FFF;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}	
.sm_top_screen{
	min-height: 440px;
}
.sm_top_screen .screen__inner h1{
	/*padding: 0;*/
	margin-bottom: 25px;
}
.projects__region {
    height: 100px;
    background: #fcfbf6;
    box-sizing: border-box;
    padding-top: 30px;

}
.projects__region_inner {
    max-width: 1070px;
    margin: auto;
}
.projects__region_filter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.projects__region_filter h2 {
    font-size: 22px;
    line-height: 26px;
    text-transform: none;
    color: #405e3c;
    font-weight: bold;
    margin-right: 23px;
}
.sm_projects__slider .projects__list{
	padding-top: 0 !important;
}
.sm_projects__slider .projects__box{
	padding-top: 80px;
  padding-bottom: 100px;
}
.projects__region_filter_select {
    width: 255px;
    background-image: url(../images/dropdown.jpg);
    background-position: right 15px center;
    background-repeat: no-repeat;
    border: 1px solid #eaeaea;
    outline: none;
    font-weight: bold;
    font-size: 16px;
}
.sm_project__description .project__map img{
	margin-top: 0;
}
.sm_project__description .project__more{
	padding-top: 0;
}
.sm-project__news{
	background: #fcfbf6;
	padding: 70px 0 100px;
}
.news-item__excerpt.black{
	color: #000;
	font-size: 18px;
}
.sm-project__news .color-title{
	margin-bottom: 55px;
}
.sm_resources .resource-slide__img img{
	border-radius: 0;
}
.sm-project__news .whats-new__inner{
	min-height: auto !important;
}
.sm_project__map>*{
	display: block;
}
.sm_project__map{
	background: transparent;
	padding-left: 35px;
	box-sizing: border-box;
}
.project__map_desc {
    padding: 15px 0;
    border-bottom: 1px solid #d6d6d6;
    font-size: 16px;
    line-height: 1.5;
}
.project__map_donor{
	margin-top: 25px;
}
.project_collapse__item{
	border-bottom: 1px solid #d6d6d6;
}
.project_collapse__content {
    display: none;
    padding-bottom: 15px;
}
.project_collapse__title {
    font-weight: 600;
    font-size: 18px;
    color: #8dc32b;
    padding: 20px 0;
    padding-right: 40px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}
.project_collapse__btn{
	position: absolute;
    background: url(../images/arr_btn-down.png) no-repeat 100% center;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
       -ms-transform: translate(0, -50%);
           transform: translate(0, -50%);
}
.project_collapse__item.is-open .project_collapse__btn{
	    -webkit-transform: translate(0, -50%) rotateX(180deg);
            transform: translate(0, -50%) rotateX(180deg);
}
.donors__slider .slick-track {
    display: flex;
    align-items: center;
}
.donors__slider .slick-list{
	padding: 0 !important;
}
.sm-project__news .whats-new__slide{
	padding: 0 38px;
}
.projects__region_filter_container .select-selected{
  padding: 12px;
}
.projects__region_filter_container .select-items{
  border-top: none;
  margin-top: 0px;
  padding: 0px;
}
.projects__region_filter_container .select-items div {
    font-family: Lato;
    font-weight: bold;
    font-size: 16px;
    padding: 15px 12px;
}
.whats-new{
  min-height: auto !important;
  padding: 70px 0 93px;
}
.sm_project__description .project__description-inner{
  border: 4px solid #fcfbf6;
  background: #fcfbf6;
  padding-bottom: 0 !important;
}
.sm-projects-container{
  padding: 70px 0 32px;
}
.sm-projects__slider .project__item{
  padding: 0 38px;
}
.sm-projects__slider .project__item-img-box{
    width: 100%;
    margin-bottom: 15px;
}
.sm-projects__slider .project__item-img{
  height: 170px;
  width: 100%;
}
.sm-projects__slider .project__item-content-box{
  width: 100%;
  padding-left: 0;
}
.sm-projects__slider.projects__box {
    max-width: 1200px;
}

@media (min-width: 768px){
  .fix-Height.resource-slide__img{
    width: 169px;
    height: 230px;
    margin-left: auto;
    margin-right: auto;
  }
  .fix-Height.resource-slide__img>a{
    display: block;
    width: 100%;
    /*height: 100%;*/
    border: 1px solid #999;
  }
  .single-project .fix-Height.resource-slide__img>a{
	  height:100%;
  }
  .sm_resources .resource-slide__img.fix-Height img{
    display: none;
  }
}
@media (min-width: 1025px){
  .sm-news .whats-new__inner{
    min-height: auto;
  }
  /*.sm_project__screen{
  	min-height: 575px;
  }*/
  .sm_project__description .project__description-inner{
  	margin: -55px auto 0;
  }
  .donors__title{
  	margin-bottom: 30px;
  }
  .sm_resources .sm_color-title{
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px){
	.sm_top_screen{
		padding: 36.667vw 4vw;
		height: auto !important;
	}
	.hide-for-large.projects__select{
		display: none;
	}
	.sm_top_screen .top-screen__nav{
		display: block;
	}
	.sm_top_screen .top-screen__nav ul li{
		display: block;
	}
	.sm_top_screen .top-screen__nav ul li:not(:last-child){
		margin-bottom: 4.8vw;
	}
	.sm_project_desc{
		font-size: 3.733vw;
	}

	.projects__region {
	    height: auto;
	    margin: 0 -30px;
	    padding: 45px 30px;
	}
	.projects__region_filter {
	    flex-direction: column;
	    align-items: flex-start;
	}
	form#frmRegionFilter {
	    width: 100%;
	}
	select.projects__region_filter_select{
		width: 100%;
	}
	.projects__region_filter h2{
		margin-bottom: 3.2vw;
		font-size: 4vw;
	}
}
@media (max-width: 750px){
  	span.meta__date-day {
      font-size: 4vw;
  	}
  	span.meta__date-year {
      font-size: 4vw;
  	}
  	.meta__date div{
  		font-size: 4vw;
  		line-height: 1;
  	}
  	.meta{
  		height: 14vw;
  	}
  	.sm-news .whats-new__slide {
      padding: 0 15vw;
  	}
  	.sm-news__slider .slick-prev, .sm-projects__slider .slick-prev{
  		left: 4vw;
  	}
  	.sm-news__slider .slick-next, .sm-projects__slider .slick-next{
  		right: 4vw;
  	}
  	.sm-news__slider .meta__title{
  		font-size: 2.933vw;
  	}
  	.sm-project__news  .whats-new__slide {
      	padding: 0 15vw;
  	}
  	.sm_project__description .project__description-inner{
  		margin-top: 0;
  		position: relative;
	    top: -12.533vw;
	    padding: 0 6.133vw;
    	border: none;
  	}
  	.sm_project__description{
  		padding: 0 4vw 8.533vw;
  		background: #fcfbf6;
  	}
  	.sm_project__screen{
  		height: auto;
  		min-height: auto;
  		padding-top: 12.800vw;
  		padding-bottom: 22.667vw;
  	}
  	.sm_project__description .project__more{
  		padding: 5.333vw 0;
  	}
  	.sm_project__map{
  		padding-left: 0;
  	}
  	.project__map_donor.pc{
  		display: none;
  	}
  	.project__map_donor.mb{
  		display: block !important;
  	}
  	.sm_project__description .project__more-title{
  		text-align: left;
  		font-size: 4vw;
  	}
  	.project_collapse__title{
  		font-size: 3.733vw;
  		padding: 4vw 0;
		font-weight: normal;
  	}
  	.sm_resources{
  		padding: 9.333vw 0;
  	}
  	.sm-project__news {
  	    padding: 9.333vw 0 12vw;
  	}
  	.sm_color-title {
  	    font-size: 3.467vw;
  	    line-height: 1.15;
  	}
  	.project_collapse__btn{
  		background: url(../images/arr_btn-down_green.png) no-repeat center center/contain;
  		width: 2.933vw;
  		height: 2.133vw;
  	}
    .projects__region_filter_container.selectInbarCat{
      width: 100%;
      position: relative;
    }
    .projects__region_filter_container.selectInbarCat .select-selected{
      width: 100%;
      margin-bottom: 0;
      margin-top: 0;
    }
    .countrie .section.whats-new .section__inner{
      margin-top: 0;
    }
    .single-country .whats-new{
      padding: 9.6vw 0;
    }
    .single-country .sm-news .color-title {
        margin-bottom: 6vw;
    }
    .single-country section.sm-projects {
        padding: 9.6vw 0 6.93vw !important;
        min-height: auto !important;
    }
    .sm_projects__slider .projects__box {
        padding-top: 10.667vw;
    }
    .sm-projects .color-title {
        margin-bottom: 6.667vw;
    }
    .sm-project__news .color-title {
        margin-bottom: 9.333vw;
    }
    .sm-projects__slider .project__item{
      padding: 0 15vw;
    }
}
@media (max-width: 639px){
	.projects__region {
	    height: auto;
	    margin: 0 -15px;
	    padding: 6.4vw 15px;
	}
	.news-item__excerpt.black{
		font-size: 13px;
	}
}
.single-programmes .programme-category__projects{
  min-height: auto !important;
}
.content-area-860{
  max-width: 860px;
}
.content-desc-left p{
  text-align: left;
}
.content-area-900{
  width: 900px;
}
.content-area-720{
  max-width: 720px;
}
.content-area-center{
  margin-left: auto;
  margin-right: auto;
}
.ff-stream .ff-loadmore-wrapper .ff-btn{
  width: 90px !important;
  height: 90px;
  /*line-height: 92px;*/
  font-size: 18px;
  border-radius: 50%;
  background: #8dc32b !important;
  text-align: center;
  padding: 25px 0px;
}
.ff-stream .ff-loadmore-wrapper .ff-btn:hover{
  background: #405e3c !important;
  color: #fff;
}
section.membership__join p {
    text-align: left;
}
span.title-inner-bg {
    line-height: 1.42;
    padding: 0 10px;
}
.screen_inner span.title-inner-bg {
    line-height: 1.42;
    padding: 0 10px;
    background: #8dc32b;
    box-shadow: 10px 0 0 #8dc32b, -10px 0 0 #8dc32b;
    letter-spacing: 1px;
}
.project__screen .title{
  background: transparent !important;
}
.page-template-template-career .position__field{
  max-width: 720px;
}


.single-news-page ul.flex-direction-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 11;
    display: block;
}
@media (min-width: 750px){
  /*.single-country .meta__date-day{
    font-size: 30px;
    font-family: 'Lato Heavy', sans-serif;
    line-height: 15px;
  }
  .single-country .meta__date{
    padding: 8px 0;
  }
  .single-country .meta__date-month{
    line-height: 1;
  }
  .single-country .meta__date-year {
      font-size: 16px;
      font-family: 'Lato Heavy', sans-serif;
      line-height: 15px;
  }*/
  .single-country .news-item__excerpt{
    font-family: "Lato Medium", sans-serif;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ff-stream .ff-loadmore-wrapper .ff-btn{
    width: 72px !important;
    height: 72px;
    font-size: 16px;
    padding: 18px 0px;
  }
}
