/* Aero 10 */

#mega-menu .navbar-we-mega-menu .we-mega-menu-ul .always-open-- {
  display: block;
  /* will-change: transform; */
  opacity: 1;
  visibility: unset;
}

#mega-menu .navbar-we-mega-menu .we-mega-menu-ul .always-open-- .open-left ul.subul li.dropdown-menu .we-mega-menu-submenu {
  display: block;
  opacity: 1;
  visibility: unset;
}

/* HEADER TOP - OPEN  */
#header .header-top {
  /* backdrop-filter: blur(0.75rem); */
  background: rgba(40, 57, 95, 1);
  padding: 0;
  position: relative;
  z-index: 102;
}

#header .header-top::before {
  background-image: image-set(url("../images/bg-pattern-03.avif") type("image/avif"), url("../images/bg-pattern-03.webp") type("image/webp"), url("../images/bg-pattern-03.png") type("image/png"));
  background-position: top center;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: overlay;
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

@supports (-webkit-backdrop-filter: none) {
  #header .header-top::before {
    background-image: url("../images/bg-pattern-03.png");
  }
}

#header .header-top .container {
  position: relative;
  z-index: 2;
}

#header .header-top > .container::before {
  background: linear-gradient(90deg, rgba(27, 37, 60, 0) 0%, rgba(27, 37, 60, 0.6) 36%, rgba(27, 37, 60, 0.88));
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

#header .header-top > .container::after {
  background: rgba(27, 37, 60, 0.88);
  content: "";
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: 50vw;
}

#header .header-top .container .header-top-container {
  position: relative;
  z-index: 2;
}

#header .header-top .container .header-top-container::before,
#header .header-top .container .header-top-container::after {
  bottom: 0;
  content: "";
  display: block;
  height: 0.125rem;
  left: 0;
  pointer-events: none;
  position: absolute;
}

/* #header .header-top .container .header-top-container::before {
  background: linear-gradient(90deg, #ffa800 50%, rgba(249, 129, 0, 0) 100%);
  opacity: 0.8;
  width: 50%;
}
#header .header-top .container .header-top-container::after {
  background: #ffa800;
  opacity: 0.8;
  transform: translateX(-100%);
  width: 50vw;
} */

#header .header-top .donate-button {
  display: block;
  margin: 0;
}

#header .header-top .donate-button a {
  align-items: center;
  color: white;
  display: flex;
  font-family: var(--primary-font-family);
  font-size: 1rem;
  font-weight: 700;
  gap: 0.375rem;
  line-height: 160%;
  padding: 0.5rem 0.75rem;
  position: relative;
  text-transform: uppercase;
}

#header .header-top .donate-button a::before {
  background: url("/themes/custom/aero10/images/donate-icon-white.svg") no-repeat center center;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1.5rem;
  transform: translateY(-0.125rem) scale(1);
  transition: transform 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: 1.5rem;
  will-change: transform;
  z-index: 1;
}

#header .header-top .donate-button a::after {
  background: linear-gradient(180deg, #ec1919 0%, #ac0404 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#header .header-top .donate-button a:hover {
  background: #eb2323;
  text-decoration: none;
}

#header .header-top .donate-button a:hover::before {
  transform: translateY(-0.15rem) scale(1.2);
}
#header .header-top-left,
#header .header-top-right {
  gap: 0;
}

/* Search Box - Open */

#header .full-page-search {
  z-index: 1001;
}

#header .search-box {
  background-color: #1c3462;
  box-shadow: 0px 2px 15px -3px rgba(0, 0, 0, 0.1);
}

#header .search-box-content {
  padding: 2rem 1rem;
  display: flex;
  gap: 12px;
  align-items: center;
}

#header .search-box-content :focus-visible {
  outline: 2px dashed #000;
  outline-offset: 2px;
}

#header .full-page-search .header-search-close {
  top: 2.375rem;
  color: #fff;
  border: 3px solid #f98100;
  position: static;
  transition: color 250ms ease;
  flex-shrink: 0;
}

