.full-image-with-card {
    position: relative;
}
@media all and (min-width: 1200px) {
    .full-image-with-card {
        text-align: center;
    }
}
.full-image-with-card .full-image-with-card-hero {
    width: 100%;
    height: auto;
    max-width: 75rem;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
}
@media all and (min-width: 1200px) {
    .full-image-with-card .full-image-with-card-hero {
        position: initial;
    }
}
.full-image-with-card .full-image-with-card-content {
    text-align: left;
    margin: 0 auto;
    padding: 60px 51px;
    background: #000;
    color: white;
    position: relative;
    z-index: 2;
    margin: 0 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    margin: -1.875rem 26px 1rem 26px;
}
/*@media all and (min-width: 768px) {*/
    /*.full-image-with-card .full-image-with-card-content {*/
        /*margin: -3.75rem 3.75rem 2rem 3.75rem;*/
        /*padding: 4.375rem 60px 0 60px;*/
    /*}*/
/*}*/
@media all and (min-width: 1240px) {
    .full-image-with-card .full-image-with-card-content {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media all and (min-width: 992px) {
    .full-image-with-card .full-image-with-card-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        max-width: 1120px;
        flex-direction: row;
        padding: 60px 51px;
        margin: -5.625rem 60px 2rem 60px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: center;
    }
}
@media all and (min-width: 1200px) {
    .full-image-with-card .full-image-with-card-content {
        max-width: 1120px;
        margin: -5.625rem auto 2rem auto;
    }
}
.full-image-with-card .full-image-with-card-card {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0 0 64px 0;
}
@media all and (max-width: 992px) {
    .full-image-with-card .full-image-with-card-card:last-child {
        padding: 0 0 0 0;
    }
}

@media all and (min-width: 768px) {
    .full-image-with-card .full-image-with-card-card {
        padding: 0 0 4.375rem 0;
    }
}
@media all and (min-width: 992px) {
    .full-image-with-card .full-image-with-card-card {
         -webkit-box-flex: 0;
         -webkit-flex: 1 1 32.20339%;
         -ms-flex: 1 1 32.20339%;
         flex: 1 1 32.20339%;
         padding: 0 0 0 64px;
    }
    .full-image-with-card .full-image-with-card-card:first-child {
        padding: 0 0 0 0;
    }
}
.full-image-with-card .full-image-with-card-title {
    color: white;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: white;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 12px;
}
/*@media all and (min-width: 768px) {*/
    /*.full-image-with-card .full-image-with-card-title {*/
        /*font-size: 3.75rem;*/
        /*line-height: 4.3125rem;*/
    /*}*/
/*}*/
/*@media all and (min-width: 768px) {*/
    /*.full-image-with-card .full-image-with-card-title {*/
        /*font-size: 1.875rem;*/
        /*margin: 0;*/
    /*}*/
/*}*/
@media all and (min-width: 992px) {
    .full-image-with-card .full-image-with-card-title {
        font-size: 32px;
        margin-bottom: 12px;
        line-height: 32px;
        font-weight: 400;
    }
    .full-image-with-card .full-image-with-card-cardcontent {
        font-size: 16px;
        line-height: 32px;
    }
}
.full-image-with-card .full-image-with-card-cardcontent {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    line-height: 24px;
    color: white;
    font-weight: 400;
    margin-bottom: 32px;
    font-size: 16px;
}
/*@media all and (min-width: 768px) {*/
    /*.full-image-with-card .full-image-with-card-cardcontent {*/
        /*font-size: 1rem;*/
        /*line-height: 1.625rem;*/
    /*}*/
/*}*/
/*@media all and (min-width: 768px) {*/
    /*.full-image-with-card .full-image-with-card-cardcontent {*/
        /*margin: 0 0 .75rem;*/
    /*}*/
/*}*/
.full-image-with-card .full-image-with-card-cta-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.full-image-with-card .full-image-with-card-cta {
    color: white;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 20px;
    font-size: 16px;
    -webkit-transition: color .5s, background .5s, border-color .5s;
    transition: color .5s, background .5s, border-color .5s;
    text-decoration: underline !important;
    padding: 5px 0;
}
@media all and (min-width: 768px) {
    .full-image-with-card .full-image-with-card-cta {
        font-size: .6875rem;
    }
}
@media (any-hover: none) {
    .full-image-with-card .full-image-with-card-cta {
        color: white;
    }
}
.full-image-with-card .full-image-with-card-cta:hover {
    color: white;
}
.full-image-with-card .full-image-with-card-hero-container {
    background-image: url(../img/full-image-card-bkg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 16.25rem;
}
@media all and (min-width: 768px) {
    .full-image-with-card .full-image-with-card-hero-container {
        height: 24.375rem;
    }
}
@media all and (min-width: 992px) {
    .full-image-with-card .full-image-with-card-hero-container {
        height: 35.625rem;
        overflow: hidden;
    }
}
.full-image-with-card.card-overlay .full-image-with-card-hero-container {
    background-image: url(../img/full-image-with-card-mobile.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media all and (min-width: 768px) {
    .full-image-with-card.card-overlay .full-image-with-card-hero-container {
        background-image: url(../img/full-image-with-card-tablet.png);
    }
}
@media all and (min-width: 992px) {
    .full-image-with-card.card-overlay .full-image-with-card-hero-container {
        background-image: url(../img/full-image-with-card-desktop.png);
    }
}
.full-image-with-card.card-overlay .full-image-with-card-content {
    padding: 1.875rem 1.4375rem;
}
@media all and (min-width: 768px) {
    .full-image-with-card.card-overlay .full-image-with-card-content {
        text-align: center;
        padding: 3.125rem 3.4375rem;
    }
}
@media all and (min-width: 992px) {
    .full-image-with-card.card-overlay .full-image-with-card-content {
        padding: 4.375rem 7.1875rem;
    }
}
.full-image-with-card.card-overlay .full-image-with-card-card {
    padding: 0;
}
@media all and (min-width: 992px) {
    .full-image-with-card.card-overlay .full-image-with-card-card {
        -webkit-box-flex: 0;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}
.full-image-with-card.card-overlay .full-image-with-card-card .full-image-with-card-title {
    font-size: 1.25rem;
}
@media all and (min-width: 768px) {
    .full-image-with-card.card-overlay .full-image-with-card-card .full-image-with-card-title {
        font-size: 2.25rem;
        margin-bottom: 2.25rem !important;
        line-height: 2.9375rem !important;
    }
}
@media all and (min-width: 768px) {
    .full-image-with-card.card-overlay .full-image-with-card-cta-div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.full-image-with-card.card-overlay .full-image-with-card-cta {
    display: flex;
    text-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
    transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
    margin: 8px;
    color: #22A2FF;
    border: solid 1px #22A2FF;
    width: 100%;
    padding: 10px 30px;
    justify-content: center;
}
@media all and (min-width: 768px) {
    .full-image-with-card.card-overlay .full-image-with-card-cta {
        font-size: .75rem;
        flex: 0 0 280px;
    }
}
.full-image-with-card.card-overlay .full-image-with-card-cta:hover {
    color: #FFFFFF;
    background: #316BB6;
    border: 1px solid #316BB6;
}

@media all and (min-width: 992px) {
    .full-image-with-card.card-overlay .full-image-with-card-cardcontent {
        padding: 0 1rem;
    }
}

/* FULLIMAGEHEADERWITHCARDS */

.full-width-image-header.full-image-with-card .image-with-cards__ctas {
    display: flex;
}

.full-width-image-header.full-image-with-card .image-with-cards__ctas a.full-image-with-card-cta {
    color: white;
    text-transform: uppercase;
    letter-spacing: 0;
    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 !important;
    padding: 10px 16px;
    display: block;
    margin: 0 1.25rem 0 0;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    background: #000;
    margin-top: .875rem;
    width: 100%;
}
.full-width-image-header.full-image-with-card .image-with-cards__ctas a.full-image-with-card-cta:hover {
    background: #FFFFFF;
    border: solid 1px #FFFFFF;
    color: #171717;

    background: #22A2FF;
    border: solid 1px #22A2FF;
    color: #FFFFFF;
}

.full-width-image-header.full-image-with-card .image-with-cards__ctas a.full-image-with-card-cta:last-child {
    margin-right: 0px;
}

@media all and (max-width: 991px) {
    .full-width-image-header.full-image-with-card .image-with-cards__ctas {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .full-width-image-header.full-image-with-card .full-image-with-card-content.has-content {
        margin-top: 20px;
    }
}

@media all and (min-width: 768px) {
    .full-width-image-header.full-image-with-card .image-with-cards__ctas a.full-image-with-card-cta {
        color: #000;
        background: #fff;
        border: none;
    }
    div.full-width-header .full-width-image-header.full-image-with-card .full-width-image-header__top__content .image-with-cards__ctas a.full-image-with-card-cta:hover {
        background: #FFFFFF;
        border: none;
        color: black !important;
    }
}

@media all and (min-width: 992px) {
    .full-width-image-header.full-image-with-card .image-with-cards__ctas a.full-image-with-card-cta {
        margin-right: 20px;
        flex: 50% 0;
        width: fit-content;
        min-width: fit-content;
    }

    .full-width-image-header.full-image-with-card .image-with-cards__ctas a.full-image-with-card-cta:last-child {
        margin-right: 0;
    }
    .full-width-image-header.full-image-with-card .image-with-cards__ctas {
        margin-bottom: 20px;
    }

    .full-width-image-header.full-image-with-card .full-width-image-header__top__content {
        padding: 0;
        position: relative;
        top: -50%;
    }
}
