/*
 *  Styles for the CTA Buttons on the bottom of the page
 */

#wazoku-fcta-wrapper {
    background: #003f5d;
    overflow: hidden;
}

#wazoku-fcta-content {
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding: 2em;
    display: block;
    overflow: auto;
    max-width: 1024px;
}

/* Title CSS */
#wazoku-fcta-content h1 {
    font-size: 1.25em;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}

.wazoku-fcta-list {
    display: block;
    overflow: auto;
}

.wazoku-fcta {
    padding: 2.5% 8.5% !important;
}

/* Override Wazoku Limiter CSS */
#wazoku-fcta-content .wazoku-limiter {
    border-bottom: solid 1px #ffffff !important;
}

@media only screen
and (max-width: 768px) {
    #wazoku-fcta-content {
        padding: 2em 0;
    }

    #wazoku-fcta-content .wazoku-hubspot-wrapper {
        padding: 0 2.5%;
    }

    .wazoku-fcta {
        padding: 5% !important;
    }
}
