/*!
 * Theme Name: Refoundry Blank Theme
 * Author: Refoundry Systems Inc
 * Author URI: https://refoundry.io
 * Description: Blank theme for Refoundry development
 * Version: 1.0.0
 *
 */
/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./_src/scss/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/*
README
All CSS that involves tag selectors, resets and would otherwise NOT fit in components, goes here.
Basically, anything that would be targeting an HTML tag and not a css class, should go here. Bear in mind that this
should only be for "reset" purposes.
*/
/*
README

All *reusable* CSS should be included within this folder and imported to this file.
This includes:
- buttons
- blocks
- forms
- banners
- basically anything that can appear in more than one place and uses a CSS class.
*/
.height-100 {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .height-100--desktop {
    height: 100%;
  }
}

.no-underline a {
  text-decoration: none !important;
}

.excerpt-truncate-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  max-height: 2.8em;
}

.height-auto {
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .relative-mobile {
    position: relative !important;
  }
}

@media (max-width: 1024px) {
  .overflow-x--scroll {
    overflow-x: scroll;
    white-space: nowrap;
  }
}

.overflow--hidden {
  overflow: hidden;
}
.overflow--scroll {
  overflow-x: scroll;
}

@media (max-width: 1024px) {
  .bg-none--mobile {
    background: none !important;
  }
}
@media (min-width: 1024px) {
  .bg-none--desktop {
    background: none !important;
  }
}

@media (max-width: 1024px) {
  .border--t-none-mobile {
    border-top: 0 !important;
  }
}
@media (max-width: 1024px) {
  .border--r-none-mobile {
    border-right: 0 !important;
  }
}
@media (max-width: 1024px) {
  .border--b-none-mobile {
    border-bottom: 0 !important;
  }
}
@media (max-width: 1024px) {
  .border--l-none-mobile {
    border-left: 0 !important;
  }
}
@media (max-width: 1024px) {
  .border--none-mobile {
    border: 0 !important;
  }
}

body:not(.wp-admin) .events--none {
  pointer-events: none;
}
body:not(.wp-admin) .events--all {
  pointer-events: all;
}

@media screen and (min-width: 1024px) {
  .min-height-450px {
    min-height: 450px;
  }
}
@media screen and (max-width: 1024px) {
  .min-height-450px {
    min-height: 300px;
  }
}

.display-none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .display-none--mobiles {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .display-none--desktop {
    display: none;
  }
}

.overlap-z-index {
  z-index: 2;
}

.overflow-hidden {
  overflow: hidden;
}

.height-auto {
  height: auto;
}

.flex-1 {
  flex-grow: 1;
}

.flex-1-1 {
  flex: 1 1 auto;
}

.flex-0-0 {
  flex: 0 0 auto;
}

.align-self-start {
  align-self: flex-start;
}

.height-adjust {
  height: calc(100% - 100px);
}

@media screen and (max-width: 1024px) {
  .z-index-2--mobile {
    z-index: 2;
  }
}

.height-fit {
  height: fit-content;
}

@media screen and (max-width: 720px) {
  .max-width-mobile {
    max-width: 100%;
  }
}

.max-height-100 {
  max-height: 100%;
}

