.footer-accent{
    background-image: url(/includes/public/assets/shared/footer_overlay.png);
    width: 100%;
    height: 80px;
    position: relative;
    z-index: 1;
}

.panel-footer {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: rgba(18,104,131, 1);
    color: #fff;
    padding: 65px 0 40px;
    margin-top: -55px;
    width: 100%;
    overflow: hidden;

    background-size: auto;
    background-position: 65% -15%;
    background-repeat: no-repeat;
}

.panel-footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(18,104,131, 1) 30%, rgba(0,0,0,0) 100%);
    pointer-events: none;
}
.panel-footer .inner {
    z-index: 32;
    position: relative;
    height: 100%;
}
.panel-footer .footer-logo-container{
    margin-bottom: 35px;
}
.panel-footer .footer-callout-container{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 400px;
}

.panel-footer .footer-callout-container > div:first-child{
    margin-bottom: 15px;
}
.panel-footer .footer-middle {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    padding: 12px 15px 28px;
}

.panel-footer .footer-middle .content-middle{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-basis: 274px;
}
.panel-footer .footer-middle .content-middle .contentRender_name_plugins_core_textbox {
    text-align: left; 
}

.panel-footer .footer-middle .content-middle > div:first-child{
    margin-right: 52px;
}

.panel-footer .footer-middle .divider{
    background-color: #89b4c1;
    width: 20px;
    height: 2px;
    margin: 6px auto 14px;
}

.panel-footer .footer-bottom {
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.panel-footer .footer-bottom .copyright p{
    font-family: 'Karla', sans-serif;
    font-size: 12px;
    line-height: 1.2em;
    text-align: center;
    letter-spacing: 0.48px;
    margin-bottom: 3px;
}
.panel-footer .footer-bottom .copyright p span{
    font-weight: bold;
}

.panel-footer .footer-bottom .simpleview-logo{
    text-align: center;
    height: 100%;
}

.panel-footer .footer-bottom .simpleview-logo img{
    width: 210px;
}

.panel-footer .logo-footer { 
    max-width: 115px;
    text-align: center;
    margin: 0 auto;
}

.panel-footer .logo-footer img { 
    width: 100% 
}

.panel-footer .footer-middle .contentRender_name_plugins_core_textbox {
    width: auto;
    padding: 0;
    margin: 0;
    color: #FFF;
    text-align: center;
}

.panel-footer .footer-middle .contentRender_name_plugins_core_textbox h6{
    color: #FFF;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0;
}

.panel-footer .footer-middle .content-middle .contentRender_name_plugins_core_textbox h6{
    font-size: 13px;
    letter-spacing: 0.52px;
}

.panel-footer .footer-middle .contentRender_name_plugins_core_textbox p{
    color: #FFF;
    font-size: 13px;
    line-height: 1.4em;
    font-weight: normal;
    letter-spacing: 0.52px;
    margin-bottom: 0;
}
.panel-footer .footer-middle .contentRender_name_plugins_core_textbox i.fas{
    font-size: 10px;
}
/* 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 screen and (min-width: 1025px){    
    .panel-footer {
        padding: 65px 0 11px;
        background-position: 100% 200%;
        background-size: auto;
    }

    .panel-footer::after {
        background: linear-gradient(to top, rgba(18,104,131, 1) 50%, rgba(0,0,0,0) 100%);
        height: 75%;
    }

    .panel-footer .footer-logo-container {
        margin-bottom: 0;
    }

    .panel-footer .logo-footer { 
        max-width: 165px;
    }
    .panel-footer .footer-callout-container{
        flex-direction: row;
        max-width: 1025px;
    }
    .panel-footer .footer-callout-container > div:first-child{
        margin-bottom: 0px;
    }
    .panel-footer .footer-middle {
        display: flex;
        flex-direction: row;
        justify-content:space-between;
        max-width: 1185px;
        padding: 10px 0px 15px;
    }

    .panel-footer .footer-middle{
        align-items: center;
        margin-bottom: 15px;
    }
    .panel-footer .footer-middle .contentRender_name_plugins_core_textbox {
        text-align: left;
    }
    .panel-footer .footer-middle .contentRender_name_plugins_core_textbox h6{
        font-size: 15px;
        line-height: 1.2em;
        letter-spacing: 0.6px;
    }
    .panel-footer .footer-middle .contentRender_name_plugins_core_textbox p{
        line-height: 1.2em;
        letter-spacing: 0.52px;
    }
    
    .panel-footer .footer-middle > div:first-child{
        flex-basis: 330px;
        margin-left: 60px;
    }

    .panel-footer .footer-middle > div:last-child{
        flex-basis: 190px;
        margin-right: 10px;
    }

    .panel-footer .footer-middle .content-middle > div.contentRender_name_plugins_core_textbox:first-child{
        margin-right: 53px;
    }
    .panel-footer .footer-middle .content-middle .contentRender_name_plugins_core_textbox{
        margin: 0px;
    }
    .panel-footer .footer-middle .divider{
        width: 2px;
        height: 20px;
        margin: 0;
    }
}

@media screen and (min-width: 1440px){    
    .panel-footer {
        background-position: 100% 10%;
        background-size: 100%;
    }
    
}