/* Embla Main Content - Close */

#page .embla__slide .main-content > .header .category {
  color: #fff;
  font-family: var(--secondary-font-family);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 1rem;
}

#page .embla__slide .main-content > .header .title {
  color: #fff;
  font-family: var(--secondary-font-family);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 1rem;
}

#page .embla__slide .main-content > .header .view-more,
#page .embla__slide .main-content > .header .read-more {
  padding: 0.4375rem 0.8125rem 0.5625rem 0.8125rem;
  color: #0f151f;
  font-family: var(--secondary-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  border-radius: 8px;
  background: linear-gradient(0deg, #ffa800 0%, #ffa800 100%);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .embla__slide .main-content > .header .title {
    font-size: 3.5rem;
  }
}
/* Embla Main Content - Close */

/*----- Carousel Thumbnails - Open -----*/
.carousel-thumbnails {
  max-width: 100%;
}

.carousel-thumbnails .embla__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
}

.carousel-thumbnails .embla__slide {
  transform: translate3d(0, 0, 0);
  flex: 0 0 100%;
  min-width: 0;
  min-height: 70vh;
}

.carousel-thumbnails .embla__slide .embla__slide__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.carousel-thumbnails .embla__slide .main-content {
  z-index: 10;
  position: relative;
}

/*----- Carousel Thumbnails - Close -----*/

/* News Carousel - Open */

#page .carousel-thumbnails.news-carousel .embla__slide {
  min-height: 65vh;
}

#page .carousel-thumbnails.news-carousel .embla__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 100%);
}

#page .carousel-thumbnails.news-carousel .embla__controls {
  display: flex;
  justify-content: center;
  position: static;
}

#page .carousel-thumbnails.news-carousel .embla__button {
  background: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  line-height: 100%;
  font-weight: 300;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms;

  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

#page .carousel-thumbnails.news-carousel .embla__button i {
  font-weight: 700;
}

#page .carousel-thumbnails.news-carousel .embla__button:hover {
  color: #ffa800;
}

#page .carousel-thumbnails.news-carousel .embla__button--prev {
  left: calc(50% - 585px);
  transform: translate(-100%, -50%);
}

#page .carousel-thumbnails.news-carousel .embla__button--next {
  left: calc(50% + 585px);
  transform: translate(0, -50%);
}

#page .carousel-thumbnails.news-carousel .embla__dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  display: inline-flex;
  gap: 8px;
  padding: 8px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
}

#page .carousel-thumbnails.news-carousel .embla__dots .embla__dot {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  padding: 0;
  margin: 0;
}

#page .carousel-thumbnails.news-carousel .embla__dots .embla__dot--selected {
  background-color: #ffa800;
}

#page .carousel-thumbnails.news-carousel .embla__slide .main-content-wrapper {
  position: relative;
  z-index: 10;
  height: 100%;
  padding: 2rem 1rem 108px 1rem;
}

#page .carousel-thumbnails.news-carousel .embla__slide .main-content {
  max-width: 1170px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  margin: 0 auto;
  z-index: 0;
}

#page .carousel-thumbnails.news-carousel .embla__slide .main-content .news {
  color: #fff;
  border-radius: 8px;
  background: rgba(6, 132, 106, 0.88);
  backdrop-filter: blur(4px);
  padding: 10px 12px 10px 12px;
  font-family: var(--secondary-font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  width: fit-content;
  margin-bottom: 24px;
}

#page .carousel-thumbnails.news-carousel .embla__slide .main-content .title {
  color: #fff;
  font-family: var(--secondary-font-family);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px !important;
}

#page .carousel-thumbnails.news-carousel .embla__slide .main-content .desc {
  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 8px !important;
}

#page .carousel-thumbnails.news-carousel .embla__slide .main-content .date {
  display: flex;
  align-items: center;
  gap: 0.5rem;

  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;

  margin: 0 !important;
}

#page .carousel-thumbnails.news-carousel .embla__slide .main-content .date::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f073";
  display: block;
  font-size: 1.125rem;
}

/* News Carousel - Close */

/* News Home - Open */

.homepage .highlighted {
  min-height: 65vh;
  background-color: #1b253c;
}

#page .news-home-section {
  padding: 0;
}

#page .news-carousel-items.news-home > .view-content {
  display: none;
}

/* News Home - Close */

/* News Page - Open */

.news-page-template .highlighted {
  min-height: 65vh;
  background-color: #1b253c;
}

#page .news-page-block {
  padding: 0;
}

#page .news-carousel-items.news-page > .view-content {
  display: none;
}

/* News Page - Close */

/* News by category - Open */

.taxonomy-term-page .highlighted {
  min-height: 65vh;
  background-color: #1b253c;
}

#page .news-by-category-block {
  padding: 0;
}

#page .news-carousel-items.news-by-category > .view-content {
  display: none;
}

/* News by category - Close */

/* News by Tag - Open */

#page .news-by-tag-block {
  padding: 0;
}

#page .news-carousel-items.news-by-tag > .view-content {
  display: none;
}

/* News by Tag - Close */

/*----- Climate Core - Open -----*/

.climate-core-page .view-content {
  display: none;
}

/* Popup - Open */

.popup-donate-block,
.popup-settings {
  display: none;
}

.popup-donate.mfp-bg {
  background-color: #334a81 !important;
  opacity: 0.8;
}

.popup-donate .mfp-content {
  padding: 0px;
  overflow: hidden;
}

.popup-donate .mfp-content {
  background-color: #334a81;
  /* background: linear-gradient(270deg, rgba(0, 0, 0, 0) 25.5%, rgba(0, 0, 0, 0.24) 50.12%, rgba(0, 0, 0, 0.64) 100%),
    url("/sites/default/files/popup/bg-popup_1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
  border-radius: 8px;
  position: relative;
}

.popup-donate .mfp-content .view-content .views-row {
  padding: 8px;
  min-height: 50vh;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
}

.popup-donate .mfp-content .view-content .views-row .views-field-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  overflow-y: auto;
}

.popup-donate .mfp-content .view-content .views-row .views-field-body .main-content {
  position: relative;
  z-index: 60;
}

.popup-donate .mfp-content .view-content .btn {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-family: var(--secondary-font-family);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
  padding: 0.625rem 1rem 0.75rem 1rem;
}

@media screen and (max-width: 768px) {
  .popup-donate .mfp-content .view-content .main-content {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px) {
  .popup-donate .mfp-content .view-content .main-content {
    width: auto;
  }

  .popup-donate .mfp-content .view-content .views-row .views-field-body {
    padding: 2rem;
  }
}

/* Popup - Close */

/* Climate Core releated content - Open */
#page .cls-related-page-wrapper {
  transition: all 100ms ease-out;
}

