/*!
 * 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%;
}

.sticky-top {
  position: sticky;
  top: 0;
}

.backdrop-blur {
  backdrop-filter: blur(10px);
}

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

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

@media only screen and (max-width: 1024px) {
  .text-black-mobile {
    color: var(--fndry-color-charcoal) !important;
  }
}

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

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

.hidden {
  display: none;
}
@media (max-width: 1024px) {
  .hidden--mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hidden--desktop {
    display: none;
  }
}

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

.height-auto {
  height: auto;
}

@media screen and (min-width: 720px) and (max-width: 1024px) {
  .height-1070--mobile {
    height: 960px;
  }
}
@media screen and (max-width: 720px) {
  .height-1070--mobile {
    height: 1070px;
  }
}

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

.max-height-1060 {
  max-height: 1060px;
}
.max-height-508 {
  max-height: 508px;
}

@media screen and (max-width: 1024px) {
  .border-bottom-1px-beige--mobile {
    border: 0 !important;
    border-bottom: 1px solid var(--fndry-color-beige) !important;
  }
}

.d-flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.flex-column {
  flex-direction: column;
}

.background-blur {
  backdrop-filter: blur(5px);
}

@media screen and (max-width: 1024px) {
  .height-100--none-mobile {
    height: auto !important;
  }
}

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

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

.display-none {
  display: none;
}

.link-black,
.link-black a {
  color: var(--fndry-color-charcoal);
}
.link-black:hover,
.link-black a:hover {
  color: var(--fndry-color-firetruck);
}

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

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

.intro-red-line-top::before {
  content: "";
  display: block;
  height: 2px;
  width: 8.5rem;
  background-color: var(--fndry-color-firetruck);
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .intro-red-line-top::before {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .intro-red-line-top::before {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .right-0-mobile {
    right: 0 !important;
  }
}
.banner-text--bg-clip {
  background-color: var(--fndry-color-white);
  padding-left: 10px;
  padding-right: 10px;
}
.banner-text--bg-clip mark {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
  background-color: transparent !important;
}

.fndry-nav .margin-left-12 {
  margin-left: 12px;
}
.fndry-nav .fndry-nav__toggle,
.fndry-nav .nav-with-icon {
  width: 2rem;
  height: 2rem;
}
.fndry-nav .fndry-nav__toggle--active,
.fndry-nav .nav-with-icon--active {
  display: none;
}
.fndry-nav .fndry-nav__toggle::before, .fndry-nav .fndry-nav__toggle-lines::before, .fndry-nav .fndry-nav__toggle-lines::after, .fndry-nav .fndry-nav__toggle::after,
.fndry-nav .nav-with-icon::before,
.fndry-nav .nav-with-icon-lines::before,
.fndry-nav .nav-with-icon-lines::after,
.fndry-nav .nav-with-icon::after {
  width: 100%;
  border-radius: 2px;
}
.fndry-nav__responsive-dialog > .fndry-nav__responsive-container-close {
  background-image: url("/wp-content/uploads/2025/10/close-button-mobile.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  padding: 0;
  top: 21px;
  right: 21px;
}
.fndry-nav__responsive-dialog > .fndry-nav__responsive-container-close svg {
  width: 100%;
  border-radius: 100%;
}
.fndry-nav__responsive-dialog > .fndry-nav__responsive-container-close svg path {
  fill: var(--fndry-color-white);
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
header .fndry-nav__item--has-submenu .fndry-nav-link {
  padding-right: 0.35rem !important;
}
header .fndry-nav__item--has-submenu .fndry-nav__submenu-toggle {
  transition: 0.25s ease;
  height: fit-content;
  align-self: center;
  padding: 0;
  width: fit-content;
}
header .fndry-nav__item--has-submenu .fndry-nav__submenu-toggle::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10' fill='none'%3E%3Cpath d='M6.49999 9.5L13 0.5L0 0.5L6.49999 9.5Z' fill='%23B62025'/%3E%3C/svg%3E") no-repeat center/contain !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 13px;
  height: 10px;
  position: unset;
  background-color: transparent !important;
  transform: rotate(0deg);
  will-change: transform, background-image;
}
@media (max-width: 1024px) {
  header .fndry-nav__item--has-submenu .fndry-nav__submenu-toggle::before {
    display: none;
  }
}
header .fndry-nav__item--has-submenu .fndry-nav__submenu-toggle::after {
  width: 0;
}
header .fndry-nav__item--has-submenu .fndry-nav-submenu {
  padding: 0.5rem;
}
@media (max-width: 720px) {
  header .fndry-nav__item--has-submenu .fndry-nav-submenu {
    padding: 0 !important;
  }
}
header .fndry-nav__item--has-submenu .fndry-nav-submenu .fndry-nav-link {
  flex-grow: 0;
}
header .fndry-nav__item--has-submenu .fndry-nav-submenu .fndry-nav-link--is-anchor {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding-left: 1.5rem !important;
  padding-block: 0.25rem;
}
header .fndry-nav__item:hover .fndry-nav__submenu-toggle {
  position: unset;
}
@media (min-width: 720px) {
  header .fndry-nav__item:hover .fndry-nav__submenu-toggle {
    position: relative;
  }
}
@media (min-width: 1024px) {
  header .fndry-nav__item:hover .fndry-nav__submenu-toggle {
    transform: rotate(180deg) !important;
  }
  header .fndry-nav__item:hover .fndry-nav__submenu-toggle::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23FFB706' d='M224 385.9l17-17L401 209l17-17L384 158.1l-17 17-143 143L81 175l-17-17L30.1 192l17 17L207 369l17 17z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
header .fndry-nav--mobile__main li {
  padding-top: 5px;
  padding-bottom: 5px;
}
header .fndry-nav--mobile__main > .fndry-nav__item {
  border-bottom: 1px solid var(--fndry-color-white20);
}
header .fndry-nav--mobile .fndry-nav__responsive-container {
  padding: 0;
}
header .fndry-nav--mobile .fndry-nav__toggle {
  z-index: 100001;
}
header .fndry-nav--mobile .fndry-nav__item--has-submenu .fndry-nav__submenu-toggle::after {
  content: "";
  position: relative;
  background: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg' transform='rotate(180)'%3E%3Crect width='33' height='33' rx='3' fill='%236D1316'/%3E%3Cpath d='M16.5 21L23 12H10L16.5 21Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 33px;
  height: 33px;
  left: 0;
  top: 0;
  transition: none;
}
header .fndry-nav--mobile .fndry-nav__item--submenu-open .fndry-nav__submenu-toggle::after {
  content: "";
  position: relative;
  background: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='33' height='33' rx='3' transform='matrix(1 0 0 -1 0 33)' fill='white'/%3E%3Cpath d='M16.5 12L23 21H10L16.5 12Z' fill='%23B62025'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 33px;
  height: 33px;
}
header .fndry-nav--mobile .fndry-nav-submenu .fndry-nav-submenu {
  left: 0;
}
@media (min-width: 1024px) {
  header .fndry-nav .fndry-nav__responsive-container-content {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  header .fndry-image {
    width: 100%;
    height: 70px;
  }
}

header:not(.home header) {
  position: initial;
}

@media (min-width: 1024px) {
  .home .fndry-nav--home {
    /*--fndry-bg: linear-gradient(
          0deg,
          transparent 0%,
          var(--fndry-color-black50) 100%
        )
        no-repeat center/auto,
      transparent !important;*/
    --fndry-bg: no-repeat center/auto, transparent !important;
  }
}
.home .fndry-nav--home .fndry-btn-filledButtonWhite {
  background: var(--fndry-color-embers);
  color: var(--fndry-color-white);
}
.home .fndry-nav--home .fndry-btn-filledButtonWhite:hover {
  background: var(--fndry-color-white);
  color: var(--fndry-color-embers);
}

