
/* Main Hero Banner */
.main-hero-banner{
  background-color: #fafafa;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  box-shadow: 0 5px 5px rgba(0,0,0, 0.1);
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  padding: 60px 0 40px;
  position: relative;
  text-align: center;
  width: 100%;
}

.home-text p {color:#fff !important;}

    @media screen and (max-width:768px){
      .main-hero-banner{
        min-height: unset !important;
      }
      
      .home-text p {color:#000000 !important;} 
      .main-hero-banner.surround-title h2.is-subtitle {color:#575DF0 !important;}
      
      .is-button.is-white-button.is-hollow {
    background: transparent;
    border: 3px solid #000 !important;
    color: #000 !important;
    opacity: 1;
    width: 63%;
    margin-bottom: 23px;
}
      .main-hero-banner .intro, .main-hero-banner p {margin-bottom:0px !important;}
      
      .trusted_companies {margin-top:20px !important;}
      
    }
    @media screen and (min-width:769px){
      .main-hero-banner{
        padding: 60px 0;
      }
    }
  .main-hero-banner.has-extra-padding{}

    @media screen and (min-width:769px){
      .main-hero-banner.has-extra-padding{
        padding: 100px 0;
      }
    }

  .main-hero-banner.padding-bottom-0{
    padding-bottom: 0;
  } 
  .main-hero-banner .content-area{
    text-align: left;
  }
.main-hero-banner:before{
  background: transparent;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.main-hero-banner .img{
  margin-bottom: 20px;
}

.main-hero-banner .container{
  min-height: 270px;
  z-index: 5;
}

.main-hero-banner .wrapper{}
  
  @media screen and (min-width:769px){
    .main-hero-banner .wrapper{
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      height: 100%;
    }
  }

  .main-hero-banner .wrapper > div{}
    @media screen and (min-width:769px){
      .main-hero-banner .wrapper > div{
        -webkit-box-flex: 1 0 auto;
        -moz-box-flex:  1 0 auto;
        -webkit-flex:  1 0 auto;
        -ms-flex:  1 0 auto;
        flex:  1 0 auto;
        margin: 0;
        max-width: 60%;
      }
      
      
    }

.main-hero-banner > div{
  position: relative;
  z-index: 5;
}

.main-hero-banner .is-title.variant-none,
.main-hero-banner .is-subtitle.variant-none{
  text-transform: none;
}

.main-hero-banner .is-title.variant-uppercase,
.main-hero-banner .is-subtitle.variant-uppercase{
  text-transform: uppercase;
}

.main-hero-banner .is-title.variant-capitalize,
.main-hero-banner .is-subtitle.variant-capitalize{
  text-transform: capitalize;
}



.main-hero-banner h1.is-title,
.main-hero-banner h2.is-title,
.main-hero-banner h3.is-title,
.main-hero-banner h4.is-title,
.main-hero-banner h5.is-title,
.main-hero-banner p.is-title{
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 10px;
  margin-top: 0;
  text-shadow:: 0 0 5px rgba(255,255,255,1);
  text-transform: uppercase;
}

@media screen and (max-width:767px) { .retail {color:#fff !important;} }

  @media screen and (max-width:767px) {
    .main-hero-banner h1.is-title,
    .main-hero-banner h2.is-title,
    .main-hero-banner h3.is-title,
    .main-hero-banner h4.is-title,
    .main-hero-banner h5.is-title,
    .main-hero-banner p.is-title{
      line-height: 1.1em;
      padding-top: 30px;
      text-align: center;
     
    }
  }
  @media screen and (min-width:768px) {
    .main-hero-banner h1.is-title,
    .main-hero-banner h2.is-title,
    .main-hero-banner h3.is-title,
    .main-hero-banner h4.is-title,
    .main-hero-banner h5.is-title,
    .main-hero-banner p.is-title{
      text-shadow: none;
    }
  }


  @media screen and (min-width:768px) {
    .main-hero-banner h1.is-title,
    .main-hero-banner h2.is-title,
    .main-hero-banner h3.is-title,
    .main-hero-banner h4.is-title,
    .main-hero-banner h5.is-title,
    .main-hero-banner p.is-title{
      font-size: 52px;
      text-shadow: none;
    }
  }



.main-hero-banner h1.is-subtitle,
.main-hero-banner h2.is-subtitle,
.main-hero-banner h3.is-subtitle,
.main-hero-banner h4.is-subtitle,
.main-hero-banner h5.is-subtitle,
.main-hero-banner p.is-subtitle{
  color: #575DF0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0;
}


  @media screen and (max-width:767px) {
    .main-hero-banner h1.is-subtitle,
    .main-hero-banner h2.is-subtitle,
    .main-hero-banner h3.is-subtitle,
    .main-hero-banner h4.is-subtitle,
    .main-hero-banner h5.is-subtitle,
    .main-hero-banner p.is-subtitle{
      padding-top: 5px;
      text-align: center;
    }
  }

  @media screen and (min-width:768px) {
    .main-hero-banner h1.is-subtitle,
    .main-hero-banner h2.is-subtitle,
    .main-hero-banner h3.is-subtitle,
    .main-hero-banner h4.is-subtitle,
    .main-hero-banner h5.is-subtitle,
    .main-hero-banner p.is-subtitle{
      font-size: 30px;
    }
  }
.is-xm { 
  font-size: .85em;
}  

 @media screen and (max-width:768px) {
   .is-xm {
     font-size: 30px;
   }
}
   

.main-hero-banner .intro,
.main-hero-banner p{
  color: black;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 300;
}
  @media screen and (max-width:768px){
    .main-hero-banner .intro,
    .main-hero-banner p{
      text-align: center;
    }
  }
  @media screen and (min-width:769px){
    .main-hero-banner .intro,
    .main-hero-banner p{
      width: 100%;
    }
  }

.main-hero-banner .is-button{
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 16px 35px;
}

  @media screen and (min-width:769px){
    .main-hero-banner .is-button{
      max-width: 100%;
      min-width: 230px;
    }
  }

.main-hero-banner .is-link{
  color: white;
  display: block;
  font-size: 90%;
  text-align: center;
  text-decoration: underline;
}

  @media screen and (min-width:769px){
    .main-hero-banner .is-link{
    }
  }

.main-hero-banner .button-group{
   padding-bottom: 0;
}


.main-hero-banner .img-column{}

  @media screen and (min-width:769px){
    .main-hero-banner .img-column{
      text-align: right;
    }
  }

/* VARIATIONS */
/* Height */

.main-hero-banner.has-viewport-height{
}
    @media screen and (min-width:769px){
      .main-hero-banner.has-viewport-height{
        height: 100vh;
        overflow: hidden;
      }
    }

/* Content alignment */
.main-hero-banner.h-align-center{}

  @media screen and (min-width:769px){
    .main-hero-banner.h-align-center{
      text-align: left;
      -webkit-justify-content: center;
      justify-content: center;
    }
  }

  .main-hero-banner.h-align-center:before{}

    @media screen and (min-width:769px){
      .main-hero-banner.h-align-center:before{
        background: radial-gradient(circle, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.4) 100%);
      }
    }

    .main-hero-banner.h-align-center .intro,
    .main-hero-banner.h-align-center p{}

      @media screen and (min-width:769px){
        .main-hero-banner.h-align-center .intro,
        .main-hero-banner.h-align-center p{
          margin-left: auto;
          margin-right: auto;
        }
      }


.main-hero-banner.h-align-left{}

  .main-hero-banner.h-align-left:before{}

    @media screen and (min-width:769px){
      .main-hero-banner.h-align-left:before{
        /* background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.4) 100%);*/
        background: transparent;
      }
    }
  .main-hero-banner.h-align-left .wrapper{}

    @media screen and (min-width:769px){
      .main-hero-banner.h-align-left .wrapper{
        text-align: left;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
      }
    }


    .main-hero-banner.h-align-left .is-link{}
     @media screen and (min-width:769px){
        .main-hero-banner.h-align-left .is-link{
          text-align: left;
        }
      }

.main-hero-banner.h-align-right{}

  .main-hero-banner.h-align-right:before{}

    @media screen and (min-width:769px){
      .main-hero-banner.h-align-right:before{
        background: linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.6) 100%);
      }
    }
.main-hero-banner.h-align-right .wrapper{}

  @media screen and (min-width:769px){
    .main-hero-banner.h-align-right .wrapper{
      text-align: right;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
    }
  }

    .main-hero-banner.h-align-right .is-link{}
     @media screen and (min-width:769px){
       .main-hero-banner.h-align-right .is-link{
          text-align: right;
        }
      }


      .main-hero-banner.h-align-right .intro,
      .main-hero-banner.h-align-right p{}

        @media screen and (min-width:769px){
          .main-hero-banner.h-align-right .intro,
          .main-hero-banner.h-align-right p{
            margin-left: auto;
            margin-right: 0;
          }
        }



      .main-hero-banner.h-align-right .is-button-group .is-button{
      }
        .main-hero-banner.h-align-right .button-group .is-button{}
          @media screen and (min-width: 768px){  
            .main-hero-banner.h-align-right .button-group .is-button{
              margin-left: 15px;
              margin-right: 0;
            }
          }

        .main-hero-banner.h-align-right .button-group .is-button:first-child{}
          @media screen and (min-width: 768px){  
            .main-hero-banner.h-align-right .button-group .is-button:first-child{
              margin-left: 0;
            }
          }

        .main-hero-banner.h-align-right .button-group .is-button:last-child{}
          @media screen and (min-width: 768px){  
            .main-hero-banner.h-align-right .button-group .is-button:last-child{
              margin-right: 0;
            }
          }

.main-hero-banner.h-align-center .wrapper{}

  @media screen and (min-width:769px){
    .main-hero-banner.h-align-center .wrapper{
      -webkit-justify-content: center;
      justify-content: center;
      text-align: center;
    }
  }


.main-hero-banner.v-align-center .wrapper{}

  @media screen and (min-width:769px){
    .main-hero-banner.v-align-center .wrapper{
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
  }
.main-hero-banner.v-align-top .wrapper{}

  @media screen and (min-width:769px){
    .main-hero-banner.v-align-top .wrapper{
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
    }
  }

.main-hero-banner.v-align-bottom .wrapper{}

  @media screen and (min-width:769px){
    .main-hero-banner.v-align-bottom .wrapper{
      -webkit-box-align: flex-end;
      -moz-box-align: flex-end;
      -ms-flex-align: flex-end;
      -webkit-align-items: flex-end;
      align-items: flex-end;
    }
  }

/* Image splits from text */
.main-hero-banner.has-xs-image{}

  @media screen and (max-width:767px) {
    .main-hero-banner.has-xs-image{
      background-color: transparent !important;
      background-image: none !important;
      padding-top: 0;
      text-align: left;
    }
  }


.main-hero-banner.has-xs-image:before{}

  @media screen and (max-width:767px) {
    .main-hero-banner.has-xs-image:before{
      background: transparent;
    }
  }
.main-hero-banner.has-xs-image h1.is-title,
.main-hero-banner.has-xs-image h2.is-title,
.main-hero-banner.has-xs-image h3.is-title,
.main-hero-banner.has-xs-image h4.is-title,
.main-hero-banner.has-xs-image h5.is-title,
.main-hero-banner.has-xs-image p.is-title{}

.main-hero-banner.has-xs-image .intro,
.main-hero-banner.has-xs-image p{}

 @media screen and (max-width:767px) {
    .main-hero-banner.has-xs-image .intro,
    .main-hero-banner.has-xs-image p{
      color: #676767;
    }
  }


.main-hero-banner.has-xs-image > img{}


  @media screen and (max-width:767px) {
    .main-hero-banner.has-xs-image > img{
      display: block;
      margin: 0 0 20px;
    }
  }

.main-hero-banner.has-xs-image .is-link{}

  @media screen and (max-width:768px){
    .main-hero-banner.has-xs-image .is-link{
      color: #244278;
      text-align: center;
    }
  }


/* Has dark theme */
.main-hero-banner.has-dark-theme {
  background-color: #244278;
}

  .main-hero-banner.has-dark-theme:before{
    background: transparent;
  }

    @media screen and (min-width: 600px) and (max-width: 767px) {
      .main-hero-banner.has-dark-theme:before{
        background: transparent;
      }
    }

    @media screen and (min-width: 768px){
      .main-hero-banner.has-dark-theme:before{
        background: rgba(0,0,0,0.5);
      }
    }

  .main-hero-banner.has-dark-theme.h-align-center:before{}

    @media screen and (min-width:769px){
      .main-hero-banner.has-dark-theme.h-align-center:before{
        background: radial-gradient(circle, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.4) 100%);
      }
    }


  .main-hero-banner.has-dark-theme.h-align-left:before{}

    @media screen and (min-width:769px){
      .main-hero-banner.has-dark-theme.h-align-left:before{
        background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0, 0,0,0.4) 50%, rgba(0,0,0,0) 100%);
      }
    }

  .main-hero-banner.has-dark-theme.h-align-right:before{}

    @media screen and (min-width:769px){
      .main-hero-banner.has-dark-theme.h-align-right:before{
        background: linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.6) 100%);
      }
    }

