.sbc-hero-image-overlay-boxes{
    padding-bottom: 70px;
}
.sbc-hero-image-overlay-boxes .left-box-cont{
    position: relative;
    top: -100px;
}
.sbc-hero-image-overlay-boxes .left-box-cont .icon-left{
    position: absolute;
    bottom: -105px;
    left: -25px;
    max-width: 80px;
}
.sbc-hero-image-overlay-boxes .right-box-cont .icon-left{
    position: absolute;
    bottom: -40px;
    left: 0px;
    max-width: 80px;
}

.sbc-hero-image-overlay-boxes .text-cont{
    padding: 50px 20px;
    background-color: #6DB341;
    position: relative;
    top: -50px;
    box-shadow: 0px 3px 18px #00000029;
}
.sbc-hero-image-overlay-boxes .text-cont .uw-hero-title{
    color: #fff;
    font-family: 'futura-pt',sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 56px;
}
.sbc-hero-image-overlay-boxes .text-cont .body-cont *{
    color: #fff;
}
.sbc-hero-image-overlay-boxes .uw-xl-button{
    padding: 15px 25px;
}

/* Veritage White */
.sbc-hero-image-overlay-boxes.veritage-white .text-cont{
    background-color: #fff;
}
.sbc-hero-image-overlay-boxes.veritage-white .text-cont .uw-hero-title,
.sbc-hero-image-overlay-boxes.veritage-white .text-cont .body-cont *{
    color: #6DB341;
}

/* UW Blue */
.sbc-hero-image-overlay-boxes.uw-blue .text-cont{
    background-color: #005191;
}

/* UW White */
.sbc-hero-image-overlay-boxes.uw-white .text-cont{
    background-color: #fff;
}
.sbc-hero-image-overlay-boxes.uw-white .text-cont .uw-hero-title,
.sbc-hero-image-overlay-boxes.uw-white .text-cont .body-cont *{
    color: #005191;
}

/**************************************/
/* Full Width Text Template */

/* Veritage Green Top Title */
.sbc-hero-image-overlay-boxes.full-width-text .full-text-cont{
    background-color: #6DB341;
}
.sbc-hero-image-overlay-boxes.full-width-text .full-text-cont .text-cont{
    background-color: transparent;
    position: initial;
    box-shadow: none;
}
.sbc-hero-image-overlay-boxes.full-width-text .small-img{
    position: relative;
    top: -50px;
}
.sbc-hero-image-overlay-boxes.full-width-text .big-img-cont{
    position: relative;
    top: -30px;
    margin-top: -125px;
}
.sbc-hero-image-overlay-boxes.full-width-text .big-img-cont .icon-center{
    position: absolute;
    max-width: 125px;
    bottom: -85px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/* Veritage White Top Title */
.sbc-hero-image-overlay-boxes.full-width-text.veritage-white-top-title .full-text-cont{
    background-color: #fff;
    box-shadow: 0px 3px 18px #00000029;
}
.sbc-hero-image-overlay-boxes.veritage-white-top-title .text-cont .uw-hero-title,
.sbc-hero-image-overlay-boxes.veritage-white-top-title .text-cont .body-cont *{
    color: #6DB341;
}

/* UW Blue Top Title */
.sbc-hero-image-overlay-boxes.full-width-text.uw-blue-top-title .full-text-cont{
    background-color: #005191;
}

/* UW White Top Title */
.sbc-hero-image-overlay-boxes.full-width-text.uw-white-top-title .full-text-cont{
    background-color: #fff;
    box-shadow: 0px 3px 18px #00000029;
}
.sbc-hero-image-overlay-boxes.uw-white-top-title .text-cont .uw-hero-title,
.sbc-hero-image-overlay-boxes.uw-white-top-title .text-cont .body-cont *{
    color: #005191;
}

/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/
/************************************************************************************************************/

@media (max-width: 991px){
    .sbc-hero-image-overlay-boxes.full-width-text .big-img-cont{
        margin-top: 0;
    }
    .sbc-hero-image-overlay-boxes.full-width-text .full-text-cont{
        padding-bottom: 50px;
    }
}

@media (max-width: 767px){

}