/** Shopify CDN: Minification failed

Line 400:0 Expected "}" to go with "{"

**/

.image-overlay__over {
    position: relative;
    z-index: 2;
}  

.text-overlay {
    display: flex;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    text-align: center;
}
a.text-overlay__button.button-row__btn.btn.btn--primary:hover {
    color: #fff;
    background-color: #103178;
    border: 1px solid #103178;
}
a.text-overlay__button.button-row__btn.btn.btn--primary {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 2.7rem;
    cursor: pointer;
    font: inherit;
    font-size: 1.9rem;
    text-decoration: none;
    color: #fff;
    transition: all 0.5s ease-in-out;
    appearance: none;
    background-color: #FF9923;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 30px;
}
.image-overlay--bg-shadow .text-overlay--h-left .text-overlay__inner::before {
  right: 0;
  left: -85%;
}
.image-overlay--bg-shadow .text-overlay--h-right .text-overlay__inner::before {
  right: -50%;
  left: 15%;
}
.text-overlay--h-left .slideshow-ctrl--inline .slideshow-nav {
  justify-content: left;
}
.text-overlay--h-center .slideshow-ctrl--inline .slideshow-nav {
  justify-content: center;
}
.text-overlay--h-right .slideshow-ctrl--inline .slideshow-nav {
  justify-content: right;
}  
.text-overlay--h-left {
  justify-content: left;
  text-align: left;
}
.text-overlay--h-left .text-overlay__subheading,
.text-overlay--h-left .text-overlay__title,
.text-overlay--h-left .text-overlay__rte {
  margin-right: auto;
}

.text-overlay--h-right {
  justify-content: right;
  text-align: right;
}
.text-overlay--h-right .text-overlay__subheading,
.text-overlay--h-right .text-overlay__title,
.text-overlay--h-right .text-overlay__rte {
  margin-left: auto;
}
.text-overlay--h-center {
  justify-content: center;
}
.text-overlay--h-center .text-overlay__subheading,
.text-overlay--h-center .text-overlay__title,
.text-overlay--h-center .text-overlay__rte {
  margin-right: auto;
  margin-left: auto;
}

.text-overlay--v-top {
  align-items: flex-start;
}
.text-overlay--v-bottom {
  align-items: flex-end;
}


.height__image, .height__image img, .height__image .placeholder-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}
.theme-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.image-overlay {
    overflow: hidden;
}

.image-overlay {
    overflow: hidden;
}
.height--fixed {
    position: relative;
    height: var(--image-height);
}
  


.text-overlay__title {
  max-width: var(--heading-max-width, none);
}

.text-overlay__rte {
  max-width: 65ch;
}

.text-overlay__button-row {
  margin: calc(2rem - 10px) -0.5em 1em;
}
.text-overlay__button-row:last-child {
  margin-bottom: 0;
}
.text-overlay__button-row .text-overlay__button {
  margin: 10px 0.5em 0;
}


.image-overlay--bg-shadow .text-overlay--h-left .text-overlay__inner::before {
  right: 0;
  left: -85%;
}
.image-overlay--bg-shadow .text-overlay--h-right .text-overlay__inner::before {
  right: -50%;
  left: 15%;
}
.text-overlay--v-bottom {
    align-items: flex-end;
}
 


  

 .text-overlay--h-left {
    justify-content: left;
    text-align: left;
}  
  
.image-overlay--bg-shadow .text-overlay .text-overlay__inner {
    position: relative;
}

@media (min-width: 1100px) {
.text-overlay--for-banner .text-overlay__inner {
    padding: 70px;
}  
}
@media (min-width: 768px) {
.text-overlay--for-banner .text-overlay__inner {
    padding: 50px;
}  
}
.text-overlay__inner {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px;
}
 .image-overlay--bg-shadow .text-overlay--h-left .text-overlay__inner:before {
    right: 0;
    left: -85%;
}
 .image-overlay--bg-shadow .text-overlay .text-overlay__inner:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -200px;
    right: -100px;
    bottom: -200px;
    left: -100px;
    background: radial-gradient(var(--image-overlay-shadow-start) 0%,transparent 70%);
    pointer-events: none;
}
.text-overlay__inner .lightish-spaced-row-above:first-child {
    margin-top: 0;
}
  .text-overlay--h-left .text-overlay__subheading, .text-overlay--h-left .text-overlay__title, .text-overlay--h-left .text-overlay__rte {
    margin-right: auto;
}

.subheading--over {
    margin-bottom: 2.25em;
}

.subheading {
    font-size: .8em;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.3em;
    text-transform: uppercase;
}
  .lightish-spaced-row-above {
    margin-top: 2rem;
}
  .text-overlay .text-overlay__title {
    margin-bottom: 1.25rem;
    line-height: 1.1em;
}
  .text-overlay__title {
    max-width: var(--heading-max-width, none);
}
 .text-overlay__button-row:last-child {
    margin-bottom: 0;
}
  .text-overlay__button-row {
    margin: calc(2rem - 10px) -0.5em 1em;
}