#page .cls-related-page-wrapper .title {
  color: #1b253c;
  font-family: var(--secondary-font-family);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0.5rem;
}

#page .cls-related-page-wrapper .description {
  color: #1b253c;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 40px;
}

#page .climate-core-page #cls-related-page-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 2rem;
  row-gap: 3rem;
}

#page .climate-core-page #cls-related-page-content::before {
  display: none;
}

#page .climate-core-page #cls-related-page-content::after {
  display: none;
}

#page .climate-core-page .cls-related-page {
  display: block;
}

#page .climate-core-page .cls-related-page:hover {
  text-decoration: none;
}

#page .climate-core-page .cls-related-page:hover > .title {
  color: #06846a;
}

#page .climate-core-page .cls-related-page .image-container {
  width: 100%;
  height: 186px;
  margin-bottom: 1.5rem;
  border-radius: 8px;
  overflow: hidden;
}

#page .climate-core-page .cls-related-page .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease-out;
}

#page .climate-core-page .cls-related-page .image-container img:hover {
  transform: scale(1.1);
}

#page .climate-core-page .cls-related-page .title {
  color: #000;
  font-family: var(--secondary-font-family);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  transition: all 300ms ease-out;
  margin: 0;
}

#page .climate-core-page .skeleton-climate-core .subtopic {
  width: 60%;
  height: 30px;
  background-color: #e0e0e0; /* Placeholder color */
  margin-bottom: 1rem;
  border-radius: 4px;
  animation: pulse 1.5s infinite ease-in-out;
}

#page .climate-core-page .skeleton-climate-core .row {
  width: 100%;
  height: 1rem;
  background-color: #e0e0e0;
  margin: 0 0 1rem 0;
  border-radius: 4px;
  animation: pulse 1.5s infinite ease-in-out;
}

#page .climate-core-page .skeleton-climate-core .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}

#page .climate-core-page .skeleton-climate-core .grid div {
  border-radius: 4px;
}

#page .climate-core-page .skeleton-climate-core .grid .img {
  width: 100%;
  height: 186px; /* Placeholder height */
  background-color: #d0d0d0; /* Placeholder color */
  border-radius: 4px;
  margin-bottom: 1rem;
  animation: pulse 1.5s infinite ease-in-out;
}

#page .climate-core-page .skeleton-climate-core .grid .title {
  width: 100%;
  height: 20px;
  background-color: #e0e0e0; /* Placeholder color */
  border-radius: 4px;
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    background-color: #e0e0e0;
  }
  50% {
    background-color: #d0d0d0;
  }
  100% {
    background-color: #e0e0e0;
  }
}

/* Climate Core releated content - Close */

@media screen and (min-width: 640px) {
  #page .climate-core-page #cls-related-page-content {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 3.5rem;
  }

  #page .climate-core-page .skeleton-climate-core .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 768px) {
  #page .climate-core-page #cls-related-page-content {
    grid-template-columns: repeat(3, 1fr);
  }

  #page .climate-core-page .skeleton-climate-core .grid {
    grid-template-columns: repeat(3, 1fr);
  }

  #page .carousel-thumbnails.climate-core-carousel-page {
    margin-bottom: 2rem;
  }

  #page .carousel-thumbnails.climate-core-carousel-page .embla__slide .main-content > .header {
    flex-basis: 60%;
  }
}

@media screen and (min-width: 1024px) {
  #page .climate-core-page #cls-related-page-content {
    grid-template-columns: repeat(4, 1fr);
  }

  #page .climate-core-page .skeleton-climate-core .grid {
    grid-template-columns: repeat(4, 1fr);
  }

  #page .carousel-thumbnails.climate-core-carousel-page {
    margin-bottom: 2rem;
  }

  #page .carousel-thumbnails.climate-core-carousel-page .embla__viewport {
    /* height: 55vh; */
  }

  #page .carousel-thumbnails.climate-core-carousel-page .embla__slide {
    /* height: 55vh; */
  }

  #page .carousel-thumbnails.climate-core-carousel-page .embla__slide .main-content {
    padding: 167px 10px 100px 10px;
  }

  #page .carousel-thumbnails.climate-core-carousel-page .embla__slide .main-content > .header {
    flex-basis: 60%;
  }

  #page .carousel-thumbnails.climate-core-carousel-page .embla__slide .main-content > .header .title {
    font-size: 2.8rem;
  }

  #page .carousel-thumbnails.climate-core-carousel-page .embla__slide .main-content > .header .read-more {
    margin: 0;
    height: fit-content;
  }

  #page .carousel-thumbnails.climate-core-carousel-page .embla__controls {
    height: 7.25rem;
  }

  #page .carousel-thumbnails.climate-core-carousel-page .embla__controls .embla-thumbs__slide {
    width: 152px;
    height: 158px;
  }

  #page .carousel-thumbnails.climate-core-carousel-page .embla__controls .embla-thumbs__slide .info {
    padding: 1rem;
    justify-content: space-between;
  }

  #page .carousel-thumbnails.climate-core-carousel-page .embla__controls .embla-thumbs__slide .info p {
    display: block;
  }

  #page .carousel-thumbnails.climate-core-carousel-page .embla__controls .embla-thumbs__slide .info span {
    font-size: 2.5rem;
  }

  #page .carousel-thumbnails.climate-core-carousel-page .embla__controls .embla__buttons__wrapper {
    transform: translateY(50%);
  }

  #page .carousel-thumbnails.climate-core-carousel-page .embla__controls .embla__buttons__wrapper .embla__buttons {
    opacity: 0;
  }
}

