::-moz-selection { background: #ff5a5b !important; }
::selection { background: #ff5a5b !important; }


/* SF#66230359 SA - Footer Mailchimp newsletter */
.NewsletterSign-up h2 {
    color: white !important;
    text-align: center;
}

.footerBox[class*='ewsletter'] #mc-embedded-subscribe-form {
    position: relative;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;

    .indicates-required { 
        display: none;
    }

    .mc-field-group {
        display: flex;
        flex-direction: column;
        flex: 1;
        min-width: 280px;
        padding: 0 20px;
        margin-top: 1rem;
    }

    .clear:last-of-type {
        margin-top: 1rem;
    }

    .cta-button {
        height: 38px;
        background-color: #ff5a5b;
        border-color: #ff5a5b;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
        min-width: 100px;
        &:hover {
            background-color: #ff2728;
            border-color: #ff2728;
        }
    }

    /* Mobile layout */
    @media (max-width: 1024px) {
    flex-direction: column;
    justify-content: center;
    text-align: left;
        * { width: 100%; }

        .mc-field-group {
            padding: 0 0;
        }

    }
}