/** Shopify CDN: Minification failed

Line 236:0 Unexpected "}"

**/



.image-with-text-overlay {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  background: var(--color-accent);
  color: #fff;
  padding: 40px 0; }
  @media only screen and (min-width: 768px) {
    .image-with-text-overlay {
      padding: 80px 0; } }
  .image-with-text-overlay .row {
    width: 100%; }
  .image-with-text-overlay--mobile {
    display: block; }
    @media only screen and (min-width: 768px) {
      .image-with-text-overlay--mobile {
        display: none; } }
  .image-with-text-overlay--desktop {
    display: none; }
    @media only screen and (min-width: 768px) {
      .image-with-text-overlay--desktop {
        display: block; } }
  .image-with-text-overlay--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none; }
    .image-with-text-overlay--bg.parallax--true {
      top: -5%;
      height: 110%; }
    .image-with-text-overlay--bg svg,
    .image-with-text-overlay--bg img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .image-with-text-overlay--bg svg {
      padding: 50px;
      fill: var(--bg-body, #fff);
      opacity: 0.5; }
    .image-with-text-overlay--bg:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 11;
      background-color: rgba(var(--color-overlay-rgb), var(--overlay-opacity));
      pointer-events: none; }
  .image-with-text-overlay--content {
    display: flex;
    padding: 0 10px;
    max-width: 1440px;
    color: #1d2f25;
    position: relative;
    z-index: 5;
    width: 100%;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .image-with-text-overlay--content {
        padding: 0 50px; } }
    .image-with-text-overlay--content-inner {
      max-width: 650px;
      width: 100%; }
      .image-with-text-overlay--content-inner.content-width-small {
        max-width: 480px; }
      .image-with-text-overlay--content-inner.content-width-medium {
        max-width: 650px; }
      .image-with-text-overlay--content-inner.content-width-large {
        max-width: 900px; }
    .image-with-text-overlay--content .image-with-text-overlay--heading {
      color: #1d2f25; }
      .animations-true .image-with-text-overlay--content .image-with-text-overlay--heading {
        visibility: hidden;
        will-change: visibility; }
    .image-with-text-overlay--content > * + .button {
      margin-top: 30px; }
    .animations-true .image-with-text-overlay--content .subheading, .animations-true
    .image-with-text-overlay--content .button {
      opacity: 0; }
    @media only screen and (min-width: 1068px) {
      .image-with-text-overlay--content .rte.description-size--medium {
        font-size: 1.25rem; } }
    @media only screen and (min-width: 1068px) {
      .image-with-text-overlay--content .rte.description-size--large {
        font-size: 1.5rem; } }
    .image-with-text-overlay--content .rte p {
      font-size: inherit; }
      .animations-true .image-with-text-overlay--content .rte p {
        visibility: hidden;
        will-change: visibility; }
    .image-with-text-overlay--content.content-middle-left {
      justify-content: flex-start;
      align-items: center; }
    .image-with-text-overlay--content.content-middle-center {
      justify-content: center;
      align-items: center; }
    .image-with-text-overlay--content.content-middle-right {
      justify-content: flex-end;
      align-items: center; }
    .image-with-text-overlay--content.content-bottom-left {
      justify-content: flex-start;
      align-items: flex-end; }
    .image-with-text-overlay--content.content-bottom-center {
      justify-content: center;
      align-items: flex-end; }
    .image-with-text-overlay--content.content-bottom-right {
      justify-content: flex-end;
      align-items: flex-end; }

      /* Additional Mobile Height Options */
@media (max-width: 767px) {
  .image-with-text-overlay.mobile-height-700 {
    height: 700px !important;
    max-height: 700px !important;
  }
  
  .image-with-text-overlay.mobile-height-800 {
    height: 800px !important;
    max-height: 800px !important;
  }
  
  .image-with-text-overlay.mobile-height-900 {
    height: 900px !important;
    max-height: 900px !important;
  }
}  

/* Mobile positioning override - add to end of CSS file */
@media (max-width: 767px) {
  /* Override positioning to top-center on mobile only */
  .image-with-text-overlay--content.content-bottom-center,
  .image-with-text-overlay--content.content-bottom-left,
  .image-with-text-overlay--content.content-bottom-right,
  .image-with-text-overlay--content.content-middle-left,
  .image-with-text-overlay--content.content-middle-center,
  .image-with-text-overlay--content.content-middle-right {
    justify-content: center !important;
    align-items: flex-start !important;
    padding-top: 90px !important;
  }
  
  /* Center and full-width content on mobile */
  .image-with-text-overlay--content-inner {
    text-align: center !important;
    max-width: 100% !important;
    padding: 0 5px !important;
  }
  
  /* Full-width buttons */
  .image-with-text-overlay--content .button {
    width: 100% !important;
    margin-top: 10px !important;
  }
}


p {
  margin: 0 0 5px;
}
strong {
  position: relative;
  top: 1.5px;
}
@media (max-width: 767px) {
  strong {
    top: 0.5px;
  }
}
.subheading {
  margin-bottom: 20px;
  text-transform: inherit;
  letter-spacing: normal;
  font-size: 20px;
  line-height: inherit;
}
.h1 {
  margin-bottom: 10px;
}

.image-with-text-overlay .subheading {
  color: #1d2f25;
}
@media (max-width: 767px) {
  p,
  .subheading {
    font-size: 16px;
  }
  .button,
  .button.white,
  .button.white.outline {
    width: 100%;
    max-width: none;
    display: block;
    text-align: center;
    padding: 12px 0;
    font-size: 16px;
  }
  .h1 {
    font-size: 37px;
  }
}

.button {
  background-color: #1d2f25;
  border: 1px solid #1d2f25;
}
.button:hover {
  color: #1d2f25;
}
.button.outline {
  background-color: transparent;
  border: 1px solid #1d2f25;
  color: #1d2f25;
}
.button.outline::before, input[type="submit"].outline::before {
  background: #fff;
  color: #1d2f25;
}
  .button.outline:hover, input[type="submit"].outline:hover {
    background: transparent;
    color: #1d2f25;
  }
}