footer.footer {
    align-items: center;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    margin: 0.5rem auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    max-width: 1200px
}

footer.footer div {
    font-size: 14px;
    color: #02303A;
}

footer.footer .footer-copy, footer.footer .footer-logo, footer.footer .footer-links {
    flex: 0 1 280px
}

footer.footer .footer-logo {
    flex-basis: 35px
}

footer.footer .footer-logo .logo-icon {
    height: 35px;
    width: 35px
}

.footer-copy {
    order: 1;
    text-align: left
}

.footer-logo {
    order: 2;
    text-align: center
}

.footer-links {
    order: 3;
    text-align: right
}

.footer-links a:first-child {
    padding-right: 10px
}

.footer-links a:last-child {
    padding-left: 10px
}

hr {
    position: relative;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
    margin: 0
}

@media all and (max-width: 29.99em) {
    footer.footer .footer-rights, footer.footer .footer-links {
        display: none
    }

    footer.footer .footer-logo {
        order: 1;
        text-align: left
    }

    footer.footer .footer-copy {
        order: 2;
        text-align: right;
        flex-basis: inherit
    }
}