@media screen and (min-width: 1280px) {
  #page .carousel-thumbnails.climate-core-carousel-page {
    margin-bottom: 2rem;
  }

  #page .carousel-thumbnails.climate-core-carousel-page .embla__viewport {
    min-height: 60vh;
  }

  #page .carousel-thumbnails.climate-core-carousel-page .embla__slide {
    min-height: 60vh;
  }

  #page .carousel-thumbnails.climate-core-carousel-page .embla__slide .main-content {
    padding: 150px 10px 100px 10px;
  }

  #page .carousel-thumbnails.climate-core-carousel-page .embla__slide .main-content > .header {
    flex-basis: 100%;
  }

  #page .carousel-thumbnails.climate-core-carousel-page .embla__slide .main-content > .header .title {
    font-size: 2rem;
  }

  #page .carousel-thumbnails.climate-core-carousel-page .embla__slide .main-content > .header .read-more {
    margin: 0;
    height: fit-content;
  }
}

@media screen and (min-width: 1440px) {
  #page .carousel-thumbnails.climate-core-carousel-page {
    margin-bottom: 2rem;
  }

  #page .carousel-thumbnails.climate-core-carousel-page .embla__viewport {
    min-height: 60vh;
  }

  #page .carousel-thumbnails.climate-core-carousel-page .embla__slide {
    min-height: 60vh;
  }

  #page .carousel-thumbnails.climate-core-carousel-page .embla__slide .main-content > .header {
    flex-basis: 60%;
  }

  #page .carousel-thumbnails.climate-core-carousel-page .embla__slide .main-content > .header .title {
    font-size: 2.8rem;
  }

  #page .carousel-thumbnails.climate-core-carousel-page .embla__slide .main-content > .header .read-more {
    margin: 0;
    height: fit-content;
  }
}

@media screen and (min-width: 1920px) {
  #page .carousel-thumbnails.climate-core-carousel-page .embla__slide .main-content > .header .title {
    font-size: 3.5rem;
  }
}

/*----- Climate Core - Close -----*/

/*----- Related Content - Open -----*/

.related-content-block {
  display: flex;
  max-height: 100%;
  padding: 8px 4px 8px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
}

.related-content-block .view-content {
  max-height: 100%;
  overflow-y: auto;
  padding: 0 4px 0 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 4px;
}

.related-content-block .view-content::-webkit-scrollbar {
  width: 8px;
}

.related-content-block .view-content::-webkit-scrollbar-thumb {
  background-color: #3e578d;
  border-radius: 4px;
}

.related-content-block .view-content::-webkit-scrollbar-thumb:hover {
  background-color: #28395f;
}

.related-content-block .related-content-wrapper {
  display: flex;
  gap: 5px;
  border-radius: 8px;
  position: relative;
}

.related-content-block .related-content-wrapper img {
  width: 64px;
  height: 53px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}

.related-content-block .related-content-wrapper .title {
  display: flex;
  align-items: center;
  width: 100%;
  color: #1b253c;
  font-family: var(--primary-font-family);
  font-size: 1rem;
  padding: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  border-radius: 8px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.56) 0%, #fff 100%);
  margin: 0 !important;
}

.related-content-block .related-content-wrapper a {
  position: absolute;
  inset: 0;
}

/*----- Related Content - Close -----*/

/*----- Climate Series - Open -----*/

#aero-10.climate-series-template .page-header {
  min-height: 488px;
  background: none;
  border: none;
  position: relative;
  justify-content: flex-start;
  padding-top: 0;
}

#aero-10.climate-series-template .page-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(27, 37, 60, 0.4) 0%, #1b253c 100%),
    url("/sites/default/files/cover-image/default/cover-image-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

#aero-10.climate-series-template .page-header .page-header-container {
  background: linear-gradient(180deg, rgba(27, 37, 60, 0.88) 48.5%, rgba(27, 37, 60, 0) 100%);
}

#aero-10.climate-series-template .page-header .page-header-container .page-title-container {
  padding: 2rem 0 1rem 0;
}

#aero-10.climate-series-template .page-header .page-header-container #block-aero10-page-title .page-title {
  color: #fff;
}

#aero-10.climate-series-template .page-header .page-header-container .breadcrumb-container {
  padding: 0;
}
#aero-10.climate-series-template .page-header .page-header-container .breadcrumb-container .breadcrumb {
  border-radius: 8px;
  border: 1px solid rgba(146, 164, 201, 0.08);
  background: linear-gradient(180deg, rgba(40, 57, 95, 0.48) 0%, rgba(40, 57, 95, 0.88) 100%);
  backdrop-filter: blur(6px);
}

#aero-10.climate-series-template
  .page-header
  .page-header-container
  .breadcrumb-container
  .breadcrumb
  .breadcrumb-items
  .breadcrumb-item
  a {
  color: #fff;
}

#aero-10.climate-series-template .page-header .page-header-container .breadcrumb-container .breadcrumb .breadcrumb-items .breadcrumb-item {
  color: #fff;
}

#aero-10.climate-series-template
  .page-header
  .page-header-container
  .breadcrumb-container
  .breadcrumb
  .breadcrumb-items
  .breadcrumb-item
  a {
  color: #fff;
}

#aero-10.climate-series-template .page-header .page-header__cover-image--img {
  display: none;
}

#page .main-wrapper.climate-series {
  background-color: #1b253c;
  padding: 2rem 0 80px 0;
  margin-bottom: 2rem;
}

#page .main-wrapper.climate-series .main-container {
  margin-top: -329px;
  z-index: 10;
}

#page .climate-series-page .view-content > .embla__slide {
  position: relative;
  height: auto;
  margin-bottom: 2.5rem;
  border-radius: 8px;
  overflow: hidden;
}

#page .climate-series-page .view-content > .embla__slide .embla__slide__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#page .climate-series-page .main-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  z-index: 10;
  height: 100%;
  padding: 2rem 1rem;
  background: linear-gradient(259deg, rgba(0, 0, 0, 0) 48.1%, rgba(0, 0, 0, 0.64) 72%);
}

#page .climate-series-page .main-content > .header .title {
  color: #fff;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  font-family: var(--secondary-font-family);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 1rem;
}

#page .climate-series-page .main-content > .header .desc {
  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin: 0;
  padding: 1rem;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(6px);
}

