@charset "UTF-8";

h1,
.h1 {
  text-transform: uppercase;
}

h2:not(.page-header) {
  font-weight: normal;
}

.justify-content-center {
  justify-content: center !important;
  display: flex;
  flex-wrap: wrap;
}

ul {
  list-style-image: url(../../images/bullet.svg);
}

legend.captcha__title {
  font-size: inherit;
  font-weight: bolder;
}

.field--name-bp-text ul li {
  margin-bottom: 10px;
}

.field--name-bp-text ul li:last-child {
  margin-bottom: 0;
}

.main-container {
  margin-top: 50px;
  margin-bottom: 75px;
  min-height: 47vh;
}

.main-container .field--name-node-title {
  color: #fff;
}

@media (max-width: 480px) {
  .main-container {
    margin-top: 15px;
  }
}

.main-container .region.region-header .tabs {
  margin-bottom: 65px;
}

.page-node-type-landing-page .bottom_header .page-header {
  margin-bottom: 0;
  min-height: 113px;
}

@media (max-width: 1199px) {
  .page-node-type-landing-page .bottom_header .page-header {
    font-size: calc(1.3rem + .6vw);
  }
}

@media (max-width: 1199px) and (min-width: 1200px) {
  .page-node-type-landing-page .bottom_header .page-header {
    font-size: 1.75rem;
  }
}

.page-node-type-mel-project .bottom_header .page-header {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .page-node-type-mel-project .bottom_header .page-header {
    font-size: calc(1.3rem + .6vw);
  }
}

@media (max-width: 1199px) and (min-width: 1200px) {
  .page-node-type-mel-project .bottom_header .page-header {
    font-size: 1.75rem;
  }
}

.page-node-type-mel-project .node--view-mode-project-name {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .page-node-type-mel-project .node--view-mode-project-name {
    min-height: 113px;
  }
}

.page-node-type-mel-project .node--view-mode-text-teaser-small {
  margin: 0;
}

@media (max-width: 992px) {
  .page-node-type-mel-project .project-details-wrapper {
    bottom: 0;
  }
}

@media (min-width: 1200px) {
  .page-node-type-mel-project .project-details-wrapper {
    min-width: 490px;
  }
}

.page-node-type-mel-project .blazy--field-impact-pathway-image img {
  width: auto;
  height: auto;
}

.page-node-type-landing-page .node--view-mode-hero-xlarge {
          transition: all .5s;
  -webkit-transition: all .5s;
}

.page-node-type-landing-page .node--view-mode-hero-xlarge::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  
  left: 0;
          transition: all .5s;
  -webkit-transition: all .5s;
  background: rgba(0, 0, 0, .6);
  opacity: 1;
}

[dir="rtl"] .page-node-type-landing-page .node--view-mode-hero-xlarge::after {
  left: auto;
  
  right: 0;
}

.page-node-type-landing-page .page-header {
  margin-top: calc(1.385rem + 1.62vw);
}

@media (min-width: 1200px) {
  .page-node-type-landing-page .page-header {
    margin-top: 2.6rem;
  }
}

.page-node-type-landing-page .banner_wrapper .bottom_header {
  padding-top: 70px;
}

@media (min-width: 992px) {
  .page-node-type-landing-page .banner_wrapper .bottom_header {
    padding-top: 116px;
  }
}

.page-node-type-landing-page .view-expert .row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1.5rem;
}

