*{
    margin: 0;
    padding: 0;
    margin-right: unset;
    margin-left: unset;
}

.footer-section{
    background: #E9F3EB;
    height: auto!important;
    padding: 2rem 0 4rem 0;
}

.footer-section .input-wrapper{
    max-width: 80%;
    position: relative;
    margin: 0 auto;
}

.footer-css{
    max-width: 90%;
}

.e-footer-about{
    max-width: 24rem;
    text-align: left;
}

.e-footer-text{
    font-style: normal;
    /* font-weight: 400; */
    font-size: .875rem!important;
    line-height: 30px!important;
    /* or 250% */
    color: #222222!important;
    mix-blend-mode: normal!important;
    opacity: 0.8!important;
    font-family: '';
}

.e-footer-text .e-footer-value{
    font-weight: 500!important;
    line-height: 14px;
    opacity: 100%;
}

/*
.TopHeader{
    width: 100%;
}

.footer-section form input[type="search"]{
    width: 71%;
    height: 62px;
    border-radius: 50px;
    background: #4E2981;
    border: 1px solid #FFFFFF;
    padding-left: 1.5rem;
}

.footer-section form input[type="search"]::placeholder{
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 147.9%;
    color: #FFFFFF
}
*/

.footer-divider{
    width: 100%!important;
    height: 0px;
    margin: 2.5rem auto 0 auto;
    /* border: 1px solid #FFFFFF; */
    background: #222222;
    mix-blend-mode: normal;
    opacity: 0.15;
    border: 1px solid #222222;
}

.bottom-copy{
    margin-top: 2.8rem;
}

.bottom-copy h5, .bottom-copy h6{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #222222;
    mix-blend-mode: normal;
    opacity: 0.75;
    font-family: 'Stolzl-Medium'!important;
}

.bottom-copy h5{
    max-width: 32rem;
    margin: 0 auto;
    font-family: 'Stolzl-Medium'!important;

}

.bottom-copy span:nth-child(-1n + 3){
    border-right: .2rem solid #FFFFFF;
    padding-right: .875rem;
}
.bottom-copy h6{
    margin-top: .8rem;
}

.newsletter {
    background: #F56B08;
    border-radius: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: .875rem;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    padding: .9rem 2rem;
    border: none;
    position: absolute;
    right: 10.3rem;
    top: .5rem;
}

.footer-wrapper{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

@media(max-width: 414px){
    .e-footer-about{
        text-align: left;
        width: 100%;
    }

    .e-footer-pages{
        margin-top: 2rem;
    }

    .footer-wrapper{
        padding-left: unset;
        padding-right: unset;
    }

    .footer-section .input-wrapper{
        width: 100%!important;
        justify-content: center!important;
        justify-items: center!important;
        align-items: center!important;
    }

    .footer-section form input[type="search"]{
        width: 100%!important;
        padding-left: 1rem;
    }

    .TopHeader{
        width: 100%;
    }

    .newsletter{
        position: absolute;
        right: .5rem;
    }

    .location{
        margin-top: 3rem;
        width: 100%!important;
    }

    .footer-css{
        max-width: unset!important;
    }

    .footer-section{

    }
}

/* Ipad screen */
@media(min-width: 540px) and (max-width: 1030px){

    .newsletter{
        right: 16%;
    }

    .e-footer-about{
        max-width: 26rem;
        text-align: left;
    }

    .e-footer-pages{
        text-align: left;
    }

    .e-footer-pages-mobile{
        margin-top: 3rem;
        text-align: left;
    }

    .location{
        text-align: left!important;

    }

    .e-address{
        max-width: 14rem!important;
    }
}

@media screen and (min-width: 912px) and (max-width: 1024px){
    .footer-section .search-image{
        /* width: 21.34px; */
        right: 20%;
    }

    .newsletter{
        right: 9%!important;
    }

    .location{
        /* align-self: center!important; */
        margin: 4rem auto 0 auto!important;
    }

    .e-logo-mobile{
        width: 100%!important;
    }

}

@media screen and (min-width: 1024px) and (max-width: 1300px){
    .newsletter{
        right: 16%!important;
    }
}

@media (min-width: 768px) and (max-width: 1200px){
    .footer-section{
        height: 100vh;
    }

    .footer-css{
        max-width: 100%!important;
    }
}
