@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;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%;
}

.initiative-template-single-initiative-v3 .fixed-sidebar.sticky {
  top: 180px;
  z-index: 9999;
}

@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;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
  transform: translateZ(0);
}

.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;
}

.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;
}

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

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

.color-orange {
  color: #eb5b46;
}

.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-15 {
  font-size: 15px !important;
}

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

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

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

.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 h5 {
  color: #fff;
  font-size: 15px;
}

.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;
  /* * munculkan dulu sementara * */
  /* 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; */
  background-color: #fff;
  color: #373A3B;
  padding-right: 24px;
}

.cta-innovations-explorer--button a {
  color: #373A3B !important;
}

.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;
  position: relative;
}

.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--item {
  border: 2px solid #373A3B;
  border-radius: 12px;
  background: white;
}

/* .stage-of-development--1 {
  background: #C3D2DA;
}

.stage-of-development--2 {
  background: #86A5B5;
}

.stage-of-development--3 {
  background: #497890;
}

.stage-of-development--4 {
  background: #0D4B6B;
} */

.stage-of-development--proposal-development .item--preliminary-outline,
.stage-of-development--proposal-approved .item--preliminary-outline,
.stage-of-development--operational .item--preliminary-outline,
.stage-of-development--preliminary-outline .item--preliminary-outline {
  background: #C3D2DA;
}
.stage-of-development--operational .item--proposal-development,
.stage-of-development--proposal-approved .item--proposal-development,
.stage-of-development--proposal-development .item--proposal-development {
  background: #86A5B5;
}
.stage-of-development--operational .item--proposal-approved,
.stage-of-development--proposal-approved .item--proposal-approved {
  background: #497890;
}
.stage-of-development--operational .item--operational {
  background: #0D4B6B;
}

.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: 26px;
  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;
}

.font-22 {
  font-size: 22px !important;
}
.font-32 {
  font-size: 32px !important;
}

.font-55 {
  font-size: 55px !important;
}
.font-70 {
  font-size: 70px !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: 139px;
  left: -150px;
  top: 55px;
}

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

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

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

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

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

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

.font-w-400 {
  font-weight: 400 !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: 100px;
  margin-top: -93px;
  max-width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
}

.intro__description.has__icon {
  margin-left: 100px;
  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: 22rem;
  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;
  padding-top: 140px;
  padding-bottom: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  /* top: -160px; */
}

.impact-carousel-item:not(:first-child) {
  /*top: -160px;*/
  margin-top: -170px;
}

/**
 * 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;
}

.innovations-carousel-arrows .slick-arrow {
  top: 40%;
  width: 60px;
  height: 60px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  border-width: 2px;
  background-image: none !important;
}
.innovations-carousel-arrows .slick-prev {
  left: -60px;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.innovations-carousel-arrows .slick-next {
  right: -60px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.innovations-carousel-arrows .slick-next.slick-disabled,
.innovations-carousel-arrows .slick-prev.slick-disabled {
  opacity: 0.3;
}


/**
 * 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
 */
.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;
}

/**
 * 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
 */

/**
 * Single initiative
 */
/* .funding-status {
  display: block;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 10px;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}
.funding-status:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  height: 100%;
  content: '';
  display: block;
  background-color: #666;
} */
.country-detail {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 15px rgb(0 0 0 / 15%);
  width: 200px;
}

h3.country-name {
  display: block;
  text-transform: uppercase;
  margin: 30px;
  font-size: 12px;
  color: #939393;
}

span#commitment-count {
  display: block;
  text-transform: uppercase;
  font-size: 30px;
  color: black;
  font-weight: bold;
}

span.commitment-label {
  font-size: 12px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  color: #3d0e63;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 14px;
}

a.start-committment.btn {
  border: none !important;
  border-radius: 0 !important;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 40px;
  transition: 0.5s background-color, 0.5s color;
  background: #3d0e63;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
}

.icon-close-button {
  position: absolute;
  right: 10px;
  cursor: pointer;
  color: #939393;
}


.badge-primary {
  color: #ffffff;
  background-color: #00adef;
}

.badge-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 0;
  font-size: 0;
  opacity: 0;
  background: inherit;
  padding: 6px 12px;
  border-radius: inherit;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 80%);
}
.badge:hover .badge-desc {
  font-size: 12px;
  opacity: 1;
  height: auto;
  top: auto;
  bottom: calc(100% + 3px);
}

.badge {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  width: 49px;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.9em 0.5em;
  margin-bottom: 4px;
}

/* line 15363, ../sass/bundle.scss */
.badge.goal-1 {
  background-color: #e5233d;
}

/* line 15367, ../sass/bundle.scss */
.badge.goal-2 {
  background-color: #dda73a;
}