.breadcrumb {
  background-color: transparent;
  
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

[dir="rtl"] .breadcrumb {
  padding-left: 0;
  
  padding-right: 0;
}

.breadcrumb li {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.43;
  font-variation-settings: "opsz" 14;
}

.breadcrumb li a {
  color: #3c3c3b;
}

.breadcrumb li a:hover {
  color: #2d7436;
}

.breadcrumb li:not(:last-child):after {
  content: "/";
  
  margin-right: 3px;
}

[dir="rtl"] .breadcrumb li:not(:last-child):after {
  margin-right: 0;
  
  margin-left: 3px;
}

.breadcrumb li:last-child {
  color: var(--bs-breadcrumb-item-active-color);
}

.page-header {
  margin-bottom: 50px;
  padding-bottom: 0;
}

body a:hover {
  transition: .4s;
}

@media (max-width: 767px) {
  .region-sidebar-second {
    margin-top: 15px;
  }

  .embedded-entity.align-right {
    margin: 0;
  }
}

.banner_wrapper {
  position: relative;
}

.banner_wrapper .bottom_header {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  vertical-align: middle;
  color: #fff;
}

.banner_wrapper .bottom_header .breadcrumb {
  margin-top: 1rem;
}

.banner_wrapper .bottom_header a {
  color: #fff;
}

@media (max-width: 480px) {
  .banner_wrapper .bottom_header {
    height: 100%;
  }
}

.banner_wrapper .highlight_text {
  background: #2d7436;
  color: #fff;
  padding: 25px;
  text-align: center;
}

@media (max-width: 767px) {
  .banner_wrapper .highlight_text {
    padding: 15px;
  }
}

.banner_wrapper .highlight_text h3 {
  margin: 0;
  text-transform: initial;
}

@media (max-width: 480px) {
  .banner_wrapper .highlight_text h3 {
    font-size: 20px;
  }
}

.other_research_theme {
  background-color: #f3f3f3;
  padding: 15px 0;
}

.other_research_theme h3 a {
  font-size: 1rem;
}

.other_research_theme .node--view-mode-teaser {
  display: flex;
  align-items: center;
}

.other_research_theme .node--view-mode-teaser.child-research-theme {
  
  margin-left: 17px;
}

[dir="rtl"] .other_research_theme .node--view-mode-teaser.child-research-theme {
  margin-left: 0;
  
  margin-right: 17px;
}

.other_research_theme .node--view-mode-teaser:hover {
  cursor: pointer;
}

.other_research_theme .node--view-mode-teaser:hover a {
  color: #2d7436;
}

.other_research_theme .node--view-mode-teaser a {
  color: #3c3c3b;
  font-weight: bold;
  font-size: 15px;
}

.other_research_theme .node--view-mode-teaser a:hover {
  color: #2d7436;
}

.other_research_theme .node--view-mode-teaser .field--name-field-icon img {
  width: 32px;
  height: 32px;
  display: inline-block;
}

.other_research_theme .node--view-mode-teaser .field--name-field-icon svg {
  width: 32px;
  height: 32px;
}

.other_research_theme .node--view-mode-teaser .field--name-field-icon svg g[stroke^="#"] {
  stroke: #2d7436;
}

.other_research_theme .node--view-mode-teaser .field--name-field-icon svg g[fill^="#"] {
  fill: #2d7436;
}

.other_research_theme .node--view-mode-teaser .field--name-field-icon svg path {
  fill: #2d7436;
}

.other_research_theme .node--view-mode-teaser .field--name-field-icon svg path[stroke^="#"] {
  stroke: #2d7436;
}

.other_research_theme .node--view-mode-teaser .field--name-field-icon svg path[fill^="#"] {
  fill: #2d7436;
}

.other_research_theme .node--view-mode-teaser .field--name-field-icon svg ellipse[stroke^="#"] {
  stroke: #2d7436;
}

.other_research_theme .node--view-mode-teaser .field--name-field-icon svg ellipse[fill^="#"] {
  fill: #2d7436;
}

.other_research_theme h2 {
  
  padding-left: 15px;
  margin: 0;
  font-size: 20px;
}

[dir="rtl"] .other_research_theme h2 {
  padding-left: 0;
  
  padding-right: 15px;
}

.other_research_theme .left {
  
  padding-right: 0;
  text-align: center;
  text-align: -webkit-center;
  text-align: -moz-center;
}

[dir="rtl"] .other_research_theme .left {
  padding-right: 0;
  
  padding-left: 0;
}

.node--type-research-theme.node--view-mode-tout-large .tout-content, .node--type-research-theme.node--view-mode-tout-medium .tout-content,
.node--type-innovation.node--view-mode-tout-large .tout-content,
.node--type-innovation.node--view-mode-tout-medium .tout-content,
.node--type-image-tout.node--view-mode-tout-large .tout-content,
.node--type-image-tout.node--view-mode-tout-medium .tout-content,
.node--type-mel-project.node--view-mode-tout-large .tout-content,
.node--type-mel-project.node--view-mode-tout-medium .tout-content {
  display: inherit;
  top: inherit;
  padding: 20px;
}

.node--type-research-theme.node--view-mode-tout-large .tout-content h4, .node--type-research-theme.node--view-mode-tout-medium .tout-content h4,
.node--type-innovation.node--view-mode-tout-large .tout-content h4,
.node--type-innovation.node--view-mode-tout-medium .tout-content h4,
.node--type-image-tout.node--view-mode-tout-large .tout-content h4,
.node--type-image-tout.node--view-mode-tout-medium .tout-content h4,
.node--type-mel-project.node--view-mode-tout-large .tout-content h4,
.node--type-mel-project.node--view-mode-tout-medium .tout-content h4 {
  
  text-align: left;
  margin-top: 16px;
  margin-bottom: 0;
}

[dir="rtl"] .node--type-research-theme.node--view-mode-tout-large .tout-content h4, [dir="rtl"] .node--type-research-theme.node--view-mode-tout-medium .tout-content h4, [dir="rtl"] .node--type-innovation.node--view-mode-tout-large .tout-content h4, [dir="rtl"] .node--type-innovation.node--view-mode-tout-medium .tout-content h4, [dir="rtl"] .node--type-image-tout.node--view-mode-tout-large .tout-content h4, [dir="rtl"] .node--type-image-tout.node--view-mode-tout-medium .tout-content h4, [dir="rtl"] .node--type-mel-project.node--view-mode-tout-large .tout-content h4, [dir="rtl"] .node--type-mel-project.node--view-mode-tout-medium .tout-content h4 {
  
  text-align: right;
}

.node--type-research-theme.node--view-mode-tout-large .tout-content h4 a, .node--type-research-theme.node--view-mode-tout-medium .tout-content h4 a,
.node--type-innovation.node--view-mode-tout-large .tout-content h4 a,
.node--type-innovation.node--view-mode-tout-medium .tout-content h4 a,
.node--type-image-tout.node--view-mode-tout-large .tout-content h4 a,
.node--type-image-tout.node--view-mode-tout-medium .tout-content h4 a,
.node--type-mel-project.node--view-mode-tout-large .tout-content h4 a,
.node--type-mel-project.node--view-mode-tout-medium .tout-content h4 a {
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
}

.node--type-research-theme.node--view-mode-tout-large .tout-content a, .node--type-research-theme.node--view-mode-tout-medium .tout-content a,
.node--type-innovation.node--view-mode-tout-large .tout-content a,
.node--type-innovation.node--view-mode-tout-medium .tout-content a,
.node--type-image-tout.node--view-mode-tout-large .tout-content a,
.node--type-image-tout.node--view-mode-tout-medium .tout-content a,
.node--type-mel-project.node--view-mode-tout-large .tout-content a,
.node--type-mel-project.node--view-mode-tout-medium .tout-content a {
  color: #fff;
}

.node--type-research-theme.node--view-mode-tout-large .tout-content a:hover, .node--type-research-theme.node--view-mode-tout-medium .tout-content a:hover,
.node--type-innovation.node--view-mode-tout-large .tout-content a:hover,
.node--type-innovation.node--view-mode-tout-medium .tout-content a:hover,
.node--type-image-tout.node--view-mode-tout-large .tout-content a:hover,
.node--type-image-tout.node--view-mode-tout-medium .tout-content a:hover,
.node--type-mel-project.node--view-mode-tout-large .tout-content a:hover,
.node--type-mel-project.node--view-mode-tout-medium .tout-content a:hover {
  color: #2d7436 !important;
}

.node--type-research-theme.node--view-mode-tout-large .tout-content .field--name-field-icon svg, .node--type-research-theme.node--view-mode-tout-medium .tout-content .field--name-field-icon svg,
.node--type-innovation.node--view-mode-tout-large .tout-content .field--name-field-icon svg,
.node--type-innovation.node--view-mode-tout-medium .tout-content .field--name-field-icon svg,
.node--type-image-tout.node--view-mode-tout-large .tout-content .field--name-field-icon svg,
.node--type-image-tout.node--view-mode-tout-medium .tout-content .field--name-field-icon svg,
.node--type-mel-project.node--view-mode-tout-large .tout-content .field--name-field-icon svg,
.node--type-mel-project.node--view-mode-tout-medium .tout-content .field--name-field-icon svg {
  width: 64px;
  height: 64px;
}

.node--type-research-theme.node--view-mode-tout-large .tout-content .field--name-field-icon svg g[stroke^="#"], .node--type-research-theme.node--view-mode-tout-medium .tout-content .field--name-field-icon svg g[stroke^="#"],
.node--type-innovation.node--view-mode-tout-large .tout-content .field--name-field-icon svg g[stroke^="#"],
.node--type-innovation.node--view-mode-tout-medium .tout-content .field--name-field-icon svg g[stroke^="#"],
.node--type-image-tout.node--view-mode-tout-large .tout-content .field--name-field-icon svg g[stroke^="#"],
.node--type-image-tout.node--view-mode-tout-medium .tout-content .field--name-field-icon svg g[stroke^="#"],
.node--type-mel-project.node--view-mode-tout-large .tout-content .field--name-field-icon svg g[stroke^="#"],
.node--type-mel-project.node--view-mode-tout-medium .tout-content .field--name-field-icon svg g[stroke^="#"] {
  stroke: #fff;
}

.node--type-research-theme.node--view-mode-tout-large .tout-content .field--name-field-icon svg g[fill^="#"], .node--type-research-theme.node--view-mode-tout-medium .tout-content .field--name-field-icon svg g[fill^="#"],
.node--type-innovation.node--view-mode-tout-large .tout-content .field--name-field-icon svg g[fill^="#"],
.node--type-innovation.node--view-mode-tout-medium .tout-content .field--name-field-icon svg g[fill^="#"],
.node--type-image-tout.node--view-mode-tout-large .tout-content .field--name-field-icon svg g[fill^="#"],
.node--type-image-tout.node--view-mode-tout-medium .tout-content .field--name-field-icon svg g[fill^="#"],
.node--type-mel-project.node--view-mode-tout-large .tout-content .field--name-field-icon svg g[fill^="#"],
.node--type-mel-project.node--view-mode-tout-medium .tout-content .field--name-field-icon svg g[fill^="#"] {
  fill: #fff;
}

.node--type-research-theme.node--view-mode-tout-large .tout-content .field--name-field-icon svg path, .node--type-research-theme.node--view-mode-tout-medium .tout-content .field--name-field-icon svg path,
.node--type-innovation.node--view-mode-tout-large .tout-content .field--name-field-icon svg path,
.node--type-innovation.node--view-mode-tout-medium .tout-content .field--name-field-icon svg path,
.node--type-image-tout.node--view-mode-tout-large .tout-content .field--name-field-icon svg path,
.node--type-image-tout.node--view-mode-tout-medium .tout-content .field--name-field-icon svg path,
.node--type-mel-project.node--view-mode-tout-large .tout-content .field--name-field-icon svg path,
.node--type-mel-project.node--view-mode-tout-medium .tout-content .field--name-field-icon svg path {
  fill: #fff;
}

.node--type-research-theme.node--view-mode-tout-large .tout-content .field--name-field-icon svg path[stroke^="#"], .node--type-research-theme.node--view-mode-tout-medium .tout-content .field--name-field-icon svg path[stroke^="#"],
.node--type-innovation.node--view-mode-tout-large .tout-content .field--name-field-icon svg path[stroke^="#"],
.node--type-innovation.node--view-mode-tout-medium .tout-content .field--name-field-icon svg path[stroke^="#"],
.node--type-image-tout.node--view-mode-tout-large .tout-content .field--name-field-icon svg path[stroke^="#"],
.node--type-image-tout.node--view-mode-tout-medium .tout-content .field--name-field-icon svg path[stroke^="#"],
.node--type-mel-project.node--view-mode-tout-large .tout-content .field--name-field-icon svg path[stroke^="#"],
.node--type-mel-project.node--view-mode-tout-medium .tout-content .field--name-field-icon svg path[stroke^="#"] {
  stroke: #fff;
}

.node--type-research-theme.node--view-mode-tout-large .tout-content .field--name-field-icon svg path[fill^="#"], .node--type-research-theme.node--view-mode-tout-medium .tout-content .field--name-field-icon svg path[fill^="#"],
.node--type-innovation.node--view-mode-tout-large .tout-content .field--name-field-icon svg path[fill^="#"],
.node--type-innovation.node--view-mode-tout-medium .tout-content .field--name-field-icon svg path[fill^="#"],
.node--type-image-tout.node--view-mode-tout-large .tout-content .field--name-field-icon svg path[fill^="#"],
.node--type-image-tout.node--view-mode-tout-medium .tout-content .field--name-field-icon svg path[fill^="#"],
.node--type-mel-project.node--view-mode-tout-large .tout-content .field--name-field-icon svg path[fill^="#"],
.node--type-mel-project.node--view-mode-tout-medium .tout-content .field--name-field-icon svg path[fill^="#"] {
  fill: #fff;
}

.node--type-research-theme.node--view-mode-tout-large .tout-content .field--name-field-icon svg ellipse[stroke^="#"], .node--type-research-theme.node--view-mode-tout-medium .tout-content .field--name-field-icon svg ellipse[stroke^="#"],
.node--type-innovation.node--view-mode-tout-large .tout-content .field--name-field-icon svg ellipse[stroke^="#"],
.node--type-innovation.node--view-mode-tout-medium .tout-content .field--name-field-icon svg ellipse[stroke^="#"],
.node--type-image-tout.node--view-mode-tout-large .tout-content .field--name-field-icon svg ellipse[stroke^="#"],
.node--type-image-tout.node--view-mode-tout-medium .tout-content .field--name-field-icon svg ellipse[stroke^="#"],
.node--type-mel-project.node--view-mode-tout-large .tout-content .field--name-field-icon svg ellipse[stroke^="#"],
.node--type-mel-project.node--view-mode-tout-medium .tout-content .field--name-field-icon svg ellipse[stroke^="#"] {
  stroke: #fff;
}

.node--type-research-theme.node--view-mode-tout-large .tout-content .field--name-field-icon svg ellipse[fill^="#"], .node--type-research-theme.node--view-mode-tout-medium .tout-content .field--name-field-icon svg ellipse[fill^="#"],
.node--type-innovation.node--view-mode-tout-large .tout-content .field--name-field-icon svg ellipse[fill^="#"],
.node--type-innovation.node--view-mode-tout-medium .tout-content .field--name-field-icon svg ellipse[fill^="#"],
.node--type-image-tout.node--view-mode-tout-large .tout-content .field--name-field-icon svg ellipse[fill^="#"],
.node--type-image-tout.node--view-mode-tout-medium .tout-content .field--name-field-icon svg ellipse[fill^="#"],
.node--type-mel-project.node--view-mode-tout-large .tout-content .field--name-field-icon svg ellipse[fill^="#"],
.node--type-mel-project.node--view-mode-tout-medium .tout-content .field--name-field-icon svg ellipse[fill^="#"] {
  fill: #fff;
}

.node--type-research-theme.node--view-mode-tout-large .tout-content .content-wrapper, .node--type-research-theme.node--view-mode-tout-medium .tout-content .content-wrapper,
.node--type-innovation.node--view-mode-tout-large .tout-content .content-wrapper,
.node--type-innovation.node--view-mode-tout-medium .tout-content .content-wrapper,
.node--type-image-tout.node--view-mode-tout-large .tout-content .content-wrapper,
.node--type-image-tout.node--view-mode-tout-medium .tout-content .content-wrapper,
.node--type-mel-project.node--view-mode-tout-large .tout-content .content-wrapper,
.node--type-mel-project.node--view-mode-tout-medium .tout-content .content-wrapper {
  color: #fff;
  
  text-align: left;
}

[dir="rtl"] .node--type-research-theme.node--view-mode-tout-large .tout-content .content-wrapper, [dir="rtl"] .node--type-research-theme.node--view-mode-tout-medium .tout-content .content-wrapper, [dir="rtl"] .node--type-innovation.node--view-mode-tout-large .tout-content .content-wrapper, [dir="rtl"] .node--type-innovation.node--view-mode-tout-medium .tout-content .content-wrapper, [dir="rtl"] .node--type-image-tout.node--view-mode-tout-large .tout-content .content-wrapper, [dir="rtl"] .node--type-image-tout.node--view-mode-tout-medium .tout-content .content-wrapper, [dir="rtl"] .node--type-mel-project.node--view-mode-tout-large .tout-content .content-wrapper, [dir="rtl"] .node--type-mel-project.node--view-mode-tout-medium .tout-content .content-wrapper {
  
  text-align: right;
}

.node--type-research-theme.node--view-mode-tout-large .tout-content .content-wrapper:not(.image-tout-wrapper), .node--type-research-theme.node--view-mode-tout-medium .tout-content .content-wrapper:not(.image-tout-wrapper),
.node--type-innovation.node--view-mode-tout-large .tout-content .content-wrapper:not(.image-tout-wrapper),
.node--type-innovation.node--view-mode-tout-medium .tout-content .content-wrapper:not(.image-tout-wrapper),
.node--type-image-tout.node--view-mode-tout-large .tout-content .content-wrapper:not(.image-tout-wrapper),
.node--type-image-tout.node--view-mode-tout-medium .tout-content .content-wrapper:not(.image-tout-wrapper),
.node--type-mel-project.node--view-mode-tout-large .tout-content .content-wrapper:not(.image-tout-wrapper),
.node--type-mel-project.node--view-mode-tout-medium .tout-content .content-wrapper:not(.image-tout-wrapper) {
  display: none;
}

.node--type-research-theme.node--view-mode-tout-large .tout-content .content-wrapper .field--name-field-link,
.node--type-research-theme.node--view-mode-tout-large .tout-content .content-wrapper .more-link, .node--type-research-theme.node--view-mode-tout-medium .tout-content .content-wrapper .field--name-field-link,
.node--type-research-theme.node--view-mode-tout-medium .tout-content .content-wrapper .more-link,
.node--type-innovation.node--view-mode-tout-large .tout-content .content-wrapper .field--name-field-link,
.node--type-innovation.node--view-mode-tout-large .tout-content .content-wrapper .more-link,
.node--type-innovation.node--view-mode-tout-medium .tout-content .content-wrapper .field--name-field-link,
.node--type-innovation.node--view-mode-tout-medium .tout-content .content-wrapper .more-link,
.node--type-image-tout.node--view-mode-tout-large .tout-content .content-wrapper .field--name-field-link,
.node--type-image-tout.node--view-mode-tout-large .tout-content .content-wrapper .more-link,
.node--type-image-tout.node--view-mode-tout-medium .tout-content .content-wrapper .field--name-field-link,
.node--type-image-tout.node--view-mode-tout-medium .tout-content .content-wrapper .more-link,
.node--type-mel-project.node--view-mode-tout-large .tout-content .content-wrapper .field--name-field-link,
.node--type-mel-project.node--view-mode-tout-large .tout-content .content-wrapper .more-link,
.node--type-mel-project.node--view-mode-tout-medium .tout-content .content-wrapper .field--name-field-link,
.node--type-mel-project.node--view-mode-tout-medium .tout-content .content-wrapper .more-link {
  
  float: right;
  font-weight: bold;
}

[dir="rtl"] .node--type-research-theme.node--view-mode-tout-large .tout-content .content-wrapper .field--name-field-link,
[dir="rtl"] .node--type-research-theme.node--view-mode-tout-large .tout-content .content-wrapper .more-link,
[dir="rtl"] .node--type-research-theme.node--view-mode-tout-medium .tout-content .content-wrapper .field--name-field-link,
[dir="rtl"] .node--type-research-theme.node--view-mode-tout-medium .tout-content .content-wrapper .more-link,
[dir="rtl"] .node--type-innovation.node--view-mode-tout-large .tout-content .content-wrapper .field--name-field-link,
[dir="rtl"] .node--type-innovation.node--view-mode-tout-large .tout-content .content-wrapper .more-link,
[dir="rtl"] .node--type-innovation.node--view-mode-tout-medium .tout-content .content-wrapper .field--name-field-link,
[dir="rtl"] .node--type-innovation.node--view-mode-tout-medium .tout-content .content-wrapper .more-link,
[dir="rtl"] .node--type-image-tout.node--view-mode-tout-large .tout-content .content-wrapper .field--name-field-link,
[dir="rtl"] .node--type-image-tout.node--view-mode-tout-large .tout-content .content-wrapper .more-link,
[dir="rtl"] .node--type-image-tout.node--view-mode-tout-medium .tout-content .content-wrapper .field--name-field-link,
[dir="rtl"] .node--type-image-tout.node--view-mode-tout-medium .tout-content .content-wrapper .more-link,
[dir="rtl"] .node--type-mel-project.node--view-mode-tout-large .tout-content .content-wrapper .field--name-field-link,
[dir="rtl"] .node--type-mel-project.node--view-mode-tout-large .tout-content .content-wrapper .more-link,
[dir="rtl"] .node--type-mel-project.node--view-mode-tout-medium .tout-content .content-wrapper .field--name-field-link,
[dir="rtl"] .node--type-mel-project.node--view-mode-tout-medium .tout-content .content-wrapper .more-link {
  
  float: left;
}

.node--type-research-theme.node--view-mode-tout-large .tout-content h4, .node--type-research-theme.node--view-mode-tout-medium .tout-content h4,
.node--type-innovation.node--view-mode-tout-large .tout-content h4,
.node--type-innovation.node--view-mode-tout-medium .tout-content h4,
.node--type-image-tout.node--view-mode-tout-large .tout-content h4,
.node--type-image-tout.node--view-mode-tout-medium .tout-content h4,
.node--type-mel-project.node--view-mode-tout-large .tout-content h4,
.node--type-mel-project.node--view-mode-tout-medium .tout-content h4 {
  font-size: 20px;
}

@media (max-width: 350px) {
  .node--type-research-theme.node--view-mode-tout-large .tout-content h4, .node--type-research-theme.node--view-mode-tout-medium .tout-content h4,
  .node--type-innovation.node--view-mode-tout-large .tout-content h4,
  .node--type-innovation.node--view-mode-tout-medium .tout-content h4,
  .node--type-image-tout.node--view-mode-tout-large .tout-content h4,
  .node--type-image-tout.node--view-mode-tout-medium .tout-content h4,
  .node--type-mel-project.node--view-mode-tout-large .tout-content h4,
  .node--type-mel-project.node--view-mode-tout-medium .tout-content h4 {
    font-size: 16px;
  }

  .node--type-research-theme.node--view-mode-tout-large .tout-content .content-wrapper, .node--type-research-theme.node--view-mode-tout-medium .tout-content .content-wrapper,
  .node--type-innovation.node--view-mode-tout-large .tout-content .content-wrapper,
  .node--type-innovation.node--view-mode-tout-medium .tout-content .content-wrapper,
  .node--type-image-tout.node--view-mode-tout-large .tout-content .content-wrapper,
  .node--type-image-tout.node--view-mode-tout-medium .tout-content .content-wrapper,
  .node--type-mel-project.node--view-mode-tout-large .tout-content .content-wrapper,
  .node--type-mel-project.node--view-mode-tout-medium .tout-content .content-wrapper {
    font-size: 14px;
  }

  .node--type-research-theme.node--view-mode-tout-large .tout-content .field--name-field-icon svg, .node--type-research-theme.node--view-mode-tout-medium .tout-content .field--name-field-icon svg,
  .node--type-innovation.node--view-mode-tout-large .tout-content .field--name-field-icon svg,
  .node--type-innovation.node--view-mode-tout-medium .tout-content .field--name-field-icon svg,
  .node--type-image-tout.node--view-mode-tout-large .tout-content .field--name-field-icon svg,
  .node--type-image-tout.node--view-mode-tout-medium .tout-content .field--name-field-icon svg,
  .node--type-mel-project.node--view-mode-tout-large .tout-content .field--name-field-icon svg,
  .node--type-mel-project.node--view-mode-tout-medium .tout-content .field--name-field-icon svg {
    width: 50px;
    height: 50px;
  }
}

.node--type-research-theme.node--view-mode-tout-large:hover, .node--type-research-theme.node--view-mode-tout-medium:hover,
.node--type-innovation.node--view-mode-tout-large:hover,
.node--type-innovation.node--view-mode-tout-medium:hover,
.node--type-image-tout.node--view-mode-tout-large:hover,
.node--type-image-tout.node--view-mode-tout-medium:hover,
.node--type-mel-project.node--view-mode-tout-large:hover,
.node--type-mel-project.node--view-mode-tout-medium:hover {
  cursor: pointer;
}

.node--type-research-theme.node--view-mode-tout-large:hover .tout-content, .node--type-research-theme.node--view-mode-tout-medium:hover .tout-content,
.node--type-innovation.node--view-mode-tout-large:hover .tout-content,
.node--type-innovation.node--view-mode-tout-medium:hover .tout-content,
.node--type-image-tout.node--view-mode-tout-large:hover .tout-content,
.node--type-image-tout.node--view-mode-tout-medium:hover .tout-content,
.node--type-mel-project.node--view-mode-tout-large:hover .tout-content,
.node--type-mel-project.node--view-mode-tout-medium:hover .tout-content {
  background-color: rgba(0, 0, 0, .44);
  height: 100%;
}

.node--type-research-theme.node--view-mode-tout-large:hover .tout-content .content-wrapper, .node--type-research-theme.node--view-mode-tout-medium:hover .tout-content .content-wrapper,
.node--type-innovation.node--view-mode-tout-large:hover .tout-content .content-wrapper,
.node--type-innovation.node--view-mode-tout-medium:hover .tout-content .content-wrapper,
.node--type-image-tout.node--view-mode-tout-large:hover .tout-content .content-wrapper,
.node--type-image-tout.node--view-mode-tout-medium:hover .tout-content .content-wrapper,
.node--type-mel-project.node--view-mode-tout-large:hover .tout-content .content-wrapper,
.node--type-mel-project.node--view-mode-tout-medium:hover .tout-content .content-wrapper {
  display: block;
}

.node--type-image-tout {
  margin: 15px;
}

.node--type-image-tout #image-tout-content .content-wrapper .field--name-body {
  padding: 5px 0 0 0;
}

