/*!
 * Theme Name: Foundry
 * Author: Forge and Smith
 * Author URI: https://forgeandsmith.com
 * Description: Blank theme for Foundry development
 * Version: 1.0.0
 *
 */
/*!***************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/react-dropdown-tree-select/dist/styles.css ***!
  \***************************************************************************************************************************************/
.tag{background-color:#f4f4f4;border:1px solid #e9e9e9;padding:2px 0 2px 2px;border-radius:2px;display:inline-block}.tag:focus-within{background-color:#e9e9e9;border-color:#a0a0a0}.tag-remove{color:#a0a0a0;font-size:75%;line-height:100%;cursor:pointer;background-color:transparent;border:none;outline:none}.tag-remove.disabled,.tag-remove.readOnly{cursor:not-allowed}.tag-remove:focus{color:#3c3c3c}
.node>label{cursor:pointer;margin-left:2px}.tag-list{display:inline;padding:0;margin:0}.tag-item{display:inline-block;margin:4px}.tag-item .search{border:none;border-bottom:1px solid #ccc;outline:none}.tag-item:last-child{margin-right:4px}
.node{list-style:none;white-space:nowrap;padding:4px}.node.leaf.collapsed{display:none}.node.disabled>*{color:gray;cursor:not-allowed}.node.match-in-children.hide .node-label{opacity:.5}.node.focused{background-color:#f4f4f4}.toggle{white-space:pre;margin-right:4px;cursor:pointer}.toggle:after{content:" "}.toggle.collapsed:after{content:"+"}.toggle.expanded:after{content:"-"}.searchModeOn .toggle{display:none}.checkbox-item,.radio-item{vertical-align:middle;margin:0 4px 0 0}.checkbox-item.simple-select,.radio-item.simple-select{display:none}
.hide:not(.match-in-children){display:none}.react-dropdown-tree-select .dropdown{position:relative;display:table}.react-dropdown-tree-select .dropdown .dropdown-trigger{padding:4px;line-height:20px;max-height:200px;display:inline-block;overflow:auto;border:1px solid #b9b9b9}.react-dropdown-tree-select .dropdown .dropdown-trigger.arrow{cursor:pointer}.react-dropdown-tree-select .dropdown .dropdown-trigger.arrow.bottom:after{content:"\25BC";vertical-align:middle;color:#3c3c3c;margin-right:2px}.react-dropdown-tree-select .dropdown .dropdown-trigger.arrow.top:after{content:"\25B2";vertical-align:middle;color:#3c3c3c;margin-right:2px}.react-dropdown-tree-select .dropdown .dropdown-trigger.arrow.disabled{cursor:not-allowed}.react-dropdown-tree-select .dropdown .dropdown-trigger.arrow.disabled.bottom:after{color:#b9b9b9}.react-dropdown-tree-select .dropdown .dropdown-content{position:absolute;padding:4px;z-index:1;background:#fff;border-top:1px solid rgba(0,0,0,.05);-webkit-box-shadow:0 5px 8px rgba(0,0,0,.15);box-shadow:0 5px 8px rgba(0,0,0,.15)}.react-dropdown-tree-select .dropdown .dropdown-content .search{width:100%;border:none;border-bottom:1px solid #ccc;outline:none}.react-dropdown-tree-select .dropdown .dropdown-content ul{margin:0;padding:0}

/*# sourceMappingURL=styles.css.map*/
/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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.
*/
.donor-accordion .fndry-accordion-block__body {
  padding: 0;
}
.donor-accordion .fndry-accordion-block__icon {
  width: 12px;
}
.donor-accordion .fndry-accordion-block__icon path {
  fill: var(--fndry-color-plum);
}
.donor-accordion .fndry-accordion-block__label--open .fndry-accordion-block__label-subheading {
  display: inline-block;
}
.donor-accordion .fndry-accordion-block__label--open .fndry-accordion-block__label-heading {
  display: none;
}
.donor-accordion .fndry-accordion-block__label-heading {
  margin: 0 10px 0 0;
}
.donor-accordion .fndry-accordion-block__label-subheading {
  margin: 0 10px 0 0;
  padding: 0;
  display: none;
}

.faq-accordion .fndry-accordion-block__body {
  padding: 0;
}
.faq-accordion .fndry-accordion-block__label {
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .faq-accordion .fndry-accordion-block__label {
    flex-wrap: nowrap;
  }
}
.faq-accordion .fndry-accordion-block__icon path {
  fill: var(--fndry-color-navy);
}

@media only screen and (max-width: 1024px) {
  .feature-banner {
    height: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  .feature-banner {
    height: 20vh !important;
  }
}

.fndry-post-title__link {
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.fndry-post-terms {
  flex-flow: row wrap;
}
.fndry-post-terms__label {
  margin-right: 0.5rem;
  margin-bottom: 2px;
}
.fndry-post-terms__term:after {
  content: " , ";
  margin-right: 4px;
}
.fndry-post-terms div:last-child div:last-child:after {
  content: none;
}
.fndry-post-author__name {
  margin-left: 2px;
  margin-bottom: 0.1em;
}

.simple-blog .fndry-post-loop li:first-child .fndry-container {
  padding-top: 0 !important;
  border-top: none !important;
}

.title-btn a:after {
  display: inline-block;
  transition: all 0.25s ease-in-out;
  content: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8359 4.89844L8.64844 8.08594C8.41406 8.32031 8.0625 8.32031 7.85156 8.08594C7.61719 7.875 7.61719 7.52344 7.85156 7.28906L10.0781 5.0625H0.5625C0.234375 5.0625 0 4.82812 0 4.5C0 4.19531 0.234375 3.9375 0.5625 3.9375H10.0781L7.85156 1.71094C7.61719 1.5 7.61719 1.14844 7.85156 0.914062C8.0625 0.703125 8.41406 0.703125 8.64844 0.914062L11.8359 4.125C12.0469 4.33594 12.0469 4.6875 11.8359 4.89844Z' fill='%23F04848'/%3E%3C/svg%3E%0A");
  padding-left: 6px;
  position: relative;
  top: -0.1rem;
}
.title-btn a:hover:after {
  padding-left: 11px;
}

.title-btn-blk a:after {
  display: inline-block;
  transition: all 0.25s ease-in-out;
  content: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8359 4.89844L8.64844 8.08594C8.41406 8.32031 8.0625 8.32031 7.85156 8.08594C7.61719 7.875 7.61719 7.52344 7.85156 7.28906L10.0781 5.0625H0.5625C0.234375 5.0625 0 4.82812 0 4.5C0 4.19531 0.234375 3.9375 0.5625 3.9375H10.0781L7.85156 1.71094C7.61719 1.5 7.61719 1.14844 7.85156 0.914062C8.0625 0.703125 8.41406 0.703125 8.64844 0.914062L11.8359 4.125C12.0469 4.33594 12.0469 4.6875 11.8359 4.89844Z' fill='%23153E61'/%3E%3C/svg%3E%0A");
  padding-left: 6px;
  position: relative;
  top: -0.1rem;
}
.title-btn-blk a:hover:after {
  padding-left: 11px;
}

.article-nav p {
  font-weight: 700;
}
.article-nav a {
  color: white;
  text-underline-offset: 2px;
}
.article-nav a:hover {
  color: var(--fndry-color-sky);
}
.article-nav .fndry-list {
  padding-left: 0.75rem;
  padding-bottom: 0.5rem;
}
.article-nav .fndry-list-item {
  margin: 0;
  padding-bottom: 0.25rem;
}
@media only screen and (max-width: 1024px) {
  .article-nav {
    display: none;
  }
}

/* Bottom spacing seemed inconsistent through the design. Did this to fix it for articles. */
.article-spacing p,
.article-spacing h1,
.article-spacing h2,
.article-spacing h3,
.article-spacing h4,
.article-spacing h5,
.article-spacing h6 {
  margin-bottom: 1rem;
}

.nav-corners {
  border-radius: 0 0 5px 5px;
}

.block-display {
  display: block !important;
}

/* To colour the post terms */
.plum-terms .fndry-post-terms__tax {
  margin-bottom: 10px;
}
.plum-terms .fndry-post-terms__link {
  color: var(--fndry-color-plum);
}

/* show current item on office pages */
body.single-our-offices .breadcrumbs .current-item {
  display: inline-block !important;
}

/* Breadcrumbs */
.breadcrumbs {
  margin-bottom: 10px;
}
.breadcrumbs .current-item {
  display: none;
}
.breadcrumbs a {
  font-weight: 600;
  font-size: 16px;
  color: var(--fndry-color-charcoal);
  text-decoration: none;
  line-height: 120%;
  letter-spacing: 0.16px;
}
.breadcrumbs a:hover {
  color: var(--fndry-color-sky);
}
.breadcrumbs svg {
  height: 12px;
  position: relative;
  padding: 0 6px;
}
.breadcrumbs svg path {
  color: var(--fndry-color-navy);
}

.navy-breadcrumbs .breadcrumbs span {
  color: var(--fndry-color-navy);
}
.navy-breadcrumbs .breadcrumbs a {
  color: var(--fndry-color-navy);
}
.navy-breadcrumbs .breadcrumbs a:hover {
  color: var(--fndry-color-sky);
}
.navy-breadcrumbs .fndry-post-author__name {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
.navy-breadcrumbs .fndry-post-author__bio {
  color: var(--fndry-color-navy);
}

.tax-office .white-breadcrumbs h3 {
  padding-bottom: 1.5rem;
}
.tax-office .white-breadcrumbs .wp-block-term-description p a {
  padding: 15px 30px;
}

.white-breadcrumbs span {
  color: white;
}
.white-breadcrumbs .breadcrumbs a {
  color: var(--fndry-color-white);
}
.white-breadcrumbs .breadcrumbs a:hover {
  color: var(--fndry-color-sky);
}
.white-breadcrumbs svg path {
  color: white;
}
.white-breadcrumbs .wp-block-term-description {
  color: white;
}
.white-breadcrumbs .wp-block-term-description h2, .white-breadcrumbs .wp-block-term-description h3, .white-breadcrumbs .wp-block-term-description h4, .white-breadcrumbs .wp-block-term-description h5, .white-breadcrumbs .wp-block-term-description h6 {
  color: white;
}
.white-breadcrumbs .wp-block-term-description a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--fndry-color-navy);
  background-color: white;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  text-decoration: none;
  display: inline-flex;
  gap: 15px;
}
.white-breadcrumbs .wp-block-term-description a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.85156 7.58594C7.73438 7.49219 7.6875 7.35156 7.6875 7.1875C7.6875 7.04688 7.73438 6.90625 7.85156 6.8125L10.0781 4.5625H0.5625C0.234375 4.5625 0 4.32812 0 4C0 3.69531 0.234375 3.4375 0.5625 3.4375H10.0781L7.85156 1.21094C7.61719 1 7.61719 0.648438 7.85156 0.4375C8.0625 0.203125 8.41406 0.203125 8.64844 0.4375L11.8359 3.625C12.0469 3.83594 12.0469 4.1875 11.8359 4.39844L8.64844 7.58594C8.41406 7.82031 8.0625 7.82031 7.85156 7.58594Z' fill='%23153E61'/%3E%3C/svg%3E%0A");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
}
.white-breadcrumbs .wp-block-term-description a:hover {
  color: var(--fndry-color-sky);
}

.office-breadcrumbs .breadcrumbs {
  margin-bottom: 0;
}

/* For articles where it looks like the breadcrumbs are terms */
.breadcrumb-terms {
  flex-wrap: wrap !important;
}
.breadcrumb-terms .fndry-post-terms {
  margin-bottom: 11px;
}
.breadcrumb-terms .fndry-post-tax--office .fndry-post-terms__link {
  background-color: var(--fndry-color-navy);
  color: var(--fndry-color-white);
  padding: 5px 10px;
  border-radius: 20px;
  margin-right: 6px;
  margin-left: 6px;
}
.breadcrumb-terms .fndry-post-tax--office .fndry-post-terms__link:hover {
  background-color: var(--fndry-color-charcoal);
}
.breadcrumb-terms .fndry-post-tax--issues {
  margin-bottom: 0 !important;
}
.breadcrumb-terms .fndry-post-tax--issues .fndry-post-terms__link {
  color: var(--fndry-color-navy);
  margin-right: 0;
}
.breadcrumb-terms .fndry-post-tax--issues .fndry-post-terms__link:hover {
  color: var(--fndry-color-sky);
}
.breadcrumb-terms .fndry-post-tax--issues .fndry-post-terms__term:after {
  margin-right: 0;
}

.fndry-btn {
  transition: all 0.25s ease-in-out;
}
.fndry-btn-primaryButtonIcon:hover {
  gap: 25px;
  padding-right: 25px;
}
.fndry-btn-primaryButtonAlt {
  padding: 13px 24px !important;
}
.fndry-btn-primaryButtonReverse {
  padding: 13px 30px !important;
}
.fndry-btn-primaryButtonIconAlt {
  text-wrap: nowrap;
  margin: 0.25rem 1.5rem !important;
}
.fndry-btn-primaryButtonIconAlt svg path {
  color: var(--fndry-color-teal);
}
.fndry-btn-learnMore:after, .fndry-btn-learnMoreAlt:after, .fndry-btn-learnMoreLarge:after, .fndry-btn-learnMoreDown:after, .fndry-btn-learnMoreLargeWhite:after, .fndry-btn-footerLink:after, .fndry-btn-learnMoreMid:after, .fndry-btn-learnMoreMidPurple:after, .fndry-btn-learnMoreMidWhite:after {
  transition: all 0.25s ease-in-out;
  position: relative;
  left: 0px;
}
.fndry-btn-learnMore:hover:after, .fndry-btn-learnMoreAlt:hover:after, .fndry-btn-learnMoreLarge:hover:after, .fndry-btn-learnMoreDown:hover:after, .fndry-btn-learnMoreLargeWhite:hover:after, .fndry-btn-footerLink:hover:after, .fndry-btn-learnMoreMid:hover:after, .fndry-btn-learnMoreMidPurple:hover:after, .fndry-btn-learnMoreMidWhite:hover:after {
  position: relative;
  left: 5px;
}

.purple-arrow:after {
  filter: brightness(44%) sepia(1) hue-rotate(244deg) saturate(9);
}

.yellow-arrow svg path {
  color: var(--fndry-color-yellow);
}

.navy-text .fndry-post-terms__link {
  color: var(--fndry-color-navy);
}

.height-100 {
  height: 100%;
}

.hide {
  display: none;
}

/* image height queries */
@media only screen and (max-width: 480px) {
  .height-20vh {
    height: 22.5vh !important;
  }
}

@media only screen and (max-width: 480px) {
  .height-35vh {
    height: 23vh !important;
  }
}

@media only screen and (max-width: 1024px) {
  .height-54vh {
    height: 30rem !important;
  }
}
@media only screen and (max-width: 480px) {
  .height-54vh {
    height: 40vh !important;
  }
}

@media only screen and (max-width: 1024px) {
  .height-55vh {
    height: 35vh !important;
  }
}
@media only screen and (max-width: 480px) {
  .height-55vh {
    height: 20vh !important;
  }
}

/*Makes the Post Date into a button*/
.date-btn {
  width: fit-content;
  transition: all 0.5s ease-in-out;
  margin-left: 0 !important;
}
.date-btn .fndry-btn {
  display: inline-flex;
}
.date-btn:hover .fndry-btn {
  gap: 11px;
  transition: gap linear 0.2s;
}

.grid-link {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

/*Post alignment*/
.query-margin.fndry-query .fndry-row {
  margin-top: 0;
  margin-bottom: 0;
}

/*Max Width Classes*/
.max-1180px {
  max-width: 1180px;
}

.max-1400px {
  max-width: 1400px;
}

/* BG colours */
.white-bg {
  position: relative;
}
.white-bg:after {
  overflow: hidden;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 400%;
  height: 400%;
  background-color: var(--fndry-color-white);
  z-index: -1;
}

.teal-bg {
  position: relative;
}
.teal-bg:after {
  overflow: hidden;
  content: "";
  position: absolute;
  right: 10rem;
  top: 0;
  width: 400%;
  height: 400%;
  background-color: var(--fndry-color-teal);
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .teal-bg:after {
    right: -10rem;
    height: 10rem;
  }
}

.yellow-bg {
  position: relative;
}
.yellow-bg:after {
  overflow: hidden;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 400%;
  height: 100%;
  background-color: var(--fndry-color-yellow);
  z-index: -2;
}
@media only screen and (max-width: 1024px) {
  .yellow-bg:after {
    left: -10rem;
  }
}

.hide-overflow {
  overflow: hidden;
}

/*For all of the headlines with coloured lines after them*/
.heading-bar .fndry-heading {
  text-wrap: nowrap;
  margin-right: 0.75rem;
  margin-bottom: 0;
}
.heading-bar .fndry-btn {
  text-wrap: nowrap;
  margin-left: 0.75rem;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.white-bar {
  position: relative;
  padding: 1.75rem 0;
}
@media only screen and (max-width: 480px) {
  .white-bar {
    padding-top: 1.75rem;
    padding-bottom: 1.5rem;
  }
}
.white-bar:before {
  content: "";
  position: absolute;
  top: 0rem;
  left: calc(50% - 60px);
  height: 2px;
  width: 120px;
  background-color: var(--fndry-color-white);
}

.white-bar-left {
  position: relative;
  padding: 1.75rem 0;
}
@media only screen and (max-width: 480px) {
  .white-bar-left {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.white-bar-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 120px;
  background-color: var(--fndry-color-white);
}

.navy-bar {
  position: relative;
  padding-top: 1.75rem;
}
.navy-bar:before {
  content: "";
  position: absolute;
  top: 0rem;
  left: calc(50% - 60px);
  height: 2px;
  width: 120px;
  background-color: var(--fndry-color-navy);
}

.plum-bar {
  position: relative;
  padding-top: 1.75rem;
}
.plum-bar:before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0;
  height: 2px;
  width: 120px;
  background-color: var(--fndry-color-plum);
}

.title-bar-decoration {
  position: relative;
  padding-top: 1.75rem;
}
.title-bar-decoration:before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  right: 0;
  height: 2px;
  width: 45%;
  background-color: var(--fndry-color-navy);
}

@media only screen and (max-width: 1024px) {
  .white-background {
    background: var(--fndry-color-white) !important;
  }
}

@media only screen and (max-width: 480px) {
  .text-center {
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .dont-display {
    display: none;
  }
}

.diplay-inline {
  display: inline !important;
}

.project-link a {
  color: var(--fndry-color-plum) !important;
  display: inline-flex;
  flex-direction: row;
  gap: 15px;
}
.project-link a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.85156 8.08594C7.73438 7.99219 7.6875 7.85156 7.6875 7.6875C7.6875 7.54688 7.73438 7.40625 7.85156 7.3125L10.0781 5.0625H0.5625C0.234375 5.0625 0 4.82812 0 4.5C0 4.19531 0.234375 3.9375 0.5625 3.9375H10.0781L7.85156 1.71094C7.61719 1.5 7.61719 1.14844 7.85156 0.9375C8.0625 0.703125 8.41406 0.703125 8.64844 0.9375L11.8359 4.125C12.0469 4.33594 12.0469 4.6875 11.8359 4.89844L8.64844 8.08594C8.41406 8.32031 8.0625 8.32031 7.85156 8.08594Z' fill='%23952B6F'/%3E%3C/svg%3E%0A");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
}
.project-link a:hover {
  color: var(--fndry-color-charcoal) !important;
}

.divider {
  width: fit-content;
  padding-right: 0.5rem;
  background-color: white;
  margin-bottom: -0.7rem !important;
  position: relative;
  z-index: 100;
}

.avatar-only .fndry-post-author__name {
  display: none;
}

.fndry-form-ctrl {
  box-shadow: none;
  border-radius: 5px;
  border-color: var(--fndry-color-navy);
  background-color: var(--fndry-color-teal);
  padding: 0.25rem 0;
  flex-grow: unset;
  color: var(--fndry-color-navy);
}
.fndry-form-ctrl__icon svg {
  height: 12px;
}

@media (min-width: 1130px) {
  .fndry-filter-search {
    margin-left: auto;
  }
}
.fndry-filter-search__input {
  color: var(--fndry-color-navy);
  border: 1px solid var(--fndry-color-navy);
  border-radius: 3px;
}
.fndry-filter-search__label {
  visibility: hidden;
}

.fndry-filters {
  flex-wrap: nowrap;
  display: inline-flex;
  width: fit-content;
  margin-left: 0;
  margin-right: 1rem;
}
.fndry-filters:before {
  content: "Search";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.16px;
  position: relative;
  left: 0.25rem;
  color: var(--fndry-color-navy);
  margin-right: 1rem;
}
@media only screen and (max-width: 1024px) {
  .fndry-filters:before {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .fndry-filters {
    margin-right: 0;
  }
}
.fndry-filters--white-bg .fndry-form-ctrl {
  background-color: transparent;
  border: 1px solid var(--fndry-color-charcoal);
}
.fndry-filters--white-bg .fndry-form-ctrl input {
  border: none;
}
.fndry-filters--white-bg .fndry-form-ctrl select {
  background-color: transparent;
}
@media (max-width: 1024px) {
  .fndry-filters--white-bg {
    width: 100% !important;
    flex-wrap: wrap;
  }
  .fndry-filters--white-bg .fndry-filter-dropdowns {
    width: 100% !important;
  }
  .fndry-filters--white-bg .fndry-form-ctrl {
    min-width: unset;
  }
  .fndry-filters--white-bg .fndry-filter-search {
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 720px) {
  .fndry-filters--white-bg .fndry-filter-dropdowns {
    flex-direction: column;
  }
}

@media only screen and (max-width: 480px) {
  .fndry-query {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.fndry-query .fndry-nav {
  display: inline-flex;
}
.fndry-query .fndry-nav:before {
  content: "Filter by:";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.16px;
  position: relative;
  left: 0.25rem;
  color: var(--fndry-color-navy);
  margin-right: 1rem;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .fndry-query .fndry-nav:before {
    display: none;
  }
}
.fndry-query .fndry-nav__submenu-toggle:before {
  content: "";
  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='M3.87109 5.50391L0.371094 2.00391C0.125 1.75781 0.0429688 1.375 0.179688 1.04688C0.316406 0.71875 0.644531 0.5 1 0.5H8C8.35547 0.5 8.65625 0.71875 8.79297 1.04688C8.92969 1.375 8.84766 1.75781 8.60156 2.00391L5.10156 5.50391C4.77344 5.85938 4.19922 5.85938 3.87109 5.50391Z' fill='%23153E61'/%3E%3C/svg%3E%0A") !important;
}

/* For pages with Teal filter colouration */
.teal-filter-bg {
  position: relative;
}
.teal-filter-bg:after {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 70px;
  left: 50%;
  transform: translateX(-50%);
  min-width: max-content;
  background-color: var(--fndry-color-teal);
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .teal-filter-bg:after {
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .teal-filter-bg:after {
    height: 320px;
  }
}

/* For pages with Navy filter colouration */
.navy-filter {
  position: relative;
}
.navy-filter:after {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 70px;
  left: 50%;
  transform: translateX(-50%);
  min-width: max-content;
  background-color: var(--fndry-color-navy);
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .navy-filter:after {
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .navy-filter:after {
    height: 320px;
  }
}
.navy-filter .fndry-form-ctrl {
  border: 1px solid var(--fndry-color-white);
  background-color: var(--fndry-color-navy);
  color: var(--fndry-color-white);
}
.navy-filter .fndry-form-ctrl__input {
  color: white;
}
.navy-filter .fndry-form-ctrl__reset {
  color: white;
}
.navy-filter .fndry-query .fndry-nav:before {
  color: var(--fndry-color-white);
}
.navy-filter .fndry-query .fndry-nav__submenu-toggle:before {
  content: "";
  filter: brightness(0) invert(1);
}
.navy-filter .fndry-filters:before {
  color: var(--fndry-color-white);
}
.navy-filter .fndry-text-calloutText16 {
  color: var(--fndry-color-white);
}
.navy-filter .news-search {
  background: var(--fndry-color-navy) !important;
}
.navy-filter .news-search .wp-block-search__input {
  border: 1px solid var(--fndry-color-white);
  color: var(--fndry-color-white);
  background-image: url('data:image/svg+xml,%3Csvg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M8.625 5.375C8.625 4.03906 7.89844 2.82031 6.75 2.14062C5.57812 1.46094 4.14844 1.46094 3 2.14062C1.82812 2.82031 1.125 4.03906 1.125 5.375C1.125 6.73438 1.82812 7.95312 3 8.63281C4.14844 9.3125 5.57812 9.3125 6.75 8.63281C7.89844 7.95312 8.625 6.73438 8.625 5.375ZM7.89844 9.21875C7.05469 9.875 6 10.25 4.875 10.25C2.17969 10.25 0 8.07031 0 5.375C0 2.70312 2.17969 0.5 4.875 0.5C7.54688 0.5 9.75 2.70312 9.75 5.375C9.75 6.52344 9.35156 7.57812 8.69531 8.42188L11.8359 11.5391C12.0469 11.7734 12.0469 12.125 11.8359 12.3359C11.6016 12.5703 11.25 12.5703 11.0391 12.3359L7.89844 9.21875Z" fill="%23FFFFFF"/%3E%3C/svg%3E');
}

/* For pages with Yellow filter colouration */
.yellow-filter {
  position: relative;
}
.yellow-filter:after {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 70px;
  left: 50%;
  transform: translateX(-50%);
  min-width: max-content;
  background-color: var(--fndry-color-yellow);
  z-index: -1;
}
@media only screen and (max-width: 480px) {
  .yellow-filter:after {
    height: 7rem;
  }
}
.yellow-filter .fndry-form-ctrl {
  border-color: var(--fndry-color-navy);
  background-color: var(--fndry-color-yellow);
  color: var(--fndry-color-charcoal);
}
.yellow-filter .fndry-form-ctrl__select {
  background-color: var(--fndry-color-yellow);
}
.yellow-filter .fndry-query .fndry-nav:before {
  color: var(--fndry-color-charcoal);
}
.yellow-filter .fndry-query .fndry-nav__submenu-toggle:before {
  content: "";
  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='M3.87109 5.50391L0.371094 2.00391C0.125 1.75781 0.0429688 1.375 0.179688 1.04688C0.316406 0.71875 0.644531 0.5 1 0.5H8C8.35547 0.5 8.65625 0.71875 8.79297 1.04688C8.92969 1.375 8.84766 1.75781 8.60156 2.00391L5.10156 5.50391C4.77344 5.85938 4.19922 5.85938 3.87109 5.50391Z' fill='%23408FD4'/%3E%3C/svg%3E%0A") !important;
}
.yellow-filter .fndry-filters:before {
  color: var(--fndry-color-charcoal);
}

footer .fndry-nav-link {
  padding: 0;
  padding-bottom: 0.25rem;
}
@media only screen and (max-width: 480px) {
  footer .fndry-nav-link {
    font-size: 14px;
  }
}
footer .fndry-heading a {
  transition: all 0.25s ease-in-out;
  color: var(--fndry-color-white);
  text-decoration: none;
}
footer .fndry-heading a:hover {
  color: var(--fndry-color-sky);
}
@media only screen and (max-width: 480px) {
  footer .fndry-social-list .fndry-social {
    padding-left: 0.25em !important;
    padding-right: 0.25em;
  }
}
footer .fndry-social-list .fndry-social__link {
  padding: 10px;
}
footer .legal .fndry-nav__container {
  gap: 0;
}
@media only screen and (max-width: 480px) {
  footer .legal .fndry-nav__container {
    display: inline !important;
  }
}
footer .legal .fndry-nav__container .fndry-nav__item {
  padding-right: 0.5rem;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
@media only screen and (max-width: 480px) {
  footer .legal .fndry-nav__container .fndry-nav__item {
    padding-left: 0;
    display: inline !important;
  }
}
footer .legal .fndry-nav__container .fndry-nav__item .fndry-nav-link {
  padding-left: 0.5rem;
  padding-bottom: 0;
  padding-right: 0.5rem;
  border-right: 1px solid var(--fndry-color-white20);
}
@media only screen and (max-width: 480px) {
  footer .legal .fndry-nav__container .fndry-nav__item .fndry-nav-link {
    font-size: 12px;
    display: inline !important;
  }
}
footer .legal .fndry-nav__container li:first-child {
  padding-right: 0;
}
footer .legal .fndry-nav__container li:first-child .fndry-nav-link {
  padding-left: 0.25rem;
}
@media only screen and (max-width: 480px) {
  footer .legal .fndry-nav__container li:first-child .fndry-nav-link {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media only screen and (max-width: 480px) {
  footer .legal .fndry-nav__container li:last-child .fndry-nav-link {
    padding-left: 0.1rem;
    border: none;
  }
}
footer .legal .legal-p {
  border-right: 1px solid var(--fndry-color-white20);
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media only screen and (max-width: 480px) {
  footer .legal .legal-p {
    padding-right: 0.2rem;
  }
}
@media only screen and (max-width: 480px) {
  footer .legal {
    border: none !important;
  }
}
footer .footer-button {
  font-weight: 400;
}
footer .footer-button svg {
  position: relative;
  left: 10px;
}
footer .footer-button svg path {
  fill: var(--fndry-color-sky);
}

.gform_required_legend {
  display: none;
}

.gform_wrapper.gravity-theme .gfield {
  /* Styles the checkboxes as best as possible */
}
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.gform_wrapper.gravity-theme .gfield_checkbox input[type=checkbox] {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none !important;
  padding: 0;
}
.gform_wrapper.gravity-theme .gfield_checkbox input[type=checkbox]:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  border: 1px solid var(--fndry-color-neutralMid);
  border-radius: 3px;
}
.gform_wrapper.gravity-theme .gfield_checkbox input[type=checkbox]:checked::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  background-color: var(--fndry-color-teal);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z' fill='%23FFF'/%3E%3C/svg%3E");
  border: 1px solid var(--fndry-color-teal);
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  border-radius: 3px;
  z-index: 3;
}
.gform_wrapper.gravity-theme .gfield_checkbox .gform-field-label {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding-left: 10px;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400;
  font-size: 13px;
  font-family: var(--fndry-font-proximaNova);
  color: var(--fndry-color-charcoal);
  line-height: 150%;
}
.gform_wrapper.gravity-theme .gfield_required {
  color: var(--fndry-color-red);
}
.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme .gfield textarea {
  line-height: 150%;
  border: 1px solid var(--fndry-color-neutralMid);
  padding: 0.75rem;
  border-radius: 5px;
  font-weight: 400;
  font-size: 15px;
  font-family: var(--fndry-font-proximaNova);
  background-color: var(--fndry-color-white);
  color: var(--fndry-color-navy);
}
.gform_wrapper.gravity-theme .gfield input:focus-visible, .gform_wrapper.gravity-theme .gfield input:hover,
.gform_wrapper.gravity-theme .gfield select:focus-visible,
.gform_wrapper.gravity-theme .gfield select:hover,
.gform_wrapper.gravity-theme .gfield textarea:focus-visible,
.gform_wrapper.gravity-theme .gfield textarea:hover {
  outline: 1px solid var(--fndry-color-neutralMid);
}
.gform_wrapper.gravity-theme .gfield select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6562 1.91406L7.3125 6.94141C7.13672 7.11719 6.92578 7.1875 6.75 7.1875C6.53906 7.1875 6.32812 7.11719 6.15234 6.97656L0.808594 1.91406C0.457031 1.59766 0.457031 1.07031 0.773438 0.71875C1.08984 0.367188 1.61719 0.367188 1.96875 0.683594L6.75 5.18359L11.4961 0.683594C11.8477 0.367188 12.375 0.367188 12.6914 0.71875C13.0078 1.07031 13.0078 1.59766 12.6562 1.91406Z' fill='%23003B4D'/%3E%3C/svg%3E%0A");
  background-position: center right 0.7rem;
  background-repeat: no-repeat;
}
.gform_wrapper.gravity-theme .gfield_validation_message {
  border: none;
  background: var(--fndry-color-white);
  padding: 0;
  color: var(--fndry-color-red);
  font-family: var(--fndry-font-proximaNova);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.gform_wrapper.gravity-theme .gfield_error legend,
.gform_wrapper.gravity-theme .gfield_error label {
  color: var(--fndry-color-charcoal);
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-color: var(--fndry-color-neutralMid);
}
.gform_wrapper.gravity-theme .gfield_required {
  display: none;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  border: 4px solid var(--fndry-color-red);
  outline: none;
  background: var(--fndry-color-white);
  padding: 1rem 1.5rem;
  box-shadow: none;
  border-radius: 0;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: var(--fndry-color-red);
  font-family: var(--fndry-font-proximaNova);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.gform_wrapper.gravity-theme .gform_footer {
  padding-top: 0;
}
.gform_wrapper.gravity-theme button[type=submit] {
  transition: all 0.25s ease-in-out;
  border: none;
  background-color: var(--fndry-color-navy);
  gap: 20px;
  padding: 15px 30px;
  font-family: var(--fndry-font-proximaNova);
  color: var(--fndry-color-white);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  cursor: pointer;
  line-height: 1 !important;
}
.gform_wrapper.gravity-theme button[type=submit]:hover {
  background-color: var(--fndry-color-charcoal);
}
.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
  padding-right: 0;
}
.gform_wrapper.gravity-theme p {
  margin-bottom: 0;
}

.contact-form .gform_wrapper.gravity-theme button[type=submit] {
  padding-right: 60px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6777 1.02148C15.9121 1.16797 16.0293 1.43164 15.9414 1.69531L14.0664 14.3516C14.0371 14.5566 13.9199 14.7617 13.7148 14.8496C13.627 14.9082 13.5098 14.9668 13.3926 14.9668C13.2754 14.9668 13.1875 14.9375 13.0996 14.9082L10.2285 13.6777L6.97656 15.7871C6.85938 15.8457 6.71289 15.875 6.5957 15.875C6.50781 15.875 6.39062 15.8457 6.27344 15.8164C6.03906 15.6699 5.92188 15.4355 5.92188 15.1719V11.8613L1.41016 9.98633C1.17578 9.86914 1 9.63477 1 9.37109C0.970703 9.10742 1.11719 8.84375 1.35156 8.72656L14.9453 0.992188C15.1797 0.845703 15.4727 0.875 15.6777 1.02148ZM11.8105 4.39062L3.28516 9.22461L6.33203 10.5137L11.8105 4.39062ZM7.29883 13.8828L8.64648 13.0332L7.29883 12.4473V13.8828ZM12.8359 13.2383L14.2422 3.77539L7.67969 11.0703L12.8359 13.2383Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center right 30px;
  background-repeat: no-repeat;
}
.contact-form .gform_wrapper.gravity-theme button[type=submit]:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6777 1.02148C15.9121 1.16797 16.0293 1.43164 15.9414 1.69531L14.0664 14.3516C14.0371 14.5566 13.9199 14.7617 13.7148 14.8496C13.627 14.9082 13.5098 14.9668 13.3926 14.9668C13.2754 14.9668 13.1875 14.9375 13.0996 14.9082L10.2285 13.6777L6.97656 15.7871C6.85938 15.8457 6.71289 15.875 6.5957 15.875C6.50781 15.875 6.39062 15.8457 6.27344 15.8164C6.03906 15.6699 5.92188 15.4355 5.92188 15.1719V11.8613L1.41016 9.98633C1.17578 9.86914 1 9.63477 1 9.37109C0.970703 9.10742 1.11719 8.84375 1.35156 8.72656L14.9453 0.992188C15.1797 0.845703 15.4727 0.875 15.6777 1.02148ZM11.8105 4.39062L3.28516 9.22461L6.33203 10.5137L11.8105 4.39062ZM7.29883 13.8828L8.64648 13.0332L7.29883 12.4473V13.8828ZM12.8359 13.2383L14.2422 3.77539L7.67969 11.0703L12.8359 13.2383Z' fill='%23F04B24'/%3E%3C/svg%3E%0A");
}

.contact-info .fndry-list--custom {
  padding-left: 2rem;
}
.contact-info .fndry-list-item {
  margin: 0;
  padding-bottom: 0.25rem;
}
.contact-info .fndry-list-item a {
  color: white;
  text-decoration: none;
}
.contact-info .fndry-list-item a:hover {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 2px;
}
.contact-info .fndry-list-item__icon svg {
  height: 16px;
  vertical-align: 6px;
  margin-right: 7px;
}

.contact-info.black .fndry-list-item a {
  color: black !important;
}

.fndry-nav-link {
  padding: 0.25rem 0.5rem;
}
.fndry-nav__item--has-submenu .fndry-nav__submenu-toggle {
  width: 1rem;
}
.fndry-nav__item--has-submenu .fndry-nav__submenu-toggle:after {
  content: none;
}
.fndry-nav__item--has-submenu .fndry-nav__submenu-toggle:before {
  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='M3.87109 5.50391L0.371094 2.00391C0.125 1.75781 0.0429688 1.375 0.179688 1.04688C0.316406 0.71875 0.644531 0.5 1 0.5H8C8.35547 0.5 8.65625 0.71875 8.79297 1.04688C8.92969 1.375 8.84766 1.75781 8.60156 2.00391L5.10156 5.50391C4.77344 5.85938 4.19922 5.85938 3.87109 5.50391Z' fill='%23408FD4'/%3E%3C/svg%3E%0A");
  background-color: transparent;
  height: 6px;
  width: 9px;
  top: 0.9rem;
  left: -0.1rem;
  transform: rotate(0deg);
}
.fndry-nav__item--has-submenu .fndry-nav-submenu {
  padding: 1rem;
}
.fndry-nav__item--has-submenu:hover .fndry-nav__submenu-toggle:before {
  background-color: transparent !important;
}

.utility-nav .fndry-nav__container {
  gap: 0;
  padding: 2px 0.25rem 0;
}
.utility-nav .fndry-nav-link {
  padding: 0.5rem;
}

.wp-block-site-logo {
  margin: 0.25rem 0;
}

.mobile-nav {
  display: none;
}

/* Mobile Nav */
@media only screen and (max-width: 1024px) {
  .mobile-nav {
    display: block;
  }
  .mobile-nav .wp-block-site-logo img {
    max-width: 130%;
  }
  .mobile-nav .fndry-nav__toggle {
    margin-left: 0.75rem;
    height: 2.25rem;
    width: 2rem;
  }
  .mobile-nav .fndry-nav__toggle-lines:before, .mobile-nav .fndry-nav__toggle-lines:after {
    height: 3px;
    top: calc(50% - 1.5px);
    border-radius: 3px;
  }
  .mobile-nav .fndry-nav__toggle:before {
    height: 3px;
    border-radius: 3px;
  }
  .mobile-nav .fndry-nav__toggle:after {
    width: 100%;
    height: 3px;
    border-radius: 3px;
  }
  .mobile-nav .fndry-nav__responsive-container {
    left: 50%;
    transform: translateX(-50%);
    min-width: max-content;
    width: calc(100vw - 36px);
    top: 101px;
    padding-top: 4rem;
    padding-left: 15rem;
    padding-right: 15rem;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 800px) {
  .mobile-nav .fndry-nav__responsive-container {
    padding-top: 1.5em;
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 800px) and (max-width: 480px) {
  .mobile-nav .fndry-nav__responsive-container {
    padding-top: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile-nav .fndry-nav__responsive-container-close {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile-nav .fndry-nav__item {
    width: 100%;
  }
  .mobile-nav .fndry-nav__item .fndry-nav-link {
    padding: 0.75rem;
    margin: 0rem;
  }
  .mobile-nav .fndry-nav__item .fndry-nav-link.fndry-btn-primary {
    padding: 13px 27px 13px 27px;
    font-size: 14px;
    font-weight: 400;
    background-color: var(--fndry-color-plum);
    max-width: fit-content;
    text-transform: uppercase;
  }
  .mobile-nav .fndry-nav__item .alt-nav-text {
    font-size: 15px;
    padding: 0rem 0.75rem;
    margin: 0rem;
  }
  .mobile-nav .fndry-nav__item:last-child {
    width: 100% !important;
  }
  .mobile-nav .fndry-nav__item--has-submenu {
    width: calc(100% + 0.5rem);
  }
  .mobile-nav .fndry-nav__item--has-submenu .fndry-nav-submenu {
    padding: 0.5rem 0 0 0 !important;
    margin-left: 0.5rem;
  }
  .mobile-nav .fndry-nav__item--has-submenu .fndry-nav-submenu .fndry-nav-link {
    text-align: left;
    margin: 0rem;
    padding: 6px 20px 10px !important;
  }
  .mobile-nav .fndry-nav__item--has-submenu .fndry-nav-submenu:after {
    display: none;
  }
  .mobile-nav .fndry-nav__item--has-submenu .fndry-nav-submenu .featured-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.75px;
    text-transform: uppercase;
  }
  .mobile-nav .fndry-nav__item--has-submenu .fndry-nav-submenu .featured-topic {
    font-weight: 400;
    padding-left: 2rem !important;
  }
  .mobile-nav .fndry-nav__item--has-submenu:hover .fndry-nav__submenu-toggle:before {
    transform: rotate(90deg) !important;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile-nav .fndry-nav__submenu {
    position: relative;
  }
  .mobile-nav .fndry-nav__submenu-toggle {
    position: absolute;
    right: 0.5rem;
    top: 0.3rem;
  }
  .mobile-nav .fndry-nav__submenu-toggle:before {
    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='M5.39844 4.10156C5.60938 4.33594 5.60938 4.6875 5.39844 4.89844L1.64844 8.64844C1.41406 8.88281 1.0625 8.88281 0.851562 8.64844C0.617188 8.4375 0.617188 8.08594 0.851562 7.875L4.20312 4.52344L0.851562 1.14844C0.617188 0.9375 0.617188 0.585938 0.851562 0.375C1.0625 0.140625 1.41406 0.140625 1.625 0.375L5.39844 4.10156Z' fill='white'/%3E%3C/svg%3E%0A");
    height: 9px;
    width: 6px;
  }
}
@media only screen and (max-width: 1024px) {
  .desktop-nav {
    display: none;
  }
}
body.fndry-nav-is-open {
  padding-right: 0;
}

.fndry-primary-nav .fndry-nav__item--has-submenu > .fndry-nav-link, .fndry-primary-nav .fndry-nav__item--has-submenu > .fndry-nav__submenu-toggle {
  height: 60px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  align-content: center;
}
.fndry-primary-nav .fndry-nav__item--has-submenu > .fndry-nav__submenu-toggle::before {
  position: static;
}
.fndry-primary-nav .fndry-nav__item--has-submenu > .fndry-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1rem;
  width: 0;
  height: 2px;
  background-color: #408fd4;
  transition: width 0.3s linear;
}
.fndry-primary-nav .fndry-nav__item--has-submenu > .fndry-nav-submenu {
  top: 84px;
}
.fndry-primary-nav .fndry-nav__item--has-submenu > .fndry-nav-submenu::before {
  content: "";
  position: absolute;
  height: 24px;
  z-index: -1;
  bottom: 100%;
  width: 6rem;
}
.fndry-primary-nav .fndry-nav__item--has-submenu > .fndry-nav-link:hover {
  color: rgb(33, 33, 33);
}
.fndry-primary-nav .fndry-nav__item--has-submenu > .fndry-nav-link:hover::after {
  width: 100%;
}

.fndry-pagination {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 480px) {
  .fndry-pagination {
    width: 100%;
  }
}
.fndry-pagination__nav {
  color: #153e61;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  border: 1px solid #153e61;
  padding: 15px 30px;
}
.fndry-pagination__nav:hover {
  background-color: #153e61;
  color: white;
}
.fndry-pagination__nav:hover svg path {
  fill: white;
}

.fndry-page-prev,
.fndry-page-next {
  transition: all 0.25s ease-in-out;
}

.fndry-page-numbers {
  gap: 0.75em !important;
}
@media only screen and (max-width: 480px) {
  .fndry-page-numbers {
    display: none;
  }
}

.page-numbers {
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  color: var(--fndry-color-charcoal);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.16px;
}
.page-numbers:hover {
  color: var(--fndry-color-sky);
}
.page-numbers.current {
  position: relative;
}
.page-numbers.current:after {
  content: "";
  position: absolute;
  width: 125%;
  display: block;
  height: 2px;
  background-color: var(--fndry-color-red);
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}

/* Search Bar Styling */
.desktop-search .wp-block-search {
  height: 31px;
  border-right: 1px solid #d9d9d9;
}
.desktop-search .wp-block-search__inside-wrapper {
  border: none;
  height: 100%;
  width: 100%;
  padding: 0;
}
.desktop-search .wp-block-search__inside-wrapper .wp-block-search__button {
  position: relative;
  transition: all 0.25s ease-in-out;
  height: 100%;
  padding: 0 21px;
  background-color: var(--fndry-color-neutralLight);
}
.desktop-search .wp-block-search__inside-wrapper .wp-block-search__button:after {
  content: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 6.5C13 7.9375 12.5312 9.28125 11.75 10.3438L15.6875 14.3125C16.0938 14.6875 16.0938 15.3438 15.6875 15.7188C15.3125 16.125 14.6562 16.125 14.2812 15.7188L10.3125 11.75C9.25 12.5625 7.90625 13 6.5 13C2.90625 13 0 10.0938 0 6.5C0 2.9375 2.90625 0 6.5 0C10.0625 0 13 2.9375 13 6.5ZM6.5 11C8.09375 11 9.5625 10.1562 10.375 8.75C11.1875 7.375 11.1875 5.65625 10.375 4.25C9.5625 2.875 8.09375 2 6.5 2C4.875 2 3.40625 2.875 2.59375 4.25C1.78125 5.65625 1.78125 7.375 2.59375 8.75C3.40625 10.1562 4.875 11 6.5 11Z' fill='%23952B6F'/%3E%3C/svg%3E%0A");
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.desktop-search .wp-block-search__inside-wrapper .wp-block-search__button svg {
  display: none;
}

.mobile-search {
  width: 100%;
  margin-right: 0.5rem;
}
.mobile-search .wp-block-search {
  border: none;
  background: var(--fndry-color-white);
  margin-left: 2rem;
  height: 50px;
}
.mobile-search .wp-block-search__inside-wrapper {
  border: none;
  height: 100%;
  width: 100%;
  padding: 0;
  flex-direction: row-reverse;
}
.mobile-search .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 0;
  background-color: var(--fndry-color-white);
  color: var(--fndry-color-charcoal);
  font-family: var(--fndry-font-proximaNova);
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  border-left: none !important;
  border-radius: 0 5px 5px 0;
}
.mobile-search .wp-block-search__inside-wrapper .wp-block-search__input::placeholder {
  color: var(--fndry-color-charcoal);
}
.mobile-search .wp-block-search__inside-wrapper .wp-block-search__input::placeholder:focus-visible {
  outline: none;
}
.mobile-search .wp-block-search__inside-wrapper .wp-block-search__button {
  position: relative;
  transition: all 0.25s ease-in-out;
  height: 50px;
  border-right: none !important;
  padding: 0 25px;
  background-color: var(--fndry-color-white);
  border-radius: 5px 0 0 5px;
}
.mobile-search .wp-block-search__inside-wrapper .wp-block-search__button:after {
  content: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 6.5C13 7.9375 12.5312 9.28125 11.75 10.3438L15.6875 14.3125C16.0938 14.6875 16.0938 15.3438 15.6875 15.7188C15.3125 16.125 14.6562 16.125 14.2812 15.7188L10.3125 11.75C9.25 12.5625 7.90625 13 6.5 13C2.90625 13 0 10.0938 0 6.5C0 2.9375 2.90625 0 6.5 0C10.0625 0 13 2.9375 13 6.5ZM6.5 11C8.09375 11 9.5625 10.1562 10.375 8.75C11.1875 7.375 11.1875 5.65625 10.375 4.25C9.5625 2.875 8.09375 2 6.5 2C4.875 2 3.40625 2.875 2.59375 4.25C1.78125 5.65625 1.78125 7.375 2.59375 8.75C3.40625 10.1562 4.875 11 6.5 11Z' fill='%23952B6F'/%3E%3C/svg%3E%0A");
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mobile-search .wp-block-search__inside-wrapper .wp-block-search__button svg {
  display: none;
}

.news-search .wp-block-search {
  width: 100%;
}
.news-search .wp-block-search__input {
  margin-left: 10px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid var(--CCPA-Navy, #153e61);
  background-image: url('data:image/svg+xml,%3Csvg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M8.625 5.375C8.625 4.03906 7.89844 2.82031 6.75 2.14062C5.57812 1.46094 4.14844 1.46094 3 2.14062C1.82812 2.82031 1.125 4.03906 1.125 5.375C1.125 6.73438 1.82812 7.95312 3 8.63281C4.14844 9.3125 5.57812 9.3125 6.75 8.63281C7.89844 7.95312 8.625 6.73438 8.625 5.375ZM7.89844 9.21875C7.05469 9.875 6 10.25 4.875 10.25C2.17969 10.25 0 8.07031 0 5.375C0 2.70312 2.17969 0.5 4.875 0.5C7.54688 0.5 9.75 2.70312 9.75 5.375C9.75 6.52344 9.35156 7.57812 8.69531 8.42188L11.8359 11.5391C12.0469 11.7734 12.0469 12.125 11.8359 12.3359C11.6016 12.5703 11.25 12.5703 11.0391 12.3359L7.89844 9.21875Z" fill="%23153E61"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-color: transparent;
}
.news-search--navy .wp-block-search__input {
  border: 1px solid var(--fndry-color-white);
  background-image: url("data:image/svg+xml,%3Csvg width%3D%2213%22 height%3D%2213%22 viewBox%3D%220 0 13 13%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M8.625 5.375C8.625 4.03906 7.89844 2.82031 6.75 2.14062C5.57812 1.46094 4.14844 1.46094 3 2.14062C1.82812 2.82031 1.125 4.03906 1.125 5.375C1.125 6.73438 1.82812 7.95312 3 8.63281C4.14844 9.3125 5.57812 9.3125 6.75 8.63281C7.89844 7.95312 8.625 6.73438 8.625 5.375ZM7.89844 9.21875C7.05469 9.875 6 10.25 4.875 10.25C2.17969 10.25 0 8.07031 0 5.375C0 2.70312 2.17969 0.5 4.875 0.5C7.54688 0.5 9.75 2.70312 9.75 5.375C9.75 6.52344 9.35156 7.57812 8.69531 8.42188L11.8359 11.5391C12.0469 11.7734 12.0469 12.125 11.8359 12.3359C11.6016 12.5703 11.25 12.5703 11.0391 12.3359L7.89844 9.21875Z%22 fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E");
}
.news-search--navy .fndry-custom-filter__tab-name, .news-search--navy .fndry-custom-filter__label {
  color: var(--fndry-color-white);
}

@media screen and (min-width: 1025px) {
  .people-nav {
    position: absolute;
    right: 100px;
    top: 10px;
  }
}

.fndry-tabs__nav {
  justify-content: center;
  flex-wrap: wrap;
  border: none;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 480px) {
  .fndry-tabs__nav {
    top: -20px;
  }
}
.fndry-tabs__nav-link {
  background: var(--fndry-color-white);
  border: none;
  padding: 18px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 0;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .fndry-tabs__nav-link {
    padding: 16px 12px;
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.fndry-tabs__nav-link:after {
  content: "";
  background: var(--fndry-color-neutralLight);
  position: absolute;
  bottom: 11px;
  left: 0;
  height: 32px;
  width: 1px;
}
.fndry-tabs__nav-link:before {
  content: "";
  background: var(--fndry-color-neutralLight);
  position: absolute;
  bottom: 11px;
  right: 0;
  height: 32px;
  width: 1px;
}
.fndry-tabs__nav-link.fndry-tabs__nav-link--active {
  background: var(--fndry-color-navy) !important;
  color: var(--fndry-color-white);
  padding: 18px 30px;
  border: 1px solid var(--fndry-color-white);
}
.fndry-tabs__nav-link.fndry-tabs__nav-link--active:after, .fndry-tabs__nav-link.fndry-tabs__nav-link--active:before {
  content: none;
}
@media only screen and (max-width: 480px) {
  .fndry-tabs__nav-link.fndry-tabs__nav-link--active {
    padding: 16px 12px;
  }
}
.fndry-tabs__nav-link:hover {
  background: var(--fndry-color-neutralLight);
}
.fndry-tabs .fndry-btn-primaryButtonIcon {
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 480px) {
  .fndry-tabs .fndry-btn-primaryButtonIcon {
    bottom: -2rem;
    width: max-content;
  }
}

@media only screen and (max-width: 1024px) {
  .no-border {
    border: none !important;
  }
}

.wpj-jtoc--item-content > a {
  color: white !important;
  transition: all 0.25s ease-in-out;
}
.wpj-jtoc--item-content > a:hover {
  color: var(--fndry-color-yellow) !important;
}
.wpj-jtoc--item .wpj-jtoc--item-content {
  color: white !important;
}
.wpj-jtoc--item .wpj-jtoc--item-content:hover {
  color: var(--fndry-color-yellow) !important;
}

.fndry-video-popup {
  width: 100%;
  --fndry-video-pop-bg: rgba(0, 0, 0, 0);
}
.fndry-video-popup__play {
  transition: all 0.25s ease-in-out;
  height: 120px;
  width: 120px;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  padding-left: 0;
}
.fndry-video-popup__play:after {
  border: none;
  background-image: url(/wp-content/uploads/2023/12/play-button.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.fndry-video-popup:hover, .fndry-video-popup:focus {
  --fndry-video-pop-bg: var(--fndry-video-pop-hover-bg, rgba(0, 0, 0, 0));
}

.fndry-nav__item--has-mega-menu > .fndry-nav-submenu {
  max-width: unset !important;
}
.fndry-nav__item--has-mega-menu > .fndry-nav-submenu .fndry-mega-menu {
  display: block !important;
}
.fndry-nav__item--has-mega-menu > .fndry-nav-submenu .fndry-mega-menu .fndry-nav-link {
  padding: 0.5rem 0.75rem !important;
}
.fndry-nav__item--has-mega-menu .fndry-btn-externalNavLink {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 10px;
}

.post-content div {
  margin: 3rem 0;
}

.fndry-custom-filter {
  color: white;
  display: flex;
  height: 100%;
  align-items: center;
}
@media (max-width: 676px) {
  .fndry-custom-filter {
    position: fixed;
    top: 0;
    z-index: 11111;
    letter-spacing: 0;
    left: 0;
    background: var(--fndry-color-navy);
    color: white;
    right: 0;
    display: none;
    flex-flow: column;
    align-items: stretch;
    padding: 2rem;
    overflow-y: auto;
  }
  .fndry-custom-filter--open {
    display: flex;
  }
}
.fndry-custom-filter ul,
.fndry-custom-filter li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fndry-custom-filter ul {
  direction: rtl;
  overflow-y: auto;
  scrollbar-width: thin;
  padding-left: 15px;
  overflow-x: hidden;
}
.fndry-custom-filter ul * {
  direction: ltr;
  text-align: left;
}
.fndry-custom-filter li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 676px) {
  .fndry-custom-filter li {
    flex-wrap: wrap;
  }
}
.fndry-custom-filter li.active {
  background: #952b6f;
}
.fndry-custom-filter li.active .fndry-custom-filter__col--sub {
  background: #952b6f;
  display: block;
}
@media screen and (max-width: 676px) {
  .fndry-custom-filter li.active .fndry-custom-filter__chevron {
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 677px) {
  .fndry-custom-filter li:focus-within {
    background: #952b6f;
  }
  .fndry-custom-filter li:focus-within .fndry-custom-filter__col--sub {
    background: #952b6f;
    display: block;
  }
}
.fndry-custom-filter__tab {
  --dropdown-visibility: hidden;
  --dropdown-opacity: 0;
}
@media (max-width: 676px) {
  .fndry-custom-filter__tab {
    padding: 1rem 0;
  }
}
.fndry-custom-filter__tab-name {
  position: relative;
  height: 100%;
  gap: 0.5em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  color: inherit;
}
@media screen and (max-width: 676px) {
  .fndry-custom-filter__tab-name {
    height: auto;
    padding: 0.5rem;
    font-size: 1.25rem;
  }
}
.fndry-custom-filter__tab-name::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3rem;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.fndry-custom-filter__dropdown {
  visibility: hidden;
  opacity: 0;
  background: var(--fndry-color-navy);
  color: var(--fndry-color-white);
  z-index: 99;
  display: none;
  flex-wrap: wrap;
  margin: auto;
  gap: 1rem;
}
@media screen and (min-width: 677px) {
  .fndry-custom-filter__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: max-content;
    max-height: 50vh;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
  }
}
@media screen and (min-width: 992px) {
  .fndry-custom-filter__dropdown {
    flex-wrap: nowrap;
  }
}
.fndry-custom-filter__dropdown--open {
  display: flex;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 677px) {
  .fndry-custom-filter__dropdown--small {
    max-width: 360px;
  }
}
.fndry-custom-filter__dropdown::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 2rem;
}
.fndry-custom-filter__col {
  display: flex;
  flex-flow: column;
  padding: 1rem;
  flex: 1 1 auto;
  overflow-y: auto;
}
.fndry-custom-filter__col--has-sub-menus {
  max-width: 400px;
  padding-right: 0;
}
.fndry-custom-filter__col--sub {
  left: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 676px) {
  .fndry-custom-filter__col--sub {
    position: relative;
    left: 0;
    width: 100%;
    padding: 1rem;
  }
}
.fndry-custom-filter__col--hidden {
  display: none;
}
.fndry-custom-filter__col:first-of-type {
  --white-space: nowrap;
}
.fndry-custom-filter__col:not(:first-of-type) {
  font-size: 13px;
}
.fndry-custom-filter__col--search {
  max-width: 320px;
}
.fndry-custom-filter__col-title {
  --color: white;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 700;
  min-width: max-content;
}
@media screen and (max-width: 676px) {
  .fndry-custom-filter__col-title {
    display: none;
    gap: 0.25rem;
  }
}
.fndry-custom-filter__col-title-view-all {
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  color: inherit;
  letter-spacing: 0.125em;
}
@media screen and (min-width: 1200px) {
  .fndry-custom-filter__col-list {
    columns: 2;
    column-gap: 1.5rem;
  }
}
.fndry-custom-filter__chevron {
  color: white;
  height: 2rem;
  width: 3rem;
}
.fndry-custom-filter__link {
  justify-content: flex-start;
  gap: 1em;
  color: white;
  display: flex;
  padding: 0.2rem 1rem 0.2rem 0;
  line-height: 2;
  white-space: var(--white-space, initial);
  flex-grow: 1;
}
.fndry-custom-filter__link .svg-inline--fa {
  margin-left: auto;
}
.fndry-custom-filter__link .avatar {
  border-radius: 100%;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fndry-custom-filter__search-input {
  height: 2.875rem;
  border-radius: 5px;
  border: 1px solid #999;
}
.fndry-custom-filter__search-responses {
  height: 8rem;
}
.fndry-custom-filter__search-responses--loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fndry-custom-filter__search-responses--loading::before, .fndry-custom-filter__search-responses--loading::after {
  content: "";
  display: block;
  border-radius: 100%;
  border: 0.25rem solid;
  animation: rotate 1s infinite;
  animation-timing-function: cubic-bezier(0.2, 0.45, 0.92, 0.37);
  position: absolute;
  opacity: 0.5;
}
.fndry-custom-filter__search-responses--loading::before {
  height: 3rem;
  width: 3rem;
  border-bottom-color: transparent;
}
.fndry-custom-filter__search-responses--loading::after {
  height: 4.25rem;
  width: 4.25rem;
  border-top-color: transparent;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  opacity: 0.625;
}
.fndry-custom-filter__no-results {
  font-size: 1.125rem;
  height: 100%;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fndry-custom-filter__mobile-toggle {
  display: none;
  height: 3rem;
  width: 3rem;
  border: none;
  background: transparent;
  float: right;
  flex: none;
  padding: 0;
}
.fndry-custom-filter__mobile-toggle svg {
  height: 100%;
  width: 100%;
}
.fndry-custom-filter__mobile-toggle--open {
  color: black;
}
.fndry-custom-filter__mobile-toggle--close {
  color: white;
}
@media screen and (max-width: 676px) {
  .fndry-custom-filter__mobile-toggle {
    display: inline-flex;
  }
}

.wp-block-post-author-name__link {
  text-decoration: inherit;
  transition: var(--linkTransition, color 0.125s ease-in-out, text-decoration-color 0.125s ease-in-out);
  color: var(--linkColor, var(--color, var(--fndry-color-charcoal)));
  text-decoration: var(--linkTextDecoration, underline);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: var(--linkBackgroundSize);
  background-image: var(--linkBackground);
  text-decoration-color: var(--linkUnderlineColor, currentColor);
}
.wp-block-post-author-name__link:hover {
  color: var(--linkHoverColor, var(--fndry-color-teal));
  background-size: var(--linkHoverBackgroundSize);
  text-decoration-color: var(--linkHoverUnderlineColor, currentColor);
}

.fndry-filters {
  position: relative;
  z-index: 3;
}

.fndry-form-ctrl--multiselect {
  padding: 0;
  position: static;
  display: inline-flex;
}

.fndry-tree-dropdown {
  position: static;
  list-style: none;
  padding: 0;
  margin: 0;
}
.fndry-tree-dropdown__select {
  position: relative;
  padding: 0;
}
.fndry-tree-dropdown__select.focus {
  z-index: 99;
}
.fndry-tree-dropdown .dropdown {
  display: block;
}
.fndry-tree-dropdown .dropdown .dropdown-content {
  max-height: min(400px, 50vh);
  overflow-y: auto;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  z-index: 11;
}
.fndry-tree-dropdown .dropdown .dropdown-content .root {
  width: max-content;
}
.fndry-tree-dropdown .dropdown .dropdown-content .node-label {
  color: var(--fndry-color-navy);
}
.fndry-tree-dropdown .dropdown .dropdown-trigger {
  text-decoration: none;
  display: flex;
  border: none;
  padding: var(--fndry-input-padding, 0.5rem 1rem);
  padding-right: var(--fndry-select-padding, 2rem);
  align-items: center;
}
.fndry-tree-dropdown .dropdown .dropdown-trigger.arrow::after {
  display: none;
}
.fndry-tree-dropdown .tag-list {
  counter-reset: fndry-tag-count;
  display: flex;
}
.fndry-tree-dropdown .tag-list .tag-item {
  display: inline-flex;
  align-items: center;
}
.fndry-tree-dropdown .tag-list .tag-item:last-child:not(:first-child) {
  display: none;
}
.fndry-tree-dropdown .tag-list .tag-item:not(:first-child):not(:last-child) {
  margin: 0;
}
.fndry-tree-dropdown .tag-list .tag-item:not(:first-child):not(:last-child) span {
  visibility: hidden;
  height: 0;
  width: 0;
  overflow: hidden;
  display: none;
}
.fndry-tree-dropdown .tag-list .tag-item:not(:first-child):not(:last-child)::before {
  counter-increment: fndry-tag-count;
  content: "+" counter(fndry-tag-count);
  text-decoration: none;
}
.fndry-tree-dropdown .tag-list .tag-item:not(:nth-last-child(2))::before {
  font-size: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.fndry-tree-dropdown .tag-list .tag-item .tag {
  background-color: transparent;
  border: none;
}

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