@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');

/**
 * 30px
 * 1080px
 * 714px
 * 312px
 * 54px
 * 69.590643274854%
 * 30.409356725146%
 **/

.main-content-innovation {
  /* max-width: 1080px; */
  /* max-width: 1188px; */
  max-width: 1134px;
  padding-left: 27px;
  padding-right: 27px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main-content-innovation--row {
  /* display: flex; */
  margin-left: -27px;
  margin-right: -27px;
}

.main-content-innovation--row:after {
  clear: both;
  content: '';
  display: block;
}

.main-content-innovation--sidebar {
  padding-left: 27px;
  padding-right: 27px;
  width: 33%;
  /* width: 314px;
  padding-right: 54px; */
  /* flex-shrink: 0; */
  float: left;
}

.main-content-innovation--focus-content {
  width: 67%;
  /* width: 714px; */
  /* flex-shrink: 0; */
  padding-left: 27px;
  padding-right: 27px;
  float: left;
}

.main-content-innovation .wysiwyg__content {
  max-width: 100%;
}

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

}

.submenu {
  z-index: 9;
}

.page-hero-50-years {
  position: relative;
  perspective: 8px;
  perspective-origin: 0%;
  z-index: 1;
}

.page-hero-50-years .intro--no-picture--redux {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
  z-index: 1;
}

.page-hero-50-years .breadcrumb__item a {
  color: #fff;
}

.animate-item {
  position: absolute;
  z-index: 9;
  top: 180px;
  left: 80px;
}

.animate-pindahpindah {
  animation: pindahpindah 2s infinite;
  animation-direction: alternate;
  transform-origin: 0 50%;
}

.animate-pindahpindah-2 {
  animation: pindahpindah 4s infinite;
  animation-direction: alternate;
  transform-origin: 0 50%;
}

.animate-rotate {
  animation: rotate 4s infinite;
  animation-direction: alternate-reverse;
  transform-origin: 0 50%;
}

.depth-effect {
  filter: blur(3px);
}

.position-1 {
  left: 40%;
  top: 20px;
}

.position-2 {
  left: unset;
  right: 80px;
  top: 100px;
}

.pos-relative {
  position: relative;
}

@keyframes pindahpindah {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(80deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  100% {
    transform: rotate(360deg) translate(20px, 0);
  }
}

/* .page-template-cgiar-50-years .intro__title,
.page-template-cgiar-50-years .header-placeholder {
  display: none;
} */

.page-template-cgiar-50-years .intro__title {
  display: none;
}

.innovations-icons {
  line-height: 1;
  display: flex;
  align-items: center;
}

.innovations-icons a {
  display: inline-block;
}

.innovations-icons img {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  object-fit: cover;
  display: inline-block;
}

.innovations-icons img + img {
  margin-left: 8px;
}

.cards {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 10px 20px 20px rgba(0, 0, 0, 0.17);
  display: inline-block;
  padding: 30px 35px;
  -webkit-perspective: 1800px;
  perspective: 1800px;
  text-align: left;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(11deg) rotateY(16.5deg);
  transform: rotateX(11deg) rotateY(16.5deg);
  min-width: 595px;
}

.card {
  border-radius: 15px;
  box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.6);
  display: inline-block;
  height: 250px;
  overflow: hidden;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translatez(35px);
  transform: translatez(35px);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  width: 175px;
  text-align: center;
}

.card:not(:last-child) {
  margin-right: 30px;
}

.card__img {
  position: relative;
  height: 100%;
}

.card__bg {
  bottom: -50px;
  left: -50px;
  position: absolute;
  right: -50px;
  top: -50px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateZ(-50px);
  transform: translateZ(-50px);
  z-index: 0;
}

.card__one .card__img {
  top: 14px;
  right: -10px;
  height: 110%;
}

.card__one .card__bg {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/62105/3dr_monobg.jpg") center/cover no-repeat;
}

.card__two .card__img {
  top: 25px;
}

.card__two .card__bg {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/62105/3dr_spirited.jpg") center/cover no-repeat;
}

.card__three .card__img {
  top: 5px;
  left: -4px;
  height: 110%;
}

.card__three .card__bg {
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/62105/3dr_howlbg.jpg") center/cover no-repeat;
}

.card__text {
  -webkit-box-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.55)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 70px;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.card__title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 0 10px;
  margin-bottom: 3px;
}

.skew-section {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0px;
}

.skew-section--white {
  border-bottom: 150px solid white;
  border-left: 100vw solid transparent;
}

.skew-section-innovations--white {
  border-bottom: 100px solid white;
  border-left: 100vw solid transparent;
}

.section-features {
  background-color: #FFF4E6;
  background: linear-gradient(180deg, rgba(58, 83, 105, 1) 0%, rgba(240, 105, 68, 1) 100%);
  padding-bottom: 60px;
}

.section-innovations--title {
  background-color: #3A5369;
  color: #fff;
  padding: 20px 0;
  position: relative;
}

.section-features--title {
  padding: 20px 0;
  color: #fff;
}

.section-features--title .section-desc {
  color: #fff;
}

.section-features--title .wrap--medium.container {
  padding-left: 15px;
  padding-right: 15px;
}

.section-innovations--title {
  padding-bottom: 100px;
  padding-top: 40px;
}

.section-features h3,
.section-innovations--title h3,
.section-features h4,
.section-innovations--title h4 {
  color: #fff;
  margin: 0 0 0 0;
  font-size: 46px;
}

.section-features--background-image {
  display: block;
  content: '';
  height: 400px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.category-description {
  margin-top: 40px;
  font-size: 20px;
}

.flex-container {
  display: flex;
}

.flex-grow-1 {
  flex-grow: 1;
}

.justify-space-between {
  justify-content: space-between;
}

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

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

.feature-grid {
  display: flex;
  flex-wrap: wrap;
}

/* .feature-grid-outer {
  margin-top: -120px !important;
  margin-left: -15px;
  margin-right: -15px;
} */

.feature-grid__card__item {
  flex-basis: 50%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin-bottom: 30px;
  /* flex-basis: 100%; */
  /* flex-shrink: 0;
  flex-grow: 1; */
  flex-grow: 1;
}

/* .feature-grid__card__item.comingsoon .box-grid {
  padding-top: 80px;
} */

.feature-grid__card__item h4 {
  margin-bottom: 0;
  margin-top: 0;
}

.feature-grid__card__item-main {
  border: 1px solid #ddd;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.5);
  position: relative;
}

.feature-grid__card__item-main .box-grid {
  flex-grow: 1;
}

.feature-grid__card__item-main:hover {
  border: 1px solid #2e7636;
}

.slick-init--item .feature-grid__card__item-main {
  box-shadow: none;
}

.feature-grid__card__item:nth-child(3n + 1) {
  flex-basis: 100%;
}

/* .column:nth-child(3n),
.column:nth-child(3n-1) {
  color: red;
} */
.feature-grid__card__item:nth-child(3n).comingsoon .comingsoon-banner,
.feature-grid__card__item:nth-child(3n-1).comingsoon .comingsoon-banner,
.feature-grid__card__item:nth-child(3n).comingsoon .flex-container,
.feature-grid__card__item:nth-child(3n-1).comingsoon .flex-container {
  display: block !important;
  flex-basis: 100%;
}

.feature-grid__card__item:nth-child(3n).comingsoon .comingsoon-badge,
.feature-grid__card__item:nth-child(3n-1).comingsoon .comingsoon-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1;
}

.feature-grid__card__item:nth-child(3n).comingsoon .comingsoon-badge.flex-container,
.feature-grid__card__item:nth-child(3n-1).comingsoon .comingsoon-badge.flex-container {
  align-items: center;
}

.feature-grid__card__item .comingsoon-image img {
  /* min-height: 380px; */
  width: 100%;
  /* object-fit: cover; */
}

.feature-grid__card__item.comingsoon .comingsoon-badge {
  padding-left: 20px;
}

/* .feature-grid__card__item:nth-child(3n).comingsoon .comingsoon-image img,
.feature-grid__card__item:nth-child(3n-1).comingsoon .comingsoon-image img {
  height: 380px;
  /* width: 100%;
  object-fit: cover;
} */

.page-template-archive-features .feature-grid__card__item,
.section-features-archive .feature-grid__card__item,
.page-template-archive-features .section-features--title,
.section-features-archive .section-features--title,
.page-template-archive-features .breadcrumb,
.section-features-archive .breadcrumb {
  padding-left: 15px;
  padding-right: 15px;
}

/* .feature-grid__card__item:nth-child(3n + 4) .feature-grid__card__item-main {
  display: flex;
  align-items: center;
} */

/* .feature-grid__card__item:nth-child(3n + 4) .feature-grid__card__item-main .news-card__picture-outer,
.feature-grid__card__item:nth-child(3n + 4) .feature-grid__card__item-main .p-1 {
  flex-basis: 50%;
  flex-shrink: 0;
} */

/* .feature-grid__card__item:nth-child(3n + 4) .feature-grid__card__item-main .news-card__picture-outer {
  height: 100%;
} */

/* .section-latest-features .slick-init--item .feature-grid__card__item-main {
  display: flex !important;
} */

.slick-slide .feature-grid__card__item-main img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

/* .slick-slide .feature-grid__card__item-main .box-grid img {
  width: auto;
  height: auto;
} */

.feature-grid__card__item-main .news-card__picture-outer {
  height: 380px;
}

.feature-grid__card__item-main h5 {
  font-size: 24px;
}

.section-latest-features .slick-init--item .feature-grid__card__item {
  padding-left: 0;
  padding-right: 0;
}

.section-latest-features .slick-init--item .news-card__picture-outer {
  height: 370px;
  flex-basis: 50%;
  flex-shrink: 0;
}

.box-grid {
  color: #171717;
}

.section-latest-features {
  background-color: #3A5369;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
  color: #fff;
}