footer .flex-wrap-wrap ul {
  flex-wrap: wrap;
}
footer .footer-nav .fndry-nav__container > .fndry-nav__item:first-child > .fndry-nav-link {
  font-size: 18px;
  font-weight: 700;
}

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

.fndry-statistics {
  justify-content: center;
}
.fndry-statistics-block__stat-wrapper {
  color: var(--fndry-color-white);
  justify-content: center;
}
.fndry-statistics-block__stat-wrapper span:has(svg) {
  display: flex;
  align-items: center;
}
.fndry-statistics-block__stat-wrapper span:has(svg) svg {
  height: 18px;
  color: var(--fndry-color-firetruck);
  margin-left: 4px;
}
@media (max-width: 1024px) {
  .fndry-statistics-block__stat-wrapper span:has(svg) svg {
    margin-bottom: 0;
  }
}
.fndry-statistics-block__body {
  margin-bottom: 0;
}
.fndry-statistics-block__body p {
  text-align: center;
  margin-bottom: 0;
  padding-top: 12px;
}
@media (max-width: 1024px) {
  .fndry-statistics {
    justify-content: center;
  }
  .fndry-statistics-block__wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}

.stats-block--bottom .fndry-statistics-block__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1024px) {
  .stats-block--bottom .fndry-statistics-block__wrapper {
    flex-direction: column;
  }
}
.stats-block--bottom .fndry-statistics-block__wrapper span:has(svg) svg {
  margin-bottom: 0;
}
.stats-block--bottom .fndry-statistics-block__body {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 20px;
}
.stats-block--bottom .fndry-statistics-block__body p {
  padding-top: 0;
}
@media (max-width: 1024px) {
  .stats-block--bottom .fndry-statistics-block__body p {
    padding-top: 12px;
  }
}

