.image-with-overlay-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
    background: #FFFFFF;
}
.grey,
.grey .default-component.image-with-overlay-content-section,
.grey .image-with-overlay-content,
.image-with-overlay-content.gray {
    background: #F7F7FA;
}
.default-component.image-with-overlay-content-section {
    padding-top: 0px;
    padding-left: 7px;
    padding-right: 7px;
}
@media all and (min-width: 992px) {
    .image-with-overlay-content {
        width: 83.05085%;
        float: left;
        margin-left: 8.47458%;
        margin-right: -100%;
    }
}
.image-with-overlay-content h3 {
    margin: 0 0 1.125rem 0;
    color: #212121;
    font-family: 'GS Sans Condensed' !important;
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    text-transform: none;
}
@media all and (min-width: 768px) {
    .image-with-overlay-content h3 {
        margin-top: 120px;
        margin-bottom: 60px;
        font-size: 64px;
        line-height: 64px;
    }
}

.image-with-overlay-content__image-holder {
    width: 100%;
    position: relative;
    overflow: visible;
}
@media all and (min-width: 768px) {
    .image-with-overlay-content__image-holder {
        margin-bottom: 120px;
    }
}
@media all and (min-width: 992px) {
    .image-with-overlay-content__image-holder {
        margin-bottom: 40px;
    }
}
.image-with-overlay-content__image-holder img {
    width: 100%;
    height: auto;
}

.image-with-overlay-content__content-holder {
    text-align: left;
    width: 100%;
}
@media all and (min-width: 768px) {
    .image-with-overlay-content__content-holder {
        text-align: center;
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, -75%);
                transform: translate(-50%, -75%);
    }
}
@media all and (min-width: 992px) {
    .image-with-overlay-content__content-holder {
        -webkit-transform: translate(-50%, -100%);
                transform: translate(-50%, -100%);
    }
}

.image-with-overlay-content__content-holder p {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    line-height: 24px;
    font-weight: 400;
    color: black;
    font-size: 16px;
    margin: 32px 26px 24px;
    width: fit-content;
}

@media all and (min-width: 768px) {
    .image-with-overlay-content__content-holder p {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 3.75rem;
        width: 60%;
        color: #FFFFFF;
        margin: 0 auto;
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
    }
    .dark-theme .image-with-overlay-content__content-holder p {
        color: #000000;
    }
}
@media all and (min-width: 992px) {
    .image-with-overlay-content__content-holder p {
        padding-bottom: 1.875rem;
    }
}

.image-with-overlay-content__ctas {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    position: static;
    margin: 0 26px;
}
@media all and (min-width: 768px) {
    .image-with-overlay-content__ctas {
        padding-left: 3.75rem;
        padding-right: 3.75rem;
        margin-top: 2.5rem;
        width: auto;
        top: 100%;
    }
}
@media all and (min-width: 992px) {
    .image-with-overlay-content__ctas {
        padding-bottom: 3.75rem;
        margin-top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        position: static;
    }
}
.image-with-overlay-content__ctas .cta {
    color: white;
    text-transform: uppercase;
    letter-spacing: 0;
    background: #000;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: 16px;
    line-height: 20px;
    -webkit-transition: color .5s, background .5s, border-color .5s;
            transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
    border: none;
    margin: 15px auto 0 auto;
    padding: 15px 12px;
    text-decoration: none;
    display: block;
    width: 100%;
}
@media all and (min-width: 768px) {
    .image-with-overlay-content__ctas .cta {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
    }
}
@media (any-hover: none) {
    .image-with-overlay-content__ctas .cta {
        color: white;
    }
}
.image-with-overlay-content__ctas .cta:hover {
    color: white;
}
@media all and (min-width: 768px) {
    .image-with-overlay-content__ctas .cta {
        padding: 10px 30px;
        width: auto;
    }
}
.image-with-overlay-content__ctas .cta:active {
    /*background: #22A2FF;*/
    /*border: solid 1px #22A2FF;*/
    color: #FFFFFF;
}
@media all and (min-width: 768px) {
    .image-with-overlay-content__ctas .cta {
        width: 32%;
    }
}
@media all and (min-width: 992px) {
    .image-with-overlay-content__ctas .cta {
        width: auto;
        color: #FFFFFF;
        border: none;
        margin: 0 1.25rem 0 0;
    }
    .image-with-overlay-content__ctas .cta:active {
        background: #FFFFFF;
        color: #434343;
    }
    .image-with-overlay-content__ctas .cta:last-of-type {
        margin-right: 0;
    }
    .dark-theme .image-with-overlay-content__ctas .cta {
        color: #000000;
        border: solid #000000 1px;
    }
    .dark-theme .image-with-overlay-content__ctas .cta:active {
        background: #000000;
        color: #FFFFFF;
    }
}

.no-touch .image-with-overlay-content__ctas .cta:hover {
    /*background: #22A2FF;*/
    border: none;
    opacity: 1 !important;
    background: rgb(48, 48, 48);
    /*color: #FFFFFF;*/
}

@media all and (min-width: 992px) {
    .no-touch .image-with-overlay-content__ctas .cta:hover {
        /*background: #FFFFFF;*/
        border: none;
        /*color: #171717;*/
    }
    .no-touch .dark-theme .image-with-overlay-content__ctas .cta:hover {
        background: #000000;
        border: solid 1px #000000;
        color: #FFFFFF;
    }
}
