body { margin:0!important; }
blockquote {    display: none!important; }
#lp-form { display:none!important; }
/*-------------------------------------*
*footer
*-------------------------------------*/

.footer_container_fluid {
    width: 100%;
    background: #e3e3e3;
    margin: auto;
}

.footer_container {
    margin-left:auto;
    margin-right:auto;
    width: 750px;
}

.footer_container {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

.footer_container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.footer_container li {
    list-style: none;
    margin: 0 20px;
}

.footer_container li:last-child {
    margin: 0;
}

.footer_container li a{
    text-decoration: none;
    font-size: 11px;
    color: #3e3e3e;
}

.copyright {
    width: 100%;
    background: #e3e3e3;
    margin: auto;
    color: #3e3e3e;
    font-size: 12px;
    text-align: center;
    padding: 5px 0 10px;
}

/****** MyWellsy  *******/
html { max-height: 100vh; overflow: hidden; }
body {
    height: 100vh;
    display:flex; flex-direction: column; 
}
.page-container { flex: 1; }


.l-header__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    padding: 0;
}
.page-container  div { height: 100%; }
.content_wrap { display: flex; flex-direction: column; justify-content: center; }


