html {background-color: #EFEFEF;}
body {
    min-width: 300px;
    color:#404040;
    font-family: 'Nunito Sans', Calibri, sans-serif;
}
#header {
    background-color: #FFF;
    border-bottom: 1px solid #EFEFEF;
}
.headerLogo {
    max-width: 420px;
    margin: 0 auto;
}
#logo {
    max-width: 100%;
    margin: 20px 0;
}
.mainContent {
    text-align: center;
    padding: 40px 0 80px;
    max-width: 630px;
    margin: 0 auto;
}
#fileUploadForm {
    background-color: #F0F0F0;
    border: 1px dashed #747474;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    padding: 20px;
    margin: 30px auto;
    max-width: 370px;
}
.note1 {
    font-size: 16px;
    font-weight: bold;
}
.note2 {
    font-size: 20px;
    font-weight: bold;
}
.note3 {
    color: #747474;
    font-size: 16px;
}
.btn-primary {
    background-color:#8c2980;
    border-color:#8c2980;
}
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
    background-color: #404040;
    border-color:#404040;
}
.dropButtonHelper {
    background-color: transparent;
    border: 1px solid #F18E31;
    border-radius: 5px;
    width: 100%;
    font-weight: bold;
}
.dropButtonHelper:active:focus,
.dropButtonHelper:active:hover {
    background-color: #F18E31;
    border-color: #F18E31;
    box-shadow: none;
    color: #fff;
    outline: none;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #F18E31;
}
.dz-message {
    display: block !important;
}
.mainButton {
    cursor: pointer !important;
}
.vert-space20 {
    padding-top: 20px;
}
.institution-logo {
    display: inline-block;
    width: 100px;
    height: 37px;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
}

.institution-logo > img {
    max-width: 100%;
    height: auto;
}

.terms {
    color: #000;
    font-size: 12px;
    line-height: 12px;
}

.terms a {
    font-size: inherit;
    font-weight: bold;
    border: none;
    color: #684BC8;
    text-decoration: none;
}

@media screen and (min-height: 900px){
    #termsModalBody, #privacyModalBody {
        height:800px;
    }
}

@media screen and (max-height: 900px){
    #termsModalBody, #privacyModalBody {
        height:700px;
    }
}

@media screen and (max-height: 768px) {
    #termsModalBody, #privacyModalBody {
        height:500px;
    }
}