/*!
 * 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 ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/*
ensure that site editor doesn't skip this. the dorks.
*/
.wp-block {
  --nothing: initial;
}

/*
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.
*/
a:not([class]) {
  color: var(--fndry-color-black, #33302c);
  text-decoration: none;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: var(--fndryTransitionDuration, 0.1s);
          transition-duration: var(--fndryTransitionDuration, 0.1s);
  will-change: color;
}
a:not([class]):hover, a:not([class]):focus {
  color: var(--fndry-color-primaryHighlight, #24415D);
}

footer .fndry-text-h5ColumnSubtitle {
  margin-bottom: 1em;
}
footer .fndry-social__link {
  border: 0px solid white !important;
}
footer .footer-border {
  height: 2px;
}

/*
Use these classes as additional CSS classes in the block editor.
*/
.fndry-br {
  border-radius: 10px !important;
}

.financials-slider .fndry-btn {
  background: white;
  margin-bottom: 20px;
  min-height: 100px;
  font-size: 16px;
}

.min-height-250 {
  min-height: 250px;
}

.fndry-border-bottom {
  border-bottom: 1px solid var(--fndry-color-black, currentColor);
}

.section-bottom-border {
  border-bottom: 2px solid var(--fndry-color-midGrey);
}

.with-top-border .fndry-col--6,
.with-top-border .fndry-col--10 {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--fndry-color-midGrey)), to(var(--fndry-color-midGrey)));
  background-image: linear-gradient(to right, var(--fndry-color-midGrey), var(--fndry-color-midGrey));
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-clip: content-box;
  background-attachment: unset;
  background-origin: content-box;
}
.with-top-border .fndry-col.fndry-col--6.fndry-col--sm-12 {
  padding: 0;
  padding-right: 15px;
}

.top-border {
  border-top: 2px solid var(--fndry-color-midGrey);
}

