.panel-footer {
    display: flex;
    flex-direction: column;
    background-color: #000000;
    color: #fff;
    padding: 15px 0;
    margin-top: 20px;
    bottom: 0px;
    width: 100%;
}

.panel-footer .footer-top,
.panel-footer .footer-middle {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 20px;
}

.panel-footer .footer-bottom {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    text-align: center;
}

.panel-footer .footer-top .logo-footer img { width: 100% }

.panel-footer .footer-middle .contentRender_name_plugins_core_textbox {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

/* Footer Navigation */
.panel-footer .footer-nav {
    width: 100%;
}
.panel-footer .footer-nav .navFooter {
    margin: 0;
    column-count: 1;
    list-style: none;
    text-align: center;
}

.panel-footer .footer-nav .navFooter > * {
    padding: 5px 15px 5px 0px;
}

.panel-footer .footer-nav .navFooter {
    margin-bottom: 20px;
    text-align: center;
    column-count: 2;
}

.panel-footer .footer-nav .navFooter a {
    color: #fff;
    font-size: 18px;
    font-family: muli,sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
}

.panel-footer .footer-right p {
    margin-bottom: 20px;
    color: white;
    text-align: center;
}

@media (min-width: 1024px) {
    .panel-footer .footer-nav .navFooter {
        margin-bottom: 0;
        text-align: left;
    }
}

/* 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%;
}

.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-top {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid white;
}

@media screen and (min-width: 1025px){
    .panel-footer .footer-top {
        grid-template-columns: 1fr 1fr;
    }
    
}

.panel-footer .simpleview-logo img {
    width: 200px;
    height: 18px;
}

@media screen and (max-width: 640px) {
    .panel-footer .footer-bottom {
        display: block;
    }
}