.footer-copyright {
    font-family: "Cachet";
    margin-left: 30px;
}

#colophon.site-footer {
    overflow: hidden;
}

.site-footer .footer-cta {
    padding: 0 1rem 0 0;
    height: fit-content;
    margin: auto 0;
}

.site-footer .footer-cta .button-row {
    gap: 15px;
    margin-top: 0;
}

.footer-bottom {
    display: flex;
    color: #636466;
    margin: 15px 8rem 0;
    padding: 0 2rem;
}

.footer-bottom a {
    text-decoration: none;
    color: #636466;
}

#colophon .footer__mission p {
    margin-bottom: 0;
    color: #636466;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    font-family: "Cachet";
}

.footer-container {
    background: transparent var(--green-gradient-ltr) 0% 0% no-repeat padding-box;
    padding: 0;
    border-radius: 20px;
    box-shadow: 0px 3px 6px #00000029;
    margin: 0 8rem;
}

.footer-container .footer-container__top-section .footer-branding {
    display: flex;
    align-items: center;
}

.footer-container .footer-container__top-section .footer-branding a,
.footer-container .footer-container__top-section .footer-branding h2 {
    font-weight: bold;
    font-size: 24px;
    color: white;
    text-decoration: none;
    margin: 0;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
}

.footer-container .footer-container__top-section .footer-branding img,
.footer-container .footer-container__top-section .footer-branding .footer-branding__logo-img {
    width: 60px;
    height: auto;
}

.footer-container .footer-container__top-section .footer-branding .footer-branding__logo {
    padding: 1rem 2.5rem 1rem 1rem;
    background: transparent linear-gradient(116deg, #01a490 0%, #006b6b 100%) 0% 0% no-repeat padding-box;
    border-radius: 20px 0 0 20px;
}

.footer-container .footer-container__top-section .footer-branding .footer-branding__title {
    padding: 1rem;
    position: relative;
}

.footer-container .footer-container__top-section .footer-branding .footer-branding__title::before {
    content: "";
    position: absolute;
    left: -65px;
    top: 50%;
    transform: translateY(-50%);
    width: 130px;
    height: 130px;
    pointer-events: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'><path style='fill: %23006B6B;' d='M290.06,190.32l-.68-1.19L213.62,54.91l-1.32-2.33c-6.68-11.56-19.08-18.61-32.43-18.44h-62.5c-7.05.09-12.69,5.87-12.61,12.92-.03,2.14.49,4.25,1.51,6.13l76.26,135.14c7.2,12.63,7.31,28.1.3,40.84l-66.3,117.59c-1.02,1.87-1.54,3.98-1.51,6.11-.08,7.05,5.57,12.82,12.61,12.9,0,0,0,0,0,0,0,0,43.24.22,64.14,0,18.1-.19,22.41-.46,33.75-20.78l63.77-113,1.19-2.1c3.24-5.93,4.88-12.61,4.76-19.37.04-7.03-1.73-13.94-5.15-20.08'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.footer-container .footer-container__top-section {
    display: flex;
    background-color: var(--green-dk);
    border-radius: 20px;
    overflow: hidden;
    justify-content: space-between;
}

.footer-container .footer-container__bottom-section {
    padding: 4rem 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.footer-container .footer-container__bottom-section {
    flex-wrap: wrap;
}

.footer-container .footer-container__social-icons {
    display: flex;
    fill: white;
    gap: 25px;
    height: fit-content;
    align-items: center;
}

.footer-container .footer-container__social-icons a {
    height: fit-content;
}

.footer-container .footer-container__social-icons .icon svg {
    height: 40px;
    width: 40px;
}

.footer-container .footer-container__social-icons .icon.youtube svg {
    height: 45px;
    width: 45px;
}

.footer-container .footer-container__social-icons .icon.instagram svg {
    height: 55px;
    width: 55px;
}

.footer-container .footer-container__social-icons .icon {
    height: fit-content;
    width: unset;
}

#colophon .footer-container__menu {
    font-weight: 700;
    background: white;
    padding: 0.6rem 1.5rem;
    border-radius: 8px;
    font-family: "Cachet";
}

#colophon .footer-container__menu ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
}

#colophon .footer-container__menu a {
    color: var(--green-md);
    white-space: nowrap;
    text-decoration: none;
}

#colophon .footer-container__menu a:hover {
    color: var(--green-dk);
}

