<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *  Smaller CTA
 */

.smaller-cta {
    padding: 50px 0;
}

/****** Desktop ****/

@media ( min-width: 921px ) {
    .smaller-cta {
        padding: 0;
        margin: 0;
        position: relative;
        height: auto;
        display: block;
        background-color: #0081c6;
    }

    .smaller-cta-bg {
        width: 100%;
        height: 100%;
        text-align: center;
        position: absolute;
    }

    .smaller-cta-bg img {
        object-fit: cover;
        /*object-fit: fill;*/
        height: 100%;
    }

    .smaller-cta-container {
        display: block;
        /* position: absolute;
        top: 50%;
        -ms-transform: translateY( -50% );
        transform: translateY( -50% ); */
        width: 100%;
    }

    .smaller-cta-content {
        position: relative;
        width: 900px;
        display: block;
        margin: 0 auto;
        color: white;
        text-align: center;
        padding: 50px 0 50px 0;
    }

    .smaller-cta.last-section {
        padding: 50px 0 65px 0;
        overflow: hidden;
    }

    .smaller-cta-content h2 {
        margin: 20px;
        text-align: center;
        color: white;
        margin-top: 0;
    }

    .smaller-cta-content p {
        line-height: 1.5em;
        font-size: 18px;
        margin: 30px 0;
        color: white;
    }

    .page-id-1178 .smaller-cta-content p {
        font-size: 14px;
    }

    .smaller-cta-content a.btn-primary {
        margin: 20px auto 0 auto;
    }
}

/****** Tablet ****/

@media ( max-width: 920px ) {
    .smaller-cta {
        margin: 0;
        position: relative;
        display: block;
        background-color: #0081c6;
    }

    .smaller-cta-bg {
        width: 100%;
        height: 100%;
        text-align: center;
        position: absolute;
    }

    .smaller-cta-bg img {
        object-fit: cover;
    }

    .smaller-cta-container {
        position: relative;
        display: block;
        width: 100%;
        padding: 20px;
    }

    .smaller-cta-content {
        position: relative;
        width: 90%;
        display: block;
        margin: 0 auto;
        color: white;
        text-align: center;
    }

    .smaller-cta-content h2 {
        color: white;
        margin-top: 0;
        text-align: center;
    }

    .smaller-cta-content p {
        line-height: 1.5em;
        font-size: 18px;
        margin: 10px 0 30px;
    }
}

/****** Mobile ****/

@media ( max-width: 600px ) {
    .smaller-cta {
        margin: 0;
        position: relative;
        display: block;
        background-color: #0081c6;
    }

    .smaller-cta-bg {
        width: 100%;
        height: 100%;
        text-align: center;
        position: absolute;
    }

    .smaller-cta-bg img {
        object-fit: cover;
    }

    .smaller-cta-container {
        display: block;
        position: relative;
        width: 100%;
    }

    .smaller-cta-content {
        position: relative;
        width: 90%;
        display: block;
        margin: 0 auto;
        color: white;
        text-align: center;
    }

    .smaller-cta-content h2 {
        color: white;
        margin-top: 0;
        text-align: center;
    }

    .smaller-cta-content p {
        line-height: 1.5em;
        font-size: 16px;
        margin: 10px 0 30px;
    }
}
</pre></body></html>