#header .full-page-search .header-search-close:hover {
  color: #f98100;
}

#header .search-box-content .region-search-box {
  flex-grow: 1;
}

#header .search-box-content .form--inline {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

#header .search-box-content .form--inline::before,
#header .search-box-content .form--inline::after {
  display: none;
}

#header .search-box-content .form--inline .form-item {
  flex-grow: 1;
  margin: 0;
}

#header .search-box-content .form--inline .form-actions {
  display: flex;
  gap: 6px;
}

#header .search-box-content .form--inline input[name="search"] {
  width: 100%;
  margin: 0;
  padding: 0.5rem 1rem 0.625rem 2.875rem;
  border: none;
  border-bottom: 2px solid #fff;
  font-size: 1rem;
  line-height: 160%;
  background: url("/themes/custom/aero10/images/icons/search-icon-white.svg") no-repeat;
  background-size: 1.5rem;
  background-position: 0.625rem 0.5625rem;
  color: #fff;
  border-radius: 0;
}

#header .search-box-content .form--inline input[name="search"]:focus-visible,
#header .search-box-content .form--inline input[name="search"]:focus {
  outline: 2px dashed #fff;
  outline-offset: 2px;
  outline: none;
}

#header .search-box-content .form--inline input[name="search"]::placeholder {
  color: #fff;
  opacity: 0.8;
}

#header .search-box-content .form--inline input[type="submit"] {
  color: #fff;
  font-family: var(--secondary-font-family);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  padding: 0.5rem 1rem 0.625rem 1rem;
  background-color: #05856b;
  border-radius: 0.5rem;
}

#header .search-box-content .form--inline input[type="submit"]:hover {
  background-color: #1abc9c;
}

#header .search-box-content .form--inline input[value="Reset"] {
  color: #1c3462;
  background-color: #eca030;
}

#header .search-box-content .form--inline input[value="Reset"]:hover {
  color: #fff;
  background-color: #a5680d;
}

/* Search Box - Close */

@media screen and (max-width: 980px) {
  #block-aero10-donatebutton,
  #secondary-menu {
    display: none !important;
  }
}
/* HEADER TOP - CLOSE  */

/* HEADER - OPEN */
#header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  /* z-index: 90; */
  z-index: 500;
}

#header .header-inner {
  left: 0;
  position: absolute;
  top: 0;
  transition: all 300ms ease-out;
  width: 100%;
  background: linear-gradient(180deg, rgba(27, 37, 60, 0.56) 0%, rgba(27, 37, 60, 0) 100%);
}

#header .header-inner .header-wrapper {
  padding: 0;
  z-index: 100;
}

/* #header .header-inner .header-wrapper::before,
#header .header-inner .header-wrapper::after {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 300ms ease-out;
	width: 100%;
} */

/* #header .header-inner .header-wrapper::before {
	background: linear-gradient(180deg, #ecf0f8 0%, #fff 50%);
	display: block;
}
 */
/* #header .header-inner .header-wrapper::after {
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.48) 50%,
		rgba(0, 0, 0, 0.08) 100%
	);
	opacity: 0;
	display: none;
} */

#header .container {
  padding: 0;
}

#header .container .header-container {
  display: flex;
  padding: 0 0.625rem;
}

#header .site-brand,
#header .site-brand .site-branding {
  left: 0;
  padding: 0;
  position: relative;
  top: 0;
}

#header .site-brand .site-branding {
  position: absolute;
  top: 0.5rem;
}

#header .site-brand .site-branding .site-logo {
  padding: 0;
}

#header .site-brand .site-branding .site-logo a img {
  height: 64px;
  min-width: 218px;
  transform-origin: top left;
  transition: all 250ms ease-in-out;
  width: auto;
}