/* line 15371, ../sass/bundle.scss */
.badge.goal-3 {
  background-color: #4ca146;
}

/* line 15375, ../sass/bundle.scss */
.badge.goal-4 {
  background-color: #c5192d;
}

/* line 15379, ../sass/bundle.scss */
.badge.goal-5 {
  background-color: #ef402c;
}

/* line 15383, ../sass/bundle.scss */
.badge.goal-6 {
  background-color: #27bfe6;
}

/* line 15387, ../sass/bundle.scss */
.badge.goal-7 {
  background-color: #fbc412;
}

/* line 15391, ../sass/bundle.scss */
.badge.goal-8 {
  background-color: #a31c44;
}

/* line 15395, ../sass/bundle.scss */
.badge.goal-9 {
  background-color: #f26a2d;
}

/* line 15399, ../sass/bundle.scss */
.badge.goal-10 {
  background-color: #e01483;
}

/* line 15403, ../sass/bundle.scss */
.badge.goal-11 {
  background-color: #f89d2a;
}

/* line 15407, ../sass/bundle.scss */
.badge.goal-12 {
  background-color: #bf8d2c;
}

/* line 15411, ../sass/bundle.scss */
.badge.goal-13 {
  background-color: #407f46;
}

/* line 15415, ../sass/bundle.scss */
.badge.goal-14 {
  background-color: #1f97d4;
}

/* line 15419, ../sass/bundle.scss */
.badge.goal-15 {
  background-color: #59ba48;
}

/* line 15423, ../sass/bundle.scss */
.badge.goal-16 {
  background-color: #126a9f;
}

/* line 15427, ../sass/bundle.scss */
.badge.goal-17 {
  background-color: #13496b;
}

.news-card__read-more {
  color: #2e7636 !important;
}

.single-initiative .sidebar-item {
  margin-bottom: 0;
}

.initiative-map-container {
  width: 100%;
  height: auto;
}

.initiative-map-container > img {
  position: absolute;
  width: auto;
  height: auto;
}

.unfss {
  width: 55px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.unfss .badge-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 0;
  font-size: 0;
  opacity: 0;
  background: inherit;
  padding: 0px 12px;
  border-radius: inherit;
  z-index: 3;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 80%);
  width: max-content;
}
.unfss:hover .badge-desc {
  font-size: 12px;
  opacity: 1;
  height: auto;
  top: auto;
  background: #fff;
  font-weight: bold;
  bottom: calc(100% + 3px);
}
.bg-par {
  height: 30px;
  background-attachment: fixed!important;
  background-size: 100%!important;
}

.innovations-icons .mr-2 img {
  width: 100px;
  height: auto;
}

#single-innovations-main .news-card__read-more {
  color: #040404 !important;
  font-family: inherit;
  font-size: 1.4rem;
  line-height: 1.2em;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
  font-weight: normal;
  text-transform: none;
  font-style: italic;
}

/**
 * initiatives explorer
 */
.tabbed-center {
  position: relative;
  border: 1px solid #979797;
}
.tabbed-center__item {
  display: none;
  padding: 16px;
}
.tabbed-center__item.active {
  display: block;
}
.tabbed-center__control {
  display: flex;
}
.tabbed-center__control a {
  display: block;
  flex-basis: 50%;
  text-align: left;
  background-color: #D8D8D8;
  box-shadow: inset 2px -2px 4px 0 rgba(0,0,0,0.37);
  font-family: 'Montserrat', 'sans-serif';
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  padding: 16px;
  /* border: 1px solid #979797; */
}
.tabbed-center__control a.active {
  background-color: #fff;
  box-shadow: none;
  /* border: 1px solid #fff; */
}
.initiative-card-inner {
  background-color: #3A5369;
  color: #fff;
}
.initiative-card-inner .news-card__title {
  flex-grow: 1;
}
.initiative-card-inner h1,
.initiative-card-inner h2,
.initiative-card-inner h3,
.initiative-card-inner h4,
.initiative-card-inner h5,
.initiative-card-inner h6 {
  color: #fff;
}
/* .page-template-archive-initiative .intro__picture img {
  height: 273px;
} */
.height-by-content.page__intro {
  height: auto;
  min-height: unset;
  color: #fff;
}
.height-by-content .intro__description {
  margin-top: 12px;
}
.page-template-archive-initiative .page__intro .intro__title {
  color: #fff;
  margin-bottom: 0;
}

/**
 * landing page impact area
 */