.section-latest-features .section-title {
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #fff;
}

.section-latest-features .innovations-carousel-dots {
  position: unset;
}

.section-latest-features .innovations-carousel-dots button {
  border: 1px solid #fff;
}

.section-latest-features .innovations-carousel-dots .slick-active button {
  background: #fff;
}

.section-latest-features .slick-dots
.slick-init--item .box-grid {
  flex-basis: 50%;
}

.lh-0 {
  line-height: 1 !important;
}

.lh-1 {
  line-height: 1.2em !important;
}

.lh-2 {
  line-height: 1.4em !important;
}

.p-1 {
  padding: 8px;
}

.mr-1 {
  margin-right: 8px;
}

.mr-2 {
  margin-right: 12px;
}

.mr-3 {
  margin-right: 16px;
}

.mr-4 {
  margin-right: 20px;
}

.mr-5 {
  margin-right: 24px;
}

.ml-1 {
  margin-left: 1px;
}

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

.mb-1 {
  margin-bottom: 12px !important;
}

.mb-2 {
  margin-bottom: 16px !important;
}

.mb-3 {
  margin-bottom: 20px !important;
}

.mb-4 {
  margin-bottom: 24px !important;
}

.mb-5 {
  margin-bottom: 28px !important;
}

.mb-5 {
  margin-bottom: 32px !important;
}

.mb-6 {
  margin-bottom: 36px !important;
}

.mb-7 {
  margin-bottom: 40px !important;
}

.mt-0 {
  margin-top: 8px !important;
}

.mt-1 {
  margin-top: 12px !important;
}

.mt-2 {
  margin-top: 16px !important;
}

.mt-3 {
  margin-top: 20px !important;
}

.mt-4 {
  margin-top: 24px !important;
}

.mt-6 {
  margin-top: 36px !important;
}

.mt-7 {
  margin-top: 42px !important;
}

.bg-grey {
  background: grey;
  color: #fff;
}

.bg-black {
  background: #373A3B;
  color: #fff;
}

.color-orange {
  color: #F07E28;
}

.color-black {
  color: #373A3B;
}

.signup-feature-reminder {
  border: 1px solid #ddd;
  padding: 8px 20px;
  text-transform: uppercase;
  color: #F07E28 !important;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 10.5px;
}

.font-10 {
  font-size: 10px;
}

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

.font-24 {
  font-size: 24px;
}
.font-30 {
  font-size: 30px;
}
.font-35 {
  font-size: 35px;
}
.font-36 {
  font-size: 36px;
}
.font-39 {
  font-size: 39px;
}
.font-46 {
  font-size: 46px;
}
.font-100 {
  font-size: 100px;
}

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

.color-white {
  color: #fff !important;
}

.comingsoon .p-1 {
  flex-basis: 50%;
}

.comingsoon-image {
  flex-basis: 50%;
  line-height: 1;
  flex-shrink: 0;
}

/* .comingsoon-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
} */

/* .innovations-carousel-dots {
  position: absolute;
  bottom: 0;
  right: 0;
} */

.innovations-carousel-dots-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.innovations-carousel-dots-see-all {
  margin-left: 12px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #373D42;
}

.section-innovations {
  position: relative;
}

.slick-dots {
  display: flex;
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.slick-dots li {
  line-height: 1;
  /* display: inline-block; */
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: flex;
}

.slick-dots button {
  border: none;
  background: none;
  content: '';
  width: 8px;
  height: 8px;
  background: transparent;
  border: 1px solid green;
  font-size: 0;
  margin-left: 4px;
  border-radius: 100%;
  line-height: 0;
  outline: 0;
  padding: 4px;
  display: inline-block;
}

.slick-arrow {
  position: absolute;
  top: 60px;
  z-index: 9;
  height: 60px;
  width: 30px;
}

.slick-prev,
.slick-next {
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
}

.section-innovations .slick-dots .slick-active button {
  background: green;
}

.section-innovations .slick-init--item:active,
.section-innovations .slick-init--item:focus {
  outline: 0;
}

.section-innovations .slick-init--item {
  border: 1px solid #B8B8B8;
  margin-left: 4px;
  margin-right: 4px;
  width: 260px;
  /* height: 342px; */
  height: 330px;
  transition: opacity 0.3s linear;
  position: relative;
}

.section-innovations .slick-init--item:hover {
  border: 1px solid #2e7636;
}

.section-innovations .slick-init--item .innovation-meta {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  font-size: 12px;
}

.section-innovations .slick-list {
  overflow: unset;
}

.section-innovations h4 {
  font-size: 24px;
  /* text-transform: capitalize; */
}

.section-innovations h4,
.section-innovations h5 {
  margin: 0 0 0 0;
  line-height: 1.4;
}

.section-innovations h5 a {
  /* color: #00A872 */
  color: #171717;
}

.carousel-group {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 1140px;
  margin: auto;
}

.carousel-group--intro {
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
}

.impact-carousel-item .slick-slide {
  opacity: 0.3;
}

.carousel-group--intro .desc {
  display: none;
}

.carousel-group--intro .learnmore-trigger {
  margin-top: 20px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  color: #373A3B;
}

.carousel-group--intro .learnmore .desc {
  display: block;
}

.carousel-group--intro .learnmore .shortdesc {
  display: none;
}

.carousel-group--intro .icon {
  width: 97px;
  height: 97px;
  object-fit: cover;
  border-radius: 100%;
  flex-shrink: 0;
}

.section-innovations .slick-init--item.slick-active {
  opacity: 1;
}

.box-grid {
  padding: 16px 21px;
}


/* .feature-grid__card__item:nth-child(3n) .comingsoon-banner,
.feature-grid__card__item:nth-child(3n-1) .comingsoon-banner {
  align-items: center;
  padding-top: 96px;
  padding-top: 16px;
} */

.comingsoon-banner {
  position: relative;
}

/* .comingsoon-banner .box-grid {
  padding-top: 68px;
} */

.comingsoon-banner .comingsoon-image {
  height: auto;
  position: relative;
}

.comingsoon-banner .comingsoon-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#single-innovations-main .intro__picture,
.page-template-archive-innovations .intro__picture {
  z-index: -1;
}

/* .single-innovations .header-placeholder,
.page-template-archive-innovations .header-placeholder {
  display: none;
} */

.single-innovations .sidebar-item:first-child {
  margin-top: 40px;
}

.single-innovations .sidebar-item {
  padding-top: 20px;
  margin-top: 0px;
  font-size: 16px;
  border-top: 1px solid #979797;
  padding-bottom: 20px;
}

.sidebar-item--title {
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  Color: #373A3B;
  line-height: 1.4em;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 16px;
}

.cta-innovations-explorer {
  max-width: 743px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 42px;
  padding-top: 42px;
}

.cta-innovations-explorer--button {
  margin-top: 28px;
  display: flex;
  padding: 12px 10px;
  align-items: center;
  /* color: #F3BD1E; */
  font-family: "Montserrat", sans-serif;
  font-size: 17.5px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.4em;
  /* border: 0.75px solid #979797; */
  background-color: #F3BD1E;
  color: #fff !important;
  padding-right: 24px;
}

.cta-innovations-explorer--button img {
  flex-shrink: 0;
  width: 52px;
  height: auto;
  display: block;
  margin-right: 31px;
}

.page-template-cgiar-50-years h1,
.page-template-cgiar-50-years h2,
.page-template-cgiar-50-years h3,
.page-template-cgiar-50-years h4,
.page-template-cgiar-50-years h5,
.page-template-cgiar-50-years h6 {
  font-weight: 900;
}

.category-description {
  margin-top: 40px !important;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #373A3B;
}

.sidebar-item--impact-area {
  display: flex;
}

.sidebar-item--impact-area .sidebar-item--title {
  max-width: 72px;
}

.sidebar-item--content {
  color: #373D42;
  font-size: 16px;
  font-weight: 300;
}

.sidebar-item--content ul {
  list-style-type: none;
  list-style-position: outside;
  padding-left: 0;
}

.sidebar-item--content ul li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 8px;
  line-height: 1.4em;
}

.sidebar-item--content ul li:before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  color: #F07E28;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 20px;
}

.sidebar-item--content ul li span.fa {
  margin-right: 12px;
}

.maturity-level {
  width: 100%;
  height: 15px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 4;
}

.maturity-level--item {
  width: 32%;
  flex: 1;
  position: relative;
  z-index: 2;
}