.margin-top-12px {
  margin-top: 12px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 720px) {
  .margin-top-20--mobile {
    margin-top: 20px !important;
  }
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-bottom-8 {
  margin-bottom: 8px;
}

.margin-top-minus-100 {
  margin-top: -100px;
}

.link-white a {
  color: var(--fndry-color-white);
}
.link-white a:visited {
  color: var(--fndry-color-white);
}

.link-underline-none,
.link-underline-none a {
  text-decoration: none !important;
  background-size: 0 !important;
}

@media screen and (max-width: 720px) {
  .border-none-mobile {
    border: 0px !important;
  }
}

strong,
b {
  font-weight: 700 !important;
}

.text-bold {
  font-weight: 700 !important;
}

.text-white,
.text-white a,
.text-white a:visited {
  color: var(--fndry-color-white);
}

.fndry-post-contain--8-col .fndry-accordion, .fndry-post-contain--8-col .fndry-image:not(.img-ignore), .fndry-post-contain--8-col .fndry-mixed-content {
  max-width: 83.3333333333%;
  margin-inline: auto;
}

.fndry-container-wrapper-8-col,
.resource-container-wrapper {
  max-width: 83.3333333333%;
  margin-inline: auto;
}

.container-ignore .fndry-mixed-content {
  max-width: unset;
  margin-inline: unset;
}

.text-uppercase {
  text-transform: uppercase;
}

.padding-right-70px {
  padding-right: 70px;
}

.link-hover-white-underline a:active, .link-hover-white-underline:active,
.link-hover-white-underline a:visited, .link-hover-white-underline:visited {
  color: var(--fndry-color-white) !important;
}

.link-hover--underline a {
  transition: color 0.125s ease-in-out, text-decoration-color 0.125s ease-in-out !important;
  text-decoration-color: transparent !important;
}
.link-hover--underline a:hover, .link-hover--underline:hover {
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px !important;
}

.link-hover--white a:hover, .link-hover--white:hover {
  color: var(--fndry-color-white) !important;
}

.line-height--normal {
  line-height: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a {
  background-position: 0 1.245em !important;
}

@media screen and (max-width: 1024px) {
  .position-bottom-0--mobile {
    bottom: 0 !important;
  }
}

.alternative-link-hover .fndry-list-item a {
  text-decoration: none;
}
.alternative-link-hover .fndry-list-item a:hover {
  color: var(--fndry-color-white) !important;
  text-decoration: underline;
}
.alternative-link-hover a {
  text-decoration: none;
}
.alternative-link-hover a:hover {
  color: var(--fndry-color-white) !important;
  text-decoration: underline;
}

.stat-block span {
  margin-bottom: 0 !important;
}

.flex-grow {
  flex-grow: 1 !important;
}

@media only screen and (min-width: 1024px) {
  .small-ft-block-height {
    min-height: 420px;
  }
}

@media only screen and (min-width: 1024px) {
  .no-wrap {
    flex-wrap: nowrap !important;
  }
}

.bordered-btn-top {
  border-top: 1px solid var(--fndry-color-white40);
}

.bordered-btn {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--fndry-color-white40);
  width: 100%;
  justify-content: start;
}

header {
  position: sticky;
  top: 0;
  z-index: 9999;
  transition: box-shadow 0.3s ease-in-out;
}
header.header-shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1024px) {
  header .fndry-nav-submenu:has(.fndry-nav-submenu--basic) {
    padding: 16px;
    min-width: 200px !important;
  }
  header .submenu-container {
    position: relative;
    z-index: 999;
  }
  header .submenu-container::before {
    content: "";
    position: absolute;
    top: -0.5rem;
    width: 100%;
    height: 0.5rem;
    left: 0;
    right: 0;
    z-index: 999;
    display: block;
  }
  header .fndry-nav-submenu {
    z-index: 999;
  }
  header .fndry-nav--overlay-md.fndry-nav--submenus-hover .fndry-nav__item--has-submenu:hover > .fndry-nav-submenu:has(.limit-horizontal-orientation),
header .fndry-nav--overlay-md.fndry-nav--submenus-hover .fndry-nav__item--has-submenu:focus-within > .fndry-nav-submenu:has(.limit-horizontal-orientation) {
    left: unset;
    max-width: 700px;
    right: -200px;
  }
  header .submenu-container .fndry-col a.fndry-nav-link:first-of-type {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
  }
  header .submenu-container .fndry-col a.fndry-nav-link:not(:first-of-type) {
    padding-left: 10px !important;
  }
}
header .utility-nav {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
header .utility-nav::before {
  width: 30%;
}
header .utility-nav::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 101%;
  width: 100%;
  background: var(--fndry-color-darkBlue);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15px 100%, 0 calc(100% - 15px));
  z-index: -1;
}
header .utility-nav::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0px;
  height: 101%;
  background: var(--fndry-color-white);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15px 100%, 0 calc(100% - 15px));
  z-index: -1;
}
header .utility-nav .utility-navigation .fndry-nav__container {
  gap: 0;
}
header .utility-nav--resources {
  border-left: 1px solid var(--fndry-color-white20);
}
header .utility-nav .fndry-nav-link {
  height: 100%;
  padding: 8px 18px;
}
header .utility-nav .wp-block-search button {
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 18px;
  position: relative;
}
header .utility-nav .wp-block-search button::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23FFFFFF' d='M480 272C480 317.9 465.1 360.3 440 394.7L566.6 521.4C579.1 533.9 579.1 554.2 566.6 566.7C554.1 579.2 533.8 579.2 521.3 566.7L394.7 440C360.3 465.1 317.9 480 272 480C157.1 480 64 386.9 64 272C64 157.1 157.1 64 272 64C386.9 64 480 157.1 480 272zM272 416C351.5 416 416 351.5 416 272C416 192.5 351.5 128 272 128C192.5 128 128 192.5 128 272C128 351.5 192.5 416 272 416z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 30%;
  left: -2px;
}
header .utility-nav .wp-block-search button:hover {
  color: var(--fndry-color-darkerBlueBg);
}
header .utility-nav .wp-block-search button:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23E3EFF6' d='M480 272C480 317.9 465.1 360.3 440 394.7L566.6 521.4C579.1 533.9 579.1 554.2 566.6 566.7C554.1 579.2 533.8 579.2 521.3 566.7L394.7 440C360.3 465.1 317.9 480 272 480C157.1 480 64 386.9 64 272C64 157.1 157.1 64 272 64C386.9 64 480 157.1 480 272zM272 416C351.5 416 416 351.5 416 272C416 192.5 351.5 128 272 128C192.5 128 128 192.5 128 272C128 351.5 192.5 416 272 416z'/%3E%3C/svg%3E");
}
@media screen and (min-width: 1024px) {
  header .fndry-nav--header .fndry-nav__container {
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  header .fndry-nav--header .fndry-nav__item--has-submenu {
    gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  header .fndry-nav--header .fndry-nav__submenu-toggle {
    padding: 0;
    width: 10px;
    height: 13px;
  }
  header .fndry-nav--header .fndry-nav__submenu-toggle::before {
    transform: none;
    background: url("/wp-content/uploads/2025/08/submenu-toggle-header-desktop.svg") no-repeat, center/contain;
    width: 10px;
    height: 12px;
  }
  header .fndry-nav--header .fndry-nav__submenu-toggle::after {
    display: none;
  }
}
header .fndry-nav .nav-with-icon::after {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  header .fndry-nav__item--has-submenu {
    width: 100%;
  }
  header .fndry-nav__item--has-submenu .fndry-nav-submenu {
    display: none !important;
  }
  header .fndry-nav__item--submenu-open .fndry-nav-submenu {
    display: flex !important;
  }
  header .wp-block-search,
header .fndry-nav__item:has(.wp-block-search) {
    width: 100%;
    height: 50px;
  }
  header .wp-block-search__input {
    background: var(--fndry-color-darkBlue);
    border: none;
    height: 50px;
    padding: 16px;
    padding-left: 42px;
    color: var(--fndry-color-white);
  }
  header .wp-block-search__input::placeholder {
    color: var(--fndry-color-white);
  }
  header .wp-block-search__input:focus-visible {
    outline: none;
  }
  header .wp-block-search__inside-wrapper {
    position: relative;
  }
  header .wp-block-search__inside-wrapper::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23FFFFFF' d='M480 272C480 317.9 465.1 360.3 440 394.7L566.6 521.4C579.1 533.9 579.1 554.2 566.6 566.7C554.1 579.2 533.8 579.2 521.3 566.7L394.7 440C360.3 465.1 317.9 480 272 480C157.1 480 64 386.9 64 272C64 157.1 157.1 64 272 64C386.9 64 480 157.1 480 272zM272 416C351.5 416 416 351.5 416 272C416 192.5 351.5 128 272 128C192.5 128 128 192.5 128 272C128 351.5 192.5 416 272 416z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    content: "";
    width: 22px;
    height: 25px;
    position: absolute;
    top: 25%;
    left: 16px;
  }
  header .fndry-nav__item--has-submenu > .fndry-nav-submenu,
header .fndry-nav__container {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  header .fndry-nav__item--has-submenu > .fndry-nav-submenu {
    padding-top: 24px;
  }
  header .fndry-nav-submenu .fndry-nav-submenu {
    padding-left: 0;
    left: 10px;
    padding-top: 8px !important;
    gap: 2px !important;
  }
  header .fndry-nav-submenu .fndry-nav-submenu a {
    font-size: 16px;
    text-transform: none !important;
    font-weight: 500;
  }
  header .fndry-nav-submenu {
    padding-left: 20px;
  }
  header .fndry-nav__submenu-toggle {
    align-self: center;
    padding: 0;
    width: 20px;
    height: 23px;
  }
  header .fndry-nav__submenu-toggle::before {
    transform: none;
    background: url("/wp-content/uploads/2025/09/submenu-toggle-header-mobile-large.svg") no-repeat, center/contain;
    width: 16px;
    height: 20px;
  }
  header .fndry-nav__submenu-toggle::after {
    display: none;
  }
  header .fndry-btn {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  header .fndry-link--mobile-resources {
    font-size: 14px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
  }
  header .fndry-nav__responsive-container-close {
    top: -60px;
  }
  header .fndry-nav__responsive-container-close svg {
    width: 40px;
    height: 40px;
  }
  header .fndry-nav--overlay-md .fndry-nav__responsive-container {
    padding-top: 86px;
    padding-left: 20px;
    padding-right: 20px;
  }
  header .fndry-nav--overlay-md .fndry-nav__responsive-container input:-webkit-autofill,
header .fndry-nav--overlay-md .fndry-nav__responsive-container input:-webkit-autofill:hover,
header .fndry-nav--overlay-md .fndry-nav__responsive-container input:-webkit-autofill:focus,
header .fndry-nav--overlay-md .fndry-nav__responsive-container input:-webkit-autofill:active,
header .fndry-nav--overlay-md .fndry-nav__responsive-container input:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0 30px var(--fndry-color-darkBlue) inset !important;
    -webkit-text-fill-color: var(--fndry-color-white) !important;
    background-color: var(--fndry-color-darkBlue) !important;
    background-clip: content-box !important;
  }
  header .fndry-nav__item:has(.border-top-nav-mobile) {
    width: 100%;
    border-top: 1px solid var(--fndry-color-white);
    padding-top: 20px;
  }
}

.fndry-nav--overlay-md.fndry-nav--submenus-hover .fndry-nav__item--has-submenu:hover > .fndry-nav__submenu-toggle::before,
.fndry-nav--overlay-md.fndry-nav--submenus-hover .fndry-nav__item--has-submenu:hover > .fndry-nav__submenu-toggle::after,
.fndry-nav--overlay-md.fndry-nav--submenus-hover .fndry-nav__item--has-submenu:focus-within > .fndry-nav__submenu-toggle::before,
.fndry-nav--overlay-md.fndry-nav--submenus-hover .fndry-nav__item--has-submenu:focus-within > .fndry-nav__submenu-toggle::after {
  background-color: transparent;
  transform: none;
}

body {
  overflow-x: hidden;
}

footer {
  overflow: hidden;
}
footer .gfield_required {
  display: none !important;
}
footer .fndry-nav-link {
  --underlineBgActive: bottom left / 100% 1px no-repeat;
  --underlineBgBase: bottom left / 0% 1px no-repeat;
}
footer .legal-column {
  flex-wrap: wrap !important;
}
footer .legal-column p {
  width: fit-content;
}
footer .legal-column p a {
  color: var(--fndry-color-white);
}
footer .nav-container .fndry-nav {
  border-top: 2px solid var(--fndry-color-white20);
}
footer .fndry-social-list {
  gap: 12px;
}
footer .fndry-social-list a {
  padding: 0;
}
footer .fndry-col-navs {
  gap: 20px;
}
footer .fndry-nav {
  padding-top: 12px;
}
footer .fndry-nav__container {
  gap: 4px;
}
footer .fndry-nav__item:first-of-type a {
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  position: relative;
}
footer .fndry-nav__item:first-of-type a::before {
  content: "";
  position: absolute;
  top: 7px;
  right: -14px;
  width: 10px;
  height: 12px;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
footer .fndry-nav__item:first-of-type a::after {
  transition: all 0.5s ease-in-out;
  opacity: 1;
  content: "";
  position: absolute;
  top: 7px;
  right: -14px;
  width: 10px;
  height: 12px;
  background: url("/wp-content/uploads/2025/08/top-right-white20-triangle-footer.svg") no-repeat, center/contain;
}
footer .fndry-nav__item:first-of-type a:hover::before {
  background: url("/wp-content/uploads/2025/08/btn-link-white-triangle-top.svg") no-repeat, center/contain;
  opacity: 1;
}
footer .fndry-nav__item:first-of-type a:hover::after {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  footer .logo-footer {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .logged-in .fndry-nav__responsive-container {
    top: 46px;
  }
}

body:not(:has(.fndry-nav--header .wp-block-search)) .wp-block-search .wp-block-search__input,
.utility-nav .wp-block-search .wp-block-search__input {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 2rem;
  left: 50%;
  transform: translateX(-275px);
}
body:not(:has(.fndry-nav--header .wp-block-search)) .wp-block-search:not(.wp-block-search__searchfield-hidden) .wp-block-search__input,
.utility-nav .wp-block-search:not(.wp-block-search__searchfield-hidden) .wp-block-search__input {
  position: fixed;
  left: 50%;
  top: 9.75%;
  transform: translate(-50%, -50%);
  z-index: 9999999;
  opacity: 1;
  border-left: 40px solid var(--fndry-color-darkBlue);
  border-right: 40px solid var(--fndry-color-darkBlue);
  border-top: 25px solid var(--fndry-color-darkBlue);
  border-bottom: 25px solid var(--fndry-color-darkBlue);
  width: 380px;
  padding: 12px;
}
body:not(:has(.fndry-nav--header .wp-block-search)) .wp-block-search:not(.wp-block-search__searchfield-hidden) .wp-block-search__input:focus-visible,
.utility-nav .wp-block-search:not(.wp-block-search__searchfield-hidden) .wp-block-search__input:focus-visible {
  outline: none;
}

.banner-purple-bg-right {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .banner-purple-bg-right::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 60%;
    background: var(--fndry-color-purple);
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: -2;
  }
}
.banner-purple-bg-right .z-index-minus {
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .banner-purple-bg-right .home-banner-padding {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}

.bg--blue-triangle-right {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .bg--blue-triangle-right::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 70%;
    background: var(--fndry-color-blueShadeBg);
    clip-path: polygon(100% 170px, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 1024px) {
  .bg--blue-triangle-right::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 75%;
    width: 100%;
    background: var(--fndry-color-blueShadeBg);
    clip-path: polygon(100% 170px, 100% 100%, 0 100%);
  }
}
.bg--blue-triangle-right-alt {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .bg--blue-triangle-right-alt::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 65%;
    width: 65%;
    background: var(--fndry-color-blueShadeBg);
    clip-path: polygon(100% 170px, 100% 100%, 0 100%);
  }
}
.bg--blueShade-triangle-right-top {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .bg--blueShade-triangle-right-top::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 70%;
    background: var(--fndry-color-blueShadeBg);
    clip-path: polygon(100% calc(100% - 170px), 100% 0, 0 0);
  }
}
.bg--blueShade-triangle-right-top-alt {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .bg--blueShade-triangle-right-top-alt::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 65%;
    width: 65%;
    background: var(--fndry-color-blueShadeBg);
    clip-path: polygon(100% 170px, 100% 100%, 0 100%);
  }
}
.bg--blue-triangle-left {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .bg--blue-triangle-left::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 70%;
    background: var(--fndry-color-darkBlue20);
    z-index: 0;
    clip-path: polygon(0 0, 5% 0, 100% 100%, 0 100%);
  }
}
.bg--blue-triangle-left-alt {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .bg--blue-triangle-left-alt::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 70%;
    width: 70%;
    background: var(--fndry-color-darkBlue20);
    z-index: 0;
    clip-path: polygon(0 0, 0% 0, 100% 100%, 0 100%);
  }
}
.bg--blue-triangle-left-top {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .bg--blue-triangle-left-top::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 90%;
    width: 30%;
    background: var(--fndry-color-darkBlue);
    clip-path: polygon(0 calc(100% - 170px), 0 0, 100% 0);
  }
}
.bg--top-left-chipped {
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bg--top-left-chipped::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  height: 100%;
  width: 101%;
  z-index: -1;
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
}
.bg--top-left-chipped--purple::after {
  background: var(--fndry-color-darkPurple);
}
.bg--top-left-chipped--blue::after {
  background: var(--fndry-color-blue);
}
.bg--top-left-chipped--darkBlue::after {
  background: var(--fndry-color-darkBlue);
}
.bg--top-right-chipped {
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bg--top-right-chipped::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  height: 100%;
  width: 101%;
  z-index: -1;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50px, 100% 100%, 0 100%);
}
.bg--top-right-chipped--purple::after {
  background: var(--fndry-color-darkPurple);
}
.bg--top-right-chipped--blue::after {
  background: var(--fndry-color-blue);
}
.bg--top-right-chipped--blue2::after {
  background: var(--fndry-color-midBlue);
}
.bg--top-right-chipped--darkBlue::after {
  background: var(--fndry-color-darkBlue);
}
.bg-top-bottom-white-cutoffs {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .bg-top-bottom-white-cutoffs::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 76px;
    background: white;
    z-index: -1;
  }
  .bg-top-bottom-white-cutoffs::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 230px;
    height: 120px;
    background: white;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%);
  }
}
@media screen and (max-width: 720px) {
  .bg-top-bottom-white-cutoffs .mobile-white-shape-bg .z-index-mobile {
    z-index: -2;
  }
  .bg-top-bottom-white-cutoffs .mobile-white-shape-bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background: white;
    z-index: -3;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
}
@media screen and (min-width: 720px) and (max-width: 1024px) {
  .bg-top-bottom-white-cutoffs .mobile-white-shape-bg .z-index-mobile {
    z-index: -2;
  }
  .bg-top-bottom-white-cutoffs .mobile-white-shape-bg::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 60px;
    height: 60px;
    background: white;
    z-index: -3;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
}
.bg-top-liteblue-cutoffs {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .bg-top-liteblue-cutoffs::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 76px;
    background: var(--fndry-color-lightBg);
    z-index: -1;
  }
}
.bg-top-blue-cutoffs {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .bg-top-blue-cutoffs::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 76px;
    background: var(--fndry-color-blue);
    z-index: -1;
  }
}
.bg-top-white-cutoffs {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .bg-top-white-cutoffs::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 76px;
    background: var(--fndry-color-white);
    z-index: -1;
  }
}
.bg--bottom-left-trapezoid-purple {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .bg--bottom-left-trapezoid-purple::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 60%;
    height: 70%;
    background: var(--fndry-color-purple);
    z-index: -1;
    clip-path: polygon(0 0, 60% 0, 90% 100%, 0 100%);
  }
}
@media screen and (max-width: 1024px) {
  .bg-trapezoid-purple-mobile {
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  .bg-trapezoid-purple-mobile::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--fndry-color-purple);
    z-index: -2;
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.bg--bottom-left-trapezoid-darkBlue10 {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .bg--bottom-left-trapezoid-darkBlue10::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--fndry-color-darkBlue10);
    z-index: -1;
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 10% 100%);
  }
}
.bg--bottom-right-trapezoid-blue {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .bg--bottom-right-trapezoid-blue::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 50%;
    height: 73%;
    background: var(--fndry-color-blue);
    z-index: -1;
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 10% 100%);
  }
}
.bg--bottom-right-trapezoid-liteblue {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .bg--bottom-right-trapezoid-liteblue::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 70%;
    height: 100%;
    background: var(--fndry-color-lightBg);
    z-index: -1;
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 10% 100%);
  }
}
.bg--bottom-right-trapezoid-blue20 {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .bg--bottom-right-trapezoid-blue20::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 70%;
    height: 100%;
    background: var(--fndry-color-blue20);
    z-index: -1;
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 10% 100%);
  }
}

