@media (min-width: 1024px) and (orientation: landscape) {
  .theme .hero-medium__text p,
  .theme-child .hero-medium__text p {
    font-size: 1rem;
    margin-bottom: 1.875rem;
  }
  .theme-child .hero-medium {
    height: 690px;
  }
}

.theme-child .hero-medium .hero-medium__text p {
  margin-bottom: 1.25rem;
}

.theme-child .hero-medium {
  background-position: center right;
}

.theme .country-stories__item p {
  font-size: 1.25rem;
}

.themes-featured-container {
  position: relative;
  z-index: 2;
  padding: 3.75rem 1.25rem;
}
.themes-featured__item {
  margin-bottom: 2.8125rem;
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0 1.25rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 548px) {
  .themes-featured__item {
    display: inline-flex;
    width: auto;
  }
}
@media (min-width: 1024px) and (orientation: landscape) {
  .themes-featured__item {
    margin-bottom: 0;
    display: inline-flex;
  }
}
.themes-featured__item:hover {
  text-decoration: none;
}
.no-touch .themes-featured__item:hover .themes-featured__image:before {
  opacity: 0.5;
}

.themes-featured__image {
  width: 10rem;
  height: 10rem;
  margin: 0 auto 1.875rem;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.themes-featured__image:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  border: 0.5rem solid #fff;
  transition: opacity 0.2s ease-in-out 0s;
  opacity: 0;
}

.themes-featured__name {
  font-weight: 700;
  margin-bottom: 0.9rem;
  font-size: 1.375rem;
  line-height: 1.375rem;
  color: #1381cf;
}

.themes-featured__description {
  font-size: 1rem;
  line-height: 1.875rem;
  max-width: 14.6875rem;
  color: #494a4a;
}

.themes-bg-gray {
  background-color: rgba(216, 216, 216, 0.3);
}

.stripe-programmes {
  padding: 0 1.25rem;
}

.stripe-programmes .wrapper {
  margin: 6.25rem auto;
  box-shadow: 0px 0px 8px #00000029;
  background-color: #fff;
  border-radius: 10px;
  padding: 2.5rem 1.875rem;
}

.stripe-programmes .wrapper .subtitle {
  font-size: 20px;
  line-height: 30px;
}

.theme-page__programme {
  padding: 5rem 1.25rem;
}
@media (min-width: 1024px) and (orientation: landscape) {
  .stripe-programmes {
    padding: 0;
  }
  .theme-page__programme {
    padding: 6.25rem 0;
  }
}
.theme-page__programme .t-title {
  line-height: 3.75rem;
  margin-bottom: 1.25rem;
}
.theme-page__programme .subtitle {
  font-size: 1.25rem;
  margin-bottom: 4.375rem;
}

.theme-page__programme__row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6.25rem;
}

.theme-page__programme__row.hidden {
  display: none;
}

@media (min-width: 1024px) and (orientation: landscape) {
  .theme-page__programme__row {
    flex-wrap: wrap;
    margin-bottom: 3.125rem;
    justify-content: flex-start;
    width: 100%;
  }
}
.theme-page__programme__row .theme-page__programme__row__image-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}
@media (min-width: 1024px) and (orientation: landscape) {
  .theme-page__programme__row .theme-page__programme__row__image-wrapper {
    width: 10%;
    flex-basis: 10%;
    margin-bottom: 0;
  }
}
.theme-page__programme__row .theme-page__programme__row__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 28px;
  width: 28px;
  margin: 0 auto;
}

.theme-page__programme__row__text strong {
  font-size: 1.25rem;
  display: block;
  margin-bottom: 1.25rem;
  text-align: left;
  line-height: 1.875rem;
}

.theme-page__programme__row__text p {
  font-size: 1rem;
  line-height: 1.875rem;
  margin-bottom: 1.875rem;
  text-align: left;
}

.theme-page__programme__row__text .button {
  max-width: 228px;
}

