﻿#footer-signup {
    display: none;
}

footer#site-footer #footer-signup + .footer-links {
    text-align: center;
}

footer#site-footer .footer-social #footer-social-icons ul {
    float: none;
}

#btn-newsletter-float {
    display: none !important;
}

.bg-newsletter {
    background-image: url("/images/request/hero-newsletter.jpg");
    background-color: #aaa;
    background-blend-mode: multiply;
}

h2.newsletter-subtitle {
    font-size: 24px;
    line-height: 36px;
    color: #FFF;
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 450px;
}

@media all and (max-width: 600px) {
    h2 .newsletter-subtitle {
        font-size: 18px;
        line-height: 30px;
        max-width: 100%;
    }
}

#email-signup-thanks-page h2 {
    font-size: 36px;
    line-height: 56px;
}

#email-signup-thanks-page .small {
    font-size: 11px;
}