.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;
    color: #fff;
    padding: 0;
    margin-top: 100px;
    bottom: 0px;
    width: 100%;
}

@media (min-width: 40em) {
    .panel-footer {
        background-position-y: center; 
    }

}
.details .panel-footer {
    margin-top: 0;
}
.panel-footer .footer-top,
.panel-footer .footer-middle {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1198px;
    padding: 27px 20px 0px;
}

.panel-footer .footer-top{
    margin-bottom: 4px;
}

.panel-footer .footer-top .logo-footer { 
    text-align: center;
    margin-bottom: 22px;
}

.panel-footer .footer-top .logo-footer img { 
    width: 215px;
}

.panel-footer .footer-middle {
    max-width: 600px;
}

.panel-footer .footer-middle .footer-content{
    padding: 15px 0;
    margin-bottom: 17px;
}

.panel-footer .footer-middle .footer-content,
.panel-footer .footer-middle .footer-nav{
    border-top: 7px solid #fde078;
    background-color: rgba(0,0,0, 0.75);
    padding: 19px 15px 21px;
}

.panel-footer .footer-middle .footer-nav{
    padding: 16.5px 15px 7px;
    margin-bottom: 19px;
}

.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;
}

@media (max-width: 64em) {
    .panel-footer .footer-content .contentRender_name_plugins_core_textbox p:nth-child(2){
        margin-bottom: -4px;
    }
}

.panel-footer .footer-content .contentRender_name_plugins_core_textbox h6:first-child{
    margin-bottom: 4px;
    font-size: 12px;
}


.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;
    font-size: 10.99px;
    line-height: 1.1em;
    letter-spacing: 0.6px;
    text-align: center;
}

.panel-footer .footer-content .contentRender_name_plugins_core_textbox p{
    font-size: 11px;
    line-height: 1.1em;
    text-align: center;
    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: #333232;
    padding: 6px 50px 13px;
}

.panel-footer .footer-bottom .inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;

}

.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;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*/


/*Footer Middle*/
.panel-footer .footer-content .contentRender_name_plugins_core_textbox {
    max-width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.panel-footer .footer-content .hours{
    margin: 13px 0 0;
}

.panel-footer .footer-content .hours > div:first-child{
    margin-bottom: 11px;
}
.panel-footer .footer-content .hours p {
    font-family:"brandon-grotesque";
    margin-bottom: 0;
    font-size: 11px;
    text-align: center;
}

.panel-footer .footer-content .hours .hours-title{
    text-transform: uppercase;
    font-family:"brandon-grotesque";
	font-weight: 900;
    font-size: 11px;
    line-height: 1.4em;
    letter-spacing: 0.55px;
    display: block;
    text-align: center;
}
/*-----------*/

/* 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 screen and (min-width: 64em){
    .panel-footer {
        padding-top: 72px;
    }

    .panel-footer .footer-top,
    .panel-footer .footer-middle {
        display: flex;
        flex-direction: row;
        justify-content:space-between;
    }

    .panel-footer .footer-top{
        margin-bottom: 15px
    }
    .panel-footer .footer-top .logo-footer img { 
        width: 250px;
    }

    .panel-footer .footer-middle {
        margin-bottom: 65px;
        max-width: 1198px;
    }

    .panel-footer .footer-middle .footer-content,
    .panel-footer .footer-middle .footer-nav {
        border-top: 10px solid #fde078;
    }

    .panel-footer .footer-middle .footer-content {
        width: 60%;
        margin-right: 8px;
        margin-bottom: 0;
        padding: 22px 20px 11px;
    }

    .panel-footer .footer-middle .footer-nav {
        width: 40%;
        padding: 22px 39px;
        margin-bottom: 0;
    }

    /*Footer Content*/
    .panel-footer .footer-content .contentRender_name_plugins_core_textbox {
        max-width: 84%;
        margin-bottom: 22px;
        text-align: left;
    }

    .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;
        /*letter-spacing: 0.85px;*/
        line-height: 24px;
    }

    .panel-footer .footer-content .hours,
    .panel-footer .footer-content .hours > div{
        display: flex;
        flex-direction: row;
    }

    .panel-footer .footer-content .hours > div:first-child {
        margin-right: 43px;
    }

    .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 {
        padding: 0;
    }

    .panel-footer .footer-bottom .inner {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 60px;
    }

    .panel-footer .footer-bottom .copyright p{
        font-size: 14px;
    }

    .panel-footer .footer-bottom .simpleview-logo img {
        width: 193px;
    }
    /*------------*/
}