@media (min-width: 768px) {
    .default-component.sub-hero-super, .default-component.full-width.sub-hero-super  {
        padding: 2.25rem 0 2.25rem 0;
    }
}

@media (min-width: 992px) {
    .default-component.sub-hero-super, .default-component.full-width.sub-hero-super  {
        padding: 50px 0 40px 0;
    }
}

.sub-hero-super__container {
    position: relative;
}

.sub-hero-super__container.hide-hero {
    display: none;
}

.sub-hero-super.title-and-copy .sub-hero-super__copy {
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.sub-hero-super.title-and-copy .cta-block a {
    margin: 24px 0 0;
}

@media all and (min-width: 1100px) {
    .sub-hero-super.title-and-copy .sub-hero-one-col .sub-hero-super__copy .sub-hero-super__content h1 {
        margin-bottom: 32px;
    }
    .sub-hero-super.title-and-copy .sub-hero-one-col .sub-hero-super__copy .sub-hero-super__content p {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0px;
    }
    .sub-hero-super.title-and-copy .cta-block a {
        margin: 32px 0 0;
    }
}

@media all and (max-width: 1100px) {
    .sub-hero-super.title-and-copy .sub-hero-one-col .sub-hero-super__copy .sub-hero-super__content h1 {
        font-size: 56px;
        line-height: 56px;
        margin-bottom: 24px;
    }
    .sub-hero-super.title-and-copy .sub-hero-one-col .sub-hero-super__copy .sub-hero-super__content p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0px;
    }
}

@media all and (min-width: 1400px) {
    .sub-hero-super.title-and-copy .sub-hero-two-col .sub-hero-super__copy .sub-hero-super__content p {
        font-size: 24px;
        line-height: 40px;
    }
}

@media all and (max-width: 1400px) {
    .sub-hero-super.title-and-copy .sub-hero-two-col .sub-hero-super__copy .sub-hero-super__content h1 {
        font-size: 56px;
        line-height: 56px;
    }
    .sub-hero-super.title-and-copy .sub-hero-two-col .sub-hero-super__copy .sub-hero-super__content p {
        font-size: 16px;
        line-height: 24px;
    }
}

.sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content.no-content {
    padding: 0;
}

@media all and (min-width: 1200px) {
    .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content.top {
        width: 1000px;
    }
}

@media all and (min-width: 768px) {
    .sub-hero-super__copy .sub-hero-super__content.top {
        --app-height: 852px;
        -webkit-text-size-adjust: 100%;
        box-sizing: inherit;
        margin: 0;
        border: 0;
        font: inherit;
        vertical-align: baseline;
        display: flex;
        z-index: 99;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        color: black;
        position: relative;
        padding: 0px;
    }
    .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content.top {
        top: -2%;
    }
}

.sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content h1 {
    z-index: 25;
    text-transform: none;
    padding-top: 0;
    color: #ffffff;
    margin: 0 0 40px;
    grid-row: 1;
}

.sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content p {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: 400;
    /*font-size: 20px;*/
    /*line-height: 28px;*/
    margin-bottom: 24px;
    grid-row: 3;
    color: #424242;
}

.sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content.left h1, .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content.left .sub-hero-super_description-container {
    grid-column: 1/8;
}

@media all and (min-width: 1400px) {
    .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content.left h1, .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content.left .sub-hero-super_description-container {
        grid-column: 1/12;
    }
}

.sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content div.cta-block,
.sub-hero-super div.cta-block {
    grid-row: 4;
}

.sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content.left div.cta-block,
.sub-hero-super div.cta-block {
    grid-column: 1/6;
    justify-content: flex-start;
    margin: 0px;
}

@media all and (min-width: 768px) {
    .sub-hero-super__copy.top .sub-hero-super__content h1, .sub-hero-super__copy.top .sub-hero-super__content p {
        text-align: center;
    }
}

@media all and (max-width: 768px) {
    .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content h1 {
        margin-bottom: 24px;
    }
    .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content.left h1 {
        /*grid-column: 1/7;*/
    }
    .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content p {
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 8px;
    }
    .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content.left p {
        grid-column: 1/8;
    }
    .sub-hero-super div.cta-block {
        grid-column: 1/9;
    }
    .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content.top h1 {
        grid-column: 1/7;
    }
    .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content.top p {
        grid-column: 1/8;
    }
}

.sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content p,
.sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content h1 {
    color: white;
}

.sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content.dark-text p,
.sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content.dark-text h1 {
    color: black;
}

@media all and (max-width: 768px) {
    .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content p,
    .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content h1 {
        color: #000000;
    }
    .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content.dark-theme p,
    .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content.dark-theme h1 {
        color: #FFFFFF;
    }
    .sub-hero-super.title-and-copy .sub-hero-super__copy {
        height: auto;
        position: static;
        padding: 40px 50px 40px 50px;
    }
    .sub-hero-cta {
        padding-bottom: 36px;
    }
    .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content {
        align-items: center;
        position: relative;
    }
    .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content.left,
    .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content.top {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    /*.sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content.top,*/
    /*.sub-hero-two-col .sub-hero-super__content {*/
    /*display: block;*/
    /*}*/
    .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content div.cta {
        text-align: center;
        width: 100%;
        margin-bottom: 16px
    }
    .cta-center .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content div.cta {
        width: fit-content;
    }
}

@media (max-width: 767px) {
    .sub-hero-super__container .large-hero__image-wrapper img.no-image-hero {
        min-height: 7.5rem;
        background: #151945;
    }
}

@media (min-width: 768px) {
    .sub-hero-super__container.no-image-hero .sub-hero-super__copy {
        /*min-height: 16.875rem;*/
        /*min-height: 13rem;*/
        position: inherit;
        /*padding-top: 1.25rem;*/
    }
}

@media (min-width: 992px) {
    .sub-hero-super__container.no-image-hero .sub-hero-super__copy {
        /*min-height: 27.5rem;*/
        /*padding-top: 3.125rem;*/
    }
}

@media all and (min-width: 768px) {
    .sub-hero-super__container .sub-hero-super__copy .sub-hero-super__content h2 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.small-size-title.sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content h1 {
    font-size: 1.75rem;
}
@media all and (min-width: 768px) {
    .small-size-title.sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content h1 {
        font-size: 2.6875rem;
    }
}

@media all and (min-width: 768px) {
    .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content.full-width-text {
        width: 100%;
    }
}

.small-hero .sub-hero-super__container {
    padding: 16px;
}

@media all and (min-width: 768px) {
    .small-hero .sub-hero-super__container {
        padding: 48px;
    }
    .small-hero .sub-hero-super.title-and-copy .sub-hero-super__copy {
        padding: 48px calc(3.75rem + 48px);
    }
}

@media all and (min-width: 1230px) {
    .small-hero .sub-hero-super.title-and-copy .sub-hero-super__copy {
        padding: 48px;
    }
}

@media all and (min-width: 1441px) {
    .small-hero .sub-hero-super__container {
        padding: 48px 144px;
    }
}

@media all and (max-width: 767px) {
    .small-hero .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content.left,
    .small-hero .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content.top {
        margin-top: 0;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: calc(1rem + 16px);
    }
    .small-hero .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content.left p,
    .small-hero .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content.left h1 {
        text-align: left;
    }
    .small-hero .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content p,
    .small-hero .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content h1 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .small-hero .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content div.cta {
        margin-bottom: 0;
    }
    .small-hero .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content .button-cta {
        margin-left: 0;
        margin-right: 0;
        width: fit-content;
    }
    .small-hero .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content p {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

.small-hero .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content .button-cta {
    text-transform: none;
    line-height: 1.6;
    position: relative;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0) !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    letter-spacing: unset;
    border: none !important;
}

@media all and (min-width: 768px) {
    .cta-white .small-hero .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content .button-cta {
        background-color: white !important;
        color: black;
    }
}

.small-hero .sub-hero-super.title-and-copy .sub-hero-super__copy .sub-hero-super__content .button-cta:hover {
    color: rgb(255, 255, 255);
    background-color: #7399c6 !important;
}

.max-width-1920 .small-hero .sub-hero-super__container {
    margin: 0 auto;
    max-width: 1920px;
}

.overlay{
    height: 100%;
    width: 100%;
    position: absolute;
}

@media all and (min-width: 768px) {
    .sub-hero-cta.top {
        z-index: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /*position: absolute;*/
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .sub-hero-cta.top div.cta-block {
        --app-height: 852px;
        -webkit-text-size-adjust: 100%;
        box-sizing: inherit;
        margin: 0;
        border: 0;
        font: inherit;
        vertical-align: baseline;
        display: flex;
        z-index: 99;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        /*flex-direction: column;*/
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        color: black;
        position: relative;
        padding: 0px;
    }
}