#page .climate-series-page .main-content .related-content-block {
  height: fit-content;
}

#page .climate-series-page .pager--load-more {
  margin: 0;
}

#page .climate-series-page .pager--load-more .pager__items {
  display: flex;
  justify-content: center;
  padding: 0;
}

#page .climate-series-page .pager--load-more .pager__item {
  padding: 0;
}

#page .climate-series-page .pager--load-more .pager__item a {
  padding: 10px 16px 6px 16px;
  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #1b253c;
  border-radius: 8px;
  border: 1px solid #1abc9c;
}

#page .climate-series-page .pager--load-more .pager__item a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\2b";
  font-size: 28px;
  display: block;
  margin-bottom: 4px;
}

#page .climate-series-page .pager--load-more .pager__item a:hover {
  background-color: #007059f5;
}

@media screen and (min-width: 768px) {
  /* #aero-10.climate-series-template .page-header {
    padding-top: 95px;
  } */

  #page .climate-series-page .view-header > .page-title {
    font-size: 2.75rem;
  }

  #page .climate-series-page .main-content {
    padding: 8px;
  }
}

@media screen and (min-width: 1024px) {
  #aero-10.climate-series-template .page-header {
    padding-top: 26px;
  }

  #page .climate-series-page .main-content > .header {
    padding: 0 0 24px 24px;
  }

  #page .climate-series-page .main-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
  }

  #page .climate-series-page .main-content .related-content-block {
    flex-shrink: 0;
    max-width: 40%;
  }
}

@media screen and (min-width: 1280px) {
  /* #aero-10.climate-series-template .page-header {
		padding-top: 126px;
	} */

  #page .climate-series-page .view-content > .embla__slide {
    height: 486px;
  }
}

/*----- Climate Series - Close -----*/

/*----- Youth Programs - Open -----*/

#page .youth-programs-home-section {
  margin-top: 48px !important;
}

#page .youth-programs-home-section .youth-program-intro {
  padding: 1rem;
  border-radius: var(--corner_radius, 8px);
  background: #e9efee;
}

#page .youth-programs-home-section .youth-program-intro .learn-more {
  margin: 0 !important;
}

#page .youth-programs-home-section .youth-program-img .apb-sc-body-wrapper,
#page .youth-programs-home-section .youth-program-img {
  height: 100%;
}

#page .youth-programs-home-section .youth-program-img img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}

#page .youth-programs-home-section .apb-columns-2,
.apb-columns-2.apb-50_50_for_2_cols {
  grid-template-columns: 1fr !important;
}

@media screen and (min-width: 768px) {
  #page .youth-programs-home-section .apb-columns-2,
  .apb-columns-2.apb-50_50_for_2_cols {
    grid-template-columns: 1.2fr 1fr !important;
  }

  #page .youth-programs-home-section .youth-program-intro {
    padding: 2rem;
  }
}

/*----- Youth Programs - Close -----*/

/*----- Tooltip - Open -----*/

body .tooltip-custom {
  background-color: #f7fcfb;
  background-color: #d5e4e1;
  border: 1px solid #b4cfca;
  border-radius: 8px;
  font-weight: 400;
  padding: 0 2px;
  text-decoration: none;
  white-space: nowrap;
}

/*----- Tooltip - Open -----*/
.tippy-box[data-theme~="tomato"] {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0px 0px 8px 0px rgba(49, 34, 24, 0.24);
  backdrop-filter: blur(4px);

  border-radius: 8px;
  border: 2px solid #1abc9c;
}
.tippy-box[data-theme~="tomato"] .tippy-content {
  padding: 0.625rem 0.75rem;
  color: #000;
  font-family: var(--primary-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.tippy-box[data-theme~="tomato"] > .tippy-svg-arrow {
  width: 16px;
  fill: #1abc9c;
}

/*----- Tooltip - Close -----*/

/* Serach page - Open */
#page .search-page form {
  margin-bottom: 1.5rem;
}

#page .search-page form .form--inline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

#page .search-page form .form--inline::after,
#page .search-page form .form--inline::before {
  display: none;
}

#page .search-page form .form--inline .form-item {
  margin: 0;
  width: 100%;
}

#page .search-page form .form--inline .form-item label {
  color: #1b253c;
}

#page .search-page form .form--inline .form-item input[type="text"],
#page .search-page form .form--inline .form-item select {
  height: 43px;
  width: 100%;
  font-size: 1rem;
  padding: 0 12px;
  border-radius: 0.5rem;
}

#page .search-page form .form--inline input[type="submit"] {
  line-height: 1;
  padding: 0.75rem 0.75rem 0.75rem 2.5rem;
  border-radius: 0.5rem;
  backdrop-filter: blur(4px);
  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 400;
  margin: 0;

  background: #405fa6 url("/themes/custom/aero10/images/icons/search-icon-white.svg") no-repeat;
  background-size: 1.5rem;
  background-position: 0.625rem 0.5rem;
}

#page .search-page form .form--inline input[type="submit"]:hover {
  background: #1b253c url("/themes/custom/aero10/images/icons/search-icon-white.svg") no-repeat;
  background-size: 1.5rem;
  background-position: 0.625rem 0.5rem;
}

/* Results */

#page .search-page .view-content .views-row {
  margin-bottom: 2rem;
}

#page .search-page .view-content .views-row h2 {
  font-size: 1.4rem;
  font-family: var(--secondary-font-family);
}

#page .search-page .view-content .views-row h2 a {
  border-bottom: 2px solid transparent;
}

#page .search-page .view-content .views-row h2 a:hover {
  border-bottom: 2px solid #f98100;
}

#page .search-page .view-content .views-row blockquote {
  font-style: normal;
  font-size: 1rem !important;
}

#page .search-page .view-empty {
  font-family: var(--secondary-font-family);
  color: #405fa6;
  font-size: 1.8rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  #page .search-page .view-content .views-row h2 {
    font-size: 1.8rem;
  }

  #page .search-page .view-content .views-row blockquote {
    font-size: 1.1rem !important;
  }
}

@media (min-width: 1024px) {
  #page .search-page form .form--inline {
    flex-direction: row;
    align-items: flex-end;
    gap: 8px;
  }

  #page .search-page form .form--inline .form-item {
    width: auto;
  }
}
/* Serach page - Close */

