/*!
 * 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.
*/
@media (max-width: 1230px) {
  .static-mobile {
    position: static !important;
  }
}

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

.extend-right {
  width: 130%;
  height: 100%;
}
@media (max-width: 1024px) {
  .extend-right {
    background: none !important;
  }
}
@media (max-width: 720px) {
  .extend-right {
    background: none !important;
  }
}

.height-100 {
  height: 100%;
}
@media (min-width: 1024px) {
  .height-100--mobile {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .height-100--mobile {
    height: auto;
  }
}

.display--block {
  display: block !important;
}
.display--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .display--sm-none {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .display--lg-none {
    display: none !important;
  }
}

@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-x--hidden {
  overflow-x: hidden;
}
.overflow-y--hidden {
  overflow-y: 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--l-mobile {
    border-left: 1px solid var(--fndry-color-lightestTeal) !important;
  }
}
@media (max-width: 720px) {
  .border-all-mobile {
    border: 1px solid var(--fndry-color-softGrey);
  }
}
@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 (max-width: 1024px) {
  header .fndry-nav__container {
    gap: 0;
  }
  header .fndry-nav__container > .fndry-nav__item {
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--fndry-color-white20);
  }
}
header .fndry-nav__submenu-toggle {
  padding: 9px 12px 5px 0;
  width: 9px;
}
header .fndry-nav__submenu-toggle::before {
  display: none;
}
header .fndry-nav__submenu-toggle::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;utf8,<svg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4.50001 0L0 6H9L4.50001 0Z' fill='%231B8D93'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent !important;
  width: 9px;
  height: 6px;
}
@media (max-width: 1024px) {
  header .fndry-nav__submenu-toggle {
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .fndry-nav__submenu-toggle::after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;utf8,<svg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='0.5' y='0.5' width='29' height='29' stroke='white' stroke-opacity='0.2'/><path d='M15 18L19.5 12H10.5L15 18Z' fill='white'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 30px;
    height: 30px;
    top: -4px;
    transform: rotate(0deg);
  }
}
header .fndry-nav__item--submenu-open > .fndry-nav__submenu-toggle::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;utf8,<svg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='0.5' y='0.5' width='29' height='29' stroke='white'/><path d='M15 18L19.5 12H10.5L15 18Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 30px;
  height: 30px;
  top: -4px;
}
header .fndry-nav-submenu {
  border-top: 2rem solid white;
}
@media (max-width: 1024px) {
  header .fndry-nav-submenu {
    border-top: none;
    background-color: transparent;
  }
  header .fndry-nav-submenu .fndry-btn-outlinedButtonLightTeal {
    display: none;
  }
  header .fndry-nav-submenu .fndry-text-h5ColumnSubtitle16 {
    color: var(--fndry-color-white);
    padding: 0.75rem 0 0 0 !important;
  }
  header .fndry-nav-submenu .fndry-row--gutter > .fndry-col {
    padding: 0;
  }
}
header .fndry-nav-submenu .fndry-text-headerNavLink16 {
  margin-top: 8px;
  margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
  header .fndry-nav-submenu .fndry-text-headerNavLink16 {
    font-size: 15px;
  }
}
header .fndry-nav-submenu .fndry-nav-link {
  padding: 0.375rem 0;
}
@media (max-width: 1024px) {
  header .fndry-nav-submenu .fndry-nav__item {
    padding: 4px 0;
  }
}
@media (min-width: 1024px) {
  header .fndry-nav.fndry-nav--overlay-md.fndry-nav--submenus-hover .fndry-nav__item--has-submenu:hover > .fndry-nav-submenu, header .fndry-nav.fndry-nav--overlay-md.fndry-nav--submenus-hover .fndry-nav__item--has-submenu:focus-within > .fndry-nav-submenu {
    min-width: 680px;
    max-width: 680px;
    box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.1), 0 10px 14px 0 rgba(0, 0, 0, 0);
    padding: 18px 32px 32px 32px;
  }
}
header .fndry-nav__toggle::before, header .fndry-nav__toggle-lines::before, header .fndry-nav__toggle-lines::after, header .fndry-nav__toggle::after {
  height: 5px;
}
header .fndry-nav__toggle-lines::before, header .fndry-nav__toggle-lines::after {
  top: calc(50% - 2.5px);
}
header .fndry-nav__toggle::after {
  width: 100% !important;
}
@media (max-width: 1024px) {
  header .fndry-nav--overlay-md .fndry-nav__responsive-container {
    padding: 40px 40px 62px 40px;
    height: auto;
    max-height: calc(100vh - var(--responsive-container-offset-top) - 55px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2rem;
  }
}

@media (max-width: 1024px) {
  body.fndry-nav-is-open {
    position: fixed;
    left: 0;
    right: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
  }
}

footer .fndry-nav-link {
  position: relative;
  transition: all 0.3s ease;
}
footer .fndry-nav-link:hover::after {
  opacity: 1;
}
footer .fndry-nav-link:not(.fndry-text-footerLabel18) {
  position: relative;
  transition: all 0.3s ease;
}
footer .fndry-nav-link:not(.fndry-text-footerLabel18)::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;utf8,<svg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 4.49999L0 0L0 9L6 4.49999Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 6px;
  height: 9px;
  margin-left: 6px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
footer .fndry-nav-link:not(.fndry-text-footerLabel18):hover::after {
  opacity: 1;
}

@media (max-width: 1024px) {
  .logged-in .fndry-nav__responsive-container {
    top: calc(var(--responsive-container-offset-top) + 46px);
    width: 100%;
  }
}

.fndry-list--custom {
  padding-left: 3rem;
}
.fndry-list--custom .fndry-list-item {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.fndry-list--custom .fndry-list-item__icon {
  top: -1px;
  left: -2.75rem;
  width: 28px;
}
.fndry-list--custom .fndry-list-item__icon svg {
  height: 28px;
  vertical-align: 0;
}
.fndry-list--service-contact {
  gap: 4px;
}
.fndry-list--service-contact .fndry-list-item {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.fndry-list--service-contact .fndry-list-item__icon {
  top: -0.35rem;
  left: -3rem;
}
.fndry-list--service-contact .fndry-list-item__icon svg {
  width: 20px;
  height: 15px;
  vertical-align: 0;
}
.fndry-list--padding-37px {
  padding-left: 37px;
}
.fndry-list-item--resource .fndry-list-item__icon, .fndry-list-item--accessible .fndry-list-item__icon, .fndry-list-item--professional .fndry-list-item__icon, .fndry-list-item--collaborative .fndry-list-item__icon, .fndry-list-item--collective .fndry-list-item__icon {
  left: -50px;
}
.fndry-list-item--resource .fndry-list-item__icon svg {
  display: none;
}
.fndry-list-item--resource .fndry-list-item__icon::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2026/01/globe-navy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent !important;
  width: 28px;
  height: 23px;
}
.fndry-list-item--accessible .fndry-list-item__icon svg {
  display: none;
}
.fndry-list-item--accessible .fndry-list-item__icon::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2026/01/accessible-navy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent !important;
  width: 28px;
  height: 23px;
}
.fndry-list-item--professional .fndry-list-item__icon svg {
  display: none;
}
.fndry-list-item--professional .fndry-list-item__icon::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2026/01/professional-navy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent !important;
  width: 28px;
  height: 23px;
}
.fndry-list-item--collaborative .fndry-list-item__icon svg {
  display: none;
}
.fndry-list-item--collaborative .fndry-list-item__icon::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2026/01/collaborative-navy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent !important;
  width: 28px;
  height: 23px;
}
.fndry-list-item--collective .fndry-list-item__icon svg {
  display: none;
}
.fndry-list-item--collective .fndry-list-item__icon::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2026/01/collective-navy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent !important;
  width: 28px;
  height: 23px;
}