#header .header-inner #primary-menu-wrapper {
  background: linear-gradient(180deg, #ffffff 50%, #ecf0f8 100%);
  border-bottom: 4px solid #f98100;
  z-index: 99;

  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.climate-core-template #header .header-inner #primary-menu-wrapper,
.page--youth-programs #header .header-inner #primary-menu-wrapper,
.taxonomy--news_categories #header .header-inner #primary-menu-wrapper,
.news-page-template #header .header-inner #primary-menu-wrapper,
.homepage #header .header-inner #primary-menu-wrapper,
.scrolled #header .header-inner #primary-menu-wrapper {
  border-bottom-width: 0px;
}

/* .climate-core-template #header .header-wrapper,
.homepage #header .header-wrapper {
	background: none;
} */

/* .climate-core-template #header .header-wrapper::before,
.homepage #header .header-wrapper::before {
	background: linear-gradient(180deg, #fff 50.5%, #ecf0f8 100%);
} */

/* .climate-core-template #header .header-wrapper::after,
.homepage #header .header-wrapper::after {
	display: block;
	opacity: 1;
} */

/* .climate-core-template
	#header
	#mega-menu
	.we-mega-menu-ul
	> .we-mega-menu-li::before,
.homepage #header #mega-menu .we-mega-menu-ul > .we-mega-menu-li::before {
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.56) 0%,
		rgba(255, 255, 255, 0.88) 92%
	);
	border: 1px solid #cfd9eb;
	backdrop-filter: blur(0rem);
} */

#header .site-logo a,
.climate-core-template #header .site-logo a,
.homepage #header .site-logo a {
  display: block;
  position: relative;
}

/* .climate-core-template #header .site-logo a::before,
.homepage #header .site-logo a::before {
	background: url(../images/youngzine-logo-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.3s ease;
	width: 100%;
	z-index: 1;
}
.climate-core-template #header .site-logo a img,
.homepage #header .site-logo a img {
	opacity: 0;
} */

#header .header-inner.header-hidden {
  transform: translateY(calc(-100% - 1px));
  height: auto;
}

html body.toolbar-horizontal #header {
  top: 60px;
}
html body.toolbar-horizontal {
  padding-top: 60px !important;
}

.gin-secondary-toolbar {
  left: 0 !important;
  padding-left: 66px !important;
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
}

/* HEADER - CLOSE */