.fndry-stats-backdrop-blur::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  z-index: 1;
}

.fndry-statistics-block__stat-wrapper {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .stats-block--1row-section .fndry-stats-backdrop-blur {
    border: 2px solid var(--fndry-color-white) !important;
  }
}

.stats-block--narrow .fndry-statistics {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.fndry-list {
  padding-left: 0;
}
.fndry-list-item {
  margin-bottom: 0.25rem;
}
.fndry-list--custom {
  padding-left: 0;
}
.fndry-list--contact {
  padding-left: 1.75rem;
}
.fndry-list--contact .fndry-list-item__icon {
  top: -8px;
}
.fndry-list--contact svg {
  height: 15px;
}
.fndry-list--contact a {
  color: var(--fndry-color-charcoal);
}
.fndry-list--contact a:hover {
  color: var(--fndry-color-embers);
}
.fndry-list--15px-icon {
  padding-left: 1.75rem;
}
.fndry-list--15px-icon .fndry-list-item {
  margin: 0 0 8px;
}
.fndry-list--15px-icon .fndry-list-item__icon {
  top: -8px;
}
.fndry-list--15px-icon svg {
  height: 15px;
}
.fndry-list--padding {
  padding-left: 1.75rem;
}
.fndry-list--20px-bottom {
  margin-bottom: 20px;
}
.fndry-list--20px-bottom li:last-of-type {
  margin-bottom: 0;
}
.fndry-list--donation-locations mark {
  font-size: 15px;
}
.fndry-list--donation-locations mark svg {
  margin-bottom: 3px;
  margin-right: 8px;
}
.fndry-list--donation-locations p {
  padding-left: 23px;
}

.fndry-container__featured-post .fndry-post-date {
  font-family: var(--fndry-font-Onest);
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.fndry-container__featured-post .fndry-post-date::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 13px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='9' height='13' viewBox='0 0 9 13' fill='none'><path d='M9 6.50001L0 0V13L9 6.50001Z' fill='%23B62025'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.fndry-container__post-info {
  display: block;
  transition: all 0.6s ease;
}
.fndry-container__post-info .fndry-text-h4ColumnTitle24 {
  --linkBackground: none;
}
.fndry-container__post-info .fndry-post-date {
  font-family: var(--fndry-font-Onest);
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.fndry-container__post-info .fndry-post-date::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 13px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='9' height='13' viewBox='0 0 9 13' fill='none'><path d='M9 6.50001L0 0V13L9 6.50001Z' fill='%23B62025'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.fndry-container__post-info .fndry-post-featured-image img {
  transition: transform 0.6s ease;
}
.fndry-container__post-info:hover {
  cursor: pointer;
}
.fndry-container__post-info:hover .fndry-post-featured-image img {
  transform: scale(1.01);
}
.fndry-container__post-info:hover .fndry-post-title__link,
.fndry-container__post-info:hover .fndry-post-date,
.fndry-container__post-info:hover .svg-inline--fa {
  color: var(--fndry-color-firetruck);
}
.fndry-container__post-info:hover .fndry-btn-linkCategory {
  background-color: var(--fndry-color-charcoal);
}
.fndry-container__post-info:hover .fndry-post-date::after {
  transform: translateX(3px);
}
.fndry-container__event-info h3.fndry-heading:not(.no-arrow) {
  display: flex;
  gap: 9px;
}
.fndry-container__event-info h3.fndry-heading:not(.no-arrow)::after {
  content: "";
  display: block;
  position: relative;
  top: 0.8rem;
  width: 9px;
  height: 13px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='9' height='13' viewBox='0 0 9 13' fill='none'><path d='M9 6.50001L0 0V13L9 6.50001Z' fill='%23B62025'/></svg>");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
@media (max-width: 720px) {
  .fndry-container__event-info h3.fndry-heading:not(.no-arrow)::after {
    top: 0.6rem;
  }
}
.fndry-container__event-info h3.arrow-bottom:not(.no-arrow) {
  align-items: flex-end;
  gap: 0;
}
.fndry-container__event-info h3.arrow-bottom:not(.no-arrow) a {
  width: fit-content;
  box-sizing: border-box;
}
.fndry-container__event-info h3.arrow-bottom:not(.no-arrow)::after {
  margin-bottom: 20px;
}
.fndry-container__event-info:hover {
  cursor: pointer;
}
.fndry-container__event-info:hover h3.fndry-heading a {
  color: var(--linkHoverColor, var(--fndry-color-embers));
  background-size: var(--linkHoverBackgroundSize);
  text-decoration-color: var(--linkHoverUnderlineColor, currentColor);
}
.fndry-container__event-info:hover h3.fndry-heading::after {
  transform: translateX(3px);
}
.fndry-container__event-info-alt h4 {
  display: flex;
  justify-content: space-between;
  gap: 9px;
}
.fndry-container__event-info-alt h4::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.4rem;
  width: 9px;
  height: 13px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='9' height='13' viewBox='0 0 9 13' fill='none'><path d='M9 6.50001L0 0V13L9 6.50001Z' fill='%236D1316'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
@media (max-width: 720px) {
  .fndry-container__event-info-alt h4::after {
    top: 0.6rem;
  }
}
.fndry-container__event-info-alt:hover {
  cursor: pointer;
}
.fndry-container__event-info-alt:hover h3 a {
  color: var(--linkHoverColor, var(--fndry-color-embers));
  background-size: var(--linkHoverBackgroundSize);
  text-decoration-color: var(--linkHoverUnderlineColor, currentColor);
}
.fndry-container__event-info-alt:hover h4::after {
  transform: translateX(3px);
}
.fndry-container__programs-info {
  transition: all 0.6s ease;
  overflow: hidden;
  background-size: auto 100%;
  transition-property: background-size, background-color, color;
}
@media screen and (min-width: 720px) and (max-width: 1024px) {
  .fndry-container__programs-info {
    background-size: 100% 100%;
  }
}
.fndry-container__programs-info h2.fndry-heading {
  display: flex;
  gap: 9px;
}
.fndry-container__programs-info h2.fndry-heading::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 1.25rem;
  width: 9px;
  height: 13px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='9' height='13' viewBox='0 0 9 13' fill='none'><path d='M9 6.50001L0 0V13L9 6.50001Z' fill='%23B62025'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
@media (max-width: 720px) {
  .fndry-container__programs-info h2.fndry-heading::after {
    top: 0.8rem;
  }
}
.fndry-container__programs-info:hover {
  cursor: pointer;
  background-size: auto 105%;
  transition: background-size 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.fndry-container__programs-info:hover h2.fndry-heading a {
  color: var(--linkHoverColor, var(--fndry-color-embers));
  background-size: var(--linkHoverBackgroundSize);
  text-decoration-color: var(--linkHoverUnderlineColor, currentColor);
}
.fndry-container__programs-info:hover h2.fndry-heading::after {
  transform: translateX(3px);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='9' height='13' viewBox='0 0 9 13' fill='none'><path d='M9 6.50001L0 0V13L9 6.50001Z' fill='white'/></svg>");
}
.fndry-container--sold-out .fndry-col {
  padding: 12px;
  backdrop-filter: blur(5px);
}

.our-programs .backdrop-blur::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(10px);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 40%, black 100%);
  z-index: 1;
}

.event-fundraiser-card h3 {
  /* display: flex;
  justify-content: space-between;
  gap: 9px;*/
  /*  &::after {
    content: "";
    display: inline-block;
    position: relative;
    top: 0.8rem;
    width: 9px;
    height: 13px;
    background: $redArrowIcon;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;

    @media (max-width: $tablet) {
      top: 0.6rem;
    }
  }*/
}
.event-fundraiser-card h3 a {
  color: var(--fndry-color-white);
  background-image: linear-gradient(to right, var(--fndry-color-white), var(--fndry-color-white));
}
.event-fundraiser-card h3 a:hover {
  color: var(--fndry-color-white);
  background-image: linear-gradient(to right, var(--fndry-color-white), var(--fndry-color-white));
  background-size: var(--linkHoverBackgroundSize);
  text-decoration-color: var(--fndry-color-white);
  /* &::after {
    background: $whiteArrowIcon;
    transform: translateX(3px);
  }*/
}
.event-fundraiser-card:hover {
  cursor: pointer;
}
.event-fundraiser-card:hover h3 a {
  background-image: linear-gradient(to right, var(--fndry-color-white), var(--fndry-color-white));
  background-size: var(--linkHoverBackgroundSize);
  text-decoration-color: var(--fndry-color-white);
}
.event-fundraiser-card:hover h3::after {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='9' height='13' viewBox='0 0 9 13' fill='none'><path d='M9 6.50001L0 0V13L9 6.50001Z' fill='white'/></svg>");
  transform: translateX(3px);
}

.fndry-post-terms--events .fndry-post-terms__tax .fndry-post-terms__term {
  position: relative;
}
.fndry-post-terms--events .fndry-post-terms__tax .fndry-post-terms__term::after {
  background: var(--fndry-color-embers);
  color: var(--fndry-color-white);
  position: absolute;
  bottom: 5px;
  right: 0;
}

.fndry-query--events .fndry-post-loop {
  border-bottom: 1px solid var(--fndry-color-lines);
  margin-bottom: 0;
}
@media screen and (min-width: 720px) {
  .fndry-query--events .fndry-post-loop {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 720px) {
  .fndry-query--events .fndry-post-loop {
    padding-bottom: 20px;
  }
}

.fndry-post-terms__tax--more-than-one .fndry-post-terms__term:not(:first-of-type) a {
  padding-left: 0;
}
.fndry-post-terms__tax--more-than-one .fndry-post-terms__term:first-of-type a {
  padding-right: 4px;
}

.archive-list--center {
  justify-content: center;
}

@media (max-width: 1024px) {
  .fndry-heading-mobile h1.fndry-heading,
.fndry-heading-mobile h2.fndry-heading {
    color: var(--fndry-color-charcoal) !important;
  }
}
@media (max-width: 1024px) {
  .fndry-heading-mobile--underline .fndry-col {
    border-bottom: 2px solid var(--fndry-color-firetruck) !important;
  }
}
@media (max-width: 1024px) {
  .fndry-heading-mobile--btn {
    background: var(--fndry-color-embers);
  }
}

@media (min-width: 1024px) {
  .fndry-banner__callout {
    height: 1000px;
  }
}
@media (max-width: 1024px) {
  .fndry-banner__callout-bg {
    height: 415px;
  }
}
@media (max-width: 1024px) and (min-width: 720px) {
  .fndry-banner__callout-bg {
    height: 550px;
  }
}

.fndry-btn-linkLearnMoreEmbers .svg-inline--fa {
  transition: transform 0.5s ease;
}
.fndry-btn-linkLearnMoreEmbers:hover .svg-inline--fa {
  transform: translateX(3px);
}
.fndry-btn-linkDownloadFiretruck .svg-inline--fa {
  background: url("/wp-content/uploads/2025/07/download-icon-firetruck.svg");
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: bottom;
}
.fndry-btn-linkDownloadFiretruck .svg-inline--fa path {
  display: none;
}
.fndry-btn-linkDownloadFiretruck:hover .svg-inline--fa {
  background: url("/wp-content/uploads/2025/07/download-icon-embers.svg");
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: bottom;
}
.fndry-btn--icon-rotated .svg-inline--fa {
  transform: rotate(180deg);
}

.fndry-page-prev svg {
  transform: rotate(180deg);
}

.fndry-btn-linkLearnMoreWhite.keela-popup-button::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='white' d='M384 256L0 32V480L384 256z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.fndry-btn-linkLearnMoreWhite.keela-popup-button:hover::after {
  transform: translateX(5px);
}

html .gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
html .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 8px;
}
html .gform_wrapper.gravity-theme .gform_footer {
  padding: 0;
}
html .gform_wrapper.gravity-theme .gform_footer button {
  background-color: var(--fndry-color-embers);
  color: var(--fndry-color-white);
  padding: 15px 40px 15px 40px;
}
html .gform_wrapper.gravity-theme .gform_footer button:hover {
  background-color: var(--fndry-color-firetruck);
}
html .gform_wrapper.gravity-theme .gform_validation_errors {
  border: none;
  box-shadow: none;
  border-radius: 5px;
  background: var(--fndry-color-firetruck);
  padding: 11px 19px;
}
html .gform_wrapper.gravity-theme .gform_validation_errors h2 {
  color: var(--fndry-color-white);
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}
html .gform_wrapper.gravity-theme .gform_validation_errors h2 .gform-icon {
  display: none;
}
html .gform_wrapper.gravity-theme .gform_validation_errors:focus {
  outline: none;
}
html .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 500 !important;
  margin-bottom: 0;
  line-height: normal;
}
html .gform_wrapper.gravity-theme .gfield_error label,
html .gform_wrapper.gravity-theme .gfield_error legend {
  color: var(--fndry-color-charcoal);
}
html .gform_wrapper.gravity-theme .gfield_validation_message {
  border-radius: 5px;
  border: none;
  background: var(--fndry-color-firetruck);
  padding: 11px 19px;
  color: var(--fndry-color-white);
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 0.5rem;
}
html .gform_wrapper.gravity-theme .ginput_container input,
html .gform_wrapper.gravity-theme .ginput_container select,
html .gform_wrapper.gravity-theme .ginput_container textarea {
  min-height: 50px;
  transition: 0.125s ease;
  border-radius: 5px;
  border: 1px solid var(--fndry-color-charcoal) !important;
}
html .gform_wrapper.gravity-theme .ginput_container input:focus-visible, html .gform_wrapper.gravity-theme .ginput_container input:focus, html .gform_wrapper.gravity-theme .ginput_container input:active,
html .gform_wrapper.gravity-theme .ginput_container select:focus-visible,
html .gform_wrapper.gravity-theme .ginput_container select:focus,
html .gform_wrapper.gravity-theme .ginput_container select:active,
html .gform_wrapper.gravity-theme .ginput_container textarea:focus-visible,
html .gform_wrapper.gravity-theme .ginput_container textarea:focus,
html .gform_wrapper.gravity-theme .ginput_container textarea:active {
  border: 2px solid var(--fndry-color-firetruck) !important;
  outline: none;
}
html .gform_wrapper.gravity-theme .ginput_container select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%236D1316' d='M297.4 438.6C309.9 451.1 330.2 451.1 342.7 438.6L502.7 278.6C515.2 266.1 515.2 245.8 502.7 233.3C490.2 220.8 469.9 220.8 457.4 233.3L320 370.7L182.6 233.4C170.1 220.9 149.8 220.9 137.3 233.4C124.8 245.9 124.8 266.2 137.3 278.7L297.3 438.7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 11px;
  background-size: 18px;
  appearance: none;
}

