.panel-footer {
    color: #fff;
    bottom: 0px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    /* aspect-ratio: 412 / 1160; */
}

/* .content.loaded + .footer-container .panel-footer {
    aspect-ratio: unset;
} */

.panel-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media screen and (min-width: 1025px){
    .panel-footer {
        height: 702px;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        aspect-ratio: unset;
    }
}

/* Footer - Top */
.panel-footer .footer-top {
    height: 605px;
    position: relative;
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    /* aspect-ratio: 412 / 605; */
}

/* .content.loaded + .footer-container .footer-top {
    aspect-ratio: unset;
} */

.panel-footer .footer-logo {
    width: 100%;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20px;
}

.panel-footer .footer-top .logo-footer img {
    width: 100%
}

.panel-footer .footer-cta-cont {
    width: 100%;
    background-color: rgb(20 60 102 / 0.4);
}

@media (min-width: 641px) {
    .panel-footer .footer-top {
        height: 368px;
        aspect-ratio: 803 / 368;
    }

    .content.loaded + .footer-container .panel-footer .footer-top {
        aspect-ratio: unset;
    }

    .panel-footer .footer-logo {
        top: 10%;
    }

    .panel-footer .footer-cta-cont {
        display: flex;
    }

    .panel-footer .footer-cta-cont > div {
        flex: 1;
    }
}

@media screen and (min-width: 1025px) {
    .panel-footer .footer-top {
        margin-left: 300px;
        height: auto;
        background-image: none !important;
        aspect-ratio: unset;
    }

    .panel-footer .footer-logo {
        max-width: 300px;
        top: 170px;
        left: -300px;
        transform: none;
    }
}

@media screen and (min-width: 1200px) {
    .panel-footer .footer-top {
        margin-left: 462px;
    }

    .panel-footer .footer-logo {
        max-width: 450px;
        left: -460px;
    }
}

/* Footer - Middle */
.panel-footer .footer-middle {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    padding: 35px 15px 30px 11px;
    position: relative;
    background-color: #fff;
}

.panel-footer .footer-middle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 110px;
    background-color: #f48678;
}

.panel-footer .contentRender_name_plugins_core_textbox h5 {
    font-family: 'proxima-nova', sans-serif;
    font-size: 17px;
    color: #143c66;
    line-height: 1.2;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.panel-footer .contentRender_name_plugins_core_textbox small {
    font-size: 12px;
}

.panel-footer .contentRender_name_plugins_core_textbox p {
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
    color: #68717a;
    margin-bottom: 0;
}

.panel-footer .contentRender_name_plugins_core_textbox hr {
    margin: 10px 0;
    display: block;
    border: solid #fde39f;
    border-width: 2px 0 0;
    max-width: 165px;
}

.panel-footer .footer-middle .footer-text,
.panel-footer .footer-middle .footer-nav {
    flex: 1;
    min-width: 207px;
    padding: 0;
}

.panel-footer .footer-middle .footer-text > div {
    padding: 0;
}

.panel-footer .footer-middle .footer-nav {
    padding-top: 20px;
    align-self: center;
}

.panel-footer .navFooter li {
    margin-bottom: 5px;
    text-align: center;
}

.panel-footer .navFooter a {
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #338dbd;
}

.panel-footer .navFooter a:hover,
.panel-footer .navFooter a:focus {
    text-decoration: underline;
}

@media (max-width: 640px) {
    .panel-footer .footer-middle .footer-social {
        width: auto;
        min-width: 40px;
    }

    .panel-footer .footer-middle .footer-social > div {
        width: 85px;
    }
}

@media (min-width: 641px) {
    .panel-footer .footer-middle .footer-social {
        width: 100px;
    }

    .panel-footer .footer-middle .footer-text {
        padding-right: 40px;
        flex: 2;
    }

    .panel-footer .navFooter li {
        text-align: left;
    }

    .panel-footer .navFooter a {
        font-size: 18px;
    }
}

@media screen and (min-width: 1025px){
    .panel-footer .footer-middle {
        margin-left: 300px;
        margin-bottom: 54px;
        width: calc(100% - 300px);
    }

    .panel-footer .footer-middle .footer-social {
        width: 150px;
    }
}

@media screen and (min-width: 1200px) {
    .panel-footer .footer-middle {
        margin-left: 462px;
        width: calc(100% - 462px);
    }

    .panel-footer .footer-middle::before {
        width: 30px;
    }

    .panel-footer .footer-middle .footer-text {
        flex: 1;
    }
}

/* Footer - Bottom */
.panel-footer .footer-bottom {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    padding: 12px 20px 16px;
    background-color: #143c66;
    text-align: center;
}

.panel-footer .footer-bottom img {
    max-width: 185px;
    margin-bottom: 10px;
}

.panel-footer .footer-bottom p {
    font-size: 12px;
}

@media (min-width: 641px) {
    .panel-footer .footer-bottom {
        flex-flow: row-reverse;
        justify-content: space-between;
        align-items: center;
        padding-left: 75px;
        padding-right: 25px;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .panel-footer .footer-bottom img {
        margin-bottom: 0;
        margin-top: -4px;
        margin-left: 95px;
    }

    .panel-footer .footer-bottom p {
        font-size: 13px;
    }
}

@media (min-width: 1025px) {
    .panel-footer .footer-bottom {
        justify-content: flex-end;
        padding-left: 300px;
        padding-right: 20px;
    }

    .panel-footer .footer-bottom img {
        margin-bottom: 0;
        margin-top: -4px;
        margin-left: 95px;
    }

    .panel-footer .footer-bottom p {
        font-size: 13px;
    }
}

@media screen and (min-width: 1200px) {
    .panel-footer .footer-bottom {
        padding-left: 462px;
    }
}

/* 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;
}