@media (min-width: 992px) and (max-width: 1199px), screen and (max-width: 480px) {
  .node--type-image-tout #image-tout-content a,
  .node--type-image-tout #image-tout-content p {
    color: #fff;
  }

  .node--type-image-tout #image-tout-content .field--name-field-link a {
    color: #fff;
  }
}

.tout-view-mode {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .tout-view-mode .field--name-node-title {
    color: #3c3c3b;
  }
}

.caption,
figcaption {
  font-size: 1rem;
  color: #858585;
  margin-bottom: 20px;
  
  text-align: left;
}

[dir="rtl"] .caption,
[dir="rtl"] figcaption {
  
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-center img {
  display: inline-block;
}

.highlight-text {
  margin-bottom: 20px;
}

.node--view-mode-vertical-media-teaser-large {
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  
  text-align: left;
}

[dir="rtl"] .node--view-mode-vertical-media-teaser-large {
  
  text-align: right;
}

.node--view-mode-vertical-media-teaser-large .field--type-image {
  overflow: hidden;
}

.node--view-mode-vertical-media-teaser-large img {
  max-width: 100%;
  transition: all .3s;
}

.node--view-mode-vertical-media-teaser-large:hover img {
  transform: scale(1.1);
}

.node--view-mode-vertical-media-teaser-large .main-content {
  background-color: #f3f3f3;
}

.node--view-mode-vertical-media-teaser-large .teaser-content {
  padding: 15px;
}

.node--view-mode-vertical-media-teaser-large .teaser-content h4 {
  margin-bottom: 5px;
  margin-top: 0;
}

.node--view-mode-vertical-media-teaser-large .teaser-content h4 a {
  color: #3c3c3b;
}

.node--view-mode-vertical-media-teaser-large .teaser-content .date {
  color: #858585;
}

.node--view-mode-vertical-media-teaser-large .teaser-content .more-link {
  font-weight: bold;
  
  text-align: right;
}

[dir="rtl"] .node--view-mode-vertical-media-teaser-large .teaser-content .more-link {
  
  text-align: left;
}

.node--view-mode-vertical-media-teaser-large:hover {
  cursor: pointer;
}

.node--view-mode-vertical-media-teaser-large:hover h4 a {
  transition: .4s;
  color: #2d7436;
}

.node--view-mode-vertical-media-teaser-large .field--type-image {
  overflow: hidden;
}

.more-link.form-group,
.paragraph .field--name-field-bp-view-all {
  text-align: center;
  margin-top: 15px;
  clear: both;
  margin-bottom: 25px;
}

.more-link.form-group a,
.paragraph .field--name-field-bp-view-all a {
  color: #fff;
  background-color: #2d7436;
  border-color: #2d7436;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
          user-select: none;
  padding: 10px 20px;
  text-transform: uppercase;
}

.more-link.form-group a:hover,
.paragraph .field--name-field-bp-view-all a:hover {
  background-color: #0f5517;
  border-color: #0f5517;
}

.more-link.form-group a:hover,
.paragraph .field--name-field-bp-view-all a:hover {
  color: #fff;
}

.link-no-space .more-link.form-group {
  margin-bottom: 0px;
}

.view-sdg .quicktabs-wrapper {
  margin-bottom: 65px;
}

.view-sdg ul.quicktabs-tabs {
  
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
}

[dir="rtl"] .view-sdg ul.quicktabs-tabs {
  padding-left: 0;
  
  padding-right: 0;
}

.view-sdg ul.quicktabs-tabs li {
  display: inline-block;
  padding: 0;
  width: 12.5%;
  background: #2d7436;
  margin-bottom: 0;
}

.view-sdg ul.quicktabs-tabs li a img {
  opacity: 1;
  transition-duration: .3s;
  transition-property: transform;
}

.view-sdg ul.quicktabs-tabs li a:hover img {
  transform: translateY(-5px);
}

.view-sdg ul.quicktabs-tabs li.active a img {
  transform: translateY(-5px);
}

.view-sdg .views-field-title,
.view-sdg .views-field-field-sdg-description {
  padding: 20px 30px;
  color: #fff;
  font-size: calc(1.38125rem + 1.575vw);
  background-color: #2d7436;
}

@media (min-width: 1200px) {
  .view-sdg .views-field-title,
  .view-sdg .views-field-field-sdg-description {
    font-size: 2.5625rem;
  }
}

.view-sdg .views-field-body {
  padding: 30px;
  background-color: #f3f3f3;
}

.view-sdg #quicktabs-container-sdg li {
  margin-bottom: 10px;
}

