.panel-footer {
    --text: var(--gray-100);
    color: var(--text);
    background-color: var(--navy-blue);
}

.panel-footer .footer-content-container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: var(--width-base);
}

.panel-footer .footer-content-container {
    padding-top: 41px;
    padding-bottom: 40px;
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        padding-top: 34px;
        padding-bottom: 0;
    }
}

/* * * * * * * * /
/* Top Section */
/* * * * * *  */

.panel-footer .top-section {
    font-size: var(--text-sm);
    line-height: var(--leading-snug);
    place-items: center;
}

.panel-footer .contentRender_name_plugins_common_logo_footer,
.panel-footer .logo-footer a {
    display: block;
    width: 232px;
    margin: 0 auto 33px;
}

@media (min-width: 64em) {
    .panel-footer .contentRender_name_plugins_common_logo_footer,
    .panel-footer .logo-footer a {
        margin-bottom: 0;
    }
}

.panel-footer .logo-footer img {
    display: block;
    width: 100%;
    height: auto;
}

.panel-footer .top-section .client-details,
.panel-footer .top-section .cta-container {
    border-bottom: solid 2px #1c3855;
}

.panel-footer .top-section .cta-container {
    padding: 28px 0 26px;
}

@media (min-width: 40em) and  (max-width: 1024px){
    .panel-footer .top-section .cta-container {
        display: grid;
        place-items: center;
    }
}

.panel-footer .top-section .client-details {
    text-align: center;
    padding-bottom: 29px;
}

.panel-footer .top-section .client-details .contentRender_name_plugins_core_textbox {
    padding: 0;
}

.panel-footer .top-section .client-details .contentRender_name_plugins_core_textbox h6 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}


.panel-footer .top-section .client-details .contentRender_name_plugins_core_textbox p {
    color:  white;
    font-size: 17px;
    line-height: 1.2em;
    margin-bottom: 11px;
}
.panel-footer .top-section .client-details .contentRender_name_plugins_core_textbox a {
    color: inherit;
    font-weight: normal;
    text-decoration: none;
}

.panel-footer .top-section .client-details .contentRender_name_plugins_core_textbox span {
    margin: 0 7px;
}

@media (min-width: 64em) {
    .panel-footer .top-section {
        display: grid;
        grid-template-columns: 1fr 0.784fr;
        place-items: flex-start;
        padding-bottom: 33px;
        border-bottom: solid 2px #1c3855;
        padding-left: 19px;
    }

    .panel-footer .top-section.no-cta {
        grid-template-columns: initial;
        place-items: center;
    }

    .panel-footer .contentRender_name_plugins_common_logo_footer {
        margin-right: 40px;
        margin-bottom: 0;
    }

    .panel-footer .top-section .client-details {
        display: flex;
        border-bottom: none;
        text-align: left;
        padding-top: 8px;
        padding-bottom: 0;
    }

    .panel-footer .top-section .client-details .contentRender_name_plugins_core_textbox {
        padding-top: 8px;
    }
    .panel-footer .top-section .cta-container {
        border-bottom: none;
        border-left: solid 2px #1c3855;
        padding: 0 0 0 56px;
    }

    .panel-footer .top-section .cta-container > div:first-child {
        margin-bottom: 15px;
    }
}


/* * * * * * * * * */
/* Middle Section */
/* * * * * * * * */
.panel-footer .middle-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: solid 2px #1c3855;
    padding-bottom: 39px;
    padding-top: 34px; 
}

.panel-footer .middle-section .ta-yelp-container {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}

.panel-footer .middle-section .ta-yelp-container > a {
    margin: 0 13px;
}

@media (min-width: 64em) {
    .panel-footer .middle-section {
        flex-direction: row;
        justify-content: flex-start;
        padding: 21px 18px;
    }

    .panel-footer.im-a-microsite .middle-section {
        justify-content: center;
    }

    .panel-footer .middle-section .ta-yelp-container {
        margin-bottom: 0;
        margin-right: 40px;
    }
    .panel-footer .middle-section .ta-yelp-container > a {
        margin: 0 28.5px;
    }
    .panel-footer .middle-section .ta-yelp-container > a:last-child {
        margin-bottom: 6px;
    }
}

/* * * * * * * * * */
/* Bottom Section */
/* * * * * * * * */
.panel-footer .bottom-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 41px 20px var(--space-2);
    max-width: var(--width-base);
}

.panel-footer .bottom-section .bottom-logos {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.panel-footer .bottom-section .bottom-logos .pure-michigan-logo{
    width: 267px;
    margin-bottom: 15px;
}

.panel-footer .bottom-section .bottom-logos .destination-marketing-logo {
    width: 65px;
    margin-bottom: 17px;
}

.panel-footer .bottom-section .copyright {
    font-size: 14px;
    line-height: 1.25em;
    max-width: 260px;
    text-align: center;
    margin-bottom: 30px;
}

.panel-footer .bottom-section .made-by-sv {
    display: block;
    width: 162px;
}

.panel-footer .bottom-section .made-by-sv img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 64em) {
    .panel-footer .bottom-section {
        flex-direction: row;
        justify-content: space-between;
        padding: 20px 23px 20px 20px;
    }

    .panel-footer .bottom-section .copyright {
        order: 1;
        max-width: 355px;
        text-align: left;
        margin-bottom: 0;
        padding-top: 8px;
    }

    .panel-footer .bottom-section .bottom-logos {
        flex-direction: row;
        order: 2;
    }

    .panel-footer .bottom-section .bottom-logos .pure-michigan-logo {
        width: 206px;
        margin-right: 108px;
        margin-bottom: 0;
    }

    .panel-footer .bottom-section .bottom-logos .destination-marketing-logo {
        margin-bottom: 0;
    }

    .panel-footer .bottom-section .made-by-sv {
        order: 3;
        margin-left: 15px;
        margin-bottom: 3px;
    }
}



/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}
