.hero-standard-new {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1
}

.hero-standard-new strong {
	display: inline;
    font-size: 18px;
}

.hero-standard-new[data-type="type2"], .hero-standard-new[data-type="type3"] {
    background-color: #d2d2d2;
    color: #fff;
    height: 50vw;
    max-height: 31.25rem;
    min-height: 18.75rem;
    padding-bottom: 15px;
    padding-top: 4rem
}

.hero-standard-new .container {
    position: relative;
    z-index: 3
}

.hero-standard-new .headline {
    font-family: 'Mulish';
    font-size: 50px;
    line-height: 1;
    text-align: center;
    line-height: 1.2;
    font-weight: 700;
}

.hero-standard-new .content, .hero-standard-new .caption {
    font-size: var(--text-18);
    text-align: center;
    font-family: 'Mulish';
}

.hero-standard-new .button-group {
    display: table;
    margin-left: auto;
    margin-right: auto
}

.hero-standard-new .bkgnd {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: 100%;
    z-index: 2
}

.hero-standard-new .bkgnd.loaded {
    opacity: 1
}

.acf-block-preview .hero-standard-new .container,
.acf-block-preview .hero-standard-new .col-sm-12 {
    width: 100%
}

.acf-block-preview .hero-standard-new[data-type="type2"] .headline {
    color: #fff
}

.acf-block-preview .hero-standard-new[data-type="type2"] .bkgnd {
    opacity: 1
}

@media screen and (max-width: 767px) {
    .hero-standard-new .content br,
    .hero-standard-new .headline br{
        display: none;
    }

    .hero[data-mobile-focus="left-top"],
    .hero-standard-new .bkgnd[data-mobile-focus="left-top"] {
        background-position: left top
    }

    .hero[data-mobile-focus="center-top"],
    .hero-standard-new .bkgnd[data-mobile-focus="center-top"] {
        background-position: center top
    }

    .hero[data-mobile-focus="right-top"],
    .hero-standard-new .bkgnd[data-mobile-focus="right-top"] {
        background-position: right top
    }

    .hero[data-mobile-focus="center-left"],
    .hero-standard-new .bkgnd[data-mobile-focus="center-left"] {
        background-position: center left
    }

    .hero[data-mobile-focus="center-center"],
    .hero-standard-new .bkgnd[data-mobile-focus="center-center"] {
        background-position: center center
    }

    .hero[data-mobile-focus="center-right"],
    .hero-standard-new .bkgnd[data-mobile-focus="center-right"] {
        background-position: center right
    }

    .hero[data-mobile-focus="bottom-left"],
    .hero-standard-new .bkgnd[data-mobile-focus="bottom-left"] {
        background-position: bottom left
    }

    .hero[data-mobile-focus="bottom-center"],
    .hero-standard-new .bkgnd[data-mobile-focus="bottom-center"] {
        background-position: bottom center
    }

    .hero[data-mobile-focus="bottom-right"],
    .hero-standard-new .bkgnd[data-mobile-focus="bottom-right"] {
        background-position: bottom right
    }

    .hero-standard-new .headline span {
        display: block
    }
}

.hero-standard-new .btn-primary{
	background: #0099ff;
  	color:#FFF;
  	margin-right: 0px !important;
    padding: 15px 25px !important;
  	font-size: 18px;
  	margin-top: 15px;
    min-width: 160px;
    font-family: 'Mulish';
    font-weight: 700;
}

.hero-standard-new .btn-primary:hover,
.hero-standard-new .btn-primary:focus,
.hero-standard-new .btn-primary:active {
    background: #FFF;
  	color:#0099ff;
}

.hero-standard-new h1 {
    margin-bottom: 30px
}

.hero-standard-new .content {
    margin-bottom: 25px
}

.hero-standard-new {
    position: relative;
    z-index: 5;
    padding-bottom: 60px
}

@media (max-width: 767px) {
    .hero-standard-new {
        padding-bottom: 0px
    }

    .hero-standard-new .btn-primary {
        width: 100%;
        margin-bottom: 20px;
    }
}

.hero-standard-new h1.headline {
    margin-bottom: 17px
}

.hero-standard-new .content {
    margin-bottom: 0px
}

.hero-standard-new .content p {
    color: #1e2122;
    font-family: 'Mulish';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5
}


@media (max-width: 991px) {
    .hero-standard-new .content p {
        font-size: 16px;
        line-height: 1.5em
    }
}



@media (max-width: 991px) {
    .hero-standard-new .headline {
        font-size: 40px
    }
}

@media (max-width: 479px) {
    .hero-standard-new .headline {
        font-size: 32px
    }
}

.hero-standard-new[data-type="type2"] {
    background-color: transparent !important;
    color: #1e2122;
    height: auto;
    padding-top: 173px;
    padding-bottom: 31px
}

@media (max-width: 991px) {
    .hero-standard-new[data-type="type2"] {
        padding-top: 50px
    }
}

.hero-standard-new[data-type="type1"] {
    margin-top: 15px
}

body.page-with-white-header-text.page-with-colored-banner .hero-standard-new h1.headline {
    color: #fff
}

body.page-with-white-header-text.page-with-colored-banner .hero-standard-new .content p {
    color: #fff
}

.hero-standard-new .btn-primary:first-child{
    margin-right: 30px;
}

.new-brand-title {
    background-color: #ffffff;
    background-image: linear-gradient(135deg, #004580 20%, #00A1E9 80%);
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid transparent;
}