@media (min-width: 1024px) {
  .fndry-col--5-equal {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.service-faqs .fndry-accordion-block__body {
  padding-top: 0;
}
.service-faqs .fndry-accordion-block__label-accessibility {
  font-family: var(--fndry-font-plusJakartaSans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .service-faqs .fndry-accordion-block__label-accessibility {
    font-size: 11px;
  }
}
.service-faqs .fndry-accordion-block__icon-wrap {
  height: 32px;
  width: 32px;
}
@media (max-width: 720px) {
  .service-faqs .fndry-accordion-block__icon-wrap {
    width: 24px;
    height: 24px;
  }
}
.service-faqs .fndry-accordion-block__icon-front {
  width: 32px;
  height: 32px;
  background-image: url('data:image/svg+xml;utf8,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1" y="1" width="30" height="30" rx="15" stroke="%23006775" stroke-width="2"/><path d="M16.8125 12.1562V15.8125H20.4688C20.9004 15.8125 21.2812 16.1934 21.2812 16.625C21.2812 17.082 20.9004 17.4375 20.4688 17.4375H16.8125V21.0938C16.8125 21.5508 16.4316 21.9062 16 21.9062C15.543 21.9062 15.1875 21.5508 15.1875 21.0938V17.4375H11.5312C11.0742 17.4375 10.7188 17.082 10.7188 16.625C10.7188 16.1934 11.0742 15.8125 11.5312 15.8125H15.1875V12.1562C15.1875 11.7246 15.543 11.3438 16 11.3438C16.4316 11.3438 16.8125 11.7246 16.8125 12.1562Z" fill="%23212121"/></svg>');
  background-repeat: no-repeat;
}
@media (max-width: 720px) {
  .service-faqs .fndry-accordion-block__icon-front {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.75" y="0.75" width="22.5" height="22.5" rx="11.25" stroke="%23006775" stroke-width="1.5"/><path d="M12.609 9.117V11.859H15.351C15.675 11.859 15.961 12.145 15.961 12.469C15.961 12.811 15.675 13.078 15.351 13.078H12.609V15.82C12.609 16.163 12.324 16.43 12 16.43C11.657 16.43 11.391 16.163 11.391 15.82V13.078H8.649C8.306 13.078 8.039 12.811 8.039 12.469C8.039 12.145 8.306 11.859 8.649 11.859H11.391V9.117C11.391 8.793 11.657 8.508 12 8.508C12.324 8.508 12.609 8.793 12.609 9.117Z" fill="%23212121"/></svg>');
  }
}
.service-faqs .fndry-accordion-block__icon-front .fa-circle-plus {
  display: none;
}
.service-faqs .fndry-accordion-block__icon-back .fa-circle-minus {
  color: var(--fndry-color-teal);
  width: 32px;
  height: 32px;
}
@media (max-width: 720px) {
  .service-faqs .fndry-accordion-block__icon-back .fa-circle-minus {
    width: 24px;
    height: 24px;
  }
}
.service-faqs .fndry-accordion-block__label {
  flex-wrap: nowrap;
}
.service-faqs .fndry-accordion-block__label-heading {
  text-align: left;
}
@media (max-width: 480px) {
  .service-faqs .fndry-accordion-block__label-container {
    width: 100%;
  }
}
.service-faqs .fndry-accordion-block:last-child {
  border-bottom: 2px var(--fndry-color-softGrey) solid;
}
.service-faqs.service-faqs--details .fndry-accordion-block__label-accessibility {
  color: var(--fndry-color-white);
}
.service-faqs.service-faqs--details .fndry-accordion-block__label-subheading {
  display: none;
}
.service-faqs.service-faqs--details .fndry-accordion-block__icon-front {
  width: 32px;
  height: 32px;
  background-image: none;
}
@media (max-width: 720px) {
  .service-faqs.service-faqs--details .fndry-accordion-block__icon-front {
    width: 24px;
    height: 24px;
  }
}
.service-faqs.service-faqs--details .fndry-accordion-block__icon-front .fa-circle-plus {
  display: block;
  color: var(--fndry-color-white);
  width: 100%;
  height: 100%;
}
.service-faqs.service-faqs--details .fndry-accordion-block__icon-back .fa-circle-minus {
  color: var(--fndry-color-white);
}
.service-faqs.service-faqs--details .fndry-accordion-block:last-child {
  border-bottom: none;
}

.fndry-equal-heights {
  display: flex;
}
@media (min-width: 1024px) {
  .fndry-equal-heights {
    align-items: stretch;
  }
}

@media (max-width: 1024px) {
  .fndry-banner__feature--order-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 1024px) {
  .fndry-banner__feature--content {
    max-width: unset;
  }
}
@media (max-width: 1024px) {
  .fndry-banner__feature--img {
    position: static !important;
  }
}
.fndry-banner__feature--clip-right {
  clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 40% 100%, 0% 50%);
}
@media (max-width: 1024px) {
  .fndry-banner__feature--clip-right {
    clip-path: none;
    width: 100%;
    height: auto;
  }
}
.fndry-banner__feature--clip-right .fndry-image__img {
  width: auto;
}
@media (max-width: 1024px) {
  .fndry-banner__services--img {
    top: -3rem !important;
  }
}
.fndry-banner__publications .fndry-post-excerpt__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.fndry-banner__publications .wp-block-search .search-icon {
  transform: scaleX(-1);
  color: var(--fndry-color-navy);
}
.fndry-banner__publications .wp-block-search .search-icon:hover {
  color: var(--fndry-color-charcoal);
}
.fndry-banner__publications .wp-block-search__label {
  margin-bottom: 2px;
}
.fndry-banner__publications .wp-block-search__input {
  padding: 0 12px;
}
.fndry-banner__publications .wp-block-search__button {
  margin-left: 0;
}
.fndry-banner__publications .wp-block-search__button.has-icon {
  background-color: var(--fndry-color-white);
  padding: 12px;
}
.fndry-banner__publications .wp-block-search__inside-wrapper {
  border: 1px solid var(--fndry-color-navy);
  padding: 0;
}
@media screen and (min-width: 1410px) {
  .fndry-banner__home {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right -28rem;
  }
}
@media screen and (min-width: 1600px) {
  .fndry-banner__home {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right -37.5rem;
  }
}

.fndry-container--contact-us {
  z-index: 1;
}
.fndry-container--contact-us .gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
.fndry-container--contact-us .gform_wrapper.gravity-theme .gfield_required {
  color: var(--fndry-color-orange);
}
.fndry-container--contact-us .gform_wrapper.gravity-theme .gfield {
  position: relative;
}
.fndry-container--contact-us .gform_wrapper.gravity-theme .gfield_label {
  font-family: var(--fndry-font-plusJakartaSans);
  color: var(--fndry-color-charcoal);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2px;
}
.fndry-container--contact-us .gform_wrapper.gravity-theme input[type=text], .fndry-container--contact-us .gform_wrapper.gravity-theme input[type=email], .fndry-container--contact-us .gform_wrapper.gravity-theme input[type=tel], .fndry-container--contact-us .gform_wrapper.gravity-theme .gfield select.large,
.fndry-container--contact-us .gform_wrapper.gravity-theme .textarea {
  background-color: var(--fndry-color-white);
  border: 1px solid var(--fndry-color-navy);
  padding: 14px;
}
.fndry-container--contact-us .gform_wrapper.gravity-theme input[type=text]:focus-visible, .fndry-container--contact-us .gform_wrapper.gravity-theme input[type=text]:focus, .fndry-container--contact-us .gform_wrapper.gravity-theme input[type=email]:focus-visible, .fndry-container--contact-us .gform_wrapper.gravity-theme input[type=email]:focus, .fndry-container--contact-us .gform_wrapper.gravity-theme input[type=tel]:focus-visible, .fndry-container--contact-us .gform_wrapper.gravity-theme input[type=tel]:focus, .fndry-container--contact-us .gform_wrapper.gravity-theme .gfield select.large:focus-visible, .fndry-container--contact-us .gform_wrapper.gravity-theme .gfield select.large:focus,
.fndry-container--contact-us .gform_wrapper.gravity-theme .textarea:focus-visible,
.fndry-container--contact-us .gform_wrapper.gravity-theme .textarea:focus {
  border: 2px solid var(--fndry-color-teal);
  outline: 0;
}
.fndry-container--contact-us .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 250px;
}
.fndry-container--contact-us .gform_wrapper.gravity-theme select {
  background-image: url("data:image/svg+xml;utf8,<svg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M7.06641 8.43359L1.44141 2.80859C0.984375 2.38672 0.984375 1.64844 1.44141 1.22656C1.86328 0.769531 2.60156 0.769531 3.02344 1.22656L7.875 6.04297L12.6914 1.22656C13.1133 0.769531 13.8516 0.769531 14.2734 1.22656C14.7305 1.64844 14.7305 2.38672 14.2734 2.80859L8.64844 8.43359C8.22656 8.89062 7.48828 8.89062 7.06641 8.43359Z' fill='%23006775'/></svg>");
  background-repeat: no-repeat;
  background-position: center right 11px;
  background-size: 15px;
  appearance: none;
}
.fndry-container--contact-us .gform_wrapper.gravity-theme select:hover {
  background-image: url("data:image/svg+xml;utf8,<svg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M7.06641 8.43359L1.44141 2.80859C0.984375 2.38672 0.984375 1.64844 1.44141 1.22656C1.86328 0.769531 2.60156 0.769531 3.02344 1.22656L7.875 6.04297L12.6914 1.22656C13.1133 0.769531 13.8516 0.769531 14.2734 1.22656C14.7305 1.64844 14.7305 2.38672 14.2734 2.80859L8.64844 8.43359C8.22656 8.89062 7.48828 8.89062 7.06641 8.43359Z' fill='%23212121'/></svg>");
}
.fndry-container--contact-us .gform_wrapper.gravity-theme .gform_footer {
  margin: 12px 0 0;
  padding: 0;
}
.fndry-container--contact-us .gform_wrapper.gravity-theme .gfield_error legend {
  color: var(--fndry-color-orange);
}
.fndry-container--contact-us .gform_wrapper.gravity-theme .gform_validation_errors,
.fndry-container--contact-us .gform_wrapper.gravity-theme .validation_message {
  font-family: var(--fndry-font-plusJakartaSans);
  font-size: 16px;
  background: var(--fndry-color-orange);
  color: var(--fndry-color-white);
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 13px 19px;
  margin-top: 0;
}
.fndry-container--contact-us .gform_wrapper.gravity-theme .gform_validation_errors h2,
.fndry-container--contact-us .gform_wrapper.gravity-theme .validation_message h2 {
  color: var(--fndry-color-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.fndry-container--contact-us .gform_wrapper.gravity-theme .gform_validation_errors:focus,
.fndry-container--contact-us .gform_wrapper.gravity-theme .validation_message:focus {
  outline: 0;
}
.fndry-container--contact-us .gform_wrapper.gravity-theme .gform_validation_errors .gform-icon--circle-error,
.fndry-container--contact-us .gform_wrapper.gravity-theme .validation_message .gform-icon--circle-error {
  display: none;
}
.fndry-container--contact-us .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 1px solid var(--fndry-color-teal);
}
.fndry-container--contact-us .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]:focus-visible, .fndry-container--contact-us .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]:focus {
  border: 2px solid var(--fndry-color-teal);
  outline: 0;
}
.fndry-container--contact-us .gform_wrapper.gravity-theme .gfield--type-textarea .validation_message {
  margin-top: -0.5rem;
}
.fndry-container--contact-us-alt .gform_wrapper.gravity-theme .gfield input, .fndry-container--contact-us-alt .gform_wrapper.gravity-theme select.large {
  width: 77%;
}
@media (max-width: 1024px) {
  .fndry-container--contact-us-alt .gform_wrapper.gravity-theme .gfield input, .fndry-container--contact-us-alt .gform_wrapper.gravity-theme select.large {
    width: 100%;
  }
}
.fndry-container--contact-us-alt .gform_wrapper.gravity-theme .validation_message {
  width: 77%;
}
@media (max-width: 1024px) {
  .fndry-container--contact-us-alt .gform_wrapper.gravity-theme .validation_message {
    width: 100%;
  }
}
.fndry-container--contact-us-alt .gform_wrapper.gravity-theme .gfield--type-textarea .validation_message {
  width: 100% !important;
}
.fndry-container--contact-us-alt .gform_wrapper.gravity-theme select {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.50001 6L9 0L0 0L4.50001 6Z' fill='%231B8D93'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 17px;
  background-size: 9px 6px;
  appearance: none;
}
.fndry-container--contact-us-alt .gform_wrapper.gravity-theme select:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.50001 6L9 0L0 0L4.50001 6Z' fill='%23212121'/%3E%3C/svg%3E");
}
.fndry-container--member-login label {
  font-family: var(--fndry-font-plusJakartaSans);
  color: var(--fndry-color-charcoal);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2px;
}
.fndry-container--member-login label[for=user_login] {
  font-size: 0;
}
.fndry-container--member-login label[for=user_login]::before {
  content: "Username";
  font-size: 14px;
}
.fndry-container--member-login label[for=user_pass]::after {
  content: "*";
  font-size: 14px;
  color: var(--fndry-color-orange);
  margin-left: 2px;
}
.fndry-container--member-login .login-username,
.fndry-container--member-login .login-password {
  display: flex;
  flex-direction: column;
}
.fndry-container--member-login .input {
  background-color: var(--fndry-color-white);
  border: 1px solid var(--fndry-color-navy);
  padding: 14px;
}
.fndry-container--member-login .input:focus-visible, .fndry-container--member-login .input:focus {
  border: 2px solid var(--fndry-color-teal);
  outline: 0;
}
.fndry-container--member-login .login-remember {
  display: none;
}
.fndry-container--member-login .button-primary {
  background-color: var(--fndry-color-teal);
  padding: 14px 30px 14px 30px;
  font-family: var(--fndry-font-plusJakartaSans);
  color: var(--fndry-color-white);
  font-size: 14px;
  letter-spacing: 1.2px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
.fndry-container--member-login .button-primary:hover {
  background: var(--fndry-color-charcoal);
}
.fndry-container--member-login .members-login-notice {
  font-family: var(--fndry-font-plusJakartaSans);
  color: var(--fndry-color-orange);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1.25rem;
}

.breadcrumbs {
  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-charcoal);
}
.breadcrumbs .current-item {
  color: var(--fndry-color-white);
}
.breadcrumbs span[property=itemListElement] {
  margin-right: 8px;
}
.breadcrumbs span {
  display: flex;
  align-items: center;
  font-family: var(--fndry-font-plusJakartaSans);
  font-size: 15px;
  font-weight: 500;
}
.breadcrumbs span:hover {
  color: var(--fndry-color-charcoal);
}
.breadcrumbs span .crumb-icon {
  margin-left: 8px;
  width: 5px;
  height: 10px;
  background: url("/wp-content/uploads/2025/10/breadcrumb.svg") no-repeat, center/contain;
}
.breadcrumbs .breadcrumbs-icon {
  margin-right: 8px;
  width: 5px;
  height: 10px;
  background: url("/wp-content/uploads/2025/10/breadcrumb.svg") no-repeat, center/contain;
}

