.hide-for-large {
  display: block;
}

.show-for-large {
  display: none;
}

.bg-cover {
  background: none no-repeat center / cover;
}

.screen__content {
  font-size: 13px;
  color: #fff;
}

.inner:after {
  content: '';
  display: block;
  clear: both;
}

.inner__title {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 10;
}

.inner__title img {
  max-width: 76px;
}

.inner__title a {
  display: block;
  float: left;
}

.inner__title-text {
  float: left;
  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);
  width: auto !important;
  height: 55px;
  background: #405e3c;
  z-index: 1000;
  display: block;
  text-align: left;
  padding: 0 9px;
}

.inner__title-text span {
  width: auto;
}

.vertical-align {
  white-space: nowrap;
}

.vertical-align:before {
  /*content: '';*/
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.vertical-align > * {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  white-space: normal;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

/* HEADER */

body.home .page-pagination {
  display: none !important;
}

div.sub-title a {
  background: none;
  padding: 0;
}

.header__menu-nav--v2 {
  position: absolute;
}

.section-title--desk br {
  display: none;
}

.section-title--desk br:first-of-type {
  display: block;
}

.header-search__form {
  display: none;
  opacity: 0;
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 300px;
  right: -30px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header-search__form.is-open {
  opacity: 1;
  display: block;
  right: 0;
}

.header-search__input {
  height: 40px;
  background: #fff;
  padding: 0 25px;
  border: none;
  width: 100%;
}

.header-search__button {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  border: none;
  background: url(images/search-btn-icon.png) no-repeat center/17px 17px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.header__logo--v2 {
  position: absolute;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.admin-bar .header-sticky--green {
  top: 32px;
}

.header-sticky--green.menu-open {
  background: #8dc32b;
}

.header-sticky__logo {
  display: block;
  float: left;
}

.header-sticky__logo img {
  display: block;
  max-width: 86px;
}

.header-sticky__nav {
  display: none;
}

.header-sticky__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-sticky__menu li {
  display: inline-block;
  position: relative;
}

.header-sticky__menu a {
  display: block;
  color: #fff;
}

.header-sticky__menu .sub-menu {
  position: absolute;
  display: none;
  text-align: left;
  left: 0;
}

.header-sticky__menu .sub-menu li {
  display: block;
  background: #8dc32b;
  padding: 0;
}

.header-sticky__menu .sub-menu li:hover {
  background: #405e3c;
}

.header-sticky__menu .sub-menu li:hover a {
  color: #fff;
}

.header-sticky__menu .sub-menu li a {
  font-size: 15px;
  padding: 18px 15px;
}

.header-sticky__menu .sub-menu li a:hover {
  color: #fff;
}

.header-sticky__search {
  position: relative;
}
.wpml-switch {
  margin-left: auto;
}
.wpml-switch-mobile{
  text-align: center;
}
.wpml-switch-mobile div,
.wpml-switch div{
  position: relative;
  display: inline-block;
}
.wpml-switch-mobile div:after,
.wpml-switch div:after{
  content: '|';
  position: absolute;
  top: 2px;
  right: 8px;
  color: #fff;
}
.wpml-switch-mobile div:nth-last-child(1):after,
.wpml-switch div:nth-last-child(1):after{
  display: none;
}
.wpml-switch-mobile div a,
.wpml-switch div a{
  font-size: 14px;
  color: #fff;
  mix-blend-mode: inherit;
}
.wpml-switch-mobile div a:hover,
.wpml-switch-mobile div.active a
.wpml-switch div a:hover,
.wpml-switch div.active a{
  color: #405e3c;
}
.header__lang-mobile {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  display: none;
}

.header__lang-mobile > a {
  position: relative;
  padding-right: 15px;
  text-transform: uppercase;
}

.header__lang-mobile > a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  background: url("images/v2/lang-arrow.png") no-repeat center/100%;
  width: 10px;
  height: 5px;
}

.header__lang-mobile a {
  color: #fff;
  font-size: 12px;
  line-height: 11px;
  mix-blend-mode: difference;
}

.header__lang-mobile-wrapper {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 15px;
}

.header__lang-mobile-wrapper .header__lang-switcher {
  display: block;
  margin-bottom: 10px;
}

/* Home */

.home__slide-img {
  width: 100%;
  display: block;
}

.home__slide-content {
  background: #fff;
  padding: 20px 16px;
}

.home__slide-content p {
  color: #666;
  font-size: 14px;
  line-height: 1.4;
}

.home__slide-subtitle {
  margin-bottom: 14px;
  text-transform: uppercase;
  font-family: "Lato Bold", sans-serif;
  font-size: 11px;
  color: #8dc32b;
  font-weight: bold;
}

.home__slide-title {
  margin-bottom: 13px;
  text-transform: uppercase;
  font-size: 20px;
  color: #405e3c;
}

.home__slide-title a {
  color: inherit;
}

.home__slide-nav {
  margin-top: 21px;
}

.home__slide-arrow {
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  position: relative;
  background: #405e3c;
  width: 34px;
  height: 34px;
}

.home__slide-arrow:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 12px;
  background: none no-repeat center / 100%;
}

.home__slide-arrow--prev {
  margin-right: 15px;
}

.home__slide-arrow--prev:before {
  background-image: url("images/v2/home-slider-arrow-left.png");
}

.home__slide-arrow--next:before {
  background-image: url("images/v2/home-slider-arrow-right.png");
}

.home__slide-counter {
  display: inline-block;
  vertical-align: middle;
  margin-left: 19px;
  font-size: 14px;
}

.home__slide-counter > * {
  display: inline-block;
  vertical-align: middle;
}

.home__slide-counter i {
  font-style: normal;
  color: #405e3c;
  margin: 0 5px;
}

.home__slide-counter span {
  color: #8dc32b;
}

.home__slide-counter span.home__slide-counter-current {
  color: #405e3c;
}

.home__featured-item {
  overflow: hidden;
  position: relative;
  display: block;
  padding-bottom: 60%;
}

.home__featured-item > div:not(.home__featured-bg) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.home__featured-item:hover .home__featured-bg {
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.home__featured-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 3;
}

.home__featured-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: RGBA(0, 0, 0, 0.5);
}

.home__featured-subtitle {
  position: absolute;
  left: 16px;
  top: 30px;
  color: #8dc32b;
  font-family: "Lato Bold", sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1;
}

.home__featured-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  text-align: center;
}

.home__featured-icon {
  margin: 0 auto 14px;
  display: block;
  background: none no-repeat center / 100%;
}

.home__featured-icon--video {
  background-image: url("images/v2/home-youtube-icon.png");
  width: 46px;
  height: 33px;
  margin-top: -16px;
}

.home__featured-icon--book {
  background-image: url("images/v2/home-book-icon.png");
  width: 39px;
  height: 32px;
  margin-top: -16px;
}

.home__featured-icon--image {
  background-image: url("images/v2/home-image-icon.png");
  width: 35px;
  height: 43px;
  margin-top: -22px;
}

.home__featured-title {
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  font-family: "Lato Regular", sans-serif;
}

.home__featured-title br {
  display: none;
}

.home__subscribe {
  background: #f0f0f0;
  padding: 21px 20px 20px;
  text-align: center;
  font-size: 0;
}

.home__subscribe form:after {
  content: '';
  display: block;
  clear: both;
}

.home__subscribe .gfield_label {
  display: none;
}

.home__subscribe .gform_heading {
  display: block;
}

.home__subscribe .gform_heading .gform_title {
  text-transform: capitalize;
  font-family: "Lato Bold", sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
  color: #405e3c;
}

.home__subscribe .ginput_container,
.home__subscribe .gform_heading,
.home__subscribe .gform_footer,
.home__subscribe .gform_body {
  display: inline-block;
  vertical-align: middle;
}

.home__subscribe .gform_body {
  width: calc(100% - 104px);
  float: left;
}

.home__subscribe .gform_footer {
  float: left;
  width: 104px;
}

.home__subscribe input[type=submit],
.home__subscribe button {
  background: #8dc32b;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  height: 38px;
  cursor: pointer;
  font-family: "Lato Regular", sans-serif;
  width: 100%;
}

.home__subscribe input[type=text],
.home__subscribe input[type=email] {
  border: 1px solid #8dc32b;
  height: 38px;
  font-size: 12px;
  width: 100%;
}

.home__subscribe input[type=text]:-moz-placeholder,
.home__subscribe input[type=email]:-moz-placeholder {
  font-size: 14px;
  color: #969696;
}

.home__subscribe input[type=text]::-moz-placeholder,
.home__subscribe input[type=email]::-moz-placeholder {
  font-size: 14px;
  color: #969696;
}

.home__subscribe input[type=text]:-ms-input-placeholder,
.home__subscribe input[type=email]:-ms-input-placeholder {
  font-size: 14px;
  color: #969696;
}

.home__subscribe input[type=text]::-webkit-input-placeholder,
.home__subscribe input[type=email]::-webkit-input-placeholder {
  font-size: 14px;
  color: #969696;
}

.home__mc4wp {
  height: 175px;
}

.home__mc4wp .mc4wp-form-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.home__mc4wp .inner {
  padding: 0 20px;
}

.home__mc4wp form {
  margin: 0 auto;
}

.home__mc4wp form:after {
  content: '';
  display: block;
  clear: both;
}

.home__mc4wp form.mc4wp-form-submitted .mc4wp-form-fields {
  display: none;
}

.home__mc4wp label {
  display: block;
  text-align: center;
  /*white-space: nowrap;*/
  color: #fff;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 21px;
}

.home__mc4wp input[type=email],
.home__mc4wp input[type=text] {
  float: left;
  background: rgba(255, 255, 255, 0.3);
  width: calc(100% - 102px);
  font-size: 14px;
  padding: 9px 15px;
}

.home__mc4wp input[type=email]:-moz-placeholder,
.home__mc4wp input[type=text]:-moz-placeholder {
  color: #fff;
  font-size: 14px;
}

.home__mc4wp input[type=email]::-moz-placeholder,
.home__mc4wp input[type=text]::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}