.main-hero-banner.has-dark-theme h1.is-title,
.main-hero-banner.has-dark-theme h2.is-title,
.main-hero-banner.has-dark-theme h3.is-title,
.main-hero-banner.has-dark-theme h4.is-title,
.main-hero-banner.has-dark-theme h5.is-title,
.main-hero-banner.has-dark-theme p.is-title{
      color: white;
}

.main-hero-banner.has-dark-theme .intro,
.main-hero-banner.has-dark-theme p{
  color: #ffc64e;
}

.main-hero-banner.has-dark-theme .is-link{
  color: white;
}
.main-hero-banner.has-dark-theme.surround-title .title-wrapper{}
  @media screen and (min-width: 600px) and (max-width: 767px) {
    .main-hero-banner.has-dark-theme.surround-title .title-wrapper{
      background-color: #575df0;
    }
  }

.main-hero-banner.has-dark-theme.surround-title .title-wrapper:before{}

  @media screen and (max-width: 599px) {  
    .main-hero-banner.has-dark-theme.surround-title .title-wrapper:before{
      background: rgba(0,0,0,0.35);
    }
  }

    @media screen and (min-width: 600px) and (max-width: 767px) {
      .main-hero-banner.has-dark-theme.surround-title .title-wrapper:before{
        background: transparent;
      }
    }