/* Pagination - Open */
#page .pager__items {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  flex-wrap: wrap;
}

#page .pager__items .pager__item--first a::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f323";
  font-size: 12px;
}

#page .pager__items .pager__item--previous a::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f053";
  font-size: 12px;
}

#page .pager__items .pager__item--last a::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f324";
  font-size: 12px;
}

#page .pager__items .pager__item--next a::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  font-size: 12px;
}

#page .pager__items .pager__item {
  padding: 0;
}

#page .pager__items .pager__item::before {
  display: none;
}

#page .pager__items .pager__item a {
  min-width: 40px;
  background-color: #405fa6;
  border-radius: 4px;
  line-height: 1;
  padding: 10px;
}

#page .pager__items .pager__item a:hover {
  background-color: #f98100;
}

#page .pager__items .pager__item.is-active a {
  background-color: #f98100;
}

#page .pager__items .pager__item.is-active a:hover {
  background-color: #c1570b;
}

@media (min-width: 1024px) {
  #page .pager__items .pager__item a {
    min-width: 44px;
    padding: 12px;
  }
}
/* Pagination - Close */

/* News - Open */
#page .card {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 0.5rem;
  color: #1b253c;
}

#page .card .img {
  height: 264px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

#page .card .content {
  backdrop-filter: blur(0.25rem);
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  padding: 1rem 1rem 0 1rem;
  position: absolute;
  right: 0;
  transition: all 300ms ease-out;
}

#page .card .content .date {
  transition: all 300ms ease-out;
  margin-bottom: 0.1875rem;
  color: #28395f;
  font-family: var(--primary-font-family);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#page .card .content .date::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f073";
  font-size: 1rem;
  margin-bottom: 5px;
}

#page .card .content .title {
  margin-bottom: 1rem;
  color: #1b253c;
  font-family: var(--secondary-font-family);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  transition: all 300ms ease-out;
}

#page .card .content .body {
  height: 0;
  overflow: hidden;
}

#page .card .content .body .desc {
  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

#page .card:hover {
  color: #fff;
}

#page .card:hover .content {
  background: rgba(40, 57, 95, 0.88);
}

#page .card:hover .content .date {
  color: #fff;
}

#page .card:hover .content .title {
  color: #fff;
}

#page .news-page > .view-content > .views-row {
  margin-bottom: 3.75rem;
}

#page .news-page > .view-content > .views-row .category-name {
  display: flex;
  gap: 1rem;
  align-items: start;
  margin-bottom: 2rem;
  flex-direction: column;
}

#page .news-page > .view-content > .views-row .category-name .title {
  color: #1b253c;
  font-family: var(--secondary-font-family);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
}

#page .news-page > .view-content > .views-row .category-name a.view-more {
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid #d2d9e8;
  color: #1b253c;
  font-family: var(--primary-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
  padding: 0.75rem 1rem 0.625rem 1rem;
}

#page .news-page > .view-content > .views-row .category-name a.view-more:hover {
  background-color: var(--color-tertiary-2);
  border: 1px solid var(--color-tertiary-2);
}

#page .news-page > .view-content > .views-row .news-by-category-block .view-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}

@media screen and (min-width: 768px) {
  #page .news-page > .view-content > .views-row {
    margin-bottom: 5rem;
  }

  #page .news-page > .view-content > .views-row .category-name {
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
  }

  #page .news-page > .view-content > .views-row .category-name .title {
    font-size: 2.5rem;
  }

  #page .news-page > .view-content > .views-row .news-by-category-block .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* News - Close */

/* News by category - Open */
#page .news-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #000;
}

#page .news-card .img-wrapper {
  width: 100%;
  height: 180px;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

#page .news-card .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 300ms ease-in-out;
}

#page .news-card .info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

#page .news-card .info .date {
  transition: all 300ms ease-out;
  margin-bottom: 0.1875rem;
  color: #475e95;
  font-family: var(--primary-font-family);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#page .news-card .info .date::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f073";
  font-size: 1rem;
  margin-bottom: 5px;
}

#page .news-card .info .title {
  color: #28395f;
  font-family: var(--secondary-font-family);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 0.625rem;
}

#page .news-card .info .desc {
  color: #000;
  font-family: var(--primary-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

#page .news-card .info .read-more {
  border-radius: 0.5rem;
  background-color: #28395f;
  padding: 0.625rem 1rem 0.375rem 1rem;
  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  display: block;
  width: fit-content;
  margin-top: auto;
  transition: all 300ms ease-out;
}

#page .news-card:hover {
  color: #fff;
}

#page .news-card:hover .img-wrapper img {
  scale: 1.1;
}

#page .news-card:hover .title {
  color: #28395f;
}

#page .news-card:hover .read-more {
  background-color: var(--color-tertiary-2);
  color: var(--color-primary);
}

#page .news-by-category-page .view-content .views-infinite-scroll-content-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 2rem;
  row-gap: 4rem;
  border-bottom: 1px solid #d2d9e8;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
}

#page .news-by-category-page .view-content .views-infinite-scroll-content-wrapper::before {
  display: none;
}

#page .news-by-category-page .view-content .views-infinite-scroll-content-wrapper .views-row > .views-field {
  height: 100%;
}

#page .news-by-category-page .pager {
  margin: 0;
}

#page .news-by-category-page .pager .pager__items {
  margin: 0;
}

#page .news-by-category-page .pager .pager__items .pager__item {
  margin: 0;
}

#page .news-by-category-page .pager .pager__items .pager__item a {
  border-radius: 8px;
  background: linear-gradient(0deg, #06846a 0%, #06846a 100%);
  padding: 10px 16px 6px 16px;
  color: #fff;
  font-family: var(--primary-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  display: block;
  width: fit-content;
}

@media screen and (min-width: 600px) {
  #page .news-by-category-page .view-content .views-infinite-scroll-content-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 768px) {
  #page .news-by-category-page .view-content .views-infinite-scroll-content-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  #page .news-by-category-page .view-content .views-infinite-scroll-content-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* News by category - Close */

/* News sidebar - Open */
#page #sidebar-right {
  width: 100%;
}

#page #main {
  width: 100%;
}

