html, body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: Tahoma, "Ubuntu", "Kalimati", "Liberation Sans", sans-serif;
    font-size: 12px;
    line-height: 130%;
    color: #313131;
}

svg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin-top: -8rem;
}

.main_footer, .push {
    padding: 2rem;
    /*height: 90px;*/
}

* html .main_footer, .push {
    padding-top: 0;
    /*height: 100px;*/
}

.main_footer .vertex_logo {
    text-align: center;
    width: 100%;
    cursor: pointer;
    margin: 0 0 0 -.5rem;
    padding: 0 0 1rem 0;
}

.main_footer .footer_content {
    padding: 0 5px;
    margin: 12px auto 0 auto;
    line-height: 150%;
}

.main_footer .footer_content > div:last-child {
    width: 100%;
    text-align: center;
}

.footer_wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}