/* Has warmer dark theme */
.main-hero-banner.has-warmer-dark-theme {
  background-color: #244278;
}

  .main-hero-banner.has-warmer-dark-theme:before{
    background: transparent;
  }

    @media screen and (min-width: 600px) and (max-width: 767px) {
      .main-hero-banner.has-warmer-dark-theme:before{
        background: transparent;
      }
    }

    @media screen and (min-width: 768px){
      .main-hero-banner.has-warmer-dark-theme:before{
        background: rgba(0,0,0,0.5);
      }
    }

  .main-hero-banner.has-warmer-dark-theme.h-align-center:before{}

    @media screen and (min-width:769px){
      .main-hero-banner.has-warmer-dark-theme.h-align-center:before{
        background: radial-gradient(circle, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.4) 100%);
      }
    }

  .main-hero-banner.has-warmer-dark-theme.h-align-left:before{}

    @media screen and (min-width:769px){
      .main-hero-banner.has-warmer-dark-theme.h-align-left:before{
        background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
      }
    }

  .main-hero-banner.has-warmer-dark-theme.h-align-right:before{}

    @media screen and (min-width:769px){
      .main-hero-banner.has-warmer-dark-theme.h-align-right:before{
        background: linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.6) 100%);
      }
    }

.main-hero-banner.has-warmer-dark-theme h1.is-title,
.main-hero-banner.has-warmer-dark-theme h2.is-title,
.main-hero-banner.has-warmer-dark-theme h3.is-title,
.main-hero-banner.has-warmer-dark-theme h4.is-title,
.main-hero-banner.has-warmer-dark-theme h5.is-title,
.main-hero-banner.has-warmer-dark-theme p.is-title{
  color: white;
  font-size: 30px;
}
  @media screen and (min-width:769px){
    .main-hero-banner.has-warmer-dark-theme h1.is-title,
    .main-hero-banner.has-warmer-dark-theme h2.is-title,
    .main-hero-banner.has-warmer-dark-theme h3.is-title,
    .main-hero-banner.has-warmer-dark-theme h4.is-title,
    .main-hero-banner.has-warmer-dark-theme h5.is-title,
    .main-hero-banner.has-warmer-dark-theme p.is-title{
      font-size: 60px;
    }
  }

