.footer-cta-cont {
    margin: 0 0 10px;
}

.footer-cta-cont > div:first-child {
    margin-bottom: 5px;
}

.panel-footer {
    position: relative;
    display: flex;
    flex-direction: column;
    background-image: url("/includes/client_public/assets/shared/skyline_footer_background.jpg");
    background-position: center;
    background-size: cover;
    color: #fff;
    margin: 23px 0 34px;
    bottom: 0px;
    width: 100%;
}

.panel-footer::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #33687b;
    opacity: 0.85;
}

.panel-footer .footer-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/*Footer Left*/
.panel-footer .footer-left {
    order: 2;
    margin-bottom: 27px;
    margin-left: 9px;
}

.panel-footer .footer-left .contentRender_name_plugins_core_textbox {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.panel-footer .footer-left .contentRender_name_plugins_core_textbox p {
    color: #FFF;
    font-size: 12px;
    line-height: 19px;
    font-family: var(--acumin-pro);
    font-weight: normal;
    text-align: center;
    margin-bottom: 0;
}

.panel-footer .footer-left .contentRender_name_plugins_core_textbox a {
    color: #FFF;
    font-weight: normal;
}
/*-*-*-*-*-*-*-*-*-*-*/

/*Footer Middle*/
.panel-footer .footer-middle {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 20px 20px 23px;
    text-align: center;

    order: 1;
}

.panel-footer .logo-footer img { 
    width: 155px;
    margin-bottom: 22px;
}

/*-*-*-*-*-*-*-*-*-*-*/

/*Footer Right*/
.panel-footer .footer-right {
    order: 3;
    text-align: center;
}

.panel-footer .footer-right .simpleview-logo img{
    width: 198px;
}

.panel-footer .footer-right .copyright p {
    font-size: 12px;
    font-family: var(--acumin-pro);
    margin-bottom: 3px;
}

/*-*-*-*-*-*-*-*-*-*-*/

.panel-footer .footer-bottom {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 20px;
}



/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: -1px;
    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: 64em){
    .footer-cta-cont{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 0px;
        color: white;
        background: white;
        margin: 0;
    }

    .footer-cta-cont > div:first-child {
        margin-bottom: 0;
    }

    .panel-footer {
        background-image: url("/includes/client_public/assets/shared/skyline_footer_background.jpg");
        margin-bottom: 16px;
        background-position-y: 30%;
    }
    
    .panel-footer .footer-inner {
        display: grid;
        grid-template-columns: 0.25fr 0.5fr 0.25fr;
        max-width: 1335px;
        margin: 0 auto;
        padding-left: 28px;
    }

    .panel-footer .footer-left {
        order: 1;
        display: flex;
        align-items: flex-end;
        margin: 0;
    }

    .panel-footer .footer-middle {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 1200px;
        padding: 7px 20px 10px;
        text-align: center;
        order: 2;
    }

    .panel-footer .footer-right {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        text-align: right;      
        margin-bottom: 5px;
    }

    .panel-footer .footer-right .right-bottom {
        margin-left: auto;
        text-align: left;
    }
    .panel-footer .footer-right .copyright p {
        font-size: 12px;
        font-family: var(--acumin-pro);
        margin-bottom: 2px;
    }

    .panel-footer .footer-right .simpleview-logo img{
        width: 197px;
    }

    .panel-footer .footer-left .contentRender_name_plugins_core_textbox p {
        text-align: left;
    }

    .panel-footer .logo-footer { 
        margin-bottom: 25px;
        margin-right: 28px;
    }

    .panel-footer .logo-footer img { 
        width: 220px;
        margin-bottom: 0;
    }

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 64em) {
    .panel-footer .footer-inner {
        display: -ms-grid;
        -ms-grid-columns: 0.25fr 0 0.5fr 0 0.25fr;
    }

    .panel-footer .footer-left {
        -ms-grid-column: 1;
    }

    .panel-footer .footer-middle {
        -ms-grid-column: 3;
    }

    .panel-footer .footer-right {
        -ms-grid-column: 5;        
    }

    .panel-footer .footer-right .right-bottom {
        height: 45px;
    }

    .footer-cta-cont {
        display: -ms-grid;
        -ms-grid-columns: 1fr 1fr;
        -ms-grid-rows: 160px 10px;
    }

    .footer-cta-cont > div:first-child{
        -ms-grid-column: 1;
    }
    .footer-cta-cont > div:last-child{
        -ms-grid-column: 2;
    }
}

@media screen and (max-width: 40em){
    body.dtn-mobile-banner #ae_launcher{
        bottom: 96px;
        right: 16px;
    }
    body.dtn-mobile-banner .satisfi_chat-button{
        bottom: 142px;
        right: 16px;
    }
}