#footer {
    background-color: #00516c;
    color: #fff;
    font-size: 11px;
    margin: 0;
    position: relative;
    font-family: var(--main-font-family);
    display: grid;
    grid-template-columns: 2fr 1fr;
}

    #footer ul.footer-nav {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: var(--margin);
        gap: var(--half-margin) var(--margin);
        width: auto;
        max-width: unset;
        justify-content: center;
        align-items: center;
    }

        #footer ul.footer-nav a{
            margin: unset;
            padding: unset;
            font-size: .9rem;
        }

        #footer .links {
            display: flex;
        }

    #footer a {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        line-height: 120%;
        font-weight: 500;
    }

        #footer a:hover {
            text-decoration: underline;
            color: #eee;
        }

    #footer ul {
        max-width: 200px;
        width: 100%;
    }

        #footer ul li {
            color: #aaa;
            font-size: 12px;
            padding-bottom: 3px;
        }

    #footer .social {
        margin-top: 5px;
        position: relative;
        left: -5px;
    }

        #footer .social a {
            font-size: 20px;
            text-decoration: none;
            display: inline-block;
            margin: 0;
            padding: 0;
            width: 25px;
        }

#footerTop {
    width: 100%;
    height: 6px;
}

#copyright {
    margin: 35px 0 0;
    font-size: 11px;
    font-weight: bold;
    grid-column: 1 / span 2;
}

    #copyright em {
        color: #aaa;
        font-size: 11px;
        font-weight: normal;
    }

.credit-badges {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media screen and (min-width: 750px) {
    .credit-badges > div:not(:last-child) {
        margin-right: var(--side-margin);
    }
}

@media screen and (max-width: 750px) {
    body .credit-badges {
        justify-content: space-around;
    }
}

#AuthorizeNetText {
    display: none;
}

@media screen and (max-width: 750px) {

    body #footer {
        padding: 5% 3%;
        grid-template-columns: 1fr;
    }

        body #footer .links {
            flex-direction: column;
        }

    body #copyright {
        grid-column: auto;
    }

    body #footer ul li {
        padding-bottom: 2px;
        padding-top: 2px;
    }

        body #footer ul li:not(:last-child) {
        }

    body #footer ul {
        width: auto;
        line-height: 200%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    body div.AuthorizeNetSeal {
        width: auto;
    }

    body #footer .links div:not(:first-child) + h2 {
        margin-top: 20px;
    }

    body .credit-badges {
        justify-content: center;
    }

    body #footer ul {
        max-width: initial;
    }

    body #masterWrap #footer .links > div {
        margin-right: 0;
        margin-bottom: 20px;
    }
}


#footer .report-issue-container {
    min-width: initial;
}


#footer .links > div > h2 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 2px;
}

#footer .links > div:not(:last-child) {
    margin-right: 50px;
}

#reportIssueBottom a:before {
    margin: 0;
}
