.panel-footer {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #12569F;
    color: #fff;
    margin-top: 100px;
    bottom: 0px;
    width: 100%;
}

.panel-footer .inner{
    background-color: #818181;
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.7), transparent 50%), url(/includes/public/assets/shared/footer-bg.jpg);
    background-position: 0px 0px, 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
}

.panel-footer .footer-top,
.panel-footer .footer-middle {
    display: block;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
    max-width: 1761px;
}
/*************/
/*Footer TOP*/
/***********/
.panel-footer .footer-top .logo-footer{ 
    width: 186px;
    margin: 0 auto 33px;
}
.panel-footer .footer-top .footer-cta-cont{
    padding: 0 20px;
    margin-bottom: 42px;
}

/****************/
/*Footer Middle*/
/**************/
.panel-footer .footer-middle{   
    padding: 0 40px;
}

.panel-footer .footer-middle .contentRender_name_plugins_core_textbox {
    max-width: 100%;
    padding: 0;
    margin: 0 0 38px;
}

.panel-footer .footer-middle .contentRender_name_plugins_core_textbox:last-child {
    margin-bottom: 32px;
}

.panel-footer .footer-middle .contentRender_name_plugins_core_textbox a{
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
}
.panel-footer .footer-middle .contentRender_name_plugins_core_textbox a:hover{
    text-decoration: underline;
}
.panel-footer .footer-middle .footer-content .contentRender_name_plugins_core_textbox h4{
    font-family: 'CB Sans W00 Bold', sans-serif;
    margin-top: 0px;
    margin-bottom: 11px;
    color: #fff;
    font-size: 17.5px;
    line-height: 1em;
}

.panel-footer .footer-middle .footer-content .contentRender_name_plugins_core_textbox p{
    font-family: 'CB Sans W00 Regular', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.25px;
    margin-bottom: 7px;
    line-height: 1.2em;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}
.panel-footer .footer-middle .footer-content .contentRender_name_plugins_core_textbox p span.sep{
    display: none;
}
.panel-footer .footer-middle .right-container .social-translate{
    margin-bottom: 25px
}

.panel-footer .footer-middle .right-container .social-translate > h4{
    font-family: 'CB Sans W00 Regular', sans-serif;
    color: #fff;
    font-weight: 400;
    margin: 0 0px 7px 0;
    line-height: 1.1em;
    font-size: 17.5px;    
}

/****************/
/*Footer Bottom*/
/**************/
.panel-footer .footer-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 1761px;
    margin: 0 auto;
    width: 100%;
    padding: 0 40px 31px;
}
.panel-footer .footer-bottom .copyright{
    max-width: 150px;
    margin-bottom: 20px;
}

.panel-footer .footer-bottom .copyright p{
    font-size: 12.5px;
    line-height: 1.2em;
    font-family: 'CB Sans W00 Regular', sans-serif;
    color: #fff;
    margin: 0;
}
.panel-footer .footer-bottom .simpleview-logo img{
    width: 178px;
}

.panel-footer .top-of-page-wrapper{
    z-index: 5;
    display: flex;
    justify-content: center;
}

.panel-footer .top-of-page-wrapper a{
    display: inline-block;
    padding: 9px 30px;
    border: 0;
    line-height: inherit;
    text-decoration: none
    border-radius: 0;

    background-color: #ffb602;
    -webkit-transition: padding 325ms ease, color 325ms ease, background-color 325ms ease;
    transition: padding 325ms ease, color 325ms ease, background-color 325ms ease;
    font-family: 'CB Sans W00 Bold', Helvetica, sans-serif;
    color: #000;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
}

.panel-footer .top-of-page-wrapper a:hover{
    padding-right: 40px;
    padding-left: 40px;
    background-color: #008fda;
    color: #fff;
}
/* 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 .footer-top,
    .panel-footer .footer-middle,
    .panel-footer .footer-bottom{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0;
    }
    .panel-footer .inner{
        padding: 41px 37px 0 40px;
        height: 100%;
    }

    /****************/
    /*FOOTER TOP*/
    /**************/
    .panel-footer .footer-top{
        margin-bottom: 11px;
    }

    /****************/
    /*FOOTER MIDDLE*/
    /**************/

    .panel-footer .footer-middle{
        margin-bottom: 19px;
    }
    .panel-footer .footer-middle .footer-content {
        display: flex;
        flex-direction: row;
        width: 50%;
        max-width: 680px;
    }

    .panel-footer .footer-middle .footer-content .contentRender_name_plugins_core_textbox{
        margin-right: 20px;  
        margin-bottom: 0;
    }

    .panel-footer .footer-middle .footer-content .contentRender_name_plugins_core_textbox:first-child{
        width: 700px;
    }

    .panel-footer .footer-middle .footer-content .contentRender_name_plugins_core_textbox h4{
        margin-top: 0px;
        margin-bottom: 12px;
        font-size: 20px;
    }


    .panel-footer .footer-middle .footer-content .contentRender_name_plugins_core_textbox p{
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 1.2em;
    }
    .panel-footer .footer-middle .footer-content .contentRender_name_plugins_core_textbox p span.sep{
        display: inline-block;
    }
    .panel-footer .footer-middle .right-container{
        width: 50%;
    }

    .panel-footer .footer-middle .right-container .social-translate{
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 5px;
        margin-right: 3px;
    }

    .panel-footer .footer-middle .right-container .social-translate > h4{
        margin: 0 9px 0 0;
        line-height: 1.1em;
        font-size: 24px;
        text-shadow: 1px 1px 6px #000;
    }

    .panel-footer .footer-top .footer-cta-cont {
        display: -ms-grid;
        display: grid;
        width: 675px;
        justify-content: space-between;
        align-items: center;
        grid-auto-columns: 1fr;
        grid-column-gap: 35px;
        grid-row-gap: 0px;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        padding: 0;
    }
    .panel-footer .footer-top .footer-cta-cont > div:first-child {
        -ms-grid-column: 1;
    }
    .panel-footer .footer-top .footer-cta-cont > div:last-child {
        -ms-grid-column: 3;
    }
    
    .panel-footer .footer-top .logo-footer{ 
        width: 250px;
        margin-bottom: 20px;
        margin-right: 20px;
    }

    /**************************/
    /*FOOTER BOTTOM (Desktop)*/
    /************************/
    .panel-footer .footer-bottom{
        margin-bottom: 6px;
    }
    
    .panel-footer .footer-bottom .copyright {
        max-width: none;
    }
    .panel-footer .footer-bottom .copyright p {
        font-size: 13px;
    }
    .panel-footer .footer-bottom .simpleview-logo img{
        width: 178px;
    }
}

@media screen and (min-width: 1440px){
    .panel-footer .footer-middle .right-container .social-translate{
        flex-wrap: initial;
    }
}