.sdg-list-wrapper .field--name-bp-title {
  margin-bottom: 20px;
}

.sdg-list-wrapper.paragraph .paragraph .bg-edge2edge,
.sdg-list-wrapper.paragraph .paragraph .paragraph.bg-edge2edge {
  position: initial;
}

.sdg-list-wrapper .sdg-list--view-wrapper {
  padding: 0;
}

.sdg-list-wrapper .sdg-list--view-wrapper .text-center {
  padding-right: 10px;
  padding-left: 10px;
}

.sdg-list-wrapper .sdg-list--view-wrapper .container {
  width: 100%;
  max-width: 100%;
}

.sdg-list-wrapper .sdg-list--view-wrapper .view-content {
  display: flex;
}

.sdg-list-wrapper .sdg-list--view-wrapper .view-sdg .view-content > div {
  width: 12.5%;
}

.sdg-list-wrapper .sdg-list--view-wrapper .view-sdg .view-content > div img {
  width: 100%;
}

@media (max-width: 480px) {
  .sdg-list-wrapper .sdg-list--view-wrapper .view-sdg {
    display: flex;
    background-color: #f3f3f3;
  }

  .sdg-list-wrapper .sdg-list--view-wrapper .view-sdg .view-content {
    display: inline-block;
  }

  .sdg-list-wrapper .sdg-list--view-wrapper .view-sdg .view-content > div {
    
    float: left;
    width: 25%;
  }

  [dir="rtl"] .sdg-list-wrapper .sdg-list--view-wrapper .view-sdg .view-content > div {
    
    float: right;
  }
}