/*----- PRIMARY MENU - Open -----*/
@media screen and (min-width: 992px) {
  #page #mega-menu .we-mega-menu-row h2 a,
  #page #mega-menu .we-mega-menu-row h2 {
    color: #1b253c;
    font-family: var(--secondary-font-family);
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    text-transform: none;
  }
  #page #mega-menu .we-mega-menu-row h2 {
    margin-bottom: 1rem;
  }
  #page #mega-menu .we-mega-menu-row h3 {
    color: #1b253c;
    font-family: var(--secondary-font-family);
    font-size: 17px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 0.5rem;
    text-transform: none;
  }
  #page #mega-menu .type-of-block a {
    font-family: var(--primary-font-family);
    font-weight: 500;
    color: #1b253c;
  }
  #page #mega-menu .type-of-block a:hover {
    color: #c1570b;
  }
  #page #mega-menu .we-mega-menu-li a.btn-dark-blue,
  #page #mega-menu .we-mega-menu-li a.btn-green,
  #page #mega-menu .we-mega-menu-li a.btn-orange {
    border-radius: 8px;
    display: inline-block;
    font-weight: 500;
    line-height: 100%;
    padding: 10px 10px 7px 10px;
  }
  #page #mega-menu .we-mega-menu-li a.btn-dark-blue {
    background: #1b253c;
    color: #fff;
  }
  #page #mega-menu .we-mega-menu-li a.btn-dark-blue:hover {
    background: #405fa6;
    color: #fff;
  }
  #page #mega-menu .we-mega-menu-li a.btn-green {
    background: #066552;
    color: #fff;
  }
  #page #mega-menu .we-mega-menu-li a.btn-green:hover {
    background: #06846a;
    color: #fff;
  }
  #page #mega-menu .we-mega-menu-li a.btn-orange {
    background: #fa8500;
    color: #1b253c;
  }
  #page #mega-menu .we-mega-menu-li a.btn-orange:hover {
    background: #ffa800;
    color: #1b253c;
  }

  #page #mega-menu .we-mega-menu-li a img {
    border: 2px solid #f9810000;
    display: block;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
  #page #mega-menu .we-mega-menu-li a:hover img {
    border-color: #f98100;
  }
  #page #mega-menu .we-mega-menu-li img {
    border-radius: 0.5rem;
    margin-bottom: 1rem;
  }
  #page #mega-menu .we-mega-menu-li p {
    font-family: var(--primary-font-family);
    font-weight: 300;
    margin-bottom: 1rem;
  }

  #page #mega-menu .we-mega-menu-li .mm__row-mobile,
  #page #mega-menu .we-mega-menu-li.mobile {
    display: none;
  }

  #page #mega-menu .we-mega-menu-ul > .we-mega-menu-li > a {
    position: relative;
    overflow: hidden;
  }

  #page #mega-menu .we-mega-menu-ul > .we-mega-menu-li.dropdown-menu > a::after {
    background: none !important;
    color: #1b253c;
    content: "\f078";
    display: block !important;
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 1rem;
    font-weight: 700 !important;
    height: auto;
    margin: 0;
    opacity: 1;
    position: static;
    width: auto;
  }
  /* #page #mega-menu .we-mega-menu-ul > .we-mega-menu-li > a {
		position: relative;
		overflow: hidden;
		z-index: 1;
		border: 1px solid #cfd9eb;
	} */

  #page #mega-menu .we-mega-menu-ul > .we-mega-menu-li > a::before {
    display: none !important;
  }
  #page #mega-menu .we-mega-menu-ul > .we-mega-menu-li.active > a::before,
  #page #mega-menu .we-mega-menu-ul > .we-mega-menu-li.active-trail > a::before {
    background: #f98100;
    bottom: 0px;
    border-radius: 6px 6px 0 0;
    content: "";
    display: block !important;
    height: 8px;
    left: 1rem;
    opacity: 1;
    position: absolute;
    top: unset;
    right: unset;
    width: calc(100% - 2rem);
    z-index: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }

  #page #mega-menu .we-mega-menu-ul > .we-mega-menu-li.active:hover > a::before,
  #page #mega-menu .we-mega-menu-ul > .we-mega-menu-li.we-mega-menu-li.active-trail:hover > a::before {
    background: #ffa800;
  }

  .scrolled #header .header-inner {
    box-shadow: 0 0 0.125rem 0.125rem rgba(26, 36, 58, 0.16);
  }

  /* Climate News - Open */
  #page #mega-menu .we-mega-menu-ul > .we-mega-menu-li.mm__climate-news .mm__news-block--header-title {
    font-size: 26px !important;
  }
  #page #mega-menu .we-mega-menu-ul > .we-mega-menu-li.mm__climate-news .view-content a {
    border-bottom: 1px solid #d2d9e8;
    color: #1b253c;
    display: block;
    font-family: var(--primary-font-family);
    font-size: 1rem;
    font-weight: 500;
    line-height: 120%;
    padding: 14px 0 10px 0;
    position: relative;
  }
  #page #mega-menu .we-mega-menu-ul > .we-mega-menu-li.mm__climate-news .view-content a:hover {
    border-bottom-color: #f98100;
    color: #c1570b;
  }

  #page #mega-menu .we-mega-menu-ul > .we-mega-menu-li.mm__climate-news .view-content a.active {
    border-bottom-color: #405fa6;
    color: #405fa6;
  }

  #page #mega-menu .we-mega-menu-ul > .we-mega-menu-li.mm__climate-news .view-content a::after {
    background-color: #f98100;
    bottom: 0;
    content: "";
    display: block !important;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    transform: none;
    width: 0%;

    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -ms-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
  }
  #page #mega-menu .we-mega-menu-ul > .we-mega-menu-li.mm__climate-news .view-content a:hover::after {
    width: 100%;
  }
  #page #mega-menu .we-mega-menu-ul > .we-mega-menu-li.mm__climate-news .view-content a.active::after {
    background-color: #1b253c;
  }
  #page #mega-menu .we-mega-menu-ul > .we-mega-menu-li.mm__climate-news .view-content {
    column-gap: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  #page #mega-menu .we-mega-menu-ul > .we-mega-menu-li.mm__climate-news .we-mega-menu-submenu-inner {
    padding: 0;
  }
  #page #mega-menu .we-mega-menu-ul > .we-mega-menu-li.mm__climate-news .we-mega-menu-submenu-inner .we-mega-menu-row {
    margin: 0;
  }
  #page #mega-menu .we-mega-menu-li.mm__climate-news .we-mega-menu-col.span4 {
    flex: 0 0 33%;
    margin: 0;
    max-width: 33%;
    padding: 0 0 2px 2px;
  }
  #page #mega-menu .we-mega-menu-li.mm__climate-news .we-mega-menu-col.span4 img {
    border-radius: 0 0 0 0.5rem;
    margin-bottom: 0;
  }
  #page #mega-menu .we-mega-menu-li.mm__climate-news .we-mega-menu-col.span8 {
    flex: 0 0 67%;
    margin: 0;
    max-width: 67%;
    padding: 1.5rem;
  }
  #page #mega-menu .we-mega-menu-li.mm__climate-news .mm__news-block--header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
  #page #mega-menu .we-mega-menu-li.mm__climate-news .mm__news-block--header-btn {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #c7d1e4;
    color: #1b253c;
    display: inline-block;
    font-weight: 500;
    line-height: 100%;
    padding: 10px 10px 7px 10px;
  }
  #page #mega-menu .we-mega-menu-li.mm__climate-news .mm__news-block--header-btn:hover {
    background: #28395f;
    border: 1px solid #28395f;
    color: #fff;
  }
  /* Climate News - Close */

  /* Climate Education - Open */
  #page #mega-menu .we-mega-menu-ul > .we-mega-menu-li.mm__climate-education .we-mega-menu-submenu-inner {
    padding: 0;
  }

  #page #mega-menu .we-mega-menu-li.mm__climate-education .we-mega-menu-row {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
    padding: 0 1.5rem 0 0;
  }
  #page #mega-menu .we-mega-menu-li.mm__climate-education .we-mega-menu-col {
    flex: none;
    margin-bottom: 0;
    margin-top: 0;
    max-width: none;
    padding: 1.5rem 0;
  }
  #page #mega-menu .we-mega-menu-li.mm__climate-education .mm__climate-education--col-1 {
    padding: 0;
  }
  #page #mega-menu .we-mega-menu-li.mm__climate-education .mm__climate-education--col-1 h2 {
    font-size: 26px;
    margin-bottom: 0.625rem;
    margin-top: 0.25rem !important;
  }
  #page #mega-menu .we-mega-menu-li.mm__climate-education .mm__climate-education--col-1 img {
    border-radius: 0 0 8px 0px;
  }
  #page #mega-menu .we-mega-menu-li.mm__climate-education .mm__climate-education--col-1-content {
    padding: 0 0 1.5rem 1.5rem;
  }
  /* Climate Education - Close */
}
/* Clone Attack */
#page #mega-menu .mm__home,
#page #mega-menu .mm-sec__clone {
  display: none !important;
}

