.panel-footer {
    --surface-foreground: var(--primary-color-700);
    --surface-background: var(--primary-color-900);
    --text: var(--gray-100);

    color: var(--text);
    background-color: rgba(14, 88, 168, 0.8);
}

.panel-footer .cta-container .contentRender_name_plugins_common_call_to_action:nth-of-type(1) .call-to-action {
    background-color: var(--sky-blue);
    transition: background-color var(--transition-appendix);
}

.panel-footer .cta-container .contentRender_name_plugins_common_call_to_action:nth-of-type(2) .call-to-action {
    background-color: var(--light-blue);
    transition: background-color var(--transition-appendix);
}

.panel-footer .cta-container > div {
    position: relative;
}

.panel-footer .cta-container > div::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    translate: -50% 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--white);
}

@media (min-width: 64em) {
    .panel-footer .cta-container {
        display: flex;
    }

    .panel-footer .cta-container > div {
        flex: 1 1 0;
    }
}

.panel-footer .attributions {
    background-color: var(--dark-blue);
    border-top: 2px solid white;
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
    margin: 0 auto;
    padding: 0 var(--space-10);
    text-align: center;
}

.panel-footer .footer-content-container {
    display: grid;
    gap: 22px;
    padding-top: 55px;
    padding-bottom: var(--space-10);
    position: relative;
}

.panel-footer .footer-content-container::before {
    content: "";
    background-image: url(https://assets.simpleviewinc.com/simpleview/image/upload/v1/clients/lakenorman-redesign/a3b9069df6c280a8f4dfebcd43e43a20_3202005a-c423-45dd-b328-72ddb406ca63.jpg);
    background-size: cover;
    background-position: 50% 0;
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        grid-template-columns: 0.75fr 1fr 0.75fr;
        text-align: left;
        padding-top: var(--space-20);
        padding-bottom: var(--space-20);
        align-items: center;
        gap: 102px;
    }   
}

@media (min-width: 90em) {
    .panel-footer .footer-content-container {
        gap: 160px;
    }   
}

.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-3);
    place-items: center;
}

.panel-footer .center-cont {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.panel-footer .e-news {
    padding-top: var(--space-2);
}

@media (min-width: 64em) {
    .panel-footer .client-details {
        place-items: flex-start;
        gap: var(--space-4);
    }   
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    width: 262px;
}

.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: var(--space-5);
}

.panel-footer .client-details .address,
.panel-footer .client-details .phone,
.panel-footer .client-details .email {
    font-size: 0.9375rem;
    font-family: var(--font-body);
    font-weight: var(--font-weight-normal);
    line-height: 1.2;
    color: var(--white);
}

.panel-footer .client-details .address i,
.panel-footer .client-details .phone i,
.panel-footer .client-details .email i {
    margin-right: 8px;
    font-size: 0.8125rem;
}

.panel-footer .social-media {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: column;
    justify-content: center;
}

.panel-footer .social-media .social-handle {
    font-family: var(--font-barlow-condensed);
    font-size: 1.6875rem;
    font-weight: var(--font-weight-semibold);
    line-height: 1.2;
    text-transform: uppercase;
}

.panel-footer .attribution-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    padding-top: var(--space-4);
    padding-bottom: var(--space-4);
}

@media (min-width: 40em) {
    .panel-footer .attribution-content-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }   

    .panel-footer .cta-container .contentRender_name_plugins_common_call_to_action:nth-of-type(1) .call-to-action {
        position: relative;
    }

    .panel-footer .cta-container .contentRender_name_plugins_common_call_to_action:nth-of-type(2) .call-to-action {
        position: relative;
    }

    .panel-footer .cta-container .contentRender_name_plugins_common_call_to_action:nth-of-type(1) .call-to-action::after {
        content: "";
        background-image: url(/includes/public/assets/shared/footer-topo-graphic-left.svg);
        background-size: 603px;
        background-position: right;
        position: absolute;
        background-repeat: no-repeat;
        bottom: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    .panel-footer .cta-container .contentRender_name_plugins_common_call_to_action:nth-of-type(2) .call-to-action::after {
        content: "";
        background-image: url(/includes/public/assets/shared/footer-topo-graphic-right.svg);
        background-size: 647px;
        background-position: right;
        position: absolute;
        background-repeat: no-repeat;
        bottom: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }
}

.panel-footer .attribution-content-container p {
    font-size: var(--text-xs);
    font-weight: var(--font-weight-medium);
    line-height: 1.2;
}

.panel-footer .made-by-sv {
    display: block;
    width: 95px;
}

.panel-footer .made-by-sv img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 64em) {
    .panel-footer .cta-container .contentRender_name_plugins_common_call_to_action:nth-of-type(1) .call-to-action {
        border-right: 2px solid var(--white);
    }

    .panel-footer .client-details .address.line-2 {
        margin-left: var(--space-6);
    }

    .panel-footer .e-news {
        justify-self: self-end;
    }

    .panel-footer .client-details .address i, .panel-footer .client-details .phone i, .panel-footer .client-details .email i {
        margin-right: var(--space-3);
    }

    .panel-footer .logo-footer img {
        margin-bottom: var(--space-6);
    }

    @media (hover:hover) {
        .panel-footer .cta-container .contentRender_name_plugins_common_call_to_action .call-to-action:hover {
            background-color: var(--dark-blue);
        }

        .panel-footer .cta-container .contentRender_name_plugins_common_call_to_action .call-to-action:hover .img-cont {
            transform: translate(0px, 15px);
        }

        .panel-footer .cta-container .contentRender_name_plugins_common_call_to_action .call-to-action:hover .img-cont .slide-img {
            box-shadow: 8px 8px 0px var(--sky-blue);
        }

        .panel-footer .cta-container .contentRender_name_plugins_common_call_to_action .call-to-action:hover .title,
        .panel-footer .cta-container .contentRender_name_plugins_common_call_to_action .call-to-action:hover .subtitle {
            color: var(--white);
        }

        .panel-footer .cta-container .contentRender_name_plugins_common_call_to_action .call-to-action:hover .title::after {
            opacity: 1;
            width: 100%;
        }

        .panel-footer .cta-container .contentRender_name_plugins_common_call_to_action:nth-of-type(1) .call-to-action {
            border-right: 2px solid var(--white);
            height: 100%;
        }

        .panel-footer .cta-container > div::after {
            background-color: var(--white);
        }

        .panel-footer .cta-container:hover .contentRender_name_plugins_common_call_to_action:nth-of-type(1) .call-to-action::after {
            filter: brightness(0) saturate(100%) invert(15%) sepia(11%) saturate(3190%) hue-rotate(177deg) brightness(99%) contrast(0%);
        }
    
        .panel-footer .cta-container:hover .contentRender_name_plugins_common_call_to_action:nth-of-type(2) .call-to-action::after {
            filter: brightness(0) saturate(100%) invert(15%) sepia(11%) saturate(3190%) hue-rotate(177deg) brightness(99%) contrast(0%);
        }
    }

    .panel-footer .attribution-content-container p {
        font-size: 0.9375rem;
    }

    .panel-footer .made-by-sv {
        width: 149px;
    }

    .panel-footer .footer-content-container::before {
        background-position: 50% 55%;
    }
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}
