.panel-footer {
    display: flex;
    flex-direction: column;
    background-color: #212b38;
    color: #fff;
    padding: 15px 0;
    /* margin-top: 100px; */
    bottom: 0px;
    width: 100%;
    padding: 30px 20px 0;
}

.footer-container .drops {
    position: relative;
}

.footer-container .drops .masks .concave {
    width: 40px;
    height: 100%;
    background: url('/includes/public/assets/shared/mask-concave.png') no-repeat bottom;
    background-size: 100% 100%;
}

.footer-container .drops .masks .center {
    width: 100%;
    height: 100%;
    background: url('/includes/public/assets/shared/mask-center.png') repeat-x bottom;
    background-size: 100% 100%;
}

.footer-container .drops .masks .convex {
    width: 40px;
    height: 100%;
    background: url('/includes/public/assets/shared/mask-convex.png') repeat-x bottom;
    background-size: 100% 100%;
}

.footer-container .masks {
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
}

.footer-container .masks .top {
    display: flex;
    height: 49px;
}

.panel-footer .footer-top,
.panel-footer .footer-middle {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    /* padding: 15px; */
}

.panel-footer .footer-top .logo-footer {
    margin-bottom: 39px;
}

/* the core textbox panel */
.panel-footer .contentRender_name_plugins_core_textbox {
    padding: 0;
    margin: 0;
}

.panel-footer .contentRender_name_plugins_core_textbox p {
    color: white;
    font-size: 12px;
    text-align: left;
    line-height: 1.6em;
    margin-bottom: 42px;
}
/* the core textbox panel end */

/* footer nav */
.panel-footer .navFooter {
    list-style: none;
    text-transform: uppercase;
    margin: 0;
    columns: 2;
    margin-bottom: 30px;
    padding-right: 12px;
}
.panel-footer .navFooter a {
    color: white;
    font-family: 'monotype-grotesque', sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-rendering: optimizeLegibility;
}
/* footer nav end */

/* social icons */
.panel-footer .footer-icons .social-links {
    display: flex;
    padding: 0 18px;
    justify-content: space-evenly;
    margin-bottom: 18px;
}

.panel-footer .footer-icons .social-links a {
    color: white;
}
/* social icons end */

/* icons */
.panel-footer .footer-icons .contentRender_name_plugins_core_textbox p {
    text-align: center;
    margin-bottom: 45px;
}

.panel-footer .footer-bottom {
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.panel-footer .copyright {
    text-align: center;
}

.panel-footer .copyright p {
    margin: 0;
    margin-bottom: 3px;
    font-size: 12px;
}

.panel-footer .simpleview-logo {
    width: 200px;
    margin-bottom: 10px;
}

.panel-footer .footer-top .logo-footer img { width: 100% }

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
	bottom: 0px;
	left: 50%;
    transform: translateX(-50%);
    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: -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) {
    .footer-container {
        overflow: hidden;
    }
    .footer-container .drops .contentRender_name_plugins_common_cta_link {
        width: 33.33%;
    }
    .footer-container .drops .cta-link {
        height: 145px;
    }

    .panel-footer {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 38px 40px 15px 40px;
        flex-wrap: wrap;
    }

    .panel-footer .footer-top {
        flex: 1 0 66%;
        padding-right: 70px;
    }

    .panel-footer .footer-middle {
        padding: 10px;
        flex: 1 0 33%;
    }

    .panel-footer .navFooter {
        columns: 1;
    }

    .panel-footer .footer-icons {
        flex: 1 0 66%;
    }
    .panel-footer .footer-icons .contentRender_name_plugins_core_textbox p,
    .panel-footer .footer-middle,
    .panel-footer .footer-icons .social-links {
        padding-left: 0;
        justify-content: start;
    }

    .panel-footer .simpleview-logo {
        margin-left: -7px;
    }

    .panel-footer .footer-icons .social-links {
        max-width: 340px;
    }    
    .panel-footer .footer-icons .contentRender_name_plugins_core_textbox p {
        text-align: left;
        margin-bottom: 45px;
    }

    .panel-footer .footer-bottom {
        justify-content: center;
        align-items: flex-start;
        flex: 1 0 33%;
    }
    .panel-footer .footer-bottom .copyright{
        text-align: left;
    }
}

@media screen and (min-width: 56em) {
    .panel-footer .footer-top {
        flex: 1 0 33%;
        padding-right: 70px;
    }
    
    /* .footer-container .drops .cta-link {
        background-size: cover;
    } */

    .footer-container .drops .cta-link a {
        max-width: unset;
    }

    .panel-footer .footer-middle {
        padding: 10px;
        padding-left: 0;
        flex: 1 0 20%;
    }

    .panel-footer .footer-icons {
        flex: 1 0 33%;
        padding-top: 49px;
    }

    .panel-footer .footer-icons .social-links {
        margin-bottom: 22px;
    }    

    .panel-footer .footer-icons .contentRender_name_plugins_core_textbox p {
        text-align: left;
        padding-left: 0;
    }

    .panel-footer .footer-bottom {
        justify-content: center;
        align-items: center;
        flex: auto;
    }
}

@media screen and (min-width: 75em) {
    .footer-container .drops .masks .concave,   
    .footer-container .drops .masks .convex {
        width: 100px;
    }
    .footer-container .masks .top {
        height: 80px;
    }
    .panel-footer .footer-top {
        flex: 1 0 30%;
        padding-right: 70px;
    }

    .panel-footer .footer-middle {
        padding: 10px;
        flex: 1 0 18%;
    }

    .panel-footer .navFooter {
        margin-top: 38px;
    }

    .panel-footer .footer-icons {
        flex: 1 0 25%;
        padding-top: 49px;
    }

    .panel-footer .footer-icons .social-links {
        justify-content: flex-start;
        margin: 0 auto;
        margin-bottom: 30px;
    }    

    .panel-footer .footer-icons .contentRender_name_plugins_core_textbox p {
        text-align: left;
        padding-left: 0;
    }

    .panel-footer .footer-bottom {
        justify-content: flex-end;
        align-items: center;
        flex: 1 0 20%;
    }
}

@media screen and (min-width: 90em) {
    .panel-footer {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 38px 23px 15px 76px;
        flex-wrap: nowrap;
    }

    .panel-footer .footer-top {
        flex: 1 0 400px;
        padding-right: 50px;
    }

    .panel-footer .footer-top .logo-footer {
        margin-bottom: 30px;
    }

    .panel-footer .footer-middle {
        padding: 10px;
        flex: 1 0 250px;
    }

    .panel-footer .navFooter a {
        font-size: 15px;
        letter-spacing: 0.07em;
    }

    .panel-footer .footer-icons .social-links {
        /* padding: 0 50px; */
        justify-content: space-between;
        margin-bottom: 22px;
        max-width: 300px;
        margin-left: 0;
    }    

    .panel-footer .footer-icons {
        flex: 1 0 400px;
        padding-top: 49px;
    }

    .panel-footer .footer-bottom {
        justify-content: flex-end;
        align-items: flex-end;
        flex: 1 0 225px;
    }

    .panel-footer .copyright p {
        margin-right: 11px;
    }

    .panel-footer .simpleview-logo {
        width: 223px;
        margin-bottom: 0;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 54em) {
    .footer-container .footer-icons .contentRender_name_plugins_core_textbox {
        width: 120%;
    }
}