.theme-page__programme__row__text {
  padding-left: 1.25rem;
}

@media (min-width: 1024px) and (orientation: landscape) {
  .theme-page__programme__row__text {
    width: 90%;
    flex-basis: 90%;
    padding: 0 2% 0 0;
  }
  .theme-page__programme__row__text strong,
  .theme-page__programme__row__text p {
    text-align: left;
  }
  .theme-page__programme__row__text p {
    margin-bottom: 0;
  }
  .stripe-programmes .wrapper .subtitle {
    padding: 0 2% 0 0;
  }
}

@media (min-width: 1024px) and (orientation: landscape) {
  .publications-list__item__image-wrapper {
    width: 20% !important;
    flex-basis: 20% !important;
    justify-content: left !important;
  }
  .publications-list__item__content {
    width: 80% !important;
    flex-basis: 80% !important;
  }
}

.bg-gray {
  background-color: #faf8f8;
}

.opportunities-list__item {
  background-color: white;
}

.opportunities-launch__button-wrapper--new .button {
  border-radius: 0.5rem;
  font-size: 0.875rem;
}

.theme-page__programme__load-more {
  width: 100%;
  text-align: center;
  padding-top: 0.625;
}

#theme-page__programme__load-more__button {
  /* color: #1381CF;
  font-size: 1rem;
  font-weight: bold;
  -webkit-appearance: button;
  border: 1px solid transparent; */
  border: none;
  user-select: none;
  text-align: center;
  /* background-color: transparent; */
  margin: 0 auto;
}

@media (min-width: 577px) {
  #theme-page__programme__load-more__button {
    width: 175px;
  }
}

/* THEME CHILD */

.theme-child .block-image .wrapper {
  margin: 0 auto;
}

.theme-child .block-image .wrapper .block-image__image {
  margin: 0 auto 3.125rem;
  max-width: 31.25rem;
  width: 100%;
}

.theme-child .block-image .wrapper .block-image__image img {
  width: 100%;
}

@media (min-width: 1024px) and (orientation: landscape) {
  .theme-child .block-image .wrapper {
    justify-content: space-between;
    align-items: initial;
  }
  .theme-child .block-image .wrapper .block-image__image {
    max-width: unset;
  }
}

.theme-child .block-image__content h1 {
  font-size: 2.625rem;
  font-weight: bold;
  color: #494a4a;
}

.theme-child .block-image__content h2 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #494a4a;
}