@media screen and (max-width: 991px) {
  #page #mega-menu .mm__home,
  #page #mega-menu .mm-sec__clone {
    display: block !important;
  }
  #page #mega-menu .mm__climate-news .mm__news-block--header-title,
  #page #mega-menu .mm-sec__home {
    display: none !important;
  }

  /* #page #mega-menu .mm__climate-news .we-mega-menu-submenu {
      display: block;
      } */
  #page #mega-menu .mm__climate-news div[data-block="aero10_views_block__news_categories_block_1"] .type-of-block {
    display: block;
  }
  #page #mega-menu .mm__climate-news .view-news-categories {
    display: flex;
    flex-direction: column-reverse;
  }
  #page #mega-menu .mm__climate-news .view-news-categories a {
    background: var(--aero-mm-lv1-resp-bg-color) !important;
    border-bottom: 1px solid var(--aero-mm-lv1-resp-border-color) !important;
    border-top: none !important;
    color: var(--aero-mm-lv1-resp-color) !important;
    font-family: var(--aero-mm-lv1-font-family);
    font-size: var(--aero-mm-lv1-font-size);
    font-weight: var(--aero-mm-lv1-font-weight);
    line-height: var(--aero-mm-lv1-line-height);
    margin: var(--aero-mm-lv1-margin);
    padding: var(--aero-mm-lv1-padding);
    padding-left: 2rem;
    padding-right: 1rem;
    position: relative;
    text-decoration: none !important;
    text-transform: var(--aero-mm-lv1-text-transform);
  }
  #page #mega-menu .we-mega-menu-li[data-level="1"] a {
    padding-left: 2rem;
  }
  #page #mega-menu .mm__climate-news .view-news-categories a:hover {
    background: var(--aero-mm-lv1-resp-bg-color-hover) !important;
    border-bottom: 1px solid var(--aero-mm-lv1-resp-border-color-hover) !important;
    color: var(--aero-mm-lv1-resp-color-hover) !important;
  }
}
/*----- PRIMARY MENU - Close -----*/

