.panel-footer {
    display: flex;
    flex-direction: column;
    background-color: black;
    color: #fff;
    bottom: 0;
    width: 100%;
    padding: 40px 25px 24px;
}

@media screen and (min-width: 640px) {
    .panel-footer {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .panel-footer {
        flex-direction: row;
        flex-wrap: wrap;
        padding-top: 90px;
    }
}

/* Footer top */
/* container left > footer callout */
.panel-footer .footer-top .left {
    width: 100%;
}

@media screen and (min-width: 800px) {
    .panel-footer .footer-top .left { 
        display: flex;
        justify-content: space-around;
    }
}

@media screen and (min-width: 1024px) {
    .panel-footer .footer-top .left {
        display: flex;
        justify-content: space-evenly;
        padding-bottom: 16px;
        overflow: hidden;
        border-right: 1px solid rgb(41, 41, 41);
    }
    /* .panel-footer .footer-top .left div {
        flex-basis: 1;
        display: flex;
        justify-content: flex-end;
    } */
    .panel-footer .footer-top {
        order: 1;
        flex: 1 0 17%;
    }   
}

@media screen and (min-width: 1044px) {
    .panel-footer .footer-top,
    .panel-footer .footer-bottom,
    .panel-footer .copyright {
        max-width: 1044px;
        margin: 0 auto;
    }
}

/* Footer bottom */
/* Contains footer-nav and right  */
.panel-footer .footer-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    padding-top: 35px;
    overflow: hidden;
}

.panel-footer .footer-nav {
    display: flex;
    justify-content: center;
}

.panel-footer .footer-nav > * {
    width: 50%;
}

@media screen and (min-width: 640px) {
    .panel-footer .footer-bottom {
        flex-direction: row;
        flex: 1 0 13%;
        padding-top: 20px;
    }

    .panel-footer .footer-bottom .footer-nav {
        margin-top: 0;
    }
}

@media screen and (min-width: 1024px) {
    .panel-footer .footer-bottom {
        order: 2;
        padding-left: 40px;
        padding-top: 0;
        /* flex: 1 0 28% */
    }
}

@media screen and (min-width: 1200px) {
    .panel-footer .footer-bottom {
        order: 2;
        padding-left: 40px;
        padding-top: 0;
        flex: 1 0 39%
    }
}

/* footer-nav */
/* Contains the navigation ul items */
.panel-footer .footer-nav ul {
    list-style: none;
    text-align: left;
}

@media screen and (min-width: 1300px) {
    .panel-footer .footer-nav ul {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        -webkit-column-gap: 0px;
        column-count: 2;
    }
}

.panel-footer .footer-nav a {
    color: white;
}

@media screen and (min-width: 640px) {
    .panel-footer .footer-nav {
         flex: 1 0 50%;
         margin-top: 14px;
    }
 }

@media screen and (min-width: 1024px) {
   .panel-footer .footer-nav {
        flex: 1 0 33%;
        margin-top: 14px;
        flex-direction: row;
   }
   .panel-footer .footer-nav {
        flex-direction: column;
        justify-content: flex-start;
    }    
    .panel-footer .footer-nav > * {
        width: 85%;
    }
}

.panel-footer .navFooter,
.panel-footer .footer-bottom p {
    font-size: 14px;
    line-height: 2.1em;
    margin: 0;
}

/* right */
/* contains textbox, social links, logo and textbox (affiliate logo)  */
.panel-footer .contentRender_name_plugins_core_textbox {
    padding-top: 32px;
    padding-bottom: 10px;
    padding-right: 0;
    text-align: center;
}

@media screen and (min-width: 640px) {
    .panel-footer .contentRender_name_plugins_core_textbox {
        padding-top: 0px;
        padding-bottom: 10px;
        padding-right: 0;
        text-align: left;
    } 
}

.panel-footer .footer-bottom .right div {
    padding-left: 0;
}

@media screen and (min-width: 640px) {
    .panel-footer .footer-bottom .right {
        flex: 1 0 70%;
        margin-top: 0;
        padding-top: 0;
        text-align: left;
        flex-direction: column;
        border: none;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 1024px) {
    .panel-footer .footer-bottom .right {
        flex: 1 0 47%;
        margin-top: 0;
        padding-top: 0;
    }
}

@media screen and (min-width: 1200px) {
    .panel-footer .footer-bottom .right {
        flex: 1 0 22%;
    }
}
.panel-footer .footer-bottom .right p {
    color: white;
}

@media screen and (min-width: 640px) {
    .panel-footer .footer-bottom .right > div {
        max-width: 280px;
    }
}

.panel-footer .logo-footer {
    width: 106px;
    margin-right: 10px;
}

@media screen and (min-width: 1440px) {
    .panel-footer .logo-footer {
        margin-right: 0;
    }
}

.panel-footer .logos {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    margin: 0 auto;
    margin: 14px auto 36px;
    width: 250px;
}

.panel-footer .logos .contentRender_name_plugins_core_textbox{
    width: 114px;
}

@media screen and (min-width: 640px) {
    .panel-footer .logos {
        align-items: start;
        margin: 0;
    }
}

.panel-footer .logos::first-child {
    margin-right: 18px;
}

@media screen and (min-width: 1024px) { 
    .panel-footer .right .logos {
        margin: 0;
        flex-direction: row;
        align-items: baseline;
        justify-content: right;
        /* width: 120px; */
        margin-right: 0;
    }
}

@media screen and (min-width: 1440px) {
    .panel-footer .right .logos {
        align-items: flex-end;
    }
    .panel-footer .contentRender_name_plugins_core_textbox:nth-of-type(2) {
        margin-left: 14px;
        margin-top: 17px;
    }
}




/* Copyright */
.panel-footer .copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.panel-footer .copyright p {
    color: #666666;
    text-align: center;
    font-size: 14px;
}

.panel-footer .cornett {
    max-width: 165px;
    position: relative;
}

.panel-footer .cornett, 
.panel-footer .sv-logo {
    margin-bottom: 15px;
}

.copyright .sv-logo {
    position: relative;
    max-width: 200px;
}

@media screen and (min-width: 640px) {
    .panel-footer .copyright {
        margin-top: 20px;
        flex-flow: row wrap;
    }

    .panel-footer .cornett {
        padding-right: 12px;
        margin-right: 14px;
    }

    .panel-footer .cornett::before {
        content: " ";
        width: 1px;
        height: 100%;
        right: 0;
        top: 2PX;
        background-color: white;
        position: absolute;
    }

    .panel-footer .copyright p {
        flex-basis: 100%;
    }

    .panel-footer .contentRender_name_plugins_collections_template_custom_social_links {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 800px) {
    .panel-footer .copyright {
        order: 4;
        flex-basis: 100%;
        align-items: center;
        justify-content: center; 
        margin-top: 0;
        margin-bottom: 15px;
    }

    .panel-footer .social-links {
        margin-bottom: 20px;
    }

    .panel-footer .sv-logo {
        margin-left: -5px;
    }
}
.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;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0;
    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: 0;
    position: relative;
    margin: 0 auto;
    width: 320px;
    display: block;
}

.panel-footer .mobileAd .banner-close {
    position: absolute;
    top: -18px;
    cursor: pointer;
    right: 0;
    padding: 0 3px;
    opacity: .75;
    color: white;
    background: #111;
    font-size: 12px;
}

.panel-footer .mobileAd .fa {
    color: white;
}
