footer {
    background: var(--secondary);
    padding: 2rem 0 2.5rem;
}
.page-id-97 footer {
    padding-top: 5rem;
}
footer .logo {
    height: 4.5rem;
}

.canada-wordmark {
    height: 6rem;
    filter: invert(1) brightness(10);
}

.footer-menu ul {
    display: flex;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu ul li a {
    transition: 0.2s all;
    color: white;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    text-decoration-color: transparent;
    transition: text-decoration-color 0.2s ease-in-out;
}

.footer-menu ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    text-decoration-color: currentColor;
}

.disclaimer {
    color: #8BE98C;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.copyright {
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
}

ul#menu-footer-bottom {
    display: flex;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#menu-footer-bottom li a {
    transition: 0.2s all;
    color: white;
    font-size: 0.9rem;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 1px;
    text-decoration-thickness: 1px;
    text-decoration-color: currentColor;
    transition: text-decoration-color 0.2s ease-in-out;
}

.social-icon {
    width: 1.5rem;
    height: 1.5rem;
}