html {
    height: 100%;
    margin:0;
}
body {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    font-family: "Trade Gothic LT W01 Light", sans-serif;
    font-size: 100%;
    line-height: 27px;
    height: 100%;
}
header, main, footer{
    margin: 0;
    padding: 0;
}
header {
    display: flex;
}
main {
    padding: 25px;
    padding-bottom: 0;
}
footer {
    padding: 25px;
    padding-top: 0;
}
a, a:hover {
    color: #000;
}
textarea {
    width: 100%;
    border-color: #d0d0d0;
    border-radius: 5px;
}
button:focus {
    outline: none !important;
    box-shadow: none !important;
}
#pageWrapper {
    min-height: 76%;
    /*margin-bottom: -300px;*/
}
.reqText {

}
.formCheck {
    margin-left: 1.25rem !important;
    margin-right: -1.25rem !important;
}
#lang_navWrapper>ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
}

#lang_navWrapper>ul li {
    padding-right: 0;
    padding-left: 0;
    color: #5d5d5d;;
}
#lang_navWrapper>ul li>a {
    color: #5d5d5d;;
}
#lang_navWrapper>ul li:not(:first-child):before {
    content: '\00a0|\00a0';
    font-weight: normal !important;
    color: #5d5d5d;
}
#pendingAnswer {
    background: url(../imgs/spinner.gif) transparent center 0 no-repeat !important;
    height: 100px;
    width: 100%;
    margin: 20% 0;
    background-size: 85px !important;
}
#bottomFooterLinks {
    font-size: 0.8em;
    white-space: nowrap;
}
#bottomFooterLinks>ul {
    display: flex;
    justify-content: center;
    list-style: none;
}
#bottomFooterLinks>ul li:not(:first-child):before {
    content: '\00a0|\00a0';
}
#footerLine {
    font-size: 0.8em;
}
#footerLine>ul {
    margin-left: -33px;
    line-height: 1.3em;
}
.successMsg {
    text-align: center;
    font-weight: bold;
}
.errorMsg {
    color: red;
    font-weight: bold;
}
#uploadBtnWrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

#uploadBtnWrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
#errorWrapper {
    font-weight: bold;
    margin-top: 10%;
}
label[for=anEmail]{
    color: red;
}
#anSubmit, #uploadBtnWrapper>button {
    background-color: #008954;
    border-color: #008954;
}