/*  Dark blue: #00366a  */

/*  Light blue: #335C83  */

html,
body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

main a,
main a:visited,
.password-box a,
.password-box a:visited {
    text-decoration: none;
    color: white;
}

main a:hover,
.password-box a:hover {
    text-decoration: underline;
}

.message-terms a,
message-terms a:visited {
    text-decoration: none;
    color: white;
}

.message-terms a:hover {
    text-decoration: underline;
}

header > div,
.main > div,
footer > div {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

header > div {
    padding: 20px 5px 10px 5px;
}

header .headline {
    padding-left: 20px;
    color: white;
    font-size: 36px;
    font-weight: bold;
    text-shadow:  2px 2px 4px #000;
}

header .contact {
    float: right;
    padding-top: 64px;
}

header .contact a {
    /*color: #888;*/
    color: white;
    font-size: 13px;
}

header .contact span {
    margin-left: 20px;
}

.welcome {
    background-color: #3F3F3F;
    border-radius: 5px;
    margin: 15px auto;
    padding: 20px;
    color: #FFF;
    text-align: left;
    border: 2px solid #FFF;
}
.welcome h3 {
    color: #FFF;
    margin: 10px 0;
    font-family: 'Arimo', sans-serif;
    font-size: 26px;
    text-shadow: 1px 1px 2px #3A3A3A;
}

.create-account {
    border-radius: 5px;
    margin: 15px auto;
    padding: 20px;
    color: #000;
    text-align: center;
}

.create-account h3 {
    color: #FFF;
    margin: 10px 0;
    font-family: 'Arimo', sans-serif;
    font-size: 26px;
}

.create-account a {
    background-color: #656565;
    padding: 7px 30px;
    border-radius: 5px;
    color: #FFF;
    border: 1px solid #BCBCBC;
}

.home-quicklinks a{
    font-size: 1.5em;
    padding-right: 30px;
}

#banner-img {
    position: relative;
    width: 100%;
    height: 217px;
    box-shadow: 0px 0px 15px #000;
}

#banner-img .img {
    z-index: 1;
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    overflow: hidden;
}

#banner-img .img .img-inner {
    position: absolute;
    left: calc((100% - 896px) / 2);
    width: 896px;
    height: 212px;
}

.agreeText a {
    color: gold;
}

.agreeText #agreeBox {
    width: 2em !important;
    padding-left: 20px;
}

.agreeText {
    margin-left: 124px;
}

.z-1 {
    z-index: 1;
}

.z-10 {
    z-index: 10;
}

._1 {
    background-image: url(../images/transparent-banner01.png)
}

._2 {
    background-image: url(../images/transparent-banner02.png)
}

._3 {
    background-image: url(../images/transparent-banner03.png)
}

._4 {
    background-image: url(../images/transparent-banner04.png)
}

._5 {
    background-image: url(../images/transparent-banner05.png)
}

#banner-img .shimmer {
    z-index: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    border-radius: 2px;
}

#banner-img .shimmer div {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.contact1,
.contact2,
.contact3,
.contact4 {
    float: right;
    font-size: 13px;
    color: #888;
}

.main {
    position: relative;
    background: #CCC url(../images/main_bg.jpg) center no-repeat;
    min-height: 519px;
    overflow: hidden;
   /* background: #335C83;
    background: -webkit-linear-gradient(#00366a, #00366a, #335C83, #335C83);
    background: -o-linear-gradient(#00366a, #00366a, #335C83, #335C83);
    background: -moz-linear-gradient(#00366a, #00366a, #335C83, #335C83);
    background: linear-gradient(#00366a, #00366a, #335C83, #335C83);
    color: white; */
    border-top: 2px dashed #386896;
    border-bottom: 2px dashed #386896;
    padding-bottom: 50px;
    clear: both;
}