.member-login .current-item {
  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-arrow-first .breadcrumbs .breadcrumbs-icon:not(:has(~ .breadcrumbs-icon)) {
  display: block;
}

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

.events-archive .fndry-pagination .page-numbers {
  color: var(--fndry-color-charcoal);
  padding: 0 4px;
  text-decoration: none;
}
.events-archive .fndry-pagination .page-numbers:hover {
  color: var(--fndry-color-teal);
}
.events-archive .fndry-pagination .page-numbers.current {
  color: var(--fndry-color-charcoal);
  border-bottom: 2px solid var(--fndry-color-teal);
  padding-bottom: 2px;
}

.fndry-tabs__nav {
  position: relative;
  padding-top: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: none;
}
@media (max-width: 1024px) {
  .fndry-tabs__nav {
    position: relative;
    flex-direction: column;
    align-items: center;
  }
}
.fndry-tabs__nav::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 50%;
  width: calc(100vw - var(--scrollbarOffset));
  height: calc(100% + 0.85rem);
  background: var(--fndry-color-navy);
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1024px) {
  .fndry-tabs__nav::before {
    height: calc(100% + 1.85rem);
  }
}
.fndry-tabs__nav-link {
  padding: 0;
  margin: 0 2rem 0 0;
  margin-bottom: -3px;
  border-radius: 0;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .fndry-tabs__nav-link {
    margin: 0;
    padding: 0.5rem 0.75rem;
  }
}
.fndry-tabs__nav-link--active {
  border-bottom: 4px solid var(--fndry-color-white);
  border-top: none;
  border-left: none;
  border-right: none;
  padding-bottom: 20px;
  margin-bottom: -6px;
}
@media (max-width: 1024px) {
  .fndry-tabs__nav-link--active {
    border-bottom: 3px solid var(--fndry-color-white);
    margin-bottom: 4px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.fndry-tabs__nav-link--active .fndry-text-tabLabel16 {
  color: var(--fndry-color-white);
}
.fndry-tabs .fndry-slideout-block__img {
  height: 380px;
  object-fit: cover;
}

.fndry-text-h4ColumnTitle22 {
  margin-bottom: 8px;
}
.fndry-text-h4ColumnTitle22 .fndry-post-title__link {
  text-decoration: none;
}
.fndry-text-h4ColumnTitle22 a::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4.49999L0 0L0 9L6 4.49999Z' fill='white'/%3E%3C/svg%3E");
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  height: 11px;
  width: 6px;
  margin-left: 8px;
}
.fndry-text-h4ColumnTitle22 a:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4.49999L0 0L0 9L6 4.49999Z' fill='%231B8D93'/%3E%3C/svg%3E");
}
.fndry-text-h4ColumnTitleAlt22 {
  margin-bottom: 8px;
}
.fndry-text-h4ColumnTitleAlt22 .fndry-post-title__link {
  text-decoration: none;
}
.fndry-text-h4ColumnTitleAlt22 a::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4.49999L0 0L0 9L6 4.49999Z' fill='%23233277'/%3E%3C/svg%3E");
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  height: 11px;
  width: 6px;
  margin-left: 8px;
}
.fndry-text-h4ColumnTitleAlt22 a:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4.49999L0 0L0 9L6 4.49999Z' fill='%231B8D93'/%3E%3C/svg%3E");
}
.fndry-text-h4ColumnTitleAlt22--purple a::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4.49999L0 0L0 9L6 4.49999Z' fill='%236B1E59'/%3E%3C/svg%3E");
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  height: 11px;
  width: 6px;
  margin-left: 8px;
}

