.panel-footer {
    display: flex;
    flex-direction: column;
    color: #fff;
    background-color: #233649;
    padding: 0;
    /* margin-top: 100px; */
    bottom: 0px;
    width: 100%;
}

.panel-footer .footer-top {
    background-image: linear-gradient(180deg, rgba(233, 191, 96, 0.61), rgba(233, 191, 96, 0.61)), url(/includes/public/assets/shared/Smokies_trail.jpg);
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
    height: 570px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 50px 15px;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 64em) {
    .panel-footer .footer-top {
        height: 300px;
        flex-direction: row;
        justify-content: center;
    }
    .panel-footer .footer-top > div {
        width: 35%;
    }
}
.panel-footer .footer-middle {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
}

.panel-footer .footer-middle .logo-footer {
    max-width: 200px;
    margin: 0 auto 25px;
} 

.panel-footer .footer-middle .logo-footer img { width: 100%;max-width: 200px; }

.panel-footer .footer-middle .logo-footer-secondary {
    margin: 0 auto;
}
.panel-footer .footer-middle .logo-footer-secondary,
.panel-footer .footer-middle .logo-footer-secondary p {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
.panel-footer .footer-middle .logo-footer-secondary img {
    max-width:35px;
    margin:0 5px;
}

.panel-footer .footer-middle .left-footer,
.panel-footer .footer-middle .center-footer,
.panel-footer .footer-middle .right-footer {
    border-bottom: 1px solid #4f5e6d;
    padding: 35px 0;
}

.panel-footer .footer-middle .center-footer h4 {
    font-family: 'Suez One', serif;
    font-size: 25px;
    line-height: 1.3em;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
}

.panel-footer .footer-middle .center-footer p,
.panel-footer .footer-middle .center-footer p a {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.panel-footer .footer-middle .right-footer .back-to-top {
    display: flex;
    padding: 15px 35px 17px;
    justify-content: space-around;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0px;
    text-transform: capitalize;
    white-space: nowrap;
    align-items: baseline;
    flex: 0 auto;
    border: 3px solid #e9bf60;
    width: 190px;
    transform: none;
    transition: background-color 350ms ease;
    border-radius: 300px;
    background-color: transparent;
    font-size: 14px;
    cursor: pointer;
    margin: 10px auto 20px;
    padding-top: 10px;
    padding-bottom: 12px;
    align-self: center;
    color: #fff;
}
.panel-footer .footer-middle .right-footer .back-to-top:hover {
    background-color: #0c2641;
}
.panel-footer .footer-middle .right-footer .back-to-top i {
    margin-top: 4px;
    margin-right: 5px;
    margin-left: 5px;
    color: #d35e21;
    font-size: 12px;
    line-height: 1em;
    text-decoration: none;
}
.panel-footer .footer-middle .right-footer .social-links {
    margin-bottom: 20px;
    justify-content: center;
}
.panel-footer .footer-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 30px 50px;
    background-color: #0c2641;
}

.panel-footer .footer-bottom .simpleview-logo img {
    width: 180px;
}

.panel-footer .footer-bottom .copyright p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    line-height: 1.2em;
}
.panel-footer .footer-bottom .simpleview-logo a {
    display: flex;
    justify-content: center;
}
.panel-footer .footer-top .logo-footer img { width: 100% }

.panel-footer .footer-middle .contentRender_name_plugins_core_textbox {
    max-width: 335px;
    padding: 0;
    margin: 0 auto;
}

.panel-footer .footer-middle-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.panel-footer .footer-middle-bottom .navFooter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;

    font-family: 'Suez One', serif;
    list-style: none;
    font-size: 16px;
    margin-left: 0;
}

.panel-footer .footer-middle-bottom .navFooter .item {
    margin-right: 15px;
}

.panel-footer .footer-middle-bottom .navFooter .item:last-child {
    margin-right: 0px;
}

.panel-footer .footer-middle-bottom .navFooter .item a {
    font-weight: 400;
    color: #fff;
}
.panel-footer .footer-middle-bottom .navFooter .item a:hover {
    color: #e9bf60;
}
/* 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;
}
.panel-footer .footer-border {
    display: none;
}
@media screen and (min-width: 64em){
    .panel-footer .footer-middle {
        display: flex;
        flex-direction: row;
        justify-content:space-between;
        margin-top: 40px;
        margin-bottom: 30px;
        max-width:926px;
    }
    .panel-footer .footer-middle .footer-border {
        display: flex;
        width: 1px;
        margin-right: 40px;
        margin-left: 40px;
        background-color: hsla(0, 0%, 100%, 0.15);
    }
    .panel-footer .footer-middle .left-footer,
    .panel-footer .footer-middle .center-footer,
    .panel-footer .footer-middle .right-footer {
        width: 30%;
        padding: 0;
        border: 0;
    }
    .panel-footer .footer-middle-bottom {
        border-top: 1px solid hsla(0, 0%, 100%, 0.15);
        position: static;
        display: flex;
        margin-bottom: 0;
        padding-top: 20px;
        justify-content: center;
        max-width: 926px;
        margin: auto;
        width: 100%;
        padding-bottom:0;
    }
    
    .panel-footer .footer-middle .center-footer h4 {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 1.1em;
        font-weight: 400;
    }
    .panel-footer .footer-middle .right-footer .back-to-top {
        margin-top: 0px;
        margin-bottom: 10px;
        padding-top: 10px;
        padding-bottom: 12px;
        align-self: center;
        border-style: solid;
        border-width: 2px;
    }
    .panel-footer .footer-bottom {
        display: flex;
        flex-direction: row;
        width: 100%;
        max-width: 100%;
        padding: 15px 30px;
        background-color: #0c2641;
    }
    .panel-footer .footer-middle-bottom .navFooter {
        margin-bottom: 30px;
    }

    .panel-footer .footer-middle-bottom .navFooter .item {
        margin-right: 50px;
    } 

    .panel-footer .footer-bottom .copyright p {
        margin-bottom: 0;
        line-height: 1.6;
    }
    .panel-footer .footer-bottom .simpleview-logo img{
        width:180px;
    }
}