#page .sidebar .block {
  border-radius: 0.5rem;
  border: 1px solid #d2d9e8;
  background: #fafbfe;
  padding: 1.75rem 1rem 2rem 1rem;
}

#page .news-sidebar .view-header .title {
  color: #28395f;
  font-family: var(--secondary-font-family);
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 1.25rem;
}

#page .news-sidebar .view-content > .views-row {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

#page .news-sidebar .view-content .views-row:last-child {
  margin-bottom: 0;
}

#page .sidebar-card {
  display: flex;
  gap: 1rem;
  text-decoration: none;
  flex-direction: column;
}

#page .sidebar-card:hover .info .title {
  color: #05a183;
}

#page .sidebar-card.is-active .info .title {
  color: #05a183;
}

#page .sidebar-card img {
  width: 88px;
  height: 72px;
  border-radius: 8px;
  flex-shrink: 0;
  object-fit: cover;
}

#page .sidebar-card .info .category {
  /* color: #05a183; */
  color: #007059;
  font-family: var(--primary-font-family);
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin: 0;
}

#page .sidebar-card .info .title {
  color: #28395f;
  font-family: var(--secondary-font-family);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 0.375rem;
  transition: all 300ms;
}

#page .sidebar-card .info .date {
  transition: all 300ms ease-out;
  margin-bottom: 0.1875rem;
  color: #334a81;
  font-family: var(--primary-font-family);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#page .sidebar-card .info .date::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f073";
  font-size: 1rem;
  margin-bottom: 5px;
}

@media screen and (min-width: 600px) {
  #page .sidebar .block {
    padding: 1.75rem 2rem 2rem 2rem;
  }
}

@media screen and (min-width: 1280px) {
  #page .sidebar-card {
    flex-direction: row;
  }
}

/* News sidebar - Close */

/* News sidebar - Location - Open */
#page #block-aero10-contentfield-2 {
  padding: 1.75rem 0.5rem 2rem 0.5rem;
}

#page #block-aero10-contentfield-2 .block-title {
  color: #28395f;
  font-family: var(--secondary-font-family);
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding: 0 24px 0 24px;
  margin-bottom: 1.25rem;
}

#page #block-aero10-contentfield-2 .block-content {
  border-radius: 8px;
  overflow: hidden;
}

/* News sidebar - Location - Close */

/* New content node - Open */
#page .climate-seires-articles-node {
  margin-bottom: 2rem;
  border-bottom: 1px solid #d2d9e8;
  padding-bottom: 12px;
}

#page .news-article-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d2d9e8;
  padding-bottom: 12px;
  gap: 1rem;
  flex-direction: column;
}

#page .news-article-info .articles-translate .views-row a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #475e95;
  font-family: var(--primary-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

#page .news-article-info .articles-translate .views-row a i {
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  #page .news-article-info {
    flex-direction: row;
  }
}
/* New content node - Close */

/* Authored a date - Open */
#page .article-date-author {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#page .article-date-author p {
  margin: 0;
  line-height: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #475e95;
}

#page .article-date-author .article-author span {
  font-weight: 500;
}

#page .article-date-author .article-author,
#page .article-date-author .article-date {
  display: flex;
  gap: 8px;
  align-items: center;
}

#page .article-date-author .article-author i,
#page .article-date-author .article-date i {
  font-size: 24px;
  color: #475e95;
}

@media screen and (min-width: 768px) {
  #page .article-date-author {
    align-items: center;
    flex-direction: row;
  }
}
/*



#page .article-date-author .article-author {
  font-weight: 500;
} */
/* Authored a date - Close */

/* Climate Series Sidebar - Open */

#page #block-aero10-views-block-climate-series-articles-sidebar-block-1 .sidebar-climate-series .view-header .title {
  color: #28395f;
  font-family: var(--secondary-font-family);
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}

#page #block-aero10-views-block-climate-series-articles-sidebar-block-1 .sidebar-climate-series .view-content .views-row {
  border-bottom: 1px solid #cfd9eb;
}

#page #block-aero10-views-block-climate-series-articles-sidebar-block-1 .sidebar-climate-series .view-content .views-row:last-child {
  border-bottom: none;
}

#page #block-aero10-views-block-climate-series-articles-sidebar-block-1 .sidebar-climate-series .view-content a {
  color: #1b253c;
  font-family: var(--primary-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 14px 0;
  display: block;
}

#page #block-aero10-views-block-climate-series-articles-sidebar-block-1 .sidebar-climate-series .view-content a:hover {
  text-decoration: none;
  color: #05a183;
}

#page #block-aero10-views-block-climate-series-articles-sidebar-block-1 .sidebar-climate-series .view-content a.is-active {
  color: #05a183;
}

/* Climate Series Sidebar - Close */

/* About Sidebar - Open */

#page #block-aero10-secondarymenu-3 .menu li {
  padding: 0;
  border-bottom: 1px solid #cfd9eb;
}

#page #block-aero10-secondarymenu-3 .menu li:last-child {
  border-bottom: none;
}

#page #block-aero10-secondarymenu-3 .menu li.menu-item--expanded > a {
  font-size: 20px;
}

#page #block-aero10-secondarymenu-3 .menu li > a {
  color: #1b253c;
  font-family: var(--primary-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 14px 0;
  display: block;
}

#page #block-aero10-secondarymenu-3 .menu li > a:hover {
  text-decoration: none;
  color: #05a183;
}

#page #block-aero10-secondarymenu-3 .menu li > a.is-active {
  color: #05a183;
}

/* About Sidebar - Close */

/* Testimonials - Open */

#page #block-aero10-views-block-yp-testimonials-block-2 > .block-title {
  color: #1b253c;
  font-family: var(--secondary-font-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 2rem !important;
}

/* Testimonials - Close */

/* Youth Program - Open */
#page #block-aero10-views-block-youth-programs-block-1 {
  margin: 3rem 0 4rem 0;
}

#page #block-aero10-views-block-youth-programs-block-1 .block-title {
  color: #1b253c;
  font-family: var(--secondary-font-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 2rem !important;
}

#page .more-youth-program .view-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}

