/** Shopify CDN: Minification failed

Line 416:84 Unexpected "{"

**/
.banner {
  display: flex;
  position: relative;
  flex-direction: column;
}

@media screen and (max-width: 749px) {
  .banner--mobile-bottom:not(.banner--stacked):not(.banner--adapt) > .banner__media {
    height: 39rem;
  }

  .banner:not(.banner--stacked) {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 750px) {
  .banner {
    flex-direction: row;
    min-height: 50rem;
    max-height: 580px;
  }
}

@media screen and (max-width: 749px) {
  .banner--stacked {
    height: auto;
  }

  .banner--stacked .banner__media {
    flex-direction: column;
  }
}

.banner__media {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.banner__media-half {
  width: 50%;
}

.banner__media-half + .banner__media-half {
  right: 0;
  left: auto;
}

@media screen and (max-width: 749px) {
  .banner--stacked .banner__media-half {
    width: 100%;
  }

  .banner--stacked .banner__media-half + .banner__media-half {
    order: 1;
  }

  .banner:not(.banner--adapt):not(.banner--stacked):not(.banner--mobile-bottom) > .banner__content {
    min-height: 39rem;
  }
}

@media screen and (min-width: 750px) {
  .banner__media {
    height: 100%;
  }
}

.banner--adapt {
  height: auto;
}

@media screen and (max-width: 749px) {
  .banner--mobile-bottom .banner__media,
  .banner--stacked:not(.banner--mobile-bottom) .banner__media {
    position: relative;
  }

  .banner--stacked.banner--adapt .banner__content {
    height: auto;
  }

  .banner:not(.banner--mobile-bottom) .banner__box {
    background-color: transparent;
    --color-foreground: 255, 255, 255;
    --color-button: 255, 255, 255;
    --color-button-text: 0, 0, 0;
  }

  .banner:not(.banner--mobile-bottom) .button--secondary {
  	--color-button: 255, 255, 255;
  	--color-button-text: 255, 255, 255;
  	--alpha-button-background: 0;
  }

  .banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content  {
    position: absolute;
    min-height: 39rem;
    height: auto;
  }

  .banner--stacked.banner--adapt:not(.banner--mobile-bottom) .banner__content {
    max-height: 100%;
    overflow: hidden;
    position: absolute;
  }

  .banner--stacked:not(.banner--adapt) .banner__media {
    position: relative;
    height: 39rem;
  }

  .banner::before {
    display: none !important;
  }

  .banner--stacked .banner__media-image-half {
    width: 100%;
  }
}

.banner__media .placeholder-svg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.banner__content {
  padding: 0;
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

@media screen and (max-width: 749px) {
  .banner--mobile-bottom:not(.banner--stacked) .banner__content {
    order: 2;
  }
}

@media screen and (min-width: 750px) {
  .banner__content {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

  .banner__content--center {
    align-items: center;
  }

  .banner__content--flex-start {
    align-items: flex-start;
  }

  .banner__content--flex-end {
    align-items: flex-end;
  }
}

.banner__box {
  border: 0;
  padding: 4rem 3.5rem;
  position: relative;
  height: fit-content;
  align-items: center;
  text-align: center;
  width: 100%;
}
  
  @media screen and (max-width: 749px) {
.banner__box {
padding: 0 10px 10px;
}
  }

@media screen and (min-width: 750px) {
  .banner--desktop-transparent .banner__box {
    background-color: transparent;
    --color-foreground: 255, 255, 255;
    --color-button: 255, 255, 255;
    --color-button-text: 0, 0, 0;
  }

  .banner--desktop-transparent .button--secondary {
  	--color-button: 255, 255, 255;
  	--color-button-text: 255, 255, 255;
  	--alpha-button-background: 0;
  }
}

@media screen and (max-width: 749px) {
  .banner--mobile-bottom::after {
    display: none;
  }
}

.banner::after {
  content: '';
  position: absolute;
  background: #000000;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.banner__box > .banner__buttons {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.banner__box > * + .banner__buttons--multiple {
  display: flex;
  max-width: 45rem;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}

@media screen and (min-width: 750px) {
  .banner__box > * + .banner__buttons {
    margin-top: 2rem;
  }
}

.banner__content .button:last-child {
  margin-right: 0;
}

.banner__box > * + .banner__text {
  margin-top: 1.5rem;
}

@media screen and (min-width: 750px) {
  .banner__box > * + .banner__text {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.banner__box > * + * {
  margin-top: 1rem;
}

.banner__box > *:first-child {
  margin-top: 0;
}

.banner__content .button:not(:only-child) {
  flex-grow: 1;
}

@media screen and (max-width: 749px) {
  .banner--stacked .banner__box {
    width: 100%;
  }
}

@media screen and (min-width: 750px) {
  .banner__box {
    padding: 5rem;
    width: auto;
    max-width: 51rem;
  }

  .banner__box > .banner__buttons:only-child .button {
    margin-top: 0;
  }
}

.banner__heading > *,
.banner__text > * {
  word-wrap: break-word;
}

.banner__heading {
  margin-bottom: 0;
}

/* Added by MattB @shopify on Oct 08, 2021 */
.banner__content--top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.banner__content--top-middle {
  align-items: flex-start;
}

.banner__content--top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.banner__content--middle-left {
  align-items: center;
  justify-content: flex-start;
}

.banner__content--center {
  align-items: center;
}

.banner__content--middle-right {
  align-items: center;
  justify-content: flex-end;
}

.banner__content--bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.banner__content--bottom-middle {
  align-items: flex-end;
}

.banner__content--bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.banner__box--opacity-80 {
  background-color: rgba(var(--color-background), 0.8);
}

.banner__box--opacity-60 {
  background-color: rgba(var(--color-background), 0.6);
}

.banner__box--opacity-40 {
  background-color: rgba(var(--color-background), 0.4);
}

.banner__box--opacity-20 {
  background-color: rgba(var(--color-background), 0.2);
}

.banner__box--opacity-0 {
  background-color: rgba(var(--color-background), 0);
}
  
.banner.video-banner {
    
}
  
.banner.video-banner [data-video-open] svg {
  width: 85px;
  height: auto;
}
  
@media (max-width: 749px) {
  .hide--mobile {
    display: none !important;
  }
}
  
@media (min-width: 750px) {
  .hide--desktop {
    display: none !important;
  }
}
/* Adding new class for medium blue header - UFO - some of this should be in the admin as options */
 #shopify-section-template--15678528553129__163059394597ea6655 .color-inverse {
    background: url(/cdn/shop/files/Group_24-min.jpg?v=1657221516);
    background-size: cover;
    background-position: center;
    padding: 6em 0 !important;
  }
  

h2.h1.color-blue.banner__heading {
  font-weight: bold;
  font-size: 65px !important;
  line-height: 65px;
}
@media (max-width: 989px) {
h2.h1.color-blue.banner__heading {
font-size: 36px !important;
  line-height: 36px;
}
#Banner-template--15678528487593__image_banner .banner__box {
 max-width: 95% !important;   
  margin: 0 auto;
}
#Banner-template--15678528487593__image_banner .banner__text {
 line-height: 18px !important; 
}
#Banner-template--15678528487593__image_banner .banner__content {
display: block;
  margin-top: 20px;
}
    #shopify-section-template--15678528553129__163059394597ea6655 .color-inverse {
padding: 30px 0 !important;
    }
}
 

 #shopify-section-template--15678528553129__163059394597ea6655 .color-inverse .h1,  { 
    font-weight: bold !important;
  }
    
  
