#admin-menu,
#admin-menu .dropdown {
  z-index: 99999999999;
}

p,
.about-cover .left_section .inner_content .field-item,
.node-ct-employee .content_area .field-item,
.node-ct-employee .show_more .field-item {
  color: #414343;
  font-size: 18px;
  line-height: 30px;
}

video {
  display: block;
}
.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.2%;
  margin-bottom: 30px;
}
/* Start - Omitsis - Video caption 26/05 */
.video-container .field-name-field-multimedia-caption {
  transform: translateY(calc(100% + 10px));
  opacity: 0.6;
}
.video-container .field-name-field-multimedia-caption p {
  font-size: 14px;
}
/* End - Omitsis - Video caption 26/05 */
@media screen and (max-width: 980px) {
  .video-container {
    margin-bottom: 90px;
  }
}
.video-container video,
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tableauPlaceholder,
.tableauPlaceholder iframe {
  width: 100% !important;
}

.tableauPlaceholder iframe {
  position: absolute !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
}

.video-container .tableauPlaceholder {
  position: absolute !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
}
.video-container .video-sharing {
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: 2;
  transform: translateY(100%);
}
.video-container .video-sharing a .icon:before {
  display: block;
  content: "";
  background-image: url(../images/site/icon-sharing.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  height: 60px;
  width: 60px;
}

.pager--infinite-scroll {
  clear: both;
  text-align: center;
  padding-bottom: 30px;
}

/* Header **********************************************************************/
header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999999999;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
}
header.active {
  top: 0;
  position: fixed;
}
header .top_header {
  background: #414343;
  height: 40px;
}
header .wrapper {
  position: relative;
}
header .bottom_banner {
  height: 140px;
  background: #fff;
  padding-top: 40px;
}
@media only screen and (max-width: 1366px) {
  header .bottom_banner {
    height: 100px;
    background: #fff;
    padding-top: 22px;
  }
}

/* Language menu */
header .top_header ul {
  float: right;
}
header .top_header ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 44px;
}
header .top_header ul li:first-child {
  margin-left: 0;
}
header .top_header ul li a {
  color: #8d8e8e;
  display: block;
  line-height: 40px;
  position: relative;
  font-weight: bold;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
}
header .top_header ul li.active a {
  color: #fff;
}
header .top_header ul li.active a:after {
  opacity: 1;
  width: 20px;
}
header .top_header ul li a:after {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  background: #ff3a21;
  content: "";
  transform: translateX(-12px);
  opacity: 0;
  transition: 0.4s ease all;
  width: 0;
}
header .top_header ul li:hover a {
  color: #fff;
}
@media only screen and (max-width: 1170px) {
  header .top_header ul li {
    margin-left: 45px;
  }
}
@media only screen and (max-width: 959px) {
  header .top_header {
    display: none;
  }
}

/* Logo */
header .bottom_banner .brand {
  display: block;
  float: left;
  width: 159.86px;
}
header .bottom_banner .brand img {
  max-height: 60px;
}
@media only screen and (max-width: 1170px) {
  header .bottom_banner .brand {
    width: 120px;
  }
  header .bottom_banner .brand img {
    width: 100%;
  }
}
@media only screen and (max-width: 959px) {
  header .bottom_banner .brand {
    margin-left: 20px;
  }
}

/* Main menu */
header .bottom_banner nav {
  float: right;
  padding-top: 16px; /* Omitsis - Responsive 14/05 */
}
header .bottom_banner nav ul.menu {
  list-style: none;
}

header .bottom_banner nav ul.menu > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 26px; /* Omitsis - Responsive 14/05 */
  position: relative;
}
header .bottom_banner nav ul.menu > li.active-trail {
  margin-left: 36px; /* Omitsis - Responsive 14/05 */
}
header .bottom_banner nav ul.menu > li:first-child {
  margin-left: 0;
}

html[lang="es"] header .bottom_banner nav ul.menu > li a {
  font-size: 12px;
}
html[lang="es"] header .bottom_banner nav ul.menu > li:not(:first-child) {
  margin-left: 15px;
}

header .bottom_banner nav ul.menu > li a {
  display: block;
  color: #b3b4b4;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

html[lang="es"] header .bottom_banner nav ul.menu > li > a:after,
html[lang="fr"] header .bottom_banner nav ul.menu > li > a:after {
  right: auto;
  left: -10px;
}

header .bottom_banner nav ul.menu > li > a:after {
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  background: #ff3a21;
  content: "";
  transform: translateX(-12px);
  opacity: 0;
  transition: 0.4s ease all;
  width: 0;
}
header .bottom_banner nav ul.menu > li.active-trail > a:after {
  opacity: 1;
  width: 20px;
}
header .bottom_banner nav ul.menu > li > ul > li > a {
  font-weight: bold;
}
header .bottom_banner nav ul.menu > li a:hover {
  color: #414343;
}
header .bottom_banner nav ul.menu > li.active-trail > a {
  color: #000;
}
header .bottom_banner nav ul.menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
header .bottom_banner nav ul.menu > li > ul {
  position: absolute;
  left: -52px;
  width: 273px;
  top: 100%;
  background: #fff;
  list-style: none;
  padding-top: 51px;
  padding-bottom: 25px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease all;
}
header .bottom_banner nav ul.menu > li > ul li {
  padding-left: 52px;
  margin-bottom: 21px;
}
@media only screen and (max-width: 1170px) {
  header .bottom_banner nav ul.menu > li {
    margin-left: 19px; /* Omitsis - Responsive 14/05 */
  }
  header .bottom_banner .social,
  header .bottom_banner .search,
  header .bottom_banner .social li {
    margin-left: 18px;
  }
  header .bottom_banner nav {
    padding-top: 12px;
  }
  header .bottom_banner .search {
    margin-top: 17px;
  }
}
/* Mobile */
header .hem_menu {
  width: 30px;
  height: 20px;
  margin-top: 12px;
  display: none;
}
header .hem_menu span {
  font-size: 0;
}
header .hem_menu span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  top: -8px;
  left: 0;
  background: #b3b4b4;
}
header .hem_menu span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  top: 8px;
  left: 0;
  background: #b3b4b4;
}
@media only screen and (max-width: 1160px) {
  /* Omitsis - Responsive 14/05 */
  header .hem_menu {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 45px;
    height: 35px;
    z-index: 9999;
    float: left;
    margin-top: 7px;
  }
  header .hem_menu span {
    width: 100%;
    height: 4px;
    background: #b3b4b4;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
  }
  header.nav_open .hem_menu span {
    background-color: transparent;
  }
  header.nav_open .hem_menu span:after {
    transform: rotate(45deg);
    top: 0;
  }
  header.nav_open .hem_menu span:before {
    transform: rotate(-45deg);
    top: 0;
  }
  header .hem_menu span:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    top: -13px;
    left: 0;
    background: #b3b4b4;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all;
  }
  header .hem_menu span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    top: 13px;
    left: 0;
    background: #b3b4b4;
    -o-transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition: 0.4s ease all;
  }
}

header .mob_header {
  display: none;
}
header .mob_header .content .right_section {
  max-width: 232px;
  float: right;
  width: 65%;
  /* New code */
  margin-left: 50px;
  /* End new code */
}
header .mob_header .content .right_section ul li a,
header .mob_header .top_list ul li a {
  font-size: 14px;
}
header .mob_header .content .right_section ul li {
  margin-bottom: 12px;
}
header .mob_header .content .left_section {
  padding-left: 24px;
  width: 38%;
}
header .mob_header .content .left_section .social li {
  /* New code */
  /*margin-left: 14px;*/
  margin: 0;
  margin-bottom: 8px;
  /* End new code */
  padding-top: 4px; /* Omitsis - Icons align 20/05 */
}
header .mob_header .content .left_section .social li a {
  color: #b3b4b4; /* Omitsis - Icons color 20/05 */
  font-size: 20px; /* Omitsis - Icons size 20/05 */
}
header .mob_header .content .left_section .social li .fa-facebook {
  transform: translateX(2px); /* Omitsis - Facebook align 20/05 */
}
header .mob_header .content .left_section .social li:first-child {
  margin-left: 0;
}
header .mob_header .content .left_section .social li em {
  font-size: 21px;
}
@media only screen and (max-width: 321px) {
  header .mob_header .content .left_section .social li {
    padding-left: 8px !important; /* Omitsis - Icons size 20/05 */
  }
}

header .mob_header .bottom_section {
  display: none;
}
header .mob_header .bottom_section ul {
  margin-right: -370px;
}
header .mob_header .bottom_section ul li a {
  font-weight: 700;
}
header .mob_header .bottom_section .btn_up {
  display: none;
  width: 18px;
  margin-left: 24px;
}
header .mob_header .bottom_section .btn_up .icon {
  display: block;
  content: "";
  background-image: url(../images/site/up_arrrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  height: 16px;
  width: 25px;
  margin-top: 20px;
}
header .mob_header .bottom_section .btn_up.active {
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

/* Block social */
header .bottom_banner .social {
  float: right;
  margin: 19px 70px 0 35px;
}
/* Start - Omitsis - Social align 14/05 */
@media only screen and (max-width: 1170px) {
  header .bottom_banner .social {
    margin-top: 14px;
  }
}
/* End - Social align */
@media screen and (max-width: 768px) {
  header .bottom_banner .social {
    display: none;
  }
}
header .bottom_banner .social li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin-left: 28px;
}
header .bottom_banner .social li:first-child {
  margin-left: 0;
}
header .bottom_banner .social a i,
header .bottom_banner .social a em {
  font-size: 23px;
  color: #b3b4b4;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
header .bottom_banner .social a span {
  display: none;
}
header .bottom_banner .social a:hover i,
header .bottom_banner .social a:hover em {
  color: #414343;
}

/* Search */
header .search_bar {
  float: right;
  width: 20px;
  height: 55px;
  position: absolute;
  right: 0;
  top: 11px;
  z-index: 999;
  background: #fff;
  overflow: hidden;
  transition: 0.4s ease all;
  right: 16px;
  top: 3px; /* Omitsis - Search align 18/05 */
}
header .search_bar.active {
  width: calc(100% - 200px);
}
header .search_bar a {
  display: none;
  position: absolute;
  top: calc(50% - 9px); /* Omitsis - Search align 18/05 */
  left: 0;
  margin-top: 0;
  width: 16px;
}
header .search_bar.active a {
  display: block;
}
header .search_bar a .icon {
  display: block;
  content: "";
  background-image: url(../images/site/close.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  height: 16px;
  width: 16px;
  margin-top: 0;
}
header .search_bar input {
  width: 100%;
  background: #fff;
  height: 45px;
  background-image: url(../images/site/search_black.svg);
  background-repeat: no-repeat;
  background-position: right 20px;
  float: right;
  font-weight: bold;
  border: none;
}
header .search_bar.active input {
  width: calc(100% - 30px);
  border-bottom: 2px solid #414343;
}
@media only screen and (max-width: 1170px) {
  /* Start - Omitsis - Search align 14/05 */
  header .search_bar {
    right: 16px;
    top: -1px;
  }
  /* End - Search align */
}
@media screen and (max-width: 980px) {
  header .search_bar.active {
    width: calc(100% - 100px);
  }
}
@media only screen and (max-width: 1160px) {
  /* Omitsis - Responsive 14/05 */
  header .search_bar {
    right: 36px;
  }

  header .search_bar input {
    width: 85%;
  }
}

/* BANNER POSITION **********************************************************************/
/* Start - Omitsis - Video caption 26/05 */
.banner {
  position: relative;
  overflow: visible;
}

#node-17407 .banner .field-name-field-image-caption {
  transform: translateY(calc(100% + 10px));
}

.banner .field-name-field-image-caption {
  margin-top: 10px;
}
.banner .field-name-field-image-caption p {
  color: #9e9e9e;
  font-size: 14px;
}
.banner .video_container {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 0;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}
/* End - Omitsis - Video caption 26/05 */

.banner .video_container video,
.banner .video_container iframe,
.banner .video_container img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

.banner .video_container .video_container__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 0%;
}

@media only screen and (max-width: 1170px) {
  .banner .video_container video,
  .banner .video_container img {
    max-height: 100%;
    max-width: none;
  }
}

.banner .blog_img {
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 658px;
  position: relative;
  background-size: cover;
  padding: 0 100px;
  /*margin-bottom: 60px;*/
}
.banner .blog_img h1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 52px;
  line-height: 60px;
  padding-top: 216px;
  padding-bottom: 48px;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s ease-in-out 0.3s;
}
.loaded .banner .blog_img h1 {
  opacity: 1;
  transform: translateY(0px);
}
.banner .blog_img p,
.banner .blog_img .field-name-field-summary {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s ease-in-out 0.5s;
}
.vocabulary-regions .banner .blog_img .field-name-field-summary {
  /*padding-top: 316px;*/
}
.loaded .banner .blog_img p,
.loaded .banner .blog_img .field-name-field-summary {
  opacity: 1;
  transform: translateY(0);
}
.banner .blog_img a.btn {
  display: inline-block;
  vertical-align: top;
  margin-top: 54px;
  padding: 0 37px;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out 1s,
    opacity 0.3s ease-in-out 1s;
}
@media only screen and (max-width: 767px) {
  .home_page_new .banner .blog_img p,
  .banner .blog_img .field-name-field-summary {
    font-size: 12px;
    line-height: 18px;
  }
}

.banner--sm {
  padding: 70px 0 0;
  /* new code */
  overflow: hidden;
  /* new code end*/
}
.banner--sm .wrapper {
  position: relative;
}
.banner--sm .wrapper:after {
  content: "";
  display: block;
  position: absolute;
  /* new code */
  width: 100vw;
  height: 100%;
  top: -50px;
  left: 60%;
  /* new code end */
  background-color: #f2f2f2;
  z-index: -1;
}
.banner--sm .wrapper .blog_img {
  max-width: 1100px;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: initial;
  min-height: 520px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 35px 110px;
}
.banner--sm .wrapper .blog_img h1 {
  padding: 0;
  max-width: 665px;
}
.banner--sm .wrapper .blog_img .btn {
  margin-left: 200px;
}
@media screen and (max-width: 980px) {
  .banner--sm {
    padding: 30px 0;
    overflow: initial;
  }
  .banner--sm .wrapper:after {
    /* new code */
    width: 100vw;
    height: 100%;
    top: 30px;
    /* new code end */
  }
  .banner--sm .wrapper .blog_img {
    min-height: 200px;
    padding: 20px;
    align-items: center;
  }
  .banner--sm .wrapper .blog_img h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .banner--sm .wrapper .blog_img .btn {
    position: absolute;
    left: 0;
    bottom: -25px;
    margin: 0;
    transform: translateY(100%) !important;
    color: #cacaca;
    border-color: currentColor;
  }
}