.fndry-search-results-title__search-term::before, .fndry-search-results-title__search-term::after {
  font-family: var(--fndry-font-plusJakartaSans);
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}
.fndry-search-results-title__search-term::before {
  content: '"';
}
.fndry-search-results-title__search-term::after {
  content: '"';
}

.dark-link a {
  color: var(--fndry-color-lightestTeal);
}
.dark-link a:hover {
  color: var(--fndry-color-white);
}
.dark-link--not-btn a:not(.fndry-btn) {
  color: var(--fndry-color-lightestTeal);
}
.dark-link--not-btn a:not(.fndry-btn):hover {
  color: var(--fndry-color-white);
}

.fndry-btn-linkReset {
  padding-bottom: 2px;
  border-bottom: 2px solid var(--fndry-color-teal);
}
.fndry-btn-linkLearnMore {
  position: relative;
  transition: all 0.3s ease;
}
.fndry-btn-linkLearnMore::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 45%;
  transform: translateY(-50%);
  width: 6px;
  height: 9px;
  background-image: url('data:image/svg+xml;utf8,<svg width="6" height="9" viewBox="0 0 6 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 4.49999L0 0L0 9L6 4.49999Z" fill="%231B8D93"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.fndry-btn-linkLearnMore:hover::after {
  opacity: 1;
}
.fndry-btn-linkLearnMoreLeftArrow svg {
  transform: scaleX(-1);
  margin-bottom: 2px;
}
.fndry-btn-linkLearnMoreWhite {
  position: relative;
  transition: all 0.3s ease;
}
.fndry-btn-linkLearnMoreWhite::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 45%;
  transform: translateY(-50%);
  width: 6px;
  height: 9px;
  background-image: url('data:image/svg+xml;utf8,<svg width="6" height="9" viewBox="0 0 6 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 4.49999L0 0L0 9L6 4.49999Z" fill="%23FFFFFF"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.fndry-btn-linkLearnMoreWhite:hover::after {
  opacity: 1;
}

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

.event-block--sm .fndry-heading {
  display: inline;
}
.event-block--sm .fndry-post-title__link:hover {
  color: var(--fndry-color-white);
}

.fndry-archive-list {
  gap: 20px;
}

.fndry-archive-list--AAC-order-3 .term-35 {
  order: 3;
}

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