.panel-footer {
    --surface-foreground: var(--primary-color-700);
    --surface-background: var(--primary-color-900);
    --text: var(--gray-100);

    position: relative;
    color: var(--text);
    background-color: var(--surface-foreground);
    background-image: url(https://assets.simpleviewinc.com/simpleview/image/upload/v1/clients/ironcountyut/footer_bg_mobile_6066461e-b3a1-430d-b415-41a3b4ffbe14.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-position: 0 18%;

    z-index: 0 ;
}

.panel-footer::after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 16.35%, rgba(0, 0, 0, 0.20) 68.24%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;

}

@media screen and (min-width: 64em) {
    .panel-footer {
        background-image: url(https://assets.simpleviewinc.com/simpleview/image/upload/v1/clients/ironcountyut/footer_background_3cbc5f11-e0f3-4036-bfd4-2893510f65eb.png);
        background-position: center -140px;
    }
}

@media screen and (min-width: 64em) {
    .panel-footer {
        background-position: center;
    }
}

.panel-footer .cta-container > div:not(:first-child) {
    position: relative;
}

@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 .attributions {
    background-color: transparent;
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
    margin: 0 auto;
    padding: 0 var(--space-5);
    max-width: 1342px;
    text-align: center;
}

.panel-footer .footer-content-container {
    display: grid;
    padding-top: var(--space-6);
    padding-top: 204px;
    padding-bottom: 18px;
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        grid-template-columns: 1fr  2fr;
        text-align: left;
        padding-top: 240px;
    }
}

.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-6);
    place-items: center;
    margin-bottom: 24px;
}

@media (min-width: 64em) {
    .panel-footer .client-details {
        place-items: center;
        margin: 0;
        gap: 20px;
    }
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    width: 212px;
}

@media screen and (min-width: 64em) {
    .contentRender_name_plugins_common_logo_footer,
    .panel-footer .logo-footer a {
        width: 262px;
    }
}

.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;
    margin-bottom: 32px;
}

.panel-footer .social-media .social-links {
    gap: 21px;
}

.panel-footer .social-media  .social-links a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(217, 83, 24, 0.7);
    border: 1px solid #fff;
    height: 40px;
    width: 40px;
}

.panel-footer .social-media  .social-links a i {
    font-size: 1.125rem;
}

.panel-footer .footer-nav {
    max-width: 370px;
    margin: 0 auto 36px;
}

@media screen and (min-width: 64em) {
    .panel-footer .footer-nav {
        margin: unset;
    }

}

@media (hover: hover) {
    .panel-footer .social-media  .social-links a:hover {
        color: #fff;
    }
}

.panel-footer .social-media.desk {
    display: none;
}

@media screen and (min-width: 64em) {
    .panel-footer .social-media {
        grid-column: 1;
    }

    .panel-footer .social-media.mobile {
        display: none;
    }

    .panel-footer .social-media.desk {
        display: block;
        margin-bottom: 0;
    }
}

.panel-footer .footer-nav.desk {
    display: none;
}

@media screen and (min-width: 64em) {
    .panel-footer .footer-nav {
        max-width: unset;
    }

    .panel-footer .footer-nav.mobile {
        display: none;
    }

    .panel-footer .footer-nav.desk {
        display: block;
        margin-bottom: 0;
    }
}

.panel-footer .cta-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
}

@media screen and (min-width: 64em) {
    .panel-footer .cta-container {
        flex-direction: row;
        align-items: flex-end;
        gap: 0;
        margin: unset;
    }
}

@media screen and (min-width: 90em) {
    .panel-footer .cta-container {
        margin: 0 0 20px 74px;
    }
}

.panel-footer .attribution-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: var(--space-2);
    padding-bottom: 74px;

    max-width: 640px;
    margin: 0 auto;
}

@media screen and (min-width: 64em) {
    .panel-footer .attribution-content-container {
        max-width: 1342px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 48px;
    }
}

.panel-footer .attribution-content-container p {
    max-width: 288px;
    font-family: var(--font-clear-sans-med);
    font-size: var(--text-base);
    line-height: var(--leading-snug);
    font-weight: 400;
    color: var(--text);
}

@media screen and (min-width: 64em) {
    .panel-footer .attribution-content-container p {
        max-width: unset;
        font-size: 0.6875rem;
    }
}

@media screen and (min-width: 90em) {
    .panel-footer .attribution-content-container p {
        font-size: var(--text-base);
    }
}

.panel-footer .made-by-sv {
    display: block;
    width: 180px;
    margin-bottom: 6px;
}

.panel-footer .made-by-sv img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 64em) {
    .panel-footer .made-by-sv {
        width: 140px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1120px) {
    .panel-footer .made-by-sv {
        width: 180px;
    }
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}