/* with her */
.page-node-17595 .paragraphs-items-field-actions-full {
  display: inline-block;
  width: 100%;
}
.page-node-17595 .paragraphs-item-intro-block {
  padding: 30px 0 40px;
}

@media screen and (min-width: 980px) {
  .page-node-17595 .paragraphs-item-intro-block {
    padding: 40px 0 60px 0;
  }
}
/* JUICED */
.page-node-17595 .social-embed {
  padding-bottom: 40px;
}
.page-node-17595 .social-embed .field-name-field-social-embed-title {
  font-size: 52px;
  line-height: 1;
  color: #ff3a21;
  margin: 80px auto 40px auto;
  font-weight: bold;
  max-width: 1170px;
}
@media screen and (max-width: 767px) {
  .page-node-17595 .social-embed {
    padding-bottom: 30px;
  }
  .page-node-17595 .social-embed .field-name-field-social-embed-title {
    font-size: 32px;
    margin-bottom: 30px;
    padding: 0 20px;
  }
}

#node-17595 footer {
  display: none;
}

.page-node-17595 .action-block h2 {
  font-weight: bold;
  font-size: 52px;
  line-height: 60px;
  font-weight: bold;
  max-width: 540px;
}

@media screen and (max-width: 767px) {
  .page-node-17595 .action-block h2 {
    font-size: 32px;
  }
}

/* Donate block */

.action-block {
  margin: 70px auto;
  padding: 15px;
  position: relative;
  max-width: 1170px;
}

.field-item.even .action-block h2 {
  width: 45%;
  float: right;
}

.action-block h2 {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 700;
}

.action-block .content {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
}

.field-item.even .action-block .content {
  flex-direction: row-reverse;
}

.action-block .field-name-field-action-link a {
  display: inline-block;
  vertical-align: top;
  padding: 0 29px;
  height: 50px;
  border: 2px solid #919191;
  color: #919191;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  position: relative;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  letter-spacing: 0.1px;
  margin-top: 60px;
  margin-left: 100px;
}

.action-block .field-name-field-action-link a:hover {
  background: #ff3a21;
  color: white;
  border: 2px solid #ff3a21;
}

.action-block .field-name-field-action-link a:hover::after {
  background: white;
}

.action-block .field-name-field-action-link a::after {
  position: absolute;
  width: 20px;
  right: calc(100% - 18px);
  top: 50%;
  margin-top: -1px;
  height: 2px;
  background: #ff3a21;
  content: "";
  width: 118px;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

.action-block .field-name-field-action-text {
  width: 45%;
}

.action-block .field-name-field-action-image {
  width: 40%;
}

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

@media screen and (max-width: 767px) {
  .action-block {
    margin: 60px auto;
  }

  .action-block .content {
    align-items: center;
  }
  .field-item.even .action-block .content {
    flex-direction: row;
  }
  .field-item.even .action-block h2 {
    width: 100%;
    float: none;
  }

  .action-block h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .action-block .field-name-field-action-image,
  .action-block .field-name-field-action-text {
    width: 100%;
  }

  .action-block .field-name-field-action-image {
    max-width: 400px;
    margin-top: 40px;
  }

  .action-block .field-name-field-action-link {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .action-block .field-name-field-action-link a {
    margin-top: 20px;
  }
}

/* Home */
.node-home {
}
.node-home .banner .blog_img {
  margin-bottom: 0;
}
.node-home .video_part {
  padding-top: 90px;
}
.node-home .video_part .wrapper {
  padding-bottom: 150px;
}
.node-home .video_part .wrapper h2 {
  margin-bottom: 80px;
  font-weight: bold;
  font-size: 52px;
  line-height: 60px;
  font-weight: 600;
}
.node-home .video_part .video_section {
  position: relative;
  background-position: center;
  background-size: cover;
}
.node-home .video_part .video_section video {
  width: 100%;
  height: 100%;
}
.node-home .video_part .video_section.active a {
  opacity: 0;
}
.node-home .video_part .video_section.active:hover a {
  opacity: 1;
}
.node-home .video_part .video_section a {
  display: block;
  width: 115px;
  height: 115px;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 57px);
  margin: 0 auto;
}
.node-home .video_part .video_section a .push {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.node-home .video_part .video_section.active a img {
  opacity: 0;
}
.node-home .video_part .video_section.active a .push {
  opacity: 1;
}
.node-home .video_part .video_section a:hover {
  opacity: 0.5;
}
.node-home .video_part .field-name-field-description {
  max-width: 966px;
  margin: 0 auto;
  padding-top: 60px;
}
.node-home .video_part .field-name-field-description p {
  margin-bottom: 30px;
}
.node-home .video_part .field-name-field-description p:last-child {
  margin-bottom: 0;
}

.node-home .video_part .field-name-field-description a {
  font-size: 1em;
  color: #ff3a21;
}

.node-home .video_part .field-name-field-description a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1400px) {
  .node-home .video_part .wrapper {
    max-width: 970px;
  }
}
@media only screen and (max-width: 959px) {
  .node-home .video_part .field-name-field-description {
    padding-top: 10px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  display: none;
}
.modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #f2f2f2;
  opacity: 0.95;
}
.modal .modal-container {
  position: absolute;
  top: calc(50% + 22px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 700px;
}
.modal .modal-container .modal-body {
  width: 100%;
  box-sizing: border-box;
  padding: 60px;
  background-color: #fff;
  background: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.13);
}
.modal .modal-container .modal-url {
  width: 100%;
  box-sizing: border-box;
  min-height: 300px;
}
.modal .modal-container .modal-close {
  position: absolute;
  left: 0;
  top: -35px;
  transform: translateY(-100%);
  font-size: 18px;
  padding-left: 70px;
  width: 100%;
}
.modal .modal-container .modal-close .icon:before {
  content: "";
  width: 44px;
  height: 44px;
  background-image: url(../images/site/icon-back.svg);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  left: 0px;
  top: -12px;
}
.modal .modal-container .modal-body .modal-sharing__image {
  margin: 0 0 30px;
}
.modal .modal-container .modal-body .modal-sharing__image img {
  width: 100%;
  height: auto;
}
.modal .modal-container .modal-body .modal-sharing__text {
  font-size: 22px;
  line-height: 30px;
  color: #414343;
  font-weight: bold;
}
.modal .modal-container .modal-body .modal-sharing__extra {
  display: none;
}
.modal .modal-container .modal-body .modal-sharing__text span {
  font-weight: normal;
  color: #ff3a21;
  font-size: 18px;
}
.modal .modal-container .modal-body .modal-sharing__action {
  margin-top: 30px;
  display: flex;
  align-items: center;
  border-top: 1px solid #cacaca;
  padding-top: 25px;
}
.modal .modal-container .modal-body .modal-sharing__action a {
  width: 50%;
  display: block;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  font-size: 18px;
  color: #414343;
}
.modal .modal-container .modal-body .modal-sharing__action a .icon:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/site/icon-facebook.svg);
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-block;
  margin-left: 25px;
  vertical-align: middle;
}
.modal
  .modal-container
  .modal-body
  .modal-sharing__action
  a.twitter
  .icon:before {
  background-image: url(../images/site/icon-twitter.svg);
}
@media screen and (max-width: 980px) {
  .modal {
    padding: 30px 20px;
  }
  .modal .modal-body {
    padding: 20px;
  }
  .modal .modal-container {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
  }
  .modal .modal-container .modal-close {
    font-size: 14px;
    position: static;
    margin-bottom: 25px;
    transform: none;
    display: block;
  }
  .modal .modal-container .modal-close img {
    height: 25px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 981px) {
  .modal
    .modal-container
    .modal-body
    .modal-sharing__action
    a:not(:last-child) {
    border-right: 1px solid #cacaca;
  }
  .modal .modal-container .modal-body .modal-sharing__action a:last-child {
    text-align: right;
  }
}
@media screen and (max-width: 980px) {
  .modal .modal-container .modal-body .modal-sharing__action {
    display: block;
  }
  .modal .modal-container .modal-body .modal-sharing__action a {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
}

/* who_we_are **********************************************************************/
#block-views-staff-category-menu-block {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 10;
}

#block-views-staff-category-menu-block .item-list > ul {
  margin: 0;
}

#block-views-staff-category-menu-block .item-list .views-row {
  position: relative;
  list-style-type: none;
}

#block-views-staff-category-menu-block .item-list .views-row:not(:last-child) {
  margin: 0 0 10px;
}
#block-views-staff-category-menu-block .item-list .views-row:last-child {
  margin: 0;
}

#block-views-staff-category-menu-block .item-list .views-row a {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #b3b4b4;
  transition: color 0.25s;
}

#block-views-staff-category-menu-block .item-list .views-row a::before {
  content: "";
  width: 10px;
  height: 2px;
  margin-right: 6px;
  opacity: 0;
  background-color: #ff3a21;
  transition: opacity 0.25s;
}

#block-views-staff-category-menu-block .item-list .views-row a:hover,
#block-views-staff-category-menu-block .item-list .views-row a.js-active {
  color: black;
}
#block-views-staff-category-menu-block .item-list .views-row a:hover::before,
#block-views-staff-category-menu-block
  .item-list
  .views-row
  a.js-active::before {
  opacity: 1;
}

@media only screen and (min-width: 1024px) {
  #block-views-staff-category-menu-block {
    display: block;
  }
}

@media only screen and (min-width: 1440px) {
  #block-views-staff-category-menu-block
    .item-list
    .views-row:not(:last-child) {
    margin: 0 0 30px;
  }
  #block-views-staff-category-menu-block .item-list .views-row a {
    font-size: 14px;
  }

  #block-views-staff-category-menu-block .item-list .views-row a::before {
    width: 20px;
    margin-right: 20px;
  }
}

#node-17419 .partners .wrapper,
#node-17419 .staff .wrapper {
  padding: 0 98px;
}

#node-17419 .staff .wrapper > h2 {
  display: none;
}

#node-17419 .staff .wrapper h3 {
  position: relative;
  font-size: 32px;
  margin-bottom: 40px;
}
#node-17419 .staff .wrapper h3 p {
  margin-top: 40px;
  font-weight: normal;
}

#node-17419 .staff .wrapper h3:first-child {
  padding-top: 60px;
}

#node-17419 .staff .wrapper h3:not(:first-child) {
  padding-top: 60px;
  margin-top: 40px;
}

#node-17419 .staff .wrapper h3:not(:first-child)::before {
  content: "";
  position: absolute;
  width: calc(100% + 196px);
  height: 1px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  background: #cacaca;
}

#node-17419 .bottom_report {
  display: none !important;
}

@media only screen and (max-width: 1280px) {
  #node-17419 .staff .wrapper h3:not(:first-child)::before {
    width: calc(100% + 130px);
  }
  #node-17419 .partners .wrapper,
  #node-17419 .staff .wrapper {
    padding: 0 65px;
  }
}

@media only screen and (max-width: 1023px) {
  #node-17419 .partners .wrapper,
  #node-17419 .staff .wrapper {
    padding: 0 30px;
  }

  #node-17419 .staff .wrapper h3:first-child {
    padding-top: 30px;
  }

  #node-17419 .staff .wrapper h3:not(:first-child) {
    padding-top: 30px;
    margin-top: 30px;
  }

  #node-17419 .staff .wrapper h3 p {
    margin-top: 20px;
  }

  #node-17419 .staff .wrapper h3:not(:first-child)::before {
    width: calc(100% + 60px);
  }
}

@media only screen and (min-width: 768px) {
  #node-17419 .about-cover .left_section {
    padding-right: 75px;
  }
}

@media only screen and (min-width: 1024px) {
  #node-17419 .partners .cf {
    padding: 0;
  }
  #node-17419 .about-cover .wrapper,
  #node-17419 .partners .wrapper,
  #node-17419 .staff .wrapper {
    max-width: calc(100vw - 300px);
  }

  #node-17419 .about-cover {
    min-height: 550px;
  }
}

@media only screen and (min-width: 1440px) {
  #node-17419 .about-cover .wrapper,
  #node-17419 .partners .wrapper,
  #node-17419 .staff .wrapper {
    max-width: 1170px;
  }
  #node-17419 .about-cover {
    min-height: 600px;
  }
}