.tout-view-mode .tout-content,
.tout-view-mode .subject-title,
.card-subject-image .tout-content,
.card-subject-image .subject-title {
  background: linear-gradient(to bottom, transparent 5%, #000 125%) repeat scroll 0 0;
  
  background: -moz-linear-gradient(to bottom, transparent 5%, #000 125%) repeat scroll 0 0;
}

[dir="rtl"] .tout-view-mode .tout-content,
[dir="rtl"] .tout-view-mode .subject-title,
[dir="rtl"] .card-subject-image .tout-content,
[dir="rtl"] .card-subject-image .subject-title {
  
  background: -moz-linear-gradient(to bottom, transparent 5%, #000 125%) repeat scroll 100% 0;
}

.impact-filters .form-item-research-theme {
  
  padding-right: 8px;
  padding-bottom: 15px;
  position: relative;
}

[dir="rtl"] .impact-filters .form-item-research-theme {
  padding-right: 0;
  
  padding-left: 8px;
}

.impact-filters .form-item-research-theme input {
  width: 100%;
  height: 100%;
  position: absolute !important;
  opacity: 0;
  cursor: pointer;
}

.impact-filters .active a {
  color: #fff;
  background-color: #1f4f25;
  border-color: #1c4821;
}

.impact-filters a {
  height: 41px;
  display: flex;
  align-items: center;
}

.impact-filters a.strengthening-resilience::before, .impact-filters a.research-theme-16::before, .impact-filters a.research-theme-17::before, .impact-filters a.research-theme-13::before, .impact-filters a.enhancing-water-and-land-productivity::before, .impact-filters a.research-theme-14::before, .impact-filters a.climate-change-adaptation::before, .impact-filters a.research-theme-15::before {
  display: flex;
  
  padding-right: 10px;
  vertical-align: middle;
  width: 40px;
  height: 20px;
  content: "";
  background-size: auto 20px;
  background-repeat: no-repeat;
}

[dir="rtl"] .impact-filters a.strengthening-resilience::before, [dir="rtl"] .impact-filters a.research-theme-16::before, [dir="rtl"] .impact-filters a.research-theme-17::before, [dir="rtl"] .impact-filters a.research-theme-13::before, [dir="rtl"] .impact-filters a.enhancing-water-and-land-productivity::before, [dir="rtl"] .impact-filters a.research-theme-14::before, [dir="rtl"] .impact-filters a.climate-change-adaptation::before, [dir="rtl"] .impact-filters a.research-theme-15::before {
  padding-right: 0;
  
  padding-left: 10px;
}

.impact-filters a.strengthening-resilience::before, .impact-filters a.research-theme-16::before {
  background-image: url(../../images/strengthening-resilience.svg);
  width: 50px;
}

.impact-filters a.research-theme-17::before {
  background-image: url(../../images/promoting-value-chains-and-policies.svg);
}

.impact-filters a.research-theme-13::before {
  background-image: url(../../images/genetic-resources.svg);
}

.impact-filters a.enhancing-water-and-land-productivity::before, .impact-filters a.research-theme-14::before {
  background-image: url(../../images/enhancing-water-and-land-productivity.svg);
}

.impact-filters a.climate-change-adaptation::before, .impact-filters a.research-theme-15::before {
  background-image: url(../../images/climate-change-adaptation.svg);
}

@media (max-width: 480px) {
  .impact-filters .form-item-research-theme {
    
    padding-right: 0;
  }

  [dir="rtl"] .impact-filters .form-item-research-theme {
    padding-right: 0;
    
    padding-left: 0;
  }

  .impact-filters .form-item-research-theme label {
    
    padding-left: 0;
    width: 100%;
  }

  [dir="rtl"] .impact-filters .form-item-research-theme label {
    padding-left: 0;
    
    padding-right: 0;
  }

  .impact-filters .form-item-research-theme label a {
    height: inherit;
    white-space: inherit;
    
    text-align: left;
  }

  [dir="rtl"] .impact-filters .form-item-research-theme label a {
    
    text-align: right;
  }
}

.view-content .views-row:last-child {
  border-bottom-color: transparent !important;
}

.view-content .views-row:last-child > article:not(.views-accordion-header):not(.ui-accordion-content),
.view-content .views-row:last-child > div:not(.views-accordion-header):not(.ui-accordion-content) {
  border-bottom: 0px;
}

.vacancies-alert-block {
  background-color: #f3f3f3;
  padding: 25px 0 60px;
}

.vacancies-alert-block .paragraph {
  margin-bottom: 0;
}

.vacancies-alert-block form {
  display: flex;
  margin-top: 20px;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
}

.vacancies-alert-block form .mailchimp-newsletter-mergefields {
  display: flex;
}

.vacancies-alert-block form .form-group {
  display: inline-block;
  margin: 0 11px;
}

.vacancies-alert-block form .form-actions button {
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 480px), (max-width: 992px) and (orientation: landscape) {
  .vacancies-alert-block {
    text-align: center;
  }

  .vacancies-alert-block form {
    display: block;
    
    padding-left: 0;
  }

  [dir="rtl"] .vacancies-alert-block form {
    padding-left: 0;
    
    padding-right: 0;
  }

  .vacancies-alert-block form .mailchimp-newsletter-mergefields {
    display: block;
  }

  .vacancies-alert-block form .form-group {
    width: 100%;
    margin: 10px 0;
  }
}

.paragraph .viewsreference--view-title {
  text-transform: uppercase;
  text-align: center;
}

.page-director-general .paragraph .viewsreference--view-title {
  text-transform: none;
  
  text-align: left;
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 900;
  line-height: 1.5;
  font-variation-settings: "opsz" 16;
}

[dir="rtl"] .page-director-general .paragraph .viewsreference--view-title {
  
  text-align: right;
}

@media (min-width: 1200px) {
  .page-director-general .paragraph .viewsreference--view-title {
    font-size: 3.5rem;
  }
}

.impact-stories .region-header .page-header {
  display: block;
}

@media (max-width: 767px) {
  .impact-stories {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .impact.view-id-impact_story {
    margin: 0;
  }
}

.node--view-mode-text-teaser-medium-with-image.node--type-event,
.node--view-mode-text-teaser-medium.node--type-event {
  outline: solid 1px #cfcccc;
  transition: outline 1.3s linear;
  margin: 15px 0;
}

.node--view-mode-text-teaser-medium-with-image.node--type-event .field--name-field-media-image,
.node--view-mode-text-teaser-medium-with-image.node--type-event .teaser-top,
.node--view-mode-text-teaser-medium.node--type-event .field--name-field-media-image,
.node--view-mode-text-teaser-medium.node--type-event .teaser-top {
  border-bottom: solid 1px #cfcccc;
  transition: 1.3s linear;
}

.node--view-mode-text-teaser-medium-with-image.node--type-event .teaser-top,
.node--view-mode-text-teaser-medium.node--type-event .teaser-top {
  padding: 15px;
  position: relative;
}

.node--view-mode-text-teaser-medium-with-image.node--type-event .teaser-top .field--name-field-date,
.node--view-mode-text-teaser-medium.node--type-event .teaser-top .field--name-field-date {
  color: #858585;
}

.node--view-mode-text-teaser-medium-with-image.node--type-event .teaser-top .location-field,
.node--view-mode-text-teaser-medium.node--type-event .teaser-top .location-field {
  color: #858585;
  font-size: 1rem;
  font-weight: 500;
}

.node--view-mode-text-teaser-medium-with-image.node--type-event .teaser-bottom,
.node--view-mode-text-teaser-medium.node--type-event .teaser-bottom {
  padding: 15px;
  position: relative;
}

.node--view-mode-text-teaser-medium-with-image.node--type-event .teaser-bottom h4,
.node--view-mode-text-teaser-medium.node--type-event .teaser-bottom h4 {
  margin-top: 0;
}

.node--view-mode-text-teaser-medium-with-image.node--type-event .teaser-bottom h4 a,
.node--view-mode-text-teaser-medium.node--type-event .teaser-bottom h4 a {
  color: #3c3c3b;
}

.node--view-mode-text-teaser-medium-with-image.node--type-event:hover,
.node--view-mode-text-teaser-medium.node--type-event:hover {
  cursor: pointer;
  outline: solid 1px #2d7436;
}

.node--view-mode-text-teaser-medium-with-image.node--type-event:hover .field--name-field-media-image,
.node--view-mode-text-teaser-medium-with-image.node--type-event:hover .teaser-top,
.node--view-mode-text-teaser-medium.node--type-event:hover .field--name-field-media-image,
.node--view-mode-text-teaser-medium.node--type-event:hover .teaser-top {
  border-bottom-color: #2d7436;
}

.node--view-mode-text-teaser-medium-with-image.node--type-event:hover .field--name-node-title a,
.node--view-mode-text-teaser-medium.node--type-event:hover .field--name-node-title a {
  color: #2d7436;
}

.view-display-id-project_events_block .views-row {
  border-bottom: 1px solid #cfcccc;
}

.view-display-id-project_events_block .views-row:hover {
  border-bottom: 1px solid #2d7436 !important;
          
  transition-property: right;
  transition-duration: .3s;
  transition-timing-function: ease-out;
}

[dir="rtl"] .view-display-id-project_events_block .views-row:hover {
          
  transition-property: left;
}

.donor-title-link {
  display: block;
  border-bottom: solid 1px #cfcccc;
  padding: 10px 0;
}

.donor-title-link a {
  color: #3c3c3b;
}

.donor-title-link a:hover {
  color: #2d7436;
}

.donor-title-link .views-field {
  display: inline-block;
  vertical-align: middle;
}

.donor-title-link .views-field img {
  
  margin-right: 15px;
}

[dir="rtl"] .donor-title-link .views-field img {
  margin-right: 0;
  
  margin-left: 15px;
}

.donor-title-link:hover img {
  opacity: .7;
}

.margin-bottom-30px {
  margin-bottom: 25px;
}

.sdg-description {
  margin-bottom: 50px !important;
}

.margin-bottom-0px {
  margin-bottom: 0 !important;
}

.event-type-section h2.text-center {
  
  text-align: left !important;
  margin-bottom: 30px;
}

[dir="rtl"] .event-type-section h2.text-center {
  
  text-align: right !important;
}

.event-type-section .left {
  
  padding: 30px 15px 30px 28%;
}

[dir="rtl"] .event-type-section .left {
  
  padding: 30px 28% 30px 15px;
}

.event-type-section .left .node--view-mode-teaser {
  color: #3c3c3b;
  border-bottom: solid 1px #3c3c3b;
}

.event-type-section .left .node--view-mode-teaser:hover a {
  color: #2d7436;
}

.event-type-section .left .node--view-mode-teaser a {
  color: #3c3c3b;
}

.event-type-section .left .more-link.form-group {
  clear: both;
}

.event-type-section .left .more-link.form-group a {
  color: #3c3c3b;
}

.event-type-section .left .more-link.form-group a:hover {
  border-color: transparent;
  color: #2d7436;
}

@media (max-width: 1200px) {
  .event-type-section .left {
    padding: 15px;
  }
}

.event-type-section .right {
  
  padding: 30px 28% 30px 15px;
}

[dir="rtl"] .event-type-section .right {
  
  padding: 30px 15px 30px 28%;
}

.event-type-section .right .node--view-mode-teaser {
  border-bottom: solid 1px #fff;
}

.event-type-section .right .node--view-mode-teaser a {
  background-color: transparent;
  color: #fff;
}

.event-type-section .right .node--view-mode-teaser a:hover {
  background-color: transparent;
  color: #858585;
}

.event-type-section .right .node--view-mode-teaser:before {
  content: url(../../images/bullet-white.svg);
}

.event-type-section .right .node--view-mode-teaser:hover .node--view-mode-teaser:before {
  content: url(../../images/bullet-white.svg);
}

.event-type-section .right .node--view-mode-teaser:hover a {
  color: #bfbfbf;
}

@media (max-width: 768px) {
  .event-type-section .right {
    padding: 15px;
  }
}

.event-type-section .node--view-mode-teaser {
  position: relative;
  
  padding-left: 10px;
  
  margin-left: 0;
}

[dir="rtl"] .event-type-section .node--view-mode-teaser {
  padding-left: 0;
  
  padding-right: 10px;
  margin-left: 0;
  
  margin-right: 0;
}

.event-type-section .node--view-mode-teaser .field--name-dynamic-token-fieldnode-event-start-date {
  display: inline-block;
  width: 20%;
}

@media (max-width: 480px) {
  .event-type-section .node--view-mode-teaser .field--name-dynamic-token-fieldnode-event-start-date {
    width: 40%;
  }
}

.event-type-section .node--view-mode-teaser .field--name-node-title {
  display: inline-block;
}

.event-type-section .node--view-mode-teaser:before {
  content: url(../../images/bullet.svg);
  position: absolute;
  top: 10px;
  
  left: 0;
  display: block;
}

[dir="rtl"] .event-type-section .node--view-mode-teaser:before {
  left: auto;
  
  right: 0;
}

.event-type-section .more-link.form-group {
  margin-top: 0;
}

.event-type-section .more-link.form-group a {
  padding-top: 0;
  background-color: transparent;
  
  float: right;
  font-weight: bold;
}

[dir="rtl"] .event-type-section .more-link.form-group a {
  
  float: left;
}

.event-type-section .more-link.form-group a:hover {
  border-color: transparent;
  color: #bfbfbf;
}

.social-media-links--platforms.vertical {
  list-style: none;
  display: inline-block;
}

.social-media-links--platforms.vertical li {
  display: inline-block;
  
  margin-right: 10px;
}

[dir="rtl"] .social-media-links--platforms.vertical li {
  margin-right: 0;
  
  margin-left: 10px;
}

.social-media-links--platforms.vertical li a {
  color: #858585;
}

.social-media-links--platforms.vertical li a:hover {
  color: #2d7436;
}

.social-media-links--platforms.vertical li a span.fa-brands, .social-media-links--platforms.vertical li a span.fa-duotone, .social-media-links--platforms.vertical li a span.fa-light, .social-media-links--platforms.vertical li a span.fa-regular, .social-media-links--platforms.vertical li a span.fa-solid, .social-media-links--platforms.vertical li a span.fa-thin, .social-media-links--platforms.vertical li a span.fab, .social-media-links--platforms.vertical li a span.fad, .social-media-links--platforms.vertical li a span.fal, .social-media-links--platforms.vertical li a span.far, .social-media-links--platforms.vertical li a span.fas, .social-media-links--platforms.vertical li a span.fa {
  font-size: 1rem;
}

.experts-top-body {
  margin-bottom: calc(1.325rem + .9vw);
}

@media (min-width: 1200px) {
  .experts-top-body {
    margin-bottom: 2rem;
  }
}

.experts-top-body > .row {
  margin: 0;
}

.experts-top-body > .row > .experts-left-wrapper {
  padding: 0;
}

.experts-top-body .experts-right-wrapper .field {
  margin-bottom: 10px;
}

.experts-top-body .experts-right-wrapper .field a {
  font-weight: bold;
}

.experts-top-body .experts-right-wrapper .field.field--name-field-email {
  display: inline-block;
  
  margin-right: 10px;
}

[dir="rtl"] .experts-top-body .experts-right-wrapper .field.field--name-field-email {
  margin-right: 0;
  
  margin-left: 10px;
}

.experts-top-body .experts-right-wrapper .field.field--name-field-email a {
  font-size: 0;
  color: #858585;
}

.experts-top-body .experts-right-wrapper .field.field--name-field-email a:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  font-size: 16px;
}

.experts-top-body .experts-right-wrapper .field.field--name-field-email a:hover:after {
  color: #2d7436;
}

.experts-top-body .experts-right-wrapper .field.field--name-field-email::before {
  content: none;
}

@media (max-width: 480px) {
  .experts-top-body .experts-right-wrapper {
    margin-top: 15px;
    
    padding-left: 15px;
  }

  [dir="rtl"] .experts-top-body .experts-right-wrapper {
    padding-left: 0;
    
    padding-right: 15px;
  }
}

.experts-top-body .field--name-field-media-image {
  border-radius: 1.5rem;
  overflow: hidden;
}

.experts-top-body h1 {
  text-transform: capitalize;
}

.experts-view-block {
  margin-top: -65px !important;
  padding-top: 65px !important;
}

.experts-view-block h3 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 34px;
  display: none;
}

.icarda-cgiar-logos {
  border: 1px solid #cfcccc;
  
  margin-right: 30px;
}

[dir="rtl"] .icarda-cgiar-logos {
  margin-right: 0;
  
  margin-left: 30px;
}

#block-icarda-bs5-ourexpertsmenu {
  margin-top: 20px;
  transition: transform .5s linear;
  width: inherit;
  position: sticky;
  top: 96px;
  margin-bottom: 32px;
}

#block-icarda-bs5-ourexpertsmenu a {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.43;
  font-variation-settings: "opsz" 14;
  color: #7b7b7b;
  transition: all .3s ease-out;
  padding: 0;
}