.top-left-corner--white {
  position: relative;
  z-index: 2;
}
.top-left-corner--white::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 60px;
  height: 60px;
  background: white;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.top-left-corner--white-img {
  position: relative;
  z-index: 2;
}
.top-left-corner--white-img::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 60px;
  height: 60px;
  background: white;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.top-right-corner--dark-blue {
  position: relative;
  z-index: 2;
}
.top-right-corner--dark-blue::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 50px;
  height: 50px;
  background: var(--fndry-color-darkBlue);
  z-index: -1;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.container-liteblue-bottom-right-chipped {
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .container-liteblue-bottom-right-chipped::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 20px;
    height: 20px;
    background: var(--fndry-color-lightBg);
    z-index: 3;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
}
.container-liteblue-bottom-right-chipped--liteBlue::after {
  background: var(--fndry-color-lightBg);
}

.container-blue-bottom-right-chipped {
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .container-blue-bottom-right-chipped::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 40px;
    height: 40px;
    background: var(--fndry-color-blue);
    z-index: -1;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
}
.container-blue-bottom-right-chipped--blue::after {
  background: var(--fndry-color-blue);
}

.container-transparent-top-right-chipped {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
}

.container-transparent-bottom-right-chipped {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
}

.container-white-bottom-right-chipped {
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .container-white-bottom-right-chipped::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 20px;
    height: 20px;
    background: var(--fndry-color-white);
    z-index: -1;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
}
.container-white-bottom-right-chipped-alt {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .container-white-bottom-right-chipped-alt::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 20px;
    height: 20px;
    background: var(--fndry-color-white);
    z-index: 2;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
}