.about-cover {
  padding-top: 90px;
  padding-bottom: 65px;
  /* new code */
  overflow: hidden;
  /* new code end */
}
.about-cover .left_section {
  float: left;
  width: 65.8%;
  padding-right: 15px;
}
.about-cover .left_section .inner_content {
  margin-left: 98px;
  padding-top: 59px;
  max-width: 570px;
}
.about-cover .right_sec {
  float: left;
  width: 34.2%;
  padding-left: 10px;
  padding-top: 58px;
}
.about-cover .right_sec .img_part {
  width: 100%;
  position: relative;
  z-index: 9;
  /* New code */
  /*height: 290px;*/
  /* New code end */
}
.about-cover .right_sec .img_part .field-name-field-photo-description {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 50px;
  left: 0;
  font-weight: bold;
  font-size: 14px;
  color: #b3b4b4;
}
.about-cover .right_sec .img_part .imgsection {
  background-color: #b3b4b4;
  position: relative;
  width: 100%;
  height: 100%;
  /*display: table;*/
  text-align: center;
  /* New code */
  display: flex;
  align-items: center;
  justify-content: center;
  /* New code end */
}
.about-cover .right_sec .img_part .imgsection .field {
  width: 100%;
}
.about-cover .right_sec .img_part .imgsection img {
  max-width: 100%;
  display: block;
  height: 277px;
  margin: 0 auto;
  /* New code */
  height: auto;
  /*width: 150px;*/
  /* New code end */
}
.about-cover .right_sec .img_part:after {
  position: absolute;
  content: "";
  /* New code */
  width: 100vw;
  top: -30px;
  /* New code end */
  height: 100%;
  left: -30px;
  background: #ececec;
  z-index: -1;
}
@media only screen and (max-width: 1366px) {
  .about-cover {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 1280px) {
  .about-cover .left_section .inner_content {
    margin-left: 65px;
  }
}

@media only screen and (max-width: 1170px) {
  .about-cover {
    padding-bottom: 60px;
  }
  .about-cover .right_sec .img_part {
    /*height: 208px;*/
  }
  .about-cover .left_section .inner_content {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 959px) {
  .about-cover .right_sec .img_part {
    /*height: 151px;*/
  }
  .about-cover .left_section .inner_content {
    margin-left: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .about-cover {
    padding-top: 28px;
  }
  .about-cover .wrapper {
    position: relative;
  }
  .about-cover .left_section {
    width: 100%;
    padding-right: 0;
  }
  .about-cover .left_section .inner_content {
    max-width: 80%;
    margin-left: 24px;
    padding-top: 12px;
  }
  .about-cover .right_sec {
    padding-left: 0;
    position: absolute;
    right: 0;
    top: 14px;
    width: 100%;
    max-width: 279px;
    z-index: -1;
    opacity: 0.1;
  }
  .about-cover .right_sec .img_part:after {
    display: none;
  }
  .about-cover .right_sec .img_part .field-name-field-photo-description {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .about-cover {
    padding: 30px 0px;
  }
  .about-cover .left_section .inner_content {
    margin-left: 35px;
  }
  .about-cover .left_section p {
    padding-right: 20px;
  }
  .about-cover .right_sec .img_part .imgsection img {
    /*height: auto;*/
  }
  .about-cover .right_sec .img_part:after {
    /* new code */
    top: -40px;
    /* new code end */
  }
}

/* staff */
.staff {
  margin-bottom: 60px;
}
.staff .wrapper {
  border-top: 1px solid #cacaca;
  padding-top: 60px;
}
.staff .wrapper > h2 {
  margin-bottom: 60px;
}
.view-staff {
  display: inline-block;
  width: 100%;
}
.view-staff .views-row {
  display: inline-block;
  width: calc(23% - 5px);
  margin-right: 2%;
  margin-bottom: 50px;
}
/*
.view-staff .views-row:nth-child(4n) {
  margin-right: 0;
}
*/
@media only screen and (max-width: 959px) {
  .view-staff .views-row {
    width: 32%;
    margin-right: 1.25%;
  }
  .view-staff .views-row:nth-child(4n) {
    width: 32%;
    margin-right: 1.25%;
  }
  .view-staff .views-row:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .staff .wrapper > h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .staff {
    margin-bottom: 6px;
  }
  .staff .wrapper > h2 {
    margin-bottom: 24px;
  }
  .view-staff .views-row .content {
    text-align: left;
  }
  .view-staff .views-row {
    width: 46.2%;
    margin-right: 2%;
    height: 295px;
    margin-bottom: 24px;
  }
  .view-staff .views-row:nth-child(3n),
  .view-staff .views-row:nth-child(4n) {
    width: 46.2%;
    margin-right: 2%;
    height: 295px;
    margin-bottom: 24px;
  }
  .view-staff .views-row:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 321px) {
  .view-staff .views-row {
    margin-right: 5.6%;
  }
  .view-staff .views-row:nth-child(2n) {
    margin-right: 0;
  }
}

/* partners */
.partners {
  float: left;
  width: 100%;
  background: #f0f0f0;
  padding-top: 90px;
  padding-bottom: 90px;
  /*margin-bottom: 120px;*/
}
.partners h2 {
  color: #414343;
  margin-bottom: 35px;
}

.partners .field-name-field-text {
  margin-top: 25px;
  margin-bottom: 60px;
}

.partners .wrapper .cf {
  padding: 0 100px;
}
.partners .wrapper .field-name-field-partners-highlighted .field-item,
.partners .wrapper .field-name-field-partners .field-item {
  width: 17.95%;
  margin-right: 2.56%;
  display: inline-block;
  float: left;
  margin-bottom: 30px;
}
/*
.partners .wrapper .field-name-field-partners-highlighted .field-item:nth-child(4n),
.partners .wrapper .field-name-field-partners .field-item:nth-child(4n) {
  margin-right: 40px;
}
*/
.partners .wrapper .client {
  height: 158px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 959px) {
  /*
  .partners .wrapper .field-name-field-partners-highlighted .field-item,
  .partners .wrapper .field-name-field-partners .field-item {
    width: 32%;
    margin-right: 2%
  }
  .partners .wrapper .field-name-field-partners-highlighted .field-item:nth-child(5n),
  .partners .wrapper .field-name-field-partners .field-item:nth-child(5n) {
    width: 32%;
    margin-right: 2%;
  }
  .partners .wrapper .field-name-field-partners-highlighted .field-item:nth-child(3n),
  .partners .wrapper .field-name-field-partners .field-item:nth-child(3n) {
    margin-right: 0;
  }
  */
}
@media only screen and (max-width: 767px) {
  .partners {
    padding-top: 28px;
    padding-bottom: 0;
    /*margin-bottom: 32px;*/
  }
  .partners h2 {
    margin-bottom: 25px;
  }
  .partners .wrapper .cf {
    padding: 0;
  }
  .partners .wrapper .field-name-field-partners-highlighted .field-item,
  .partners .wrapper .field-name-field-partners .field-item {
    width: 28.45%;
    margin-right: 7.32%;
    margin-bottom: 24px;
  }
  /*
.partners .wrapper .field-name-field-partners-highlighted .field-item:nth-child(4n),
.partners .wrapper .field-name-field-partners .field-item:nth-child(4n) {
    margin-right: 7.32%;
}
*/
  .partners
    .wrapper
    .field-name-field-partners-highlighted
    .field-item:nth-child(3n),
  .partners .wrapper .field-name-field-partners .field-item:nth-child(3n) {
    margin-right: 0;
  }
  .partners .wrapper .client {
    height: 70px;
    background-size: 25px;
  }
}

/* bottom_report */
.bottom_report {
  height: 658px;
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 120px;
  z-index: 9;
}
.bottom_report:after {
  position: absolute;
  content: "";
  width: 87.7%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #ff3a21;
  z-index: -1;
  background-image: url(../images/site/dots.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.bottom_report .mid {
  vertical-align: middle;
  display: table-cell;
}
.bottom_report .mid .content {
  max-width: 880px;
  margin: 0 auto;
}
.bottom_report h1 {
  font-weight: normal;
  color: #fff;
}
.bottom_report .btn {
  margin-top: 60px;
  margin-left: 100px;
}
.bottom_report .btn:after {
  background: #fff;
}
.bottom_report .btn:hover {
  color: #666666;
  border-color: #fff;
  background: #fff;
}
@media only screen and (max-width: 1170px) {
  .bottom_report .mid .content {
    max-width: 670px;
  }
}

@media only screen and (max-width: 959px) {
  .bottom_report {
    margin-bottom: 80px;
  }
  .bottom_report:after {
    width: 95%;
  }
  .bottom_report .mid .content {
    max-width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .bottom_report {
    height: auto;
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .bottom_report:after {
    width: auto;
    left: 48px;
    right: 0;
    height: 100%;
    background-position: -50%;
    background-size: 120%;
  }
  .bottom_report h1 {
    padding-left: 72px;
    padding-right: 40px;
  }
  .bottom_report .btn {
    margin-left: 72px;
  }
  .bottom_report .mid {
    display: block;
    padding-top: 32px;
  }
  .bottom_report .content {
    text-align: left;
  }
}
@media only screen and (max-width: 375px) {
  .bottom_report .left_section .inner_content {
    max-width: 256px;
  }
}

/* PAGE CT **********************************************************************/
.node-page {
  padding-bottom: 70px;
}
.node-page .field-name-body {
  margin-left: 98px;
  padding-top: 59px;
}
.node-page.no_page .field-name-body {
  margin-left: 0;
  padding-top: 0;
}

/* STAFF CT **********************************************************************/
.node-ct-employee {
  position: relative;
  display: inline-block;
  vertical-align: top;
  transition: 0.4s ease all;
  height: 434px;
  width: 100%;
}
.node-ct-employee:hover p {
  color: #414343;
}
.node-ct-employee .img_section {
  height: 230px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
.node-ct-employee .img_section.no-img {
  background-color: #dbe0ed;
}
.node-ct-employee .img_section .field-name-field-employee-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 9;
}
.node-ct-employee .img_section.no-img:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/site/overlay.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.node-ct-employee .img_section .center {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.node-ct-employee .img_section .load-icon {
  width: 100px;
  height: 20px;
}
.node-ct-employee .img_section .load-icon span {
  position: absolute;
  display: inline-block;
  background: #494a52;
  width: 20%;
  height: 100%;
  border-radius: 100px;
  animation-name: loading;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.node-ct-employee .img_section .load-icon span:nth-of-type(1) {
  left: 0;
}
.node-ct-employee .img_section .load-icon span:nth-of-type(2) {
  left: 40%;
}
.node-ct-employee .img_section .load-icon span:nth-of-type(3) {
  right: 0;
}
.node-ct-employee .img_section .load-icon span:nth-of-type(2) {
  animation-delay: 0.2s;
}
.node-ct-employee .img_section .load-icon span:nth-of-type(3) {
  animation-delay: 0.4s;
}
/*
@keyframes loading {0% { opacity: 1; }50% { opacity: 0; }100% { opacity: 1; }}
@-webkit-keyframes loading {0% { opacity: 1; }50% { opacity: 0; }100% { opacity: 1; }}
*/
.node-ct-employee .img_section h2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  padding-left: 20px;
  color: #fff;
  z-index: 99999;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.node-ct-employee .img_section h2 div {
  display: inline-block;
}
.node-ct-employee .content_area {
  padding-top: 30px;
}
.node-ct-employee .content_area .field-item {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 22px;
  min-height: 80px;
  height: 106px;
  overflow: hidden;
  margin-bottom: 10px;
}
.node-ct-employee .content_area a {
  font-size: 14px;
  line-height: 19px;
  color: #414343;
  opacity: 0.4;
  font-weight: bold;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  position: relative;
  padding-left: 0;
}
.node-ct-employee .content_area a em {
  font-style: normal;
  display: none;
}
.node-ct-employee .active .content_area a em {
  display: inline;
}
.node-ct-employee .active .content_area a span {
  display: none;
}
.node-ct-employee .content_area a:after {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ff3a21;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -1px;
  opacity: 0;
  visibility: hidden;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.node-ct-employee .active .content_area a:after {
  opacity: 1;
  visibility: visible;
}
.node-ct-employee .active .content_area a {
  color: #ff3a21;
  opacity: 1;
  padding-left: 32px;
}
.node-ct-employee .show_more {
  position: absolute;
  left: 0;
  top: 434px;
  width: 1170px;
  display: none;
  padding-top: 57px;
  padding-bottom: 33px;
  overflow: hidden;
  text-align: center;
}
.node-ct-employee .show_more .field-item {
  display: inline-block;
  max-width: 970px;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (max-width: 959px) {
  .node-ct-employee .show_more .field-item {
    padding: 0 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .node-ct-employee .img_section {
    height: 230px;
  }
  .node-ct-employee .img_section h2 {
    bottom: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .node-ct-employee .show_more {
    top: 295px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .node-ct-employee .show_more .field-item {
    font-size: 14px;
    line-height: 24px;
  }
  .node-ct-employee .img_section {
    height: 152px;
  }
  .node-ct-employee .img_section h2 {
    font-size: 14px;
    line-height: 16px;
    left: 16px;
    bottom: 14px;
    padding-left: 0;
  }
  .node-ct-employee .content_area {
    padding-top: 15px;
  }
  .node-ct-employee .content_area p {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 13px;
  }
}
@media (max-width: 321px) {
  .node-ct-employee .img_section {
    height: 135px;
  }
}

/* LATEST BLOG **********************************************************************/
.latest_blog {
  background: #f2f2f2;
  padding-top: 90px;
}
.latest_blog h2 {
  margin-bottom: 40px;
  color: #4a4a4a;
}
.latest_blog .views-row {
  float: left;
  width: 31.65%;
  margin: 0;
  margin-right: 2.52%;
  margin-bottom: 50px;
  list-style: none;
}
.latest_blog .views-row:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .latest_blog .views-row,
  .latest_blog .views-row:nth-child(3n) {
    width: 100%;
    margin-right: auto;
  }
  .node-home .latest_blog .views-row {
    display: none;
  }
  .search_page .latest_blog .views-row,
  .latest_blog .views-row:nth-of-type(-n + 3) {
    display: block;
  }
}
.latest_blog .blog .img_Section {
  height: 278px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
  position: relative;
}
.latest_blog .blog .img_Section strong {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #414343;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  top: 12px;
  left: 12px;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  font-weight: normal;
}
.latest_blog .blog:hover .img_Section strong {
  background: #ff3a21;
}
.latest_blog .blog .img_Section strong span {
  white-space: nowrap;
  margin-left: 20px;
  font-weight: bold;
}
.latest_blog .blog .img_Section strong span em {
  font-style: normal;
  opacity: 0;
  visibility: hidden;
  -o-transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  transform: translateX(-5px);
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  display: inline-block;
  vertical-align: top;
}
.latest_blog .blog .img_Section .date {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 72px;
  background: #414343;
  padding-top: 13px;
  padding-left: 12px;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.latest_blog .blog:hover .img_Section .date {
  background: #ff3a21;
}
.latest_blog .blog .img_Section .date span {
  color: #8d8e8e;
  font-size: 14px;
  line-height: 19px;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.latest_blog .blog:hover .img_Section .date span {
  color: #fff;
}
.latest_blog .blog .img_Section .date p {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
.latest_blog .blog:hover .img_Section strong span em {
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.latest_blog .blog p {
  color: #414343;
  transition: 0.4s ease all;
}
.latest_blog .blog:hover p {
  color: #ff3a21;
}
.latest_blog .blog .bottom_cont {
  min-height: 150px;
  border-width: 2px;
  position: relative;
}
.latest_blog .blog .bottom_cont:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: -1px;
  height: 1px;
  background: #414343;
  opacity: 0.4;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  bottom: -2px;
  height: 1px;
}
.latest_blog .blog .bottom_cont label {
  font-size: 14px;
  color: #b0b0b0;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
/* Start - Omitsis - Font-weight and size 14/05 */
.latest_blog .blog .bottom_cont h3 {
  margin-top: 5px;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .latest_blog .blog .bottom_cont h3 {
    font-size: 14px;
  }
}
/* End - Font-weight and size*/
.latest_blog .blog:hover .bottom_cont h3 {
  color: #ff3a21;
}
.latest_blog .blog:hover .bottom_cont:after {
  opacity: 1;
  background: #ff3a21;
  width: 100%;
}

/* NEWS & PRESS CT **********************************************************************/
[data-page="article"] .article_wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  max-width: 970px;
}
[data-page="article"] .article_wrapper .bottom_content {
  margin-top: 0;
  width: 100%;
}

[data-page="article"] .paragraphs-items-field-related-content {
  width: 100%;
  max-width: 256px;
  padding: 40px 25px;
  margin-top: 100px;
  margin-left: 80px;
  flex-shrink: 0;
  background-color: #f2f2f2;
}

[data-page="article"] .paragraphs-items-field-related-content .content {
  font-size: 14px;
  line-height: 1.3;
}

[data-page="article"]
  .paragraphs-items-field-related-content
  .field-item:not(:last-child) {
  margin-bottom: 30px;
}

[data-page="article"]
  .paragraphs-items-field-related-content
  .field-name-title-field {
  display: inline;
  text-decoration: underline;
  margin-right: 5px;
}

[data-page="article"]
  .paragraphs-items-field-related-content
  .field-name-title-field
  * {
  display: inline;
}

[data-page="article"]
  .paragraphs-items-field-related-content
  .field-name-field-short-title,
[data-page="article"]
  .paragraphs-items-field-related-content
  .field-name-field-short-title
  * {
  display: inline;
}

[data-page="article"]
  .paragraphs-items-field-related-content
  .field-name-field-link
  a {
  color: #ff3a21;
}

[data-page="article"]
  .paragraphs-items-field-related-content
  .field-name-field-link
  a:hover {
  text-decoration: underline;
}

[data-page="article"] .paragraphs-items-field-related-content .field-label {
  font-size: 19px;
  margin-bottom: 35px;
  font-weight: normal;
}

[data-page="article"] .btn-download-factsheet {
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  color: black;
  border: 2px solid rgba(74, 74, 74, 0.4);
}

[data-page="article"] .btn-download-factsheet ~ .bottom_content {
  padding-right: 230px;
}

[data-page="article"]
  .paragraphs-items-field-related-content
  ~ .bottom_content {
  padding-right: 0;
}

@media only screen and (max-width: 1024px) {
  [data-page="article"] .btn-download-factsheet {
    right: -30px;
  }

  [data-page="article"] .btn-download-factsheet ~ .bottom_content {
    padding-right: 0;
  }

  [data-page="article"]
    .paragraphs-items-field-related-content
    ~ .bottom_content {
    padding-right: 0;
  }
}

[data-page="article"] .btn-download-factsheet::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url(../images/site/download-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

[data-page="article"] .btn-download-factsheet:hover {
  color: white;
  border: 2px solid #ff3a21;
}

[data-page="article"] .btn-download-factsheet:hover::before {
  background-image: url(../images/site/download-icon-white.png);
}

@media only screen and (max-width: 1160px) {
  [data-page="article"] .article_wrapper {
    max-width: 90%;
  }
}

@media only screen and (max-width: 1023px) {
  [data-page="article"] .article_wrapper {
    flex-direction: column;
  }

  [data-page="article"] .article_wrapper .bottom_content {
    margin-bottom: 0;
    order: 1;
  }

  [data-page="article"] .paragraphs-items-field-related-content {
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 0;
    order: 2;
  }

  [data-page="article"] .btn-download-factsheet {
    position: relative;
    order: 3;
    margin-bottom: 30px;
    margin-left: 50px;
    margin-top: 20px;
    right: 0;
  }
}

.article_new.banner {
  margin-top: -40px;
}
.article_new.banner .blog_img {
  margin-bottom: 0;
}
.article_new.banner .blog_img h1 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-left: 102px;
  padding-top: 0;
  padding-bottom: 67px;
}
.article_new.banner .blog_img h1 .field-name-field-country {
  font-weight: normal;
}
.article_new.banner .blog_img p,
.article_new.banner .blog_img .field-name-field-news-date {
  position: absolute;
  top: 80px;
  left: 100px;
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
  color: #ffffff;
  opacity: 0.4;
}
.loaded .article_new.banner .blog_img p,
.loaded .article_new.banner .blog_img .field-name-field-news-date {
  opacity: 1;
  transform: translateY(0);
}
.article_new.banner .field-name-field-news-image-body-text {
  padding-top: 10px;
}
.article_new.banner .blog_img .field-name-field-news-image-body-text {
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  max-width: 970px;
  font-size: 14px;
  margin: 10px auto;
  font-weight: bold;
  display: none;
}
.article_new.banner p.legend {
  max-width: 970px;
  font-size: 14px;
  color: #babbbb;
  margin: 10px auto;
  font-weight: bold;
}
.article_new .latest_blog {
  padding-bottom: 30px;
}
.article_wrapper {
  max-width: 970px;
  margin: 100px auto 0;
}
.article_wrapper i {
  white-space: nowrap;
  font-style: normal;
  background-color: #b2b3b3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #414343;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 14px;
  line-height: 50px;
  text-align: left;
  padding-left: 20px;
}
.article_wrapper .bottom_content {
  margin: 100px 0;
}
.article_wrapper .bottom_content h2 {
  color: #4a4a4a;
  padding-top: 61px;
  padding-bottom: 94px;
}
/* Start - Omitsis - Margin 14/05 */
.article_wrapper .bottom_content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #414343;
  margin: 0 0 2em;
}
/* End - Margin */
.article_wrapper .bottom_content p a {
  font-size: 18px;
  color: #ff3a21;
}
.article_wrapper .bottom_content .field-name-body a {
  font-size: 18px;
  color: #ff3a21;
}
@media only screen and (max-width: 1160px) {
  .article_wrapper .bottom_content .field-name-body a {
    font-size: 14px;
  }
}
.article_wrapper .bottom_content ul,
.article_wrapper .bottom_content ol,
.article_wrapper .bottom_content dl {
  list-style-position: inside;
  padding-top: 32px;
}
.article_wrapper .bottom_content ul li,
.article_wrapper .bottom_content ol li,
.article_wrapper .bottom_content dl li,
.article_wrapper .bottom_content dl dd {
  font-size: 18px;
  line-height: 30px;
}
.article_wrapper .bottom_content ul li p,
.article_wrapper .bottom_content ol li p,
.article_wrapper .bottom_content dl li p,
.article_wrapper .bottom_content dl dd p {
  margin: 0;
  font-weight: normal;
  display: inline;
}

.article_wrapper figure {
  margin: 100px 0;
  padding: 0;
  background: none;
}
.article_wrapper figcaption {
  font-size: 14px;
  color: #babbbb;
  margin-top: 10px;
  font-weight: bold;
}
.article_wrapper img {
  /*max-width: 600px;*/
  max-width: 100%;
  width: 100%;
  height: auto;
}

.article_wrapper iframe.limited-width,
.article_wrapper img.limited-width {
  max-width: 600px;
}

.article_wrapper .align-right,
.article_wrapper .align-left {
width: 50%;
max-width: 400px;
margin: 0;
padding-left: 49px;
}
.article_wrapper .align-left {
padding-right: 49px;
padding-left: 0;
}
.article_wrapper .bottom_content blockquote {
font-size: 32px;
font-weight: 300;
line-height: 40px;
color: #ff3a21;
position: relative;
margin: 0 0 30px;
float: left;
width: 50%;
transition: all 0.5s ease-in-out 0s;
opacity: 1;
transform: translateX(-40px);
}
.article_wrapper .bottom_content blockquote p {
margin: 0;
font-size: 32px;
font-weight: 300;
line-height: 40px;
color: #ff3a21;
}
.article_wrapper .bottom_content blockquote cite {
font-size: 18px;
font-style: normal;
line-height: 30px;
position: relative;
margin: 30px 0 0;
max-width: 345px;
display: block;
padding-left: 40px;
}
.article_wrapper .bottom_content blockquote cite:before {
content: "";
display: block;
width: 30px;
height: 3px;
background-color: currentColor;
position: absolute;
top: 13px;
left: 0;
}
.article_wrapper .bottom_content .media-youtube-video {
text-align: center;
margin: 0 0 100px;
position: relative;
overflow: hidden;
padding-top: 56.25%;
}
.article_wrapper .bottom_content .media-youtube-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}

.article_wrapper .bottom_content .social-part {
padding-bottom: 10px;
margin-top: 75px;
}
.article_wrapper .bottom_content .social-part h3 {
margin-bottom: 40px;
}
.article_wrapper .bottom_content .social-part .btn {
margin-right: 38px;
color: rgba(65, 67, 67, 0.4);
border-color: rgba(65, 67, 67, 0.4);
margin-left: 50px;
  margin-bottom: 1rem;
}

.article_wrapper .bottom_content .social-part .btn:after {
width: 68px;
}

.article_wrapper .bottom_content .social-part .btn + .btn i,
.article_wrapper .bottom_content .social-part .btn + .btn em {
font-size: 20px;
}
.article_wrapper .bottom_content .social-part .btn i,
.article_wrapper .bottom_content .social-part .btn em {
font-size: 24px;
display: inline-block;
vertical-align: middle;
margin-top: -4px;
margin-right: 8px;
}
.article_wrapper .bottom_content .social-part .btn:hover {
color: #414343;
border-color: #414343;
background: #fff;
}
.article_wrapper .bottom_content .social-part .btn:hover:after {
background: #ff3a21;
}
@media only screen and (max-width: 1366px) {
.article_new.banner {
  margin-top: 0px;
}
}
@media only screen and (max-width: 1024px) {
.bottom_content .social-part {
  padding-bottom: 0;
  margin-top: 50px;
}
.article_new.banner .blog_img p,
.article_new.banner .blog_img .field-name-field-news-date {
  left: 70px;
}
}
@media only screen and (max-width: 959px) {
.article_new.banner .blog_img p,
.article_new.banner .blog_img .field-name-field-news-date {
  left: 50px;
}
.article .social-part .btn {
  margin-right: 84px;
}
.article .social-part .btn:last-child {
  margin-right: 0;
}
.bottom_content .social-part {
  margin-top: 30px;
}
.bottom_content .social-part .btn {
  margin-left: 20px;
}
}
@media only screen and (max-width: 768px) {
.article_wrapper .bottom_content .social-part .btn {
  width: 163px;
  margin-left: 30px;
  margin-right: 30px;
}
.article_wrapper .bottom_content .social-part .btn::after {
  width: 50px;
}
.article_wrapper .bottom_content .social-part .btn span {
  display: none;
}
}
@media only screen and (max-width: 767px) {
.article_new.banner .blog_img p,
.article_new.banner .blog_img .field-name-field-news-date {
  font-size: 12px;
  line-height: 18px;
  top: 20px;
  left: 20px;
}
.bottom_content .social-part {
  margin-top: 10px;
}
.bottom_content .social-part h3 {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 30px;
}
.bottom_content .social-part .btn {
  margin-left: 40px;
  margin-right: 0;
  margin-bottom: 20px;
}
.bottom_content .social-part a:last-child {
  padding: 0 26px;
}
}
@media (max-width: 321px) {
[data-page="who-we-are"] .bottom_content .social-part h3 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}
}

/* PUBLICATION CT **********************************************************************/
.publication-container {
  margin: 120px 0 60px;
}
@media screen and (min-width: 1024px) {
  .publication-container {
    max-width: 670px;
    margin-left: 400px;
  }
}
.publication-container .bottom_content .social-part .btn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .publication-container.article_wrapper {
    padding: 0;
  }
}
.publication-header {
  position: relative;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.publication-header__tagline {
  margin-bottom: 40px;
}
.publication-header__tagline i {
  white-space: nowrap;
  font-style: normal;
  background-color: #b2b3b3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 50px;
  text-align: left;
  padding-left: 20px;
  margin-right: 50px;
  vertical-align: middle;
}
.publication-header__tagline span {
  display: inline-block;
  font-weight: bold;
  opacity: 0.4;
  font-size: 22px;
  color: #000000;
  letter-spacing: 0;
  margin: 0;
}
.publication-header h1 {
  padding: 0;
}
.publication-header__thumbnail {
  position: absolute;
  left: -30px;
  top: 100px;
  transform: translateX(-100%);
  width: 270px;
  padding-right: 40px;
  box-sizing: border-box;
  margin: 0;
}
.publication-header__thumbnail img {
  width: 100%;
  height: auto;
}
.publication-header__infos {
  margin: 40px 0;
  max-width: 470px;
}
.publication-header__download .field-item {
  font-weight: bold;
  display: inline-block;
  color: #414343;
  border: 1px solid currentColor;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.4;
  padding-left: 25px;
  transition: opacity 0.3s ease-in-out;
  margin-bottom: 10px;
}
.publication-header__download .btn-download {
  display: block;
}
.publication-header__download .field-item:not(:last-child) {
  margin-right: 30px;
}
.publication-header__download .field-item i {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-left: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(-45deg) translateY(-50%);
  margin-left: 10px;
  margin-right: 20px;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.publication-header__download .field-item span {
  float: right;
  margin-left: 20px;
  display: inline-block;
  width: 50px;
  text-align: center;
  border-left: 1px solid currentColor;
}
.publication-header__download .field-item:hover {
  opacity: 1;
}
.publication-body p {
  margin: 40px 0;
}
.publication-body blockquote {
  font-size: 32px;
  line-height: 40px;
  color: #ff3a21;
  position: relative;
  padding-left: 100px;
  font-weight: 300;
  margin: 60px 0;
}
.publication-body blockquote:before {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 20px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .article_wrapper figure.publication-header__thumbnail {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 25px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .publication-body blockquote {
    margin: 40px 0;
    padding-left: 40px;
    font-size: 18px;
    line-height: 24px;
  }
  .publication-body blockquote:before {
    width: 30px;
    top: 10px;
  }
}
.publication-body .image {
  margin: 90px 0 60px;
}
.publication-body .image__container {
  position: relative;
  padding-left: 30px;
  margin: 40px 0 60px;
}
.publication-body .image__container:before {
  content: "";
  position: absolute;
  left: 0;
  top: -30px;
  display: block;
  width: 80%;
  height: calc(100% + 60px);
  background-color: #f2f2f2;
  z-index: -1;
}
.publication-body .image img {
  max-width: 100%;
  height: auto;
}
.publication-body .image figcaption {
  margin: 40px 0 0;
  max-width: 550px;
  font-size: 14px;
  color: rgba(57, 69, 67, 0.5);
  letter-spacing: 0;
  line-height: 22px;
}
@media screen and (max-width: 480px) {
  .publication-body .image {
    margin: 40px 0;
  }
  .publication-body .image__container {
    padding-left: 0;
    margin: 0 0 20px;
  }
  .publication-body .image__container:before {
    display: none;
  }
  .publication-body .image figcaption {
    font-size: 12px;
    line-height: 18px;
    margin: 20px 0;
  }
}
.node-ct-publications.node-teaser {
}
.latest_blog .node-ct-publications .blog .img_Section {
  background-color: #aa6f15;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  flex-flow: wrap;
  padding-top: 5px;
}
.latest_blog
  .node-ct-publications
  .blog
  .img_Section
  .field-name-field-publication-cover-image {
  max-width: 60%;
}

/* EVENT CT **********************************************************************/
.node-ct-events .date {
  margin-top: 90px;
}
.node-ct-events .date i,
.node-ct-events .date em {
  font-style: normal;
  width: 100%;
  max-width: 70%;
  float: left;
  text-align: left;
  color: #b3b4b4;
  line-height: 34px;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.6px;
  font-size: 20px;
}
.node-ct-events .date i:nth-child(2),
.node-ct-events .date em:nth-child(2) {
  text-align: right;
  max-width: 30%;
}
.node-ct-events h1 {
  color: #414343;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 52px;
  font-size: 48px;
}
.node-ct-events .article_new.banner .blog_img {
  background-position: center top 0;
  background-attachment: inherit;
}
.node-ct-events .detail {
  margin-top: 40px;
}
.node-ct-events .detail .title {
  margin-bottom: 50px;
}
.node-ct-events .detail .title .field-name-field-location {
  color: #b3b4b4;
  font-size: 22px;
  line-height: 34px;
  float: left;
  font-weight: 700;
}
.node-ct-events .detail p > a {
  color: #ff3a21;
  font-size: inherit;
}
.node-ct-events .detail p > a:hover {
  text-decoration: underline;
}
.node-ct-events .detail .title a {
  display: none;
  color: #b3b4b4;
  font-size: 22px;
  padding-right: 0px;
  font-weight: 700;
  float: right;
  border-bottom: #b3b4b4 2px solid;
  padding-bottom: 15px;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}
.node-ct-events .detail .title a:hover {
  color: #414343;
  border-bottom: #414343 2px solid;
}
.node-ct-events .detail .field-name-body {
  color: #414343;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  padding-left: 60px;
  width: 100%;
  max-width: 85%;
}
@media only screen and (max-width: 1170px) {
  .node-ct-events .date {
    margin-top: 20px;
  }
  .node-ct-events h1 {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 48px;
  }
  .node-ct-events .date i,
  .node-ct-events .date em {
    font-size: 20px;
  }
  .node-ct-events .detail .field-name-body {
    padding-left: 60px;
  }
  .node-ct-events .detail .title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .node-ct-events .date i,
  .node-ct-events .date em {
    font-size: 18px;
    line-height: 22px;
  }
  .node-ct-events h1 {
    font-size: 46px;
    line-height: 52px;
  }
  .node-ct-events .detail {
    margin-top: 30px;
  }
  .node-ct-events .detail .title .field-name-field-location {
    font-size: 20px;
    line-height: 24px;
  }
  .node-ct-events .detail .title a {
    font-size: 20px;
    padding-right: 12px;
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 959px) {
  .node-ct-events .detail .title .field-name-field-location {
    width: 100%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .node-ct-events .date {
    margin-top: 10px;
  }
  .node-ct-events .date i,
  .node-ct-events .date em {
    font-size: 12px;
    line-height: 16px;
    max-width: 60%;
  }
  .node-ct-events .date i:nth-child(2n),
  .node-ct-events .date em:nth-child(2n) {
    max-width: 40%;
  }
  .node-ct-events h1 {
    font-size: 36px;
    line-height: 36px;
    padding: 20px 0px;
  }
  .node-ct-events .video_section a {
    width: 50px;
    height: 50px;
  }
  .node-ct-events .video_section a img {
    max-width: 100%;
  }
  .node-ct-events .detail {
    margin-top: 20px;
  }
  .node-ct-events .detail .title {
    margin-bottom: 20px;
  }
  .node-ct-events .detail .title .field-name-field-location {
    max-width: 50%;
    font-size: 14px;
    line-height: 24px;
  }
  .node-ct-events .detail .title a {
    max-width: 50%;
    font-size: 14px;
    line-height: 18px;
    padding-right: 0;
  }
  .node-ct-events .detail .field-name-body {
    max-width: 100%;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
  }
}
.node-ct-events .speakers {
  margin-top: 40px;
}
.node-ct-events .speakers h2 {
  color: #4a4a4a;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 55px;
}
.node-ct-events .speakers h2 {
  margin-bottom: 55px;
  color: #4a4a4a;
}
.node-ct-events
  .speakers
  .field-name-field-speaker-highlighted
  > .field-items
  > .field-item {
  width: 31.65%;
  margin-right: 2%;
  margin-bottom: 57px;
  position: relative;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  min-height: 560px;
  display: inline-block;
  vertical-align: top;
}
.node-ct-events
  .speakers
  .field-name-field-speaker-highlighted
  .field-items
  > .field-item:nth-child(3n) {
  margin-right: 0;
}
.node-ct-events .speakers .box .img_section {
  height: 370px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}
.node-ct-events .speakers .box .img_Section label {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #414343;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 46px;
  top: 12px;
  left: 12px;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.node-ct-events .speakers .box:hover .img_Section label {
  background: #ff3a21;
}
.node-ct-events .speakers .box .img_Section label span {
  white-space: nowrap;
  margin-left: 20px;
  font-weight: bold;
}
.node-ct-events .speakers .box .img_Section label span em {
  font-style: normal;
  opacity: 0;
  visibility: hidden;
  -o-transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  transform: translateX(-5px);
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  display: inline-block;
  vertical-align: top;
}
.node-ct-events .speakers .box .img_section .image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 9;
}
.node-ct-events .speakers .box .img_section h2 {
  color: #fff;
  position: absolute;
  bottom: 37px;
  left: 40px;
  margin-bottom: 0;
  z-index: 99;
}
.node-ct-events .speakers .box .content_area {
}
.node-ct-events .speakers .box .content_area p {
  margin-bottom: 30px;
  font-size: 18px;
  color: #414343;
  line-height: 30px;
  font-weight: 400;
  overflow: hidden;
}
.node-ct-events .speakers .box .content_area a {
  font-weight: bold;
  color: #b3b4b4;
  font-size: 14px;
}
.node-ct-events .speakers .box .show_more {
  position: absolute;
  left: 0;
  top: 620px;
  width: 1170px;
  display: none;
  overflow: hidden;
}
.node-ct-events .speakers .box .show_more p {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 30px;
  min-height: 80px;
  max-width: 970px;
  margin: 0 auto;
}
.node-ct-events .speakers .field-item.active .content_area a:after {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #ff3a21;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -1px;
  opacity: 0;
  visibility: hidden;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.node-ct-events .speakers .box .content_area a {
  font-size: 14px;
  line-height: 19px;
  color: #414343;
  opacity: 0.4;
  font-weight: bold;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  position: relative;
  padding-left: 0;
}
.node-ct-events .speakers .field-item.active .content_area a:after {
  opacity: 1;
  visibility: visible;
}
.node-ct-events .speakers .field-item.active .content_area a {
  color: #ff3a21;
  opacity: 1;
  padding-left: 32px;
}
@media only screen and (max-width: 1170px) {
  .node-ct-events .speakers {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .node-ct-events .speakers h2 {
    margin-bottom: 30px;
  }
  .node-ct-events
    .speakers
    .field-name-field-speaker-highlighted
    > .field-items
    > .field-item {
    min-height: 450px;
    margin-right: 1.96%;
  }
  .node-ct-events .speakers .box .img_section {
    height: 300px;
    margin-bottom: 10px;
  }
  .node-ct-events .speakers .box .img_section h2 {
    bottom: 25px;
    left: 30px;
    font-size: 28px;
    line-height: 32px;
  }
  .node-ct-events .speakers .box .content_area p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .node-ct-events .speakers .box .show_more {
    top: 500px;
  }
}
@media only screen and (max-width: 959px) {
  .node-ct-events .speakers .box .img_section {
    height: 230px;
  }
  .node-ct-events .speakers h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .node-ct-events .speakers .box .img_section h2 {
    bottom: 15px;
    left: 20px;
    font-size: 20px;
    line-height: 22px;
  }
  .node-ct-events
    .speakers
    .field-name-field-speaker-highlighted
    > .field-items
    > .field-item {
    margin-right: 1.699%;
  }
  .node-ct-events .speakers .box .show_more p {
    margin: 0px 20px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .node-ct-events .speakers {
    text-align: left;
  }
  .node-ct-events .speakers h2 {
    font-size: 24px;
  }
  .node-ct-events
    .speakers
    .field-name-field-speaker-highlighted
    > .field-items
    > .field-item {
    float: none;
    width: 46.2%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-bottom: 30px;
    min-height: auto;
    margin-bottom: 30px;
    margin-right: 5.94%;
  }
  .node-ct-events .speakers .box .content_area a {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .node-ct-events .speakers .box .img_section {
    height: 150px;
  }
  .node-ct-events .speakers .box .img_section h2 {
    bottom: 10px;
    left: 10px;
    font-size: 16px;
    line-height: 18px;
  }
  .node-ct-events .speakers .box .content_area {
    text-align: left;
  }
  .node-ct-events .speakers .box .content_area p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .node-ct-events
    .speakers
    .field-name-field-speaker-highlighted
    > .field-items
    > .field-item:nth-child(3n) {
    min-height: auto;
    margin-bottom: 30px;
    margin-right: 5.94%;
  }
  .node-ct-events
    .speakers
    .field-name-field-speaker-highlighted
    > .field-items
    > .field-item:nth-child(2n) {
    margin-right: 0px;
  }
  .node-ct-events .speakers .box .show_more p {
    font-size: 14px;
    line-height: 20px;
  }
  .node-ct-events
    .speakers
    .field-name-field-speaker-highlighted
    > .field-items
    > .field-item:nth-child(3)
    .show_more {
    top: 330px;
  }
  .node-ct-events
    .speakers
    .field-name-field-speaker-highlighted
    > .field-items
    > .field-item {
    margin-right: 1.94%;
  }
  .node-ct-events
    .speakers
    .field-name-field-speaker-highlighted
    > .field-items
    > .field-item:nth-child(3n) {
    margin-right: 1.94%;
  }
  .node-ct-events
    .speakers
    .field-name-field-speaker-highlighted
    > .field-items
    > .field-item:nth-child(2n) {
    margin-right: 0px;
  }
}
@media (max-width: 321px) {
  .node-ct-events
    .speakers
    .field-name-field-speaker-highlighted
    > .field-items
    > .field-item {
    margin-right: 5.6%;
  }
  .node-ct-events
    .speakers
    .field-name-field-speaker-highlighted
    > .field-items
    > .field-item:nth-child(3n) {
    margin-right: 5.6%;
  }
}

.additional_speakers {
  background-color: #f2f2f2;
}
.additional_speakers h2 {
  color: #4a4a4a;
  font-weight: bold;
  font-size: 32px;
  padding-top: 90px;
  padding-bottom: 55px;
  text-align: left;
}
.additional_speakers .new_speaker {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
}
.additional_speakers .field-name-field-speaker .field-items {
  padding-bottom: 80px;
}
.additional_speakers .field-name-field-speaker .field-item {
  list-style: none;
  padding-bottom: 44px;
}
.additional_speakers .field-name-field-speaker .field-item h5 {
  font-weight: 400;
  font-size: 14px;
  color: #b3b4b4;
  margin-bottom: 5px;
}
.additional_speakers .field-name-field-speaker .field-item a {
  color: #414343;
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: #aaabab 2px solid;
  display: block;
  vertical-align: middle;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .additional_speakers h2 {
    padding-top: 40px;
    padding-bottom: 25px;
    font-size: 28px;
    line-height: 30px;
  }
  .additional_speakers .new_speaker {
    max-width: 800px;
  }
}
@media only screen and (max-width: 959px) {
  .additional_speakers .new_speaker {
    max-width: 620px;
  }
  .additional_speakers h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .additional_speakers .field-name-field-speaker .field-items .field-item {
    padding-bottom: 25px;
  }
  .additional_speakers .field-name-field-speaker .field-items .field-item a {
    font-size: 20px;
  }
  .additional_speakers .field-name-field-speaker .field-items .field-item h5 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .additional_speakers h2 {
    font-size: 24px;
    line-height: 26px;
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .additional_speakers .field-name-field-speaker .field-items {
    padding-bottom: 30px;
  }
  .additional_speakers .field-name-field-speaker .field-items .field-item h5 {
    line-height: 18px;
  }
  .additional_speakers .field-name-field-speaker .field-items .field-item a {
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

/* what_we_do **********************************************************************/
.blue_slider {
  margin-left: 13.4%;
  padding-bottom: 0;
}

.blue_slider p {
  color: white;
}

.blue_slider .iteam {
  width: 1170px;
  /* new code */
  height: calc(70vw - 180px);
  max-height: 650px;
  /* end */
  position: relative;
  background-color: #99dfe3;
  padding: 80px 100px 40px 100px;
  overflow: hidden;
  overflow-y: auto;
}
/* new code */
/*.blue_slider .iteam:after,*/
.blue_slider .iteam:before {
  content: "";
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  transition: background 1s ease !important;
}
.blue_slider .iteam:before {
  height: 80px;
  top: 0;
  background: linear-gradient(0deg, rgba(72, 174, 186, 0) 0%, #48aeba 100%);
}
.footer-grad-wrapper {
  position: absolute;
  bottom: 0;
  height: 120px;
  width: 100%;
}
.blue_slider .footer-grad {
  /*
  content: '';
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  */
  transition: background 1s ease !important;
  height: 120px;
  background: linear-gradient(180deg, rgba(72, 174, 186, 0) 0%, #48aeba 100%);
}
/* The entire scrollbar */
.blue_slider .iteam::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/* The draggable scrolling handle */
.blue_slider .iteam::-webkit-scrollbar-thumb {
  background: #045358;
  border-radius: 4px;
}
.blue_slider .iteam::-webkit-scrollbar-thumb:hover {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
/* The track (progress bar) of the scrollbar */
.blue_slider .iteam::-webkit-scrollbar-track {
  background: #d2eff1;
  border-radius: 4px;
}

.blue_slider .iteam .content {
  height: 100%;
  box-sizing: border-box;
  padding-top: 88px;
  padding-bottom: 120px;
  overflow-y: auto;
}
/* end */
.blue_slider .owl-carousel .owl-item.active .iteam {
  background-color: #00adb9;
}
.blue_slider .owl-carousel .owl-item.active + .owl-item.active .iteam {
  background-color: #99dfe3 !important;
}
/* new code */
.blue_slider .owl-carousel .owl-item.active + .owl-item.active .iteam:before {
  background: linear-gradient(0deg, rgba(153, 223, 227, 0) 0%, #99dfe3 100%);
}
.blue_slider .owl-carousel .owl-item.active + .owl-item.active .iteam:before {
  background: linear-gradient(180deg, rgba(153, 223, 227, 0) 0%, #99dfe3 100%);
}
/* end */
.blue_slider .iteam .no {
  position: absolute;
  right: 100px;
  top: 80px;
}
.blue_slider .iteam .no h2,
.blue_slider .iteam .no h4 {
  display: inline-block;
  font-size: 52px;
  line-height: 60px;
  color: #fff;
}
.blue_slider .iteam .no span {
  color: #66cdd5;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  margin: 0px 8.5px;
}
.blue_slider .iteam .no h4 {
  color: #66cdd5;
}
.blue_slider .iteam h2 {
  margin-bottom: 51px;
  max-width: 70%;
}
.blue_slider .iteam h2 a {
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.blue_slider .iteam h2 a:hover {
  opacity: 0.4;
}
.blue_slider .iteam h2 p {
  display: inline-block;
  font-style: normal;
  font-size: 52px;
  line-height: 57px;
  color: #fff;
  border-bottom: 2px solid #fff;
  margin-bottom: 3px;
}
/* Start - Omitsis - Slider 26/05 */
.blue_slider .iteam .field-item {
  color: #fff;
}
.blue_slider .iteam p {
  margin-bottom: 33px;
}
.blue_slider .iteam ul {
  padding-left: 40px;
  padding-top: 17px;
}
.blue_slider .iteam li {
  font-size: 18px;
  color: inherit;
  margin-bottom: 20px;
}
/* End - Omitsis - Slider 26/05 */
.blue_slider .iteam .field-name-body {
  /*height: 310px;
  overflow: hidden;*/
}

.blue_slider .owl-controls {
  position: absolute;
  left: 43.2%;
  bottom: 0px;
}
.blue_slider .owl-controls .owl-prev,
.blue_slider .owl-controls .owl-next {
  width: 56px;
  height: 56px;
  background-color: transparent;
  display: inline-block;
  vertical-align: top;
  background-color: #66cdd5;
  font-size: 0px;
}
.blue_slider .owl-controls .owl-next {
  background-image: url(../images/site/right_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.blue_slider .owl-controls .owl-prev {
  background-image: url(../images/site/left_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.blue_slider .owl-controls .owl-next:hover,
.blue_slider .owl-controls .owl-prev:hover {
  background-color: #fff;
}
.blue_slider .owl-controls .owl-next:hover {
  background-image: url(../images/site/right_hover.svg);
}
.blue_slider .owl-controls .owl-prev:hover {
  background-image: url(../images/site/left_hover.svg);
}

@media only screen and (max-width: 1460px) {
  .blue_slider {
    margin-left: 9.4%;
  }
  .blue_slider .iteam {
    padding-left: 88px;
  }
}

@media only screen and (max-width: 1400px) {
  .blue_slider {
    margin-left: 7.4%;
  }
}

@media only screen and (max-width: 1366px) {
  .blue_slider {
    margin-left: 7.1%;
  }
}

@media only screen and (max-width: 1280px) {
  .blue_slider {
    margin-left: 3.9%;
  }
  .blue_slider .iteam {
    padding-left: 65px;
    width: 950px;
  }
}
@media only screen and (max-width: 959px) {
  .blue_slider .iteam {
    width: 700px;
    padding-bottom: 70px;
    padding-top: 130px;
  }
  .blue_slider .iteam .no {
    right: 80px;
    top: 40px;
  }
  .blue_slider .owl-controls {
    left: 76.5%;
    bottom: 0px;
  }
  .blue_slider .iteam h2 i,
  .blue_slider .iteam h2 p {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .blue_slider {
    margin-left: 0;
    padding-bottom: 0;
  }
  .blue_slider .owl-carousel .owl-item.active .iteam,
  .blue_slider .iteam,
  .blue_slider .owl-carousel .owl-item.active + .owl-item.active .iteam {
    /*background-color: transparent !important;*/
  }
  .blue_slider .owl-carousel .owl-item.active + .owl-item.active .iteam h2 {
    /*background-color: #99dfe3 !important;*/
  }
  .blue_slider .iteam {
    /*width: 351px;
    position: relative;
    padding: 0 0 24px 0;
    overflow: visible;
    max-height: none;*/
  }
  .blue_slider .iteam {
    /* new code */
    width: 100%;
    /*height: 351px;*/
    height: 610px;
    /* end */
    position: relative;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    /* new code */
    padding-bottom: 0;
  }
  .blue_slider .iteam:before {
    height: 100px;
  }
  .footer-grad-wrapper {
    height: 60px;
  }
  /*.blue_slider .iteam:after,*/
  .blue_slider .footer-grad {
    height: 60px;
  }
  .blue_slider .iteam .content {
    padding-bottom: 40px;
    padding-right: 24px;
    padding-top: 0;
  }
  .blue_slider .iteam .content p + h2 {
    padding-top: 0;
  }
  .blue_slider .iteam img {
    width: 100% !important;
    /*padding-right: 10px;*/
  }
  /* end */
  .blue_slider .iteam .no {
    right: auto;
    left: 24px;
    top: 24px;
  }
  .blue_slider .iteam .no h2,
  .blue_slider .iteam .no h4 {
    font-size: 32px;
    height: auto;
    background: none;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .blue_slider .iteam .no span {
    font-size: 14px;
    margin: 0px 3.5px;
  }
  .blue_slider .iteam h2 {
    padding-left: 24px;
    padding-right: 34px;
    padding-top: 93px;
    /* new code: remove bg and height from this rule
    height: 351px;
    background-color: #00ADB9;
    /* end */
    margin-bottom: 24px;
    max-width: 100%;
  }
  .blue_slider .iteam h2 i,
  .blue_slider .iteam h2 p {
    font-size: 32px;
    line-height: 38px;
    border: 0;
    font-weight: 600;
    display: inline;
  }
  .blue_slider .iteam h2 a br {
    display: none;
  }
  /* Start - Omitsis - Slider 26/05 */
  .blue_slider .iteam .field-item {
    color: #555757;
  }
  .blue_slider .iteam .field-name-body p,
  .blue_slider .iteam .field-name-body li {
    font-size: 14px;
    line-height: 24px;
  }
  .blue_slider .iteam .field-name-body p {
    padding-left: 24px;
  }
  /* End - Omitsis - Slider 26/05 */
  .blue_slider .owl-controls {
    right: 24px;
    top: auto;
    left: auto;
    bottom: 0;
  }
  .blue_slider .owl-nav {
    right: 24px;
    left: auto;
    /* new code: remove top and bottom from this rule
    top: 280px;
    bottom: auto;
    /* end */
  }
}

@media (max-width: 360px) {
  .blue_slider .iteam {
    /* new code */
    /* width:310px; */
    width: 100vw;
    /* end */
  }
  .blue_slider .owl-nav {
    /* new code */
    /*right: 10px;*/
    /* end */
  }
}

/*
.thyory_of_change .wrapper > h2 {
  margin-bottom: 60px;
}
  .thyory_of_change .content .field-name-field-theory-of-change > .field-items > .field-item {
    float: left;
    width: 31.65%;
    margin-right: 2.52%;
    margin-bottom: 58px;
  }
    .thyory_of_change .content .field-name-field-theory-of-change > .field-items > .field-item:last-child {
      margin-right: 0;
    }
    .thyory_of_change .content .blog .img_section {
      height: 278px;
      position: relative;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      margin-bottom: 30px;
    }
      .thyory_of_change .content .blog .img_section h2 {
        color: #fff;
        position: absolute;
        bottom: 40px;
        left: 40px;
        padding-right: 10px;
      }
    .thyory_of_change .content .blog p {
      margin-bottom: 30px;
      padding-right: 25px;
    }
.cross_cutting {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  z-index: 9;
  margin-bottom: 120px;
}
  .cross_cutting:after{
    position: absolute;
    content: '';
    width: 75.5%;
    height: 100%;
    background: #F2F2F2;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .cross_cutting .wrapper > h2 {
    margin-bottom: 61px;
  }
  .cross_cutting .content .field-name-field-objective > .field-items > .field-item {
    float: left;
    width: 31.65%;
    margin-right: 2.52%;
  }
    .cross_cutting .content .field-name-field-objective > .field-items > .field-item:last-child {
      margin-right: 0;
    }
    .cross_cutting .content .blog h2 {
      color: #B2B3B3;
      min-height: 120px;
      margin-bottom: 30px;
      padding-right: 10px;
    }
    .cross_cutting .content .blog p {
      color: #3B4443;
      padding-right: 28px;
    }
*/

/* Country page ****************************************************************/
[data-page="where"] .latest_blog {
  background: #fff;
}

#node-17493 .banner__fulldescription .wrapper {
  position: relative;
}

#node-17493 .banner__fulldescription .wrapper > a {
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: -150px;
  left: auto;
  top: -10px;
  color: black;
  border: 2px solid rgba(74, 74, 74, 0.4);
}
#node-17493 .banner__fulldescription .wrapper > a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url(../images/site/download-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#node-17493 .banner__fulldescription .wrapper > a:hover {
  color: white;
  border: 2px solid #ff3a21;
}

#node-17493 .banner__fulldescription .wrapper > a:hover::before {
  background-image: url(../images/site/download-icon-white.png);
}

#node-17493 .banner__fulldescription .wrapper .field-item p:first-child {
  padding-right: 200px;
}

@media only screen and (max-width: 1320px) {
  #node-17493 .banner__fulldescription .wrapper > a {
    right: 0;
  }
  #node-17493 .banner__fulldescription .wrapper .field-item p:first-child {
    padding-right: 340px;
  }
}

@media only screen and (max-width: 1023px) {
  #node-17493 .banner__fulldescription .wrapper {
    text-align: right;
  }
  #node-17493 .banner__fulldescription .wrapper .field {
    text-align: left;
  }
  #node-17493 .banner__fulldescription .wrapper > a {
    position: relative;
    right: 0;
    left: auto;
    top: 0;
    margin-bottom: 20px;
  }
  #node-17493 .banner__fulldescription .wrapper .field-item p:first-child {
    padding-right: 0;
  }
}

/* Where we work ****************************************************************/
.map-container {
  background-color: #fff;
  padding-bottom: 80px;
}
.map-container .container {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #979797;
  padding-top: 60px;
}
.map-container__legend {
  display: none;
}
.map-container__legend ul {
  margin: 0;
  padding: 0;
}
.map-container__legend ul li {
  display: inline-block;
  font-size: 16px;
  color: #414343;
}
.map-container__legend ul li:not(:last-child) {
  margin-right: 50px;
}
.map-container__legend ul li span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 20px;
}
.map-container__legend ul li span.color-regional {
  background-color: #00adb9;
}
.map-container__legend ul li span.color-country {
  background-color: #ff3a21;
}
.map-container__regions ul {
  margin: 80px 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.map-container__regions ul li {
  display: inline-block;
}
.map-container__regions ul li a {
  color: #d9d9d9;
  font-size: 32px;
  font-weight: 600;
  transition: color 0.3s ease-in-out;
}
.map-container__regions ul li a.active,
.map-container__regions ul li a:hover {
  color: #ff3a21;
}
.map-container__map {
  margin: 80px 0 0;
}
.map-container__map svg {
  width: 100%;
  height: auto;
}
.map-container__map svg .marker,
.map-single__map svg .marker {
  cursor: pointer;
}
.map-container__map svg circle,
.map-single__map svg circle {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.map-container__map svg .marker:hover circle:first-child,
.map-single__map svg .marker:hover circle:first-child {
  transform: scale(0.8);
}
.map-container__map svg .marker:hover circle:last-child,
.map-single__map svg .marker:hover circle:last-child {
  transform: scale(1.2);
}

.map-graph__controls {
  display: none;
}
#map-program .tooltip {
  position: absolute;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 270px;
  box-sizing: border-box;
  font-size: 14px;
  color: #b3b4b4;
  transform: translate(0, -100%);
}
#map-program .tooltip label {
  display: none;
}
#map-program .tooltip strong {
  font-size: 22px;
  color: #414343;
  margin: 5px 0 15px;
  display: block;
}
#map-program .tooltip .btn {
  color: #b3b4b4;
  border-color: #b3b4b4;
}
#map-program .tooltip .btn:hover {
  background: #ff3a21;
  border-color: #ff3a21;
  color: #fff;
}
.map-single__intro {
  padding: 0 0 0 70px;
  margin: 30px 0 0;
  max-width: 640px;
}
.map-single__intro h3 {
  margin-bottom: 10px;
}
.map-single__content {
  margin-top: 90px;
  padding: 0 70px;
  display: flex;
}
.map-single__countries {
  width: 35%;
}
.map-single__countries ul li {
  list-style: none;
  margin-bottom: 24px;
}
.map-single__countries ul li a {
  font-size: 22px;
  color: #414343;
  opacity: 0.4;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
  position: relative;
}
.map-single__countries ul li a:after {
  position: absolute;
  width: 20px;
  right: 100%;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  background: #ff3a21;
  content: "";
  transform: translateX(-12px);
  opacity: 0;
  transition: 0.4s ease all;
  width: 0;
}
.map-single__countries ul li.active a {
  opacity: 1;
}
.map-single__countries ul li.active a:after {
  width: 20px;
  opacity: 1;
}
.map-single__countries ul li a:hover {
  opacity: 1;
}
.map-single__map {
  position: relative;
  width: 65%;
}
.map-single__map svg {
  pointer-events: none;
}
.map-single__nav {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 112px;
  z-index: 1;
}
.map-single__nav a {
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 56px;
  float: left;
  font-size: 0;
  background-color: #414343;
  opacity: 0.4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}
.map-single__nav a:hover {
  opacity: 1;
  background-color: #ff3a21;
}
.map-single__nav a.next {
  background-image: url(../images/site/right_icon.svg);
}
.map-single__nav a.prev {
  background-image: url(../images/site/left_icon.svg);
}

/* Latest news ****************************************************************/
.news_list {
  padding-top: 90px;
}
.news_list .latest_blog {
  background: #fff;
  padding-top: 60px;
}
.news_list .latest_blog.big_blog {
  padding-top: 0;
  display: inline-block;
  width: 100%;
}
.news_list .latest_blog h1 {
  padding-bottom: 60px;
  opacity: 0.4;
}
.news_list .left_part {
  float: left;
}
[data-page="news"] .news_list .list_nav a.news_link {
  display: inline-block;
  margin-top: 0;
  margin: 0;
  margin-right: 82px;
}
[data-page="news"] .news_link.active.news_list .list_nav a {
  opacity: 1;
}
.news_list .list_nav a {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 61px;
  color: #414343;
  opacity: 0.4;
  font-size: 22px;
  font-weight: 700;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.news_list .list_nav a:hover,
.news_list .list_nav a.active {
  opacity: 1;
}
.news_list .list_nav a:last-child {
  margin-right: 0;
}
.news_list .right_part {
  float: right;
  margin-left: 10px;
}
.news_list .right_part h2 {
  display: none;
}
.news_list .right_part h1 {
  margin-right: 62px;
}
.latest_blog.small_blog {
}
.latest_blog.small_blog .views-row {
  width: 20.18%;
  margin-right: 2.52%;
  border-width: 2px;
}
.latest_blog.small_blog .views-row:hover .img_Section {
  background-color: #414343;
}
.latest_blog.small_blog .blog .img_Section {
  background-color: #d9d9d9;
  height: 177px;
  overflow: hidden;
}
.latest_blog.small_blog .blog .bottom_cont {
  height: 177px;
}
.news_list .latest_blog .blog .bottom_cont {
  border-width: 2px;
}
.news_list .latest_blog .blog .bottom_cont:after {
  bottom: -2px;
  height: 1px;
}
@media only screen and (max-width: 959px) {
  .latest_blog .blog .bottom_cont:after {
    content: none;
  }
}
@media only screen and (max-width: 959px) {
  .news_list .latest_blog.small_blog .content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news_list .latest_blog.small_blog .views-row {
    /*width: 22.18%;*/
  }
}
@media only screen and (min-width: 768px) {
  .news_list
    .latest_blog.small_blog
    > .wrapper:first-child
    > .content:first-child {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  .news_list .latest_blog.small_blog .views-row {
    width: calc(100% / 4 - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .latest_blog.small_blog .views-row {
    width: 46.2%;
    margin-right: 7.6%;
  }
  .latest_blog.small_blog .views-row:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .news_list .latest_blog.small_blog .views-row {
    width: calc(50% - 12.5px);
    margin: 0 0 25px;
    padding-bottom: 25px;
    /*border-bottom: 1px solid #414343;*/
  }
  .news_list .latest_blog.big_blog .views-row {
    /*display: none;*/
    width: 100%;
    margin-right: 0;
    /*border-bottom: 1px solid #414343;*/
    padding-bottom: 25px;
  }
  .news_list .latest_blog.big_blog .views-row:first-child {
    display: block;
  }
}

/* Get involved ****************************************************************/
[data-page="get_involved"] .banner--sm .wrapper .blog_img {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 120px 110px 50px;
  margin-bottom: 0;
}

[data-page="get_involved"]
  .banner--sm
  .wrapper
  .blog_img
  .field-name-field-text {
  margin-top: 35px;
  margin-left: 100px;
  max-width: 400px;
}

@media screen and (max-width: 980px) {
  [data-page="get_involved"] .banner--sm .wrapper .blog_img {
    padding: 60px 50px 40px;
  }

  [data-page="get_involved"] .banner--sm .wrapper .blog_img h1 {
    font-size: 32px;
  }

  [data-page="get_involved"]
    .banner--sm
    .wrapper
    .blog_img
    .field-name-field-text {
    margin-top: 25px;
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  [data-page="get_involved"] .banner--sm .wrapper .blog_img {
    padding: 10%;
    margin-bottom: 0;
  }

  [data-page="get_involved"] .banner--sm .wrapper .blog_img h1 {
    font-size: 25px;
  }

  [data-page="get_involved"]
    .banner--sm
    .wrapper
    .blog_img
    .field-name-field-text {
    margin-top: 15px;
    margin-left: 0;
  }

  [data-page="get_involved"]
    .banner--sm
    .wrapper
    .blog_img
    .field-name-field-text
    p {
    font-size: 13px;
    line-height: 1.4;
  }
}

[data-page="get_involved"] .intro {
  margin: 50px 0 90px;
}
[data-page="get_involved"] .intro .wrapper {
  max-width: 830px;
}
[data-page="get_involved"] .intro .wrapper p {
  margin: 30px 0;
}
[data-page="get_involved"] .intro .field-name-field-action {
  text-align: center;
  margin-top: 40px;
}

[data-page="get_involved"] .intro .field-name-field-action a {
  background-color: #ff3a21;
  border: 1px solid #ff3a21;
  color: white;
}

[data-page="get_involved"] .intro .field-name-field-action a:hover {
  border: 1px solid #ff3a21;
  background-color: white;
  color: black;
}

[data-page="get_involved"] .intro .field-name-field-action a:hover::after {
  background-color: #ff3a21;
}

@media screen and (max-width: 980px) {
  [data-page="get_involved"] .intro {
    margin: 0 0 60px;
  }
}
[data-page="get_involved"] .take-action {
  overflow-x: hidden;
}
[data-page="get_involved"] .take-action .wrapper {
  padding-bottom: 130px;
  position: relative;
}
[data-page="get_involved"] .take-action .wrapper:before {
  content: "";
  display: block;
  width: 100vw;
  height: 520px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f2f2f2;
  z-index: -1;
}
[data-page="get_involved"] .take-action h1 {
  margin-left: 70px;
}
[data-page="get_involved"] .field-name-field-paragraph-actions > .field-items {
  margin: 90px 0 0;
  width: 100%;
  max-width: 935px;
  margin-left: 165px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
[data-page="get_involved"]
  .field-name-field-paragraph-actions
  > .field-items
  > .field-item {
  width: 270px;
  margin-bottom: 50px;
  /*
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  */
}
[data-page="get_involved"] .paragraphs-item-involved {
  height: 100%;
}
[data-page="get_involved"] .take-action__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 100%;
}
[data-page="get_involved"] .take-action__item figure {
  width: 100%;
  position: relative;
  margin: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
[data-page="get_involved"] .take-action__item figure:after {
  content: "";
  display: block;
  padding-top: 100%;
}
[data-page="get_involved"] .take-action__item figure:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.46) 6%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.46) 6%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.46) 6%,
    rgba(255, 255, 255, 0) 100%
  );
}
[data-page="get_involved"] .take-action__item figure h2 {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px;
}
[data-page="get_involved"] .take-action__item .field-name-field-description {
  width: 100%;
}
[data-page="get_involved"] .take-action__item p {
  font-size: 16px;
  line-height: 28px;
  margin: 35px 0;
}
[data-page="get_involved"] .field-name-field-action {
  align-self: flex-end;
}
[data-page="get_involved"] .take-action__item .btn {
  margin-left: 55px;
  color: rgba(65, 67, 67, 0.4);
  border-color: currentColor;
  align-self: flex-end;
}
[data-page="get_involved"] .take-action__item .btn:hover {
  background-color: transparent;
  color: #414343;
}
[data-page="get_involved"] .take-action__item .btn:hover:after {
  background-color: #ff3a21;
}
@media screen and (max-width: 980px) {
  [data-page="get_involved"] .take-action .wrapper {
    padding-bottom: 150px;
  }
  [data-page="get_involved"] .take-action .wrapper:before {
    height: 50%;
  }
  [data-page="get_involved"] .take-action h1 {
    margin-left: 0;
  }
  [data-page="get_involved"]
    .field-name-field-paragraph-actions
    > .field-items {
    margin: 60px 0 0;
    margin-left: 0;
    justify-content: center;
  }
  [data-page="get_involved"]
    .field-name-field-paragraph-actions
    > .field-items
    > .field-item {
    margin-bottom: 50px;
  }
}

[data-page="get_involved"] .donation-info {
  display: none;
  margin: 90px 0;
}
[data-page="get_involved"] .donation-info__content {
  padding-left: 270px;
  padding-right: 70px;
  display: flex;
  justify-content: space-between;
}
[data-page="get_involved"] .donation-info__text {
  width: 300px;
}

[data-page="get_involved"] .donation-info__text p {
  margin: 25px 0;
  font-size: 14px;
  line-height: 25px;
}
/* Start - Omitsis - Button color bug 14/05 */
[data-page="get_involved"] .donation-info__text .btn {
  color: rgba(65, 67, 67, 0.4);
  border-color: currentColor;
}
[data-page="get_involved"] .donation-info__text .btn:hover {
  background: transparent;
  color: rgba(65, 67, 67, 1);
}
[data-page="get_involved"] .donation-info__text .btn:hover::after {
  background: #ff3a21;
}
/* End - Button color bug */
[data-page="get_involved"] .donation-info__text hr {
  border-top: none;
  border-bottom: 1px solid #979797;
}

[data-page="get_involved"] .donation-info__image {
  width: 430px;
  transform: translateY(-150px);
}

[data-page="get_involved"] .donation-info__image figure {
  margin: 0;
}

[data-page="get_involved"] .donation-info__image figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 980px) {
  [data-page="get_involved"] .donation-info {
    margin-top: -100px;
  }
  [data-page="get_involved"] .donation-info__content {
    padding: 0;
    flex-wrap: wrap;
  }
  [data-page="get_involved"] .donation-info__text {
    order: 2;
    width: 100%;
  }
  [data-page="get_involved"] .donation-info__image {
    order: 1;
    width: 100%;
    padding-left: 40px;
    box-sizing: border-box;
    transform: none;
    margin-bottom: 50px;
  }
}

/* Search **********************************************************************/
.search_page .view,
body.page-search-content #block-system-main,
body.page-search-site #block-system-main {
  padding-top: 90px;
  display: inline-block;
  width: 100%;
}
body.page-search-content #block-system-main form.search-form,
body.page-search-site #block-system-main form.search-form,
body.page-search-content .main-content > .tabs,
body.page-search-site .main-content > .tabs,
body.page-search-content #block-system-main .spelling-suggestions,
body.page-search-site #block-system-main .spelling-suggestions {
  display: none;
}
.search_page .results {
}
.ds-search-extra {
  color: #bababa;
  margin-bottom: 40px;
}
.ds-search-extra strong {
  color: #414343;
}
.ds-search-extra strong:after {
  content: "\a"; /* New line */
  white-space: pre;
}

.search_page .results h1 span {
  opacity: 0.4;
}
.search_page .results .query-text {
  opacity: 1;
}
.search_page .results > h1 + h2 {
  display: none;
}
.search_page .not_found {
  padding-left: 100px;
  padding-top: 60px;
  margin-bottom: 90px;
}
.search_page .not_found a.btn {
  border-color: #b3b4b4;
  color: #b3b4b4;
}
.search_page .not_found a.btn:hover {
  border-color: #ff3a21;
  color: #fff;
}
.search_page .not_found a.btn:hover:after {
  background: #b3b4b4;
}
body.page-search-content .list_section,
body.page-search-site .list_section,
.search_page .list_section {
  margin-bottom: 60px;
}
.block-facetapi {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.block-facetapi .facetapi-facet-bundle {
  margin-bottom: 60px;
}
body.page-search-content .list_section a,
body.page-search-site .list_section a,
.search_page .list_section a {
  font-size: 22px;
  font-weight: bold;
  opacity: 0.4;
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
  color: #414343;
}
.block-facetapi .item-list .facetapi-facet-bundle li {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  margin: 0;
  margin-right: 60px;
}
.block-facetapi .item-list .facetapi-facet-bundle li a {
  font-size: 22px;
  font-weight: bold;
  opacity: 0.4;
  display: inline-block;
  vertical-align: top;
  color: #414343;
}

body.page-search-content .list_section a.active,
body.page-search-site .list_section a.active,
.search_page .list_section a.active {
  opacity: 1;
}
.block-facetapi .item-list .facetapi-facet-bundle li a.facetapi-active {
  margin-right: 60px;
}
.block-facetapi .item-list .facetapi-facet-bundle li a.facetapi-zero-results {
  display: none;
}
.search_page .view-filters,
.block-facetapi h2,
.block-facetapi select {
  display: none;
}
.search_page .views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0;
}
.search_page .views-exposed-form .views-exposed-widget label,
.search_page .views-exposed-form .views-exposed-widget.views-submit-button {
  display: none;
}
.search_page .views-exposed-form .views-exposed-widget .views-widget {
  display: block;
  padding-top: 20px;
}
.search_page .views-exposed-form .views-exposed-widget select,
.block-facetapi select {
  width: 100%;
  height: 50px;
  font-size: 12px;
  font-weight: bold;
  background-color: #414343;
  color: #fff;
  border-radius: 0;
  border: none;
  padding-left: 15px;
  outline: none;
  background-image: url(../images/site/dropdown_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 18px;
}

.search_page .latest_blog {
  display: inline-block;
  width: 100%;
  background: none;
  padding-top: 0;
}
.search_page .latest_blog p span {
  font-weight: bold;
}
@media only screen and (max-width: 959px) {
  .block-facetapi .item-list .facetapi-facet-bundle li,
  .block-facetapi .item-list .facetapi-facet-bundle li a.facetapi-active {
    font-size: 15px;
    margin-right: 30px;
  }
  .block-facetapi .item-list .facetapi-facet-bundle li a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .block-facetapi .item-list .facetapi-facet-bundle li,
  .block-facetapi .item-list .facetapi-facet-bundle li a {
    font-size: 22px;
  }
  .block-facetapi {
    padding: 0;
  }
  .search_page .list_section,
  .block-facetapi .content {
    display: none;
  }
  .search_page .view-filters,
  .block-facetapi select {
    display: block;
  }
  .search_page .latest_blog {
    padding-top: 30px;
  }
}

/* Footer **********************************************************************/
footer {
  background: #f2f2f2;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  text-align: center; /* Start - Omitsis - Center 14/05 */
  overflow: hidden;
}
footer:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 790px;
  height: 395px;
  background: url(../images/site/footer-watermark.png) no-repeat center bottom;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  opacity: 0.1;
  z-index: -1;
  pointer-events: none;
}
[data-page="where"] footer:before {
  background: none;
}
/* Top part */
footer .top_part {
  text-align: center;
}
footer .top_part .col {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
  border-right: 1px solid #e7e7e7;
}
footer .top_part .col .field-item {
  display: inline-block;
  margin-right: 33px;
  vertical-align: middle;
}
footer .top_part .col1 .field-item:last-child {
  margin-right: 0;
  width: 232px;
}
footer .top_part .col2 .field-item {
  width: 90px;
}
footer .top_part .col2 .field-item + .field-item {
  width: 86.19px;
  margin-right: 0px;
}
footer .top_part .col3 .field-item {
  width: 74.1px;
}
footer .top_part .col3 .field-item + .field-item {
  width: 74px;
}
footer .top_part .col:last-child {
  border-right: 0;
}
@media only screen and (max-width: 959px) {
  footer .top_part .col1 .field-item:last-child {
    margin-right: 0;
    width: 190px;
  }
  footer .top_part .col {
    padding: 0 11px;
  }
}
@media only screen and (max-width: 767px) {
  footer .top_part .col {
    width: 32%;
  }
  footer .top_part .col:first-child {
    padding-left: 0;
  }
  footer .top_part .col:first-child .field-item {
    width: 100%;
  }
  footer .top_part .col img {
    max-width: 100%;
  }
  footer .top_part .col .field-item {
    width: 44%;
    /*margin-right: 2%;*/
    margin-right: 6%;
  }
  footer .top_part .col2 .field-item + .field-item,
  footer .top_part .col3 .field-item + .field-item {
    width: 44%;
  }
  footer .top_part .col {
    /*padding: 0 7px;*/
    padding: 0 7px 0 0;
  }
  footer .top_part .col:last-child {
    padding: 0 0 0 7px;
  }
}
@media (max-width: 360px) {
  footer .top_part .col {
    width: 31%;
  }
  footer .top_part .col a {
    width: 44%;
  }
}
.region-footer-links {
  text-align: center;
}
footer ul.social {
  display: none;
}
footer ul.social a span {
  display: none;
}

footer ul.menu,
footer ul.nav {
  text-align: center;
  margin-top: 40px;
}
footer ul li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
}
footer ul li.back-to-top {
  cursor: pointer;
}
footer ul li a {
  font-size: 14px;
  color: #abacac;
  font-weight: 700;
  margin: 0 31px;
  transition: 0.4s ease all;
}
footer ul li a img {
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
footer ul li a:hover {
  color: #414343;
}
footer ul li a:hover img {
  opacity: 1;
}
footer ul li a img {
  opacity: 0.45;
  vertical-align: middle;
  margin-left: 16px;
  margin-top: -2px;
}
footer ul li #back_top:after {
  content: "";
  display: block;
  background: url(../images/site/top_arrow.svg) no-repeat center bottom;
  -webkit-background-size: contain;
  background-size: contain;
  opacity: 0.3;
  z-index: -1;
  pointer-events: none;
  float: right;
  width: 16px;
  height: 17px;
}
footer ul li.back-to-top:hover #back_top:after,
footer ul li.back-to-top:hover a {
  opacity: 1;
  color: #414343;
}
@media only screen and (max-width: 1170px) {
  footer ul li a {
    margin: 0 18px;
  }
}
@media only screen and (max-width: 959px) {
  footer ul li a {
    margin: 0px 7px;
  }
}
@media only screen and (max-width: 767px) {
  /* Social */
  footer ul.social {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    text-align: left;
    margin-top: 46px;
  }
  footer ul.social li a {
    font-size: 21px;
  }
  /* Back to top */
  footer ul.nav {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    text-align: right;
    margin-top: 19px;
  }
  footer ul.social {
    margin-top: 23px;
  }
  footer ul.nav li {
    width: 100%;
    max-width: 202px;
    text-align: left;
  }
  footer ul.nav li:not(:last-child) {
    display: none;
  }
  footer ul.nav li a {
    display: block;
  }
  footer ul li a img {
    float: right;
    margin-top: 8px;
  }
}
@media (max-width: 360px) {
  footer ul.nav li {
    margin-top: 2px;
  }
  footer ul.social {
    width: 27%;
  }
  footer ul.nav {
    width: 60%;
    float: right;
  }
  footer ul.nav li {
    margin-top: 2px;
  }
}

#block-block-4 {
  position: relative;
  margin-top: 22px;
  padding-top: 22px;
}

#block-block-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  background-color: #979797;
  opacity: 0.2;
  transform: translate(-50%, 0);
}

#block-block-4 p {
  font-size: 12px;
  opacity: 0.43;
}

#block-block-4 p a {
  font-size: 12px;
}

#block-block-4 p a:hover {
  text-decoration: underline;
}

/* Admin hooks */
.admin-menu .article_new.banner {
  margin-top: 0;
}

/* CIVIL SOCIETY*/
.page-node-36488 .banner {
  margin-bottom: 80px;
}

@media only screen and (max-width: 1023px) {
  .page-node-36488 .banner {
    margin-bottom: 30px;
  }
  .node-type-simple-landing .view-staff {
    padding: 0px 30px 30px;
  }
}

/* LANDING PAGE */
.node-landing-page iframe {
  width: 100%;
  height: 610px;
}

@media only screen and (max-width: 1023px) {
  .node-landing-page iframe {
    width: 100%;
    height: 400px;
  }
}

/* SIMPLE LANDING */

.node-type-simple-landing .view-staff {
  max-width: 1270px;
  margin: 0 auto;
  display: block;
  padding: 100px 50px 30px;
  margin-bottom: 60px;
  /*border-bottom: 1px solid #F0F0F0;*/
}

.node-type-simple-landing .view-staff h3 {
  font-size: 32px;
  margin-bottom: 40px;
}

.node-type-simple-landing .view-staff h3 p {
  font-weight: normal;
  margin-top: 40px;
}

.node-type-simple-landing .banner--sm .wrapper {
  display: block;
  max-width: 1340px;
  margin: 0 auto;
}

.node-type-simple-landing .banner--sm .wrapper .blog_img {
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 120px 110px 50px;
  margin-bottom: 0;
  max-width: none;
}

.node-type-simple-landing
  .banner--sm
  .wrapper
  .blog_img
  .field-name-field-summary {
  margin-top: 35px;
  margin-left: 100px;
  max-width: 400px;
}

.node-type-simple-landing .field-type-text-with-summary {
  max-width: 1270px;
  margin: 0 auto;
  display: block;
  padding: 10px 50px 30px;
}

.node-type-simple-landing
  .field-type-text-with-summary
  .field-item
  > div
  > div:nth-child(2) {
  display: none;
}

.node-type-simple-landing
  .field-type-text-with-summary
  .field-item
  > div
  > div:nth-child(2).js-show {
  display: block;
}

.node-type-simple-landing .field-type-text-with-summary a {
  color: #ff3a21;
  font-weight: normal;
  font-size: inherit;
}

.node-type-simple-landing .field-type-text-with-summary a:hover {
  text-decoration: underline;
}

.node-type-simple-landing .field-type-text-with-summary p,
.node-type-simple-landing .field-type-text-with-summary ol,
.node-type-simple-landing .field-type-text-with-summary ul {
  margin-bottom: 20px;
}

.node-type-simple-landing .field-type-text-with-summary ul {
  margin: 60px 0 25px;
}

.node-type-simple-landing .field-type-text-with-summary ol li,
.node-type-simple-landing .field-type-text-with-summary ul li {
  color: #414343;
  font-size: 18px;
  line-height: 30px;
  list-style-position: inside;
}

@media only screen and (max-width: 1160px) {
  .node-type-simple-landing .field-type-text-with-summary ol li,
  .node-type-simple-landing .field-type-text-with-summary ul li {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .node-type-simple-landing .field-type-text-with-summary ol li,
  .node-type-simple-landing .field-type-text-with-summary ul li {
    font-size: 14px;
    line-height: 24px;
  }
}

.node-type-simple-landing .field-type-text-with-summary ul li {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding: 0 50px;
  position: relative;
}

.node-type-simple-landing .field-type-text-with-summary ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  flex-shrink: 0;
  background-color: #ff3a21;
  margin-top: 11px;
  margin-right: 20px;
}

.node-type-simple-landing .field-type-text-with-summary ul li:not(:last-child) {
  margin-bottom: 30px;
}

.node-type-simple-landing .field-type-text-with-summary h2 {
  display: flex;
  color: #ff3a21;
  font-size: 32px;
  margin: 60px 0 50px;
  align-items: center;
  margin-left: -100px;
}

.node-type-simple-landing .field-type-text-with-summary h2::before {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  margin-right: 30px;
  background-color: currentColor;
}

.node-type-simple-landing .field-type-text-with-summary img {
  display: block;
  width: 100%;
  height: auto;
  margin: 40px 0;
}

@media screen and (max-width: 980px) {
  .node-type-simple-landing .banner--sm .wrapper .blog_img {
    padding: 60px 50px 40px;
  }

  .node-type-simple-landing .banner--sm .wrapper .blog_img h1 {
    font-size: 32px;
  }

  .node-type-simple-landing
    .banner--sm
    .wrapper
    .blog_img
    .field-name-field-summary {
    margin-top: 25px;
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .node-type-simple-landing .field-type-text-with-summary {
    padding: 20px 20px 30px;
  }

  .node-type-simple-landing .banner--sm .wrapper .blog_img {
    padding: 10%;
    margin-bottom: 0;
  }

  .node-type-simple-landing .banner--sm .wrapper .blog_img h1 {
    font-size: 25px;
  }

  .node-type-simple-landing
    .banner--sm
    .wrapper
    .blog_img
    .field-name-field-summary {
    margin-top: 15px;
    margin-left: 0;
  }

  .node-type-simple-landing
    .banner--sm
    .wrapper
    .blog_img
    .field-name-field-summary
    p {
    font-size: 13px;
    line-height: 1.4;
  }

  .node-type-simple-landing .field-type-text-with-summary ol li,
  .node-type-simple-landing .field-type-text-with-summary ul li {
    font-size: 13px;
  }

  .node-type-simple-landing .field-type-text-with-summary ul {
    margin: 30px 0 15px;
  }

  .node-type-simple-landing .field-type-text-with-summary ul li {
    padding: 0 20px;
  }

  .node-type-simple-landing .field-type-text-with-summary ul li::before {
    margin-right: 10px;
  }

  .node-type-simple-landing
    .field-type-text-with-summary
    ul
    li:not(:last-child) {
    margin-bottom: 15px;
  }

  .node-type-simple-landing .field-type-text-with-summary h2 {
    margin: 60px 0 30px;
    margin-left: -0px;
    font-size: 25px;
  }

  .node-type-simple-landing .field-type-text-with-summary h2::before {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .node-type-simple-landing .view-staff {
    padding: 50px 30px 30px;
    margin-bottom: 40px;
  }
}

/* TRANSLATIONS */
.translations {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}

.translations h3 {
  font-size: 18px;
  font-weight: normal;
}

.translations ul {
  display: flex;
  margin-left: 20px;
  list-style-type: none;
  padding-top: 0 !important;
}

.translations ul li a {
  display: flex;
  align-items: center;
  font-weight: normal;
}

.translations ul li:not(:last-child) {
  margin-right: 20px;
}

.translations ul li a::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin-right: 10px;
  background-color: #ff3a21;
  transition: transform 0.3s ease;
}

.translations ul li a {
  font-size: 18px;
  font-weight: 700;
}

.translations ul li a:hover::before {
  transform: translate(2px, 0);
}

@media screen and (max-width: 1023px) {
  .translations {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .translations ul {
    margin-left: 0;
    margin-top: 10px;
    flex-wrap: wrap;
  }
}

.ct-translations {
  display: none;
}
