@import url("https://use.typekit.net/xom0cdw.css");

.cb-footerCTA .inner {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    background-color: #edf7fd;
    text-align: center;
    border-radius: 10px;
    padding: 10px 30px 40px
}

.cb-footerCTA img {
    max-height: 120px
}

.cb-footerCTA .text {
    margin-top: -15px
}

.cb-footerCTA .text h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    margin: 0 0 15px
}

.cb-footerCTA .text p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    color: #172a6a;
    margin: 0
}

.cb-footerCTA .number {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    margin: 25px 0 0
}

@media (min-width:992px) {
    .cb-footerCTA .inner {
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        text-align: left;
        padding: 60px 40px 90px 25px
    }

    .cb-footerCTA img {
        max-height: 130px;
        width: 220px;
        margin-top: -40px
    }

    .cb-footerCTA .number {
        font-size: 34px;
        font-size: 3.4rem;
        line-height: 42px
    }

    .cb-footerCTA .text {
        margin: 0 40px 0 10px
    }

    .cb-footerCTA .text h3 {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 32px;
        margin-bottom: 15px
    }

    .cb-footerCTA .text p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 22px;
        margin: 0
    }

    .cb-footerCTA .cta {
        display: flex;
        justify-content: flex-end;
        width: 55%
    }
}

@media (min-width:1200px) {
    .cb-footerCTA .inner {
        padding: 60px 40px 90px 25px
    }

    .cb-footerCTA img {
        max-height: 170px;
        margin-top: -40px
    }

    .cb-footerCTA .number {
        font-size: 40px;
        font-size: 4rem;
        line-height: 50px
    }

    .cb-footerCTA .text {
        margin: 0 60px 0 10px
    }

    .cb-footerCTA .text h3 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 36px;
        margin-bottom: 15px
    }

    .cb-footerCTA .text p {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 26px;
        margin: 0
    }

    .cb-footerCTA .cta {
        width: 50%
    }
}

@media (min-width:1430px) {
    .cb-footerCTA .inner {
        padding: 60px 45px 90px 30px
    }

    .cb-footerCTA img {
        max-height: 200px;
        margin-top: -40px
    }

    .cb-footerCTA .number {
        font-size: 46px;
        font-size: 4.6rem;
        line-height: 54px
    }

    .cb-footerCTA .text {
        margin: 0 60px 0 10px
    }

    .cb-footerCTA .text h3 {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 38px
    }

    .cb-footerCTA .text p {
        font-size: 20px;
        font-size: 2rem;
        line-height: 30px
    }

    .cb-footerCTA .cta {
        width: 42%
    }
}