.panel-footer {
    display: flex;
    flex-direction: column;
    /* background-image: url(/includes/public/assets/shared/footer-background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: -64px; */
    background-color: rgba(0,0,0, 0.75);
    color: white;
    border-top: 7px solid #fde078;
    margin-top: 100px;
    bottom: 0px;
    width: 100%;
}

.panel-footer .inner {
    margin: 0 auto;
    max-width: 1198px;
    padding: 20px;
}

@media (min-width: 64em) {
    .panel-footer .inner {
        padding-top: 60px;
    }
}

.panel-footer .nav-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.panel-footer .navFooter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.details .panel-footer {
    margin-top: 0;
}
.panel-footer .footer-top,
.panel-footer .footer-middle {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1198px;
}

.panel-footer .footer-top{
    margin-bottom: 4px;
}

@media (min-width: 40em) {
    .panel-footer .footer-top{
        margin-bottom: 30px;
    }
}

.panel-footer .footer-top .logo-footer { 
    text-align: center;
    margin-bottom: 50px;
}

.panel-footer .footer-top .logo-footer img { 
    width: 215px;
}

.panel-footer .footer-middle {
    max-width: 600px;
}

.panel-footer .footer-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 20px;
}

.panel-footer .footer-middle .contentRender_name_plugins_core_textbox,
.panel-footer .footer-middle .contentRender_name_plugins_common_hours {
    padding: 0 20px;
}

.panel-footer .footer-middle .contentRender_name_plugins_core_textbox section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media (min-width: 40em) {
    .panel-footer .footer-middle {
        display: flex;
    }

    .panel-footer .footer-middle .footer-nav-social {
        flex: 1 0 auto;
    }
    
    .panel-footer .footer-middle .contentRender_name_plugins_core_textbox,
    .panel-footer .footer-middle .contentRender_name_plugins_common_hours {
        padding: 0;
        margin: 0;
    }
}

.panel-footer .footer-middle .footer-content > *:last-child{
    flex: 1 0 auto;
}

.panel-footer .footer-middle .footer-content .hours .hour {
    /* display: flex; */
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
}

.panel-footer .footer-middle .footer-content .hours .hour p {
    margin: 0;
    padding: 0;
}

.panel-footer .footer-middle .footer-nav{
    padding: 16.5px 15px 7px;
    margin-bottom: 19px;
}

.panel-footer .footer-middle .footer-nav .social-links {
    justify-content: center;
}

@media (min-width: 64em) {
    .panel-footer .footer-middle .footer-nav .social-links {
        justify-content: flex-start;
        padding: 0;
        margin: 0;
    }
}

.panel-footer .footer-middle .footer-nav .social-links .social-network {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.panel-footer .footer-middle .footer-nav .social-links .social-network i {
   font-size:  24px;
   color: #000;
   fill: #000;
}


.panel-footer .footer-middle .footer-nav .social-links a {
    border-radius: 0px;
    background-color: #fde078;
}

.panel-footer .footer-content .contentRender_name_plugins_core_textbox h6:first-child,
.panel-footer .footer-content .contentRender_name_plugins_core_textbox p:nth-child(2) {
    display: block;
}

.panel-footer .footer-content .contentRender_name_plugins_core_textbox h6{
    font-family:"brandon-grotesque";
	font-weight: 900;
    color: #FFF;
    margin-bottom: 0;
    display: inline-block;
    line-height: 1.1em;
    letter-spacing: 0.6px;
}

.panel-footer .footer-content .contentRender_name_plugins_core_textbox p{
    line-height: 1.1em;
    color: #FFF;
    display: inline-block;
    margin-bottom: 0;
    font-family: "brandon-grotesque";
}

.panel-footer .footer-content .contentRender_name_plugins_core_textbox a{
    color: #FFF;
    text-decoration: none;
}
/*Footer Bottom*/
.panel-footer .footer-bottom {
    width: 100%;
    background-color: black;
    padding: 15px;
}

.panel-footer .footer-bottom .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    max-width: 1198px;
    padding: 0 20px;
}

@media (min-width: 40em) {
    .panel-footer .footer-bottom .navFooter {
        flex-direction: row;
    }
}

.panel-footer .footer-bottom .inner .copyright {
    margin-bottom: 10px;
}

.panel-footer .footer-bottom .contentRender_name_plugins_nav_footer .navFooter {
    display: flex;
}

.panel-footer .footer-bottom .contentRender_name_plugins_nav_footer .navFooter li {
}


.panel-footer .footer-bottom .copyright p{
    font-size: 12px;
    line-height: 1.1em;
    margin: 0;
    text-align: center;
}

.panel-footer .footer-bottom .simpleview-logo{
    margin-bottom: 8px;
}

.panel-footer .footer-bottom .simpleview-logo img{
    width: 159px;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}