.maturity-level--item:after {
  display: none;
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #555;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}

.maturity-level--1 {
  background: #00A872;
  border: 1px solid #373A3B;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.maturity-level--1:after {
  border-bottom: 10px solid #00A872;
}

.maturity-level--2 {
  background: #055F6B;
  border-top: 1px solid #373A3B;
  border-bottom: 1px solid #373A3B;
  border-right: 1px solid #373A3B;
}

.maturity-level--2:after {
  border-bottom: 10px solid #055F6B;
}

.maturity-level--3 {
  background: #373A3B;
  border-top: 1px solid #373A3B;
  border-bottom: 1px solid #373A3B;
  border-right: 1px solid #373A3B;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.maturity-level--3:before {
  border-bottom: 10px solid #373A3B;
}

/**
 * Stage of development
 */
.stage-of-development {
  width: 100%;
  height: 15px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 4;
}

.stage-of-development--item {
  width: 25%;
  flex: 1;
  position: relative;
  z-index: 2;
}

.stage-of-development--item:after {
  display: none;
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #555;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}

.stage-of-development--1 {
  background: #FBD975;
  border: 1px solid #373A3B;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.stage-of-development--1:after {
  border-bottom: 10px solid #FBD975;
}

.stage-of-development--2 {
  background: #F3BD1E;
  border-top: 1px solid #373A3B;
  border-bottom: 1px solid #373A3B;
  border-right: 1px solid #373A3B;
}

.stage-of-development--2:after {
  border-bottom: 10px solid #F3BD1E;
}

.stage-of-development--3 {
  background: #F06944;
  border-top: 1px solid #373A3B;
  border-bottom: 1px solid #373A3B;
  border-right: 1px solid #373A3B;
}

.stage-of-development--3:after {
  border-bottom: 10px solid #F06944;
}

.stage-of-development--4 {
  background: #E3332A;
  border-top: 1px solid #373A3B;
  border-bottom: 1px solid #373A3B;
  border-right: 1px solid #373A3B;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.stage-of-development--4:after {
  border-bottom: 10px solid #E3332A;
}

.sidebar-item--info {
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  margin-top: 4px;
}

.single-innovations .wysiwyg__content {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  color: #373D42;
}

.single-features blockquote, .single-innovations .wysiwyg__content blockquote {
  font-size: 22px;
  font-family: 'Playfair Display', serif;
  text-align: center;
  border: none;
  border-top: 1px solid #F3BD1E;
  border-bottom: 1px solid #F3BD1E;
  margin-top: 42px;
  margin-bottom: 42px;
  line-height: 1.6em;
  color: #373D42;
  clear: both;
  margin-right: 0;
  margin-left: 0;
}

.readalso_photo .readalso_photo_button {
  display: block;
  background-color: #FDCA4B;
  margin-right: 20px;
  width: 110px;
  height: 50px;
  text-align: center;
  float: left;
  font-size: 14px;
  padding-top: 9px;
}

.single-features blockquote:before,
.single-innovations .wysiwyg__content blockquote:before {
  font-family: 'FontAwesome';
  content: "\f10d";
  color: #F3BD1E;
  font-size: 42px;
  margin-bottom: 22px;
  display: block;
}

.top-post-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #F3BD1E;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 40px;
  line-height: 1;
}

.top-post-nav--prev,
.top-post-nav--next {
  flex: 1;
  flex-basis: 50%;
  width: 50%;
}

.top-post-meta {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  align-items: center;
  font-size: 16px;
  color: #3A5369;
  margin-top: 10px;
}

.top-post-meta .label,
.top-post-meta .value,
.top-post-meta--item {
  display: inline-block;
}

.top-post-meta .label {
  font-weight: 900;
  margin-right: 12px;
  font-family: "Montserrat", sans-serif;
}

.top-post-meta--item {
  margin-right: 42px;
}

.further-reaadings {
  margin-bottom: 42px;
}

.further-reaadings--title {
  font-size: 20px;
  font-weight: 900;
  color: #F3BD1E;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 28px;
}

.further-reaadings--link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.further-reaadings--link:hover .title {
  color: #F3BD1E;
}

.further-reaadings--link .title {
  font-size: 16px;
  color: #437340;
  line-height: 1.4em;
  text-decoration: underline;
}

.further-reaadings--link .image {
  flex-shrink: 0;
  display: block;
  margin-right: 20px;
}

.further-reaadings--link img {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: cover;
}

.top-post-nav.bottom {
  margin-bottom: 28px;
  padding-top: 28px;
  border-top: 1px solid #ddd;
}

.font-28 {
  font-size: 28px !important;
}

.font-20 {
  font-size: 20px !important;
}

.further-reaadings--thumb {
  line-height: 1.4em;
}

.further-reaadings--thumb img {
  height: 174px;
  width: 100%;
  object-fit: cover;
}

.page-template-archive-innovations .intro--redux.page__intro,
.page-template-cgiar-50-years-submenu .intro.page__intro {
  /* min-height: 240px; */
  min-height: 480px;
}

.single-innovations .intro--redux.page__intro {
  min-height: 480px;
}

.single-innovations .intro--redux.page__intro .intro__title,
.page-template-archive-innovations .intro--redux.page__intro .intro__title {
  font-weight: 800;
  color: #fff;
  padding-bottom: 12px;
  margin-bottom: 0;
}

.single-innovations .intro--redux.page__intro .intro__description,
.page-template-archive-innovations .intro--redux.page__intro .intro__description {
  margin-top: 12px;
  color: #fff;
}

.page__intro-with-thumbnail .intro__wrapperwrap--medium {
  position: relative;
}

.page__intro-with-thumbnail .image-header-thumbnail {
  position: absolute;
  width: 161px;
  left: -178px;
  top: 55px;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.font-w-900 {
  font-weight: 900 !important;
}

.font-w-700 {
  font-weight: 700 !important;
}

.font-w-500 {
  font-weight: 500 !important;
}
.font-w-300 {
  font-weight: 300 !important;
}

.text-transform-unset {
  text-transform: none !important;
}

.color-yellow {
  color: #F3BD1E;
}

.comingsoon .bg-black {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

.comingsoon h4 {
  margin-bottom: 20px;
}

.signup-feature-reminder--box {
  display: none;
  margin-top: 12px;
}

.signup-feature-reminder--box input[type="email"] {
  width: 100%;
  height: 40px;
  display: block;
  margin-bottom: 4px;
}

.signup-feature-reminder--box input[type="submit"] {
  background: #F07E28;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 5px 20px;
  border: none;
}

.signup-feature-reminder--box.open {
  display: block;
}

.signup-feature-reminder--box .contact-form__confirmation.wrap--medium {
  width: 100%;
  padding: 0 0 0 0;
}

.welcome-to-cgiar-50-years .wysiwyg__content {
  font-weight: 300;
  font-size: 16px;
  color: #373A3B;
}

.font-16 {
  font-size: 16px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-12 {
  font-size: 12px !important;
}

.sidebar-item--content ul li.list-selection:before {
  color: grey;
}

.sidebar-item--content ul li.list-selection.active:before {
  color: #F07E28;
}

.sidebar-item--content ul li.list-selection.other-type {
  margin-top: 12px;
}

.sidebar-item--content ul li.list-selection.other-type:before {
  display: none;
}

.feature-repeater {
  /* max-width: 1080px; */
  margin-left: auto;
  margin-right: auto;
}

.feature-repeater--item {
  margin-bottom: 40px;
  margin-top: 40px;
  /* padding-left: 15px;
  padding-right: 15px; */
  overflow-x: hidden;
}

img.intro__image {
  width: 50px;
  margin-top: 60px;
}

h1.intro__title.has__icon {
  color: #fff;
  margin-left: 70px;
  margin-top: -70px;
  max-width: 50rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 56px;
}

.intro__description.has__icon {
  margin-left: 70px;
  margin-top: 30px;
  font-weight: 300;
  font-size: 36px;
}

.page__intro_single-feature.page__intro-with-border {
  overflow: visible !important;
}

.main-content-innovation {
  max-width: 1134px;
  padding-left: 27px;
  padding-right: 27px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main-content-innovation:after {
  clear: both;
  content: '';
  display: block;
}

.features_section {
  position: relative;
}

.features_section .caption {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 8px 12px;
  max-width: 80%;
  font-size: 12px;
  line-height: 1.4em;
}

section.features_section {
  padding: 40vh 0;
  background-size: cover !important;
  background-attachment: fixed !important;
  display: inline-block;
  width: 100%;
  margin-bottom: -10px;
}

.features_text {
  color: #fff;
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  line-height: 50px;
  width: 50%;
  background: #00000052;
  padding: 10px 22px;
}

.features_text.left {
  float: left;
}

.features_text.right {
  float: right;
}

.features_text.center {
  margin: 0 auto;
  text-align: center;
}

.skew-section.skew-section--image {
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: auto;
}

.parallax {
  position: relative;
}

.skew-section.skew-section--image img {
  width: 100%;
}

.divider-header2 {
  height: 20px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.divider-innovations2 {
  height: 46px;
  width: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}

.cg-50-fact-box {
  background: #3A5369;
  color: #ffffff;
  padding: 30px 33px;
  margin-top: 40px;
  margin-bottom: 42px;
  text-align: center;
  position: relative;
  line-height: normal;
}

.cg-50-fact-box:before {
  content: "";
  position: absolute;
  right: -9999px;
  left: -9999px;
  z-index: -1;
  background: #3A5369;
  bottom: 0;
  top: 0;
}

.hero-text {
  font-size: 48px;
  line-height: normal;
  font-weight: 700;
  margin-top: 17px;
  font-family: 'Playfair Display', serif;
  margin-bottom: 19px;
}

.source-text {
  font-size: 12px;
  opacity: 0.6;
}

.source-text a {
  text-decoration: underline;
}

.cg-50-fact-box.twocol .row-fb {
  /* border-right: 1px solid #ffffff; */
  /* border-left: 1px solid #ffffff; */
  position: relative;
}

.cg-50-fact-box.twocol .row-fb:before {
  content: "";
  position: absolute;
  right: 50%;
  z-index: 1;
  background: #ffffff;
  bottom: 0;
  top: 0;
  width: 1px;
}

.twocol .col-md-6 {
  padding-right: 30px;
  padding-left: 30px;
}

.feature-repeater iframe {
  width: 100%;
  height: 340px;
}

.page-template-cgiar-50-years {
  overflow-x: hidden;
}

.section-icon {
  width: 84px;
  margin-right: 22px;
  flex-shrink: 0;
}

/**
 * SUBNAVIGATION
 */
.admin-bar .subnavigation-fixed-header {
  top: calc(10rem + 32px);
}

.admin-bar .subnavigation-fixed-header.small {
  top: calc(6rem + 32px);
}

.subnavigation-fixed-header {
  position: fixed;
  top: 10rem;
  left: 0;
  width: 100%;
  background-color: #EB5B47;
  color: #fff;
  z-index: 99;
}

.subnavigation-fixed-header.small {
  top: 6rem;
}

.subnavigation-fixed-header .header__wrapper {
  justify-content: space-between;
  height: 47px;
  align-items: center;
}

.subnavigation-fixed-header--header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  padding: 12px 24px;
  line-height: 1;
}

.subnavigation-fixed-header a {
  color: #fff;
}

.subnavigation-fixed-header--menu {
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display: flex;
}

.subnavigation-fixed-header--menu li {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 10px;
  text-transform: uppercase;
}

.subnavigation-fixed-header--menu li a {
  padding: 8px 12px;
}

.subnavigation-fixed-header--menu li:last-child a {
  padding-right: 0;
}

.subnavigation-fixed-header--logo {
  width: 10rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subnavigation-fixed-header--logo img {
  width: 60px;
}

.subnavigation-fixed-header--logo a {
  display: block;
  line-height: 1;
  text-align: center;
}

.mobile-only {
  display: none !important;
}

#subnavigation-cgiar-50-years-trigger {
  position: fixed;
  bottom: 22px;
  right: 22px;
  width: 68px;
  height: 68px;
  text-align: center;
  border-radius: 100%;
  background-color: #EB5B47;
  color: #fff;
  font-size: 20px;
  box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.5);
  line-height: 1px;
  z-index: 100;
}

.subnavigation-cgiar-50-years-trigger--wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.subnavigation-cgiar-50-years-trigger--wrapper img {
  width: 48px;
  height: auto;
  display: block;
  margin-bottom: 4px;
}

#subnavigation-cgiar-50-years-trigger.active {
  background-color: #fff;
  color: #373A3B;
}

#subnavigation-cgiar-50-years-trigger.active .trigger-open-menu,
#subnavigation-cgiar-50-years-trigger .trigger-close-menu {
  display: none;
}

#subnavigation-cgiar-50-years-trigger.active .trigger-close-menu {
  display: block;
}

.subnavigation-fixed-header--divider {
  height: 1px;
  display: block;
  background: #fff;
}

.dropdown {
  display: none;
}

.dropdown.show {
  display: block;
}

.dropdown ul {
  padding: 0 0 0 0;
}

.data-active.active,
.data-active.active a {
  color: #F3BD1E;
}

.close {
  position: relative;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close:before, .close:after {
  position: absolute;
  left: auto;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #373A3B;
  opacity: 0.5;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

.header__wrapper .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
}

.header__wrapper .close:before,
.header__wrapper .close:after {
  height: 18px;
  background-color: #fff;
}


/**
 * end of subnavigation
 */

.a-hide {
  /* display: none; */
  visibility: hidden;
  height: 0px;
  line-height: 1;
  width: 0px;
  max-height: 0px;
  /* content: ''; */
  /* display: block; */
  font-size: 0px;
}

.chevron::before {
  border-style: solid;
  border-width: 1.5px 1.5px 0 0;
  content: '';
  display: inline-block;
  height: 20px;
  left: 0em;
  position: relative;
  top: 0px;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 20px;
}

.chevron.right:before {
  left: 0;
  transform: rotate(45deg);
}

.chevron.left:before {
  left: 0;
  transform: rotate(0deg);
}

.feature-grid__card__excerpt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #373A3B;
}

.impact-carousel-item {
  overflow: hidden;
  margin-bottom: 40px;
}

/**
 * ARCHIVE FEATURES
 **/
/* .only-breadcrumb.intro--no-picture--redux {
  background-color: transparent;

}
.only-breadcrumb.intro--no-picture--redux .intro__title {
  display: none;
} */

/* .section-features-archive {
  padding-top: 40px;
} */

.section-features-archive .breadcrumb {
  padding-top: 34px;
  /* padding-bottom: 24px; */
}

.section-features-archive .breadcrumb__item,
.section-features-archive .breadcrumb__item a,
.section-features-archive .breadcrumb__item span {
  color: #fff;
  /* text-decoration: none; */
}

.section-features-archive .breadcrumb__list .breadcrumb__item:last-child a:after {
  display: none;
}

.section-features-archive .section-features--title .wrap--medium.container {
  padding-left: 0;
  padding-right: 0;
}

.readalso_photo a {
  color: #000 !important;
  text-decoration: none !important;
}


/**
 * Intro video background
 * New layout single feature
 */
.page__intro_single-feature .intro__description {
  max-width: 100%;
}

.intro__video_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.single-features .intro--redux.page__intro {
  overflow: hidden;
}

.feature-content-introduction {
  background: #E88439;
  color: #fff;
  padding-top: 116px;
  padding-bottom: 116px;
}

.feature-content-introduction--item {
  display: flex;
  margin-bottom: 78px;
  align-items: center;
}

.feature-content-introduction--item a {
  text-decoration: underline;
}

.feature-content-introduction--item a.inline-twitter-link,
.feature-content-introduction--item a.inline-tweet-click {
  /* background: transparent !important; */
  background: none repeat scroll 0% 0% rgba(4, 153, 76, 0.15);
  color: #fff !important;
  text-decoration: none !important;
}

/* .feature-content-introduction--item a.inline-twitter-link:hover {
  background: transparent !important;
} */

.feature-content-introduction--item:last-child {
  margin-bottom: 0;
}

.feature-content-introduction--border {
  position: absolute;
  height: calc(100% + 140px);
  width: 1px;
  background: #fff;
  top: -200px;
  bottom: 0;
  left: 128px;
  content: '';
  display: block;
}

.feature-content-introduction--item .image {
  width: 255px;
  min-width: 255px;
  max-width: 255px;
  text-align: center;
  margin-right: 20px;
  position: relative;
}

.feature-content-introduction--item .image img {
  border-radius: 100%;
  width: 176px;
  height: 176px;
  object-fit: cover;
  border: 1px solid #fff;
}

.feature-content-introduction--item:first-child .image img {
  width: 100%;
  height: 100%;
}

.feature-content-introduction--item .description {
  font-size: 22px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}

.feature-content-introduction--item .description h1,
.feature-content-introduction--item .description h2,
.feature-content-introduction--item .description h3,
.feature-content-introduction--item .description h4,
.feature-content-introduction--item .description h5,
.feature-content-introduction--item .description h6 {
  color: #fff;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 300;
}

.quizzes-wrapper {
  background: #3A5369;
  color: #fff;
  text-align: center;
  padding-top: 28px;
  padding-bottom: 28px;
  font-family: 'Montserrat', 'sans-serif';
}

.quizzes {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 48px;
}

.quizzes--item {
  width: 275px;
  height: 275px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  margin: 0 46px;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  line-height: 1.2em;
}

.quizzes--item.flipped {
  box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.74);
  color: #373D42;
}