@media screen and (min-width: 768px) {
  #page .more-youth-program .view-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

@media screen and (min-width: 1024px) {
  #page .more-youth-program .view-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
/* Youth Program - Close */

/* Lesson Plan - Open */
#page .lesson-plans-page > .view-content > .views-row {
  margin-bottom: 2rem;
}

#page .lesson-plans-page > .view-content > .views-row .intro {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 2rem;
}

#page .lesson-plans-page > .view-content > .views-row .intro .category {
  margin: 0 !important;
}

#page .lesson-plans-page > .view-content > .views-row .intro .category::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 64px;
  height: 4px;
  background-color: #1abc9c;
}

#page .lesson-plans-page > .view-content > .views-row .intro .view-more {
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid #d2d9e8;
  color: #1b253c;
  font-family: var(--primary-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
  padding: 0.75rem 1rem 0.625rem 1rem;
}

#page .lesson-plans-page > .view-content > .views-row .intro .view-more:hover {
  background-color: var(--color-tertiary-2);
  border: 1px solid var(--color-tertiary-2);
}

#page .lesson-plans-page > .view-content > .views-row .lesson-plans .view-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}

#page .no-result {
  display: flex;
  gap: 1rem;
}

#page .no-result::before {
  padding: 1.5rem;
  border: 1px solid #d2d9e8;
  border-radius: 8px;
  width: 100%;
  content: "";
  display: none;
}

#page .no-result::after {
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #d2d9e8;
  width: 100%;
  content: "";
  display: none;
}

#page .no-result .content {
  text-align: center;
  width: 100%;
  flex-shrink: 0;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #d2d9e8;
  background: linear-gradient(180deg, rgba(232, 237, 248, 0.2) 0%, #fff 49.5%);
}

#page .no-result p {
  margin-bottom: 8px;
}

#page .no-result p:last-child {
  margin: 0;
}

#page .no-result strong {
  color: #475e95;
  font-family: var(--secondary-font-family);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

#page .lesson-plans-category-page {
  margin-bottom: 2rem;
}

#page .lesson-plans-category-page .views-infinite-scroll-content-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}

#page .lesson-plans-category-page .views-infinite-scroll-content-wrapper::before {
  display: none;
}

#page .lesson-plans-category-page .views-infinite-scroll-content-wrapper::after {
  display: none;
}

#page .lesson-plans-categories .view-content {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

#page .lesson-plans-categories .view-content .btn {
  background-color: var(--color-white);
  border: 1px solid #d8dee9;
  color: var(--color-dark) !important;
  box-shadow: none;
}

#page .lesson-plans-categories .view-content .btn:hover {
  background-color: var(--color-orange-500);
  border: 1px solid var(--color-orange-500);
  color: var(--color-black) !important;
}

#page .lesson-plans-categories .view-content .btn.active {
  background-color: var(--color-orange-500);
  border: 1px solid var(--color-orange-500);
  color: var(--color-black) !important;
}

#page .lesson-plans-category-eva {
  display: none;
}

#page .lesson-plans-page-category-field {
  margin-bottom: 1rem !important;
}

@media screen and (min-width: 768px) {
  #page .lesson-plans-page > .view-content > .views-row .lesson-plans .view-content {
    grid-template-columns: repeat(2, 1fr);
  }

  #page .lesson-plans-category-page .views-infinite-scroll-content-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  #page .no-result .content {
    width: 60%;
  }

  #page .no-result::before {
    display: block;
  }

  #page .no-result::after {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  #page .lesson-plans-page > .view-content > .views-row .lesson-plans .view-content {
    grid-template-columns: repeat(3, 1fr);
  }

  #page .lesson-plans-category-page .views-infinite-scroll-content-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Lesson Plan - Close */

/* Special Heading - Open */
#page .fancy-heading {
  color: #1b253c;
  font-family: var(--secondary-font-family);
  font-size: 2rem !important;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding-top: 0.75rem;
  margin-bottom: 1rem;
}

#page .fancy-heading::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 64px;
  height: 4px;
  background-color: #1abc9c;
}

/* Special Heading - Close */

/* News tag button - Open */

#page .news-tag-button a {
  border: none;
  border-radius: var(--border-radius-buttons);
  display: inline-flex;
  font-family: var(--secondary-font-family);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
  outline: none !important;
  padding: 0.625rem 1rem 0.75rem 1rem;
  position: relative;
  text-decoration: none !important;
  background: var(--color-orange-500);
  color: var(--color-black) !important;
  white-space: normal;
}

#page .news-tag-button a:hover {
  background: var(--color-orange-400);
  color: var(--color-black) !important;
}

/* News tag button - Open */

/* My Account - Open */

#page .my-account .views-element-container .view > .views-row {
  padding: 4px;
  border-radius: 8px;
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.12);
}

#page .my-account .views-element-container .view > .views-row h4 {
  background: #1b253c;
  color: white;
  padding: 10px 24px;
  border-radius: 8px 8px 0 0;
  font-size: 20px;
  margin-bottom: 0 !important;
}

#page .my-account .views-element-container .view > .views-row .content-wrapper {
  padding: 24px;
}

#page .my-account .views-element-container .view > .views-row .content-wrapper p:last-child {
  margin-bottom: 0 !important;
}

#page .my-account .views-element-container .view > .views-row .content-wrapper a {
  display: flex;
  justify-content: center;
}

#page .profile-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 1.5rem;
  gap: 1rem;
}

#page .profile-info .avatar {
  height: fit-content;
}

#page .profile-info .avatar img {
  margin: 0 !important;
}

#page .profile-info .group {
  display: flex;
  gap: 8px;
  align-items: center;
}

#page .profile-info .group span {
  font-weight: 500;
}

#page .profile-info .show-icon {
  display: flex;
  align-items: start;
  gap: 8px;
}

#page .profile-info .show-icon::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 1rem;
  color: #f98100;
}

#page .profile-info .show-icon.user::before {
  content: "\f2bd";
}

#page .profile-info .show-icon.name {
  display: flex;
  align-items: start;
  gap: 8px;
}

#page .profile-info .show-icon.name::before {
  content: "\f007";
}

#page .profile-info .show-icon.email::before {
  content: "\f0e0";
}