#page .header-bottom-full-wrapper {
  background: linear-gradient(180deg, #1b253c 34%, rgba(27, 37, 60, 0.88) 100%);
  backdrop-filter: blur(8px);
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(to right, #ffa800, #f98100) 1;
  bottom: 0;
  opacity: 0;
  position: absolute;
  transform: translateY(calc(100% - 20px));
  transition: all 300ms ease-out;
  width: 100%;
  z-index: 9;
}

#page .header-bottom-full-wrapper .header-bottom-full {
  background: none;
}

#page .header-bottom-full-wrapper:has(div.news-categories-block) {
  transform: translateY(100%);
  opacity: 1;
}

#page .news-categories-block .view-content {
  align-items: center;
  display: flex;
  gap: 8px 16px;
  justify-content: center;
  padding: 0.75rem 0 0.75rem 0;
}

#page .news-categories-block .view-content .views-row {
  align-items: center;
  display: flex;
}

#page .news-categories-block .view-content .views-row a {
  align-items: center;
  background: #1b253c10;
  border-radius: 0.5rem;
  color: #ffffff;
  display: flex;
  filter: contrast(1.1);
  font-weight: 400;
  line-height: 120%;
  min-height: 2.25rem;
  padding: 0.5rem;
  position: relative;
  text-decoration: none;
}

#page .news-categories-block .view-content .views-row a::before {
  background: linear-gradient(180deg, #334a81 0%, #3d5fb0 100%);
  border-radius: 0.5rem;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 300ms ease-out;
  width: 100%;
  z-index: -1;
}

#page .news-categories-block .view-content .views-row a:hover::before {
  opacity: 1;
}

#page .news-categories-block .view-content .views-row a.active {
  color: #1b253c;
  font-weight: 400;
}

#page .news-categories-block .view-content .views-row a.active::before {
  background: linear-gradient(180deg, #f98100 0%, #ffa800 100%);
  opacity: 1;
}

.scrolled #page .header-bottom-full-wrapper .news-categories-block .view-content {
  padding: 0.4375rem 0 0.375rem 0;
}

