.panel-footer {
    display: flex;
    flex-direction: column;
    background-color: #242f44;
    color: #fff;
    bottom: 0px;
    width: 100%;
}

.panel-footer .footer-top {
    display: flex;
    flex-direction: column;
    justify-content:center;
}

.panel-footer .footer-top {
    background-color: #fff;
    color: #242f44;
    padding: 15px;
}

.panel-footer .footer-top > div:first-child:after {
    content: "";
    width: 200px;
    border: 1px solid #faa31b;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


.panel-footer .footer-top .custom-link {
    padding: 20px 0px
}

.panel-footer .footer-top .custom-link a {
    color: #242f44;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.panel-footer .footer-top .custom-link a .title {
    font-family:'ITC Caslon No. 224 W01';
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.panel-footer .footer-top .custom-link a .title i {
    color: #faa31b;
    font-size: 30px;   
}

.panel-footer .footer-top .custom-link a .description {
    font-family:'URW DIN W05';
    font-weight: 400;
    font-size: 14px;
}

.panel-footer .footer-middle {
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1060px;
    padding: 40px 0px;
}

.panel-footer .footer-middle .middle-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.panel-footer .footer-middle .middle-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.panel-footer .footer-middle .middle-right .nav-container.footer {
    align-items: flex-start;
}


.panel-footer .footer-middle .middle-left > div {
    padding: 0 15px;
}

.panel-footer .footer-middle .middle-right > div {
    padding: 0 15px;
}

.panel-footer .footer-middle .middle-right .social-links {
    height: 80px;
}

.panel-footer .footer-bottom {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 1060px;
    margin-bottom: 40px;
}

.panel-footer .footer-bottom .inner {
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    align-items: center;
}

.panel-footer .footer-bottom .inner .copyright,
.panel-footer .footer-bottom .inner .simpleview-logo {
    padding: 0 15px;
}

.panel-footer .footer-bottom .inner .copyright p {
    color: #fff;
    margin: 0;
    font-family:'URW DIN W05';
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.panel-footer .footer-bottom .inner .simpleview-logo {
    width: 220px;
}

.panel-footer .logo-footer img { width: 100%; max-width: 235px; margin-bottom: 30px;}

.panel-footer .footer-middle .contentRender_name_plugins_core_textbox {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.panel-footer .footer-middle .contentRender_name_plugins_core_textbox p,
.panel-footer .footer-middle .contentRender_name_plugins_core_textbox h1,
.panel-footer .footer-middle .contentRender_name_plugins_core_textbox h2,
.panel-footer .footer-middle .contentRender_name_plugins_core_textbox h3,
.panel-footer .footer-middle .contentRender_name_plugins_core_textbox h4,
.panel-footer .footer-middle .contentRender_name_plugins_core_textbox h5,
.panel-footer .footer-middle .contentRender_name_plugins_core_textbox h6 {
    color: #fff;
    margin: 0;
    font-family:'URW DIN W05';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
}

.panel-footer .footer-middle .contentRender_name_plugins_core_textbox h1,
.panel-footer .footer-middle .contentRender_name_plugins_core_textbox h2,
.panel-footer .footer-middle .contentRender_name_plugins_core_textbox h3,
.panel-footer .footer-middle .contentRender_name_plugins_core_textbox h4,
.panel-footer .footer-middle .contentRender_name_plugins_core_textbox h5,
.panel-footer .footer-middle .contentRender_name_plugins_core_textbox h6 {
    font-weight: 700;
    margin-bottom: 5px;
}

/* 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 (min-width: 64em){
    .panel-footer .footer-top {
        display: flex;
        flex-direction: row;
        justify-content:center;
        background-color: #fff;
        color: #242f44;
        padding: 40px;
    }

    .panel-footer .footer-top .custom-link {
        padding: 15px 40px
    }

    .panel-footer .footer-top > div {
        border-right: 2px solid #faa31b;
    }
    
    .panel-footer .footer-top > div:last-child {
        border: none;
    }

    .panel-footer .footer-top > div:first-child:after {
        display: none;
    }

    .panel-footer .footer-top .custom-link a .title {
        font-family:'ITC Caslon No. 224 W01';
        font-weight: 700;
        font-size: 38px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    .panel-footer .footer-top .custom-link a .title i {
        color: #faa31b;
        font-size: 30px;   
    }
    
    .panel-footer .footer-top .custom-link a .description {
        font-family:'URW DIN W05';
        font-weight: 400;
        font-size: 22px;
    }
    
    .panel-footer .footer-middle {
        flex-direction: row;
        justify-content:space-between;
    }

    .panel-footer .footer-middle .middle-left {
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 0px;
        width: 50%;
        text-align: left;
    }

    .panel-footer .footer-middle .middle-right {    
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 0px;
        width: 50%;
    }

    .panel-footer .footer-middle .middle-left > div {
        width: 50%;
        padding: 0 15px;
    }

    .nav-container.footer .navFooter {
        list-style: none;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    } 

    .panel-footer .footer-bottom .inner {
        width: 75%;
        margin-right: 0;
        margin-left: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .panel-footer .footer-bottom .inner .copyright p {
        color: #fff;
        margin: 0;
        font-family:'URW DIN W05';
        font-weight: 400;
        font-size: 16px;
        text-align: center;
    }

    .panel-footer .footer-middle .contentRender_name_plugins_core_textbox p,
    .panel-footer .footer-middle .contentRender_name_plugins_core_textbox h1,
    .panel-footer .footer-middle .contentRender_name_plugins_core_textbox h2,
    .panel-footer .footer-middle .contentRender_name_plugins_core_textbox h3,
    .panel-footer .footer-middle .contentRender_name_plugins_core_textbox h4,
    .panel-footer .footer-middle .contentRender_name_plugins_core_textbox h5,
    .panel-footer .footer-middle .contentRender_name_plugins_core_textbox h6 {
        font-size: 16px;
    }
}

