.panel-footer .inner {
    color: var(--white);
    background-color: var(--black);
    padding: var(--space-10) var(--space-8) var(--space-12);
}

@media (min-width: 40em) {
    .panel-footer .inner {
        padding: var(--space-4);
    }
}

.panel-footer .footer-col,
.panel-footer .cta-cont {
    display: flex;
    flex-direction: column;
}

.panel-footer .footer-cta {
    position: relative;
    padding-bottom: 50%;
    margin-bottom: 2px;
}

/* WAVE fix */
.panel-footer .footer-cta .screen-readable {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.panel-footer .footer-cta .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.panel-footer .footer-cta .bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16,15,15,0.45);
}

.panel-footer .footer-cta .contents {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.panel-footer .footer-cta .contents h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.panel-footer .footer-cta .contents h3 > span:first-of-type {
    display: inline-block;
    margin-top: var(--space-2);
    font-family: "adobe-caslon-pro", serif;
    font-size: 17px;
    line-height: 15px;
}

.panel-footer .footer-cta .contents h3 > span:last-of-type {
    font-size: 28px;
    line-height: 30px;
}

.panel-footer .footer-cta .icon-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    height: 67%;
    pointer-events: none;
    min-width: 250px;
}

.panel-footer .footer-cta .icon-bg.small {
    display: none;
}

@media (max-width: 64em) {
    .panel-footer .footer-cta .icon-bg.small {
        display: block;
    }

    .panel-footer .footer-cta .icon-bg {
        width: 50%;
    }

    .panel-footer .footer-cta .icon-bg.large {
        display: none;
    }

    .panel-footer .footer-cta .icon-bg {
        min-width: none;
    }
}

.panel-footer .footer-cta .icon {
    margin-bottom: var(--space-3);
}

.panel-footer .footer-cta .icon {
    width: 25%;
    min-width: 70px;
    max-width: 115px;
    padding-bottom: 15%;
}

@media (min-width: 46.875em) {
    .panel-footer .cta-cont {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 2px;
        margin-bottom: 2px;
    }

    .panel-footer .footer-cta {
        min-height: 290px;
        padding-bottom: 40%;
        margin: 0;
    }
}

.panel-footer .attributions .footer-nav {
    display: none;
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
    margin: 0 auto;
    padding: 0 var(--space-5);
    max-width: var(--width-base);
    text-align: center;
}

.panel-footer .footer-content-container {
    max-width: none;
}

.panel-footer .footer-content-container .logo-cont {
    width: 100%;
    max-width: 200px;
}

@media (max-width: 40em) {
    .panel-footer .footer-content-container .logo-cont {
        width: 100%;
        max-width: 140px;
    }
}

.panel-footer .footer-content-container {
    display: grid;
    gap: var(--space-6);
    justify-items: center;
    padding-top: var(--space-6);
    padding-bottom: var(--space-8);
    order: 1;
}

.panel-footer .attributions {
    order: 3;
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        text-align: left;
        min-width: 260px;
    } 
    
    .panel-footer .attributions {
        max-width: 330px;
    }

    .panel-footer .footer-cta .icon {
        padding-bottom: 12%;
    }

    .panel-footer .footer-cta.enews .icon {
        padding-bottom: 8%;
    }

    .panel-footer .footer-cta .contents h3 > span:first-of-type {
        font-size: 22px;
        line-height: 22px;
    }
}

.panel-footer .contentRender_name_plugins_core_textbox {
    margin: 0;
    padding: 0;
    max-width: none;
}

.panel-footer .client-details {
    display: grid;
    grid-auto-rows: min-content;
    gap: var(--space-2);
    place-items: center;
    order: 2;
    font-size: var(--text-xs);
    margin-bottom: var(--space-6);
}

.panel-footer .client-details .address i,
.panel-footer .client-details .phone-info i {
    color: var(--aqua);
    margin-right: var(--space-1);
}

.panel-footer .client-details .phone-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.panel-footer .client-details .phone-info .phone {
    margin-right: var(--space-4);
}

.panel-footer .client-details .copyright { display: none; }

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    width: 100%;
}

.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
}

.panel-footer .client-details p {
    font-size: var(--text-sm);
    line-height: var(--leading-snug);
}

.panel-footer .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-footer .attribution-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: var(--space-2);
    padding-bottom: var(--space-2);
}

.panel-footer .attribution-content-container .copyright {
    font-size: var(--text-xs);
    margin-bottom: var(--space-3);
}

.panel-footer .attribution-content-container .copyright p {
    font-size: inherit;
}

@media (min-width: 40em) {
    .panel-footer .attribution-content-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }   
}

@media (min-width: 43.750em) {
    .panel-footer .footer-col {
        flex-direction: row;
        align-items: center;
        max-width: 1060px;
        margin: 0 auto;
    }

    .panel-footer .client-details {
        order: 1;
        margin: 0;
    }

    .panel-footer .footer-content-container {
        order: 2;
    }

    .panel-footer .attribution-content-container .copyright {
        display: none;
    }

    .panel-footer .client-details .copyright {
        display: block;
    }

    .panel-footer .attributions .footer-nav {
        display: block;
        text-align: center;
    }
}

.panel-footer .attribution-content-container p {
    font-size: var(--text-sm);
    line-height: var(--leading-snug);
}

.panel-footer .made-by-sv {
    display: block;
    width: 130px;
}

@media (min-width: 64em) {
    .panel-footer .made-by-sv {
        margin: auto;
        width: 150px;
    }

    .panel-footer .client-details {
        margin-right: auto;
        font-size: var(--text-base);
    }

    .panel-footer .attributions .footer-nav .navigation-footer a {
        text-decoration: underline;
    }

    .panel-footer .attribution-content-container,
    .panel-footer .client-details .copyright {
        margin-top: var(--space-6);
    }
}

.panel-footer .made-by-sv img {
    display: block;
    width: 100%;
    height: auto;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    left: 0;
    bottom: 0px;
    z-index: 9999;
    width: 100%;
    max-width: 600px;
}

@media (min-width: 641px) {
    .panel-footer .mobile-fixed {
        display: none;
    }
}