#sidebar-right .news-categories-block .view-content {
  padding: 0;
  flex-direction: column;
  gap: 10px;
}

#sidebar-right .news-categories-block .view-content .views-row {
  width: 100%;
}

#sidebar-right .news-categories-block .view-content .views-row a {
  color: var(--aero-dark);
  width: 100%;
}

#sidebar-right .news-categories-block .view-content .views-row a:hover {
  color: #fff;
}

#page .news-categories-block .view-content .views-row a.active:hover {
  color: var(--aero-dark);
}

@media screen and (min-width: 1280px) {
  .page-type-article #header .header-inner #primary-menu-wrapper {
    border-bottom-width: 0px;
  }

  .page-type-article #aero-10 .page-header {
    padding-top: 88px;
  }

  #page .news-categories-block .view-content {
    gap: 0;
  }

  #page .news-categories-block .view-content .views-row:first-child::before,
  #page .news-categories-block .view-content .views-row::after {
    background: #3d5fb0;
    content: "";
    display: block;
    height: 1.5rem;
    margin: 0 0.25rem;
    width: 0.0625rem;
  }
}

/*----- PAGE HEADER - Open -----*/
#aero-10 .page-header {
  background-color: #ecf0f8;
  border: none;
  border-bottom: 1px solid #d2d9e8;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 0;
}

#aero-10 .page-header .page-header-container {
  background: linear-gradient(180deg, #ecf0f8 0%, #fff 66%);
  /* border-top: 4px solid #f98100; */
  position: relative;
  z-index: 2;
}

#aero-10 .page-header .page-header-container h1.page-title {
  color: var(--color-primary);
}

#aero-10 .page-header.page-header--bg-image {
  background-color: var(--color-primary);
  border: none;
  padding-top: 200px;
}

#aero-10 .page-header.page-header--bg-image .page-header-container {
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 40%) 66%);
  padding-top: 100px;
  position: relative;
  z-index: 2;
}

#aero-10 .page-header.page-header--bg-image .page-header-container h1.page-title {
  color: var(--color-white);
}

.page-header-custom #aero-10 .page-header,
.taxonomy--news_categories #aero-10 .page-header {
  padding-top: 88px;
}
/*
#header .header-wrapper {
	border-bottom: 2px solid transparent;
	border-image: linear-gradient(to right, #ffa800, #f98100) 1;
} */

/* .climate-core-template #header .header-wrapper,
.homepage #header .header-wrapper {
	border-bottom: 1px solid #ffffff3d;
	border-image: none;
} */

.page-header-custom #header .header-wrapper,
.taxonomy--news_categories #header .header-wrapper,
.page-type-article #header .header-wrapper {
  border: none;
}

#aero-10 .page-header__cover-image--img,
#aero-10 .page-header__cover-image {
  display: block;
  height: 100%;
  left: 0;
  max-width: none !important;
  position: absolute;
  top: 0;
  width: 100%;
}
#aero-10 .page-header__cover-image--img {
  object-fit: cover;
  object-position: top center;
}

/* TITLE */
#aero-10 .page-title-container {
  padding: 1rem 0;
  position: relative;
}
#aero-10 .page-title-container .container {
  z-index: 2;
  position: relative;
}
#aero-10 .page-header h1.page-title {
  font-family: var(--secondary-font-family);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0 !important;
}

/* BREADCRUMBS */
#aero-10 .breadcrumb-container {
  margin-bottom: 0;
  padding: 0.5rem 0 1.5rem 0;
  position: relative;
}
#aero-10 .breadcrumb-container .container {
  z-index: 2;
  position: relative;
}
#aero-10 .breadcrumb-container .breadcrumb {
  align-items: center;
  background: linear-gradient(90deg, rgba(232, 237, 248, 0.5) 0%, rgba(232, 237, 248, 0.5) 100%);
  border-radius: 0.5rem;
  display: flex;
  gap: 0.25rem;
  margin: 0;
  padding: 0.5rem 1rem 0.375rem 1rem;
}