#block-icarda-bs5-ourexpertsmenu li {
  transition: all .3s ease-out;
  padding: 16px;
  
  border-left: 1px solid #f3f3f3;
}

[dir="rtl"] #block-icarda-bs5-ourexpertsmenu li {
  border-left: none;
  
  border-right: 1px solid #f3f3f3;
}

#block-icarda-bs5-ourexpertsmenu li.current {
  border-color: #2d7436;
}

#block-icarda-bs5-ourexpertsmenu li.current a {
  color: #000;
}

#block-icarda-bs5-ourexpertsmenu li:hover {
  border-color: #2d7436;
  
  background: linear-gradient(90deg, rgba(0, 112, 60, .22) 0%, rgba(255, 255, 255, 0) 8.19%);
}

[dir="rtl"] #block-icarda-bs5-ourexpertsmenu li:hover {
  
  background: linear-gradient(-90deg, rgba(0, 112, 60, .22) 0%, rgba(255, 255, 255, 0) 8.19%);
}

#block-icarda-bs5-content2 {
  margin-top: 20px;
  transition: transform .5s linear;
  width: inherit;
  position: sticky;
  top: 70px;
}

#block-icarda-bs5-content2 ul.menu--our-experts-menu li, #block-icarda-bs5-content2 ul.content-menu-list li {
  margin-bottom: 10px;
  transition: .4s;
}

#block-icarda-bs5-content2 ul.menu--our-experts-menu li a, #block-icarda-bs5-content2 ul.content-menu-list li a {
  color: #3c3c3b;
  background-color: transparent;
  padding: 5px 15px;
}

#block-icarda-bs5-content2 ul.menu--our-experts-menu li a:before, #block-icarda-bs5-content2 ul.content-menu-list li a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  font-weight: 400;
  speak: none;
  text-transform: none;
  line-height: 1;
  color: #2d7436;
  
  margin-right: 10px;
}

[dir="rtl"] #block-icarda-bs5-content2 ul.menu--our-experts-menu li a:before, [dir="rtl"] #block-icarda-bs5-content2 ul.content-menu-list li a:before {
  margin-right: 0;
  
  margin-left: 10px;
}

#block-icarda-bs5-content2 ul.menu--our-experts-menu li a:hover, #block-icarda-bs5-content2 ul.menu--our-experts-menu li a:active, #block-icarda-bs5-content2 ul.content-menu-list li a:hover, #block-icarda-bs5-content2 ul.content-menu-list li a:active {
  color: #858585;
  background-color: transparent;
}

#block-icarda-bs5-content2 ul.menu--our-experts-menu li a:hover:before, #block-icarda-bs5-content2 ul.menu--our-experts-menu li a:active:before, #block-icarda-bs5-content2 ul.content-menu-list li a:hover:before, #block-icarda-bs5-content2 ul.content-menu-list li a:active:before {
  font-weight: 900;
}

#block-icarda-bs5-content2 ul.menu--our-experts-menu li.current a, #block-icarda-bs5-content2 ul.content-menu-list li.current a {
  color: #858585;
}

#block-icarda-bs5-content2 ul.menu--our-experts-menu li.current a:before, #block-icarda-bs5-content2 ul.content-menu-list li.current a:before {
  font-weight: 900;
}

.view-display-id-expert_list_block .node--type-experts,
.view-display-id-focal_points_block .node--type-experts {
  transition: transform .2s;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.view-display-id-expert_list_block .node--type-experts h4,
.view-display-id-focal_points_block .node--type-experts h4 {
  margin-bottom: 0;
}

.view-display-id-expert_list_block .node--type-experts a,
.view-display-id-focal_points_block .node--type-experts a {
  color: #3c3c3b;
}

.view-display-id-expert_list_block .node--type-experts:hover a,
.view-display-id-focal_points_block .node--type-experts:hover a {
  color: #2d7436;
}

.view-display-id-expert_list_block .node--type-experts .field--type-image,
.view-display-id-focal_points_block .node--type-experts .field--type-image {
  overflow: hidden;
}

.view-display-id-expert_list_block .node--type-experts img,
.view-display-id-focal_points_block .node--type-experts img {
  max-width: 100%;
  transition: all .3s;
}

.view-display-id-expert_list_block .node--type-experts:hover img,
.view-display-id-focal_points_block .node--type-experts:hover img {
  transform: scale(1.1);
}

@media (max-width: 992px) {
  .page-node-type-mel-project .banner_wrapper .bottom_header {
    position: relative;
    background-color: #2d7436;
  }

  .page-node-type-mel-project .banner_wrapper .bottom_header .page-header {
    margin-bottom: 5px;
  }
}

.page-node-type-mel-project .banner_wrapper .node--view-mode-hero-xlarge .field--type-image {
          transition: all .5s;
  -webkit-transition: all .5s;
}

.page-node-type-mel-project .banner_wrapper .node--view-mode-hero-xlarge .field--type-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  
  left: 0;
          transition: all .5s;
  -webkit-transition: all .5s;
  background: rgba(0, 0, 0, .45);
  opacity: 1;
}

[dir="rtl"] .page-node-type-mel-project .banner_wrapper .node--view-mode-hero-xlarge .field--type-image::after {
  left: auto;
  
  right: 0;
}

.banner_wrapper .node--view-mode-hero-xlarge .image-banner {
  position: relative;
}

.banner_wrapper .node--view-mode-hero-xlarge .image-banner .field--name-field-image {
          transition: all .5s;
  -webkit-transition: all .5s;
}

.banner_wrapper .node--view-mode-hero-xlarge .image-banner .field--name-field-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  
  left: 0;
          transition: all .5s;
  -webkit-transition: all .5s;
  background: rgba(0, 0, 0, .45);
  opacity: 1;
}

[dir="rtl"] .banner_wrapper .node--view-mode-hero-xlarge .image-banner .field--name-field-image::after {
  left: auto;
  
  right: 0;
}

.content-menu-list li a {
  text-transform: capitalize;
}

@media screen and (max-width: 767px) {
  .page-node-type-mel-project .bottom_header .page-header {
    margin-bottom: 15%;
  }
}

.page-node-type-mel-project .region-header {
  margin-bottom: 45px;
}

.page-node-type-mel-project .main-container .region-content .paragraph:not(.mel-paragraph) {
  margin-bottom: 0;
}

.page-node-type-mel-project .main-container .region-content .paragraph:not(.mel-paragraph) .field--name-bp-text,
.page-node-type-mel-project .main-container .region-content .paragraph:not(.mel-paragraph) .field--name-bp-view,
.page-node-type-mel-project .main-container .region-content .paragraph:not(.mel-paragraph) .field--name-bp-column-wrapper,
.page-node-type-mel-project .main-container .region-content .paragraph:not(.mel-paragraph) .field--name-bp-columns,
.page-node-type-mel-project .main-container .region-content .paragraph:not(.mel-paragraph) .field--name-bp-columns-two-uneven,
.page-node-type-mel-project .main-container .region-content .paragraph:not(.mel-paragraph) .field--name-bp-image,
.page-node-type-mel-project .main-container .region-content .paragraph:not(.mel-paragraph) .field--name-bp-simple {
  margin-bottom: 50px;
}

@media print {
  .page-node-type-mel-project .main-container .region-content .paragraph:not(.mel-paragraph) .field--name-bp-text,
  .page-node-type-mel-project .main-container .region-content .paragraph:not(.mel-paragraph) .field--name-bp-view,
  .page-node-type-mel-project .main-container .region-content .paragraph:not(.mel-paragraph) .field--name-bp-column-wrapper,
  .page-node-type-mel-project .main-container .region-content .paragraph:not(.mel-paragraph) .field--name-bp-columns,
  .page-node-type-mel-project .main-container .region-content .paragraph:not(.mel-paragraph) .field--name-bp-columns-two-uneven,
  .page-node-type-mel-project .main-container .region-content .paragraph:not(.mel-paragraph) .field--name-bp-image,
  .page-node-type-mel-project .main-container .region-content .paragraph:not(.mel-paragraph) .field--name-bp-simple {
    font-size: 20px;
  }
}

.page-node-type-mel-project .main-container .region-content h2 {
  
  text-align: left;
}

[dir="rtl"] .page-node-type-mel-project .main-container .region-content h2 {
  
  text-align: right;
}

.page-node-type-mel-project .main-container #menu-item-0 {
  margin-bottom: 75px;
}

.page-node-type-mel-project .main-container .view-id-events div.field {
  margin-top: 0;
  padding-top: 0;
}

.page-node-type-mel-project .main-container .view-id-events div.field.field--name-body {
  font-size: 1rem;
  color: #2d2d2d;
}