/* DTN Mobile Footer Banner */
.panel-footer.hasMobileAd {
    height: 150px;
}

.panel-footer.hasMobileAd .mobileAd {
    display: block;
}

.panel-footer .mobileAd {
    display: none; 
    width: 100%;
    height: 50px;
}

.panel-footer .mobileAd .dtnContainer {
    padding: 0px;
    position: relative;
    margin: 0 auto;
    width: 320px;
    display: block;
}

.panel-footer .mobileAd .banner-close {
    position: absolute;
    top: -18px;
    cursor: pointer;
    right: 0px;
    padding: 0px 3px;
    opacity: .75;
    color: white;
    background: #111;
    font-size: 12px;
}

.panel-footer .mobileAd .fa {
    color: white;
}

@media (min-width: 40em) {
    .panel-footer {
        background-position-y: center; 
    }

    .panel-footer .footer-top .logo-footer {
        text-align: left;
        margin: 0 auto;
    }
    
    .panel-footer .footer-content {
        display: flex;
        justify-items: center;
        width: 100%;
        padding: 0px;
        gap: 20px;
    }

    .panel-footer .footer-middle .hours {
    }

    .panel-footer .footer-middle .hour {
        display: flex;
        gap: 10px;
    }

    .panel-footer .footer-middle .hour p {
        line-height: 1.1em;
        margin-bottom: 0;
    }

    .footer-middle .footer-content .contentRender_name_plugins_core_textbox {
        width: 65%;
    }

}

@media screen and (min-width: 64em){
    .panel-footer .footer-top,
    .panel-footer .footer-middle {
        display: flex;
        flex-direction: row;
        justify-content:space-between;
    }

    .panel-footer .footer-top{
        margin-bottom: 65px;
    }
    .panel-footer .footer-top .logo-footer img { 
        width: 250px;
    }

    .panel-footer .footer-middle {
        /* margin-bottom: 65px; */
        max-width: 1198px;
        gap: 80px;
    }

    .panel-footer .footer-middle .footer-content {
        flex-direction: row;
        max-width: 48%;
        flex: 0 1 66%;
    }

    .panel-footer .footer-middle .footer-nav {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    /*Footer Content*/
    .panel-footer .footer-content .contentRender_name_plugins_core_textbox {
    }
    .panel-footer .footer-content .contentRender_name_plugins_core_textbox  section {
        display: block;
    }
    .panel-footer .footer-content .contentRender_name_plugins_core_textbox h6:first-child,
    .panel-footer .footer-content .contentRender_name_plugins_core_textbox p:nth-child(2) {
        display: inline-block;
    }

    .panel-footer .footer-content .contentRender_name_plugins_core_textbox h6,
    .panel-footer .footer-content .contentRender_name_plugins_core_textbox h6:first-child {
        font-size: 17px;
        margin-right: 8px;
        margin-bottom: 0px;
        letter-spacing: 0.85px;
        display: inline-block;
    }

    .panel-footer .footer-content .contentRender_name_plugins_core_textbox p{
        font-size: 17px;
        line-height: 24px;
    }

    .panel-footer .footer-content .hours,
    .panel-footer .footer-content .hours > div{
        display: flex;
        flex-direction: row;
    }

    .panel-footer .footer-content .hours p{
        font-size: 18px;
        line-height: 25px;
        text-align: left;
    }

    .panel-footer .footer-content .hours .hours-title{
        text-align: right;
        font-size: 17px;
        line-height: 25px;
        letter-spacing: 0.85px;
        margin-right: 22px;
    }
    /*------------------*/

    /*Footer Bottom*/
    .panel-footer .footer-bottom {
    }

    .panel-footer .footer-bottom .inner {
        align-items: flex-start;
    }

    .panel-footer .footer-bottom .navFooter a {
        font-size: 11px;
    }


    .panel-footer .footer-bottom .contentRender_name_plugins_nav_footer .navFooter li {
        margin: 0px
    }

    .panel-footer .footer-bottom .inner {
        flex-direction: column;
        justify-items: center;
        height: 74px;
        flex-wrap: wrap;
        height: unset;
    }


    .panel-footer .footer-bottom .inner .nav-logo {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        
    }

    .panel-footer .footer-bottom .copyright {
        align-self: flex-start;
        margin: 0 0 10px;
    }

    .panel-footer .footer-bottom .copyright .contentRender_name_plugins_nav_footer {
        margin-top: 4px;
    }

    .panel-footer .footer-bottom .copyright p{
        font-size: 14px;
    }

    .panel-footer .footer-bottom .simpleview-logo{
        align-self: flex-end;
    }

    .panel-footer .footer-bottom .simpleview-logo img {
        width: 193px;
    }
    /*------------*/
}