#page .dash-articles .views-row {
  border-bottom: 1px solid #cfd9eb;
}

#page .dash-articles .views-row:last-child {
  border: none;
}

#page .dash-articles .views-row a {
  color: #1b253c;
  font-family: var(--primary-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 14px 0;
  display: block;
}

#page .dash-articles .views-row a:hover {
  color: #05a183;
}

#page .dash-lesson-plan .views-row {
  margin-bottom: 24px;
}

#page .dash-lesson-plan .views-row .wrapper {
  display: flex;
  gap: 8px;
}

#page .dash-lesson-plan .views-row .wrapper img {
  width: 64px;
  height: 53px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

#page .dash-lesson-plan .views-row .wrapper .content {
  border: 1px solid #cfd9eb;
  width: 100%;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px;
}

#page .dash-lesson-plan .views-row .wrapper .title {
  color: #1b253c;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 8px !important;
}

#page .dash-lesson-plan .views-row .wrapper .category {
  color: #05a183;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 0 !important;
}

#page .dash-lesson-plan .more-link a {
  border: none;
  border-radius: var(--border-radius-buttons);
  display: inline-flex;
  font-family: var(--secondary-font-family);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0.1rem 0.25rem 0;
  outline: none !important;
  padding: 0.625rem 1rem 0.75rem 1rem;
  position: relative;
  text-decoration: none !important;
  background: var(--color-teal-500);
  color: var(--color-white) !important;
}

#page .dash-lesson-plan .more-link a:hover {
  background: var(--color-teal-400);
  color: var(--color-white) !important;
}

#page .dash-access-code .views-row {
  background-color: #f3f7ff;
  padding: 1rem;
  border-radius: 8px;
  display: flex;
  justify-content: center;
}

#page .dash-access-code .views-row h3 {
  font-size: 24px;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  #page .profile-info {
    flex-direction: row;
    align-items: start;
  }

  #page .my-account .views-element-container .view > .views-row .content-wrapper a {
    display: inline-flex;
    justify-content: start;
  }
}

#aero-10 .main-content form .avatar-list ul li::before {
  display: none !important;
}

#aero-10 .main-content form .avatar-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

#aero-10 .main-content form .avatar-list ul li {
  margin: 0;
  padding: 0;
}

#aero-10 .main-content form .avatar-list ul li .thumbnail {
  margin: 0;
}
/* My Account - Close */

/* Climate Core Articles - Open */
#page .show-light-version-climate-core {
  border: none;
  border-radius: var(--border-radius-buttons);
  display: inline-flex;
  font-family: var(--secondary-font-family);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 24px;
  outline: none !important;
  padding: 0.625rem 1rem 0.75rem 1rem;
  position: relative;
  text-decoration: none !important;

  background: var(--color-teal-500);
  color: var(--color-white) !important;
}

#page .show-light-version-climate-core:hover {
  background: var(--color-teal-400);
  color: var(--color-white) !important;
}

details.js-form-wrapper.form-wrapper {
  margin-bottom: 2rem;
}

#page .summary-details-climate-core {
  border-radius: 8px;
  border: 1px solid #d2d9e8;
}

#page .summary-details-climate-core summary {
  color: var(--color-dark);
  font-weight: 500;
  list-style: none !important;
}

#page details#edit-update-avatar {
  border-radius: 8px;
  border: 1px solid #d2d9e8;
}

/* Climate Core Articles - Close */

/*----- SPECIAL FEATURE - Open -----*/
#page .special-feature-block {
  bottom: 0;
  height: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  transition: background-color 0.3s ease;
  width: 100%;
  z-index: 19;
}

#page .special-feature-block > .view-content {
  max-width: 1170px;
  margin: auto;
  padding: 1.5rem 1rem;
}

#page .special-feature-block .views-field-field-sf-bg-color .field-content {
  display: none;
}

#page .special-feature-block > .view-content p:last-child {
  margin-bottom: 0 !important;
  line-height: 100%;
}

/*----- SPECIAL FEATURE - Close -----*/

.scrolltop {
  width: 32px !important;
  height: 32px !important;
  z-index: 20 !important;
  background-color: #05856b !important;
}

.scrolltop:hover {
  background-color: #1abc9c !important;
}

/* Quiz - Open */

#page #block-aero10-views-block-quiz-block-block-1 {
  margin-top: 2.4rem;
}

#page #block-aero10-views-block-quiz-block-block-1 > h2 {
  color: #28395f;
  font-family: var(--secondary-font-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

/* Quiz - Close */

#page .node-type-connected-learning-subtopic-page .light-version {
  margin-bottom: 1rem;
}

#page .node-type-connected-learning-subtopic-page .light-version .field__label {
  border: none;
  border-radius: var(--border-radius-buttons);
  display: inline-flex;
  font-family: var(--secondary-font-family);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
  outline: none !important;
  padding: 0.625rem 1rem 0.75rem 1rem;
  position: relative;
  text-decoration: none !important;
  background: var(--color-teal-500);
  color: var(--color-white) !important;
  cursor: pointer;
}

#page .node-type-connected-learning-subtopic-page .light-version .field__label:hover {
  background: var(--color-teal-400);
  color: var(--color-white) !important;
}

.node-type-connected-learning-subtopic-page .light-version .field__item {
  display: none;
}

.light-version-popup .mfp-content {
  padding: 2rem;
  width: 90%;
  max-width: 1280px;
  max-width: 1024px;
  height: auto;
  max-height: 80vh;
  border-radius: 8px;
  display: inline-flex;
  flex-direction: column;
  padding: 8px;
}

.light-version-popup .mfp-content .wrapper {
  display: inline-flex;
  flex-direction: column;
  overflow: hidden;
}

.light-version-popup .mfp-content .popup-header {
  display: flex;
  justify-content: end;
  margin-bottom: 1rem;
}

.light-version-popup .mfp-content .popup-header #popup-close {
  background: #f98100;
  color: #0f151f;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
}

.light-version-popup .mfp-content .content-popup-wrapper {
  max-height: 100%;
  overflow: auto;
  padding: 0 2rem 2rem 2rem;
}

/* Fix aspect ration on modal */
.light-version-popup .fluid-width-video-wrapper {
  padding-top: 56.25% !important;
}