.quizzes--item:before {
  content: '';
  display: block;
  position: absolute;
  /* z-index: -1; */
  background: #fff;
  height: 100%;
  width: 100%;
  top: -100%;
  left: 0;
  transition: all ease-in-out 0.5s;
}

.quizzes--item.flipped:before {
  top: 0;
}

.quizzes--answer,
.quizzes--question {
  transition: all ease-in-out 0.3s;
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quizzes--item.flipped .quizzes--answer {
  opacity: 1;
  bottom: 0;
}

.quizzes--question {
  opacity: 1;
  top: 0px;
  bottom: 0;
}

.quizzes--item.flipped .quizzes--question {
  opacity: 0;
  top: -40px;
}

.stacking-innovations-card-wrapper {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.stacking-innovations-card-wrapper .news-card {
  display: block;
  margin-bottom: 42px;
}

.stacking-innovations-card-wrapper .news-card .innovations-icons img {
  margin-right: 8px;
}

.divider {
  margin-top: 10px;
  border-top: 1px solid #373A3B;
  height: 2px;
  margin-bottom: 14px;
}

.stacking-innovations-card-wrapper .news-card .excerpt-short {
  height: 100px;
  overflow: hidden;
  position: relative;
}

.stacking-innovations-card-wrapper .news-card .excerpt-short.open {
  height: auto;
}

.stacking-innovations-card-wrapper .news-card .excerpt-short:after {
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 98%);
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: block;
  content: '';
}

.stacking-innovations-card-wrapper .news-card .excerpt-short.open:after {
  display: none;
}

.stacking-innovations-card-wrapper .news-card .excerpt-short a {
  color: #2e7636;
  text-decoration: underline;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

.stacking-innovations-card-wrapper .news-card .news-card-content {
  padding-left: 44px;
  padding-right: 44px;
}

.goto-innovation-profile {
  display: flex;
  width: 270px;
  align-items: center;
  font-size: 14px;
  background: #F3BD1E;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
  padding: 12px 22px;
  justify-content: space-between;
}

.goto-innovation-profile:hover {
  color: #fff !important;
}

.goto-innovation-profile i {
  position: relative;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.goto-innovation-profile:hover i {
  right: 8px;
}

.goto-innovation-profile i.chevron::before {
  vertical-align: middle;
}

.feature-anchors {
  color: #F07E28;
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}

.feature-anchors h2 {
  color: #F07E28;
  margin: 0 0 0 0;
}

.feature-anchors--item {
  display: flex;
  align-items: center;
  margin-bottom: 42px;
}

.feature-anchors--item:first-child {
  margin-top: 42px;
}

.feature-anchors--item-image {
  margin-right: 28px;
  flex-shrink: 0;
}

.feature-anchors--item-image img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 100%;
}

.feature-anchors--item-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 46px;
  font-weight: 600;
}

.news-card-inner--innovation-tag-icon {
  position: absolute;
  top: 22px;
  left: 44px;
  z-index: 4;
}

.highlighted-box {
  padding: 27px 31px;
  background: #f9f1ef;
  margin-top: 36px;
  margin-bottom: 38px;
}

.feature-repeater--item-bgvideo {
  /* height: 25vw; */
  height: 480px;
  object-fit: cover;
  width: 100%;
}

.feature-repeater--item-covervideo {
  display: none;
}

/**
 * @end of:
 * Intro video background
 * New layout single feature
 */

.container-feature-cta {
  max-width: 680px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.feature-cta-description {
  display: flex;
  padding: 12px 10px;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 17.5px;
  font-weight: 900;
  line-height: 1.4em;
  color: #3A5369;
  margin-bottom: 24px;
}

.feature-cta-description--icon {
  flex-shrink: 0;
  width: 52px;
  height: auto;
  display: block;
  margin-right: 31px;
}

.container-feature-cta .cta-innovations-explorer--button {
  margin-top: 0;
}

.section-innovations--title-mask {
  position: absolute;
  background-image: url('https://storage.googleapis.com/cgiarorg/innov_gradient.svg');
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 160px);
  content: '';
  display: block;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.foi-animbg {
  padding-top: 180px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
  background-color: #F3BD1E;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.foi-animbg-mask,
.foi-animbg:before {
  width: 0;
  transition: 0.6s ease-in-out;
  background-color: #2d2d2d;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.foi-animbg.no-hover-state:before {
  width: 100%;
  opacity: 0.8;
}

.foi-animbg-mask {
  width: 100%;
  opacity: 0.5;
}

.foi-animbg.no-hover-state .foi-animbg-mask {
  width: 0;
  opacity: 0;
}

.foi-animbg h1,
.foi-animbg h3 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 16px;
  cursor: pointer;
  font-weight: 500;
  font-size: 27px;
  text-align: center;
}

.foi-animbg h2.modal-title {
  margin: 0;
}

.foi-animbg--item-content .image-header-thumbnail {
  width: 100px;
  height: auto;
}

.wrapper-foi-animbg--item:hover h3 {
  color: #fff;
}

.wrapper-foi-animbg--item h3:hover {
  color: #F3BD1E;
  font-weight: 700;
}

.foi-animbg--item {
  z-index: 1;
}

.foi-animbg--item-content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  top: 100px;
}

.foi-animbg--item-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.foi-animbg--item-bg-image {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
}

.foi-animbg--item-bg-image.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.foi-animbg--item-bg-image.as-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 998;
  visibility: visible;
  opacity: 1;
  transition: .6s ease-in-out;
}