.container-bottom-right-purple-triangle {
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .container-bottom-right-purple-triangle::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 42px;
    height: 42px;
    background: var(--fndry-color-purple);
    z-index: -1;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
}

.horizontal-scroll-parent-container .horizontal-scroll-subparent-container {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.horizontal-scroll-parent-container .horizontal-scroll-parent-row {
  display: flex;
  flex-wrap: nowrap;
}

@media screen and (min-width: 1700px) {
  .container-img-left--xl-screen .fndry-col {
    width: 58.3333333333%;
  }
}

.banner-corner-bottom-right-white {
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .banner-corner-bottom-right-white::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 115px;
    height: 115px;
    background: var(--fndry-color-white);
    z-index: -1;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
}

.banner-corner-bottom-right-liteBlue {
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .banner-corner-bottom-right-liteBlue::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 115px;
    height: 115px;
    background: var(--fndry-color-lightBg);
    z-index: -1;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
}

.heading-with-icon-18px-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.heading-with-icon-18px-right mark {
  font-size: 18px;
  padding-left: 8px;
}

.heading-with-bg mark {
  padding: 4px 10px;
}

.fndry-text-h6Label14.heading-with-bg {
  margin-left: -10px;
}

.heading-with-bg--bigger mark {
  padding: 0px 10px;
}

html .gform_wrapper.gravity-theme.fndry-form__newsletter_wrapper button {
  height: 47px;
  font-weight: 600;
  font-family: "din-2014", sans-serif;
  font-size: 16px;
}
@media screen and (min-width: 720px) {
  html .gform_wrapper.gravity-theme.fndry-form__newsletter_wrapper button {
    border-radius: 0 6px 6px 0;
  }
}
html .gform_wrapper.gravity-theme.fndry-form__newsletter_wrapper #field_submit {
  align-items: flex-end;
}
html .gform_wrapper.gravity-theme.fndry-form__newsletter_wrapper input {
  height: 47px;
  border: none;
}
html .gform_wrapper.gravity-theme.fndry-form__newsletter_wrapper input:focus, html .gform_wrapper.gravity-theme.fndry-form__newsletter_wrapper input:focus-visible {
  outline: none;
}
html .gform_wrapper.gravity-theme.fndry-form__newsletter_wrapper input[type=text] {
  border-right: 1px solid var(--fndry-color-darkBlue40);
}
html .gform_wrapper.gravity-theme.fndry-form__newsletter_wrapper .gform_heading {
  display: none;
}
html .gform_wrapper.gravity-theme.fndry-form__newsletter_wrapper .gform_fields {
  grid-column-gap: 0;
}
html .gform_wrapper.gravity-theme.fndry-form__newsletter_wrapper .gfield_label {
  color: var(--fndry-color-white);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}
