#site-footer {
    padding: 28px 0 0 0;
    border-top: 1px solid #E1E1E1;
    margin: 100px 15px 30px 15px;
}

#site-footer .newsletter-header{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.1;
}

#site-footer .footer-top {
    margin-bottom: 28px;
}

#site-footer .footer-bottom {
    border-top: 1px solid #000000;
    padding-top: 28px;
}

#site-footer .footer-copyright {
    text-align: right;
    font-size: 11px;
    font-weight: 300;
    line-height: 17px;
    color: #363636;
}

@media (min-width: 768px) {
    #site-footer {
        margin: 100px auto 30px auto;
    }
}

@media (min-width: 992px) {
    #site-footer .footer-top {
        display: grid;
        grid-template-columns: 316px 3fr;
        grid-template-rows: auto;
        grid-template-areas:
            "newsletter items";
        margin-bottom: 28px;
    }

    #site-footer .footer-bottom {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

/* NEWSLETTER BEGIN */
#site-footer .newsletter-form-container p.lead-text {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -.13px;
    font-weight: 300;
    margin: 0;
}

#site-footer .newsletter-form-container #newsletter-form {
    margin-top: 22px;
}

#site-footer .newsletter-form-container .input-submit-inline {
    display: flex;
}

#site-footer .newsletter-form-container .input-submit-inline .field-subscriber-email {
    margin-bottom: 0;
    flex-grow: 2;
}

#site-footer .newsletter-form-container .input-submit-inline button[type=submit] {
    flex-grow: 1;
    width: auto;
}

@media (min-width: 992px) {
    #site-footer .newsletter-form-container {
        grid-area: newsletter;
    }
}
/* NEWSLETTER END */

/* FOOTER ITEMS BEGIN */
#site-footer .footer-items .footer-items-header {
    margin: 0;
    cursor: pointer;
    user-select: none;
    padding: 16px 30px 16px 0;
    background: #FFFFFF url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M0.000841972 5.89251L0.822266 6.70703L6.76551 0.813731L5.94409 -0.000789677L0.000841972 5.89251Z" fill="black"/><path d="M11.1786 6.84968L12 6.03516L6.05676 0.141855L5.23533 0.956376L11.1786 6.84968Z" fill="black"/></svg>') no-repeat scroll 100% center;
    text-transform: uppercase;
    line-height: 1.1;
}

#site-footer .footer-items .footer-items-header.collapsed {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M11.9992 0.955146L11.1777 0.140625L5.23449 6.03393L6.05592 6.84845L11.9992 0.955146Z" fill="black"/><path d="M0.821424 -0.00202109L0 0.8125L5.94324 6.7058L6.76467 5.89128L0.821424 -0.00202109Z" fill="black"/></svg>');
}

#site-footer .footer-items .footer-items-header:first-of-type {
    margin-top: 16px;
}

#site-footer .footer-items ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#site-footer .footer-items li {
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
}

@media (min-width: 992px) {
    #site-footer .footer-items {
        grid-area: items;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        gap: 83px;
    }

    #site-footer .footer-items .footer-items-header,
    #site-footer .footer-items .footer-items-header.collapsed,
    #site-footer .footer-items .footer-items-header:first-of-type
    {
        margin: 0;
        user-select: initial;
        padding: 0 0 8px 0;
        background: none;
        pointer-events: none;
    }

    #site-footer .footer-items ul.collapse {
        display: block;
    }
}
/* FOOTER ITEMS END */

/* FOOTER SOCIALS ICONS BEGIN */
#site-footer .footer-socials-icons {
    margin-bottom: 17px;
}

#site-footer .footer-socials-icons a {
    padding: 11px;
}

#site-footer .footer-socials-icons a:first-of-type {
    padding-left: 0;
}
/* FOOTER SOCIALS ICONS END */
