/* Blocks SCSS */
/**
 * Variables
 */
/* Blocks SCSS */
/**
 * Component - Plyr
 */
.plyr {
  --plyr-color-main: #FFF;
  --plyr-video-control-color: var(--jmf-dusty-saphire);
  --plyr-video-control-color-hover: var(--jmf-dusty-saphire);
  --plyr-control-spacing: 13px;
}

/* Blocks SCSS */
/**
 * Common styles
 */
footer,
.content-area,
.block-label,
.block-container {
  /* Brush stroke background */
  /* Brush stroke underline */
}
footer .no-spinner::-webkit-inner-spin-button, footer .no-spinner::-webkit-outer-spin-button,
.content-area .no-spinner::-webkit-inner-spin-button,
.content-area .no-spinner::-webkit-outer-spin-button,
.block-label .no-spinner::-webkit-inner-spin-button,
.block-label .no-spinner::-webkit-outer-spin-button,
.block-container .no-spinner::-webkit-inner-spin-button,
.block-container .no-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
footer.brush-stroke-bg,
footer .brush-stroke-bg,
.content-area.brush-stroke-bg,
.content-area .brush-stroke-bg,
.block-label.brush-stroke-bg,
.block-label .brush-stroke-bg,
.block-container.brush-stroke-bg,
.block-container .brush-stroke-bg {
  position: relative;
}
footer.brush-stroke-bg div,
footer.brush-stroke-bg span,
footer .brush-stroke-bg div,
footer .brush-stroke-bg span,
.content-area.brush-stroke-bg div,
.content-area.brush-stroke-bg span,
.content-area .brush-stroke-bg div,
.content-area .brush-stroke-bg span,
.block-label.brush-stroke-bg div,
.block-label.brush-stroke-bg span,
.block-label .brush-stroke-bg div,
.block-label .brush-stroke-bg span,
.block-container.brush-stroke-bg div,
.block-container.brush-stroke-bg span,
.block-container .brush-stroke-bg div,
.block-container .brush-stroke-bg span {
  position: relative;
  z-index: 1;
}
footer.brush-stroke-bg::after,
footer .brush-stroke-bg::after,
.content-area.brush-stroke-bg::after,
.content-area .brush-stroke-bg::after,
.block-label.brush-stroke-bg::after,
.block-label .brush-stroke-bg::after,
.block-container.brush-stroke-bg::after,
.block-container .brush-stroke-bg::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  min-height: 30px;
  width: 100px;
  background-color: var(--jmf-theme-label-color);
  mask-image: url("../img/brush-stroke.svg");
  mask-repeat: no-repeat;
  mask-position: left center;
  mask-size: auto 100%;
  -webkit-mask-image: url("../img/brush-stroke.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left center;
  -webkit-mask-size: auto 100%;
}
footer.brush-stroke-underline,
footer .brush-stroke-underline,
.content-area.brush-stroke-underline,
.content-area .brush-stroke-underline,
.block-label.brush-stroke-underline,
.block-label .brush-stroke-underline,
.block-container.brush-stroke-underline,
.block-container .brush-stroke-underline {
  position: relative;
  text-decoration: none;
  line-height: 2;
}
footer.brush-stroke-underline:after,
footer .brush-stroke-underline:after,
.content-area.brush-stroke-underline:after,
.content-area .brush-stroke-underline:after,
.block-label.brush-stroke-underline:after,
.block-label .brush-stroke-underline:after,
.block-container.brush-stroke-underline:after,
.block-container .brush-stroke-underline:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: -5px;
  width: 80px;
  height: 4px;
  background-color: currentColor;
  mask-image: url(../img/brush-underline.svg);
  mask-repeat: no-repeat;
  mask-position: left center;
  mask-size: contain;
  -webkit-mask-image: url(../img/brush-underline.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left center;
  -webkit-mask-size: contain;
  margin-bottom: 1rem;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
footer.brush-stroke-underline:hover:after, footer.brush-stroke-underline:focus:after,
footer .brush-stroke-underline:hover:after,
footer .brush-stroke-underline:focus:after,
.content-area.brush-stroke-underline:hover:after,
.content-area.brush-stroke-underline:focus:after,
.content-area .brush-stroke-underline:hover:after,
.content-area .brush-stroke-underline:focus:after,
.block-label.brush-stroke-underline:hover:after,
.block-label.brush-stroke-underline:focus:after,
.block-label .brush-stroke-underline:hover:after,
.block-label .brush-stroke-underline:focus:after,
.block-container.brush-stroke-underline:hover:after,
.block-container.brush-stroke-underline:focus:after,
.block-container .brush-stroke-underline:hover:after,
.block-container .brush-stroke-underline:focus:after {
  width: 100%;
}
footer.brush-stroke-bottom,
footer .brush-stroke-bottom,
.content-area.brush-stroke-bottom,
.content-area .brush-stroke-bottom,
.block-label.brush-stroke-bottom,
.block-label .brush-stroke-bottom,
.block-container.brush-stroke-bottom,
.block-container .brush-stroke-bottom {
  mask-image: url("../img/edge-rugged-bottom.svg");
  mask-size: 200%;
  mask-repeat: no-repeat;
  mask-position: bottom left;
  -webkit-mask-image: url("../img/edge-rugged-bottom.svg");
  -webkit-mask-size: 200%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom left;
  margin-bottom: 60px;
}
footer.brush-stroke-top,
footer .brush-stroke-top,
.content-area.brush-stroke-top,
.content-area .brush-stroke-top,
.block-label.brush-stroke-top,
.block-label .brush-stroke-top,
.block-container.brush-stroke-top,
.block-container .brush-stroke-top {
  mask-image: url("../img/edge-rugged-top.svg");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: top left;
  -webkit-mask-image: url("../img/edge-rugged-top.svg");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  padding-top: 60px;
}
footer.rugged-box,
footer .rugged-box,
.content-area.rugged-box,
.content-area .rugged-box,
.block-label.rugged-box,
.block-label .rugged-box,
.block-container.rugged-box,
.block-container .rugged-box {
  mask-image: url("../img/box-rugged-wide.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: top center;
  -webkit-mask-image: url("../img/box-rugged-wide.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  min-height: auto;
}
footer.rugged-round,
footer .rugged-round,
.content-area.rugged-round,
.content-area .rugged-round,
.block-label.rugged-round,
.block-label .rugged-round,
.block-container.rugged-round,
.block-container .rugged-round {
  mask-image: url("../img/box-rugged-round.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: top center;
  -webkit-mask-image: url("../img/box-rugged-round.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  min-height: auto;
}
footer.rugged-house,
footer .rugged-house,
.content-area.rugged-house,
.content-area .rugged-house,
.block-label.rugged-house,
.block-label .rugged-house,
.block-container.rugged-house,
.block-container .rugged-house {
  background-color: currentColor;
  mask-image: url("../img/house-rugged.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: top center;
  -webkit-mask-image: url("../img/house-rugged.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  min-height: auto;
}

/* Blocks SCSS */
/**
 * Block - CTA
 */
.block-cta,
.block-cta div,
.block-cta h1,
.block-cta p,
.block-cta a:not(.btn),
.block-cta span {
  --jmf--heading-color: var(--jmf-white);
  --jmf--body-color: var(--jmf-white);
  color: var(--jmf--body-color);
}
.block-cta .btn.btn-primary, .block-cta .btn.btn-primary:hover, .block-cta .btn.btn-primary:active, .block-cta .btn.btn-primary:focus {
  --jmf-btn-color: var(--jmf-cutty-sark);
  --jmf-btn-bg: var(--jmf-white);
  --jmf-btn-border-color:var(--jmf-cutty-sark);
  --jmf-btn-hover-color: var(--jmf-cutty-sark);
  --jmf-btn-hover-bg: var(--jmf-white);
  --jmf-btn-hover-border-color: var(--jmf-cutty-sark);
  --jmf-btn-focus-shadow-rgb: var(--jmf-cutty-sark);
  --jmf-btn-active-color: var(--jmf-cutty-sark);
  --jmf-btn-active-bg: var(--jmf-white);
  --jmf-btn-active-border-color: var(--jmf-cutty-sark);
}
.block-cta .btn.btn-outline-primary, .block-cta .btn.btn-outline-primary:hover, .block-cta .btn.btn-outline-primary:active, .block-cta .btn.btn-outline-primary:focus {
  --jmf-btn-color: var(--jmf-white);
  --jmf-btn-bg: var(--jmf-cutty-sark);
  --jmf-btn-border-color: var(--jmf-white);
  --jmf-btn-hover-color: var(--jmf-white);
  --jmf-btn-hover-bg: var(--jmf-cutty-sark);
  --jmf-btn-hover-border-color: var(--jmf-white);
  --jmf-btn-focus-shadow-rgb: var(--jmf-white);
  --jmf-btn-active-color: var(--jmf-white);
  --jmf-btn-active-bg: var(--jmf-cutty-sark);
  --jmf-btn-active-border-color: var(--jmf-white);
}

/* Blocks SCSS */
/**
 * Block - Hero
 */
.block-hero-inner {
  background-color: var(--jmf-block-hero-bg-color);
  position: relative;
  box-sizing: content-box;
  overflow: hidden;
}
.block-hero-inner .extend-left {
  width: 110% !important;
  max-width: none;
  right: 0;
}
.block-hero-inner .extend-right {
  width: 110% !important;
  max-width: none;
  left: 0;
}
.block-hero-inner .btn.btn-primary, .block-hero-inner .btn.btn-primary:hover, .block-hero-inner .btn.btn-primary:active, .block-hero-inner .btn.btn-primary:focus {
  --jmf-btn-color: var(--jmf-white);
  --jmf-btn-bg: var(--jmf-cutty-sark);
  --jmf-btn-border-color:var(--jmf-cutty-sark);
  --jmf-btn-hover-color: var(--jmf-white);
  --jmf-btn-hover-bg: var(--jmf-cutty-sark);
  --jmf-btn-hover-border-color: var(--jmf-cutty-sark);
  --jmf-btn-focus-shadow-rgb: var(--jmf-cutty-sark);
  --jmf-btn-active-color: var(--jmf-cutty-sark);
  --jmf-btn-active-bg: var(--jmf-cutty-sark);
  --jmf-btn-active-border-color: var(--jmf-cutty-sark);
}
.block-hero-inner .btn.btn-outline-primary, .block-hero-inner .btn.btn-outline-primary:hover, .block-hero-inner .btn.btn-outline-primary:active, .block-hero-inner .btn.btn-outline-primary:focus {
  --jmf-btn-color: var(--jmf-cutty-sark);
  --jmf-btn-bg: transparent;
  --jmf-btn-border-color: var(--jmf-cutty-sark);
  --jmf-btn-hover-color: var(--jmf-cutty-sark);
  --jmf-btn-hover-bg: transparent;
  --jmf-btn-hover-border-color: var(--jmf-cutty-sark);
  --jmf-btn-focus-shadow-rgb: var(--jmf-cutty-sark);
  --jmf-btn-active-color: var(--jmf-cutty-sark);
  --jmf-btn-active-bg: transparent;
  --jmf-btn-active-border-color: var(--jmf-cutty-sark);
}

/* Blocks SCSS */
/**
 * Block - Headline Label
 */
.block-headline-label {
  margin-bottom: 1rem;
  display: inline-block;
}
.block-headline-label span {
  position: relative;
  z-index: 10;
}

/* Blocks SCSS */
/**
 * Block - Media
 */
.block-media .glide__arrow {
  cursor: pointer;
}

/* Blocks SCSS */
/**
 * Block - Person Gallery
 */
.block-person-gallery .ratio,
.block-person-gallery .ratio img {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.block-person-gallery .collapse {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.block-person-gallery .ratio.collapsed {
  border-bottom: 1px solid var(--jmf-border-color);
}

/* Blocks SCSS */
/**
 * Block - Support Options
 */
.block-support-options .support-option-icon {
  max-width: 140px;
  color: var(--jmf-theme-dark-color);
  background-color: currentColor;
  display: inline-block;
  mask-repeat: no-repeat;
  mask-position: center bottom;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  -webkit-mask-size: contain;
}

/* Blocks SCSS */
/**
 * Block - Testimonial
 */
.block-testimonial .glide__arrow {
  cursor: pointer;
}
.block-testimonial .jico-heart,
.block-testimonial .jico-quotation-mark {
  color: var(--jmf-theme-testimonial-gfx-color);
}
.block-testimonial .rugged-round img {
  aspect-ratio: 1;
  object-fit: cover;
}

/* Blocks SCSS */
/**
 * Block - CTA
 */
.block-teaser .btn.btn-primary, .block-teaser .btn.btn-primary:hover, .block-teaser .btn.btn-primary:active, .block-teaser .btn.btn-primary:focus {
  --jmf-btn-color: var(--jmf-white);
  --jmf-btn-bg: var(--jmf-cutty-sark);
  --jmf-btn-border-color:var(--jmf-cutty-sark);
  --jmf-btn-hover-color: var(--jmf-white);
  --jmf-btn-hover-bg: var(--jmf-cutty-sark);
  --jmf-btn-hover-border-color: var(--jmf-cutty-sark);
  --jmf-btn-focus-shadow-rgb: var(--jmf-cutty-sark);
  --jmf-btn-active-color: var(--jmf-cutty-sark);
  --jmf-btn-active-bg: var(--jmf-cutty-sark);
  --jmf-btn-active-border-color: var(--jmf-cutty-sark);
}
.block-teaser .btn.btn-outline-primary, .block-teaser .btn.btn-outline-primary:hover, .block-teaser .btn.btn-outline-primary:active, .block-teaser .btn.btn-outline-primary:focus {
  --jmf-btn-color: var(--jmf-cutty-sark);
  --jmf-btn-bg: var(--jmf-white);
  --jmf-btn-border-color: var(--jmf-cutty-sark);
  --jmf-btn-hover-color: var(--jmf-cutty-sark);
  --jmf-btn-hover-bg: var(--jmf-white);
  --jmf-btn-hover-border-color: var(--jmf-cutty-sark);
  --jmf-btn-focus-shadow-rgb: var(--jmf-cutty-sark);
  --jmf-btn-active-color: var(--jmf-white);
  --jmf-btn-active-bg: var(--jmf-cutty-sark);
  --jmf-btn-active-border-color: var(--jmf-white);
}

/* Blocks SCSS */
/**
 * Block - Stats
 */
.block-stats .stats-item .stats-item-stat {
  font-family: CinnabarBrush;
  line-height: 1.2;
}

/* Blocks SCSS */
/**
 * Block - Stats
 */
.block-citysearch .btn.btn-primary, .block-citysearch .btn.btn-primary:hover, .block-citysearch .btn.btn-primary:active, .block-citysearch .btn.btn-primary:focus {
  --jmf-btn-color: var(--jmf-white);
  --jmf-btn-bg: var(--jmf-cutty-sark);
  --jmf-btn-border-color:var(--jmf-cutty-sark);
  --jmf-btn-hover-color: var(--jmf-white);
  --jmf-btn-hover-bg: var(--jmf-cutty-sark);
  --jmf-btn-hover-border-color: var(--jmf-cutty-sark);
  --jmf-btn-focus-shadow-rgb: var(--jmf-cutty-sark);
  --jmf-btn-active-color: var(--jmf-cutty-sark);
  --jmf-btn-active-bg: var(--jmf-cutty-sark);
  --jmf-btn-active-border-color: var(--jmf-cutty-sark);
}
.block-citysearch .rugged-house {
  mask-size: auto 100%;
  mask-position: right 0 bottom -65px;
  -webkit-mask-size: auto 100%;
  -webkit-mask-position: right 0 bottom -65px;
  max-width: 1500px;
}
@media (max-width: 768px) {
  .block-citysearch .rugged-house {
    mask-size: auto 90%;
    -webkit-mask-size: auto 90%;
    -webkit-mask-position: right -100px bottom -65px;
  }
}
.block-citysearch .state-result,
.block-citysearch .state-search {
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.block-citysearch .state-result.is-hidden,
.block-citysearch .state-search.is-hidden {
  opacity: 0;
  z-index: 0;
}
.block-citysearch .state-result.is-visible,
.block-citysearch .state-search.is-visible {
  opacity: 1;
  z-index: 10;
}
.block-citysearch .state-result .dropdown-item,
.block-citysearch .state-search .dropdown-item {
  letter-spacing: 0.02em;
}

/* Blocks SCSS */
/**
 * Block - Paragraph
 */
.block-paragraph h3,
.block-paragraph h4 {
  margin-bottom: 0.5rem;
  margin-top: 0.25rem;
  display: block;
  float: left;
  width: 100%;
}

/* Blocks SCSS */
/**
 * Block - Online Fundraising Form
 */
.block-of-form .rounded iframe {
  display: block;
}

/* Blocks SCSS */
/**
 * Block - Column Embed
 */
