.ctaOuterWrapOneWide,
.ctaOuterWrapThreeWide,
.ctaOuterWrapTwoWide {
    position: relative
}

.ctaShowLarge {
    display: none
}

.ctaOuterWrap {
    width: 100%
}

.ctaWrapMobile,
.ctaWrapMobileOneWide {
    background: #e0e2e3;
    padding: 50px 0
}

.ctaWrapMobile::before,
.ctaWrapMobileOneWide::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff
}

.cta {
    position: relative;
    display: inline-block;
    width: 90%;
    background: #fff;
    margin: 0 auto;
    z-index: 2
}

.ctaImgWrap {
    position: relative
}

.ctaImgWrap img {
    display: block
}

.ctaCatTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    padding: 0 10px;
    height: 43px;
    line-height: 43px;
    padding: 0 40px;
    background: #f2432f
}

.ctaCatTitle h3 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase
}

.ctaCopyWrap {
    padding: 35px 25px 20px 25px;
    text-align: left
}

.ctaCopyWrap h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: #000;
    margin: 0;
    padding: 0
}

.ctaBtnWrap {
    padding-top: 20px
}

.ctaBtnWrap a {
    color: #386092;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase
}

@media only screen and (min-width:800px) {
    .ctaWrapMobileOneWide {
        background: #e0e2e3;
        text-align: center
    }
    .ctaWrapMobileOneWide .cta {
        background: 0 0;
        display: inline-block;
        width: 100%;
        text-align: center;
        max-width: 1280px;
        margin: 0 auto
    }
    .ctaWrapMobileOneWide::before {
        content: none
    }
    .ctaShowLarge {
        display: table-cell
    }
    .ctaHideLarge {
        display: none!important
    }
    .ctaTable {
        display: table;
        margin: 0 auto
    }
    .ctaTableRow {
        display: table-row
    }
    .ctaTableCell {
        display: table-cell;
        vertical-align: middle;
        text-align: left
    }
    .ctaTableCell:first-child {
        width: 60%
    }
    .ctaOuterWrapOneWide .ctaCopyWrap {
        background: 0 0
    }
    .ctaOuterWrapOneWide .ctaCopyWrap p {
        text-align: left
    }
    .ctaOuterWrapOneWide .ctaImgWrap {
        max-width: 350px;
        display: inline-block;
        margin: 0 auto
    }
    .ctaOuterWrapOneWide h2 {
        font-size: 35px;
        font-weight: 600;
        color: #386092
    }
    .ctaOuterWrapOneWide .ctaBtnWrap a {
        display: inline-block;
        background: #386092;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        height: 30px;
        padding: 0 20px
    }
    .ctaOuterWrapThreeWide,
    .ctaOuterWrapTwoWide {
        display: inline-block;
        width: calc(100% / 2);
        vertical-align: top;
        font-size: 18px
    }
    .ctaOuterWrapThreeWide:last-child {
        width: 100%
    }
    .ctaOuterWrapThreeWide:last-child .cta {
        width: 50%;
        margin: 0 auto
    }
    .ctaCopyWrap {
        height: 180px;
        overflow-y: hidden
    }
    .ctaOuterWrapThreeWide:last-child .cta .ctaCopyWrap {
        min-height: 0
    }
}

@media only screen and (min-width:1224px) {
    .ctaWrapMobile {
        background: 0 0;
        padding: 0
    }
    .ctaWrapMobile::before {
        content: none
    }
    .ctaOuterWrap {
        background: #e0e2e3;
        position: relative;
        padding: 0 0 40px 0;
        white-space: nowrap
    }
    .ctaOuterWrap::before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background: #fff
    }
    .ctaOuterWrapTwoWide {
        display: inline-block;
        width: calc(100% / 3);
        white-space: normal;
        vertical-align: top
    }
    .ctaOuterWrapThreeWide {
        display: inline-block;
        width: calc(100% / 3);
        white-space: normal;
        vertical-align: top
    }
    .ctaOuterWrapThreeWide:last-child {
        width: calc(100% / 3)
    }
    .ctaOuterWrapThreeWide:last-child .cta {
        width: 90%
    }
    .ctaOuterWrapThreeWide:last-child .cta .ctaCopyWrap {
        height: 180px
    }
    .ctaOuterWrapOneWide .ctaCopyWrap {
        height: auto!important;
        overflow: auto;
        padding-top: 0;
        padding-bottom: 0
    }
}