@import url(https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap);
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Antonio", sans-serif;
}

body {
  font-family: "Palanquin", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

:root :where(.is-layout-constrained) > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

.has-global-padding > .alignfull {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.has-global-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.making-impact-style .swiper-slide {
  border-color: transparent !important;
}
.making-impact-style .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  pointer-events: none;
  border-radius: 26px;
}
.making-impact-style .wp-block-greenshift-blocks-dynamic-post-title {
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  border-radius: 24px;
}

header .gspb_slidingPanel-inner {
  overflow: hidden !important;
}
header .gspbsearch_form > input {
  border: none;
  border-bottom: 2px solid #CFCFCF;
  color: #000;
  font-family: "Palanquin", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  background: transparent;
}
header .gspbsearch_form button.gspbsearch_btn {
  background: #0044B5;
  border-radius: 100px;
}
header .gspbsearch_form button.gspbsearch_btn .gspbsearch_btn_icon {
  padding: 0;
  margin: 0;
  height: 25px;
}

.footer-nav-wrapper h4 {
  color: #000;
  font-family: "Palanquin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}
.footer-nav-wrapper ul.wp-block-navigation__container {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  gap: 14px;
}
.footer-nav-wrapper .wp-block-navigation-item > a {
  position: relative;
  padding: 0;
  color: #646567;
  font-family: "Palanquin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.14px;
}
.footer-nav-wrapper nav.wp-block-navigation {
  width: auto;
}
.footer-nav-wrapper nav.wp-block-navigation[aria-label="Public Reporting"] {
  min-width: 200;
}

.wp-block-navigation-submenu__toggle {
  display: none;
  visibility: hidden;
}

ul.wp-block-navigation__submenu-container {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.wp-block-navigation__container > .wp-block-navigation-item:not(.has-child) > a:after {
  height: 0 !important;
}

ul.primary-navigation {
  min-height: 110px;
}
ul.primary-navigation > li > a {
  color: #0044B5 !important;
  font-family: "Palanquin", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  height: 110px;
}

.submenu-wrapper {
  background: #ffffff;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  display: none;
}
.submenu-wrapper.active {
  display: block;
  background: #5082F0;
}
.submenu-wrapper p.submenu-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px;
  margin: 0;
}
.submenu-wrapper p.submenu-content > .submenu-item {
  color: #FFF;
  font-family: "Palanquin", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 100%;
}
.submenu-wrapper p.submenu-content > .submenu-item > a {
  text-decoration: none;
}

/* Hide submenu by default */
.submenu {
  display: none;
  padding: 0;
  background: #ffffff;
  border-radius: 0;
  margin-top: 5px;
}

/* Show submenu when parent has 'active' class */
.has-submenu.active .submenu {
  display: block;
}

/* Style submenu links */
.submenu a {
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
}

.submenu a:hover,
.submenu a:focus,
.submenu a:active {
  color: #0072cf;
}

.has-submenu {
  position: relative;
}

.has-submenu > a::after {
  content: "";
  position: absolute;
  right: 31px;
  top: 13px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  background-image: url("/wp-content/uploads/2025/09/Chevron_Down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  transition: transform 0.3s ease;
  pointer-events: none;
}

/* Rotate instead of changing character */
.has-submenu.active > a::after {
  transform: rotate(180deg);
}

.image-rotator {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.image-rotator img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.image-rotator img.visible {
  opacity: 1;
}
.image-rotator img.loading {
  opacity: 0;
}
.image-rotator img.active {
  opacity: 1;
}

.community-slider {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 1.5s ease-in-out;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.community-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.community-slider.changing::before {
  opacity: 1;
  transition: opacity 1.5s ease-in-out;
}

.home span.blue-bg {
  background: #0044B5;
  color: #fff;
  padding: 0 4px;
  display: inline-block;
  line-height: 60px;
  padding-bottom: 5px;
}
.home span.light-blue-text {
  color: #5082F0;
  background: #ffffff;
}
.home .t-panel-container {
  position: relative;
  margin: 0 !important;
  padding: 0px !important;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.home .t-btn-container .t-btn {
  background-origin: border-box;
  list-style: none;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 11px 36px;
  cursor: pointer;
  position: relative;
  transition: all 0.4s ease-in-out;
  font-size: 26px;
  height: 140px;
  background-color: #8E97EF;
}
.home .t-btn-container .t-btn:hover {
  background-color: #4E4AA6;
}
.home .t-btn-container .t-btn.active {
  background-color: #4E4AA6;
}
.home .t-btn-container .t-btn:first-child {
  border-top-left-radius: 30px;
}
.home .t-btn-container .t-btn:last-child {
  border-bottom-left-radius: 30px;
}
.home .wp-block-greenshift-blocks-tab {
  height: 100% !important;
}
.home .gswipertabs {
  height: 100% !important;
}
@media (max-width: 575px) {
  .home .gspb-tabs > .t-btn-container {
    width: 100% !important;
  }
  .home .gspb-tabs > .t-btn-container .t-btn:first-child {
    border-top-left-radius: 24px !important;
  }
  .home .gspb-tabs > .t-btn-container .t-btn:last-child {
    border-top-right-radius: 24px !important;
  }
  .home .gspb-tabs > .t-btn-container .t-btn:last-child {
    border-bottom-left-radius: 0px !important;
  }
}
@media (max-width: 768px) {
  .home .home-hero-banner {
    padding-top: 0px !important;
  }
}

.home-hero-banner {
  overflow: hidden;
}
.home-hero-banner .hero-img-wrapper > .img-container {
  position: relative;
}
.home-hero-banner .hero-img-wrapper > .img-container > .gspb_image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.home-hero-banner .hero-img-wrapper > .img-container > .gspb_image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: center;
     object-position: center;
}
.home-hero-banner .hero-img-wrapper::before {
  content: "";
  position: absolute;
  top: -45px;
  left: -45px;
  width: calc(100% + 90px);
  height: calc(100% + 90px);
  border: 2px solid #A7D2FF;
  border-radius: 50%;
  z-index: 0;
}
.home-hero-banner .hero-img-wrapper::after {
  content: "";
  position: absolute;
  top: -22px;
  left: -22px;
  width: calc(100% + 45px);
  height: calc(100% + 45px);
  border: 2px solid #0044B5;
  border-radius: 50%;
  z-index: -1;
}

@media (max-width: 575px) {
  .home .gspb-tabs > .t-btn-container {
    width: 100% !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .home .gspb-tabs > .t-btn-container .t-btn {
    height: 60px !important;
    min-width: 100% !important;
  }
  .home .t-panel-container {
    border-radius: 0 0 24px 24px !important;
  }
  .home .t-panel-container .t-panel {
    height: 75vh !important;
  }
  .home .home-mobile-hero {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
  }
  .home span.blue-bg {
    line-height: 34px;
  }
  .home .gspb-tabs > .t-btn-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .home .gspb-tabs > .t-btn-container .t-btn {
    width: 60px !important;
    padding: 20px;
  }
  .still-question-cta,
  .still-question-cta-how {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
  }
}
.facet-listing.gspb_container {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 8fr;
  gap: 2rem;
  align-items: center;
  width: 100%;
}
@media (max-width: 991.98px) {
  .facet-listing.gspb_container {
    grid-template-columns: 4fr 8fr;
  }
}
@media (max-width: 767.98px) {
  .facet-listing.gspb_container {
    grid-template-columns: 1fr;
    justify-items: center !important;
    padding: 2rem 0;
  }
}
.facet-listing.gspb_container .facetwp-type-fselect .fs-label-wrap .fs-label {
  color: #616161;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  border: none;
  padding: 6px 22px 6px 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.facet-listing.gspb_container .facetwp-type-fselect .fs-label-wrap span.fs-arrow {
  width: 44px !important;
  height: 44px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute !important;
  top: 0 !important;
  right: 5px !important;
  bottom: 0 !important;
  margin: auto !important;
  transition: transform 0.15s ease-in !important;
  background-image: url(/wp-content/uploads/2025/10/Caret_Down_MD.svg) !important;
  border: none !important;
}
.facet-listing.gspb_container .facetwp-type-fselect,
.facet-listing.gspb_container .facetwp-type-reset {
  margin: 0;
}

.facetwp-template {
  display: grid;
  gap: 38px;
  margin-top: 3rem;
}
.facetwp-template .fs-ticker {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  align-items: stretch;
}
.facetwp-template .fs-ticker .fs-ticker-item {
  background: #21296b;
  border-radius: 16px;
  overflow: hidden;
}
.facetwp-template .fs-ticker .fs-ticker-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}
.facetwp-template .fs-ticker .fs-ticker-item .fs-ticker-featured-content {
  padding: 32px 20px;
}
.facetwp-template .fs-ticker .fs-ticker-item .fs-ticker-featured-content .fs-ticker-meta-data {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.facetwp-template .fs-ticker .fs-ticker-item .fs-ticker-featured-content .fs-ticker-meta-data span.fs-ticker-category {
  border-radius: 40px;
  background: #8E97EF;
  display: flex;
  padding: 4px 16px;
  align-items: flex-start;
  color: #000;
  font-family: "Palanquin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.14px;
}
.facetwp-template .fs-ticker .fs-ticker-item .fs-ticker-featured-content .fs-ticker-meta-data span.fs-ticker-reading-time {
  color: #FFF;
  font-family: "Palanquin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.14px;
}
.facetwp-template .fs-ticker .fs-ticker-item .fs-ticker-featured-content h2.fs-ticker-title {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  font-family: "Palanquin", sans-serif;
  padding: 0;
  margin: 0;
  margin-top: 1.25rem;
}
.facetwp-template .fs-ticker .fs-ticker-item .fs-ticker-featured-content p.fs-ticker-text {
  color: #FFF;
  font-family: "Palanquin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: "Palanquin", sans-serif;
  padding: 0;
  margin: 2rem 0;
}
.facetwp-template .fs-ticker .fs-ticker-item .fs-ticker-featured-content a.post-read-more {
  border-radius: 40px;
  border: 1px solid #FFF;
  padding: 5px 35px;
  text-decoration: none;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.14px;
  margin-top: 1.5rem;
}

.facetwp-type-pager {
  margin: 0;
  text-align: center;
}

button.facetwp-load-more {
  border-radius: 40px;
  border: 1px solid #FFF;
  padding: 12px 60px;
  text-decoration: none;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.14px;
  margin-top: 1.5rem;
  background-color: #21296b;
}
button.facetwp-load-more:hover {
  background-color: #8E97EF;
  border-color: #8E97EF;
  cursor: pointer;
}

button.facetwp-reset.facetwp-hide-empty {
  padding: 10px 20px;
  background: #dc3545;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .facetwp-template .fs-ticker {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .facetwp-template .fs-ticker {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .facetwp-template .fs-ticker {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.hwh-banner-overlay .gspb_backgroundOverlay {
  z-index: 99 !important;
  background-position: 25% 50% !important;
}
@media (max-width: 991px) {
  .hwh-banner-overlay .gspb_backgroundOverlay {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hwh-banner-overlay .gspb_backgroundOverlay {
    background-position: 10% 50% !important;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .hwh-banner-overlay .gspb_backgroundOverlay {
    background-position: 20% 50% !important;
  }
}
@media (min-width: 1700px) {
  .hwh-banner-overlay .gspb_backgroundOverlay {
    background-position: 30% 50% !important;
  }
}
.hwh-banner-overlay .banner-heading {
  z-index: 999;
}
.hwh-banner-overlay .banner-heading span.yellow-bg {
  color: #21296B !important;
  background: #FFBA00;
  padding: 0px 5px;
}

span.light-yellow-bg {
  background: #FFBA00;
  padding-bottom: 2px;
}

.our-impact-mobile-hero {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}

#gform_wrapper_1 {
  width: 100%;
}
#gform_wrapper_1 p.gform_required_legend {
  display: none;
  visibility: hidden;
}
#gform_wrapper_1 .gform-field-label {
  color: #FFF !important;
  font-family: "Palanquin", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 22px !important;
}
#gform_wrapper_1 .gfield .ginput_password.large,
#gform_wrapper_1 .gfield input.large,
#gform_wrapper_1 .gfield select.large {
  inline-size: 100%;
  border-radius: 40px;
  background: #21296B !important;
  border: none;
  outline: none;
  height: 50px;
}
#gform_wrapper_1 input#gform_submit_button_1 {
  border-radius: 40px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 1.5px #FFF inset;
  width: 185px;
  margin-top: 2rem;
}
#gform_wrapper_1 div#gform_1_validation_container {
  background-color: #ffffff;
  border-color: #ff0000;
  border: 2px solid #ff0000;
}

#gform_wrapper_2 form#gform_2 {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  margin-top: 2.58rem;
  justify-content: space-between !important;
}
#gform_wrapper_2 .gform_fields {
  grid-template-columns: repeat(8, 1fr) !important;
}
#gform_wrapper_2 input#input_2_1 {
  border-radius: 30px;
  border: 0.75px solid #0044B5;
  width: 190px;
  outline: none;
  box-shadow: none;
}
#gform_wrapper_2 input#gform_submit_button_2 {
  border-radius: 75px;
  background: #0044B5;
  font-weight: 600;
}
#gform_wrapper_2 .gform-footer.gform_footer.top_label {
  margin: 0;
}
#gform_wrapper_2 div#gform_2_validation_container {
  display: none;
  visibility: hidden;
}