.theme-child .block-image__content p {
  margin-top: 1.5625rem;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-bottom: 1.875rem;
  color: #4a4a4a;
}
@media (min-width: 1024px) and (orientation: landscape) {
  p {
    margin-bottom: 1.875rem;
    font-size: 1rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 1024px) and (orientation: landscape) {
  p strong {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.theme-child .block--gray-bg {
  background-color: #efefef;
}

.theme-child__blue-stripe {
  /* background-image: linear-gradient(to bottom, #019bd2, #50387e); */
  background-color: #003179;
  padding: 3.125rem 1.25rem;
  margin-bottom: 6.25rem;
}

.theme-child__blue-stripe small {
  color: #fff;
  font-style: italic;
  margin-top: 10px;
  margin-inline: 5%;
}

@media (min-width: 1024px) and (orientation: landscape) {
  .theme-child__blue-stripe {
    margin-bottom: 0;
    padding: 3.125rem 0;
    position: relative;
    z-index: 2;
  }
}
.theme-child__blue-stripe__column {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
}

.theme-child__blue-stripe__column:first-child {
  border-bottom: 1px solid #fff;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
}
.theme-child__blue-stripe__column img {
  margin-right: 0;
  width: 7.5rem;
  display: inline-block;
}

@media (min-width: 768px) {
  .theme-child__blue-stripe__column {
    flex-direction: row;
  }
  .theme-child__blue-stripe__column img {
    margin-right: 1.875rem;
  }
}

@media (min-width: 1024px) and (orientation: landscape) {
  .theme-child__blue-stripe__column {
    width: 50%;
    flex-basis: 50%;
    text-align: left;
  }
  .theme-child__blue-stripe__column:first-child {
    border-bottom: 0;
    border-right: 1px solid #fff;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.theme-child__blue-stripe__column__text {
  color: #fff;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  max-width: 18.75rem;
}
@media (min-width: 1024px) and (orientation: landscape) {
  .theme-child__blue-stripe__column__text {
    max-width: 21.25rem;
  }
}
.theme-child__blue-stripe__column__text h3 {
  font-size: 2rem;
  line-height: 2rem;
  color: white;
}
.theme-child__blue-stripe__column__text p {
  font-size: 1.0625rem;
}

.theme-child__paragraph {
  line-height: 1.875rem;
}

.theme-child__paragraph:first-child {
  margin-bottom: 1.875rem;
}

.theme-child__paragraph strong {
  font-size: 1.5rem;
}
.theme-child__paragraph u,
.theme-child__paragraph a {
  color: #134f99;
  text-decoration: underline;
}

.theme-child__icons-list-paragraphs {
  padding: 0 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 6.25rem;
}

@media (min-width: 1024px) and (orientation: landscape) {
  .theme-child__icons-list-paragraphs {
    padding: 0;
  }
}

.theme-child__icons-list__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
  justify-content: center;
  align-items: center;
}

@media (min-width: 576px) {
  .theme-child__icons-list__item {
    flex-direction: row;
  }
}

@media (min-width: 1024px) and (orientation: landscape) {
  .theme-child__icons-list__item {
    flex-direction: row;
    margin-bottom: 1.875rem;
  }
}

.theme-child__icons-list__item img {
  width: 7.5rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  .theme-child__icons-list__item p {
    padding-left: 3.125rem;
    margin-bottom: 0;
    width: 100%;
  }
  .theme-child__icons-list__item img {
    margin-bottom: 0;
  }
}

.theme-child__icons-list__item strong {
  font-size: 1rem;
}

.theme-child .country__infographics-carousel-wrapper {
  padding: 3.75rem 0;
  background-color: #f8f8f8;
  position: relative;
}

.theme-child
  .country__infographics-carousel-wrapper
  .country__infographics-carousel__slide__content {
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
  align-items: flex-end !important;
  flex-direction: row !important;
  display: flex;
  background-size: cover;
}

@media (min-width: 1024px) and (orientation: landscape) {
  .theme-child
    .country__infographics-carousel-wrapper
    .country__infographics-carousel__slide__content {
    padding: 4.25rem 2.875rem;
  }
  .theme-child
    .country__infographics-carousel-wrapper
    .country__infographics-carousel__slide__content:hover {
    transform: scale(1.02);
    box-shadow: 0px 0px 20px 12px #0000000d;
  }
}

.theme-child
  .country__infographics-carousel-wrapper
  .country__infographics-carousel__slide__content
  strong {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-decoration: underline;
  z-index: 1;
}

.theme-child
  .country__infographics-carousel-wrapper
  .country__infographics-carousel__slide__content::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.theme-child .arrows-wrapper {
  justify-content: center;
}

.theme-child .facts-and-figures__arrows {
  position: initial;
}

@media (min-width: 768px) {
  .theme-child .arrows-wrapper {
    justify-content: flex-end;
    padding: 0 1.25rem;
  }
}

@media (min-width: 1024px) and (orientation: landscape) {
  .theme-child .arrows-wrapper {
    padding: 0;
  }
}

.theme-child .story__rich-text--info {
  padding: 3.4375rem;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border: 0;
}

.theme-child .contacts {
  padding: 5rem 1.25rem;
}

.theme-child .contacts h3 {
  font-size: 2.625rem;
  font-weight: bold;
  margin-bottom: 3.75rem;
}

.theme-child .contacts li a {
  text-decoration: none;
}
