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

.hero-banner-overlay:after {
  content: "";
  background-image: url(/wp-content/uploads/2025/10/background-element.svg);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 80.681vw;
  -o-object-position: center right;
     object-position: center right;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 992px) {
  .hero-banner-overlay:after {
    display: none;
  }
}

.stats-overlay-wrapper:after {
  content: "";
  background-image: url(/wp-content/uploads/2026/01/stats-overlay-vector.png);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 74.681vw;
  -o-object-position: center right;
     object-position: center right;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 992px) {
  .stats-overlay-wrapper:after {
    display: none;
  }
}

.testimonial-banner-overlay:after {
  content: "";
  background-image: url(/wp-content/uploads/2026/01/Frame-1000007142.svg);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 70vw;
  -o-object-position: center right;
     object-position: center right;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 992px) {
  .testimonial-banner-overlay:after {
    display: none;
  }
}

.page-id-51 .facetwp-type-radio {
  width: 100%;
}
.page-id-51 .facetwp-type-radio .facetwp-radio {
  width: 33.33%;
  justify-content: center;
}

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 {
  z-index: 9 !important;
}
.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;
  color: #ffffff;
  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;
}

#gform_wrapper_4 {
  width: 100%;
}
#gform_wrapper_4 p.gform_required_legend {
  display: none;
  visibility: hidden;
}
#gform_wrapper_4 .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_4 .gfield .ginput_password.large,
#gform_wrapper_4 .gfield input.large,
#gform_wrapper_4 .gfield select.large {
  inline-size: 100%;
  border-radius: 40px;
  background: #21296B !important;
  border: none;
  outline: none;
  height: 50px;
}
#gform_wrapper_4 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_4 div#gform_1_validation_container {
  background-color: #ffffff;
  border-color: #ff0000;
  border: 2px solid #ff0000;
}
#gform_wrapper_4 input#gform_submit_button_4 {
  border-radius: 40px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 1.5px #FFF inset;
  width: 182px;
  padding: 16px;
}
#gform_wrapper_4 form#gform_4 {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 764px) {
  #gform_wrapper_4 form#gform_4 {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
  }
}
#gform_wrapper_4 .gform-footer.gform_footer.top_label {
  margin: 0;
}
#gform_wrapper_4 div#gform_confirmation_message_4 {
  color: #ffffff;
  font-weight: 600;
}
#gform_wrapper_4 .ginput_container.ginput_container_email {
  width: 315px;
}

#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 .gform-footer.gform_footer.top_label {
  margin: 0;
}
#gform_wrapper_2 div#gform_2_validation_container {
  display: none;
  visibility: hidden;
}

@media (min-width: 575px) and (max-width: 767px) {
  #gspb_col-id-gsbp-4255492.gspb_row__col--6 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #gspb_col-id-gsbp-a429ba7.gspb_row__col--6 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #gspb_col-id-gsbp-769ab73.gspb_row__col--6 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.pwub-gf-container {
  border-radius: 24px;
  background: #A7D2FF;
  padding: 42px;
}
.pwub-gf-container .gform_wrapper.gravity-theme .gfield_label {
  display: inline-block;
  margin-bottom: 8px;
  padding: 0;
  color: #221E1F;
  font-family: Palanquin;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  outline: none;
}
.pwub-gf-container .gform_wrapper.gravity-theme .gfield input.large,
.pwub-gf-container .gform_wrapper.gravity-theme .gfield select.large {
  width: 100%;
  border-radius: 8px;
  background: #FFF;
  outline: none;
}
.pwub-gf-container .gform_wrapper.gravity-theme .gfield textarea.medium {
  height: 192px;
  border-radius: 8px;
  background: #FFF;
  outline: none;
}
.pwub-gf-container .gform_wrapper.gravity-theme .gfield textarea.small {
  height: 96px;
  border-radius: 8px;
  background: #FFF;
  outline: none;
}
.pwub-gf-container input#gform_submit_button_6 {
  border-radius: 40px;
  background: #0044B5;
  color: #FFF;
  text-align: center;
  font-family: Palanquin;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  cursor: pointer;
}

.leadership-section {
  padding: 50px 20px 0px 20px;
  text-align: center;
}

/* Radio button base styles */
.facetwp-radio {
  background-size: 0 !important;
  margin: 0 !important;
  padding-left: 20px !important;
  cursor: pointer !important;
}

/* Tabs Wrapper */
.leadership-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

