.toolbar-oriented .toolbar-bar {
z-index: 1000;
}

 body {
    font-size: 16px;
    line-height: 120%;
    background: #ffffff;
    min-width: 320px;
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    font-family: Barlow-regular, Helvetica, Arial, sans-serif;
    position: relative;
    padding-bottom: 10%;
    
}
body .main .button.form-submit {
    background-color: #51BBED;
    border: 1px solid #51BBED;
}
div.myform {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    color: #333;
    font-size: 16px;
    line-height: 120%;
    -webkit-box-direction: normal;
    font-family: Barlow-regular, Helvetica, Arial, sans-serif;
    --mm-sidebar-collapsed-size: 44px;
    --mm-sidebar-expanded-size: 440px;
    box-sizing: border-box;
    outline: 0;
    background-color: #fff;
    margin-top: 45px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;

}
.main .button.form-submit {
    background-color: #7ed221;
    border: 1px solid #7ed221;
    border-radius: 4px;
    min-width: 146px;
    height: 40px;
    box-sizing: border-box;
    margin: 15px 6px 15px 0;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    font-family: Barlow-bold, Helvetica, Arial, sans-serif;
    font-size: 0.875em;
    color: #fff;
    transition: all 0.2s ease-in;
}

.main .button.form-submit:hover {
    background: #fff;
    color: #4a4a4a;
}

.main .button.form-submit.invisible {
    position: absolute;
    top: -9999px;
    left: -9999px;
}


.footer {
    background: #4a4a4a; 
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 22px 0 23px 0;
    z-index: 98;
    font-family: Barlow-regular, Helvetica, Arial, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 120%;
    text-align: center;
    color: #fff;
}

.footer .container {
    max-width: 1280px;
    margin: 0 auto;
}

.footer .menu {
    background: none;
    position: relative;
}

.footer ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer ul.menu li {
    margin: 0;
}

.footer li {
    display: inline-block;
    position: relative;
    padding: 0 12px 0 15px;
}

.footer li:before {
    content: " ";
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    height: 7px;
    width: 1px;
    margin-top: -4px;
}

.footer li:first-child:before {
    display: none;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    text-decoration: underline;
}