.modal-nav {
  opacity: 0;
  position: fixed;
  z-index: -100;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(4, 99, 47, 0.38) 0%, rgba(0, 0, 0, 0) 100%);
}

.modal-nav a {
  display: inline-block;
  color: #fff;
  padding: 10px 22px;
}

.admin-bar .modal-nav {
  top: 32px;
}

.active .modal-nav {
  opacity: 1;
  display: block;
  z-index: 998;
  transition: opacity 0.3s ease-in-out;
}

.active .foi-animbg--item-content {
  height: auto;
  opacity: 1;
  overflow: auto;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.active .foi-animbg--item-title {
  display: none;
}

.foi-animbg--item.active {
  padding-top: 140px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  overflow: auto;
  z-index: 999;
  transition: top .3s ease-in-out;
  background: linear-gradient(0deg, rgba(4, 99, 47, 0.38) 19%, rgba(0, 0, 0, 1) 100%);
}

.foi-animbg-item-focus {
  background-color: #fff;
  padding: 42px;
  margin-top: 80px;
  color: #484848;
}

.modal-active::-webkit-scrollbar {
  display: none;
}

.read-full-innovation {
  display: inline-block;
  margin-left: 12px;
  background-color: #F3BD1E;
  color: #fff;
}

.modal-title {
  color: #fff !important;
  font-size: 37px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 120px;
  padding: 0 42px;
}

.glow {
  box-shadow: 0px 1px 18px 1px rgb(255 255 255 / 32%);
}

.fq-newstyle-wrapper {
  background: rgb(4, 79, 99);
  background: linear-gradient(180deg, #055f6b 0%, #031e21 100%);
  padding-top: 80px;
}

.fq-newstyle {
  color: #fff;
  position: relative;
  max-width: 1920px;
  margin: auto;
}

.fq-newstyle-quizzes--item-banner {
  position: relative;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
  line-height: 1;
}

.fq-newstyle-quizzes--item-banner .caption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 11;
  background: rgb(0 0 0 / 39%);
  padding: 11px 18px;
  font-size: 13px;
}

.fq-newstyle-quizzes--item-banner img {
  width: auto;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}

.fq-newstyle--description {
  position: absolute;
  left: 700px;
  width: 40%;
  max-width: 700px;
  padding-left: 120px;
  padding-right: 20px;
  top: 100px;
  z-index: 1;
}

.fq-newstyle-quizzes--wrapper {
  position: relative;
  height: 600px;
}

.fq-newstyle-quizzes--item {
  position: absolute;
  left: 0;
  width: 48%;
}

.fq-newstyle-quizzes--wrapper:first-child .quizzes--item-wrapper:before {
  display: block;
  content: '';
  width: 1px;
  background: #fff;
  height: 160px;
  top: 0px;
  position: absolute;
}

.fq-newstyle-quizzes--wrapper:first-child .fq-newstyle-quizzes--item-banner:before {
  display: block;
  content: '';
  height: 1px;
  top: 120px;
  left: 100%;
  width: 100px;
  background: #fff;
  position: absolute;
  box-shadow: 0px 1px 27px 1px rgb(255 255 255);
}

.fq-newstyle-quizzes--wrapper:nth-child(2n) .fq-newstyle-quizzes--item {
  right: 0;
  left: auto;
}

.fq-newstyle-quizzes--wrapper:nth-child(1n) .fq-newstyle-quizzes--item {
  max-width: 700px;
}

.fq-newstyle-quizzes--wrapper:nth-child(2n) .fq-newstyle-quizzes--item {
  max-width: 700px;
}

.fq-newstyle-quizzes--wrapper:nth-child(3n) .fq-newstyle-quizzes--item {
  max-width: 1400px;
}

.fq-newstyle-quizzes--wrapper:last-child .quizzes--item-wrapper:before {
  left: 186px;
}

.fq-newstyle-quizzes--wrapper:last-child .quizzes--item-wrapper {
  flex-direction: unset;
  width: 900px;
  left: 30%;
  padding-left: 0;
}

.quizzes--answer,
.quizzes--question {
  text-align: center;
}

.quiz-description {
  text-align: center;
  color: transparent;
  text-shadow: 0px 0px 10px #f3bd1e;
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

.flipped + .quiz-description {
  text-shadow: none;
  color: #F3BD1E;
  transition: 0.3s ease-in-out;
}

.quizzes--item {
  flex-shrink: 0;
}

.quizzes--item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-left: 200px;
  padding-top: 160px;
  z-index: 9;
}

.quizzes--item {
  flex-shrink: 0;
}

.quizzes--item-wrapper:before {
  display: block;
  content: '';
  width: 1px;
  background: #fff;
  height: 170px;
  top: -11px;
  position: absolute;
  box-shadow: 0px 1px 27px 1px rgb(255 255 255);
}

.fq-newstyle-quizzes--wrapper:nth-child(2n) .quizzes--item-wrapper {
  padding-left: 0;
  padding-right: 200px;
}

.fq-newstyle--bottom-description {
  padding-top: 140px;
  padding-bottom: 80px;
}

.page__intro-with-border .intro__wrapper:after {
  position: absolute;
  top: 112%;
  left: 253px;
  height: 80vh;
  width: 1px;
  color: #fff;
  box-shadow: 0px 1px 27px 1px rgb(255 255 255);
  content: '';
  display: block;
  z-index: 1;
  background: #fff;
}

.block-richtext h1,
.block-richtext h2,
.block-richtext h3,
.block-richtext h4,
.block-richtext h5,
.block-richtext h6,
.block-richtext a {
  margin-top: 0;
  color: #F3BD1E;
}

.modal-nav a.back-to-menu:hover {
  color: #f3bd1e;
}

.modal-nav .wrap--medium.container {
  padding: 0 82px;
}

.wrap--medium.container figure {
  max-width: 845px !important;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 1025px) {
  .fq-newstyle-quizzes--item {
    position: static;
    width: 100%;
    max-width: 100% !important;
  }

  .quizzes--item-wrapper {
    display: block;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0 !important;
    width: 100% !important;
    left: 0 !important;
  }

  .fq-newstyle-quizzes {
    height: auto !important;
  }

  .quizzes--item-wrapper:before {
    display: none;
  }

  .fq-newstyle-quizzes--wrapper {
    height: auto;
    padding-bottom: 42px;
  }

  .fq-newstyle--description {
    position: static;
    left: unset;
    top: unset;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-innovations--title .flex-container {
    display: block;
  }

  .fq-newstyle-quizzes--wrapper:first-child .fq-newstyle-quizzes--item-banner:before,
  .fq-newstyle-quizzes--wrapper:first-child .quizzes--item-wrapper:before,
  .page__intro-with-border .intro__wrapper:after {
    display: none;
  }

  .fq-newstyle-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-richtext {
    margin-bottom: 42px;
  }

  .fq-newstyle-quizzes--item-banner {
    margin-bottom: 22px;
  }

  .wrap--medium.container.foi-animbg--item.active {
    padding-left: 0;
    padding-right: 0;
  }

  .foi-animbg-item-focus {
    padding: 15px;
  }

  .foi-animbg--item.active .wrap--medium.container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .modal-nav a {
    padding: 0 8px;
  }

  .read-full-innovation {
    margin-left: 0;
  }
}

@media only screen and (min-width: 60em) {
  .single-features [class*='wrap--'][class*='--medium'] {
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
  }

  .single-features .foi-animbg--item-content [class*='wrap--'][class*='--medium'] {
    width: 930px;
    margin-right: auto;
    margin-left: auto;
  }
  .page__intro-with-border .intro__wrapper:after {
    height: 40vh;
  }
}

@media screen and (min-width: 1367px) {
  /* .section-innovations .slick-init--item {
    height: 400px;
  } */
  .section-innovations .news-card__picture-outer:before {
    padding-top: 200px;
  }

  .sidebar__item {
    height: 1.8em !important;
  }

  .sidebar__item a {
    background-color: rgba(255, 255, 255, 0.5) !important;
  }
}

@media screen and (min-width: 1026px) {
  .page-template-cgiar-50-years .sidebar__list .sidebar__item:nth-child(3) {
    display: none;
  }

  .site-content {
    margin-top: 26px;
  }
}

@media screen and (max-width: 1025px) {
  .no-scroll {
    overflow: hidden;
  }

  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  .feature-grid__card__item-main .news-card__picture-outer {
    height: unset;
  }

  /**
   * Start of mobile navigation
   */
  .page-template-cgiar-50-years .sidebar__list .sidebar__item:nth-child(2) a:after {
    content: 'Deep dives into our world-changing innovations';
    display: block;
    font-weight: 300;
    font-style: italic;
    position: static;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: italic;
    text-transform: none;
    line-height: 1.4em;
    margin-top: 8px;
  }

  .page-template-cgiar-50-years .sidebar__list .sidebar__item:nth-child(1) a,
  .page-template-cgiar-50-years .sidebar__list .sidebar__item:nth-child(2) a,
  .page-template-cgiar-50-years .sidebar__list .sidebar__item:nth-child(3) a {
    font-weight: 900;
  }

  .subnavigation-fixed-header.small {
    top: 0;
  }

  .subnavigation-fixed-header {
    display: none;
    padding-top: 50px;
    z-index: 100;
  }

  .subnavigation-fixed-header.show {
    display: block;
  }

  .subnavigation-fixed-header--section {
    padding: 0 24px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #F3BD1E;
    text-transform: uppercase;
  }

  .subnavigation-fixed-header .sidebar {
    display: block;
  }

  .subnavigation-fixed-header .fixed-sidebar,
  .subnavigation-fixed-header .fixed-sidebar.sticky {
    position: static !important;
    margin-top: 0 !important;
  }

  .subnavigation-fixed-header .sidebar__item {
    padding-left: 53.5px;
    padding-right: 24px;
    height: auto;
    display: block;
  }

  .subnavigation-fixed-header .sidebar__item + .sidebar__item {
    margin-top: 0;
  }

  .subnavigation-fixed-header .sidebar__item a {
    font-family: 'Montserrat', sans-serif;
    position: static !important;
    color: #fff;
    display: block;
    padding: 12px 0;
    background: none;
    transform: none;
    top: 0;
    width: 100%;
    border: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
  }

  .subnavigation-fixed-header .sidebar__item:first-child a {
    padding-top: 22px;
  }

  .subnavigation-fixed-header .sidebar__item:last-child a {
    padding-bottom: 22px;
  }

  .subnavigation-fixed-header .sidebar__item a::before,
  .subnavigation-fixed-header .sidebar__item::before {
    display: none;
  }

  .subnavigation-fixed-header {
    background: linear-gradient(180deg, rgba(235, 91, 71, 0.85) 0%, rgba(58, 83, 105, 0.95) 100%);
    top: 0;
    height: 100%;
    overflow: auto;
    backdrop-filter: blur(3px) saturate(1%);
  }

  .subnavigation-fixed-header .header__wrapper {
    display: block;
    height: auto;
  }

  .subnavigation-fixed-header--menu {
    display: block;
    padding: 0 24px;
    margin-top: 12px;
  }

  .subnavigation-fixed-header--menu li {
    line-height: 1;
    display: block;
  }

  .subnavigation-fixed-header--menu li a {
    padding: 0 0 0 0;
    font-size: 13.75px;
    padding-bottom: 12px;
    padding-top: 12px;
    display: block;
  }

  .subnavigation-fixed-header--menu li:first-child a {
    padding-top: 22px;
  }

  .subnavigation-fixed-header--menu li ul li:first-child a {
    padding-top: 12px;
  }

  .subnavigation-fixed-header--menu li:last-child a {
    padding-bottom: 22px;
  }

  .subnavigation-fixed-header--menu-desc {
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: italic;
    text-transform: none;
    line-height: 1.4em;
  }

  /**
   * end of mobile navigation
   */
  .section-innovations .slick-list {
    overflow: hidden;
  }

  /* .section-innovations .slick-init--item {
    height: 400px;
  } */
  .section-innovations .news-card__picture-outer:before {
    padding-top: 200px;
  }

  .feature-grid__card__item {
    flex-basis: 100%;
  }

  .innovations-carousel-dots {
    right: 2px;
  }

  .page__intro-with-thumbnail .image-header-thumbnail {
    position: static;
    margin-top: 20px;
  }

  .single-features .hero_photo {
    background-attachment: scroll !important;
    height: 320px !important;
  }

  .feature-grid__card__item.comingsoon .flex-container {
    display: block;
  }

  .feature-content-introduction--border {
    display: none;
  }

  .feature-content-introduction--item,
  .quizzes {
    display: block;
  }

  .quizzes--item {
    /* margin: 0 0 20px 0;
    width: 100%;
    height: auto;
    min-height: 200px;
    border-radius: 10px; */
    margin-left: auto;
    margin-right: auto;
  }

  .feature-anchors--item-title {
    font-size: 24px;
  }

  .feature-anchors--item-image img {
    width: 58px;
    height: 58px;
  }

  .feature-anchors--item:first-child {
    margin-top: 20px;
  }

  .feature-anchors--item {
    margin-bottom: 20px;
  }

  .feature-content-introduction {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .feature-content-introduction--item {
    margin-bottom: 42px;
  }

  .feature-content-introduction--item .image {
    min-width: unset;
    width: 80px;
  }

  .feature-content-introduction--item .image img {
    width: 80px;
    height: 80px;
  }

  .feature-content-introduction--item .image {
    height: 80px;
    margin-bottom: 22px;
  }

  .stacking-innovations-card-wrapper .news-card .news-card-content {
    padding-left: 22px;
    padding-right: 22px;
  }

  .stacking-innovations-card-wrapper .news-card .innovations-icons img {
    margin-right: 2px;
  }

  .innovations-icons img {
    width: 30px !important;
    height: 30px !important;
  }

  .news-card-inner--innovation-tag-icon {
    left: 22px;
    width: 40px;
  }

  .feature-repeater--item-bgvideo {
    height: auto;
    display: none;
  }

  .feature-repeater--item-covervideo {
    display: block;
  }
}

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

  .carousel-group {
    width: 100%;
  }

  .page-template-cgiar-50-years .animate-item {
    display: none;
  }

  .skew-section--white {
    border-bottom: 100px solid white;
    border-left: 200vw solid transparent;
  }

  .page-hero-50-years .intro--no-picture--redux {
    padding-top: 0;
  }

  .features_text {
    font-size: 22px;
    line-height: 1.4em;
    width: 100%;
  }

  .main-content-innovation--sidebar,
  .main-content-innovation--focus-content {
    float: none;
    width: 100%;
  }

  .page__intro-with-thumbnail .image-header-thumbnail {
    width: 80px;
  }

  .section-latest-features .slick-init--item .feature-grid__card__item-main,
  .feature-grid__card__item:nth-child(3n + 4) .feature-grid__card__item-main {
    display: block !important;
  }

  /* .feature-grid__card__item:nth-child(3n + 4) .feature-grid__card__item-main .news-card__picture-outer {
    height: 240px;
  } */
  .innovations-carousel-dots {
    display: none !important;
  }

  .innovations-carousel-dots-wrapper {
    margin-top: 18px;
  }

  .section-features--background-image {
    background-position: center center;
  }

  .carousel-group--intro .icon {
    width: 60px;
    height: 60px;
  }

  .cg-50-fact-box.twocol .row-fb:before {
    display: none;
  }

  h1.intro__title.has__icon {
    font-size: 32px;
  }

  .intro__description.has__icon {
    font-size: 18px;
  }

  .wrap--medium .font-46 {
    font-size: 32px;
  }

  .hero_photo,
  section.features_section {
    height: 300px;
    background-position: center center !important;
    background-attachment: scroll !important;
  }

  .divider-innovations2,
  .section-features--background-image,
  .divider-features,
  .divider-innovations {
    background-attachment: scroll !important;
    background-position: center center !important;
  }

  .innovations-carousel-arrows .slick-prev {
    left: 28px !important;
  }

  .innovations-carousel-arrows .slick-next {
    right: 28px !important;
  }

  .innovations-carousel-arrows .slick-next,
  .innovations-carousel-arrows .slick-prev {
    background-size: 6px;
    background-color: #fff;
    /* display: flex; */
    background-position: center;
    width: 20px;
    height: 20px;
    border-radius: 100%;
  }

  .innovations-carousel-arrows .slick-next.slick-disabled,
  .innovations-carousel-arrows .slick-prev.slick-disabled {
    opacity: 0.3;
  }
}

/**
 * Style from customizer
 */
.page-template-cgiar-50-years .menu.page__intro {
  display: none;
}

.features_section .caption {
  bottom: 0 !important;
  top: auto !important;
  z-index: 2;
}

.cgiar-50-strategy-text a {
  color: #f3bd1e;
}

.sidebar__item:hover a {
  display: flex;
}

.m-text-white {
  color: #ffffff !important;
}

.m-text-glow {
  text-shadow: -1px 0px 7px rgb(255 255 255 / 52%);
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.m-width-70 {
  width: 70%;
  margin: auto;
}

.m-uppercase {
  text-transform: uppercase;
}

.lead-12 {
  font-size: 14px;
}

.lead-14 {
  font-size: 14px;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

span.question-mark {
  color: #eb5b46;
  font-weight: bold;
  background: #ffffff;
  height: 40px;
  width: 40px;
  display: block;
  margin: auto;
  border-radius: 50%;
  font-size: 20px;
  padding-top: 11px;
  font-weight: 700;
  font-family: "Montserrat";
}

.fq-newstyle a {
  text-decoration: underline;
}

.foi-animbg-item-focus a {
  text-decoration: underline;
  color: #2e7636;
}

.foi-animbg-item-focus .feature-repeater iframe {
  height: 500px;
}

.readalso_photo .readalso_photo_button {
  padding-top: 8px;
}

@media screen and (min-width: 1367px) {
  .sidebar__item {
    height: 30px !important;
  }
}

@media only screen and (min-width: 90em) {
  .sidebar__item a {
    /*     display: block; */
    border: 0;
    background: transparent;
    height: 40px;
    display: flex;
    align-items: center;
  }

  .page__intro-with-border .intro__wrapper:after {
    height: 80vh;
  }
}

.foi-animbg--item-content ul.news-card-wrapper {
  margin-left: 0;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-left: -8px;
  margin-right: -8px;
}

.foi-animbg--item-content .related-modal-item {
  flex-grow: 1;
  flex-basis: 50%;
  margin: 8px;
  cursor: pointer;
  max-width: 50%;
}

.related-modal-item a {
  text-decoration: none;
}

.divider-thin {
  height: 1px;
  margin-top: 22px;
  margin-bottom: 22px;
  width: 100%;
  background-color: #ccc;
}

/**
 * end of Style from customizer
 */

@media screen and (max-width: 480px) {
  .foi-animbg--item-content ul.news-card-wrapper {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .foi-animbg--item-content .related-modal-item {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .feature-repeater iframe {
    height: 190px;
  }

  .section-features h3, .section-innovations--title h3, .section-features h4, .section-innovations--title h4 {
    font-size: 36px;
  }

  section.features_section {
    height: auto;
    padding: 140px 20px;
  }
  .wrap--medium.intro__wrapper .has__icon.intro__description .d-flex {
    display: block!important;
  }
  .wrap--medium.intro__wrapper .has__icon.intro__description .d-flex img {
      width: 40%;
  }
  .modal-title {
      font-size: 28px;
  }
  .wrap--medium.container figure {
    max-width: 100% !important;
  }
  .foi-animbg-item-focus .feature-repeater iframe {
    height: 180px;
  }
}

.intro-subtitle-text-right .intro__text {
  text-align: right;
}
.section-intro-bottom {
  background-color: #F6E2C7;
  color: #000000 !important;
}
.section-intro-bottom .section-animated-background--item-desc {
  max-width: 680px;
}
.section-animated-background--item {
  display: flex;
  /* align-items: center; */
  line-height: 1;
}
.section-animated-background--item-anim {
  flex-basis: 35%;
  max-width: 35%;
  flex: 1;
  position: relative;
  z-index: 2;
}
.section-animated-background--item-desc {
  flex-basis: 65%;
  max-width: 65%;
  padding: 80px;
  flex: 1;
  padding: 20px 80px 114px 80px;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.section-animated-background .section-animated-background--item:nth-child(3n+1) {
  background-color: #50B4B7;
}
.section-animated-background .section-animated-background--item:nth-child(3n+2) {
  background-color: #EF6944;
}
.section-animated-background .section-animated-background--item:nth-child(3n+3) {
  background-color: #6FB630;
}

.absolute-anim {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
}

.section-bottom {
  background-color: #2979A9;
  color: #fff;
  padding-top: 300px;
  padding-bottom: 70px;
}
.innovation-blurb-item {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  width: 178px;
  margin-left: 7px;
  margin-right: 7px;
}
.innovation-blurb-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  display: inline-block;
  margin-bottom: 10px;
}

/**
 * Scroll
 */
.icon-scroll-wrapper {
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: 100px;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 100px;
}
.icon-scroll-wrapper span {
  font-size: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #000;
  position: relative;
  display: block;
  top: 46px;
  text-transform: uppercase;
}
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 32px;
  height: 52px;
  margin-left: -17px;
  top: 50%;
  margin-top: -15px;
  box-shadow: inset 0 0 0 1px #000;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #000;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}

.intro-no-overlay .intro__picture__overlay {
  opacity: 0;
}
.intro-no-overlay h1.intro__title.has__icon,
.intro-no-overlay [class*='breadcrumb--'][class*='--white'] .breadcrumb__item a,
.intro-no-overlay .intro__description {
  color: #000;
}

.section-intro-bottom {
  display: flex;
  background-color: #F6E2C7;
  align-items: flex-end;
  line-height: 1;
}
.section-intro-bottom--item {
  flex-basis: 40%;
  flex: 1;
}
.section-intro-bottom--item.desc {
  padding: 20px 20px 114px 80px;
  text-align: right;
  flex-basis: 60%;
  flex: 1;
}

.dumbell-image {
  position: absolute;
  left: auto;
  z-index: 1;
}
.dumbell-image.top {
  top: -50px;
  right: 80px;
}
.dumbell-image.bottom {
  bottom: -50px;
  left: 80px;
}

.section-animated-background--item:nth-child(2n) .dumbell-image {
  display: none;
}

.bg-plate {
  position: absolute;
  right: 60px;
  bottom: 80px;
  z-index: -1;
}
.lottie-1,
.lottie-2,
.lottie-3 {
  display: none;
}
.section-animated-background--item:nth-child(3n+1) .lottie-1,
.section-animated-background--item:nth-child(3n+2) .lottie-2,
.section-animated-background--item:nth-child(3n+3) .lottie-3 {
  display: block;
}

#lottie-1,
#lottie-2,
#lottie-3 {
  display: none;
}
.section-animated-background--item:nth-child(3n+1) #lottie-1,
.section-animated-background--item:nth-child(3n+2) #lottie-2,
.section-animated-background--item:nth-child(3n+3) #lottie-3 {
  display: block;
}

.section-animated-background--item:nth-child(2n+1) .section-animated-background--item-desc {
  order: 2;
}

.wysiwyg__content .cta-innovations-explorer--button {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.cta-innovations-explorer--button a
.wysiwyg__content .cta-innovations-explorer--button a {
  text-decoration: none;
  color: #fff;
}
.wysiwyg__content .cta-innovations-explorer--button p {
  display: none;
}

@media screen and (max-width: 1023px) {
  .icon-scroll-wrapper,
  #lottie-intro,
  .absolute-anim,
  .dumbell-image {
    display: none;
  }
  .section-animated-background--item,
  .section-intro-bottom {
    display: block;
  }
  .section-animated-background--item-desc {
    padding: 120px 24px 80px 24px;
  }
  .section-animated-background--item-anim,
  .section-animated-background--item-desc {
    width: 100%;
    max-width: 100%;
  }
  .bg-plate {
    right: 12px;
    bottom: 12px;
    width: 160px;
  }
  .section-bottom {
    padding-top: 80px;
  }
  .container-feature-cta .flex-container {
    flex-direction: column;
    align-items: center;
  }
  .innovation-blurb-item {
    margin-bottom: 20px;
  }
}



/**
 * UNFSS 2 Feature
 */
.feature-section-unfss-2 {
  position: relative;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* overflow: hidden; */
}
.feature-section-unfss-2__wrapper {
  max-width: 1020px;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
  min-height: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-family: 'Montserrat', sans-serif;
  padding-left: 15px;
  padding-right: 15px;
}
.feature-section-unfss-2__content a,
.feature-content-bg-image a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

/**
  * Intro
  */
.intro-with-bg-anim {
  background-color: #f4dfc5;
}
.intro-bg-anim {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  z-index: 1;
}
.intro-with-bg-anim .intro__wrapper {
  z-index: 2;
}
/*.intro-with-bg-anim .breadcrumb__list,
.intro-with-bg-anim nav.page__intro {
  display: inline-block;
}*/
.features-template-single-features-unfss {
  overflow-x: hidden;
}

/**
  * Section 1
  */
.feature-section-unfss-2__1 {
  background-color: #3B5369;
}
.feature-section-unfss-2__1 .feature-section-unfss-2__content {
  position: absolute;
  right: 0;
  max-width: 480px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
  font-size: 32px;
  color: #fff;
}
/*.feature-section-unfss-2__1 img {
  width: 600px;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 0;
}*/
.feature-section-unfss-2__1 .anim-lottie {
  width: auto;
  line-height: 1;
  position: absolute;
  left: -10px;
  bottom: -80px;
}

/**
  * Section 2
  */
.feature-section-unfss-2__2 {
  /*background-color: rgb(43 122 171);*/
  background-color: #4887af;
}
.feature-section-unfss-2__2 .feature-section-unfss-2__wrapper {
  padding-bottom: 180px;
}
.feature-section-unfss-2__2 .feature-section-unfss-2__content {
  font-size: 32px;
  color: #fff;
  position: relative;
  z-index: 3;
  padding-top: 42px;
  padding-bottom: 42px;
}
/*.feature-section-unfss-2__2 img, */
.feature-section-unfss-2__2 .anim-lottie {
  width: auto;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: -185px;
  z-index: 2;
}

/**
  * Section 3
  */
.feature-section-unfss-2__3 {
  /* background-color: #ed6a46; */
  background-color: #f37e60;
  min-height: 800px;
}
.feature-section-unfss-2__3 .feature-section-unfss-2__content {
  font-size: 32px;
  color: #fff;
  position: absolute;
  right: 0;
  max-width: 480px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 2;
}
.feature-section-unfss-2__3 img,
.feature-section-unfss-2__3 .anim-lottie {
  width: auto;
  height: 100%;
  line-height: 1;
  position: absolute;
  left: 0;
}
/**
  * Section 4
  */
.feature-section-unfss-2__4 {
  /* background-color: #70b631; */
  background-color: #7ac35b;
  min-height: 800px;
  overflow: hidden;
}
/*.feature-section-unfss-2__4 .feature-section-unfss-2__wrapper {
  padding-bottom: 180px;
}*/
.feature-section-unfss-2__4 .feature-section-unfss-2__content {
  font-size: 32px;
  color: #fff;
}
/*.feature-section-unfss-2__4 img,*/
.feature-section-unfss-2__4 .anim-lottie {
  width: auto;
  position: absolute;
  right: -263px;
  bottom: 0;
}
.feature-section-unfss-2__4 img.image-wave {
  position: absolute;
  bottom: -346px;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}

/**
  * Section 5
  */
.feature-section-unfss-2__5 {
  background-color: #50b5b8;
  z-index: 1;
}
.feature-section-unfss-2__5 .feature-section-unfss-2__wrapper {
  padding-bottom: 180px;
}
.feature-section-unfss-2__5 .feature-section-unfss-2__content {
  font-size: 32px;
  color: #fff;
  position: absolute;
  right: 0;
  max-width: 480px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
/* .feature-section-unfss-2__5 img, */
.feature-section-unfss-2__5 .anim-lottie {
  width: auto;
  height: auto;
  left: 0;
  bottom: -580px;
  position: absolute;
}

/**
  * Section 6
  */
.feature-section-unfss-2__6 {
  background-color: #f2bd22;
  z-index: 1;
  min-height: 600px;
}
.feature-section-unfss-2__6 .feature-section-unfss-2__content {
  font-size: 32px;
  color: #3b5369;
}
.feature-section-unfss-2__6 .anim-lottie {
  position: absolute;
  left: 0;
  bottom: -60%;
}

/**
  * Section 7
  */
.feature-section-unfss-2__7 {
  background-color: #f7e3c9;
  min-height: 900px;
}
.feature-section-unfss-2__7 .feature-section-unfss-2__content {
  font-size: 32px;
  color: #3b5369;
}
.feature-section-unfss-2__7 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-section-unfss-2__7 .anim-lottie {
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
  display: none;
}

/**
  * Section 9
  */
.feature-section-unfss-2__9 {
  background-color: rgb(43 122 171);
}
.feature-section-unfss-2__9 .feature-section-unfss-2__content {
  font-size: 32px;
  color: #fff;
  position: absolute;
  left: 0;
  max-width: 480px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
/*.feature-section-unfss-2__9 img,*/
.feature-section-unfss-2__9 .anim-lottie {
  height: 762px;
  width: 818px;
  line-height: 1;
  position: absolute;
  right: -20px;
  bottom: -20px;
}

/**
  * Section 12
  */
.feature-section-unfss-2__12 {
  /*background-color: #70b631;*/
  background-color: #7ac35b;
}
.feature-section-unfss-2__12 .feature-section-unfss-2__content {
  font-size: 32px;
  color: #fff;
  position: absolute;
  right: 0;
  max-width: 480px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
/*.feature-section-unfss-2__12 img */
.feature-section-unfss-2__12 .anim-lottie {
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
}

/**
  * Section 16
  */
.feature-section-unfss-2__16 {
  /* background-color: #ed6a46; */
  background-color: #f47e60;
  min-height: 600px;
  margin-bottom: 20px;
}
.feature-section-unfss-2__16 .feature-section-unfss-2__content {
  font-size: 32px;
  color: #fff;
  position: absolute;
  left: 0;
  max-width: 480px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.feature-section-unfss-2__16 .anim-lottie {
  position: absolute;
  right: -20px;
  bottom: -78px;
  width: 600px;
}

/**
  * feature content bg image
  */
.feature-content-bg-image {
  position: relative;
  background-repeat: none;
  background-size: cover;
  background-attachment: fixed;
}
.feature-content-bg-image .section-innovations--title {
  background-color: transparent;
}
.feature-content-bg-image__section-bg-top,
.feature-content-bg-image__section-bg-bottom {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: -1;
}
.feature-content-bg-image__section-bg-bottom {
  bottom: 0;
  top: auto;
  z-index: 1;
}
.feature-content-bg-image__main {
  padding-top: 220px;
  padding-bottom: 360px;
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
}
.feature-content-bg-image__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.feature-content-bg-image__content-bottom {
  background-repeat: none;
  background-size: cover;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 42px;
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}
.border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 22px;
  margin-left: 22px;
}
.feature-content-bg-image__content-bottom a,
.section-innovations--title a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.image-circle {
  position: absolute;
  right: 30%;
  bottom: -180px;
  z-index: 2;
  width: 220px;
}

@media screen and (max-width: 1366px) {
  .feature-content-bg-image__main {
    padding-top: 80px;
    padding-bottom: 280px;
  }
  .feature-section-unfss-2__2 .anim-lottie {
    width: 700px;
    bottom: -141px;
  }



  .feature-section-unfss-2__3 {
    display: flex;
    flex-direction: row;
    min-height: unset;
  }
  .feature-section-unfss-2__3 .anim-lottie {
    flex: 1;
    width: auto;
    position: static;
  }
  .feature-section-unfss-2__3 .feature-section-unfss-2__wrapper {
    flex: 1;
  }
  .feature-section-unfss-2__3 .feature-section-unfss-2__content {
    max-width: unset;
    right: auto;
    max-width: 600px;
  }



  .feature-section-unfss-2__4 img.image-wave {
    bottom: -222px;
  }
}

@media screen and (max-width: 980px) {
  .feature-section-unfss-2,
  .feature-section-unfss-2__wrapper {
    min-height: unset;
  }
  .feature-section-unfss-2__wrapper {
    justify-content: flex-start;
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .feature-content-bg-image__main {
    word-break: break-all;
  }
  .feature-section-unfss-2__1 .feature-section-unfss-2__content,
  .feature-section-unfss-2__2 .feature-section-unfss-2__content,
  .feature-section-unfss-2__3 .feature-section-unfss-2__content,
  .feature-section-unfss-2__5 .feature-section-unfss-2__content,
  .feature-section-unfss-2__9 .feature-section-unfss-2__content,
  .feature-section-unfss-2__12 .feature-section-unfss-2__content {
    position: static;
  }
  .feature-section-unfss-2__1 .feature-section-unfss-2__content,
  .feature-section-unfss-2__2 .feature-section-unfss-2__content,
  .feature-section-unfss-2__3 .feature-section-unfss-2__content,
  .feature-section-unfss-2__4 .feature-section-unfss-2__content,
  .feature-section-unfss-2__5 .feature-section-unfss-2__content,
  .feature-section-unfss-2__6 .feature-section-unfss-2__content,
  .feature-section-unfss-2__7 .feature-section-unfss-2__content,
  .feature-section-unfss-2__9 .feature-section-unfss-2__content,
  .feature-section-unfss-2__12 .feature-section-unfss-2__content {
    font-size: 24px;
  }
  .feature-section-unfss-2__12 .feature-section-unfss-2__wrapper {
    justify-content: flex-end;
  }
  .feature-section-unfss-2__9 .feature-section-unfss-2__wrapper {
    min-height: unset;
  }
  .feature-content-bg-image__main {
    padding-top: 0px;
    padding-bottom: 480px;
  }
  .feature-content-bg-image__content-bottom {
    padding-top: 208px;
  }
  .feature-content-bg-image__content-bottom .flex-container {
    display: block;
    font-size: 22px;
  }
  .border-left {
    border: none;
    padding-left: 0;
    margin-left: 0px;
  }
  .feature-content-bg-image__content-bottom .flex-container > .flex-container {
    margin-bottom: 22px;
  }
  .feature-section-unfss-2__4 img.image-wave {
    display: none;
  }

  .feature-section-unfss-2__1 .anim-lottie,
  .feature-section-unfss-2__2 .anim-lottie,
  .feature-section-unfss-2__3 .anim-lottie,
  .feature-section-unfss-2__4 .anim-lottie,
  .feature-section-unfss-2__5 .anim-lottie,
  .feature-section-unfss-2__6 .anim-lottie,
  .feature-section-unfss-2__7 .anim-lottie,
  .feature-section-unfss-2__9 .anim-lottie,
  .feature-section-unfss-2__12 .anim-lottie,
  .feature-section-unfss-2__16 .anim-lottie {
    width: auto;
    max-width: 100%;
    position: relative;
    order: 2;
  }

  .feature-section-unfss-2__1 .feature-section-unfss-2__wrapper {
    padding-bottom: 0;
  }
  .feature-section-unfss-2__1 .anim-lottie {
    left: -6px;
    bottom: -20px;
  }

  .feature-section-unfss-2__2 .feature-section-unfss-2__wrapper {
    padding-bottom: 0;
    margin-bottom: -90px;
  }

  .feature-section-unfss-2__3 {
    display: block;
  }

  .feature-section-unfss-2__4 {
    overflow: visible;
  }
  .feature-section-unfss-2__4 .feature-section-unfss-2__wrapper {
    margin-bottom: -90px;
  }
  .feature-section-unfss-2__4 .anim-lottie {
    right: 0;
    bottom: -90px;
    z-index: 9;
  }

  .feature-section-unfss-2__5 {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .feature-section-unfss-2__5 .anim-lottie {
    position: absolute;
    bottom: -360px;
  }

  .feature-section-unfss-2__6 {
    min-height: 360px;
  }
  .feature-section-unfss-2__6 .anim-lottie {
    position: absolute;
    width: 280px;
    bottom: -134px;
  }

  .feature-section-unfss-2__7 {
    min-height: 400px;
  }
  .feature-section-unfss-2__7 .feature-section-unfss-2__wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .feature-section-unfss-2__9 {
    overflow: visible;
  }
  .feature-section-unfss-2__9 .anim-lottie {
    height: 280px;
    right: 0;
  }

  .feature-section-unfss-2__12 .anim-lottie {
    order: unset;
  }

  .feature-section-unfss-2__16 .feature-section-unfss-2__content {
    position: relative;
  }
  .feature-section-unfss-2__16 .anim-lottie {
    position: relative;
    bottom: -40px;
  }

  .image-circle {
    right: 20%;
    bottom: -80px;
    z-index: 2;
    width: 120px;
  }
}