.footer {
    background-color: #20202b;
    padding: var(--divider-margin) 0;
    color: #fff
}

.footer__logos {
    display: block;
    gap: 1rem 2rem;
    justify-content: space-between;
    padding-bottom: 2rem;
}

.footer__logos>div {
    padding-bottom: 2rem;
}

.footer__logo {
    display: inline-block;
    text-decoration: none;
    min-height: 44px;
}

.footer__logo img {
    filter: brightness(0) invert(1);
    height: auto;
    width: 8rem
}

.logo-26-ten img {
    padding: 0 1.5rem;
}

.footer__logo:hover {
    opacity: .8
}

.footer__grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
    .footer__logos {
        display: flex;
        width: 100%;
        justify-content: space-around;
    }
    .footer__logos>div {
        padding-bottom: 0;
    }
    .footer__grid {
        grid-template-columns: 1fr;
    }
    footer .row {
        display: block;
    }
    .footer__grid {
        gap: 0.5rem;
    }
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer li a {
    color: inherit;
    text-decoration: none
}

.footer li a:hover,
.footer li a:focus-visible {
    text-decoration: underline
}

footer a {
    min-height: 44px;
    display: inline-block;
    line-height: 44px;
    min-width: 44px;
}

.footer__socials {
    font-size: 2rem
}

.footer__socials a {
    display: inline-block;
    text-decoration: none;
    color: inherit
}

.footer__socials a:hover,
.footer__socials a:focus-within {
    opacity: .8
}

.footer__socials a+a {
    margin-left: .25rem
}

.footer__26-ten-logo {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 1rem
}

.footer__26-ten-logo img {
    filter: brightness(0) invert(1);
    height: auto;
    width: 6rem
}

.footer__26-ten-logo:hover {
    opacity: .8
}

ul#menu-social-media-icons {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    overflow: hidden;
}

ul#menu-social-media-icons li {
    margin: 1rem 0.5rem;
    font-size: 300%;
}

ul#menu-social-media-icons a {
    display: none;
}

.container.ft {
    margin-bottom: 4rem;
    line-height: 2rem;
    font-size: 1.2rem;
}

.container.ft a {
    color: #e6eef3;
}

.help-section {
    background-color: #272734;
    color: #cee4ed;
    margin-top: var(--divider-margin);
    padding-bottom: 1rem;
}

.help-section:before {
    content: "";
    display: block;
    padding-top: 1px;
    height: 0
}

.socialIcons {
    grid-column: span 12 !important;
    text-align: center;
    color: #cee4ed;
}

.socialIcons .h4 {
    color: #cee4ed;
}

.socialIcons div a {
    text-decoration: none;
    display: inline-block;
    color: #cee4ed;
    margin: 5px 10px;
    text-underline-offset: 10px;
}

.socialIcons a:hover {
    text-decoration: underline;
    color: white;
}

.socialIcons a i {
    font-size: 3.5rem;
}