
.panel-footer {
    display: flex;
    flex-direction: column;
    background-color: #476963;
    background-image: url(/includes/public/assets/shared/mountains.png);
    background-repeat: no-repeat;
    background-position: center 60px;
    background-position: center 105%;
    color: #fff;
    bottom: 0px;
    width: 100%;
    padding: 27px 20px;
}

/*************/
/*FOOTER TOP*/
/***********/
.panel-footer .footer-top {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1393px;
}

/*Footer Logo*/
.panel-footer .footer-top .logo-footer{
    margin-bottom: 24px;
}
.panel-footer .footer-top .logo-footer a{ 
    width: 254px;
    display: block; 
}
.panel-footer .footer-top .logo-footer a img { 
    width: 100% 
}

/*Footer Left*/
.panel-footer .footer-left {
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
}

.panel-footer .footer-left .contentRender_name_plugins_core_textbox {
    padding: 0;
    margin-bottom: 23px
}

.panel-footer .footer-left .contentRender_name_plugins_core_textbox p {
    color: #FFF;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 1.5px;
}

.panel-footer .footer-left .contentRender_name_plugins_core_textbox a {
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
}

.panel-footer .footer-left .contentRender_name_plugins_core_textbox a:hover {
    text-decoration: underline;
}
.panel-footer .footer-left .simpleview-logo{
    margin-bottom: 26px;
}

.panel-footer .footer-left .simpleview-logo img{
    width: 178px;
}
.panel-footer .footer-left .copyright p{
    font-size: 14px;
    line-height: 1.45em;
    margin-bottom: 28px;
}

/*Footer Middle*/
.panel-footer .footer-middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/*Footer Middle*/
.panel-footer .footer-right {
    margin-bottom: 18px;
}

/*Logos Section*/
.panel-footer .footer-bottom {
    display: flex;
    flex-direction: row;
    justify-content:center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    padding: 25px 10px 8px;
    border-top: 1px solid #b3bfbc;
}
.panel-footer .footer-bottom > a {
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.panel-footer .footer-bottom .logo-1 img{width: 78px;}
.panel-footer .footer-bottom .logo-2 img{width: 65px;}
.panel-footer .footer-bottom .logo-3 img{width: 88px;}
.panel-footer .footer-bottom .logo-4 img{width: 94px;}
.panel-footer .footer-bottom .logo-5 img{width: 49px;}
.panel-footer .footer-bottom .logo-6 img{width: 102px;}
.panel-footer .footer-bottom .logo-7 img{width: 100px;}
.panel-footer .footer-bottom .logo-8 img{width: 99px;}
.panel-footer .footer-bottom .logo-9 img{width: 53px;}
.panel-footer .footer-bottom .logo-10 img{width: 71px;}
.panel-footer .footer-bottom .logo-11 img{width: 110px;}
.panel-footer .footer-bottom .logo-12 img{width: 70px;}

/* 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: 40em){
    .panel-footer .footer-bottom {
        max-width: 600px;
    }
}
@media screen and (min-width: 64em){
    .panel-footer {
        padding: 64px 15px 7px 15px;
        background-position: center 115px;
    }

    .panel-footer .footer-top{
        display: grid;
        display: -ms-grid;
        max-width: 1363px;
        margin: 0 auto;
        -ms-grid-columns: 1.9fr 1fr 1.9fr;
        grid-template-columns: 2fr 1fr 2fr;
        margin-bottom: 27px;
    }
    .logo-footer {
        margin-left: 18px;
    }
    .panel-footer .footer-top .footer-left{
        max-width: none;
        margin: 0;
        text-align: left;
        grid-column-start: 1;
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        margin-bottom: 0;
    }

    .panel-footer .footer-left .contentRender_name_plugins_core_textbox{
        margin-bottom: 27px
    }
    .panel-footer .footer-left .simpleview-logo img {
        margin-left: 4px;
    }


    .panel-footer .footer-top .footer-left .copyright p{
        margin-bottom: 0;
    }
    .panel-footer .footer-left .simpleview-logo {
        margin-bottom: 7px;
    }

    .panel-footer .footer-top .footer-middle{
        grid-column-start: 2;
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        margin-bottom: 0;
    }

    .panel-footer .footer-top .footer-right{
        grid-column-start: 3;
        -ms-grid-column: 3;
        -ms-grid-row: 1;
        grid-row-start: 1;
        margin-bottom: 0;
    }
    
    /*Logo Section*/
    .panel-footer .footer-bottom {
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 100%;
        max-width: 1362px;
        padding: 15px calc(20px + (59 - 20) * ((100vw - 1025px) / (1400 - 1025)));
        
    }
    .panel-footer .footer-bottom > a {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
    }

    .panel-footer .footer-bottom .logo-1 img{width: 120px;}
    .panel-footer .footer-bottom .logo-4 img{width: 98px;}
    .panel-footer .footer-bottom .logo-5 img{width: 49px;}
    .panel-footer .footer-bottom .logo-6 img{width: 114px;}
    .panel-footer .footer-bottom .logo-7 img{width: 110px;}
    .panel-footer .footer-bottom .logo-8 img{width: 99px;}
    .panel-footer .footer-bottom .logo-9 img{width: 53px;}
    .panel-footer .footer-bottom .logo-10 img{width: 71px;}
    .panel-footer .footer-bottom .logo-11 img{width: 140px;}
    .panel-footer .footer-bottom .logo-12 img{width: 80px;}
}

@media screen and (min-width: 1440px){
    .panel-footer .footer-bottom {
        padding: 15px 59px 11px;
    }
}