body {
    height: 100%;
}

div.content-wrapper {
    min-height: 100vh;
    padding-bottom: 11.5em;
}

body.login-body {
    background-color: #fff;
}
.colorWhite {
    color: #fff;
}

.div-center {
    text-align: center;
    vertical-align: middle;
}

a.login-menu-elem {
    display: block;
    padding: 16px 26px;
    text-decoration: none;
    text-transform: uppercase;
    font: 16px/1 'Lato', Arial, Helvetica, sans-serif;
    color: #fff;
}

.login-flex-container {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    height: 50px;
}

.login-flex-block {
    font: 18px/1 'Lato', Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    width: 150px;
}

.link-marker:hover, .main-menu li:hover {
    background-color: #35689B;
    color: #fff;
    cursor: pointer;
}

a.login-menu-elem:hover {
    color: #fff;
    text-decoration: none;
}

.login-flex-block:first-child {
    margin-left: 70px;
}

.login-flex-block.search-marker {
    margin-left: 50px;
    vertical-align: middle;
    line-height: 50px;
    min-width: 250px;
}
.search-marker #keyword {
    padding: 2px 8px;
    width: 150px;
}

.content-flex-container {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: flex-start;
    background-color: #fff;
}

.content-flex-block {
    font: 18px/1 'Lato', Arial, Helvetica, sans-serif;
}

.content-flex-block:first-child {
    margin: 17px 17px 0 17px;
}
.content-flex-block:nth-child(2) {
    width: calc(100% - 361px);
    margin-top: 17px;
}
.login-footer table td {
    padding-left: 17px;
}
.main-menu {
    list-style: none;
    padding-left: 0;
}

.main-menu li {
    min-width: 250px;
}

.main-menu a {
    display: block;
    padding: 11px 11px 11px 24px;
    text-decoration: none;
    text-transform: uppercase;
    font: 16px/1 'Lato', Arial, Helvetica, sans-serif;
    line-height: 1.5;
    color: #fff;
}
form[name=loginForm] div.wordwrap {
    margin-top: 40px;
    padding-left: 0;
    font-size: 16px;
    color: #000;
}

.login-enter {
    font-size: 16px;
    font-weight: bold;
}
.login-creds {
    margin-top: 30px;
    font-size: 14px;
}
.login-creds label {
    display: inline-block;
    width: 110px;
    font-size: 16px;
    color: #000;
}
.login-creds + .login-creds  {
    margin-top: 17px;
    margin-bottom: 15px;
}
.login-notes {
    margin-left: 110px;
}
.login-notes a {
    text-decoration: none;
    font-size: 16px;
}
.login-notes + .login-notes {
    margin-top: 8px;
}
input[type="button"] {
    position: relative;
    padding: 8px 20px 8px 15px;
    font: 14px/1 'Lato', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #024282;
    background: #EDF4EA;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 3px 7px #858585;
    cursor: pointer;
}
#loginButton {
    margin-top: 20px;
    padding: 8px 50px;
}
#goButton {
    float: none;
    display: inline-block;
    margin-left: 20px;
    padding: 0 17px 2px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 16px;
    text-transform: uppercase;
    box-shadow: 0 3px 7px #252525;
}
div.sub-header {
    position: relative;
    top: -10px;
    min-width: 570px;
}
.sub-header+.content-flex-container {
    margin-top: -10px;
    /*height: calc(100% - 135px);*/
}

/* footer */
.login-footer {
    position: relative;
    bottom: 0;
    padding-bottom: 30px;
    background-color: #fff;
    margin-top: -11.5em;
}
.login-footer .separator {
    margin: 14px 0;
    height: 1px;
    background-color: #85AD5C;
}
a.footerlink {
    line-height: 40px;
    font-size: 12px !important;
    text-decoration: none !important;
}
a.footerlink:not(:last-child) {
    padding-right: 20px;
}
a.footerlink:not(:first-child) {
    padding-left: 20px;
}
.footerlighttext {
    font-size: 12px !important;
    color: #000;
}

@media screen and (min-width: 1512px) {
    .content-flex-block+.content-flex-block {
        width: 1134px;
    }
    .login-footer {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .login-footer > div {
        width: 1444px;
    }
}
@media screen and (max-width: 768px) {
    a.login-menu-elem {
        padding: 16px 10px;
    }
    .search-marker #keyword {
        width: 100px;
    }
}
@media screen and (max-width: 615px) {
    .login-flex-block:first-child {
        margin-left: 30px;
    }
    .login-notes {
        margin-left: 0;
    }
}
