.panel-footer {
    position: relative;
    display: flex;
    flex-direction: column;
    color: #fff;
    bottom: 0px;
    width: 100%;
    padding-top: 28px;
}

.panel-footer .inner{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.panel-footer .inner::after {
    content: "";
    position: absolute;
    background-color: rgba(146, 156, 64, 0.75);
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.panel-footer .footer-top,
.panel-footer .footer-middle {
    display: block;
    margin: 0 auto;
    width: calc(100% - 30px);
    max-width: 1200px;
    padding: 15px;
    z-index: 1;
    height: 100%;
}

.panel-footer .footer-top{
    margin: 0 auto 30px;
    border: 1px solid #fff;
    padding-top: 25px;
}

.panel-footer .footer-bottom{
    z-index: 1;
}

.panel-footer .footer-bottom .nav-translate{
    display: flex;
    flex-direction: column;
    margin: 0 auto 40px;
    width: 100%;
    max-width: 1300px;
    padding: 0 15px 15px;
}

.panel-footer .footer-middle .logo-footer{ 
    max-width: 200px;
    margin: 0 auto 25px;
}
.panel-footer .footer-middle .logo-footer img { width: 100% }

.panel-footer .footer-middle .contentRender_name_plugins_core_textbox p{
    font-family: "open-sans", sans-serif;
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
}
@media screen and (min-width: 64em){
    .panel-footer {
        padding-top: 83px;
    }
    .panel-footer .footer-top{
        padding-top: 15px;
    }
    .panel-footer .footer-middle .logo-footer{ 
        max-width: 262px;
    }
}
/*Footer - Copyright section*/
.panel-footer .footer-bottom .copyright{
    position: relative;
    padding-top: 170px;
    padding-left: 85px;
}

.panel-footer .footer-bottom .copyright .georgia-logo{
    position: absolute;
    left: 0;
    bottom: -20px;
}
.panel-footer .footer-bottom .copyright .georgia-logo .heart-icon{
    display: none;
}
.panel-footer .footer-bottom .copyright .georgia-logo .heart-mobile-icon{
    display: block;
    width: 70%;
}

@media screen and (min-width: 375px){
    .panel-footer .footer-bottom .copyright{
        padding-left: 105px;
    }
    .panel-footer .footer-bottom .copyright .georgia-logo .heart-mobile-icon{
        width: 100%;
    }
}

.panel-footer .footer-bottom .copyright .simpleview-logo{
    text-align: right;
    width: 100%;
    position: relative;
    text-align: right;
    padding-right: 10px;
}

.panel-footer .footer-bottom .copyright .simpleview-logo::before{
    content: "";
    position: absolute;
    width: calc(100% - 185px);
    height: 1px;
    background-color: #FFF;
    right: 166px;
    top: 15px;
}
.panel-footer .footer-bottom .copyright .simpleview-logo::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #FFF;
    right: 0;
    top: 25px;
}
.panel-footer .footer-bottom .copyright .copy{
    text-align: right;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 13px;
    font-family: "open-sans", sans-serif;
    padding-right: 15px;
    width: 240px;
    margin-left: auto;
}

.panel-footer .footer-bottom .copyright .simpleview-logo img{
    width: 156px;
}

@media screen and (min-width: 64em){
    .panel-footer .footer-bottom .copyright .georgia-logo {
        left: 20px;
    }

    .panel-footer .footer-bottom .copyright .georgia-logo .heart-mobile-icon{
        display: none;
    }
    .panel-footer .footer-bottom .copyright .georgia-logo .heart-icon{
        display: block;
        width: calc(190px + (272 - 190) * ((100vw - 1025px) / (1400 - 1025)));
        left: 75px;
        bottom: 32px;
    }
    
    .panel-footer .footer-bottom .copyright{
        padding-top: 100px;
        padding-left: 165px;
    }
    .panel-footer .footer-bottom .copyright .simpleview-logo {
        padding-right: 15px;
    }
    .panel-footer .footer-bottom .copyright .simpleview-logo::before{
        width: calc(100% - 290px);
        right: 250px;
        top: 20px;
    }
    .panel-footer .footer-bottom .copyright .simpleview-logo::after{
        width: 100%;
        top: 34px;
    }
    .panel-footer .footer-bottom .copyright .simpleview-logo img{
        width: 220px;
    }
    .panel-footer .footer-bottom .copyright .copy {
        width: auto;
        font-size: 15px;
        margin-top: 30px;
    }
}

@media screen and (min-width: 1400px){
    .panel-footer .footer-bottom .copyright .georgia-logo .heart-icon{
        width: 272px;
        left: 75px;
    }
}



/*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}

/* DTN Mobile Footer Banner */
.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: -6px;
    cursor: pointer;
    right: 0px;
    padding: 2px 8px;
    opacity: .35;
    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 {
        display: flex;
        flex-direction: row;
        justify-content:space-between;
    }

    .panel-footer .footer-top{
        align-items: center;
    }

    .panel-footer .footer-top > .contentRender_name_plugins_common_enews{
        flex-basis: 49%;
    }
    .panel-footer .footer-top > .contentRender_name_plugins_common_vguide{
        flex-basis: 45%;
    }
    .panel-footer .footer-middle{
        max-width: 600px;
        margin-bottom: 15px;
    }
    .panel-footer .footer-middle .contentRender_name_plugins_core_textbox{
        max-width: none;
        width: auto;
        margin: 0;
    }
    .panel-footer .footer-middle .contentRender_name_plugins_core_textbox p{
        font-size: 18px;
        line-height: 26px;
        text-align: left;
    }

    .panel-footer .footer-bottom .nav-translate {
        flex-direction: row;
        justify-content:space-between;
        margin-bottom: 30px;
    }

}
