.panel-footer {
    --text: var(--white);
    color: var(--text);
}

.panel-footer .cta-container {
    display: grid;
    gap: 32px;
    padding-inline: 20px;
    padding-bottom: 32px;
}

.panel-footer .cta-container > div:not(:first-child) {
    position: relative;
}

@media (min-width: 64em) {
    .panel-footer .cta-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: center;
        gap: 100px;
    }

    .panel-footer .cta-container > div {
        width: 100%;
        max-width: 484px;
    }

    .panel-footer .cta-container > div:first-child {
        justify-self: end;
    }
}

.panel-footer .image-content {
    overflow: hidden;
    position: relative;
}

/* Image Container */
.panel-footer .image-container {
    height: 175px;
    position: relative;
    overflow: hidden;
}

.panel-footer .image-container .city-scape-cont {
    height: 100%;
    overflow: hidden;
    opacity: .64;
}

.panel-footer .image-container .city-scape-cont img {
    height: 218px;
    object-fit: cover;
    object-position: -66px -34px;
}

.panel-footer .image-container .providence-text {
    position: absolute;
    inset: auto 0 -4px 50%;
    translate: -50%;
    width: 100%;
    max-width: 1440px;
}

@media (min-width: 40em) {
    .panel-footer .image-container {
        height: 200px;
    }

    .panel-footer .image-container .city-scape-cont img {
        width: 100%;
        object-position: 0 0;
        position: absolute;
        bottom: 0;
    }
}

@media (min-width: 64em) {
    .panel-footer .image-container {
        height: 200px;
    }

    .panel-footer .image-container .city-scape-cont img {
        object-position: top 40% left 0 ;
    }

    .panel-footer .image-container .providence-text {
        inset-block-end: -24px;
    }
}

@media (min-width: 90em) {
    .panel-footer .image-container {
        height: unset;
        aspect-ratio: 1440 / 240;
    }

    .panel-footer .image-container .city-scape-cont img {
        height: 308px;
        object-position: 0 0;
    }
}

@media (min-width: 100em) {
    .panel-footer .image-container .city-scape-cont img {
        height: unset;
        object-position: 0 20px;
    }
}

.panel-footer .footer-content-container {
    padding: 0;
    background-color: var(--blue-dark);
}

.panel-footer .footer-content-container-inner {
    margin-inline: auto;
    max-width: 1348px;
    display: grid;
    grid-template-columns: 141px auto;
    gap: 16px 13px;
    padding: 28px 23px 29px 32px;
}

@media (min-width: 40em) {
    .panel-footer .footer-content-container-inner {
        padding-inline: 80px;
        column-gap: 70px;
    }
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        text-align: left;
    }

    .panel-footer .footer-content-container-inner {
        padding-block: 57px 30px;
        padding-inline: 37px 24px;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: end;
        row-gap: 23px;
        grid-template-areas: 
            "logo        social      social"
            "logo        nav         nav"
            "address      address     logos"
            "attribution attribution logos";
    }
}

/* Logo */
.contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    margin-top: 8px;
    width: 122px;
}

.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 64em) {
    .contentRender_name_plugins_common_logo_footer,
    .panel-footer .logo-footer a {
        width: 248px;
        margin-top: 0;
    }

    .panel-footer .client-logo {
        grid-area: logo;
    }
}

/* Social Media */
.panel-footer .social-media {
    margin-bottom: 12px;
    padding-left: 6px;
}

@media (min-width: 64em) {
    .panel-footer .social-media {
        grid-area: social;
        align-self: end;
        padding-left: unset;
        min-height: 88px;
        display: grid;
        align-items: end;
        margin-bottom: 0;
    }
}

/* Footer Nav */
@media (min-width: 64em) {
    .panel-footer .footer-nav {
        grid-column: span 2;
        align-self: end;
    }
}

/* Address */
.panel-footer .footer-addresses {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    margin-bottom: 12px;
}

.panel-footer .footer-addresses :is(h3, p, a) {
    color: inherit;
    font-size: .75rem;
    line-height: 1.25;
    font-family: var(--font-display);
    font-weight: var(--font-weight-normal);
    display: block;
}

.panel-footer .footer-addresses h3 {
    text-transform: uppercase;
    color: var(--blue-light);
}

@media (min-width: 64em) {
    .panel-footer .footer-addresses {
        display: contents;
    }
    
    .panel-footer .footer-addresses > div {
        margin-top: 3px;
        align-self: start;
    }

    .panel-footer .footer-addresses > div:first-child {
        padding-left: 4px;
        align-self: start;
    }

    .panel-footer .footer-addresses :is(h3, p, a) {
        font-size: calc(18rem/16);
    }
}

/* Attribution */
.panel-footer .attribution-content-container p {
    font-size: .75rem;
    font-family: var(--font-display);
    line-height: 1.25;
    font-weight: var(--font-weight-medium);
    color: inherit;
}

@media (min-width: 64em) {
    .panel-footer .attribution-content-container {
        grid-area: attribution;
    }  
    
    .panel-footer .attribution-content-container p {
        font-size: calc(18rem/16);
    }
}

/* Logos */
.panel-footer .logos {
    grid-column: span 2;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 10px;
    gap: 20px;
}

.panel-footer .made-by-sv {
    display: block;
    width: 125px;
    margin-right: 8px;
}

.panel-footer .made-by-sv img {
    display: block;
    width: 100%;
    height: auto;
}

.panel-footer .tripadvisor {
    width: 70px;
}

.panel-footer .rhode-island {
    width: 65px;
}

@media (min-width: 64em) {
    .panel-footer .logos {
        grid-area: logos;
        display: grid;
        grid-template-columns: auto auto;
        align-items: center;
        gap: 25px 47px;
        max-width: 400px;
        padding: 0;
    }

    .panel-footer .made-by-sv {
        width: 185px;
        grid-row: 2;
        grid-column: 2;
    }

    .panel-footer .tripadvisor {
        width: 127px;
        grid-row: 2;
    }

    .panel-footer .rhode-island {
        width: 97px;
    }
}

/* Background texture */
.panel-footer .bg-grunge {
    pointer-events: none;
}

.panel-footer .bg-grunge .slide-img.loaded {
    background-color: unset;
    background-image: none;
}

.panel-footer .bg-grunge .slide-img {
    position: absolute;
    inset: auto 0 0 auto;
    opacity: .32;
    object-fit: cover;
    height: 380px;
    object-position: top 0, left 0;
}

.panel-footer .bg-grunge .grunge-2 .slide-img {
    inset: auto auto 0 0;
    rotate: y 180deg;
}

@media (min-width: 64em) {
    .panel-footer .bg-grunge .slide-img {
        height: 640px;
        opacity: .16;
        object-position: unset;
        object-fit: unset;
        width: auto
    }
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}
