.panel-footer {
    --surface-foreground: var(--primary-color-700);
    --surface-background: #110B1180;
    --text: var(--gray-100);

    color: var(--text);
    background-image: url('https://assets.simpleviewinc.com/simpleview/image/upload/v1/clients/blackhillsbadlandssd/black_hills_footer_bg_298c94fd-85e8-48ab-b2cb-17ec609a72d7.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 20%;
    position: relative;
}

.panel-footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.panel-footer .footer-content-container,
.panel-footer .attributions {
    position: relative;
    z-index: 2;
}

.panel-footer .cta-container > div:not(:first-child) {
    position: relative;
}

.panel-footer .social-links {
    gap: 10px;
}

.panel-footer .social-links .social-network {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.panel-footer .social-links .social-network::before {
    content: '';
    position: absolute;
    right: -5px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 1px;
    height: 32px;
    background-color: #B6D0E2;
}

.panel-footer .social-links .social-network:last-child::before {
    display: none;
}

.panel-footer .social-links .social-link {
    font-size: 1.438rem;
}

@media (min-width: 64em) {
    .panel-footer .cta-container {
        display: flex;
    }

    .panel-footer .cta-container > div {
        flex: 1 1 0;
    }

    .panel-footer .cta-container > div:not(:first-child)::before {
        left: 0;
        top: 50%;
        translate: 0 -50%;
        width: 2px;
        height: calc(100% - var(--space-10));
    }

    .panel-footer .contentRender_name_plugins_common_logo_footer {
        order: 2;
    }

    .panel-footer .contact-info {
        order: 3;
    }

    .panel-footer .links-cont {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        gap: 75px;
    }

    .panel-footer .social-links .social-network {
        margin-top: -10px;
    }
}

.panel-footer .attributions {
    background-color: var(--surface-background);
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
    margin: 0 auto;
    padding: 0 var(--space-5);
    max-width: 1340px;
    text-align: center;
}

.panel-footer .footer-content-container {
    display: grid;
    gap: 15px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.panel-footer .contact-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
}

.panel-footer .contact-info .info {
    font-size: 1rem;
    font-weight: var(--font-weight-bold);
    color: var(--white);
    font-family: var(--font-body);
    line-height: calc(24 / 16);
    position: relative;
}

.panel-footer .contact-info .info.address::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin:0 auto;
    width: 30px;
    height: 1px;
    background-color: var(--white);
}

.panel-footer .links-cont .cta-container {
    display: flex;
    justify-content: center;
    gap: 30px;
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        grid-template-columns: 1fr 1fr;
        text-align: left;
    }   
}

.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: 10px;
    place-items: center;
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    width: 223px;
}

@media (min-width: 64em) {
    .panel-footer .client-details {
        place-items: flex-start;
    } 
    
    .panel-footer .navigation-footer {
        gap: 20px;
        justify-content: flex-start;
        margin-bottom: 50px;
    }

    .contentRender_name_plugins_common_logo_footer,
    .panel-footer .logo-footer a {
        width: 330px;
    }

    .panel-footer .contact-info .info {
        font-size: 1.125rem;
    }

    .panel-footer .contact-info {
        flex-direction: row;
        gap: 40px;
    }

    .panel-footer .contact-info .info.address::before {
        right: -20px;
        left: unset;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 1px;
        height: 30px;
    }

    .panel-footer .logo-footer {
        margin-bottom: 60px;
    }
}



.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;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 40em) {
    .panel-footer .attribution-content-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }   
}

.panel-footer .attribution-content-container p {
    font-size: .75rem;
    line-height: var(--leading-snug);
    text-align: left;
}

.panel-footer .made-by-sv {
    display: block;
    width: 180px;
}

.panel-footer .made-by-sv img {
    display: block;
    width: 100%;
    height: auto;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}

@media(min-width: 64em) {
    .panel-footer .social-media {
        justify-content: flex-end;
    }

    .panel-footer .social-links {
        gap: 20px;
    }

    .panel-footer .social-links .social-link {
        font-size: 1.688rem;
    }

    .panel-footer .social-links .social-network::before {
        right: -10px;
    }

    .panel-footer .attribution-content-container {
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .panel-footer .attribution-content-container p {
        font-size: 1rem;
    }

    .panel-footer .made-by-sv {
        width: 250px;
    }
}

@media(min-width: 90em) {
    .panel-footer .links-cont .cta-container {
        position: relative;
        right: -40px;
    }
}

@media(hover:hover) {
    .panel-footer .social-links .social-link:hover {
        color: var(--yellow-ec);
    }
}