.home__mc4wp input[type=email]:-ms-input-placeholder,
.home__mc4wp input[type=text]:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.home__mc4wp input[type=email]::-webkit-input-placeholder,
.home__mc4wp input[type=text]::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.home__mc4wp input[type=email]:active,
.home__mc4wp input[type=email]:focus,
.home__mc4wp input[type=text]:active,
.home__mc4wp input[type=text]:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.5);
}

.home__mc4wp input[type=submit] {
  float: left;
  background: #8dc32b;
  color: #fff;
  width: 102px;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  height: 38px;
}

.home__mc4wp .mc4wp-response {
  position: static;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

/* Development */

.development {
  position: relative;
}

.development:after {
  content: '';
  display: block;
  clear: both;
}

.development__item {
  position: relative;
  display: block;
  padding-bottom: 61%;
}

.development__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.development__item-title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.development__item .color-title {
  text-align: center;
}

/* FAQ */

.faq {
  margin-bottom: 30px;
}

.faq-content {
  line-height: 1.35;
  font-size: 14px;
}

.faq__item {
  border-bottom: 1px solid #dcdcdc;
}

.faq__item:first-child {
  border-top: 1px solid #dcdcdc;
}

.faq__title {
  text-transform: uppercase;
  position: relative;
  padding: 30px 0;
  padding-right: 60px;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #405e3c;
  cursor: pointer;
}

.faq__btn {
  position: absolute;
  border: none;
  background: #8dc32b;
  border-radius: 100%;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.faq__btn:hover,
.faq__btn:active,
.faq__btn:focus {
  outline: none;
  background: #405e3c;
}

.faq__btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("images/open-q.png") no-repeat center/100%;
  width: 17px;
  height: 17px;
}

.is-open .faq__btn:after {
  background: url("images/close-q.png") no-repeat center/100%;
  width: 17px;
  height: 2px;
}

.faq__content {
  color: #333;
  display: none;
}

.faq__content ul {
  padding-left: 10px;
}

.faq__content ul li {
  list-style: disc;
  list-style-position: inside;
  line-height: 28px;
  text-indent: -25px;
  padding-left: 25px;
}

.faq__content p:last-child {
  margin-bottom: 45px;
}

/* Governance */

.btn.green.is-active {
  background: #405e3c;
}

.top-screen__nav {
  display: none;
  margin-top: 15px;
}

.top-screen__nav ul {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-screen__nav ul li {
  display: inline-block;
}

.color-title--v2 {
  font-weight: bold;
  margin-bottom: 15px;
  margin-left: 12px;
}

.projects__slider {
  position: relative;
}

.projects__list {
  position: relative;
  padding: 0 15px 15px;
}

.projects__inner {
  margin: 0 auto;
}

.projects__select {
  padding: 15px;
}

.projects__box {
  margin: 0 auto;
}

.project__item {
  display: block;
  text-decoration: none;
  font-size: 11px;
  color: #405e3c;
  margin-bottom: 20px;
}

.project__item:after {
  content: '';
  display: block;
  clear: both;
}

.project__item-img-box {
  float: left;
  width: 80px;
}

.project__item-content-box {
  float: left;
  width: calc(100% - 80px);
  padding-left: 14px;
}

.project__item-content-box div > div {
  margin-bottom: 5px;
}

.project__item-img {
  width: 80px;
  height: 80px;
}

.project__item-title {
  display: block;
  color: #405e3c;
  font-size: 12px;
  margin-bottom: 10px;
}

.project__item b {
  color: #8dc32b;
  font-weight: bold;
}

.governance__title-box {
  position: relative;
}

.governance__content {
  line-height: 1.35;
  font-size: 14px;
  margin-bottom: 30px;
  color: #333;
}

.governance__peoples {
  padding: 15px;
}

.governance__peoples .member__photo {
  width: 90px;
}

.governance__peoples .member__photo img {
  max-width: 90px;
}

.governance__peoples .member__item {
  padding-left: 0;
  margin-bottom: 20px;
}

.governance__peoples .member__name {
  font-size: 12px;
}

.governance__peoples .member__label {
  font-size: 11px;
}

.governance__peoples.board .color-title {
  margin-bottom: 15px;
}

.governance__select {
  border: 1px solid #8dc32b;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 14px;
  font-weight: bold;
  color: #8dc32b;
  padding: 10px;
  margin-bottom: 20px;
  height: 36px;
  text-transform: uppercase;
  background: url("images/dropdown-arrow-green.png") no-repeat 96% center/10px 5px;
}

.map-spot {
  position: absolute;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.map-spot__title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}

.map-spot a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  padding-right: 15px;
}

.map-spot a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("images/map-arrow.png") no-repeat center;
  width: 5px;
  height: 10px;
  margin-top: 2px;
}

.map-spot:hover .map-spot__popup {
  display: block;
}

.map-spot__popup {
  white-space: nowrap;
  display: none;
  position: absolute;
  background: #405e3c;
  color: #fff;
  text-align: center;
  padding: 15px 30px;
  border-radius: 70px;
  left: 50%;
  min-width: 200px;
  bottom: 100%;
  margin-bottom: 12px;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.map-spot__popup:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #405e3c transparent transparent transparent;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.membership__welcome--v2 {
  position: relative;
}

.membership__welcome--v2 h2.color-title {
  font-weight: bold;
}

.membership__services--v2 {
  position: relative;
  background: #fff;
}

.membership__services--v2 .membership__services-list {
  background: #fcfbf6;
}

.membership__join-content {
  font-size: 14px;
}

.membership__map {
  position: relative;
}

.membership__map:after {
  content: '';
  display: block;
  clear: both;
}

.membership__map-holder {
  display: none;
}

.membership__map-holder img {
  width: 100%;
  height: auto;
}

.membership__map-countries {
  padding: 30px 15px;
}

.membership__map-box {
  position: relative;
}

.membership__map .color-title {
  margin-bottom: 18px;
}