@media screen and (max-width: 767px) {
  .page-node-type-mel-project .region-bottom-header .node--type-project,
  .page-node-type-mel-project .region-bottom-header .node--type-mel-project {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
    padding-top: 10px;
    background-color: #2d7436;
  }

  .page-node-type-mel-project .region-bottom-header .node--type-project.node--view-mode-text-teaser-small,
  .page-node-type-mel-project .region-bottom-header .node--type-mel-project.node--view-mode-text-teaser-small {
    padding-top: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1480px) {
  .page-node-type-mel-project .main-container {
    margin-top: 100px;
  }
}

.impact-field {
  margin-bottom: 100px !important;
}

.impact-field h2 .field-label-above {
  margin-bottom: 20px;
}

.impact-field .impact-field-wrapper {
  border: 1px solid #2d7436;
  padding: 30px 25px;
  text-align: center;
  color: #2d7436;
  text-transform: uppercase;
  margin: 15px 0;
}

.impact-field .impact-field-wrapper .field--name-field-number {
  font-size: 60px;
}

.impact-field .impact-field-wrapper h4 {
  font-weight: 500;
}

@media (max-width: 768px) {
  .impact-field .impact-field-wrapper {
    padding: 15px 0;
  }
}

@media (max-width: 480px) {
  .impact-field .impact-field-wrapper {
    margin-bottom: 15px;
  }
}

.project-details-wrapper {
  background-color: #2d7436;
  padding: 20px;
  bottom: -150px;
  position: absolute;
  width: 60%;
  width: fit-content;
  width: -moz-fit-content;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

@media (max-width: 1200px) {
  .project-details-wrapper {
    width: 100%;
    position: relative;
    bottom: -40px;
  }
}

.project-details-wrapper .field {
  display: inline-block;
  margin: 0 15px;
}

@media screen and (min-width: 1200px) {
  .project-details-wrapper .field {
    float: left;
    float: inline-start;
  }
}

@media screen and (max-width: 767px) {
  .project-details-wrapper .field {
    width: 100%;
    margin: 0 0 15px;
  }
}

.project-details-wrapper .field .field__label {
  font-size: calc(1.275rem + .3vw);
  font-weight: 500;
}

@media (min-width: 1200px) {
  .project-details-wrapper .field .field__label {
    font-size: 1.5rem;
  }
}

.project-details-wrapper .field .field__label:before {
  content: "";
  height: 18px;
  width: 18px;
  display: inline-block;
  
  margin-right: 5px;
}

[dir="rtl"] .project-details-wrapper .field .field__label:before {
  margin-right: 0;
  
  margin-left: 5px;
}

.project-details-wrapper .field.field--type-datetime .field__label:before {
  
  background: url(../../images/white-time.svg) no-repeat scroll 0 0;
}

[dir="rtl"] .project-details-wrapper .field.field--type-datetime .field__label:before {
  
  background: url(../../images/white-time.svg) no-repeat scroll 100% 0;
}

.project-details-wrapper .field.field--name-field-position {
  max-width: 60%;
}

.project-details-wrapper .field.field--name-field-position .field__label:before {
  
  background: url(../../images/white-location.svg) no-repeat scroll 0 0;
}

[dir="rtl"] .project-details-wrapper .field.field--name-field-position .field__label:before {
  
  background: url(../../images/white-location.svg) no-repeat scroll 100% 0;
}

.project-details-wrapper .field.filed-goals .field__label:before {
  
  background: url(../../images/white-trophy.svg) no-repeat scroll 0 0;
}

[dir="rtl"] .project-details-wrapper .field.filed-goals .field__label:before {
  
  background: url(../../images/white-trophy.svg) no-repeat scroll 100% 0;
}

.project-details-wrapper .field.filed-goals .sdg-item {
  display: inline;
}

.project-details-wrapper .field.filed-goals .sdg-item:after {
  content: ", ";
}

.project-details-wrapper .field.filed-goals .sdg-item:last-child:after {
  content: "";
}

@media (min-width: 1200px) {
  .even-cols-padding .p-0:nth-child(odd) {
    
    padding-right: 15px;
  }

  [dir="rtl"] .even-cols-padding .p-0:nth-child(odd) {
    padding-right: 0;
    
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .even-cols-padding .p-0:nth-child(even) {
    
    padding-left: 15px;
  }

  [dir="rtl"] .even-cols-padding .p-0:nth-child(even) {
    padding-left: 0;
    
    padding-right: 15px;
  }
}

@media print {
  .even-cols-padding .p-0 {
    padding: 0;
  }
}

@media print {
  .even-cols-padding .p-0 .container,
  .even-cols-padding .p-0 div.col-12 {
    padding: 0;
  }
}

.margin-bottom-0 {
  margin-bottom: 0;
}

.text-start h2.text-center,
.text-left h2.text-center {
  
  text-align: left !important;
}

[dir="rtl"] .text-start h2.text-center,
[dir="rtl"] .text-left h2.text-center {
  
  text-align: right !important;
}

.text-start .align2right,
.text-left .align2right {
  
  padding-left: 15px;
}

[dir="rtl"] .text-start .align2right,
[dir="rtl"] .text-left .align2right {
  padding-left: 0;
  
  padding-right: 15px;
}

.text-start .align2left,
.text-left .align2left {
  
  padding-left: 0;
}

[dir="rtl"] .text-start .align2left,
[dir="rtl"] .text-left .align2left {
  padding-left: 0;
  
  padding-right: 0;
}

@media (max-width: 1199px) {
  .paragraph .align2left,
  .paragraph .align2right {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

.feed-icons {
  display: none;
}

.maintenance-page .primary-column {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .director-general-wrapper .col-12 {
    padding: 0;
  }
}

.director-general-wrapper h4 {
  font-weight: 500;
}

#block-icarda-bs5-twitterblock {
  margin-top: 35px;
  height: 625px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #cfcccc;
}

.node--view-mode-text-teaser-medium-with-image .field--type-image,
.tout-view-mode .field--type-image,
.vertical-media-teaser-view-mode .field--type-image,
.node--view-mode-vertical-media-teaser-news-and-blog-post-medium .field--type-image {
  overflow: hidden;
}

.node--view-mode-text-teaser-medium-with-image .field--type-image img,
.tout-view-mode .field--type-image img,
.vertical-media-teaser-view-mode .field--type-image img,
.node--view-mode-vertical-media-teaser-news-and-blog-post-medium .field--type-image img {
  transition: transform 1.75s linear !important;
}

.node--view-mode-text-teaser-medium-with-image:hover .field--type-image img,
.tout-view-mode:hover .field--type-image img,
.vertical-media-teaser-view-mode:hover .field--type-image img,
.node--view-mode-vertical-media-teaser-news-and-blog-post-medium:hover .field--type-image img {
  transform: scale(1.2) !important;
}

@media screen and (max-width: 767px) {
  .view-id-research_theme.view-display-id-related_impact_stories .vertical-media-teaser-view-mode .field--type-image img {
    margin: auto;
  }
}

.search-page .hero_slider {
  background-color: #2d7436;
}

.search-page .hero_slider .region-hero-slider {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .search-page .bottom_header .page-header {
    margin-bottom: 0;
  }
}

.search-page #views-exposed-form-search-search-view-block {
  margin-top: 25px;
}

.search-page #views-exposed-form-search-search-view-block .form-item {
  width: 50%;
}

.search-page #views-exposed-form-search-search-view-block .form-item input {
  width: 100%;
}

.search-page #views-exposed-form-search-search-view-block .form-actions {
  
  margin-left: -5px;
}

[dir="rtl"] .search-page #views-exposed-form-search-search-view-block .form-actions {
  margin-left: 0;
  
  margin-right: -5px;
}

.search-page #views-exposed-form-search-search-view-block .form-actions .form-submit {
  font-size: 0;
  background-color: #f4b400;
  border-color: transparent;
  padding-top: 2px;
  padding-bottom: 2px;
}

.search-page #views-exposed-form-search-search-view-block .form-actions .form-submit::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .search-page #views-exposed-form-search-search-view-block {
    margin-top: 15px;
  }

  .search-page #views-exposed-form-search-search-view-block .form-inline {
    display: flex;
  }

  .search-page #views-exposed-form-search-search-view-block .form-item {
    display: inline-block;
    width: 85%;
  }

  .search-page #views-exposed-form-search-search-view-block .form-actions {
    display: inline-block;
  }
}

.search-page .view-search .views-row {
  border-bottom: 1px solid #cfcccc;
}

.search-page .view-search .views-row .node--view-mode-search-index {
  
  left: 0;
  padding-bottom: 15px;
}

[dir="rtl"] .search-page .view-search .views-row .node--view-mode-search-index {
  left: auto;
  
  right: 0;
}

.search-page .view-search .views-row .node--view-mode-search-index .field--type-image {
  overflow: hidden;
}

.search-page .view-search .views-row .node--view-mode-search-index .field--type-image img {
  transition: transform 1.75s linear !important;
}

.search-page .view-search .views-row .node--view-mode-search-index:hover .field--type-image img {
  transform: scale(1.2) !important;
}

.search-page .view-search .views-row .node--view-mode-search-index .field--name-node-title {
  color: #2d7436;
}

.search-page .view-search .views-row .node--view-mode-search-index:hover {
  cursor: pointer;
  color: #2d7436;
}

.search-page .view-search .views-row .node--view-mode-search-index:hover .highlighted-search-body {
  color: #3c3c3b;
}

.search-page .view-search .views-row .node--view-mode-search-index .right .field--name-field-blog-categories,
.search-page .view-search .views-row .node--view-mode-search-index .right .content-token {
  position: relative;
}

@media (max-width: 480px) {
  .search-page .view-search .views-row .node--view-mode-search-index .left,
  .search-page .view-search .views-row .node--view-mode-search-index .right {
    padding: 0;
  }
}

.search-page .highlighted-search-body strong {
  font-size: 18px;
  background-color: rgba(244, 181, 49, .26);
  padding: 0 3px 2px 3px;
}

.search-page .field--name-field-blog-categories,
.search-page .content-token {
  display: inline-block;
  color: #3c3c3b;
}

.search-page .left .field--name-field-blog-categories,
.search-page .left .content-token {
  position: absolute;
  z-index: 2;
}

.search-page .more-link {
  
  text-align: right;
  font-weight: bold;
  margin: 0 5px;
  clear: both;
}

[dir="rtl"] .search-page .more-link {
  
  text-align: left;
}

.content-token {
  position: absolute;
  
  left: 0;
  top: 0;
  background-color: #f4b400;
  font-size: 14px;
  padding: 5px;
}

[dir="rtl"] .content-token {
  left: auto;
  
  right: 0;
}

.node--type-varbase-blog.node--view-mode-search-index .field--name-field-blog-categories, .node--type-varbase-blog.node--view-mode-vertical-media-teaser-medium .field--name-field-blog-categories, .node--type-varbase-blog.node--view-mode-vertical-media-teaser-news-and-blog-post-medium .field--name-field-blog-categories {
  position: absolute;
  
  left: 0;
  top: 0;
  background-color: #f4b400;
  font-size: 14px;
  padding: 5px;
}