.height--fixed {
  position: relative;
  height: var(--image-height);
}

.height--full {
  --image-height: 100vh;
  position: relative;
  height: var(--image-height);
}

.height--full-ignore-header-height {
  --image-height: 100vh;
}

.height--adapt {
  position: relative;
}
.height--adapt::before {
  content: "";
  display: block;
  padding-top: calc(100% / var(--aspect-ratio));
}

@media (max-width: 767.98px) {
  .height--adapt-to-overlay-mobile::before {
    content: none;
  }
  .height--adapt-to-overlay-mobile .text-overlay {
    position: relative;
    min-height: calc(100vw / var(--aspect-ratio));
  }
  

.height--adapt::before {
  padding-top: 0;
}  
  .image-overlay.text-overlay-parent--mobile-stack.height--fixed, .image-overlay.text-overlay-parent--mobile-stack.height--full {
    /* height: auto; */
  }
  .image-overlay.text-overlay-parent--mobile-stack.height--fixed .height__image, .image-overlay.text-overlay-parent--mobile-stack.height--full .height__image {
    height: var(--image-height);
  }
  .image-overlay.text-overlay-parent--mobile-stack.height--fixed .text-overlay, .image-overlay.text-overlay-parent--mobile-stack.height--full .text-overlay {
    margin-top: var(--image-height);
  }
  .image-overlay.text-overlay-parent--mobile-stack.height--adapt {
    flex-direction: column;
    height: auto;
  }
  .image-overlay.text-overlay-parent--mobile-stack.height--adapt .height__image {
    height: auto;
  }
  .image-overlay.text-overlay-parent--mobile-stack.height--adapt .height__image::before {
    content: "";
    display: block;
    padding-top: calc(100% / var(--aspect-ratio));
  }
  .image-overlay {
  overflow: hidden;
}



.image-overlay--bg-full .image-overlay__image::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 350ms;
  background: var(--image-overlay-bg);
  pointer-events: none;
}

.image-overlay--bg-shadow .text-overlay .text-overlay__inner {
  position: relative;
}
.image-overlay--bg-shadow .text-overlay .text-overlay__inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -200px;
  right: -100px;
  bottom: -200px;
  left: -100px;
  background: radial-gradient(var(--image-overlay-shadow-start) 0%, transparent 70%);
  pointer-events: none;
}
.image-overlay--bg-shadow .text-overlay--h-left .text-overlay__inner::before {
  right: 0;
  left: -85%;
}
.image-overlay--bg-shadow .text-overlay--h-right .text-overlay__inner::before {
  right: -50%;
  left: 15%;
}

/* body background with normal text colour on top */
.image-overlay--bg-box .text-overlay .text-overlay__text {
  --image-overlay-box-bg: var(--bg-color);
  display: inline-block;
  padding: 20px;
  background: rgb(var(--image-overlay-box-bg)/var(--image-overlay-box-opacity));
  color: rgb(var(--text-color));
  vertical-align: top;
}
.image-overlay--bg-box .text-overlay .text-overlay__text .text-overlay__title {
  color: rgb(var(--heading-color));
}
.image-overlay--bg-box .text-overlay .text-overlay__text .text-overlay__button-row--link {
  margin-bottom: -5px;
}
.image-overlay--bg-box.image-overlay--edge-boxes .text-overlay__inner {
  padding: 0;
}

 @media (min-width: 768px) {
  .image-overlay--bg-box .text-overlay--for-banner .text-overlay__text {
    padding: 30px 45px;
  }
}
@media (min-width: 1100px) {
  .image-overlay--bg-box .text-overlay--for-banner .text-overlay__text {
    padding: 40px 60px;
  }
} 
/* do not show the border when a button is over an image */
.image-overlay--bg-no_background:not(.text-overlay-parent--mobile-stack) .text-overlay__button.btn,
.image-overlay--bg-full:not(.text-overlay-parent--mobile-stack) .text-overlay__button.btn,
.image-overlay--bg-shadow:not(.text-overlay-parent--mobile-stack) .text-overlay__button.btn {
  border: 0 !important;
}

@media (min-width: 768px) {
  .text-overlay-parent--mobile-stack.image-overlay--bg-no_background .text-overlay__button.btn, .text-overlay-parent--mobile-stack.image-overlay--bg-full .text-overlay__button.btn, .text-overlay-parent--mobile-stack.image-overlay--bg-shadow .text-overlay__button.btn {
    border: 0 !important;
  }
}

@media (max-width: 767.98px) {

  .image-overlay.text-overlay-parent--mobile-stack.image-overlay--bg-full .image-overlay__image::after {
    content: none;
  }
  .image-overlay.text-overlay-parent--mobile-stack.image-overlay--bg-shadow .text-overlay .text-overlay__inner::before {
    content: none;
  }
  .image-overlay.image-overlay--bg-desktop-only .image-overlay__image::after,
.image-overlay.image-overlay--bg-desktop-only .text-overlay__inner::before {
    content: none;
  }
}  