.fndry-query--events .fndry-pagination {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.fndry-query--events .fndry-pagination .fndry-page-prev {
  grid-column: 1/span 1;
}
.fndry-query--events .fndry-pagination .fndry-page-numbers {
  grid-column: 2/span 1;
}
.fndry-query--events .fndry-pagination .fndry-page-next {
  grid-column: 3/span 1;
}
.fndry-query--events .fndry-pagination {
  margin: auto;
  max-width: fit-content;
}
@media screen and (min-width: 720px) {
  .fndry-query--events .fndry-pagination {
    padding-top: 40px;
  }
}
@media screen and (max-width: 720px) {
  .fndry-query--events .fndry-pagination {
    padding-top: 20px;
  }
}
.fndry-query--events .fndry-pagination .fndry-page-numbers {
  gap: 0 !important;
  background: none;
  border-radius: 0;
  line-height: 100%;
}
.fndry-query--events .fndry-pagination .fndry-page-numbers .page-numbers {
  font-weight: 600;
  font-size: 15px;
  color: var(--fndry-color-charcoal);
  text-decoration: none;
  background: none;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}
.fndry-query--events .fndry-pagination .fndry-page-numbers .page-numbers:hover {
  color: var(--fndry-color-firetruck);
}
.fndry-query--events .fndry-pagination .fndry-page-numbers .page-numbers:not(:last-child) {
  border-right: 1px solid var(--fndry-color-lines);
}

.fndry-slider--events .fndry-slider__nav {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .fndry-slider--events {
    overflow: hidden;
    position: relative;
  }
  .fndry-slider--events::before {
    content: "";
    position: absolute;
    background: inherit;
    top: 0;
    left: 0;
    width: calc((100vw - 1200px) / 2);
    height: 100%;
    z-index: 2;
  }
  .fndry-slider--events::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc((100vw - 1200px) / 2);
    height: 100%;
    z-index: 2;
  }
  .fndry-slider--events .fndry-slider__track {
    overflow: visible;
  }
}
.fndry-slider--events .fndry-slider__nav {
  justify-content: flex-end;
}
.fndry-slider--testimonials .fndry-slider__nav {
  justify-content: center;
}

