.cta-cont {
    position: relative;
    background-color: var(--cream-e3);
    margin-top: 42px;
}

.cta-cont::before {
    content: '';
    background-image: url(/includes/public/assets/shared/decorations/floral-mask-left.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: -42px;
    left: 0;
    width: 260px;
    height: 60px;
}

.cta-cont .cta {
    position: relative;
}

.cta-cont .cta:after {
    content: '';
    background-image: url(/includes/public/assets/shared/decorations/line-dots-white.svg);
    background-repeat: repeat-x;
    background-size: auto;
    display: block;
    height: 5px;
    width: 100%;
    z-index: 3;
    position: absolute;
    bottom: -2px;
}

@media screen and (min-width: 64em) {
    .cta-cont .cta::after {
        transform: rotate(90deg);
        bottom: 85px;
        left: -50%;
        z-index: 0;
    }

    .cta-cont .cta:first-child:after {
        display: none;
    }

    .cta-cont::before {
        top: -72px;
        width: 527px;
        height: 120px;
    }

    .cta-cont .inner {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .cta-cont .cta {
        position: relative;
        width: calc(100% / 3);
    }
}

.panel-footer {
    --surface-foreground: var(--secondary-color-700);
    --surface-background: var(--primary-color-900);
    --text: var(--gray-800);

    position: relative;
    color: var(--text);
    background-color: var(--surface-foreground);
    background-image: url("https://assets.simpleviewinc.com/simpleview/image/upload/v1/clients/morgancountyin-redesign/footer_bg_img_fd4ef17c-55de-4e43-8d28-7c7253906e32.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 2;
}

.panel-footer::after {
    content: '';
    background-image: url(/includes/public/assets/shared/decorations/floral-mask-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: -18px;
    right: 0;
    width: 260px;
    height: 60px;
}

@media screen and (min-width: 64em) {
    .panel-footer::before {
        content: '';
        background-image: url(/includes/public/assets/shared/decorations/line-dots-white.svg);
        background-repeat: repeat-x;
        background-size: auto;
        display: block;
        height: 5px;
        width: 100%;
        z-index: 2;
        position: absolute;
        top: 18px;
    }

    .panel-footer::after {
        top: -60px;
        width: 527px;
        height: 120px;
    }
}

.panel-footer .footer-content-container,
.panel-footer .attribution-content-container {
    margin: 0 auto;
    padding: 0 var(--space-5);
    max-width: 1358px;
    text-align: center;
}

.panel-footer .footer-content-container {
    display: grid;
    padding-top: 60px;
    padding-bottom: 64px;
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        grid-template-columns: 1fr 2fr 1fr;
        padding-top: 78px;
        padding-bottom: 68px;
        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: var(--space-6);
    place-items: center;
    margin-bottom: 40px;
}

@media (min-width: 64em) {
    .panel-footer .client-details {
        place-items: flex-start;
        margin-bottom: 0;
    }   
}

.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    width: 237px;
}

@media screen and (min-width: 64em) {
    .panel-footer .logo-footer a {
        width: 223px;
    }
}

@media screen and (min-width: 90em) {
    .panel-footer .logo-footer a {
        width: 323px;
    }
}

.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
}

.panel-footer .client-contact {
    padding: 0 10%;
    margin-bottom: 30px;
}

@media screen and (min-width: 64em) {
    .panel-footer .client-contact {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin-bottom: 0;
    }

    .panel-footer .client-contact ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        gap: 30px;
        margin-bottom: 12px;
    }
}

@media screen and (min-width: 90em) {
    .panel-footer .client-contact {
        height: 108px;
    }

    .panel-footer .client-contact ul {
        margin-bottom: 0;
    }
}

.panel-footer .client-contact li.contact {
    position: relative;
    font-family: var(--font-display);
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 900;
}

@media screen and (min-width: 64em) {
    .panel-footer .client-contact li.contact {
        font-size: 1rem;
    }
}

@media screen and (min-width: 90em) {
    .panel-footer .client-contact li.contact {
        font-size: 1.125rem;
    }
}

.panel-footer .client-contact li.contact.phone {
    margin-top: 8px;
}

.panel-footer .client-contact li.contact.phone a {
    color: var(--text);
}

@media screen and (min-width: 64em) {
    .panel-footer .client-contact li.contact.address::after {
        content: "";
        border-right: 1px solid var(--gray-800);
        display: block;
        position: absolute;
        top: 5px;
        left: 16px;
        height: 18px;
        width: 100%;
        pointer-events: none;
    }
}

.panel-footer .footer-nav {
    margin-bottom: 40px;
}

@media screen and (min-width: 64em) {
    .panel-footer .footer-nav {
        grid-row: 2;
        grid-column: 2;
        margin-bottom: 0;
    }
}

.panel-footer .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 64em) {
    .panel-footer .social-media {
        justify-content: flex-end;
    }
}

.panel-footer .social-media .social-links {
    gap: 38px;
}

@media screen and (min-width: 64em) {
    .panel-footer .social-media .social-links {
        gap: 16px;
    }
}

@media screen and (min-width: 90em) {
    .panel-footer .social-media .social-links {
        gap: 38px;
    }
}

.panel-footer .social-media .social-links a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--gray-800);
    border-radius: 50%;
    height: 34px;
    width: 34px;
    text-decoration: none;
    font-size: 1rem;
    color: var(--secondary-color-100);
}

@media (hover: hover) {
    .panel-footer .social-media .social-links a:hover {
        background-color:  var(--tertiary-color-500);
    }
}

@media screen and (min-width: 64em) {
    .panel-footer .social-media .social-links a {
        height: 44px;
        width: 44px;
    }

    .panel-footer .social-media .social-links a i {
       font-size: 1.375rem;
    }
}

.panel-footer .attributions {
    border-top: 1px solid #b2bdc1;
}

.panel-footer .attribution-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 17px;
    padding-top: 22px;
    padding-bottom: 8px;
}

@media (min-width: 40em) {
    .panel-footer .attribution-content-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-top: 27px;
        padding-bottom: 27px;
    }
}

.panel-footer .attribution-content-container p {
    font-size: 0.6875rem;
    line-height: var(--leading-snug);
}

.panel-footer .made-by-sv {
    display: block;
    width: 142px;
}

.panel-footer .made-by-sv img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 64em) {
    .panel-footer .attribution-content-container p {
        font-size: 0.875rem;
    }

    .panel-footer .made-by-sv {
        width: 211px;
    }
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}