.impact-carousel-item,
.impact-carousel-item h1,
.impact-carousel-item h2,
.impact-carousel-item h3,
.impact-carousel-item a,
.impact-carousel-item .slick-init--item {
  color: #fff;
}
.impact-carousel-item h1,
.impact-carousel-item h2,
.impact-carousel-item h3 {
  margin-bottom: 0;
  margin-top: 8px;
}
.impact-carousel-item .carousel-group {
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 36%, rgba(0,0,0,1) 67%, rgba(0,0,0,0) 100%);
}
.impact-area-cta {
  width: 100%;
  padding-top: 82px;
}
.intro-exclusive-image {
  position: absolute;
  bottom: 36px;
  right: 36px;
  z-index: 1;
}
.section-impact-area-items {
  padding-top: 72px;
  padding-bottom: 100px;
}
.section-impact-area-items--item {
  line-height: 1.2;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 4px;
}
.section-impact-area-items--item a {
  display: block;
}
.section-impact-area-items--item img {
  width: 87px;
  height: 87px;
  object-fit: cover;
  display: inline-block;
}
.homepage-impact-area-cta {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 240px;
  padding-bottom: 270px;
  margin-bottom: -320px;
}
.hero-cgiar-portfolio {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 175px;
  padding-bottom: 175px;
  line-height: 1.4;
  position: relative;
}
.hero-cgiar-portfolio--container {
  background-color: rgba(55, 58, 59, 0.21);
  backdrop-filter: blur(10px);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 9;
}
.hero-cgiar-portfolio--divider {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
#commitment_map_single .highcharts-legend.highcharts-no-tooltip,
#commitment_map .highcharts-legend.highcharts-no-tooltip {
  display: none;
}
/**
 * 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);
  }
}
.impact-carousel-item:last-child {
  padding-bottom: 80px;
  margin-bottom: 160px;
}

.page-template-initiatives-landing-page .fixed-sidebar.sticky {
  top: 16rem;
  left: 2rem;
}

.page-template-initiatives-impact-area .intro__picture__overlay {
  background: none;
}

.page-template-initiatives-impact-area .impact-carousel-item:last-child {
  margin-bottom: 0;
}

.intro-arrow-down {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  margin: auto;
  left: 0;
  right: 0;
}
.intro__text {
  position: relative;
  z-index: 2;
}
.wysiwyg--no-padding {
  padding: 0 0 0 0 !important;
}
#initiatives-map #filters-submit {
  display: none;
}

.parent #sub-subnavigation-cgiar-50-years,
.page-parent #sub-subnavigation-cgiar-50-years {
  display: none;
}

#sub-subnavigation-cgiar-50-years {
  position: fixed;
  top: calc(10rem + 47px);
  z-index: 2;
  height: 40px;
  background: rgba(0, 0, 0, 0.27);
  color: #fff;
  display: flex;
  align-items: center;
  left: 0;
  width: 100%;
}
#sub-subnavigation-cgiar-50-years a {
  color: #fff;
  font-weight: 600;
}
#sub-subnavigation-cgiar-50-years.small {
  top: calc(6rem + 47px);
}
.admin-bar #sub-subnavigation-cgiar-50-years {
  top: calc(10rem + 47px + 32px);
}
.admin-bar #sub-subnavigation-cgiar-50-years.small {
  top: calc(6rem + 47px + 32px);
}
.sub-subnavigation-fixed-header__item {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.sub-subnavigation-fixed-header__item .fixed-sidebar {
  display: flex;
  position: static !important;
  margin-top: 0;
}
.sub-subnavigation-fixed-header__item .fixed-sidebar .sidebar .sidebar__list {
  display: flex;
  list-style-type: none;
}
.sub-subnavigation-fixed-header__item .fixed-sidebar .sidebar .sidebar__list .sidebar__item,
.sub-subnavigation-fixed-header__item .fixed-sidebar .sidebar .sidebar__list .sidebar__item a {
  height: auto !important;
  line-height: normal;
  padding-left: 12px;
  display: block;
  position: static;
  width: auto;
  padding: 0 0 0 0;
  transform: none;
  background: none;
  border: none;
  margin: 0 0 0 0;
  background-color: transparent !important;
}
.sub-subnavigation-fixed-header__item .fixed-sidebar .sidebar .sidebar__list .sidebar__item a {
  padding-left: 34px;
  font-size: 13px;
  letter-spacing: 0.2px;
  font-weight: 400;
}
.sub-subnavigation-fixed-header__item .fixed-sidebar .sidebar .sidebar__list .sidebar__item:before,
.sub-subnavigation-fixed-header__item .fixed-sidebar .sidebar .sidebar__list .sidebar__item a:before {
  display: none;
}
.sub-subnavigation-fixed-header__item .fixed-sidebar .sidebar .sidebar__list .sidebar__item:first-child a.sidebar__link {
  content: 'Top';
  color: #000000 !important;
}
.sub-subnavigation-fixed-header__item .fixed-sidebar .sidebar .sidebar__list .sidebar__item.active a {
  color: #eb5b46 !important;
}
.page__intro_single-impact-area {
  /*padding-top: 42px;*/
}
.card-featured-initiative {
  display: flex;
  width: 100%;
  margin-bottom: 47px;
}
.card-featured-initiative__image {
  flex-shrink: 1;
  flex-basis: 45%;
  max-width: 378px;
  height: 321px;
  object-fit: cover;
}
.card-featured-initiative__meta {
  flex-grow: 1;
  padding: 25px 32px;
  display: flex;
  flex-direction: column;
  letter-spacing: -0.2px;
  color: #FFFFFF;
  font-family: 'Montserrat';
  font-style: normal;
}
.card-featured-initiative__meta-tag {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.card-featured-initiative__meta-cat {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 20px;
}
.card-featured-initiative__meta-cat img {
  flex-shrink: 0;
  margin-right: 20px;
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 100%;
}
.card-featured-initiative__meta-title {
  margin-top: 26px;
  font-weight: 700;
  font-size: 20px;
}

.card-featured-news {
  position: relative;
  color: #fff;
}
.card-featured-news img {
  min-height: 302px;
  max-height: 302px;
  width: 100%;
  object-fit: cover;
}
.card-featured-news:before {
  content: '';
  position: absolute;
  background: rgba(0,0,0,0.4);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  z-index: 1;
}
.card-featured-news__meta {
  padding: 25px 32px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  font-family: 'Montserrat';
  letter-spacing: -0.2px;
  color: #fff;
}
.card-featured-news__meta-cat {
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  color: #379b43;
  margin-top: 7px;
  font-family: 'Montserrat';
  line-height: normal;
}

.card-featured-event {
  padding: 16px 23px;
  border: 1px solid #979797;
  transition: border .2s ease-out;
  position: relative;
}
.card-featured-event__date {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #2E7636;
  display: flex;
  align-items: center;
}
.card-featured-event__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-featured-event:hover {
  border: 1px solid #2e7636;
}
.card-featured-event .events-grid__card__date__icon {
  top: 0;
  margin-right: 4px;
}
.card-featured-event__title {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.2px;
  color: #090909;
}
.card-featured-event__place {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 14px;
  color: #636363;
}
.card-featured-event__place svg {
  width: 1em;
  height: 1em;
  fill: #636363;
  top: 2px;
  position: relative;
}
.card-featured-event__readmore {
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  color: #2E7636;
}
.card-featured-event__tag {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  color: #4D4D4D;
}


.section-title-divider-feature {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 25px;
  text-align: center;
  letter-spacing: -0.23px;
  color: #242424;
  margin-bottom: 33px;
}

.impact-area-description {
  background-color: #F6E2C7;
}

.initiative-category-title {
  font-family: 'Montserrat';
  font-weight: 900;
  font-size: 28px;
  color: #FFFFFF;
}
.initiative-section-title {
  font-family: 'Montserrat';
  font-weight: 900;
  font-size: 28px;
  letter-spacing: -0.23px;
  text-transform: uppercase;
  color: #242424;
  padding-bottom: 40px;
  padding-top: 40px;
}

.featured-title {
  color: #171717;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 3.6rem;
  padding-top: 10px;
}
.impact-resources .news-grid {
  background-color: #f6f6f6;
}
.impact-resources .news-grid {
  padding-top: 42px;
  padding-bottom: 42px;
}







@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;
  }
  .innovations-carousel-arrows .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .innovations-carousel-arrows .slick-prev {
    left: 20px;
  }
  .innovations-carousel-arrows .slick-next {
    right: 20px;
  }
}

@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: 47px;
  }
}

@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) {
  .card-featured-initiative {
    display: block;
  }
  .card-featured-initiative__image {
    max-width: unset;
    width: 100%;
    display: block;
    height: auto;
  }
  .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;
  }
  .section-impact-area-items .flex-container {
    display: block;
  }
  .section-impact-area-items--item {
    display: block;
    margin-bottom: 42px;
  }

  .hero-cgiar-portfolio .font-70 {
    font-size: 48px !important;
  }
  .hero-cgiar-portfolio .font-32 {
    font-size: 32px !important;
  }

  .intro-exclusive-image {
    width: 120px;
  }
}


@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;
  }
}

.single-initiative .news-grid__title {
  text-align: left;
  margin-right: unset;
  margin-left: unset;
}
.single-initiative table tr td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.single-initiative table tr {
  border-bottom: 1px solid #ddd;
}
.sidebar-item.sidebar-item--map {
  margin-top: 42px;
}