.fndry-slider__controls .fndry-slider__ctrl {
  height: 48px;
  width: 48px;
  border: 2px solid var(--fndry-color-embers);
}
.fndry-slider__controls .fndry-slider__ctrl-icon {
  margin-top: 3px;
}
.fndry-slider__controls .fndry-slider__ctrl:hover {
  background-color: var(--fndry-color-firetruck);
  border: 2px solid var(--fndry-color-firetruck);
}
.fndry-slider__controls .fndry-slider__ctrl:hover .fndry-slider__ctrl-icon {
  fill: var(--fndry-color-white);
}
.fndry-slider__controls .fndry-slider__ctrl-next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M495 273l17-17-17-17L359 103l-17-17L308.1 120l17 17 95 95L24 232 0 232l0 48 24 0 396.1 0-95 95-17 17 33.9 33.9 17-17L495 273z'/%3E%3C/svg%3E") !important;
}
.fndry-slider__controls .fndry-slider__ctrl-prev::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M17 239L0 256l17 17L153 409l17 17L203.9 392l-17-17-95-95L488 280l24 0 0-48-24 0L91.9 232l95-95 17-17L169.9 86.1l-17 17L17 239z'/%3E%3C/svg%3E") !important;
}

.fndry-video-popup {
  display: block;
}
.fndry-video-popup__play {
  background: var(--fndry-color-black50);
  border: 2px solid var(--fndry-color-white);
  height: 180px;
  width: 180px;
  backdrop-filter: blur(5px);
  top: 210px;
  left: 392px;
}
@media screen and (max-width: 1024px) {
  .fndry-video-popup__play {
    top: calc(50% - 100px);
    left: calc(50% - 100px);
  }
}
.fndry-video-popup__play::after {
  border-width: 20px 0 20px 30px;
}
.fndry-video-popup:hover, .fndry-video-popup:focus {
  --fndry-video-pop-bg: none;
}
.fndry-video-popup:hover .fndry-video-popup__play, .fndry-video-popup:focus .fndry-video-popup__play {
  background: var(--fndry-color-firetruck);
  border: 2px solid var(--fndry-color-firetruck);
}
.fndry-video-popup:after {
  background: none;
}

body .fndry-col--sticky {
  position: sticky;
  top: 50px;
  z-index: 0;
}
.event-fundraiser-card {
  overflow: hidden;
  background-size: 100%;
  transition: all 0.6s ease;
}
.event-fundraiser-card:hover {
  background-size: 105% !important;
}

.logo-grid--row {
  gap: 1rem;
}
.logo-grid--column {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: calc(16.6666666667% - 1rem);
  flex-basis: calc(16.6666666667% - 1rem);
}
@media screen and (min-width: 720px) and (max-width: 1024px) {
  .logo-grid--column {
    max-width: calc(25% - 1rem);
    flex-basis: calc(25% - 1rem);
  }
}
@media screen and (max-width: 720px) {
  .logo-grid--column {
    max-width: calc(50% - 1rem);
    flex-basis: calc(50% - 1rem);
  }
}

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