.footer {
    padding: 2.5em 0;
}
.footer .row1 {
    display: flex;
    margin: 0 -0.625em;
    padding: 0 0 2.5em;
}
.footer .row1 .col {
    padding: 0 0.625em;
    box-sizing: border-box;
}
.footer .row1 .col1 {
    width: 65%;
}
.footer .row1 .col2 {
    width: 35%;
}
.footer .logo_link {
    display: inline-block;
    margin: 0 0 2.5em;
}
.footer .logo {
    display: block;
    max-height: 4.25em;
    max-width: 16.75em;
}
.footer .menu {
    column-count: 3;
    column-gap: 1.25em;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer .menu-item {
    margin: 1.25em 0;
}
.footer .menu-item:first-child {
    margin-top: 0;
}
.footer .menu-item:last-child {
    margin-bottom: 0;
}
.footer .menu-item a {
    text-decoration: none;
    color: inherit;
}
.footer .menu-item a:hover {
    text-decoration: underline;
}
.footer .groups {
    margin: 0 0 1.25em;
}
.footer .group:not(:last-child) {
    margin-bottom: 2.25em;
}
.footer .group_title {
    font-weight: 700;
    color: #2F3132;
    margin: 0 0 0.625em;
    text-transform: uppercase;
}
.footer .payment_methods {
    margin: -0.375em;
    display: flex;
    flex-wrap: wrap;
}
.footer .payment_method {
    margin: 0.375em;
    height: 2.5em;
}
.footer .butt_wrap:not(:last-child) {
    margin-bottom: 2em;
}
.footer .sacramento_king_banner {
    max-width: 100%;
    max-height: 4.5em;
    display: block;
}
.footer .row2 {
    color: #6B7280;
    padding: 1.25em 0 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #F7971D;
    font-size: 0.875em;
}
.footer .row2 .items {
    margin: -1em;
    display: flex;
    flex-wrap: wrap;
}
.footer .row2 .item {
    margin: 1em;
}
.footer .row2 a {
    text-decoration: none;
    color: inherit;
}
.footer .row2 a:hover {
    text-decoration: underline;
}
@media(max-width: 1199px) {
    .footer .row1 .col1 {
        width: 50%;
    }
    .footer .row1 .col2 {
        width: 50%;
    }
    .footer .menu {
        column-count: 2;
    }
    .footer .row2 {
        display: block;
    }
    .footer .row2 .items {
        justify-content: space-between;
        margin: -0.5em;
    }
    .footer .row2 .items:not(:last-child) {
        margin-bottom: 0.5em;
    }
    .footer .row2 .item {
        margin: 0.5em;
    }
}