.panel-footer {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #12569F;
    color: #fff;
    padding: 15px 20px 0;
    margin-top: 35px;
    bottom: 0px;
    width: 100%;

    background-size: cover;
    background-position: center;
}
.panel-footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(7,41,69,0.80) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
}

.panel-footer .footer-top{
    z-index: 2;
    max-width: 400px;
    margin: -15px auto 31px;
    display: block;
    width: 100%;
}

.panel-footer .footer-middle {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 1170px;
    padding: 0;
    z-index: 2;
}
.panel-footer .footer-middle .middle-left{
    text-align: center;
}
.panel-footer .footer-bottom {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 1170px;
    padding: 15px 0;
    z-index: 2;
}
.panel-footer .footer-middle .logo-footer{
    margin-bottom: 25px;
}
.panel-footer .footer-middle .logo-footer img { 
    width: 100%;
    max-width: 279px;
}

.panel-footer .footer-middle .contentRender_name_plugins_core_textbox {
    max-width: 100%;
    padding: 0;
    margin: 0;
    color: #FFF;
    margin-bottom: 22px;
}


.panel-footer .footer-middle .contentRender_name_plugins_core_textbox h6{
    font-family: "Fira Sans", sans-serif;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    line-height: 1em;
    margin: 0 0 11px;

}
.panel-footer .footer-middle .contentRender_name_plugins_core_textbox p a,
.panel-footer .footer-middle .contentRender_name_plugins_core_textbox p {
    font-family: "Fira Sans", sans-serif;
    color: #FFF;
    font-size: 16px;
    line-height: 1.2em;
    margin: 0 0 10px;
}

.panel-footer .footer-bottom .copyright p{
    font-family: "Fira Sans", sans-serif;
    font-size: 14px;
    margin: 0;
}

.panel-footer .footer-bottom .simpleview-logo{
    width: 100%;
    height: 100%;
    text-align: center;
    max-width: 400px;
    border-bottom: 1px solid white;
    padding-bottom: 13px;
    margin-bottom: 19px;
}

.panel-footer .footer-bottom .simpleview-logo img{
    width: 143px;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    left: 0;
    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 .footer-top > div{
        width: 50%;
        margin-top: -15px;
    }

    .panel-footer .footer-top,
    .panel-footer .footer-middle {
        display: flex;
        flex-direction: row;
        justify-content:space-between;
    }
    .panel-footer .footer-top{
        margin: 0 -20px;
        max-width: none;
        width: auto;
    }

    .panel-footer .footer-middle{
        padding: 48px 0 46px;
        border-top: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
    }

    .panel-footer .footer-middle .logo-footer img {
        /*max-width: 279px;*/
    }
    .panel-footer .footer-middle .middle-left{
        flex-basis: 70%;
        display: flex;
        flex-wrap: wrap;
        text-align: left;
    }
    .panel-footer .footer-middle .middle-left .contentRender_name_plugins_common_logo_footer{
        flex-basis: 67%;
    }
    .panel-footer .footer-middle .middle-left .contentRender_name_plugins_core_textbox{
        width: 33%;
        margin-top: 17px;
        margin-bottom: 0;
    }
    .panel-footer .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
        padding: 22px 0;
    }

    .panel-footer .footer-bottom .copyright p {
        font-size: 15px;
    }
    .panel-footer .footer-bottom .simpleview-logo{
        margin-right: -2px;
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
        text-align: right;
    }

    .panel-footer .footer-bottom .simpleview-logo img{
        width: 170px;
    }
}

@media screen and (min-width: 1200px){
    .panel-footer .footer-middle .middle-left{
        flex-basis: 70%;
    }
    .panel-footer .footer-middle .middle-left .contentRender_name_plugins_common_logo_footer{
        flex-basis: 525px;
    }

}