﻿

.footer-wrapper .footer-section-two {
    display: flex;
}

    .footer-wrapper .footer-section-two .footer-quarter {
        display: flex;
        flex-direction: column;
        margin: auto;
        width: 25%;
    }

    .footer-wrapper .footer-section-two .footer-half {
        display: flex;
        flex-direction: column;
        margin: auto;
        width: 50%;
    }

    .footer-wrapper .footer-section-two .footer-section-row {
        margin: auto;
        padding: 10px 5px;
    }

.footer-section-policies a {
    font-weight: bold;
    color: black;
    margin: 0px 14px;
}

    .footer-section-policies a:first-child {
        margin: 0px 14px 0px 0px;
    }

    .footer-section-policies a:last-child {
        margin: 0px 0px 0px 14px;
    }

.footer-section-social {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.footer-section-row.footer-section-social > a > sw-nav-svg {
    height: 20px;
}

.footer-section-row.footer-section-social > a {
    height: 20px;
}

    .footer-section-row.footer-section-social > a:nth-child(1) {
        margin-right: 10px;
    }

.footer-section-button {
    height: auto !important;
}

.footer-sign-up-btn {
    min-height: 35px;
    height: 35px;
    width: 90px;
    line-height: 0px;
}

.footer-section-two {
    padding: 20px;
}

.footer-section-header {
    font-weight: bold;
}

#footer-sign-up-button {
    background-color: #84b135;
}

@media only screen and (max-width: 800px) {
    .footer-section-two {
        flex-direction: column;
    }
    .footer-quarter {
        width: 100% !important;
    }
    .footer-half {
        width: 100% !important;
        padding-bottom: 40px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .footer-wrapper .footer-section-two .footer-quarter {
        height: 100%;
    }

    .footer-wrapper .footer-section-two .footer-half {
        height: 100%;
    }

    .footer-section-header {
        text-align: center;
    }

    .footer-section-button {
       display: flex;
    }

    .footer-sign-up-btn {
        margin: auto;
    }

    .footer-section-policies {
        display: flex;
    }

    .footer-section-policies a {
        margin: auto;
    }

    .footer-section-social {
        display: flex;
    }

        .footer-section-social a {
            margin: auto;
            width: 100%;
        }
}