html .gform_wrapper.gravity-theme.fndry-form__newsletter_wrapper .gfield_required {
  color: var(--fndry-color-white);
}
html .gform_wrapper.gravity-theme.fndry-form__newsletter_wrapper .gform-footer {
  display: none;
}

.breadcrumbs {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs a {
  text-decoration: none;
  color: var(--fndry-color-white);
  display: flex;
  align-items: center;
  transition: all 200ms ease-in-out;
}
.breadcrumbs a:hover {
  color: var(--fndry-color-black);
}
.breadcrumbs .current-item {
  color: var(--fndry-color-white);
}
.breadcrumbs span[property=itemListElement] {
  margin-right: 8px;
}
.breadcrumbs span {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.6px;
  font-family: "din-2014", sans-serif;
}
.breadcrumbs span .crumb-icon {
  margin-left: 8px;
  width: 5px;
  height: 10px;
  background: url("/wp-content/uploads/2025/09/breadcrumb.svg") no-repeat, center/contain;
}
.breadcrumbs .breadcrumbs-icon {
  margin-right: 8px;
  width: 5px;
  height: 10px;
  background: url("/wp-content/uploads/2025/09/breadcrumb.svg") no-repeat, center/contain;
}
.breadcrumbs .breadcrumbs-icon:not(:has(~ .breadcrumbs-icon)) {
  display: none;
}

.single-impact-stories .breadcrumbs .breadcrumbs-icon {
  display: none !important;
}

.no-breadcrumb-on-current .has-current .crumb-icon {
  display: none;
}

.single-award-post .has-current {
  display: none;
}

.no-breadcrumb-on-current .has-current .crumb-icon {
  display: none;
}

.single-award-post .breadcrumbs-icon:not(:has(~ .breadcrumbs-icon)) {
  display: block;
}

.single-award-recipient .has-current {
  display: none;
}

.no-breadcrumb-on-current .has-current .crumb-icon {
  display: none;
}

.single-award-recipient .breadcrumbs-icon:not(:has(~ .breadcrumbs-icon)) {
  display: block;
}

.breadcrumbs-icon-extras-none .has-current {
  display: none;
}
.breadcrumbs-icon-extras-none .crumb-icon {
  display: none;
}

.breadcrumbs-first-last-none .crumb-icon {
  display: none;
}
.breadcrumbs-first-last-none .breadcrumbs-icon:not(:has(~ .breadcrumbs-icon)) {
  display: block;
}

.breadcrumbs-first-last-none-current .crumb-icon,
.breadcrumbs-first-last-none-current .has-current {
  display: none;
}

.breadcrumbs-current-arrow-none .has-current .crumb-icon {
  display: none;
}

.breadcrumbs-taxonomy-banner .breadcrumbs-icon:not(:has(~ .breadcrumbs-icon)) {
  display: block;
}
.breadcrumbs-taxonomy-banner .has-current {
  display: none;
}

.breadcrumbs-no-current .has-current {
  display: none;
}

.breadcrumbs-arrow-first .breadcrumbs .breadcrumbs-icon:not(:has(~ .breadcrumbs-icon)) {
  display: block;
}

.breadcrumbs-taxonomy--no-margin .fndry-post-terms__tax,
.breadcrumbs-taxonomy--no-margin .breadcrumbs {
  margin-bottom: 0;
}

.breadcrumbs--leader span[property=itemListElement]:nth-last-of-type(3) {
  display: none;
}
.breadcrumbs--leader .breadcrumbs-icon:nth-of-type(5) {
  display: none;
}

.fndry-accordion--toggle-white .fndry-accordion-block__icon-wrap svg {
  color: var(--fndry-color-white);
  height: 18px;
}
.fndry-accordion--toggle-blue .fndry-accordion-block__icon-wrap svg {
  color: var(--fndry-color-midBlue);
  height: 18px;
}
.fndry-accordion .fndry-accordion-block__label {
  justify-content: flex-end;
}
.fndry-accordion .fndry-accordion-block__label-heading {
  text-align: left;
}

.view-all-awards .fndry-accordion-block__label-heading {
  padding: 14px 30px 14px 30px;
  background: var(--fndry-color-purple);
  color: var(--fndry-color-white);
  border-radius: 6px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  z-index: 2;
  isolation: isolate;
  transition: 0.5s ease;
}
.view-all-awards .fndry-accordion-block__label-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  width: 120%;
  height: 100%;
  background-color: var(--fndry-color-darkPurple);
  transform: translateX(-100%) skewX(20deg);
  transition: transform 0.5s ease;
  z-index: -1;
  will-change: transform;
  backface-visibility: hidden;
}
.view-all-awards .fndry-accordion-block__label-heading:hover::before {
  transform: translateX(0) skewX(20deg);
}
.view-all-awards .fndry-accordion-block__label-heading:hover {
  color: var(--fndry-color-white);
  background-color: var(--fndry-color-darkPurple);
}
.view-all-awards .fndry-accordion-block__label-heading svg {
  transition: unset !important;
}
.view-all-awards .fndry-accordion-block__icon {
  display: none;
}

