.panel-footer {
    --surface-foreground: var(--gray);
    --surface-background: var(--gray-dark);
    --text: var(--white);

    color: var(--text);
}

.panel-footer .footer-inner {
    background-color: var(--surface-foreground);
    padding-bottom: 36px;
}

.panel-footer .attributions {
    background-color: var(--surface-background);
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
    margin: 0 auto;
    padding: 0 32px;
    max-width: var(--width-base);
    text-align: center;
}

.panel-footer .contentRender_name_plugins_core_textbox {
    margin: 0;
    padding: 0;
    max-width: none;
}

.panel-footer .client-details {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    width: 232px;
}

.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
}

.panel-footer .client-details .contentRender_name_plugins_common_logo_footer {
    margin: 20px auto 36px;
}

.panel-footer .client-details p {
    font-size: 18px;
    line-height: 26px;
    color: var(--white);
    font-family: var(--pitch);
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 16px;
}

.panel-footer .client-details .copyright {
    font-family: var(--helvetica);
    font-size: 14px;
    line-height: 26px;
    text-transform: none;
}

.panel-footer .social-media {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 47px;
    margin-left: 24px;
}

.panel-footer .social-media .social-links {
    gap: 10px;
}

.panel-footer .social-media .social-links a {
    font-size: 23px;
}

.panel-footer .attribution-content-container {
    display: flex;
    gap: 0 18px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 18px 26px 18px 30px;
}

.panel-footer .attribution-content-container > * {
    flex: 0 1 100px;
}

.panel-footer .attribution-content-container p {
    font-size: var(--text-sm);
    line-height: var(--leading-snug);
    margin-bottom: 0;
}

.panel-footer .attribution-content-container img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.panel-footer .made-by-sv {
    display: block;
    width: 180px;
    margin: 0 0 0 32px;
}

.panel-footer .made-by-sv img {
    display: block;
    width: 100%;
    height: auto;
}

.panel-footer .footer-ctas {
    display: flex;
    flex-wrap: nowrap;
    gap: 3px;
    margin-bottom: 3px;
    max-width: 100%;
}

.panel-footer .footer-ctas > * {
    min-height: 131px;
    flex: 1 1 100%;
    overflow: hidden;
}

.panel-footer .navigation-footer {
    margin: 6px 32px 24px;
    padding: 20px 0 19px;
    border: 2px solid var(--teal);
    border-left: none;
    border-right: none;
}

body.blue .panel-footer .navigation-footer {
    border-color: var(--blue-lighter);
}

.panel-footer .navigation-footer .item {
    font-family: var(--pitch);
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}

@media (min-width: 40em) {
    .panel-footer .footer-ctas > * {
        min-height: 180px;
    }

    .panel-footer .client-details .contentRender_name_plugins_common_logo_footer {
        margin-left: 0;
    }

    .panel-footer .client-details p {
        margin-bottom: 26px;
    }

    .panel-footer .client-details .copyright {
        margin-bottom: 24px;
    }

    .panel-footer .footer-inner {
        display: flex;
        justify-content: space-between;
        padding: 0 27px 0 0;
    }

    .panel-footer .footer-content-container {
        margin: 0;
        padding-left: 58px;
        flex: 1 1 50%;
    }

    .panel-footer .navigation-footer {
        border: none;
        text-align: right;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        padding-top: 56px;
        margin-bottom: 3px;
        margin-left: 0;
    }

    .panel-footer .navigation-footer .item + .item {
        margin-left: 36px;
    }

    .panel-footer .social-media {
        justify-content: end;
        margin-right: 32px;
        margin-left: 0;
    }

    .panel-footer .footer-nav-container {
        display: flex;
        flex-direction: column;
        flex: 1 1 100%;
    }

    .panel-footer .made-by-sv {
        margin: auto 32px 30px auto;
    }

    .panel-footer .navigation-footer a {
        font-size: 14px;
        line-height: 26px;
    }

    .panel-footer .attribution-content-container > * {
        flex: 0 1 126px;
    }

    .panel-footer .attribution-content-container {
        gap: 0 78px;
        padding: 18px;
    }
}

@media (min-width: 75em) {
    .panel-footer .navigation-footer a {
        font-size: 18px;
    }
}