#aero-10 .breadcrumb-container .breadcrumb .breadcrumb-items {
  gap: 0.25rem;
}

#aero-10 .breadcrumb-container .breadcrumb .breadcrumb-items .breadcrumb-item {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  gap: 0.25rem;
  padding: 0;
}

#aero-10 .breadcrumb-container .breadcrumb .breadcrumb-items .breadcrumb-item a {
  align-items: center;
  color: #28395f;
  display: flex;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

#aero-10 .breadcrumb-container .breadcrumb .breadcrumb-items .breadcrumb-item span {
  display: block;
  line-height: 1;
  margin: 0;
}

#aero-10 .page-header--bg-image .breadcrumb-container .breadcrumb {
  background: rgb(0 0 0 / 20%);
  backdrop-filter: blur(0.5rem);
  /* border: 1px solid #ffffff45; */
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.24);
  -moz-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.24);
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.24);
}

#aero-10 .page-header--bg-image .breadcrumb-container .breadcrumb .breadcrumb-items {
  color: #ffffff;
  gap: 0.25rem;
}

#aero-10 .page-header--bg-image .breadcrumb-container .breadcrumb .breadcrumb-items .breadcrumb-item a {
  color: #ffffff;
}

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

/*----- PAGE HEADER - Close -----*/

/*----- SCROLLED - Open -----*/
.scrolled #header .header-inner .header-wrapper::before {
  opacity: 1;
}

.scrolled #header .header-inner .header-wrapper::after {
  opacity: 0;
}

.scrolled #header .site-brand .site-branding .site-logo a img {
  opacity: 1;
  transform-origin: top left;
  /* transform: scale(0.66); */
}

.scrolled #page #mega-menu .we-mega-menu-ul > .we-mega-menu-li > a {
  padding: 14px 16px 14px 16px;
}

/* The following rule is commented out in the SCSS */
/* .scrolled #header .header-inner .header-wrapper .site-brand .site-branding .site-logo a::before {
  opacity: 0;
} */

.scrolled #page .header-bottom-full-wrapper {
  border-bottom-width: 0px;
}

/*----- SCROLLED - Close -----*/

/*----- LESSON PLANS - Open -----*/
#page.page__lesson-plans .region-page-header {
  background: var(--color-primary) url(/sites/default/files/2025-03/youth-programs-pic-03-2.jpg) no-repeat top center;
  background-size: cover;
  display: flex;
  height: 45vh;
  justify-content: flex-end;
  min-height: 380px;
  position: relative;
}
#page.page__lesson-plans .region-page-header::after {
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 40%) 66%);
  bottom: 0;
  content: "";
  display: block;
  height: 200px;
  left: 0;
  position: absolute;
  width: 100%;
}
#page.page__lesson-plans .page-header h1.page-title {
  color: #fff;
}
#page.page__lesson-plans .breadcrumb-container .breadcrumb {
  background: rgb(0 0 0 / 20%);
  backdrop-filter: blur(0.5rem);
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.24);
  color: #fff;
}
#page.page__lesson-plans .breadcrumb-container .breadcrumb a {
  color: #fff !important;
}
/*----- LESSON PLANS - Close -----*/

@media screen and (max-width: 991px) {
  #page #header {
    z-index: 500;
  }

  #page .header-top {
    z-index: unset;
    /* display: none; */
  }

  #header .header-top .container {
    z-index: unset;
  }

  #header .header-top .container .header-top-container {
    z-index: unset;
    gap: 0;
  }

  #header .header-inner .header-wrapper {
    z-index: unset;
  }

  #page .header-top .full-page-search {
    z-index: unset;
  }

  #page .header-top .full-page-search .search-box {
    z-index: 100000;
  }

  #page #primary-menu-wrapper #mega-menu .mobile-main-menu {
    z-index: 99999;
  }
}
