.panel-footer {
    /* display: flex;
    flex-direction: column; */
    background-color: var(--footer-bg-color, #002b49);
    /* color: #fff;
    padding: 25px 30px 10px;
    /* margin-top: 100px; */
    bottom: 0px;
    width: 100%;
}

.panel-footer .footer-container {
    display: flex;
    flex-direction: column;
    color: #fff;
    padding: 25px 30px 10px;
    /* margin-top: 100px; */
    bottom: 0px;
    width: 100%;
    margin: 0 auto;
}

.panel-footer .contentRender_name_plugins_core_textbox {
    margin-bottom: 9px;
    padding: 0;
    text-align: center;
}

.panel-footer .contentRender_name_plugins_core_textbox p {
    color: #fff; 
    font-family: var(--font-display, Georgia), 'Times New Roman', Times, serif;
    font-weight: 700;
    max-width: 100%;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.panel-footer .footer-top,
.panel-footer .footer-middle {
    display: block;
    margin: 0 auto;
}

.panel-footer .footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.panel-footer .nav-group .contentRender_name_plugins_collections_template_custom_nav_links {
    display: none;
}


.panel-footer .footer-top .contentRender_name_plugins_collections_template_custom_nav_links,
.panel-footer .footer-top .contentRender_name_plugins_nav_footer {
    flex: 1 0 50%;
} 

.panel-footer .footer-top ul {
    margin-bottom: 0;
    margin-left: 7px;
}

.panel-footer .footer-top .navFooter:last-child {
    margin: 0 0 25px 0;
}

.panel-footer .footer-top ul li {
    list-style: none;
    padding: 5px 0;
    font-family: var(--font-body, calibri), sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.panel-footer .footer-top ul li a {
    color: #fff;
}

.panel-footer .footer-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 50px;
    width: 100%;
}

@media screen and (min-width: 40em) {
    .panel-footer .footer-bottom {
        padding-bottom: 0;
    }
}

.panel-footer .footer-bottom .contentRender_name_plugins_collections_template_custom_social_links {
    width: 100%;
    margin-bottom: 16px;
}

.panel-footer .footer-middle .custom-footer-logos {
    position: absolute;
    bottom: 0;
    max-width: 100px;
}

@media screen and (min-width: 40em) {
    .panel-footer .footer-middle .custom-footer-logos {
        position: static;
        max-width: 150px;
    }
}
@media screen and (min-width: 64em) {
    .panel-footer .footer-middle .custom-footer-logos {
        max-width: 200px;
        padding-top: 20px;
    }
}

.panel-footer .footer-middle {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.panel-footer .footer-top .logo-footer img { width: 100% }

/* copyright */
.panel-footer .footer-bottom .copyright {
    text-align-last: center;
}

.panel-footer .footer-bottom .copyright p {
    font-family: var(--font-body, calibri), sans-serif;
    font-size: 12px;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
    left: 0;
}

/* 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 .enews .bttn:hover {
    color: white;
}

@media screen and (min-width: 40em) {
    .panel-footer .footer-container {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 40px 25px;
    }

    .panel-footer .footer-top {
        max-width: 500px;
    }

    .panel-footer .footer-top  .nav-group .contentRender_name_plugins_collections_template_custom_nav_links {
        display: block;
        flex: 1 0 auto;
    }


    .panel-footer .footer-top .contentRender_name_plugins_collections_template_custom_nav_links,
    .panel-footer .footer-top .contentRender_name_plugins_nav_footer {
	    flex: 1 0 100%;
    }

    .panel-footer .contentRender_name_plugins_core_textbox {
        text-align: left;
    }

    .panel-footer .footer-top ul {
        margin: 0;
        columns: 1;
    }

    .panel-footer .nav-group {
        display: flex;
    }
    
    .panel-footer .footer-top .nav-links li,
    .panel-footer .footer-top .navFooter li {
        display: inline;
        margin-right: 10px;
    }

    .panel-footer .footer-top .navFooter li::after,
    .panel-footer .footer-top .nav-links li::after {
        content: "\007C";
        margin-left: 10px;
    }

    .panel-footer .footer-top .navFooter li:last-of-type::after,
    .panel-footer .footer-top .nav-links li:last-of-type:after {
        content: none;
    }
}

@media screen and (min-width: 64em){
    .panel-footer .footer-top {
        width: 70%;
        text-align: left;
        margin: 0;
        display: block;
    }  

    .panel-footer .footer-top {
        max-width: initial;
    }

    .panel-footer .footer-top .nav-group .contentRender_name_plugins_collections_template_custom_nav_links {
       flex: unset;
    }

    .panel-footer .footer-top ul li {
        padding: 0;
    }
    
    .panel-footer .footer-bottom .copyright {    
        text-align-last: left;
    }
}

@media screen and (min-width: 80em){
    .panel-footer .footer-container {
        padding-left: 0;
        padding-right: 0;
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 1160px;
    }

    .panel-footer .footer-top {
        margin: 0;
    }

    .panel-footer .contentRender_name_plugins_core_textbox {
        margin-bottom: 0;
    }

    .panel-footer .contentRender_name_plugins_core_textbox p {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .panel-footer .footer-top ul li {
        font-family: var(--font-body, calibri), sans-serif;
        font-size: 20px;
    }

    .panel-footer .footer-top ul li a {
        font-size: 20px;
     }

     .panel-footer .footer-top .navFooter:last-child {
        margin: 0;
    }

    .panel-footer .footer-bottom .copyright p {    
        font-size: 18px;
        margin-bottom: 0;
    } 

    .panel-footer .footer-bottom .contentRender_name_plugins_collections_template_custom_social_links {
        margin-bottom: 6px;
    }
}