.membership__map-col {
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.membership__map-col li {
  margin-bottom: 15px;
}

.membership__map-col li a {
  display: block;
  background: url(images/list-dot-dark.png) no-repeat left center;
  padding-left: 28px;
  color: #fff;
  font-size: 18px;
}

.membership__map-col li a:hover,
.membership__map-col li a.is-active {
  color: #8dc32b;
  background: url(images/list-dot.png) no-repeat left center;
}

.events__list {
  position: relative;
  background: #fcfbf6;
  padding-top: 15px;
}

.events__list .inner {
  padding: 0 15px;
}

.events__slide {
  display: none;
}

.events__loading {
  text-align: center;
  display: none;
}

.events__loading img,
.events__loading span {
  display: inline-block;
  vertical-align: middle;
}

.events__loading img {
  max-width: 43px;
}

.events__loading span {
  color: #969696;
  font-size: 12px;
}

.event__item {
  background: #fff;
  padding: 15px 14px;
  margin-bottom: 15px;
}

.event__item:after {
  content: '';
  display: block;
  clear: both;
}

.event__item-date-box {
  float: left;
  width: 50px;
}

.event__item-info {
  float: left;
  width: calc(100% - 50px);
  padding-left: 11px;
}

.event__item-info span {
  display: block;
  font-size: 12px;
  color: #405e3c;
  margin-bottom: 5px;
}

.event__item-info b {
  color: #8dc32b;
  font-weight: bold;
}

.event__item-date {
  display: block;
  background: #8dc32b;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
}

.event__item-date b {
  color: #fff;
  display: block;
  font-size: 20px;
  font-family: 'Lato Bold', sans-serif;
  font-weight: 700;
  line-height: 0.9;
}

.event__item-date div {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.event__item-date small {
  color: #fff;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}

.event__item-title {
  font-size: 12px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #405e3c;
}

.event__item-title a {
  color: #405e3c;
}

.event__banner {
  display: none;
  position: relative;
}

.event__banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.34);
  z-index: 2;
}

.event__banner > div {
  z-index: 3;
}

.event__banner .inner {
  max-width: 660px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.event__title {
  text-align: center;
  text-transform: none;
  font-size: 30px;
  margin-bottom: 24px;
}

.event__subtitle {
  text-align: center;
  color: #8dc32b;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.event__main {
  padding-bottom: 40px;
}

.event__main .event__item-info {
  margin-bottom: 30px;
}

.event__icon {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.event__icon--date {
  background: url("images/v2/date-icon.png") no-repeat center/100%;
  width: 19px;
  height: 19px;
}

.event__icon--location {
  background: url("images/v2/location-icon.png") no-repeat center/100%;
  width: 19px;
  height: 22px;
}

.event__icon--address {
  background: url("images/v2/address-icon.png") no-repeat center/100%;
  width: 19px;
  height: 19px;
}

.event__icon--contact {
  background: url("images/v2/contact-icon.png") no-repeat center/100%;
  width: 20px;
  height: 20px;
}

.event__icon--notice {
  background: url("images/v2/notice-icon.png") no-repeat center/100%;
  width: 20px;
  height: 20px;
}

.event__aside-title {
  position: relative;
  display: block;
  padding-left: 29px;
  font-weight: bold;
  font-size: 16px;
  color: #8dc32b;
  margin-bottom: 10px;
}

.event__aside-box {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 20px;
}

.event__aside-box li {
  display: block;
  margin-bottom: 10px;
  color: #787878;
  font-size: 14px;
}
.partners-logo{
  border-top: 1px solid #e6e6e6;
  margin-top: 39px;
  padding-top: 34px;
}
.page-template-template-event-detail .partners-logo{
  margin-top: 0;
}
.partners-logo .event__aside-title{
  margin-right: auto;
  padding: 0;
  color: #405e3c;
}
.partners-logo-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 16px;
}
.event__content {
  padding-top: 85px;
}

.event__content-box {
  line-height: 1.35;
  font-size: 14px;
  color: #333;
}

.event__content-box img {
  display: block;
  width: 100%;
}

.event__content-box p {
  margin-bottom: 20px;
}

.event__content-box ul {
  padding-left: 30px;
  margin-bottom: 30px;
}

.event__content .inner {
  padding: 0 15px;
}

.event-link-buttons{
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  text-align: center;
}
.event-link-buttons a{
  background: #8dc32b;
  margin-bottom: 20px;
  padding: 13px 20px;
  color: #fff;
  font-size: 18px;
}
.picture_gallery_slider{
  margin-top: 30px;
}
.picture_gallery_slider .slick-arrow:before{
  color: #8dc32b;
}
.picture_gallery_slider .slick-prev {
  left: -40px;
}
.picture_gallery_slider .slick-next {
  right: -40px;
}
.picture_gallery_slider .slide-item img{
  margin: 0 auto;
}
.paging-info{
  margin: 20px 0 50px;
  color: #8dc32b;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 13px;
  text-transform: uppercase;
}
.paging-info span{
  color: #405e3c;
}
.share-post {
  text-align: left;
}

.share-post > * {
  display: inline-block;
  vertical-align: middle;
}

.share-post b {
  color: #8dc32b;
  font-size: 14px;
  margin-right: 4px;
}

.share-post ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.share-post ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.share-post ul li a {
  border: 1px solid #e4e4e4;
  display: block;
  border-radius: 100%;
  position: relative;
  width: 40px;
  height: 40px;
}

.share-post ul li a:hover {
  border-color: #8dc32b;
}

.share-post ul li a:hover .share-post__icn--twitter {
  background-image: url("images/v2/twitter-icon-hover.png");
}

.share-post ul li a:hover .share-post__icn--facebook {
  background-image: url("images/v2/facebook-icon-hover.png");
}

.share-post__icon {
  background: url("images/v2/share-icon.png") no-repeat center/100%;
  width: 20px;
  height: 16px;
  margin-right: 10px;
}

.share-post__icn {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.share-post__icn--twitter {
  background: url("images/v2/twitter-icon.png") no-repeat center/100%;
  width: 20px;
  height: 16px;
}

.share-post__icn--facebook {
  background: url("images/v2/facebook-icon.png") no-repeat center/100%;
  width: 12px;
  height: 23px;
}
/*Event content detail*/
.event-parent-link{
  margin-bottom: 53px;
}
.event-parent-link a{
  font-size: 18px;
  line-height: 24px;
}
.event-parent-link a i{
  font-size: 14px;
  margin-right: 14px;
}
.event__content-detail .event__item-title{
  margin-bottom: 30px;
  text-transform: none;
}
.event__content-detail .event__content-box h2{
  margin-bottom: 20px;
  color: #405e3c;
  font-size: 20px;
  font-weight: 700;
  line-height: 23.86px;
  text-transform: none;
}
.event__content-detail .event__content-box p{
  margin-bottom: 21px;
}
.event__content-detail .event__content-box img{
  margin: 38px auto 25px;
}
.event__content-detail .event__aside{
  margin-top: 83px;
}
  /* Footer */

.footer__social {
  text-align: center;
  position: relative;
  top: 26px;
}

.footer__social-title {
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-bottom: 26px;
}

.footer__social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.footer__social li {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}

.footer__social a {
  display: block;
  border-radius: 100%;
  color: #fff;
  font-size: 16px;
  background: #405e3c;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.footer__social a:hover {
  background: #141d12;
}

.twitter-feed__img--bg {
  display: block;
  margin: 0 auto 21px;
  background: #ccc no-repeat center / cover;
}

.color-title--bold {
  font-weight: bold;
}

.screen__inner h1.no-bg,
.section__inner h1.no-bg {
  background: none;
}

.slick-slide:hover,
.slick-slide:active,
.slick-slide:focus {
  outline: none !important;
}

.single-event .event__item-title {
  margin-bottom: 0 !important;
}

.header-sticky__nav--mobile {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background: #8dc32b;
  height: calc(100vh - 56px);
  content: 'viewport-units-buggyfill; height: calc(100vh - 56px)';
  top: 56px;
}

.admin-bar .header-sticky__nav--mobile {
  top: 102px;
  height: calc(100vh - 102px);
  content: 'viewport-units-buggyfill; height: calc(100vh - 102px)';
}

.header-sticky__nav--mobile li {
  display: block;
}

.mobile-menu-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 56px;
  background: url("images/v2/mobile-menu-arrow.png") no-repeat center/14px 10px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mobile-menu-arrow.is-menu-open {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile-search__form {
  position: relative;
  margin: 0 -15px;
  border-top: 1px solid #212a32;
  border-bottom: 1px solid #212a32;
}

.mobile-search__input {
  position: relative;
  background: none !important;
  border: none;
  color: #fff;
  font-size: 14px;
  width: 100%;
  display: block;
  padding: 20px 0;
  padding-left: 60px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.mobile-search__input:active,
.mobile-search__input:hover,
.mobile-search__input:focus {
  outline: none;
}

.mobile-search__input:-moz-placeholder {
  color: #fff;
  font-size: 14px;
}

.mobile-search__input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}

.mobile-search__input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.mobile-search__input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.mobile-search__button {
  background: url("images/v2/search-btn-icon-mobile.png") no-repeat center/100%;
  position: absolute;
  top: 50%;
  left: 30px;
  width: 18px;
  height: 18px;
  z-index: 30;
  padding: 0;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.photo-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60000;
}

.photo-popup__btn {
  position: absolute;
  background: url("images/v2/close-photo.png") no-repeat center/100%;
  width: 18px;
  height: 18px;
  top: 20px;
  right: 20px;
  z-index: 20;
  cursor: pointer;
}

.photo-popup__overlay {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}

.photo-popup__title {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 13px;
}

.photo-popup__slider img {
  width: 100%;
}

.photo-popup__slider-box {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}
.photo-popup__slider{
  padding: 0 30px;
}
.photo-popup__slider-box .slick-list {
  height: auto!important;
}
.gform_confirmation_wrapper {
  text-align: center;
}

.gform_confirmation_wrapper h3 {
  color: #405e3c;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.sub-title {
  line-height: 1.2;
}

.color-title span {
  position: relative;
  z-index: 3;
}

.color-title span.dark {
  z-index: 2;
}

.color-title span.dark::first-letter {
  margin-left: 10px;
}
.event__content-box ul li {
  list-style: disc inside;
  list-style-position: initial;
  padding-left: 5px;
}

@media (min-width: 375px) {
  .footer__social a {
    width: 39px;
    height: 39px;
    line-height: 39px;
    font-size: 20px;
  }
}

@media (min-width: 400px) {
  .home__mc4wp label {
    font-size: 18px;
  }
}

@media (min-width: 640px) {
  .screen__content {
    font-size: 26px;
  }

  .inner__title {
    left: 30px;
  }

  .inner__title img {
    max-width: 150px;
  }

  .inner__title-text {
    font-size: 24px;
    height: 100px;
    padding: 0 18px;
  }

  .section-title--v2 {
    left: 165px;
  }

  .header-sticky__menu .sub-menu li a {
    font-size: 30px;
    padding: 36px 30px;
  }

  .header__lang-mobile > a {
    padding-right: 27px;
  }

  .header__lang-mobile > a:after {
    width: 19px;
    height: 9px;
  }

  .header__lang-mobile a {
    font-size: 24px;
    line-height: 22px;
  }

  .header__lang-mobile-wrapper {
    margin-top: 30px;
  }

  .header__lang-mobile-wrapper .header__lang-switcher {
    margin-bottom: 20px;
  }

  .home__slide-content {
    padding: 40px 32px;
  }

  .home__slide-content p {
    font-size: 28px;
  }

  .home__slide-subtitle {
    font-size: 22px;
    margin-bottom: 28px;
  }

  .home__slide-title {
    margin-bottom: 26px;
    font-size: 40px;
  }

  .home__slide-nav {
    margin-top: 42px;
  }

  .home__slide-arrow {
    width: 68px;
    height: 68px;
  }

  .home__slide-arrow:before {
    width: 12px;
    height: 25px;
  }

  .home__slide-arrow--prev {
    margin-right: 30px;
  }

  .home__slide-counter {
    margin-left: 38px;
    font-size: 28px;
  }

  .home__slide-counter i {
    margin: 0 10px;
  }

  .home__featured-item {
    padding-bottom: 50%;
  }

  .home__featured-subtitle {
    font-size: 22px;
  }

  .home__featured-icon {
    margin-bottom: 28px;
  }

  .home__featured-icon--video {
    width: 92px;
    height: 65px;
    margin-top: -33px;
  }

  .home__featured-icon--book {
    width: 77px;
    height: 63px;
    margin-top: -32px;
  }

  .home__featured-icon--image {
    width: 70px;
    height: 85px;
    margin-top: -43px;
  }

  .home__featured-title {
    font-size: 32px;
    padding: 0 40px;
  }

  .home__subscribe {
    padding: 42px 40px 40px;
  }

  .home__subscribe .gform_heading .gform_title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .home__subscribe .gform_body {
    width: calc(100% - 207px);
  }

  .home__subscribe .gform_footer {
    width: 207px;
  }

  .home__subscribe input[type=submit],
  .home__subscribe button {
    font-size: 24px;
    height: 76px;
  }

  .home__subscribe input[type=text],
  .home__subscribe input[type=email] {
    height: 76px;
    font-size: 24px;
  }

  .home__subscribe input[type=text]:-moz-placeholder,
  .home__subscribe input[type=email]:-moz-placeholder {
    font-size: 28px;
  }

  .home__subscribe input[type=text]::-moz-placeholder,
  .home__subscribe input[type=email]::-moz-placeholder {
    font-size: 28px;
  }

  .home__subscribe input[type=text]:-ms-input-placeholder,
  .home__subscribe input[type=email]:-ms-input-placeholder {
    font-size: 28px;
  }

  .home__subscribe input[type=text]::-webkit-input-placeholder,
  .home__subscribe input[type=email]::-webkit-input-placeholder {
    font-size: 28px;
  }

  .home__mc4wp {
    height: 350px;
  }

  .home__mc4wp .inner {
    padding: 0 40px;
  }

  .home__mc4wp label {
    font-size: 36px;
    margin-bottom: 42px;
  }

  .home__mc4wp input[type=email],
  .home__mc4wp input[type=text] {
    width: calc(100% - 204px);
    font-size: 28px;
    padding: 22px 30px;
  }

  .home__mc4wp input[type=email]:-moz-placeholder,
  .home__mc4wp input[type=text]:-moz-placeholder {
    font-size: 28px;
  }

  .home__mc4wp input[type=email]::-moz-placeholder,
  .home__mc4wp input[type=text]::-moz-placeholder {
    font-size: 28px;
  }

  .home__mc4wp input[type=email]:-ms-input-placeholder,
  .home__mc4wp input[type=text]:-ms-input-placeholder {
    font-size: 28px;
  }

  .home__mc4wp input[type=email]::-webkit-input-placeholder,
  .home__mc4wp input[type=text]::-webkit-input-placeholder {
    font-size: 28px;
  }

  .home__mc4wp input[type=submit] {
    font-size: 24px;
    width: 204px;
    height: 76px;
  }

  .home__mc4wp .mc4wp-response {
    font-size: 36px;
  }

  .faq {
    margin-top: 60px;
  }

  .faq-content {
    font-size: 28px;
  }

  .faq__title {
    padding: 60px 0;
    padding-right: 100px;
    font-size: 24px;
  }

  .faq__btn {
    width: 80px;
    height: 80px;
  }

  .faq__btn:after {
    width: 34px;
    height: 34px;
  }

  .is-open .faq__btn:after {
    width: 34px;
    height: 4px;
  }

  .faq__content p:last-child {
    margin-bottom: 90px;
  }

  .color-title--v2 {
    margin-bottom: 30px;
  }

  .projects__list {
    padding: 0 30px 30px;
  }

  .projects__select {
    padding: 30px;
  }

  .project__item {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .project__item-img-box {
    width: 160px;
  }

  .project__item-content-box {
    width: calc(100% - 160px);
    padding-left: 28px;
  }

  .project__item-content-box div > div {
    margin-bottom: 10px;
  }

  .project__item-img {
    width: 160px;
    height: 160px;
  }

  .project__item-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .governance__content {
    font-size: 28px;
    margin-bottom: 50px;
  }

  .governance__peoples {
    padding: 30px;
  }

  .governance__peoples .member__photo {
    width: 130px;
  }

  .governance__peoples .member__photo img {
    max-width: 130px;
  }

  .governance__peoples .member__item {
    padding-left: 0;
    margin-bottom: 40px;
  }

  .governance__peoples .member__name {
    font-size: 24px;
  }

  .governance__peoples .member__label {
    font-size: 22px;
  }

  .governance__peoples.board .color-title {
    margin-bottom: 30px;
  }

  .governance__select {
    font-size: 28px;
    padding: 20px;
    height: 70px;
    margin-bottom: 40px;
    background-size: 20px 10px;
    border-width: 2px;
  }

  .membership__join-content {
    font-size: 28px;
  }

  .membership__map-countries {
    padding: 60px 30px;
  }

  .membership__map .color-title {
    margin-bottom: 36px;
  }

  .membership__map-col li {
    margin-bottom: 30px;
  }

  .membership__map-col li a {
    font-size: 36px;
  }

  .events__list {
    padding-top: 30px;
  }

  .events__list .inner {
    padding: 0 30px;
  }

  .events__loading img {
    max-width: 86px;
  }

  .events__loading span {
    font-size: 24px;
  }

  .event__item {
    padding: 30px 28px;
    margin-bottom: 30px;
  }

  .event__item-date-box {
    width: 100px;
  }

  .event__item-info {
    width: calc(100% - 100px);
    padding-left: 22px;
  }

  .event__item-info span {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .event__item-date {
    width: 100px;
    height: 100px;
  }

  .event__item-date b {
    font-size: 40px;
  }

  .event__item-date small {
    font-size: 22px;
  }

  .event__item-title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .event__main {
    padding-bottom: 80px;
  }

  .event__main .event__item-info {
    margin-bottom: 60px;
  }

  .event__icon--date {
    width: 38px;
    height: 38px;
  }

  .event__icon--location {
    width: 37px;
    height: 43px;
  }

  .event__icon--address {
    width: 37px;
    height: 37px;
  }

  .event__icon--contact {
    width: 40px;
    height: 40px;
  }

  .event__icon--notice {
    width: 39px;
    height: 39px;
  }
  .event__aside-box .event__aside-logo{
    margin-bottom: 54px;
  }
  .page-template-template-event-detail .event__aside-box .event__aside-logo{
    margin-bottom: 0;
  }
  .event__aside-title {
    font-size: 32px;
    padding-left: 58px;
    margin-bottom: 20px;
  }

  .event__aside-box {
    padding-bottom: 0;
  }

  .event__aside-box li {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .event__content {
    padding-top: 170px;
  }

  .event__content-box {
    font-size: 28px;
  }

  .event__content-box p {
    margin-bottom: 40px;
  }

  .event__content .inner {
    padding: 0 30px;
  }

  .share-post b {
    font-size: 28px;
    margin-right: 7px;
  }

  .share-post ul li {
    margin: 0 10px;
  }

  .share-post ul li a {
    width: 80px;
    height: 80px;
  }

  .share-post__icon {
    width: 40px;
    height: 33px;
    margin-right: 20px;
  }

  .share-post__icn--twitter {
    width: 39px;
    height: 32px;
  }

  .share-post__icn--facebook {
    width: 23px;
    height: 45px;
  }

  .footer__social {
    top: 60px;
  }

  .footer__social-title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .footer__social li {
    margin: 0 10px;
  }

  .footer__social a {
    font-size: 30px;
    width: 78px;
    height: 78px;
    line-height: 78px;
  }

  .header-sticky__nav--mobile {
    height: calc(100vh - 100px);
    top: 100px;
    content: 'viewport-units-buggyfill; height: calc(100vh - 100px)';
  }

  .admin-bar .header-sticky__nav--mobile {
    top: 144px;
    height: calc(100vh - 144px);
    content: 'viewport-units-buggyfill; height: calc(100vh - 144px)';
  }

  .mobile-menu-arrow {
    width: 90px;
    height: 112px;
    background-size: 28px 19px;
  }

  .mobile-search__form {
    margin: 0 -30px;
  }

  .mobile-search__input {
    font-size: 28px;
    padding: 40px 0;
    padding-left: 120px;
  }

  .mobile-search__input:-moz-placeholder {
    font-size: 28px;
  }

  .mobile-search__input::-moz-placeholder {
    font-size: 28px;
  }

  .mobile-search__input:-ms-input-placeholder {
    font-size: 28px;
  }

  .mobile-search__input::-webkit-input-placeholder {
    font-size: 28px;
  }

  .mobile-search__button {
    width: 35px;
    height: 35px;
    left: 60px;
  }

  .photo-popup__btn {
    width: 35px;
    height: 35px;
    top: 40px;
    right: 40px;
  }

  .photo-popup__title {
    font-size: 28px;
    margin-top: 26px;
  }

  .gform_confirmation_wrapper h3 {
    font-size: 36px;
  }
}

@media (min-width: 1025px) {
  .hide-for-large {
    display: none;
  }

  .show-for-large {
    display: block;
  }

  .screen__content {
    font-size: 21px;
  }

  .inner {
    padding: 0 75px;
  }

  .inner__title {
    left: 50px;
  }

  .inner__title-text {
    font-size: 20px;
    font-weight: 900;
    padding: 0 22px;
  }

  .inner--small {
    width: 936px;
  }

  .body-v2 {
    padding-top: 80px;
  }

  .sub-title--project {
    margin-top: 40px;
  }

  .section-title--desk {
    height: 80px;
  }

  .header-sticky--green {
    background: #8dc32b;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9000;
  }

  .admin-bar .header-sticky--green.is-search {
    top: 32px;
  }

  .header-sticky__logo {
    width: 111px;
    margin: 19px 0;
  }

  .header-sticky__nav {
    float: right;
    display: flex;
    align-items: center;
    width: calc(100% - 111px);
    /*text-align: right;*/
    margin: 0;
  }

  .header-sticky__nav > * {
    display: inline-block;
    vertical-align: middle;
  }

  .header-sticky__menu li {
    padding: 0 20px;
  }

  .header-sticky__menu li:hover > a,
  .header-sticky__menu li.current-menu-item > a {
    color: #405e3c;
  }

  .header-sticky__menu li:hover > a:after,
  .header-sticky__menu li.current-menu-item > a:after {
    background: url("images/menu-arrow-hover.png");
  }

  .header-sticky__menu li.menu-item-has-children {
    position: relative;
  }

  .header-sticky__menu li.menu-item-has-children a {
    padding-right: 20px;
    position: relative;
  }

  .header-sticky__menu li.menu-item-has-children > a:after {
    content: '';
    position: absolute;
    background: url("images/menu-arrow.png");
    width: 10px;
    height: 7px;
    top: 50%;
    right: 0;
    margin-top: -3.5px;
  }

  .header-sticky__menu li.menu-item-has-children:hover > a:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url("images/menu-arrow-hover.png");
  }

  .header-sticky__menu li.menu-item-has-children:hover .sub-menu {
    display: block;
  }

  .header-sticky__menu li.lng a {
    font-family: "Lato Regular", sans-serif;
  }

  .header-sticky__menu > li > a {
    padding: 30px 0;
  }

  .header-sticky__menu a {
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
  }

  .header-sticky__menu .sub-menu {
    width: 213px;
  }

  .header-sticky__menu .sub-menu li {
    border-left: 3px solid #405e3c;
    margin-bottom: 1px;
  }

  .header-sticky__menu .sub-menu li a {
    font-size: 16px;
    padding: 15px 25px;
  }

  .header-sticky__menu .sub-menu li a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    background: url("images/menu-arrow.png") no-repeat center;
    width: 10px;
    height: 7px;
    -moz-transform: translate(0, -50%) rotate(-90deg);
    -ms-transform: translate(0, -50%) rotate(-90deg);
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
  }

  .header-sticky__search-btn {
    border: none;
    background: url("images/search-btn-icon.png") no-repeat center/17px 17px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  .header-sticky__search-btn:hover,
  .header-sticky__search-btn:active,
  .header-sticky__search-btn:focus {
    outline: none;
  }
  .header-sticky__nav .header-sticky__menu{
    width: auto;
  }
  .header-sticky__nav .wpml-switch{
    width: auto;
  }
  .home__top {
    padding: 10px 10px 0;
  }

  .home__top:after {
    content: '';
    display: block;
    clear: both;
  }

  .home__slider {
    overflow: hidden;
  }

  .home__slider .slick-slide {
    padding-bottom: 10px;
  }

  .home__slider-box {
    float: left;
    width: 72.833333%;
  }

  .home__slide {
    padding-bottom: 61.45%;
    position: relative;
  }

  .home__slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: RGBA(0, 0, 0, 0.2);
    z-index: 1;
  }

  .home__slide > * {
    position: relative;
    z-index: 3;
  }

  .home__slide-img {
    display: none !important;
  }

  .home__slide-content {
    position: absolute;
    left: 0;
    bottom: 60px;
    right: 220px;
    background: RGBA(141, 195, 43, 0.85);
    padding: 27px 40px 30px;
  }

  .home__slide-content p {
    color: #fff;
    font-size: 18px;
  }

  .home__slide-subtitle {
    font-size: 13px;
    color: #fff;
    margin-bottom: 7px;
  }

  .home__slide-title {
    margin-bottom: 9px;
    font-size: 32px;
    color: #fff;
  }

  .home__slide-nav {
    margin-top: 24px;
  }

  .home__slide-arrow {
    width: 36px;
    height: 36px;
  }

  .home__slide-arrow:before {
    width: 7px;
    height: 14px;
  }

  .home__slide-arrow--prev {
    margin-right: 15px;
  }

  .home__slide-counter {
    margin-left: 25px;
    font-size: 16px;
  }

  .home__slide-counter i {
    color: #fff;
    margin: 0 5px;
  }

  .home__slide-counter span {
    color: #fff;
  }

  .home__featured {
    height: 33.33333%;
    padding-bottom: 10px;
  }

  .home__featured-box {
    float: left;
    width: 27.1666666%;
    padding-left: 10px;
  }

  .home__featured-item {
    display: block;
    height: 100%;
    text-decoration: none;
    padding-bottom: 0;
  }

  .home__featured-item > div:not(.home__featured-bg) {
    position: relative;
    height: 100%;
  }

  .home__featured-subtitle {
    left: 20px;
    top: 20px;
    font-size: 13px;
  }

  .home__featured-icon {
    margin-bottom: 14px;
  }

  .home__featured-icon--video {
    width: 44px;
    height: 31px;
    margin-top: -27px;
  }

  .home__featured-icon--book {
    width: 39px;
    height: 32px;
    margin-top: -24px;
  }

  .home__featured-icon--image {
    width: 40px;
    height: 33px;
    margin-top: -29px;
  }

  .home__featured-title {
    font-size: 18px;
    padding: 0;
  }

  .home__subscribe {
    padding: 19px 0;
  }

  .home__subscribe .gform_heading .gform_title {
    font-size: 22px;
    margin-bottom: 0;
    text-transform: uppercase;
  }

  .home__subscribe .gform_body {
    float: none;
    width: auto;
  }

  .home__subscribe .gform_footer {
    float: none;
    width: auto;
  }

  .home__subscribe input[type=submit],
  .home__subscribe button {
    font-size: 16px;
    height: 42px;
    width: 136px;
  }

  .home__subscribe input[type=text],
  .home__subscribe input[type=email] {
    width: 300px;
    height: 42px;
    font-size: 16px;
  }

  .home__subscribe input[type=text]:-moz-placeholder,
  .home__subscribe input[type=email]:-moz-placeholder {
    color: #8dc32b;
    font-size: 16px;
  }

  .home__subscribe input[type=text]::-moz-placeholder,
  .home__subscribe input[type=email]::-moz-placeholder {
    color: #8dc32b;
    font-size: 16px;
  }

  .home__subscribe input[type=text]:-ms-input-placeholder,
  .home__subscribe input[type=email]:-ms-input-placeholder {
    color: #8dc32b;
    font-size: 16px;
  }

  .home__subscribe input[type=text]::-webkit-input-placeholder,
  .home__subscribe input[type=email]::-webkit-input-placeholder {
    color: #8dc32b;
    font-size: 16px;
  }

  .home__mc4wp {
    height: 303px;
  }

  .home__mc4wp .inner {
    padding: 0;
  }

  .home__mc4wp form {
    width: 506px;
  }

  .home__mc4wp form.mc4wp-form-submitted {
    width: auto;
  }

  .home__mc4wp label {
    font-size: 30px;
    margin-bottom: 26px;
  }

  .home__mc4wp input[type=email],
  .home__mc4wp input[type=text] {
    padding: 15px 20px;
    width: calc(100% - 156px);
    font-size: 16px;
  }

  .home__mc4wp input[type=email]:-moz-placeholder,
  .home__mc4wp input[type=text]:-moz-placeholder {
    font-size: 16px;
  }

  .home__mc4wp input[type=email]::-moz-placeholder,
  .home__mc4wp input[type=text]::-moz-placeholder {
    font-size: 16px;
  }

  .home__mc4wp input[type=email]:-ms-input-placeholder,
  .home__mc4wp input[type=text]:-ms-input-placeholder {
    font-size: 16px;
  }

  .home__mc4wp input[type=email]::-webkit-input-placeholder,
  .home__mc4wp input[type=text]::-webkit-input-placeholder {
    font-size: 16px;
  }

  .home__mc4wp input[type=submit] {
    font-size: 16px;
    width: 156px;
    height: 50px;
  }

  .home__mc4wp .mc4wp-response {
    font-size: 30px;
  }

  .development {
    margin-top: 40px;
  }

  .development__item {
    float: left;
    width: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .faq {
    margin-top: 60px;
  }

  .faq-content {
    font-size: 18px;
  }

  .faq__title {
    padding: 37px 0;
    padding-right: 40px;
    font-size: 22px;
  }

  .faq__btn {
    width: 38px;
    height: 38px;
  }

  .faq__btn:after {
    width: 17px;
    height: 17px;
  }

  .is-open .faq__btn:after {
    width: 17px;
    height: 2px;
  }

  .faq__content p:last-child {
    margin-bottom: 34px;
  }

  .top-screen__nav {
    display: block;
  }

  .top-screen__nav ul li {
    margin: 0 5px;
  }

  .color-title--v2 {
    text-align: center;
    margin-bottom: 31px;
    margin-left: 0;
  }

  .projects__list {
    padding: 140px 0 0;
  }

  .projects__inner {
    width: 940px;
  }

  .projects__box {
    max-width: 1000px;
  }

  .project__item {
    float: left;
    width: 50%;
    padding: 0 20px;
    font-size: 18px;
    margin-bottom: 50px;
    height: 210px;
  }

  .project__item-img-box {
    width: 170px;
  }

  .project__item-content-box {
    width: calc(100% - 170px);
    padding-left: 30px;
  }

  .project__item-content-box div > div {
    margin-bottom: 14px;
  }

  .project__item-img {
    width: 170px;
    height: 170px;
  }

  .project__item-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .governance__content {
    font-size: 18px;
    margin-bottom: 70px;
  }

  .governance__peoples {
    padding-top: 140px;
    max-width: 1000px;
    margin: 0 auto;
  }

  .governance__peoples .member__photo {
    width: 96px;
    height: 96px;
  }

  .governance__peoples .member__photo img {
    max-width: 96px;
  }

  .governance__peoples .member__item {
    padding-left: 113px;
    margin-bottom: 45px;
  }

  .governance__peoples .member__name {
    font-size: 20px;
  }

  .governance__peoples .member__label {
    font-size: 18px;
  }

  .governance__peoples.board .color-title {
    margin-bottom: 30px;
  }

  .governance__slider .slick-slide {
    padding: 0 10px;
  }

  .membership__welcome--v2 {
    padding-top: 140px;
  }

  /*.membership__services--v2 .membership__services-list {
    padding-top: 170px;
  }*/

  .membership__services--v2 .membership__services-box {
    padding-top: 0;
    padding-bottom: 0;
  }
  .membership__services--v2 .membership__services-box .content-area-720 {
    padding: 80px 0;
  }

  .membership__join-content {
    font-size: 18px;
  }

  .membership__map {
    padding: 111px 50px 60px;
  }

  .membership__map-holder {
    float: left;
    display: block;
    width: 63.43%;
  }

  .membership__map-countries {
    float: left;
    width: 36.55%;
    padding: 0;
    padding-left: 30px;
  }

  .membership__map .color-title {
    margin-bottom: 23px;
  }

  .membership__map-col {
    width: 33.3333%;
  }

  .membership__map-col li {
    margin-bottom: 15px;
  }

  .membership__map-col li a {
    font-size: 17px;
  }

  .post-type-archive-event .top-screen__nav .btn {
    min-width: 160px;
  }

  .events__list {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .events__list .inner {
    width: 936px;
    margin: 0 auto;
    padding: 0;
  }

  .events__loading img {
    max-width: 60px;
  }

  .events__loading span {
    font-size: 18px;
  }

  .event__item {
    padding: 32px 30px;
    margin-bottom: 30px;
  }

  .event__item-date-box {
    width: 74px;
  }

  .event__item-info {
    width: calc(100% - 74px);
    padding-left: 30px;
  }

  .event__item-info span {
    display: inline-block;
    font-size: 18px;
    margin-right: 40px;
    margin-bottom: 0;
  }

  .event__item-date {
    width: 74px;
    height: 74px;
  }

  .event__item-date div {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
  }

  .event__item-date b {
    font-size: 30px;
  }

  .event__item-date small {
    font-size: 14px;
  }

  .event__item-title {
    font-size: 22px;
    margin-bottom: 13px;
    line-height: 26px;
  }

  .event__banner {
    display: block;
    height: 440px;
  }

  .event__main {
    float: left;
    width: 730px;
    padding-bottom: 60px;
  }

  .event__main .event__item-info {
    margin-bottom: 27px;
  }

  .event__icon--date {
    width: 25px;
    height: 25px;
  }

  .event__icon--location {
    width: 25px;
    height: 25px;
  }

  .event__icon--address {
    width: 19px;
    height: 19px;
  }

  .event__icon--contact {
    width: 25px;
    height: 25px;
  }

  .event__icon--notice {
    width: 21px;
    height: 21px;
  }

  .event__aside {
    float: left;
    width: calc(100% - 730px);
    padding-left: 37px;
  }
  .event__aside-logo img{
    max-width: 190px;
    margin: 0 auto;
    display: block;
  }
  .event__aside-title {
    padding-left: 33px;
    font-size: 20px;
    margin-bottom: 12px;
  }

  .event__aside-box {
    padding-bottom: 0;
  }

  .event__aside-box li {
    margin-bottom: 22px;
    font-size: 18px;
  }

  .event__content {
    padding-top: 50px;
  }

  .event__content.event__content-detail{
    padding-top: 34px;
  }

  .event__content-box {
    font-size: 18px;
  }

  .event__content-box p {
    margin-bottom: 30px;
  }

  .share-post b {
    font-size: 16px;
    margin-right: 22px;
  }

  .share-post ul li {
    margin: 0 4px;
  }

  .share-post ul li a {
    border-width: 2px;
    width: 36px;
    height: 36px;
  }

  .share-post__icon {
    width: 28px;
    height: 23px;
    margin-right: 10px;
  }

  .share-post__icn--twitter {
    width: 17px;
    height: 14px;
  }

  .share-post__icn--facebook {
    width: 10px;
    height: 19px;
  }

  .footer.footer--v2 {
    height: 178px;
  }

  .footer__social {
    top: 0;
  }

  .footer__social-title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer__social li {
    margin: 0 6px;
  }

  .footer__social a {
    font-size: 26px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .twitter-feed__img--bg {
    width: 174px;
    height: 114px;
  }

  .header-sticky__nav--mobile {
    display: none !important;
  }

  .photo-popup__btn {
    width: 19px;
    height: 19px;
    top: 40px;
    right: 40px;
  }

  .admin-bar .photo-popup__btn {
    top: 72px;
  }

  .photo-popup__title {
    margin-top: 20px;
    font-size: 20px;
  }

  .photo-popup__slider-box {
    width: 80%;
    max-width: 994px;
    margin: 0 auto;
  }

  .gform_confirmation_wrapper h3 {
    font-size: 30px;
  }

  .section.active .section-title {
    height: 80px;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }

  .section.twitter-section.active {
    padding-top: 54px;
  }

  .section.programme-category__projects.active,
  .section.careers__position.active,
  .section.careers__position.active {
    padding-top: 120px;
  }

  .admin-bar .section.programme-category__projects.active,
  .admin-bar .section.careers__position.active,
  .admin-bar .section.careers__position.active {
    padding-top: 120px;
  }

  .inner.ov-inner {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .admin-bar .inner.ov-inner {
    padding-top: 70px;
  }

  .admin-bar .section.active .section-title {
    top: 32px;
  }

  .screen.global-programmes {
    height: auto !important;
  }

  .screen.global-programmes .pod {
    padding-bottom: 33.33333333%;
  }
}

@media (min-width: 1200px) {
  .projects__box {
    max-width: 1170px;
  }

  .event__content .inner {
    padding: 0;
    margin: 0 auto;
    width: 1080px;
  }
}
@media (max-width: 1280px) and (min-width: 991px) {
  .header-sticky__menu li{
    padding: 0 10px;
  }
  .header-sticky__menu a{
    padding-top: 31px;
    font-size: 13px;
  }
}
@media (min-width: 1480px) {
  .home__featured-title br {
    display: block;
  }
}

@media (max-width: 1024px) {
  #wp-admin-bar-my-account {
    display: none !important;
  }

  .small-text-left {
    text-align: left !important;
  }

  .top-screen--small {
    height: 440px;
    min-height: 440px;
  }
  .section.vertical.sm_top_screen {
    height: 440px;
    min-height: 440px;
  }

  .admin-bar .header__menu-nav--v2 {
    top: 45px;
  }

  .section-title--v2 {
    top: 46px;
  }

  .admin-bar .header__logo--v2 {
    top: 46px;
  }

  .header-sticky--green.menu-open {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }

  .admin-bar .header-sticky--green.menu-open .header__logo--v2,
  .admin-bar .header-sticky--green.menu-open .header__menu-nav--v2 {
    top: 0 !important;
  }

  .header-sticky--green.menu-open .section-title {
    display: none;
  }

  .header__menu-nav--v2 .header__menu-btn {
    display: inline-block;
    vertical-align: middle;
    margin-left: 22px;
  }

  .home__slide {
    background-image: none !important;
  }

  .home__slide-title br {
    display: none;
  }

  .home__subscribe .ginput_container {
    width: 100%;
  }

  .development__item .color-title {
    margin-left: 10px;
  }

  .color-title--v2 span {
    box-shadow: 10px 0 0 #8dc32b, 0 0 0 #8dc32b;
    padding: 0 20px;
  }

  .governance__peoples .member__photo {
    margin-bottom: 0;
    margin-right: 27px;
  }

  .governance__peoples .member__item {
    float: none;
    width: 100%;
  }

  .governance__peoples.board .color-title {
    margin-left: 10px;
  }

  .membership__welcome--v2 h2.color-title {
    text-align: left;
  }

  .membership__welcome--v2 h2.color-title {
    margin-left: 10px;
  }

  .membership__map .color-title {
    margin-left: 10px;
  }
  .event__aside-box .event__aside-logo{
    text-align: center;
  }
  .event-link-buttons{
    padding-left: 0;
  }
  .paging-info{
    margin-top: 50px;
  }
  .picture_gallery_slider .slick-prev,
  .picture_gallery_slider .slick-next{
    top: auto;
    bottom: -89px;
  }
  .picture_gallery_slider .slick-prev{
    left: 36%;
  }
  .picture_gallery_slider .slick-next{
    right: 36%;
  }
  .footer.footer--v2 {
    font-size: 0;
  }

  .footer__social {
    background: #8dc32b;
    padding-bottom: 40px;
  }

  .footer__logo.left {
    left: 15px;
  }

  .footer__logo.right {
    right: 15px;
  }

  .color-title--bold {
    margin-left: 10px;
  }

  .header-sticky__menu > li {
    border-bottom: 1px solid #110d03;
  }

  .header-sticky__menu > li > a {
    font-size: 36px;
  }
  .wpml-switch-mobile{
    position: static;
    left: 0;
    bottom: 20px;
    width: 100%;
    padding: 0;
  }
  .menu-open .header__lang-mobile{
    display: none;
  }
  .wpml-switch-mobile div:after,
  .wpml-switch-mobile div a{
    font-size: 36px;
    line-height: normal;
  }
  .wpml-switch-mobile div a{
    margin-right: 10px;
  }
  .wpml-switch-mobile div.active a{
    color: #000;
  }
  .wpml-switch-mobile div:after{
    top: -1px;
    right: 10px;
  }
  .wpml-switch-mobile div:nth-last-child(1) a{
    margin-right: 0;
  }
  .header-sticky__menu a {
    padding: 35px 30px;
  }

  .header-sticky__menu .sub-menu {
    position: relative;
    background: #405e3c;
  }

  .header-sticky__menu .sub-menu li {
    border-bottom: 1px solid #fff;
    background: none;
  }

  .header-sticky__menu .sub-menu li:last-child {
    border: none;
  }

  .header-sticky__menu .sub-menu a {
    font-size: 30px;
  }

  .header-sticky__nav-wrapper {
    position: relative;
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 50px;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
  }

  .section.active .section-title {
    display: none;
  }
  .event-parent-link a{
    font-size: 28px;
    line-height: 23.85px;
  }
  .event-parent-link a i{
    font-size: 22px;
  }
  .event__content-detail .event__aside-box .event__aside-logo{
    padding-top: 27px;
  }
  .event__aside-box .event__aside-logo img,
  .event__content-detail .event__aside-box .event__aside-logo img{
    max-width: 360px;
  }
  .event__content-detail .event__item-title{
    margin-bottom: 33px;
    font-size: 32px;
  }
  .event__content-detail .event__content-box h2{
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 24.01px;
  }
  .partners-logo{
    margin-bottom: 0;
  }
  .partners-logo .event__aside-title{
    margin-bottom: 0;
  }
  .partners-logo{
    margin-top: 55px;
    padding-top: 54px;
  }
  .partners-logo-box{
    flex-direction: row;
    justify-content: center;
    padding-top: 0;
  }
  .partners-logo-box a {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 782px) {
  .admin-bar .header-sticky--green.menu-open {
    top: 46px;
  }
}

@media (max-width: 639px) {
  .top-screen--small {
    height: 250px;
    min-height: 250px;
  }

  .section.vertical.sm_top_screen {
      height: 250px;
      min-height: 250px;
      height: 207px;
      min-height: 207px;
      padding: 0;
      display: flex;
      align-items: center;
  }

  .header-sticky--green.menu-open {
    height: 56px;
  }

  .header__menu-nav--v2 .header__menu-btn {
    margin-left: 11px;
  }

  .color-title--v2 span {
    padding: 0 10px;
  }

  .governance__peoples .member__photo {
    margin-right: 15px;
  }

  .footer__social {
    padding-bottom: 20px;
  }

  .twitter-feed__img--no-img {
    width: 100%;
  }
  .wpml-switch-mobile div a,
  .wpml-switch-mobile div:after{
    font-size: 18px;
    line-height: normal;
  }
  .header-sticky__menu > li > a {
    font-size: 18px;
  }

  .header-sticky__menu a {
    padding: 17px 15px;
  }

  .header-sticky__menu .sub-menu a {
    font-size: 15px;
  }
  .picture_gallery_slider .slick-prev{
    left: 30%;
  }
  .picture_gallery_slider .slick-next{
    right: 30%;
  }
  .event-parent-link a{
    font-size: 12px;
  }
  .event-parent-link a i{
    margin-right: 3px;
    font-size: 10px;
  }
  .event__content-detail .event__item-title{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .event__content-detail .event__content-box h2{
    margin-bottom: 18px;
    font-size: 16px;
  }
  .partners-logo {
    margin-top: 10px;
    padding-top: 10px;
  }

}
@media only screen and (min-width: 1280px) {
  .header-sticky__nav .header-sticky__menu{
    width: 74%;
  }
  .header-sticky__nav .wpml-switch{
    
  }
}
@media only screen and (min-width: 1680px) {
  .header-sticky__nav .wpml-switch{
    width: 24%;
  }

}
@media only screen and (min-width: 783px) and (max-width: 1023px) {
  .admin-bar .header-sticky--green.menu-open {
    top: 46px;
  }
}
@media (orientation: landscape) {
  .wpml-switch-mobile {
    position: relative;
    bottom: 0;
    padding: 40px 0 0;
  }
}
.rst-header-menu{
	background: #405e3c;
}
.header-sticky__menu .sub-menu{
	z-index: 99;
}

@media (min-width: 1025px){
	.header-sticky__menu li:hover > a, .header-sticky__menu li.current-menu-item > a {
		color: #8dc32b;
	}
	.header-sticky--green {
		height: auto;
		position: static;
	}
	.body-v2 {
		padding-top: 0px;
	}
	.header-sticky__menu > li > a {
		padding: 15px 0 !important;
	}
	.header-sticky__menu li.menu-item-has-children a {
		padding-right: 20px!important;
		position: relative;
	}
	.header-sticky__menu li {
		padding: 0 27px;
	}
	.header-sticky__logo {
		margin: 20px 0;
		width: 120px;
	}
	.header-sticky__nav{
		width: auto;
	}
	.header-sticky__nav{
    margin-top: 25px;
  }
  html[lang="en-US"] .header-sticky__nav, 
  html[lang="es-ES"] .header-sticky__nav, 
  html[lang="fr-FR"] .header-sticky__nav{
    margin-top: 35px;
  }
  .header-sticky__menu li.menu-item-has-children:hover > a:after {
		background: url(images/menu-arrow-hover2.png);
	}
}

.header-sticky__menu li:first-child {
    padding-left: 0;
}
.header-sticky__logo img {
    display: block;
    max-width: 105px;
}
.wpml-switch-mobile div a, .wpml-switch div a {
    font-size: 16px;
}
.wpml-switch-mobile div:after, .wpml-switch div:after{
	top: 3px;
}
.header-sticky__search {
    margin-left: 25px;
}
.rst-tagline{
	float: left;
	margin-top: 30px;
	font-size: 22px;
	font-family: lato;
	font-weight: 700;
	color: #fff;
	text-transform: none;
}
html[lang="en-US"] .rst-tagline, html[lang="es-ES"] .rst-tagline, html[lang="fr-FR"] .rst-tagline{
  margin-top: 45px;
}
.header-sticky__nav .wpml-switch {
    width: auto;
}
.rst-header-mobile .header__logo--v2 img{
	margin-left: 20px;
}
.rst-header-mobile{
	padding: 15px 0;
}
.rst-header-mobile .header__menu-nav--v2 {
    top: 7px !important;
}
@media (max-width: 1024px){
	.rst-header-menu{
		display: none;
	}
	.rst-header-mobile .header__logo--v2 {
		position: static;
		float: left;
	}
	.rst-tagline{
		margin-top: 15px;
		    margin-left: 20px;
	}
}
@media (max-width: 1280px) and (min-width: 991px){
	.header-sticky__menu a {
		font-size: 16px;
	}
	.header-sticky__search {
		margin-left: 0;
	}
	.rst-tagline{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1023px) and (min-width: 783px){
.admin-bar .header-sticky--green.menu-open {
    top: 32px;
}
}
@media (max-width: 1024px){
.header-sticky--green.menu-open {
	height: auto;

}}
@media (max-width: 1024px){
	.admin-bar .header-sticky--green.menu-open .header__logo--v2, .admin-bar .header-sticky--green.menu-open .header__menu-nav--v2 {
		top: 7px !important;
	}
	.wpml-switch-mobile div:after, .wpml-switch-mobile div a {
		font-size: 20px;
		line-height: normal;
		top: -4px;
	}
}
@media (min-width: 640px){

	.header-sticky__nav--mobile {
		height: calc(100vh - 92px);
		top: 92px;
		content: 'viewport-units-buggyfill; height: calc(100vh - 92px)';
	}
	.admin-bar .header-sticky__nav--mobile {
		top: 124px;
		height: calc(100vh - 124px);
		content: 'viewport-units-buggyfill; height: calc(100vh - 124px)';
	}
}
@media (max-width: 639px){
	.wpml-switch-mobile div:after, .wpml-switch-mobile div a {
		top: 0px;
		font-size: 14px;
	}
	.header__menu-nav--v2 .header__menu-btn {
		margin-left: 11px;
	}
	.rst-tagline{
		font-size: 18px;
		max-width: 250px;
		    margin-top: 0;
	}
	.rst-header-mobile .header__menu-nav--v2 {
		top: 20px !important;
	}
	.admin-bar .header-sticky--green.menu-open .header__logo--v2, .admin-bar .header-sticky--green.menu-open .header__menu-nav--v2 {
		top: 20px !important;
	}
	.admin-bar .header-sticky__nav--mobile {
		top: 113px;
		height: calc(100vh - 113px);
		content: 'viewport-units-buggyfill; height: calc(100vh - 113px)';
	}
	.header-sticky__nav--mobile {
		height: calc(100vh - 66px);
		content: 'viewport-units-buggyfill; height: calc(100vh - 66px)';
		top: 66px;
	}
	.header__menu-nav--v2 .header__menu-btn {
		margin-right: 10px;
	}


  .rst-header-mobile {
      padding: 23px 0 20px;
  }
}
@media (max-width: 400px){
	.rst-tagline {
		display: block;
		font-size: 14px;
		max-width: 170px;
		margin-left: 10px;
		margin-top: 0;
	}
}