[dir="rtl"] .node--type-varbase-blog.node--view-mode-search-index .field--name-field-blog-categories, [dir="rtl"] .node--type-varbase-blog.node--view-mode-vertical-media-teaser-medium .field--name-field-blog-categories, [dir="rtl"] .node--type-varbase-blog.node--view-mode-vertical-media-teaser-news-and-blog-post-medium .field--name-field-blog-categories {
  left: auto;
  
  right: 0;
}

.block-facets .block-title {
  font-size: calc(1.275rem + .3vw);
  font-weight: bold;
}

@media (min-width: 1200px) {
  .block-facets .block-title {
    font-size: 1.5rem;
  }
}

.block-facets .facets-widget-checkbox {
  border: 1px solid #cfcccc;
}

.block-facets .facets-widget-checkbox h3 {
  color: #858585;
  font-size: 1rem;
  padding: 8px 10px;
  margin: 0;
  border-bottom: 1px solid #cfcccc;
  font-weight: 500;
}

.block-facets .facets-widget-checkbox ul {
  list-style: none;
  padding: 10px;
  margin-bottom: 0;
}

.block-facets .facets-widget-checkbox ul li .facet-item__value {
  font-weight: 500;
}

.block-facets .facets-widget-checkbox ul li input {
  
  margin-right: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .2);
  background-color: #fff;
  border: solid 1px #aeaeae;
  display: inline-block;
  position: relative;
}

[dir="rtl"] .block-facets .facets-widget-checkbox ul li input {
  margin-right: 0;
  
  margin-left: 10px;
}

.block-facets .facets-widget-checkbox ul li input:hover::after {
  content: "✔";
  font-size: 14px;
  position: absolute;
  color: #99a1a7;
  transition: .4ms;
  line-height: 1;
}

.block-facets .facets-widget-checkbox ul li input[checked=checked]::after {
  content: "✔";
  font-size: 13px;
  position: absolute;
  color: #fff;
  transition: .4ms;
  background-color: #2d7436;
  width: 13px;
  text-align: center;
  height: 13px;
  line-height: 1;
}

#vbp-138 .view-job-vacancy a:hover {
  color: #2d7436;
}

.view-image-tout-view .tout-content {
  
  text-align: left;
}

[dir="rtl"] .view-image-tout-view .tout-content {
  
  text-align: right;
}

.pager-nav {
  clear: both;
}

.form-type-search-api-autocomplete .input-group {
  width: 100%;
}

.form-type-search-api-autocomplete .input-group .form-control:focus {
  border-color: transparent;
  box-shadow: none;
}

.form-type-search-api-autocomplete .input-group .input-group-addon {
  display: none;
}

.node--type-innovation.node--view-mode-search-index {
  margin-bottom: 0;
}

.user-login-form .card-title,
.user-login-form .panel-title {
  font-size: 1rem;
}

.pagination {
  margin-top: 22px;
  margin-bottom: 0;
  flex-wrap: wrap;
}

.text-center .pagination {
  justify-content: center;
}

.view-display-id-regional_offices_block .views-field-field-phone-number span,
.view-display-id-regional_offices_block .views-field-field-office-fax-number span {
  display: inline-block;
}

.view-display-id-capacity_development_news_block {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .view-display-id-capacity_development_news_block .more-link.form-group {
    margin-bottom: 0;
  }
}

.field--name-field-impact-pathway-image .prompt {
  margin-top: 5px;
  text-align: center;
  font-weight: bold;
}

.field--name-field-impact-pathway-image .media__icon--litebox {
  display: none;
}

#cboxLoadedContent {
  margin-top: 28px;
  margin-bottom: 5px;
}

#cboxClose {
  top: 0;
}

.view-mel-project.view-display-id-recent_projects_block .node--type-mel-project {
  margin-top: 30px;
  margin-bottom: 0;
}

.region-sidebar-first,
.region-sidebar-second {
  height: 100%;
}

.region-sidebar-first .nav.menu,
.region-sidebar-second .nav.menu {
  flex-direction: column;
}

.horizontal-media-teaser-view-mode.row {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    
    padding-left: 0;
    vertical-align: middle;
  }

  [dir="rtl"] .form-inline .form-check {
    padding-left: 0;
    
    padding-right: 0;
  }
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  
  border-left: 5px solid #f3f3f3;
}

[dir="rtl"] blockquote {
  border-left: none;
  
  border-right: 5px solid #f3f3f3;
}

.node--type-event:not(.node--view-mode-full) .field--name-field-media-image img {
  pointer-events: none;
}

.node--type-experts.impressed-card-small .card-title {
  padding: 0;
  margin: 0;
}

.node--type-experts.impressed-card-small .field--name-field-position {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  font-variation-settings: "opsz" 14;
  color: #d28025;
}

.node--type-experts.node--view-mode-full h1 {
  color: #000;
}

.node--type-experts.node--view-mode-full .field--name-field-position {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  font-variation-settings: "opsz" 14;
  color: #000;
}

.node--type-experts.node--view-mode-full .social-media-links--platforms {
  margin-bottom: 0;
}

.node--type-experts.node--view-mode-full .field--name-body {
  font-size: calc(1.275rem + .3vw);
  line-height: 1.5;
  font-weight: 400;
  font-variation-settings: "opsz" 14;
}

@media (min-width: 1200px) {
  .node--type-experts.node--view-mode-full .field--name-body {
    font-size: 1.5rem;
  }
}

.node--type-experts.node--view-mode-full .field--name-body.has-bg {
  padding: calc(1.375rem + 1.5vw);
  border-radius: 1.5rem;
}

@media (min-width: 1200px) {
  .node--type-experts.node--view-mode-full .field--name-body.has-bg {
    padding: 2.5rem;
  }
}

.node--type-experts.node--view-mode-full .field--name-body .field__label {
  font-size: calc(1.375rem + 1.5vw);
  line-height: 1.35;
  font-weight: 900;
  font-variation-settings: "opsz" 16;
  margin-bottom: 1rem;
  color: #000;
  font-style: normal;
}

@media (min-width: 1200px) {
  .node--type-experts.node--view-mode-full .field--name-body .field__label {
    font-size: 2.5rem;
  }
}

.node--type-board-of-trustee.node--view-mode-card {
  border-radius: 24px;
  background-color: #f7e8d8;
  padding: 24px;
  height: 100%;
}

.node--type-board-of-trustee.node--view-mode-card .field--name-field-media-image {
  
  margin-right: 8px;
}

[dir="rtl"] .node--type-board-of-trustee.node--view-mode-card .field--name-field-media-image {
  margin-right: 0;
  
  margin-left: 8px;
}

.node--type-board-of-trustee.node--view-mode-card img {
  width: 130px;
  border-radius: 12px;
}

.node--type-board-of-trustee.node--view-mode-card .card-title {
  margin: 0 0 8px 0;
  padding: 0;
}

.node--type-board-of-trustee.node--view-mode-card .field-name-field-position {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.43;
  font-variation-settings: "opsz" 14;
  display: inline-block;
  
  padding: 8px 16px 8px 12px;
  background-color: #eac855;
  border-radius: 24px;
  color: #000;
}

[dir="rtl"] .node--type-board-of-trustee.node--view-mode-card .field-name-field-position {
  
  padding: 8px 12px 8px 16px;
}

.node--type-board-of-trustee.node--view-mode-card .field-name-field-position:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0b1";
  
  margin-right: 10px;
}

[dir="rtl"] .node--type-board-of-trustee.node--view-mode-card .field-name-field-position:before {
  margin-right: 0;
  
  margin-left: 10px;
}

.node--type-board-of-trustee.node--view-mode-card .field--name-body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.node--type-board-of-trustee.node--view-mode-card .field--name-body .readmore-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
          line-clamp: 7;
  -webkit-box-orient: vertical;
}

.node--type-board-of-trustee.node--view-mode-card .readmore-modal-link {
  display: block;
}

.readmore-modal .ui-dialog-title {
  display: none;
}

.readmore-modal .node--type-board-of-trustee.node--view-mode-card .field--name-body {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  font-variation-settings: "opsz" 14;
}

.readmore-modal .node--type-board-of-trustee.node--view-mode-card .readmore-text {
  -webkit-line-clamp: none;
          line-clamp: none;
}

.readmore-modal .node--type-board-of-trustee.node--view-mode-card .readmore-modal-link {
  display: none;
}

.block-views-blockpublications-expert-publicatio-block {
  margin-top: calc(1.625rem + 4.5vw);
}

@media (min-width: 1200px) {
  .block-views-blockpublications-expert-publicatio-block {
    margin-top: 5rem;
  }
}

.block-views-blockpublications-expert-publicatio-block .block-title {
  font-size: calc(1.375rem + 1.5vw);
  line-height: 1.35;
  font-weight: 900;
  font-variation-settings: "opsz" 16;
  color: #000;
}

@media (min-width: 1200px) {
  .block-views-blockpublications-expert-publicatio-block .block-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  .block-views-blockpublications-expert-publicatio-block .block-title {
    
    padding-right: 200px;
  }

  [dir="rtl"] .block-views-blockpublications-expert-publicatio-block .block-title {
    padding-right: 0;
    
    padding-left: 200px;
  }
}

@media (min-width: 768px) {
  .slick--view--publications--expert-publicatio-block {
    margin-top: -4rem;
  }
}

.slick--view--publications--expert-publicatio-block .slick__arrow {
  order: -1;
  justify-content: end;
  margin-top: 0 !important;
}

.page-node-type-experts .breadcrumb {
  --bs-breadcrumb-item-active-color: #7b7b7b;
}

.page-node-type-experts .breadcrumb a {
  color: var(--bs-link-color);
}

.page-node-type-experts .breadcrumb li:after {
  color: var(--bs-link-color);
}

.view-board-of-trustees .slick-track {
  display: flex;
}

.view-board-of-trustees .slick-list {
  margin: 0 -8px;
}

@media (min-width: 992px) {
  .view-board-of-trustees .slick-list {
    overflow: visible;
  }
}

.view-board-of-trustees .slick__slide {
  height: inherit;
}

@media (min-width: 992px) {
  .view-board-of-trustees .slick__slide {
    width: 632px;
    max-width: 100vw;
  }
}

.view-board-of-trustees .node {
  margin: 0 8px;
}

body:not(.path-frontpage) .recent-updates .viewsreference--view-title-wrapper a {
  display: none !important;
}

.social-media-link-icon--linkedin .fab:before {
  content: "\f0e1";
}

