@charset "utf-8";
/* CSS Document */


.calltoaction {
    display: flex;
    text-align:center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #2a4451;
}

.calltoaction h2 {
    font-weight: 800;
    font-size: 40px;
}

.calltoaction h3 {
    font-weight: 600;
    font-size: 28px;
    color: #2b4451;
    line-height: 1.4;
    max-width: 500px;
    letter-spacing: 0px;
    padding:12px 20px;
}

/*#banner-short-codes .calltoaction {*/
/*    padding-top: 20%;*/

/*    @media all and (max-width: 576px) {*/
/*        padding-top: 22%;*/

/*    }*/

/*    @media all and (max-width: 449px) {*/
/*        padding-top: 12%;*/

/*    }*/
/*}*/

.cta-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.primary-button, .secondary-button {
    min-width: 200px;
    margin: 3px;
}

.primary-button a {
    background-color: #a3bd3d;
    color: #ffffff;
    border-radius: 25px;
    width: 100%;
    height: auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
}


.secondary-button a {
    background-color:#C4CED3;
    color: #FFFFFF;
    border-radius: 25px;
    width: 100%;
    height: auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.48px;
    opacity: 1;
    padding: 10px;
}

.secondary-button-main a {
    background-color:#E1E6E9;
    color: #2B4451;
    border-radius: 25px;
    width: 100%;
    min-width: 200px;
    height: auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.48px;
    opacity: 1;
    padding: 10px;
}

.primary-button:hover a {
    background-color:#f2f2f2;
    color:#a3bd3d;
}

.secondary-button:hover a {
    background-color:#ffffff;
    color: #CDD5DA;
}

/*!* Banner specific *!*/
/*#banner-sms {*/

/*}*/

@media all and (max-width: 1200px) {

    .calltoaction h2 {
        font-weight: 800;
        font-size: 35px;
    }

    .calltoaction h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 1.2;
        max-width: 500px;
    }
}

@media all and (max-width: 992px) {

    .calltoaction h2 {
        font-weight: 800;
        font-size: 30px;
    }

    .calltoaction h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 1.2;
        max-width: 500px;
    }

    .primary-button, .secondary-button {
        min-width: 70px;
    }

    .primary-button a, .secondary-button a {
        width:100%;
        min-width: 135px;
        height: 30px;
        font-size: 14px;
    }

}

@media all and (max-width: 768px) {

    .calltoaction h2 {
        font-weight: 800;
        font-size: 28px;
    }

    .calltoaction h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 1.2;
        max-width: 500px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .primary-button a, .secondary-button a{
        width:100%;
        min-width: 110px;
        height: 30px;
        font-size: 12px;
    }

}

@media all and (max-width: 576px) {

    .calltoaction h2 {
        font-weight: 200;
    }

    .calltoaction h3 {
        font-weight: 200;
    }

    .calltoaction h2 {
        font-weight: 800;
        font-size: 25px;
        padding: 10px;
        padding-bottom: 0;
    }

    .calltoaction h3 {
        font-weight: 600;
        font-size: 14px;
        line-height: 1.2;
        max-width: 500px;
    }

    .primary-button a, .secondary-button a {
        width:100%;
        min-width: 100px;
        height: 25px;
        font-size: 10px;
    }

}

@media all and (max-width: 449px) {

    .calltoaction h2 {
        font-weight: 800;
        font-size: 22px;
        padding: 5px;
    }

    .calltoaction h3 {
        font-weight: 600;
        font-size: 12px;
        line-height: 1;
        max-width: 500px;
    }

    .primary-button a, .secondary-button a {
        width:100%;
        min-width: 100px;
        height: 25px;
        font-size: 10px;
    }
}