.main-hero-banner.has-warmer-dark-theme h1.is-subtitle, 
.main-hero-banner.has-warmer-dark-theme h2.is-subtitle, 
.main-hero-banner.has-warmer-dark-theme h3.is-subtitle, 
.main-hero-banner.has-warmer-dark-theme h4.is-subtitle, 
.main-hero-banner.has-warmer-dark-theme h5.is-subtitle, 
.main-hero-banner.has-warmer-dark-theme p.is-subtitle{
  color: black;
}

  @media screen and (min-width: 768px){
    .main-hero-banner.has-warmer-dark-theme h1.is-subtitle, 
    .main-hero-banner.has-warmer-dark-theme h2.is-subtitle, 
    .main-hero-banner.has-warmer-dark-theme h3.is-subtitle, 
    .main-hero-banner.has-warmer-dark-theme h4.is-subtitle, 
    .main-hero-banner.has-warmer-dark-theme h5.is-subtitle, 
    .main-hero-banner.has-warmer-dark-theme p.is-subtitle{
      color: #FFEC86;
    }
  }

  @media screen and (min-width: 768px){
    .main-hero-banner.has-warmer-dark-theme h1.is-subtitle, 
    .main-hero-banner.has-warmer-dark-theme h2.is-subtitle, 
    .main-hero-banner.has-warmer-dark-theme h3.is-subtitle, 
    .main-hero-banner.has-warmer-dark-theme h4.is-subtitle, 
    .main-hero-banner.has-warmer-dark-theme h5.is-subtitle, 
    .main-hero-banner.has-warmer-dark-theme p.is-subtitle{
      font-size: 34px;
    }
  }