/* End of code added by MattB @shopify on Oct 08, 2021 */

/* code added by Kevin @ PixelParade */
#Banner-template--15678528487593__image_banner .banner__text span, #Banner-template--15678528487593__image_banner > div.banner__content.page-width.banner__content--center > div > div > span{
  color: #183C59!important;
}
h2.h1.color-blue.banner__heading {
  color: #183C59;
}
/*code added by UFO to support fluid image scaling */
/* Fluid image scaling: UFO Performance Marketing */
.banner--fluid-enabled {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: auto !important;
  max-height: none !important;
  padding: 0;
}

.banner--fluid-enabled .banner__media {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  flex: 1 1 auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner--fluid-enabled .banner__media img {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block;
  margin: 0 auto;
}

.banner--fluid-enabled .banner__content,
.banner--fluid-enabled .banner__content.page-width {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: block !important;
  text-align: center;
  box-sizing: border-box;
}

.banner--fluid-enabled .banner__content::before,
.banner--fluid-enabled .banner__content::after {
  display: none !important;
  content: none !important;
}

.banner--fluid-enabled .banner__box {
  max-width: 700px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  text-align: center;
}
/* FLUID BANNER CONTAINER BACKGROUND COLOR */
.banner--fluid-enabled {
  padding: 0; /* optional spacing top/bottom */
}

/* WRAP CONTENT & IMAGE INSIDE A MAX-WIDTH CONTAINER */
.banner--fluid-enabled .banner__inner {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}