/* Facet container */
.facetwp-type-radio {
  display: flex;
  background: rgba(167, 210, 255, 0.3);
  padding: 10px;
  border-radius: 999px;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

/* Individual tab */
.facetwp-radio {
  cursor: pointer;
  padding: 10px 22px;
  border-radius: 999px;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #0044B5;
  text-align: center;
  font-family: Palanquin;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.facetwp-radio .facetwp-counter {
  display: none;
}
.facetwp-radio:hover {
  background: #A7D2FF;
  color: #0044B5;
}
.facetwp-radio.checked {
  background: #A7D2FF;
  color: #0044B5;
}

.leadership-grid {
  max-width: 1200px;
  margin: 0 auto;
}

/* Override FacetWP layout */
.fwpl-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

@media (max-width: 992px) {
  .fwpl-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .fwpl-row {
    grid-template-columns: 1fr;
  }
}
.team-item {
  text-align: center;
}

.team-item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Circular image */
.team-item-image {
  width: 324px;
  height: 324px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 18px;
  background: #f2f2f2;
}
.team-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

/* Name */
.team-item-name {
  margin: 0 0 6px 0;
  color: #0044B5;
  text-align: center;
  font-family: Palanquin;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

/* Role */
.team-item-role {
  margin: 0;
  color: #221E1F;
  text-align: center;
  font-family: Palanquin;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.team-item-email,
.team-item-company,
.team-item-location {
  margin: 0;
  color: #221E1F;
  text-align: center;
  font-family: Palanquin;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 8px;
}

.facetwp-template {
  transition: opacity 0.25s ease;
}

.facetwp-loading .facetwp-template {
  opacity: 0.4;
}

.team-item-image {
  box-shadow: 0 0 0 6px #eef6ff;
}

/* Media Queries */
@media (max-width: 1199px) {
  .facetwp-template[data-name=our_leadership] .fwpl-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .facetwp-facet {
    margin-bottom: 0;
  }
  .leadership-section {
    padding: 30px 15px 0px 15px;
    margin-bottom: 0 !important;
  }
  .facetwp-template[data-name=our_leadership] .fwpl-layout {
    grid-template-columns: 1fr;
    grid-gap: 70px;
  }
  .team-item-image {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 575px) {
  .team-item-image {
    width: 200px;
    height: 200px;
  }
  .team-item-name {
    font-size: 20px;
    line-height: 28px;
  }
  .team-item-role,
  .team-item-email,
  .team-item-company,
  .team-item-location {
    font-size: 16px;
    line-height: 24px;
  }
  .facetwp-type-radio {
    background: rgba(167, 210, 255, 0.3);
    padding: 10px;
    border-radius: 0;
    gap: 20px;
    flex-direction: column;
  }
}
.team-item-image img:not([src]),
.team-item-image img[src=""] {
  display: none;
}

.team-item-image:has(img:not([src])),
.team-item-image:has(img[src=""]) {
  display: none;
}

.profile-card {
  width: 220px;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.profile-card .avatar {
  position: relative;
  width: 168px;
  height: 168px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #0b5ed7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-card .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -o-object-position: top center;
     object-position: top center;
}
.profile-card .avatar .email-icon {
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0b5ed7;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 3px #fff;
}
.profile-card .name {
  margin: 6px 0 4px;
  color: #0044B5;
  text-align: center;
  font-family: Palanquin;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.profile-card .title {
  color: #000000;
  text-align: center;
  font-family: Palanquin;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  padding: 0;
  margin: 0;
}
.profile-card .location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #9E9E9E;
  text-align: center;
  font-family: Palanquin;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.profile-card .location .pin {
  font-size: 21px;
}

.page-id-3501 .facetwp-template .fwpl-layout {
  gap: 40px 20px;
}
@media (max-width: 991.99px) {
  .page-id-3501 .facetwp-template .fwpl-layout {
    gap: 20px 10px;
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 767.98px) {
  .page-id-3501 .facetwp-template .fwpl-layout {
    gap: 20px 10px;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 575.98px) {
  .page-id-3501 .facetwp-template .fwpl-layout {
    gap: 30px 10px;
    grid-template-columns: repeat(1, 1fr) !important;
    display: grid;
    align-items: center;
    justify-items: center;
    justify-content: center;
    align-content: center;
  }
}

.page-id-3501 .gs-accordion-item__heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-id-3501 .gs-accordion-item__heading span.subtext {
  color: #221E1F;
  font-family: Palanquin;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.99px) {
  .page-id-3501 .gs-accordion-item__heading span.subtext {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767.98px) {
  .page-id-3501 .gs-accordion-item__heading span.subtext {
    font-size: 12px;
    line-height: 18px;
  }
}

/* =========================================
   Resource Filters (FacetWP Custom UI)
========================================= */
.resource-filtersx {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 991.99px) {
  .resource-filtersx {
    flex-direction: column;
  }
  .resource-filtersx .resource-filter {
    width: 60%;
    border-radius: 10px !important;
    justify-content: center;
  }
}
@media (max-width: 575.99px) {
  .resource-filtersx .resource-filter {
    width: 100%;
    border-radius: 10px !important;
  }
}
.resource-filtersx {
  /* -----------------------------------------
     Filter Button
  ----------------------------------------- */
}
.resource-filtersx .resource-filter {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  border-radius: 10px 10px 0 0;
  background: #A7D2FF;
  padding: 14px 24px;
  transition: background 0.25s ease, color 0.25s ease, transform 0.15s ease, box-shadow 0.2s ease;
  color: #221E1F;
  text-align: center;
  font-family: Palanquin;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.14px;
  /* Hover */
}
.resource-filtersx .resource-filter:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}
.resource-filtersx .resource-filter {
  /* Active / Selected */
}
.resource-filtersx .resource-filter.active {
  background: #0044B5;
  color: #fff;
  box-shadow: 0 4px 14px rgba(11, 94, 215, 0.35);
}
.resource-filtersx .resource-filter {
  /* Click press effect */
}
.resource-filtersx .resource-filter:active {
  transform: translateY(0);
  box-shadow: none;
}
.resource-filtersx .resource-filter {
  /* Icon inside button (optional) */
}
.resource-filtersx .resource-filter svg,
.resource-filtersx .resource-filter i {
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
}
.resource-filtersx {
  /* -----------------------------------------
     Accessibility Focus State
  ----------------------------------------- */
}
.resource-filtersx .resource-filter:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.total-resource {
  border-radius: 40px;
  background: #FFEAD0;
  padding: 8px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  color: #F47925;
  font-family: Palanquin;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.12px;
}

input.facetwp-autocomplete.fcomplete-enabled {
  border-radius: 8px;
  border: 1px solid #EFEFEF;
  background: #FFF;
  padding: 12px 16px 12px 45px;
  outline: none;
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 18px;
  background-image: url(/wp-content/uploads/2026/02/search.png);
}
input.facetwp-autocomplete-update {
  display: none;
}

.facetwp-facet.facetwp-type-autocomplete, .facetwp-facet.facetwp-type-reset {
  margin: 0;
  padding: 0;
}

.fcomplete-wrap {
  position: absolute;
  border: none;
  background-color: #fff;
  max-width: 400px;
  width: 100%;
}
.fcomplete-wrap .fcomplete-results {
  z-index: 9999;
  position: relative;
  background: #ffffff;
  padding: 0.5rem;
}
.fcomplete-wrap .fcomplete-results .fcomplete-result:hover {
  background-color: #a7d2ff;
  color: #21296b;
}

.events-listing-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.events-listing-wrapper .event-card {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 24px;
  max-width: 1440px;
  border-radius: 24px;
  border: 2px solid #FAFAFA;
  background: #FAFAFA;
}
.events-listing-wrapper .event-card:hover {
  border: 2px solid #0044b5;
}
.events-listing-wrapper .event-card__content {
  flex: 1;
  max-width: 700px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.events-listing-wrapper .event-card__title {
  letter-spacing: 0.5px;
  color: #000;
  font-family: Antonio;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.events-listing-wrapper .event-card__description {
  margin: 0;
  padding: 0;
  color: #221E1F;
  font-family: Palanquin;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.events-listing-wrapper .event-card__meta {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
  flex-direction: row;
}
.events-listing-wrapper .event-card__date {
  padding: 12px 0px;
  text-align: center;
  border-radius: 16px;
  background: #FFEAD0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 92px;
  gap: 5px;
  justify-content: center;
}
.events-listing-wrapper .event-card__date .day {
  color: #221E1F;
  font-family: Palanquin;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.events-listing-wrapper .event-card__date .number {
  display: block;
  color: #000;
  font-family: Antonio;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  text-transform: uppercase;
}
.events-listing-wrapper .event-card__details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.events-listing-wrapper .event-card__details .detail {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #221E1F;
  font-family: Palanquin;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.events-listing-wrapper .event-card__details .icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.events-listing-wrapper .event-card__details .icon.calendar {
  background-image: url(/wp-content/uploads/2026/01/calendar-days.png);
}
.events-listing-wrapper .event-card__details .icon.location {
  background-image: url(/wp-content/uploads/2026/01/Opportunity-Location-Icon.png);
}
.events-listing-wrapper .event-card__button {
  display: inline-block;
  padding: 9px 38px;
  text-decoration: none;
  transition: background-color 0.2s ease;
  border-radius: 40px;
  background: #0044B5;
  color: #FFF;
  text-align: center;
  font-family: Palanquin;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.14px;
}
.events-listing-wrapper .event-card__button:hover {
  background-color: #0947aa;
}
.events-listing-wrapper .event-card__image {
  flex-shrink: 0;
  width: 340px;
  border-radius: 12px;
  overflow: hidden;
}
.events-listing-wrapper .event-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .events-listing-wrapper .event-card {
    flex-direction: column;
  }
  .events-listing-wrapper .event-card__image {
    width: 100%;
    height: auto;
  }
}

.facetwp-facet-events_search,
.facetwp-facet-events_region {
  margin-bottom: 24px !important;
}

.facet-result .facetwp-template {
  display: grid;
  gap: 38px;
  margin-top: 0;
}

.facetwp-facet-events_search .facetwp-input-wrap {
  width: 100%;
}
.facetwp-facet-events_search .facetwp-input-wrap .facetwp-icon {
  right: 16px;
  height: 100%;
  line-height: 1;
  position: absolute;
  cursor: pointer;
  opacity: 0.5;
}
.facetwp-facet-events_search .facetwp-input-wrap input.facetwp-search {
  margin: 0;
  padding-right: 40px;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #EFEFEF;
  background: #FFF;
  outline: none;
}

@media (max-width: 992px) {
  .facetwp-facet-events_region.facetwp-type-radio {
    display: flex;
    background: rgba(167, 210, 255, 0.3);
    padding: 10px;
    border-radius: 0;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
}