.main-hero-banner.has-warmer-dark-theme .intro,
.main-hero-banner.has-warmer-dark-theme p{
  color: #ffc64e;
}

.main-hero-banner.has-warmer-dark-theme .is-link{
  color: white;
}

.main-hero-banner.has-warmer-dark-theme.surround-title .title-wrapper{}
  @media screen and (min-width: 600px) and (max-width: 767px) {
    .main-hero-banner.has-warmer-dark-theme.surround-title .title-wrapper{
      background-color: #575df0;
    }
  }
.main-hero-banner.has-warmer-dark-theme.surround-title .title-wrapper:before{}
  @media screen and (max-width: 599px) {  
    .main-hero-banner.has-warmer-dark-theme.surround-title .title-wrapper:before{
      background: rgba(0,0,0,0.35);
    }
  }
    @media screen and (min-width: 600px) and (max-width: 767px) {
      .main-hero-banner.has-warmer-dark-theme.surround-title .title-wrapper:before{
        background: transparent;
      }
    }

/* Surround title */
.main-hero-banner.surround-title{}

@media screen and (max-width: 767px) {
  .main-hero-banner.surround-title{
    background: transparent !important;
    border: none;
    box-shadow: none;
    padding: 0;
  }
}

.main-hero-banner.surround-title .title-wrapper{
  position: relative;
}

  @media screen and (min-width: 600px) and (max-width: 767px) {
    .main-hero-banner.surround-title .title-wrapper{
      background-image: none !important;
    }
  }

  @media screen and (max-width: 767px) {
    .main-hero-banner.surround-title .title-wrapper:before{
      
      content: "";
      display: block;
      height: 100%;
      left: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1;
    }
  }


.main-hero-banner.surround-title .title-wrapper > div{
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .main-hero-banner.surround-title > div{
    max-width: 100%;
    padding: 0;
    text-align: center;
    width: 100%;
  }
}

.main-hero-banner > div > .flex-row > .flex-cell{}

/*   @media screen and (max-width: 767px) {
    .main-hero-banner > div > .flex-row.flex-padding-grid > .flex-cell,
    .main-hero-banner > div > .flex-row.flex-padding-grid > .flex-cell.sm-12{
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top:10px !important;
      padding-bottom:10px !important;
      margin-top:-18px !important;
      background-color:#111a37 !important;
    }
  } */