#colophon .footer-container__menu li:not(:last-child)::after {
    content: "|";
    color: var(--green-md);
    margin: 0 1rem;
}

#colophon .site-footer__language {
    width: 100%;
    /* max-width: 300px;
    min-width: 150px; */
    max-width: 160px;
}

#colophon select.gt_selector {
    height: 50px;
    background: transparent;
    border: 2px solid white;
    border-radius: 8px;
    color: white;
    width: 100%;
    padding: 0.5rem;
    font-weight: 300;
}

#colophon .site-footer__social--container {
    color: white;
}

.footer-cta__mobile {
    display: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

#colophon .footer-cta .button-row .button-item .btn.btn-primary:hover {
    color: white;
    background-color: var(--green-md);
    border: 3px solid var(--green-md);
}

#colophon .footer-cta .button-row .button-item .btn.btn-primary {
    font-weight: bold;
    background-color: white;
    color: var(--green-dk);
    border: 3px solid #ffffff;
    border-radius: 7px;
    text-decoration: none;
    box-shadow: 1px 2px 5px #0000001f;
    height: fit-content;
}

@media screen and (min-width: 1600px) {
    #colophon ul#menu-footer-menu {
        font-size: 22px;
    }
}

@media screen and (max-width: 1400px) {
    #colophon .footer-container__bottom-section {
        gap: 25px;
    }
}

@media screen and (max-width: 1370px) {
    #colophon .footer-container__bottom-section {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 1200px) {
    #colophon .site-footer__language {
        max-width: 50%;
    }
}

/* From 992px -> 1113px to break earlier */
@media screen and (max-width: 1113px) {
    #colophon .footer-cta__mobile {
        display: flex;
    }

    #colophon .footer-cta__mobile .button-row {
        margin-top: 0;
        gap: 10px;
    }

    #colophon .footer-cta {
        display: none;
    }

    #colophon .footer-container__menu ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }

    #colophon .footer-container__menu li:not(:last-child)::after {
        margin: 0;
        content: "";
    }

    #colophon .footer-container__bottom-section {
        flex-direction: column;
    }

    #colophon .footer-container__menu {
        width: 100%;
    }

    #colophon .site-footer__language {
        max-width: 100%;
    }
}

@media screen and (max-width: 728px) {
    .footer-container {
        max-width: 90%;
        margin: auto;
    }

    .footer-bottom {
        max-width: 90%;
        margin: 15px auto 0;
    }
}

@media screen and (max-width: 600px) {
    .footer-bottom {
        max-width: 90%;
        padding: 0 10px;
    }

    .footer__mission {
        display: none;
    }

    .footer-copyright {
        margin-left: 0;
    }
}

@media screen and (max-width: 525px) {
    .footer-container .footer-container__top-section .footer-branding .footer-branding__logo {
        height: 100%;
        padding: 1.5rem 2.5rem 1rem 1rem;
    }

    .footer-container .footer-container__top-section .footer-branding a,
    .footer-container .footer-container__top-section .footer-branding h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 500px) {
    .footer-container .footer-container__top-section .footer-branding .footer-branding__logo {
        height: 100%;
        padding: 1.5rem 1.5rem 1rem 1rem;
    }

    .footer-container .footer-container__top-section .footer-branding .footer-branding__title {
        padding: 1rem 1rem 1rem 0.25rem;
    }

    .footer-container .footer-container__top-section .footer-branding a,
    .footer-container .footer-container__top-section .footer-branding h2 {
        font-size: 15px;
    }

    #colophon .button-row {
        flex-direction: column;
    }

    #colophon .button-item,
    #colophon .btn {
        width: 100%;
    }

    .footer-container .footer-container__top-section {
        border-radius: 20px 20px 0 0;
    }

    .footer-container .footer-container__top-section .footer-branding .footer-branding__logo {
        border-radius: 20px 0 0 0;
    }

    .footer-container {
        max-width: 85%;
    }

    .footer-bottom {
        max-width: 80%;
    }

    .footer-copyright strong {
        font-weight: 500;
    }

    .footer-container .footer-container__bottom-section {
        padding: 2rem;
    }
}

@media screen and (max-width: 400px) {
    .footer-container .footer-container__top-section .footer-branding img,
    .footer-container .footer-container__top-section .footer-branding .footer-branding__logo-img {
        width: 35px;
    }
}