.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .gfield_label {
  font-size: 14px;
  color: var(--fndry-color-primaryHighlight, #24415D);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.gform_wrapper .gfield_required_asterisk {
  color: var(--fndry-color-primaryHighlight, #24415D);
}
.gform_wrapper .gfield_checkbox {
  margin-top: 35px;
}
.gform_wrapper .gfield {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.gform_wrapper .gfield input,
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #bdc6ce;
  -webkit-transition-property: border-color, -webkit-box-shadow;
  transition-property: border-color, -webkit-box-shadow;
  transition-property: border-color, box-shadow;
  transition-property: border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: var(--fndryTransitionDuration, 0.1s);
          transition-duration: var(--fndryTransitionDuration, 0.1s);
  will-change: border-color, box-shadow;
  min-height: 60px;
}
.gform_wrapper .gfield input:focus,
.gform_wrapper .gfield select:focus,
.gform_wrapper .gfield textarea:focus {
  -webkit-box-shadow: 0 0 2px 0 var(--fndry-color-primaryHighlight, #24415D);
          box-shadow: 0 0 2px 0 var(--fndry-color-primaryHighlight, #24415D);
}
.gform_wrapper .gfield input {
  line-height: 2rem;
}

.footer-newsletter .gform_wrapper .gform_fields {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-newsletter .gform_wrapper .gform_fields .gfield {
  min-width: 200px;
}
.footer-newsletter .gfield_label {
  color: var(--fndry-color-gold, #B6812F);
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
}
.footer-newsletter .gform_wrapper .gfield input {
  border: unset;
  border-radius: unset;
  border-bottom: 1px solid #183b4d;
}
.footer-newsletter .gform_wrapper .gfield input::-webkit-input-placeholder {
  font-style: italic;
}
.footer-newsletter .gform_wrapper .gfield input::-moz-placeholder {
  font-style: italic;
}
.footer-newsletter .gform_wrapper .gfield input:-ms-input-placeholder {
  font-style: italic;
}
.footer-newsletter .gform_wrapper .gfield input::-ms-input-placeholder {
  font-style: italic;
}
.footer-newsletter .gform_wrapper .gfield input::placeholder {
  font-style: italic;
}

.svg-inline--fa {
  color: var(--fndry-color-primaryHighlight, #24415D);
}

/*
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.
*/
.logged-in #wpadminbar {
  top: 0 !important;
  z-index: 999999;
}

.ancr {
  padding: 0 !important;
}
.ancr .ancr-inner > * {
  margin: 0;
}
.ancr .ancr-btn-wrap .ancr-btn-primary {
  color: var(--fndry-color-white, #fff) !important;
  font-family: var(--fndry-font-montserrat);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: var(--fndry-color-darkBlue, #24415D) !important;
  border-radius: 50px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-left: 1em;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: var(--fndryTransitionDuration, 0.1s);
          transition-duration: var(--fndryTransitionDuration, 0.1s);
  will-change: background-color, color;
  position: relative;
  transition-property: background-color, color;
  transition-duration: var(--fndryTransitionDuration, 0.1s);
  will-change: background-color, color;
  position: relative;
}
.ancr .ancr-btn-wrap .ancr-btn-primary::after {
  content: "";
  position: absolute;
  right: 30px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translate(-30px, -50%);
          transform: translate(-30px, -50%);
  height: 1rem;
  width: 1rem;
  display: block;
  background: url(../../uploads/2023/02/arrow-right-solid-white.svg) no-repeat center;
  background-size: contain;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: var(--fndryTransitionDuration, 0.1s);
          transition-duration: var(--fndryTransitionDuration, 0.1s);
  will-change: transform, opacity;
}
.ancr .ancr-btn-wrap .ancr-btn-primary:hover::after {
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  opacity: 1;
}
.ancr .ancr-btn-wrap .ancr-btn-primary {
  min-width: 220px;
  padding: 20px 55px 20px 55px;
}
.ancr .ancr-btn-wrap .ancr-btn-primary::after {
  color: var(--fndry-color-white, #fff);
}
.ancr .ancr-btn-wrap .ancr-btn-primary:hover {
  background-color: var(--fndry-color-gold, #B6812F) !important;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.ancr .ancr-close-btn {
  top: 22px !important;
  right: 8% !important;
}
.ancr .ancr-close-btn svg path {
  fill: var(--fndry-color-darkBlue, #24415D);
}
@media (min-width: 783px) {
  .logged-in .ancr {
    top: 32px !important;
  }
}
@media (max-width: 782px) {
  .logged-in .ancr {
    top: 46px !important;
  }
}
@media (max-width: 1024px) {
  .ancr.ancr-align-center .ancr-btn-wrap {
    margin: 0;
    -webkit-box-pack: start !important;
    -webkit-justify-content: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
}

.ancr-container {
  max-width: 100% !important;
  border-top: 10px solid #800020;
  border-left: 10px solid #800020;
  border-right: 10px solid #800020;
}
@media (min-width: 1024px) {
  .ancr-container {
    padding: 15px 15% !important;
  }
}
@media (max-width: 1023px) {
  .ancr-container {
    padding: 15px 50px 15px 20px !important;
  }
}
@media (max-width: 1024px) {
  .ancr-container h2 {
    text-align: left;
  }
}

@media (max-width: 1024px) {
  .ancr-lo-same_row .ancr-container {
    display: block !important;
  }
}

@media (max-width: 1024px) {
  .ancr .ancr-btn-primary {
    margin-top: 1em !important;
    margin-left: 0 !important;
  }
  .ancr .ancr-close-btn {
    top: 10px !important;
    right: 10px !important;
  }
}
.ancr:not(#ancr-never-match) .ancr-btn-wrap .ancr-btn-primary, .ancr:not(#ancr-never-match) .ancr-btn-wrap .ancr-btn-primary:link, .ancr:not(#ancr-never-match) .ancr-btn-wrap .ancr-btn-primary:visited, .ancr:not(#ancr-never-match) .ancr-btn-wrap .ancr-btn-primary:hover, .ancr:not(#ancr-never-match) .ancr-btn-wrap .ancr-btn-primary:focus {
  color: var(--fndry-color-white, #fff) !important;
}

.fndry-nav-link--active {
  -webkit-transition-property: color, border-bottom;
  transition-property: color, border-bottom;
  -webkit-transition-duration: var(--fndryTransitionDuration, 0.1s);
          transition-duration: var(--fndryTransitionDuration, 0.1s);
  will-change: color, border-bottom;
  color: var(--fndry-color-gold, #B6812F);
}
.fndry-nav-link--active ~ .fndry-nav__submenu-toggle {
  color: var(--fndry-color-gold, #B6812F);
}

.fndry-nav ul .fndry-nav-submenu {
  padding: 15px;
}
.fndry-nav__submenu-toggle {
  color: var(--fndry-color-tealBlue, #3389A3);
  padding: 1rem 0 1rem 1rem;
}
.fndry-nav__submenu-toggle::before, .fndry-nav__submenu-toggle::after {
  width: 10px;
  background-color: currentColor;
}
.fndry-nav-link {
  padding: 0.5rem 0.25rem 0.5rem 0.5rem;
}
@media screen and (max-width: 1020px) {
  .fndry-nav__responsive-container-close svg {
    height: 40px;
    width: 40px;
  }
  .fndry-nav__responsive-container-close svg path {
    fill: white;
  }
  .fndry-nav__submenu-toggle {
    margin-left: 30px;
  }
  .fndry-nav__submenu-toggle::before, .fndry-nav__submenu-toggle::after {
    background-color: white;
    width: 22px;
  }
}

@media screen and (max-width: 1020px) {
  .footer-newsletter-row {
    display: block;
  }
}
.fndry-nav__responsive-container--open {
  padding-left: 10px !important;
}
.fndry-nav__responsive-container--open .fndry-nav__container {
  padding-top: 100px;
}
.fndry-nav__responsive-container--open .fndry-nav-link {
  font-size: 20px;
}

.fndry-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
}

@media (min-width: 1100px) {
  .fndry-filters {
    padding-left: 110px;
  }
}
.fndry-filters .fndry-form-ctrl {
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
  line-height: 30px;
  max-width: 340px;
  border: 1px solid var(--fndry-base-color-grey);
}
.fndry-filters .fndry-form-ctrl__select {
  background: url("data:image/svg+xml,<svg height='18px' width='18px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='#3389A3' d='M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/></svg>") no-repeat right 5px top 55%;
}
.fndry-filters--blue-bg .fndry-form-ctrl {
  background-color: var(--fndry-color-lightBlue);
  border-color: var(--fndry-color-lightBlue);
}
.fndry-filters .fndry-filter-dropdowns {
  -webkit-box-flex: var(--grow, 0);
  -webkit-flex-grow: var(--grow, 0);
      -ms-flex-positive: var(--grow, 0);
          flex-grow: var(--grow, 0);
  position: relative;
}
.fndry-filters .fndry-filter-dropdowns:before {
  content: "FILTER BY:";
  display: block;
  color: var(--fndry-color-primaryHighlight, #24415D);
  left: -100px;
  position: absolute;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1em;
  top: 15px;
}
@media screen and (max-width: 1100px) {
  .fndry-filters .fndry-filter-dropdowns:before {
    display: none;
  }
}
.fndry-filters .fndry-btn-primary {
  width: 183px;
}
.fndry-filters .fndry-filter-search .fndry-filter-search__input {
  background: url("data:image/svg+xml, <svg height='18px' width='18px'  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='#3389A3' d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/></svg>") no-repeat right 5px top 55%;
}
@media screen and (max-width: 1100px) {
  .fndry-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fndry-filters .fndry-form-ctrl {
    max-width: 100%;
  }
}

.news-filters .fndry-filter-dropdowns {
  -webkit-box-flex: unset;
  -webkit-flex-grow: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
  -webkit-flex-shrink: unset;
      -ms-flex-negative: unset;
          flex-shrink: unset;
  width: 175px;
}
@media screen and (max-width: 1100px) {
  .news-filters .fndry-filter-dropdowns {
    width: 100%;
  }
}
.news-filters .fndry-filter-search {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  .news-filters .fndry-filter-search {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.news-filters .fndry-btn-primary {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  min-width: unset;
  margin-left: 20px;
}

.fndry-pagination {
  font-weight: 700;
}
.fndry-pagination .svg-inline--fa {
  color: currentColor;
}
.fndry-pagination__nav {
  color: inherit;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: var(--fndryTransitionDuration, 0.1s);
          transition-duration: var(--fndryTransitionDuration, 0.1s);
  will-change: color;
}
.fndry-pagination__nav:hover {
  color: var(--fndry-color-primaryHighlight, #24415D);
}
.fndry-pagination__nav--disabled {
  visibility: hidden;
}
.fndry-pagination .fndry-page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fndry-pagination .fndry-page-numbers .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42px;
  height: 42px;
  color: var(--fndry-color-black);
  text-decoration: none;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: var(--fndryTransitionDuration, 0.1s);
          transition-duration: var(--fndryTransitionDuration, 0.1s);
  will-change: color;
}
.fndry-pagination .fndry-page-numbers .page-numbers:hover {
  color: var(--fndry-color-primaryHighlight, #24415D);
}
.fndry-pagination .fndry-page-numbers .page-numbers.current {
  background: var(--fndry-color-darkBlue);
  color: #fff;
}

footer .fndry-nav__container {
  gap: 0;
}
footer .fndry-nav-link {
  padding: 0.45em 0px !important;
}
footer .fndry-nav-link--active {
  text-decoration-thickness: 2px;
  text-underline-offset: 0.5em;
}
footer .fndry-text-legalText a:hover {
  color: var(--fndry-color-gold, #B6812F);
  text-decoration: underline;
}

.fndry-icon-post__inner {
  height: 100%;
  position: relative;
}
.fndry-icon-post__image {
  width: auto;
  max-width: 100%;
}

.fndry-post:not(.our-mines) {
  margin-top: 20px;
}

.fndry-post .fndry-post-title a {
  color: var(--fndry-color-darkBlue, #24415D);
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  -webkit-transition-property: background-size;
  transition-property: background-size;
  -webkit-transition-duration: var(--fndryTransitionDuration, 0.1s);
          transition-duration: var(--fndryTransitionDuration, 0.1s);
  will-change: background-size;
}
.fndry-post__inner .fndry-container {
  min-height: 220px;
}
.fndry-post .fndry-post-featured-image,
.fndry-post .fndry-post-featured-image__link {
  overflow: hidden;
  position: relative;
}
.fndry-post .fndry-post-featured-image img:hover,
.fndry-post .fndry-post-featured-image__link img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.fndry-post .fndry-post-featured-image img,
.fndry-post .fndry-post-featured-image__link img {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: var(--fndryTransitionDuration, 0.1s);
          transition-duration: var(--fndryTransitionDuration, 0.1s);
  will-change: transform;
}
.fndry-post .fndry-post-date {
  margin-top: 15px;
}
.fndry-post:hover .fndry-post-date,
.fndry-post a:focus .fndry-post-date {
  color: var(--fndry-color-primaryHighlight, #24415D);
}
.fndry-post:hover .fndry-post-title a,
.fndry-post a:focus .fndry-post-title a {
  background-size: 100% 2px;
}
.fndry-post:hover .fndry-post-featured-image,
.fndry-post:hover .fndry-post-featured-image__link,
.fndry-post a:focus .fndry-post-featured-image,
.fndry-post a:focus .fndry-post-featured-image__link {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: var(--fndryTransitionDuration, 0.1s);
          transition-duration: var(--fndryTransitionDuration, 0.1s);
  will-change: transform;
}
.fndry-post:hover .fndry-post-featured-image::after,
.fndry-post:hover .fndry-post-featured-image__link::after,
.fndry-post a:focus .fndry-post-featured-image::after,
.fndry-post a:focus .fndry-post-featured-image__link::after {
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: var(--fndryTransitionDuration, 0.1s);
          transition-duration: var(--fndryTransitionDuration, 0.1s);
  will-change: background-color;
}
.fndry-post:hover .fndry-post-featured-image::after,
.fndry-post:hover .fndry-post-featured-image__link::after,
.fndry-post a:focus .fndry-post-featured-image::after,
.fndry-post a:focus .fndry-post-featured-image__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--fndry-color-blackOverlay, rgba(0, 0, 0, 0.1882352941));
  z-index: 1;
  pointer-events: none;
}

.fndry-post-terms p {
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 25px !important;
  text-transform: none !important;
  font: var(--fndry-font-proximaNova);
}

.fndry-query .fndry-row {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
figure.wp-block-gallery.has-nested-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
figure.wp-block-gallery.has-nested-images .wp-block-image {
  margin: 10px;
}

@media screen and (max-width: 800px) {
  .section-with-links .fndry-row--gutter > .fndry-col {
    padding: 0 !important;
  }
  .section-with-links > .fndry-row {
    margin: 0 !important;
  }
  .section-with-links .fndry-row--gutter > .fndry-col {
    padding: 0 !important;
  }
  .section-with-links .fndry-btn-learnMore {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
  .section-with-links .remove-padding {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: unset;
  }
  .section-with-links .remove-padding > .fndry-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-with-links .remove-padding > div > div {
    padding: 0 !important;
  }
  .section-with-links .remove-padding .fndry-btn-learnMore {
    position: relative;
    width: unset;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 800px) {
  .mid-section {
    padding: 32px !important;
  }
}

.single-post .fndry-list {
  padding-bottom: 10px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fndry-btn,
.fndry-btn::after {
  -webkit-transition-property: color, border-bottom, background-color, border;
  transition-property: color, border-bottom, background-color, border;
  -webkit-transition-duration: var(--fndryTransitionDuration, 0.1s);
          transition-duration: var(--fndryTransitionDuration, 0.1s);
  will-change: color, border-bottom, background-color, border;
}

.fndry-btn-primary,
.fndry-btn-secondary,
.fndry-btn-default {
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: var(--fndryTransitionDuration, 0.1s);
          transition-duration: var(--fndryTransitionDuration, 0.1s);
  will-change: background-color, color;
  position: relative;
}
.fndry-btn-primary::after,
.fndry-btn-secondary::after,
.fndry-btn-default::after {
  content: "";
  position: absolute;
  right: 30px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translate(-30px, -50%);
          transform: translate(-30px, -50%);
  height: 1rem;
  width: 1rem;
  display: block;
  background: url(../../uploads/2023/02/arrow-right-solid-white.svg) no-repeat center;
  background-size: contain;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: var(--fndryTransitionDuration, 0.1s);
          transition-duration: var(--fndryTransitionDuration, 0.1s);
  will-change: transform, opacity;
}
.fndry-btn-primary:hover::after,
.fndry-btn-secondary:hover::after,
.fndry-btn-default:hover::after {
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  opacity: 1;
}
.fndry-btn-primary,
.fndry-btn-secondary,
.fndry-btn-default {
  min-width: 220px;
  padding: 20px 55px 20px 55px;
}

.fndry-btn-primary::after,
.fndry-btn-default::after,
.fndry-btn-secondaryButtonDownload::after {
  color: var(--fndry-color-white, #fff);
}
.fndry-btn-primary:hover,
.fndry-btn-default:hover,
.fndry-btn-secondaryButtonDownload:hover {
  background-color: var(--fndry-color-gold, #B6812F);
}

.fndry-btn-secondary::after {
  color: var(--fndry-color-white, #fff);
}
.fndry-btn-secondary:hover {
  background-color: var(--fndry-color-black, #212121);
  color: var(--fndry-color-white, #fff);
}

.fndry-btn-learnMore:hover,
.fndry-btn-emailUsLink:hover,
.fndry-btn-externalLink:hover {
  color: var(--fndry-color-gold, #B6812F);
}
.fndry-btn-learnMore:hover::after,
.fndry-btn-emailUsLink:hover::after,
.fndry-btn-externalLink:hover::after {
  -webkit-animation: pulse 1s ease-in-out infinite;
          animation: pulse 1s ease-in-out infinite;
}

.fndry-btn-learnMore {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500 !important;
}
.fndry-btn-learnMore::after {
  background-color: var(--fndry-color-darkBlue, #24415D);
  padding: 20px;
  border-radius: 50%;
  background-size: 35%;
}
@media screen and (max-width: 425px) {
  .fndry-btn-learnMore::after {
    max-height: 35px;
    max-width: 35px;
  }
}
.fndry-btn-learnMore:hover {
  color: var(--fndry-color-gold, #B6812F);
}
.fndry-btn-learnMore:hover::after {
  background-color: var(--fndry-color-gold, #B6812F);
  -webkit-animation: pulse 1s ease-in-out infinite;
          animation: pulse 1s ease-in-out infinite;
}

.fndry-btn-learnMoreReverse::after {
  background-color: var(--fndry-color-white, #fff);
  padding: 10px;
  border-radius: 50%;
  background-size: 35%;
}
.fndry-btn-learnMoreReverse:hover {
  color: var(--fndry-color-babyBlue, #A1E9FF);
}
.fndry-btn-learnMoreReverse:hover::after {
  background-color: var(--fndry-color-babyBlue, #A1E9FF);
  -webkit-animation: pulse 1s ease-in-out infinite;
          animation: pulse 1s ease-in-out infinite;
}

.fndry-btn-externalLinkReverse::after {
  border-radius: 50%;
}
.fndry-btn-externalLinkReverse:hover {
  color: var(--fndry-color-babyBlue, #A1E9FF);
}
.fndry-btn-externalLinkReverse:hover::after {
  background-color: var(--fndry-color-babyBlue, #A1E9FF);
  -webkit-animation: pulse 1s ease-in-out infinite;
          animation: pulse 1s ease-in-out infinite;
}

@media screen and (max-width: 700px) {
  .no-margin-mobile .fndry-container--full > div {
    padding: 0;
  }
  .no-margin-mobile .fndry-container--full > div .fndry-col {
    padding: 0 !important;
    width: 100%;
  }
}

.fndry-btn-downloadPdf:hover,
.fndry-btn-pageLink:hover {
  color: var(--fndry-color-gold, #B6812F);
}
.fndry-btn-downloadPdf:hover::after,
.fndry-btn-pageLink:hover::after {
  -webkit-animation: pulse 0.4s ease-in-out infinite;
          animation: pulse 0.4s ease-in-out infinite;
}
.fndry-btn-downloadPdf::after,
.fndry-btn-pageLink::after {
  background-size: contain;
  max-width: 30px;
  max-height: 30px;
  min-width: 30px;
  min-height: 30px;
}

.fndry-btn-twitterButton,
.fndry-btn-primaryReverseExternal,
.fndry-btn-primaryReverse,
.fndry-btn-primaryButtonExternal {
  min-width: 220px;
}
.fndry-btn-twitterButton:hover,
.fndry-btn-primaryReverseExternal:hover,
.fndry-btn-primaryReverse:hover,
.fndry-btn-primaryButtonExternal:hover {
  background-color: var(--fndry-color-gold, #B6812F);
  color: white;
}
.fndry-btn-twitterButton:hover::after,
.fndry-btn-primaryReverseExternal:hover::after,
.fndry-btn-primaryReverse:hover::after,
.fndry-btn-primaryButtonExternal:hover::after {
  -webkit-filter: invert(1);
          filter: invert(1);
  -webkit-animation: pulse 1s ease-in-out infinite;
          animation: pulse 1s ease-in-out infinite;
}

.fndry-paragraph a {
  color: var(--color, var(--fndry-color-gold));
  text-decoration: underline;
}
.fndry-paragraph a:hover {
  color: var(--fndry-color-primaryHighlight, #24415D);
}

.fndry-btn-downloadPdf {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 25px 15px;
}
.fndry-btn-downloadPdf:hover::after {
  -webkit-filter: hue-rotate(-160deg) brightness(1.5) saturate(0.5);
          filter: hue-rotate(-160deg) brightness(1.5) saturate(0.5);
  -webkit-animation: pulse 1s ease-in-out infinite;
          animation: pulse 1s ease-in-out infinite;
}

.banner-with-btn .fndry-btn-downloadPdf {
  width: unset;
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  padding-left: 0;
  gap: 20px;
}

.fndry-text-postDate {
  margin-bottom: 0px;
}

.fndry-video-popup__play {
  background-color: #24415d;
}

.fndry-social-list .fndry-social__link {
  -webkit-transition-property: color, border, outline;
  transition-property: color, border, outline;
  -webkit-transition-duration: var(--fndryTransitionDuration, 0.1s);
          transition-duration: var(--fndryTransitionDuration, 0.1s);
  will-change: color, border, outline;
}
.fndry-social-list .fndry-social__link:hover {
  color: var(--fndry-color-gold, #B6812F);
  border: 1px solid var(--fndry-color-gold, #B6812F);
  outline: 1px solid var(--fndry-color-gold, #B6812F);
  background-color: unset !important;
}
.fndry-social-list .fndry-social li {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: var(--fndryTransitionDuration, 0.1s);
          transition-duration: var(--fndryTransitionDuration, 0.1s);
  will-change: transform;
}
.fndry-social-list .fndry-social li:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

footer .fndry-social svg,
footer .wp-social-link-youtube svg {
  width: 30px !important;
  height: 30px !important;
}
footer .fndry-social svg path,
footer .wp-social-link-youtube svg path {
  fill: var(--fndry-color-primaryHighlight, #24415D);
}
footer .wp-social-link-youtube a {
  position: relative;
  bottom: 5px;
  left: 2px;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem;
  -webkit-transition-property: color, border, outline;
  transition-property: color, border, outline;
  -webkit-transition-duration: var(--fndryTransitionDuration, 0.1s);
          transition-duration: var(--fndryTransitionDuration, 0.1s);
  will-change: color, border, outline;
}
@media screen and (max-width: 480px) {
  footer .wp-social-link-youtube a {
    bottom: 0;
  }
}
footer .wp-social-link-youtube a:hover {
  color: var(--fndry-color-gold, #B6812F);
  border: 1px solid var(--fndry-color-gold, #B6812F);
  background-color: unset !important;
}

@media screen and (max-width: 600px) {
  footer .fndry-col--sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

.fndry-tabs__nav, .wp-block-table__nav {
  border-bottom: 0px solid white;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}
.fndry-tabs__nav-link, .wp-block-table__nav-link {
  width: 300px;
  background: #ECFBFF;
  border-radius: 0px;
  border: 0px solid white;
  text-align: left;
  padding: 10px 15px;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: var(--fndryTransitionDuration, 0.1s);
          transition-duration: var(--fndryTransitionDuration, 0.1s);
  will-change: background;
}
.fndry-tabs__nav-link span, .wp-block-table__nav-link span {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}
.fndry-tabs__nav-link--active, .wp-block-table__nav-link--active {
  background: var(--fndry-color-babyBlue, #A1E9FF);
}
.fndry-tabs__nav-link:hover, .wp-block-table__nav-link:hover {
  background: rgb(185, 240.2631578947, 255);
}
.fndry-tabs thead th, .wp-block-table thead th {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: var(--fndry-color-secondaryHighlight, #3389A3);
  padding: 1.5em;
}
.fndry-tabs td, .wp-block-table td {
  padding: 1em;
}

.fndry-slider__nav {
  padding-top: 2rem;
}
.fndry-slider__ctrl {
  border: unset;
  background: var(--fndry-color-gold, #B6812F);
}
.fndry-slider__ctrl-icon {
  fill: white;
}
.fndry-slider__ctrl:hover {
  background: var(--fndry-color-darkBlue, #24415D);
}
.fndry-slider__pills {
  margin-left: 10px;
}
.fndry-slider__pill {
  border: unset;
  background: rgba(182, 129, 47, 0.3);
}
.fndry-slider__pill--active {
  background: rgb(182, 129, 47);
}

.fndry-slideout-block {
  height: inherit !important;
}
.fndry-slideout-block__slideout-content, .fndry-slideout-block__slideout-content:focus {
  padding: 20px;
}
.fndry-slideout-block__slideout-content .fndry-slideout-toggle, .fndry-slideout-block__slideout-content:focus .fndry-slideout-toggle {
  color: var(--fndry-color-primaryHighlight, #24415D);
}
.fndry-slideout-block h3 {
  color: var(--fndry-color-primaryHighlight, #24415D);
}
.fndry-slideout-block__block__content {
  position: relative;
}
.fndry-slideout-block__slideout-hidden {
  margin-top: 20px;
  margin-bottom: 20px;
}
.fndry-slideout-block .fndry-slideout-toggle {
  position: absolute;
  right: 20px;
  bottom: 30px;
}

.tall-boxes .fndry-container {
  height: 100%;
}
.tall-boxes .fndry-list.fndry-list--custom {
  margin-left: 0;
}
.tall-boxes .fndry-list.fndry-list--custom .fa-phone {
  -webkit-transform: rotate(255deg);
          transform: rotate(255deg);
}

.fndry-accordion-block__label-heading {
  max-width: 90%;
  text-align: left;
}

.grey-slideout {
  padding-top: unset !important;
}
.grey-slideout .fndry-slideout-block__slideout-content {
  background-color: #f7f7f7;
}

.foundry-stocks-alpha__row, .foundry-metals-alpha__row {
  margin: 0;
}
.foundry-stocks-alpha__label, .foundry-metals-alpha__label {
  margin-right: 0;
}
.foundry-stocks-alpha__price p, .foundry-metals-alpha__price p {
  line-height: 18px;
  font-weight: 500;
  font-size: 19px;
  margin: 0px 0px 15px 0px !important;
  color: var(--fndry-color-white, #fff);
}

@media screen and (max-width: 900px) {
  .single-our-mines .fndry-container.fndry-pt--6.fndry-pb--6 .fndry-row.fndry-row--gutter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-our-mines .fndry-container.fndry-pt--6.fndry-pb--6 .fndry-row.fndry-row--gutter > div {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .single-our-mines .mobile-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-our-mines .mobile-cards > div {
    width: 100%;
  }
}

.single .fndry-paragraph.fndry-text-postDate {
  margin-right: 5px;
}

.blue-text {
  color: var(--fndry-color-darkBlue, #24415D) !important;
}

.fndry-accordion-block__label {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}
.fndry-accordion-block__label svg {
  margin-top: 0.25em;
}

.accordion-blue-bg .fndry-accordion-block__content {
  background: var(--fndry-color-tealBlue, #3389A3);
  color: var(--fndry-color-white, #fff);
}

.less-spacing-section .grey-bg-text .fndry-text-intro {
  font-size: inherit !important;
}
.less-spacing-section .fndry-paragraph {
  margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .fndry-container--full .fndry-col--md-10.fndry-col--sm-12 {
    padding-right: 0 !important;
  }
}

.stock-ticker .fndry-col--auto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.stock-ticker .fndry-col--auto .fndry-text-stockTicker {
  margin-right: 3px;
}

.fndry-slideout-block__excerpt.fndry-text-stockTicker {
  color: var(--fndry-color-secondaryHighlight, #3389A3);
}

.our-growth-projects:hover .fndry-post-title a,
.our-mines:hover .fndry-post-title a {
  color: var(--fndry-color-gold, #B6812F);
  background: unset !important;
}
.our-growth-projects:hover .fndry-post-featured-image::after,
.our-mines:hover .fndry-post-featured-image::after {
  display: none;
}

.page-id-21 .footer-newsletter > div {
  background-color: var(--fndry-color-tealBlue, #3389A3) !important;
  color: var(--fndry-color-white, #fff);
}
.page-id-21 .footer-newsletter > div .fndry-heading,
.page-id-21 .footer-newsletter > div .fndry-paragraph,
.page-id-21 .footer-newsletter > div .gfield_label {
  color: var(--fndry-color-white, #fff);
}
.page-id-21 .footer-newsletter > div ::-webkit-input-placeholder {
  color: white !important;
}
.page-id-21 .footer-newsletter > div ::-moz-placeholder {
  color: white !important;
}
.page-id-21 .footer-newsletter > div :-ms-input-placeholder {
  color: white !important;
}
.page-id-21 .footer-newsletter > div ::-ms-input-placeholder {
  color: white !important;
}
.page-id-21 .footer-newsletter > div ::placeholder {
  color: white !important;
}
.page-id-21 .footer-newsletter > div input {
  background: var(--fndry-color-tealBlue, #3389A3) !important;
  color: white;
  border: 0px solid white;
  border-bottom: 1px solid white !important;
}

@media screen and (max-width: 800px) {
  .with-top-border.fndry-row--gutter .fndry-col--6 {
    width: 100%;
  }
}

.fndry-btn-downloadLink:hover {
  color: var(--fndry-color-gold, #B6812F);
}

.fndry-icon-post__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  height: 100%;
}
.fndry-icon-post__content .fndry-btn-learnMore {
  margin-top: auto;
}

@media screen and (max-width: 1000px) {
  .fndry-row--gutter.fndry-align--start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fndry-row--gutter.fndry-align--start .fndry-col {
    width: 100%;
  }
}

@media screen and (min-width: 950px) {
  .same-height-cntr .fndry-col--4.fndry-col--sm-12 {
    height: 600px;
  }
  .same-height-cntr .fndry-col--4.fndry-col--sm-12 .fndry-container {
    height: 100%;
  }
}
.same-height-cntr .fndry-list.fndry-list--custom {
  margin-left: 0;
}
.same-height-cntr .fndry-heading:not(:first-of-type) {
  margin-top: 35px;
}
.same-height-cntr .fndry-list-item {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 700px) {
  h4.fndry-text-pageTitle {
    font-size: 1.8em;
  }
}

@media only screen and (min-width: 992px) {
  .fndry-text-intro a {
    font-size: 17px;
  }
}

.contact-callout .fndry-col.fndry-col--6.fndry-col--md-10,
.contact-callout .fndry-col.fndry-col--5.fndry-col--md-10 {
  padding: 0 !important;
  width: 100% !important;
}

@media screen and (max-width: 900px) {
  .single-our-mines .mobile-cards, .single-our-mines .mobile-cards-events, .single-our-growth-projects .mobile-cards, .single-our-growth-projects .mobile-cards-events {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-our-mines .mobile-cards > .fndry-col, .single-our-mines .mobile-cards-events > .fndry-col, .single-our-growth-projects .mobile-cards > .fndry-col, .single-our-growth-projects .mobile-cards-events > .fndry-col {
    width: 100%;
  }
}
.single-our-mines .mobile-cards .fndry-col, .single-our-mines .mobile-cards-events .fndry-col, .single-our-growth-projects .mobile-cards .fndry-col, .single-our-growth-projects .mobile-cards-events .fndry-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mobile-cards-events .fndry-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.financials-slider .fndry-slider__ctrl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

header {
  position: fixed;
  width: 100%;
  height: 100px;
  background: white;
  z-index: 10000;
}
header.shrink-nav {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 80px;
}
header.shrink-nav .custom-logo-link {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.shrink-nav .custom-logo-link img {
  max-width: 80%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.is-layout-flow.entry-content.wp-block-post-content {
  padding-top: 100px;
}

.fndry-text-postDate,
.fndry-post-date {
  position: relative;
  left: 0;
}

.our-mines .fndry-text-postDate,
.our-mines .fndry-post-date {
  position: relative;
  left: 0px;
}

.fndry-post.fndry-col--12 {
  margin-top: 0px !important;
}
.fndry-post.fndry-col--12 .fndry-container {
  min-height: unset !important;
}

.modal {
  opacity: 0;
  -webkit-transition-property: display opacity;
  transition-property: display opacity;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  transition-behavior: allow-discrete;
  display: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  position: fixed !important;
}
.modal--open {
  opacity: 1;
  display: block;
}
@starting-style {
  .modal--open {
    opacity: 0;
  }
}
.modal--open::before {
  opacity: 1;
}
.modal-overlay {
  width: 100%;
  height: 100dvh;
  position: fixed !important;
  z-index: 99999;
  left: 0;
  top: 0;
  opacity: 0;
  backdrop-filter: brightness(0.2);
  -webkit-transition-property: display opacity backdrop-filter;
  transition-property: display opacity backdrop-filter;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  transition-behavior: allow-discrete;
  display: none;
  cursor: pointer;
}
.modal-is-open {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.modal-is-open .modal-overlay {
  display: block;
  opacity: 1;
}
@starting-style {
  .modal-is-open .modal-overlay {
    opacity: 0;
  }
}

.fndry-list {
  margin-left: 20px;
}

.fndry-list-item {
  margin: 0 0 10px !important;
}
.fndry-list-item .fndry-list {
  margin-top: 10px;
}
.fndry-list-item__icon {
  top: -5px !important;
  left: -35px;
}
.fndry-list-item a {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: var(--fndryTransitionDuration, 0.1s);
          transition-duration: var(--fndryTransitionDuration, 0.1s);
  will-change: color;
  word-wrap: break-word;
  color: var(--fndry-color-black, #212121);
  font-size: 17px;
  text-decoration: none;
}
.fndry-list-item a:hover {
  color: var(--fndry-color-gold, #B6812F);
}

mark {
  color: inherit !important;
}

.grey-bg-text {
  padding: 20px;
  background: #F6F6F6;
}

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