﻿footer {
    background-color: #3b4337;
}

    footer > div {
        display: flex;
        flex-flow: row wrap;
        max-width: 80rem;
        margin: 0 auto;
        padding: 5rem .875rem;
        justify-content: space-between;
    }


footer small {
    max-width: 650px;
    color: #FFF;
}

footer .row.links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 2rem;
    margin-bottom: 1rem;
}

    footer .row.links img {
        grid-column: 1 / -1;
        margin-left: -16px;
        margin-top: -15px;
        margin-bottom: 1rem;
    }

footer .row.links a {
    margin: 0 0 1rem;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
}

footer .row.links a:hover {
    text-decoration: underline;
}

footer img {
    width: 175px;
}

footer .row.disclaimer {
    max-width: 650px;
}

    footer .row.disclaimer small {
        display: block;
        font-size:.875rem;
        line-height: 1.25;
    }

    footer .row.disclaimer small {
        margin-block-end: 1.25rem;
    }