.main {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.main table {
    color: white;
}

.main > div {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.main-terms {
    margin-top: 50px;
    position: relative;
    background-color: #335C83;
    color: white;
    border: 2px inset #496E91;
    border-radius: 5px;
    clear: both;
}

.main-terms table {
    color: white;
}

.main-terms > div {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

form {
    margin: 0px;
}

.login {
    background: #035396 url(../images/access_bg.jpg) center repeat-y;
    color:#fff;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom:50px;
    margin-top: 20px;
}

.login form > * {
    margin-right: 1%;
}

.login form input:last-child {
    margin-right: 0px;
}

.login form .password-box p {
    float: right;
    font-size: 12px;
    margin-top: 5px;
}

.instructions {
    font-size: 1.2em;
}

.fancy-input {
    width: calc(100% - 9px);
    border-radius: 3px;
    border: 1px solid dimGray;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 9px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.yellow-button {
    width: 14%;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    height: 28px;
    color: #333;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    background: #ffce1a;
    background: -moz-linear-gradient(top, #ffce1a 0%, #ffaa18 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffce1a), color-stop(100%, #ffaa18));
    background: -webkit-linear-gradient(top, #ffce1a 0%, #ffaa18 100%);
    background: -o-linear-gradient(top, #ffce1a 0%, #ffaa18 100%);
    background: -ms-linear-gradient(top, #ffce1a 0%, #ffaa18 100%);
    background: linear-gradient(to bottom, #ffce1a 0%, #ffaa18 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffce1a', endColorstr='#ffaa18', GradientType=0);
}

.yellow-button:hover {
    background: #ffcd1c;
    background: -moz-linear-gradient(top, #ffcd1c 0%, #d68c15 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcd1c), color-stop(100%, #d68c15));
    background: -webkit-linear-gradient(top, #ffcd1c 0%, #d68c15 100%);
    background: -o-linear-gradient(top, #ffcd1c 0%, #d68c15 100%);
    background: -ms-linear-gradient(top, #ffcd1c 0%, #d68c15 100%);
    background: linear-gradient(to bottom, #ffcd1c 0%, #d68c15 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffcd1c', endColorstr='#d68c15', GradientType=0);
}

.message {
    margin-top: 40px;
    padding-top: 20px;
    clear: both;
    background-color: #00366a;
    position: relative;
    border: 2px inset #496E91;
    border-radius: 5px;
    padding-left: 200px;
    padding-right: 10px;
    line-height: 150%;
    font-size: 13px;
}

.message:before {
    content: "";
    background-image: url("../images/ua-round-logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 165px;
    width: 165px;
    position: absolute;
    top: calc(50% - 80px);
    left: 18px;
}

.message-terms {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    background-color: #335C83;
    line-height: 150%;
    font-size: 13px;
}

.message-terms p {
    padding-left: 50px;
    padding-right: 50px;
}

.message-terms ol {
    padding-left: 85px;
    padding-right: 30px;
}

.message-terms li {
    padding-left: 20;
    padding-right: 50px;
    padding-bottom: 15px;
}

.names {
    clear: both;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    max-width: 600px;
}

.name1,
.name2,
.name3 {
    color: #00063a;
    font-size: 13px;
    float: left;
    width: 33%;
}

.message {
    color: #E9FFFF;
    font-size: 13px;
    position: relative;
    top: 25px;
}

.password-box {
    width: 40%;
    float: left;
}

.user-box {
    width: 40%;
    float: left;
}

footer.copyright {
    /* background-image: url("../images/ua-bottom-logo.png"); */
    background-position: 50% 15px;
    background-repeat: no-repeat;
    border-bottom: 1px solid black;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

footer.copyright p {
    margin: 0;
}
footer.copyright p:last-child {
    color: #888;
    font-size: 10px;
    padding-bottom: 50px;
}

footer.copyright a {
    color: #888;
}

span.star {
    font-family: Verdana, sans-serif;
    font-weight: normal !important;
}


/*//////////////////////////////*

/*
Copyright 2014 American Technical Publishers, Inc. All rights reserved.
*/


/* 
    Created on : Sep 25, 2014, 2:44:49 PM
    Author     : ats
*/

a {
    color: #000;
    text-decoration: none;
}

.content {
    margin: 15px;
}

.header {
    font-size: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.modal-header {
    font-size: 28px;
    border-bottom: 1px solid gray;
}

.leftMenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    background: linear-gradient(to right, #3A3633 93%, #2A2725 100%) repeat scroll 0% 0% rgba(0, 0, 0, 0);
}

.mainContent {
    position: absolute;
    top: 0;
    left: 200px;
    width: calc(100% - 200px);
    height: 100%;
    overflow-y: scroll;
}

.mainContent .topbar {
    height: 34px;
    width: calc(100% - 20px);
    background-color: #5A5552;
    padding: 16px 0 0 20px;
    color: #FFF;
    font-size: 14px;
}

.mainContent .topbar .logged {
    float: right;
    font-size: 10px;
    margin-right: 20px;
}

.leftMenu ul {
    margin: 0;
    padding: 0;
    color: #FFF;
}

.leftMenu ul li {
    list-style: none;
    padding: 20px 10px;
    color: #B7B7B7;
    background: linear-gradient(to right, #3A3633 93%, #2A2725 100%) repeat scroll 0% 0% rgba(0, 0, 0, 0);
    margin: 0;
    cursor: pointer;
}

.leftMenu ul li:hover {
    color: #FFF;
    border-top: #B7B7B7;
}

.leftMenu ul li.selected {
    color: #FFF;
    background: linear-gradient(to right, #5A5552 93%, #2A2725 100%) repeat scroll 0% 0% transparent;
}

.leftMenu .topbar {
    height: 34px;
    width: 100%;
    background-color: inherit;
    text-align: center;
    padding: 16px 0px 0 0;
    color: #FFF;
    border-bottom: #1A1817;
    font-weight: bold;
    font-size: small;
}

.tools ul {
    padding-left: 5px;
    border-bottom: 1px solid dimGray;
    font-size: 18px;
}

.tools ul li {
    display: inline;
    margin-right: 15px;
    color: gray;
}

.tools a {
    color: #000;
    text-decoration: none;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 4px 4px 0px 0px;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

.tools a:hover {
    background-color: #ccddcc;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid #ccddcc;
}

.faux-tr {
    margin-bottom: 5px;
    margin-top: 5px;
    clear: both;
    font-size: 17px;
    width: 100%;
    display: inline-block;
}

.faux-tr-header {
    float: left;
    margin-right: 5px;
    font-weight: bold;
}

.faux-tr a {
    color: #000;
    text-decoration: none;
    width: 24px;
    float: left;
}

.faux-tr a:hover {
    font-weight: bold;
}

.dataDisplay {
    background-color: #eee;
    border: 1px solid dimGray;
    border-radius: 5px;
    padding: 10px;
    float: left;
}

.dataDisplay table {
    width: 100%;
    border-collapse: collapse;
}

.dataDisplay td,
.dataDisplay th {
    text-align: left;
    padding: 5px;
    border-left: 1px solid white;
    margin-bottom: 1px;
}

.dataDisplay tr >:first-child {
    border-left: none;
}

.dataDisplay tr {
    border-bottom: 1px solid gray;
}

.dataDisplay tr:nth-child(even) {
    background-color: white;
}

.paging {
    clear: both;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.paging a {
    width: 30px;
}

.paging a:hover {
    font-weight: bold;
}

.paging > div {
    margin-top: 10px;
    margin-bottom: 10px;
}

input.button {
    cursor: pointer;
    width: 100px !important;
    border-radius: 3px;
    margin-right: 5px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #98b9d3 51%, #8bacc4 54%, #bed4e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(51%, #98b9d3), color-stop(54%, #8bacc4), color-stop(100%, #bed4e5));
    background: -webkit-linear-gradient(top, #ffffff 0%, #98b9d3 51%, #8bacc4 54%, #bed4e5 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #98b9d3 51%, #8bacc4 54%, #bed4e5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #98b9d3 51%, #8bacc4 54%, #bed4e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #98b9d3 51%, #8bacc4 54%, #bed4e5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bed4e5', GradientType=0);
}

input.button:hover {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #b1c3d1 50%, #9eb3c1 54%, #e2e2e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #b1c3d1), color-stop(54%, #9eb3c1), color-stop(100%, #e2e2e2));
    background: -webkit-linear-gradient(top, #ffffff 0%, #b1c3d1 50%, #9eb3c1 54%, #e2e2e2 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #b1c3d1 50%, #9eb3c1 54%, #e2e2e2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #b1c3d1 50%, #9eb3c1 54%, #e2e2e2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #b1c3d1 50%, #9eb3c1 54%, #e2e2e2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2', GradientType=0);
}

form .readonly {
    background-color: #bbb;
    color: #444;
}

button {
    cursor: pointer;
}

.modal form label.left,
.modal form label.left {
    float: left;
    width: 220px;
    text-align: right;
    padding-right: 5px;
    display: block;
    min-height: 10px;
    font-weight: bold;
    font-size: 90%;
}

.non-modal form label.left {
    float: left;
    width: 100px;
    text-align: right;
    padding-right: 5px;
    display: block;
    min-height: 10px;
    font-weight: bold;
    font-size: 90%;
}

.ui-widget {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
}

.modal form input[type='radio'],
.non-modal form input[type='radio'] {
    width: 15px;
    cursor: pointer;
}

.modal form input,
.non-modal form input,
.modal form textarea,
.non-modal form textarea {
    width: calc(100% - 250px);
    border: 1px solid gray;
    padding: 2px;
}

.modal form .faux-tr {
    margin-bottom: 10px;
    margin-top: 10px;
    clear: both;
    font-size: 17px;
    width: 100%;
}

.simplemodal-container {
    width: calc(100% - 20px) !important;
    height: calc(100% - 20px) !important;
}

.simplemodal-container:before {
    content: "";
    width: 100%;
    float: left;
    height: 10%;
}

.simplemodal-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    max-height: 80%;
    overflow-y: auto;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
    clear: both;
    border: 1px solid dimGray;
    box-shadow: 0px 0px 20px #000;
}

.modalCloseImg {
    height: 25px;
    width: 25px;
    border-radius: 4px;
    background-color: red;
    right: 0px;
    float: right;
    border: 1px solid dimGray;
    background-image: url("../img/x.png");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.grayout {
    color: #888;
}

.filters {
    border-top: 1px solid dimGray;
    padding-top: 10px;
    margin-bottom: 10px;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.filters input {
    margin-right: 10px;
}

.filterSelected {
    font-weight: bold !important;
}

input.required {
    box-shadow: 0 0 5px 2px rgba(255, 0, 0, 0.5);
}

.required-warning {
    color: #F64444;
    margin-left: 10px;
    margin-top: -3px;
    float: left;
    padding: 5px 10px;
    z-index: 999;
    position: absolute;
    background: #FFF;
    box-shadow: 0 0 5px 2px rgba(255, 0, 0, 0.5);
    border: 1px solid rgb(255, 0, 0);
    border-radius: 2px;
    width: 160px;
}

.ua-forgot {
    margin: 0 auto;
    text-align: center;
}

.ua-forgot input {
    margin-left: 10px;
}
input#userName {
    width: 30%;
}
.ua-forgot label {
    width: auto;
}

.ua-forgot input[type="submit"] {
    float: none;
    margin-top: 5px;
    margin-bottom: 10px;
}

.ua-hr {
    margin: 10px 0;
    padding: 10px 0;
    border-top: #FFF solid 1px;
}

@media all and (max-width:900px) {
    .modal form label.left,
    .modal form label.left {
        float: left;
        width: 100%;
        text-align: left;
        padding-right: 5px;
        display: block;
        min-height: 10px;
        font-weight: bold;
        font-size: 90%;
    }
    .modal form .fancy-input {
        width: calc(100% - 10px);
    }
}


@media all and (min-width: 768px) and (max-width:900px) {
    header .contact {
        float: none;
        padding: 20px;
    }
    header .contact a {
        font-size: 15px;
    }
    #banner-img {
        display: none;
    }
    .user-box, input#userName {
        width: 95%;
    }
    .password-box {
        clear: both;
        float: none;
        width: 95%;
    }
    .fancy-input {
        font-size: 20px;
    }
    .login {
        padding: 20px;
        padding-bottom: 50px;
    }
    .login p {
        font-size: 14px;
    }
    .yellow-button {
        width: 55%;
        margin: 33px;
        height: 46px;
        margin: 5px 20px 20px 20%;
        font-size: 15px;
    }
    .login form .password-box p {
        float: none;
        margin-left: 37%;
        margin-top: 15px;
    }
    span.search-wrapper {
        display: none;
    }
    .message-terms {
        margin-top: 30px;
        clear: both;
        margin-left: auto;
        margin-right: auto;
        width: 85%;
        background-color: #335C83;
        border: 2px inset #496E91;
        border-radius: 5px;
        padding-left: 100px;
        padding-right: 10px;
        line-height: 150%;
        font-size: 12px;
    }
    .message-terms p {
        padding-left: 30px;
        padding-right: 30px;
    }
    .message-terms ol {
        padding-left: 50px;
        padding-right: 20px;
    }
    .message-terms li {
        padding-left: 10;
        padding-right: 50px;
        padding-bottom: 0px;
    }
}

@media all and (min-width: 480px) and (max-width:767px) {
    header .contact {
        float: none;
        padding: 20px;
    }
    header .contact a {
        font-size: 15px;
    }
    #banner-img {
        display: none;
    }
    .user-box, input#userName {
        width: 95%;
    }
    .password-box {
        clear: both;
        float: none;
        width: 95%;
    }
    .fancy-input {
        font-size: 20px;
    }
    .yellow-button {
        width: 55%;
        margin: 33px;
        height: 46px;
        margin: 5px 20px 20px 20%;
        font-size: 15px;
    }
    .login {
        padding: 20px;
        padding-bottom: 50px;
    }
    .login p {
        font-size: 14px;
    }
    .login form .password-box p {
        float: none;
        margin-left: 37%;
        margin-top: 15px;
    }
    span.search-wrapper {
        display: none;
    }
    .message-terms {
        margin-top: 15px;
        clear: both;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        background-color: #335C83;
        border: 2px inset #496E91;
        border-radius: 5px;
        padding-left: 100px;
        padding-right: 10px;
        line-height: 150%;
        font-size: 11px;
    }
    .message-terms p {
        padding-left: 20px;
        padding-right: 20px;
    }
    .message-terms ol {
        padding-left: 40px;
        padding-right: 12px;
    }
    .message-terms li {
        padding-left: 5;
        padding-right: 12px;
        padding-bottom: 0px;
    }
}

@media all and (min-width: 321px) and (max-width: 479px) {
    header > div {
        height: 130px;
    }
    #banner-img {
        display: none;
    }
    header .contact {
        float: none;
    }
    header .contact a {
        font-size: 13px;
        line-height: 40px;
    }
    .contact4 {
        margin-left: 11px;
    }
    .user-box, input#userName {
        width: 95%;
    }
    .password-box {
        clear: both;
        float: none;
        width: 95%;
    }
    .fancy-input {
        font-size: 15px;
    }
    .login {
        padding: 20px;
        padding-bottom: 50px;
    }
    .login p {
        font-size: 14px;
    }
    .yellow-button {
        font-size: 13px;
        height: 35px;
        margin-left: 20%;
        width: 55%;
    }
    .message::before {
        display: none;
    }
    .message {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 10px;
    }
    .login form .password-box p {
        float: none;
        margin-left: 25%;
        margin-top: 15px;
    }
    .message-terms {
        margin-top: 10px;
        clear: both;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        background-color: #335C83;
        border: 2px inset #496E91;
        border-radius: 5px;
        padding-left: 100px;
        padding-right: 10px;
        line-height: 150%;
        font-size: 10px;
    }
    .message-terms p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .message-terms ol {
        padding-left: 30px;
        padding-right: 10px;
    }
    .message-terms li {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 7px;
    }
}

@media all and (min-width: 312px) and (max-width: 320px) {
    header > div {
        height: 130px;
    }
    #banner-img {
        display: none;
    }
    header .contact {
        float: none;
    }
    header .contact a {
        font-size: 12px;
        line-height: 40px;
    }
    .contact1,
    .contact3 {
        margin-left: -12px;
    }
    .contact2 {
        float: right;
    }
    .contact4 {
        margin-left: 19.5px;
    }
    .user-box, input#userName {
        width: 95%;
    }
    .password-box {
        clear: both;
        float: none;
        width: 95%;
    }
    .fancy-input {
        font-size: 15px;
    }
    .login {
        padding: 20px;
        padding-bottom: 50px;
    }
    .login p {
        font-size: 14px;
    }
    .yellow-button {
        font-size: 13px;
        height: 35px;
        margin-left: 20%;
        width: 55%;
    }
    .message::before {
        display: none;
    }
    .message {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 10px;
    }
    .login form .password-box p {
        float: none;
        margin-left: 25%;
        margin-top: 15px;
    }
    .message-terms {
        margin-top: 10px;
        clear: both;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        background-color: #335C83;
        border: 2px inset #496E91;
        border-radius: 5px;
        padding-left: 100px;
        padding-right: 10px;
        line-height: 150%;
        font-size: 10px;
    }
    .message-terms p {
        padding-left: 10px;
        padding-right: 10px;
    }
    .message-terms ol {
        padding-left: 15px;
        padding-right: 10px;
    }
    .message-terms li {
        padding-left: 0px;
        padding-right: 5px;
        padding-bottom: 7px;
    }
}

@media all and (min-width: 290px) and (max-width: 311px) {
    #banner-img {
        display: none;
    }
    header .contact {
        float: none;
    }
    header .contact a {
        font-size: 12px;
    }
    .contact1,
    .contact3 {
        margin-left: -12px;
    }
    .contact2 {
        float: right;
        margin-top: -16px;
    }
    .contact4 {
        margin-left: 9px;
    }
    .user-box, input#userName {
        width: 95%;
    }
    .password-box {
        clear: both;
        float: none;
        width: 95%;
    }
    .fancy-input {
        font-size: 15px;
    }
    .login {
        padding: 20px;
        padding-bottom: 50px;
    }
    .login p {
        font-size: 14px;
    }
    .yellow-button {
        font-size: 13px;
        height: 35px;
        margin-left: 20%;
        width: 55%;
    }
    .message::before {
        display: none;
    }
    .message {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 10px;
    }
    .login form .password-box p {
        float: none;
        margin-left: 25%;
        margin-top: 15px;
    }
}

@media all and (min-width: 10px) and (max-width: 289px) {
    #banner-img {
        display: none;
    }
    header.contact a {
        font-size: 10px;
    }
    header .contact {
        float: none;
    }
    .user-box, input#userName {
        width: 95%;
    }
    .password-box {
        clear: both;
        float: none;
        width: 95%;
    }
    .fancy-input {
        font-size: 15px;
    }
    .login {
        padding: 20px;
        padding-bottom: 50px;
    }
    .login p {
        font-size: 14px;
    }
    .yellow-button {
        font-size: 13px;
        height: 35px;
        margin-left: 20%;
        width: 55%;
    }
    .message::before {
        display: none;
    }
    .message {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 10px;
    }
    .login form .password-box p {
        float: none;
        margin-left: 25%;
        margin-top: 15px;
    }
}