.fndry-list--12px-icon {
  padding-left: 24px;
}
.fndry-list--12px-icon .fndry-list-item {
  margin-bottom: 6px;
}
.fndry-list--12px-icon .fndry-list-item__icon {
  font-size: 12px;
  left: -24px;
  top: 4px;
}
.fndry-list--15px-icon {
  padding-left: 24px;
}
.fndry-list--15px-icon .fndry-list-item {
  margin-bottom: 6px;
}
.fndry-list--15px-icon .fndry-list-item__icon {
  font-size: 15px;
  left: -28px;
}

.fndry-social-list--share {
  gap: 4px;
}
.fndry-social-list--share .fndry-social__link {
  padding: 6px;
}
.fndry-social-list--mediakit {
  gap: 4px;
}
.fndry-social-list--mediakit .fndry-social__link {
  padding: 6px;
}
.fndry-social-list--mediakit .fndry-social__link:first-child {
  padding-left: 0px;
}

.fake-list-container:not(:last-child) {
  padding-bottom: 4px;
}
.fake-list-container .icon-column {
  padding-right: 20px;
}

.fndry-list li {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.fndry-post__inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .fndry-post--top-margin {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .fndry-post--top-margin {
    margin-top: 40px;
  }
}

.fndry-post--top-margin > .fndry-post-loop:first-of-type {
  border-bottom: 1px solid var(--fndry-color-blue40);
}
@media screen and (min-width: 1024px) {
  .fndry-post--top-margin > .fndry-post-loop:first-of-type {
    padding-bottom: 100px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .fndry-post--top-margin > .fndry-post-loop:first-of-type {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.fndry-post-loop-margin-0 .fndry-post-loop {
  margin: 0;
}

.toggle-column {
  padding-right: 5px;
}

.fndry-post--resources .fndry-post-loop .fndry-post:first-of-type .childLinkToParent {
  border-top: 1px solid var(--fndry-color-blue40);
}

.margin-bottom-0--tax .fndry-post-terms__tax {
  margin-bottom: 0;
}

.margin-bottom-0--term .fndry-post-terms__term .fndry-post-terms__link {
  margin-bottom: 0;
}

.post-award.current-item {
  max-width: 50ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#related-offset-2 > ul > .fndry-post:nth-of-type(-n + 2) {
  display: none;
}

.search-results__single .fndry-post-excerpt__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

figcaption {
  background: var(--fndry-color-darkBlue);
  color: var(--fndry-color-white);
}

.figcaption-lite figcaption {
  background: var(--fndry-color-lightBg);
  color: var(--fndry-color-black);
}

@media (max-width: 1024px) {
  .single-impact-stories figure[style*="--img-height-md"] {
    --img-height-md: auto !important;
    margin-top: 1rem !important;
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 1024px) {
  .single-impact-stories #about {
    padding-top: 0 !important;
  }
}

.fndry-filters--search {
  position: absolute;
  left: 0px;
}
@media screen and (min-width: 720px) {
  .fndry-filters--search {
    top: -10px;
  }
}
@media screen and (max-width: 720px) {
  .fndry-filters--search {
    top: -90px;
  }
}

.search-filters .fndry-filter-search {
  background-color: var(--fndry-color-white10);
  height: 47px;
  border: 1px solid var(--fndry-color-white);
  border-radius: 0;
  margin: 0;
}
.search-filters .fndry-filter-search .fndry-form-ctrl__reset {
  display: none;
}
.search-filters .fndry-filter-search .fndry-filter-search__input {
  padding-right: 40px;
}
.search-filters .fndry-filter-search .fndry-form-ctrl__icon {
  font-size: 18px;
  left: 14px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.search-filters .fndry-filter-search .fndry-form-ctrl__icon:hover {
  color: var(--fndry-color-purple);
}

.fndry-advanced-filters__overlay-container {
  background: var(--fndry-color-darkBlue);
  max-width: 33vw;
  box-shadow: none;
}
@media (max-width: 1024px) {
  .fndry-advanced-filters__overlay-container {
    max-width: 100vw;
  }
}
.fndry-advanced-filters__overlay-container label {
  color: var(--fndry-color-white);
  margin-bottom: 0;
}
.fndry-advanced-filters__overlay-container select {
  border-radius: 0;
  height: 45px;
  background: rgba(0, 0, 0, 0) url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%239A2890%22%2F%3E%3C%2Fsvg%3E") no-repeat right 5px top 55%;
}
@media screen and (min-width: 1024px) {
  .fndry-advanced-filters__overlay-container {
    padding-left: 110px;
  }
}
.fndry-advanced-filters__overlay-container .fndry-advanced-filters__label-lg {
  letter-spacing: 0.6px;
}
.fndry-advanced-filters__overlay-container .custom-date-range-filter {
  margin-bottom: 2rem;
}
.fndry-advanced-filters__overlay-container .custom-date-range-filter .fndry-form-ctrl {
  min-width: 110px;
  border: none;
}
.fndry-advanced-filters__overlay-container .custom-date-range-filter .fndry-form-ctrl .fndry-form-ctrl__select {
  background-color: var(--fndry-color-white);
  border-radius: 5px;
  height: 45px;
}
.fndry-advanced-filters__overlay-container .custom-date-range-filter .date-range-separator {
  margin-bottom: -2.5rem;
}
@media screen and (min-width: 1024px) {
  .fndry-advanced-filters__overlay-container .fndry-advanced-filters__fieldset {
    padding-top: 70px;
    padding-right: 110px;
  }
}
.fndry-advanced-filters__overlay-container .fndry-advanced-filters__btn-apply {
  padding: 11px 30px;
  min-height: 40px;
}

.filters--position-mobile {
  position: relative;
  top: -100px;
}
@media screen and (min-width: 720px) and (max-width: 1024px) {
  .filters--position-mobile {
    top: -120px !important;
  }
}
@media screen and (max-width: 720px) {
  .filters--position-mobile {
    position: fixed;
  }
  .filters--position-mobile .filters-parent-container {
    margin-top: -80px;
  }
}

.fndry-filters--funded-research .fndry-filter-search__input {
  color: var(--fndry-color-white);
  padding-left: 40px;
}

.fndry-filters--news {
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .fndry-filters--news {
    align-items: flex-start;
  }
}
.fndry-filters--news .fndry-form-ctrl__reset {
  display: none;
}
.fndry-filters--news .fndry-filter-search__input {
  padding-right: 40px;
}
@media screen and (max-width: 720px) {
  .fndry-filters--news {
    flex-direction: column;
  }
}
.fndry-filters--news .fndry-form-ctrl__icon {
  font-size: 15px;
  right: 5px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.fndry-filters--news .fndry-form-ctrl__icon:hover {
  color: var(--fndry-color-purple);
}
.fndry-filters--news .fndry-filter-search__input,
.fndry-filters--news .fndry-filter-search {
  max-width: 280px;
  min-width: auto;
  height: 52px;
}
@media screen and (max-width: 720px) {
  .fndry-filters--news .fndry-filter-search__input,
.fndry-filters--news .fndry-filter-search {
    min-width: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .fndry-filters--news .fndry-archive-list {
    padding-bottom: 0;
  }
}
.fndry-filters--news .fndry-filter-search {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid var(--fndry-color-darkBlue);
}
.fndry-filters--news .fndry-filters--search-right {
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .fndry-filters--news .fndry-filters--search-right {
    top: -15px;
    right: 225px;
  }
}
@media screen and (min-width: 720px) and (max-width: 1024px) {
  .fndry-filters--news .fndry-filters--search-right {
    top: 15px;
    right: 225px;
  }
}
@media screen and (max-width: 720px) {
  .fndry-filters--news .fndry-filters--search-right {
    top: 110px;
    left: 30px;
  }
}
.fndry-filters--news .fndry-filters--search-right-alt {
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .fndry-filters--news .fndry-filters--search-right-alt {
    top: -8px;
    right: 235px;
  }
}
@media screen and (min-width: 720px) and (max-width: 1024px) {
  .fndry-filters--news .fndry-filters--search-right-alt {
    top: 15px;
    right: 225px;
  }
}
@media screen and (max-width: 720px) {
  .fndry-filters--news .fndry-filters--search-right-alt {
    top: 70px;
    left: 30px;
  }
}

.filters-search-input .fndry-form-ctrl__icon {
  font-size: 15px;
  right: 5px;
  left: auto !important;
  cursor: pointer;
  transition: color 0.2s ease;
}
.filters-search-input .fndry-form-ctrl__icon:hover {
  color: var(--fndry-color-purple);
}
.filters-search-input .fndry-filter-search {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid var(--fndry-color-darkBlue);
}

.fndry-form-ctrl__label {
  font-family: var(--fndry-font-din2014);
  color: var(--fndry-color-black);
  --placeholderOpacity: 1 !important;
  --placeholderVisibility: visible !important;
  position: absolute;
  opacity: 1;
  padding: 0;
  top: -1.35rem;
  left: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.search-filters--no-label .fndry-form-ctrl__label {
  display: none;
}

.archive-search-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  margin-left: 0;
}
@media only screen and (min-width: 1024px) {
  .archive-search-container {
    justify-content: start;
  }
}

.fndry-form-ctrl__date-select {
  height: 47px;
  padding-inline: 0.5rem;
  justify-content: center;
}

.fndry-pagination {
  max-width: 346px;
  margin: auto;
}
.fndry-pagination span {
  line-height: normal;
}
.fndry-pagination .page-numbers:not(.current) {
  color: var(--fndry-color-black);
  font-weight: 700;
  text-decoration: none;
}
.fndry-pagination .current {
  color: var(--fndry-color-white);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .fndry-pagination .current::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 10px;
    height: 10px;
    background: var(--fndry-color-white);
    z-index: -1;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
}
.fndry-pagination .fndry-page-prev {
  flex-direction: row-reverse;
}
.fndry-pagination .fndry-page-prev::after {
  transform: rotate(270deg);
}

.pagination-stroke .fndry-post-loop {
  border-bottom: 1px solid var(--fndry-color-blue40);
  margin-bottom: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .fndry-page-prev {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .fndry-page-prev {
    margin-right: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .fndry-page-next {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .fndry-page-next {
    margin-left: 20px;
  }
}

.fndry-slider__pill {
  border-radius: 0;
  height: 5px;
  width: 5px;
}
.fndry-slider__pill:not(.fndry-slider__pill--active) {
  background-color: var(--fndry-color-darkBlue);
}
.fndry-slider__pill--active {
  background-color: transparent;
}
.fndry-slider__ctrl {
  width: 47px;
  height: 47px;
  background: var(--fndry-color-darkBlue) no-repeat center/12px;
}
.fndry-slider__ctrl svg {
  display: none;
}
.fndry-slider__ctrl--next {
  margin-left: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M128 80L128 560L560 320L128 80z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.fndry-slider__ctrl--prev {
  margin-right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cg transform='translate(640,0) scale(-1,1)'%3E%3Cpath d='M128 80L128 560L560 320L128 80z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E");
}
.fndry-slider--light .fndry-slider__pill {
  border: 1px solid var(--fndry-color-white);
}
.fndry-slider--light .fndry-slider__pill:not(.fndry-slider__pill--active) {
  background-color: transparent;
}
.fndry-slider--light .fndry-slider__pill--active {
  background-color: var(--fndry-color-white);
}

.fndry-container--jumpNav {
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .fndry-container--jumpNav {
    overflow-x: scroll;
  }
}
.fndry-container--bannerJumpNavWrapper {
  left: 50% !important;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .fndry-container--bannerJumpNavWrapper {
    overflow: hidden;
  }
}

.fndry-btn-filledButtonPrimary {
  text-align: center;
}
.fndry-btn-linkLearnMoreWhiteDark, .fndry-btn-linkLearnMoreWhitePurple, .fndry-btn-linkLearnMoreWhiteBlue {
  transition: all 0.5s ease-in-out;
  position: relative;
  display: inline-block;
  overflow: visible;
}
.fndry-btn-linkLearnMoreWhiteDark::before, .fndry-btn-linkLearnMoreWhiteDark::after, .fndry-btn-linkLearnMoreWhitePurple::before, .fndry-btn-linkLearnMoreWhitePurple::after, .fndry-btn-linkLearnMoreWhiteBlue::before, .fndry-btn-linkLearnMoreWhiteBlue::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
  width: 12px;
  height: 12px;
  display: block;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
}
.fndry-btn-linkLearnMoreWhiteDark::after, .fndry-btn-linkLearnMoreWhitePurple::after, .fndry-btn-linkLearnMoreWhiteBlue::after {
  opacity: 1;
  z-index: 2;
}
.fndry-btn-linkLearnMoreWhiteDark::before, .fndry-btn-linkLearnMoreWhitePurple::before, .fndry-btn-linkLearnMoreWhiteBlue::before {
  background-image: url("/wp-content/uploads/2025/08/btn-link-white-triangle-top.svg");
  opacity: 0;
  z-index: 3;
}
.fndry-btn-linkLearnMoreWhiteDark:hover::before, .fndry-btn-linkLearnMoreWhitePurple:hover::before, .fndry-btn-linkLearnMoreWhiteBlue:hover::before {
  opacity: 1;
}
.fndry-btn-linkLearnMoreWhiteDark:hover::after, .fndry-btn-linkLearnMoreWhitePurple:hover::after, .fndry-btn-linkLearnMoreWhiteBlue:hover::after {
  opacity: 0;
}
.fndry-btn-filledButtonBlue, .fndry-btn-filledButtonBlueFilters, .fndry-btn-filledButtonBlueBlueFilters, .fndry-btn-filledButtonBlueLockIcon {
  position: relative;
  overflow: hidden;
  z-index: 2;
  isolation: isolate;
  transition: 0.5s ease;
}
.fndry-btn-filledButtonBlue::before, .fndry-btn-filledButtonBlueFilters::before, .fndry-btn-filledButtonBlueBlueFilters::before, .fndry-btn-filledButtonBlueLockIcon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  width: 120%;
  height: 100%;
  background-color: var(--fndry-color-darkBlue);
  transform: translateX(-100%) skewX(20deg);
  transition: transform 0.5s ease;
  z-index: -1;
  will-change: transform;
  backface-visibility: hidden;
}
.fndry-btn-filledButtonBlue:hover::before, .fndry-btn-filledButtonBlueFilters:hover::before, .fndry-btn-filledButtonBlueBlueFilters:hover::before, .fndry-btn-filledButtonBlueLockIcon:hover::before {
  transform: translateX(0) skewX(20deg);
}
.fndry-btn-filledButtonBlue:hover, .fndry-btn-filledButtonBlueFilters:hover, .fndry-btn-filledButtonBlueBlueFilters:hover, .fndry-btn-filledButtonBlueLockIcon:hover {
  color: var(--fndry-color-white);
  background-color: var(--fndry-color-darkBlue);
}
.fndry-btn-filledButtonBlue svg, .fndry-btn-filledButtonBlueFilters svg, .fndry-btn-filledButtonBlueBlueFilters svg, .fndry-btn-filledButtonBlueLockIcon svg {
  transition: unset !important;
}
.fndry-btn-filledButtonWhite, .fndry-btn-filledButtonWhiteLockIcon {
  position: relative;
  overflow: hidden;
  z-index: 2;
  isolation: isolate;
  transition: 0.5s ease;
}
.fndry-btn-filledButtonWhite::before, .fndry-btn-filledButtonWhiteLockIcon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  width: 120%;
  height: 100%;
  background-color: var(--fndry-color-lightBg);
  transform: translateX(-100%) skewX(20deg);
  transition: transform 0.5s ease;
  z-index: -1;
  will-change: transform;
  backface-visibility: hidden;
}
.fndry-btn-filledButtonWhite:hover::before, .fndry-btn-filledButtonWhiteLockIcon:hover::before {
  transform: translateX(0) skewX(20deg);
}
.fndry-btn-filledButtonWhite:hover, .fndry-btn-filledButtonWhiteLockIcon:hover {
  color: var(--fndry-color-darkBlue);
  background-color: var(--fndry-color-lightBg);
}
.fndry-btn-filledButtonWhite svg, .fndry-btn-filledButtonWhiteLockIcon svg {
  transition: unset !important;
}
.fndry-btn-filledButtonWhitePurple {
  position: relative;
  overflow: hidden;
  z-index: 2;
  isolation: isolate;
  transition: 0.5s ease;
}
.fndry-btn-filledButtonWhitePurple::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  width: 120%;
  height: 100%;
  background-color: var(--fndry-color-lightBg);
  transform: translateX(-100%) skewX(20deg);
  transition: transform 0.5s ease;
  z-index: -1;
  will-change: transform;
  backface-visibility: hidden;
}
.fndry-btn-filledButtonWhitePurple:hover::before {
  transform: translateX(0) skewX(20deg);
}
.fndry-btn-filledButtonWhitePurple:hover {
  color: var(--fndry-color-purple);
  background-color: var(--fndry-color-lightBg);
}
.fndry-btn-filledButtonWhitePurple svg {
  transition: unset !important;
}
.fndry-btn-filledButtonPrimary {
  position: relative;
  overflow: hidden;
  z-index: 2;
  isolation: isolate;
  transition: 0.5s ease;
}
.fndry-btn-filledButtonPrimary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  width: 120%;
  height: 100%;
  background-color: var(--fndry-color-darkPurple);
  transform: translateX(-100%) skewX(20deg);
  transition: transform 0.5s ease;
  z-index: -1;
  will-change: transform;
  backface-visibility: hidden;
}
.fndry-btn-filledButtonPrimary:hover::before {
  transform: translateX(0) skewX(20deg);
}
.fndry-btn-filledButtonPrimary:hover {
  color: var(--fndry-color-white);
  background-color: var(--fndry-color-darkPurple);
}
.fndry-btn-filledButtonPrimary svg {
  transition: unset !important;
}
.fndry-btn-linkLearnMoreDarkBluePurple {
  align-items: flex-start;
  line-height: 1;
}

.bg-img-zoom .fndry-image {
  overflow: hidden;
}
.bg-img-zoom img {
  transition: all 0.5s ease-in-out;
}
.bg-img-zoom:hover img {
  transform: scale(1.05);
}

.link-hover--none:hover::after {
  opacity: 1;
}

.link-hover-white-underline a {
  transition: 0.5s ease-in-out;
}
.link-hover-white-underline a:hover {
  text-decoration: underline;
  color: var(--fndry-color-white);
}
.link-hover-white-underline a:visited {
  color: var(--fndry-color-white);
}

.extended-slider {
  overflow: hidden;
  position: relative;
}
.extended-slider .fndry-slider__track {
  overflow: visible;
}

/*# sourceMappingURL=style.css.map*/