.main-hero-banner.surround-title .title-wrapper{
  background: transparent;
}
@media screen and (max-width: 767px) {
  .main-hero-banner.surround-title .title-wrapper{
    background-color: #111a37;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    box-shadow: 0 5px 5px rgba(0,0,0, 0.1);
    display: block;
    margin-bottom: 20px;
    padding: 72px 15px 40px;
    text-align: center;
  }
}

  @media screen and (min-width: 600px) and (max-width: 767px) {
    .main-hero-banner.surround-title .title-wrapper{
      background-image: none !important;
    }
  }

.main-hero-banner.surround-title h1.is-title, 
.main-hero-banner.surround-title h2.is-title,
.main-hero-banner.surround-title h3.is-title, 
.main-hero-banner.surround-title h4.is-title, 
.main-hero-banner.surround-title h5.is-title,
.main-hero-banner.surround-title p.is-title{}

@media screen and (max-width: 767px) {
  .main-hero-banner.surround-title h1.is-title, 
  .main-hero-banner.surround-title h2.is-title,
  .main-hero-banner.surround-title h3.is-title, 
  .main-hero-banner.surround-title h4.is-title, 
  .main-hero-banner.surround-title h5.is-title,
  .main-hero-banner.surround-title p.is-title{
    padding-top: 0;
    text-align: center;
  }
}


.main-hero-banner.surround-title h1.is-subtitle,
.main-hero-banner.surround-title h2.is-subtitle,
.main-hero-banner.surround-title h3.is-subtitle, 
.main-hero-banner.surround-title h4.is-subtitle, 
.main-hero-banner.surround-title h5.is-subtitle,
.main-hero-banner.surround-title p.is-subtitle{}
  
  @media screen and (max-width: 767px) {
    .main-hero-banner.surround-title h1.is-subtitle,
   
    .main-hero-banner.surround-title h3.is-subtitle, 
    .main-hero-banner.surround-title h4.is-subtitle, 
    .main-hero-banner.surround-title h5.is-subtitle,
    .main-hero-banner.surround-title p.is-subtitle{
      text-align: center;
       color:#fff !important;
    }
  }
  
  

/* Overflow Bottom */
.main-hero-banner.has-overflow_bottom-layout{
  background: transparent;
  box-shadow: none;
  padding-bottom: 50px;
  position: relative;
}
  @media screen and (min-width:768px) {
    .main-hero-banner.has-overflow_bottom-layout{
      padding-bottom: 70px;
    }
  }


  .main-hero-banner.has-overflow_bottom-layout:after{}

    @media screen and (min-width:768px) {
      .main-hero-banner.has-overflow_bottom-layout:after{
          background: linear-gradient(180deg, rgba(161,161,161,0.2) 0%, rgba(255,255,255,0) 100%, rgba(241,241,241,0) 100%);
          bottom: 0;
          content: "";
          display: block;
          height: 30px;
          left: 0;
          position: absolute;
          width: 100%;
          z-index: 1;
        }
    }
.main-hero-banner.has-xs-image .outer-wrapper{
  background: white;
  position: relative;
  width: 100%;
}
  @media screen and (max-width:767px) {
    .main-hero-banner .outer-wrapper,
    .main-hero-banner.has-xs-image .outer-wrapper{
      background-color: transparent !important;
      background-image: none !important;
      padding-top: 0;
      text-align: left;
    }
  }
.main-hero-banner .img-half-width{
  display: inline-block;
}

  @media screen and (min-width:768px) {
    .main-hero-banner .img-half-width{
      bottom: -90px;
      display: block;
      overflow: hidden;
      left: 50%;
      position: absolute;
      width: 50%;
      z-index: 5;
    }
    }
    
      @media screen and (max-width:767px){
     .hs-content-id-95250447247 .main-hero-banner.surround-title .title-wrapper{
background-position: top center !important;
       background-image: url(https://160569.fs1.hubspotusercontent-na1.net/hubfs/160569/images/Template_Images/Homepage%20Header%20mobile.png) !important;
      }
 } 