html, body, form {
    height:100%;
    min-width: 320px;
}
body {
    margin: 0;
    color: #565a5c;
}
#SiteWrapper {
    position: relative;
    overflow: auto;
    min-height: 100%;
}
#BackgroundOverlay {
    background-color: #00417B;   
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#HomepageBody {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.GoToLoginBtn-wrapper {
width:100%;
max-width:300px;
margin: 0 auto;
}
.PasswordUpdatedSuccess {
text-align: center;
font-size:20px;
margin-bottom:2%;
}
.GoToLoginBtn-wrapper .GoToLoginBtn {
    width: 100%;
    margin: 0px;
    height: 50px;
    background-color: #00417B;
    color: #fff;
    display: block;
    font-size: 20px;
    border: 3px solid #00417B;
    border-radius: 15px;
    padding: 6px;
}
#loginContainerDiv {
    margin: 0 auto;
    max-width: 400px;
    border: 4px solid #00417B;
    border-radius: 18px;
    margin-top: 4%;
    padding:15px;
}
.reset-password-wrapper {
    margin: 0 auto;
    max-width: 400px;
    border: 4px solid #00417B;
    border-radius: 18px;
    margin-top: 4%;
    padding: 15px;
}
.red-text {
color: red!important;
}
.reset-password-wrapper .form-label {
    font-size: 17px;
    margin-top: 2%;
    margin-bottom: 2%;
}

.reset-password-wrapper .btn-button {
    margin-top:4%;
} 
    
#loginContainerDiv .forgot-psw-link {
    float: right;
    margin-bottom: 10px;
    margin-right: 5%;
}

#loginContainerDiv .PageDisplayTitle {
    padding-top: 0px;
}
#loginFormDiv {
        width: 100%;
        margin: 0 auto;
        margin-top: 5px;
    }
#loginFormDiv .form-label {
    font-size:17px;
    margin-left:5%;
   
}
#loginFormDiv .form-label {
    padding-top:0px;
}
.error-message-login-wrapper {
    margin-top:2%;
    text-align:center;
}
    .error-message-login-wrapper .error-message-login {
     
        color: #FF0000;
    }
.recap-wrapper .lblResult {
  
    color: #FF0000;
    line-height: 1.3;
    padding-bottom: 15px;
    margin-left:10%;
}

.btn-button {
    width: 80%;
    margin-left: 10%;
    height: 40px;
    background-color: #00417B;
    color: #fff;
    font-size: 20px;
    border: 3px solid #00417B;
    border-radius: 30px;
}
.btn-button:hover {
        background-color: #E0DFDF;
        color: #00417B;
}
.g-recaptcha {
    width: 304px;
    height: 78px;
    margin-top: 10px;
}

.recap-wrapper .g-recaptcha {
    margin-left: 23%;
}

    
#loginFormDiv .form-control {
    width: 90%;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
#PrimaryContent {
    margin: 0 auto;
    max-width:1100px;
    /*overflow: auto;*/
    /*padding-bottom: 100px; 
    padding-left: 15px;         
    padding-right: 15px;*/ 
    clear: both;
    min-height: 100%;
    padding-bottom: 90px;  
}
#Underlay-Fix {
    background-color: rgb(255, 255, 255);
    bottom: 0;
    left: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    position: absolute;
    right: 15px;
    top: 0;
}
.clearfix{
    height: 0;
    clear: both;
}
/*Map*/
#map {
    height: 250px;
    width: 50%;
    margin: 0 auto;
    border: 1px solid #00417B;
    border-radius: 7px;
}

/*Header*/
#Header {
    z-index: 103;
    position: relative;
    border-top: 8px solid #014380;
    background-color:#fff;
}
#Header .header-primary-content {
    margin: 0 auto;                     
    max-width: 1100px;
    height: 84px;
}
#Header .header-logo {
    float: left;
    padding-right: 16px;
    padding-left: 15px;
    max-width: 155px;
    position:relative;
    top: 9px;
    left: 17px;
    max-width:100px;
}
#Header .header-logo img {
    width: 100%;
}
#Header .header-text {
    position: relative;
    top: -33px;    
    left: 108px;
    max-width: 344px;
}
#Header .header-contact-us {
    /*float: right;*/
    max-width: 131px;
    position: relative;
    top: -151px;
    left:70%;
}
#Header .header-contact-us > img{
    width: 100%;
}
#Header .header-contact-phone { 
    /*float: right;*/
    max-width: 195px;
    padding-left:15px;
    padding-right: 15px;
    position:relative;
    top:-100px;
    left:82%;
}
#Header .header-contact-phone > img {
    width: 100%;
}

/*Navigation*/
#Header .navigation {
    height: 35px;
    text-align: center;
    background-image: url("/templates/site/1/images/header_bkgrd_new.png");
}
#Header .desktop-nav-list {                 
    list-style-type: none;
    padding: 0;
    width: 100%;
    text-align: center;
    display: table;
}
#Header .nav-bar {
    margin: 0 auto;
    max-width: 1100px;
    padding-left: 10px;
    padding-right: 10px;
}
#Header .desktop-nav-list .nav-item {
    display: table-cell;
    margin: 0;
    padding: 0;                             
}
#Header .desktop-nav-list .nav-item > a {
    text-transform: uppercase;   
    font-family: Arial,Helvetica,sans-serif;   
    color: #00457f;
    font-size: 100%;
    font-weight: bold;
    line-height: 35px;
    text-decoration: none;
    display: block;
    font-size: 15px;
}
#Header .mobile-navigation .nav-item.active-nav-item {
    background-color: #fff;
}
#Header .desktop-nav-list .primary-nav-level2-list {
    display:none;
    list-style-type: none;
    position: absolute;
    background-color:#e5e5e5;
    padding-left: 10px;
    padding-right: 10px;
}
#Header .desktop-nav-list .primary-nav-level2-list-item > a {
    font-family: Arial,Helvetica,sans-serif;   
    color: #00457f;
    font-size: 100%;
    font-weight: bold;
    line-height: 35px;
    text-decoration: none;
    display: block;
}
#Header .desktop-nav-list .primary-nav-level2-list-item:hover > a {
    color: #373737;
}
#Header .desktop-nav-list .nav-item:hover {
    background-color: #e5e5e5;   
}
#Header .desktop-nav-list .nav-item:hover > a {
    color: #373737;
}

#Header .mobile-navigation {
    display: none;   
}
#Header .mobile-navigation .hide-submenu {
    display:none;
}
#Header .has-submenu {
    float: right;
    display: none;   
}
#Header .sub-nav-icon-open {
    background-image: url("/templates/site/1/images/mobileNavMinus.png");
    height: 20px;
    width: 20px;
    position: relative;
    top:8px;
}
#Header .sub-nav-icon-closed {
    background-image: url("/templates/site/1/images/mobileNavPlus.png");
    height: 20px;
    width: 20px;
    position: relative;
    top: 8px;
}
#Header .mobile-navigation .mobile-nav-list {
    display:none;
    margin: 0;
    position:absolute;
    width:100%;
    list-style: none;
    padding-left:0;
    background-color: #b2b4b6;
    border-bottom: 3px solid #00457f;
    top:-4px;
}
#Header .mobile-navigation .nav-item > a {
    font-family: Arial,Helvetica,sans-serif;   
    color: #00457f;
    font-weight: bold;
    line-height: 35px;
    text-decoration: none;
    text-transform:uppercase;
    display: block;
}
#Header .mobile-navigation .nav-item {
    padding-left: 15px;
    padding-right: 15px;
    border-top: 3px solid  #00457f;
}
#Header .mobile-navigation .mobile-nav-item:first-child {
    border-top: 2px solid #014380;
}
#Header .mobile-navigation .primary-nav-level2-list {
    background-color: #e5e5e5;
    border-top: 3px solid #00457f;
    list-style-type: none;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
}
#Header .mobile-navigation .primary-nav-level2-list-item > a {
    font-family: Arial,Helvetica,sans-serif;   
    color: #00457f;
    font-weight: bold;
    line-height: 35px;
    text-decoration: none;
    display: block;
    padding-left: 50px;
}
#Header .mobile-navigation .primary-nav-level2-list-item {
    /*padding-left: 50px;*/
}
#Header .mobile-navigation .primary-nav-level2-list-item:first-child {
    border-bottom: 2px solid #00457f; 
}

/*End Navigation*/
/*End Header*/
/*Footer*/
#Footer {
    height: 76px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: url("/templates/site/1/images/footer_bckgrd_new.png");
}
    #Footer .footer-primary-content {
        margin: 0 auto;
        max-width: 1100px;
    }
    #Footer .footer-logo {
        max-width: 50px;
        margin-left: 25px;
        position: relative;
        top: 12px;
        float: left;
    }
    #Footer .footer-logo img {
        width: 100%;
    }
    #Footer .footer-links {
        float: left;
    }
    #Footer .footer-links-list {
        list-style:none;
        font-size: 12px;
        margin-bottom: 3px;
        margin-top: 10px;
        border-left: 3px solid #888;
        margin-left: 11px;
        padding-left: 12px;      
    }
    #Footer .footer-list-links > a {
        padding-bottom: 3px;
        font-family: Arial,Helvetica,sans-serif; 
        font-size: 12px;
        line-height: 1.3;
        color: #444;
        text-decoration: none;
    }
    #Footer .footer-list-links {
        padding-bottom: 3px;
        font-family: Arial,Helvetica,sans-serif; 
        font-size: 12px;
        line-height: 1.3;
    }
    #Footer .footer-contact-info {
        float: right;
        font-size: 11px;
        padding-right: 15px;
        padding-top: 4px;
        color: #444;
        font-family: Arial,Helvetica,sans-serif; 
    }
/*End Footer*/

/*Page*/
.PageContainerDiv {
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
    margin-left:115px;
    margin-right: 115px;
}
.PageDisplayTitle {
    color: #025486;
    font-weight: bold;
    font-size: 20px;
    padding-top: 10px;
}
.PageContainerDiv table {
    border-collapse: unset;
}
.PageContainerDiv td {
    padding-left: 5px;
    padding-right: 5px;
}
.PageContainerDiv img {
    max-width: 900px;
}
/*End Page*/



/*Forgot Password Page*/
.forgot-password-wrapper {
    max-width:1000px;
}
.forgot-password-wrapper .text-forgot-psw {
    font-weight: 500;
    font-size:17px;
    margin-top:4%;
}
.forgot-password {
    max-width: 500px;
    margin: 0 auto;
    border: 4px solid #00417B;
    border-radius: 18px;
    margin-top: 4%;
    padding: 15px;
}
.forgot-password .contact-complete-div {
    font-size: 20px;
    margin: 5%;
}
.forgot-password .form-field {
    font-size: 20px;
    line-height: 35px;
    margin: 0 auto;
    margin-top: 3%;
}
.forgot-password .form-field .form-label {
        font-weight: 500;
        margin-left:5px;
}

.forgot-password .form-field .form-label .form-required {
    color: #FF0000;
}
.forgot-password .form-field .form-input {

}
.forgot-password .form-buttons {
    margin: 0 auto;
    font-size:17px; 
}
.forgot-password .validation-message-div {
    color:#FF0000;
    margin-left:10%;
    margin-top:5px;
  
    font-size:15px;
    margin-bottom:0px;
}






/*End Forgot Password Page*/







/*Contact Page*/
.contact-page {
    margin-left: 75px;
    margin-right: 75px;
}
.contact-page .contact-header-info {
    border-bottom: 1px solid;
    margin-bottom:10px;
}
.contact-page .form-field {
    padding-bottom: 10px;
}
.contact-page .form-input {
    width: 30%;
}
.contact-page .form-message-input {
    width: 50%;
}
.contact-page .form-required {
    color: #ff0000;
}
.contact-page .validation-message-div {
    color: #ff0000;
}
/*End Contact Page*/

/*Login Page*/
.underlay-fix {
    position: relative;
}
.form-button {
    padding-top: 10px;
}
/*End Login Page*/

@media only screen and (max-width: 1050px) {
    /*Page*/
    #Overlay.overlay-open {                            
        background-image: url("/templates/site/1/images/overlay.png");                 
        position: absolute;
        top: 0;
        bottom: 0;
        z-index:100;
        width:100%;
    }
    .PageContainerDiv {
        padding-left: 15px;
        padding-right: 15px;
        margin-left:0;
        margin-right:0;
    }
    /*End Page*/   
     /*Header*/ 
    #Header {
        border-bottom: 5px solid #012D56;
    }
    /*#Header .header-primary-content {
        overflow: auto;
    }*/
    #Header .header-text {
        display: none;
    }
    #Header .header-contact-phone {
        /*top: -8px;*/
        display: none;
    }
    #Header .header-contact-us {
        position:relative;
        top:-47px;
        left: 74%;
    }
    /*Navigation*/
    #Header .navigation {
        display: none;
    }
    #Header .mobile-navigation {
        display: block;
        z-index: 110;
        position: relative;
    }
    #Header .burger-icon {
        float: right;
        position:relative;
        right: 25px;
        bottom: 58px;
        z-index:110;
    }
    #Header .burger-icon-bar {
        height: 6px;
        margin-top: 4px;
        width: 39px;
        background-color: #014380;
    }
    #Header .mobile-navigation .has-submenu {
        display: block;
    }   
    /*End Navigation*/
    /*End Header*/

}

@media only screen and (max-width: 765px) {
    /*Header*/
    #Header {
        height: 93px;
        position: fixed;
        width: 100%;
    }
    #Header .header-contact-us {
        display: none;
    }
    /*End Header*/

    /*Footer*/
    #Footer .footer-contact-info {
        display: none;
    }
    /*End Footer*/

    /*Page*/
    .PageContainerDiv {
        top: 93px;
        padding-top: 5px;
        padding-bottom:93px;
    }
    /*End Page*/
    
    /*Contact Page*/
    .contact-page .form-input {
        width: 65%;
    }
    .contact-page .form-message-input {
        width: 100%
    }
    /*End Contact Page*/

    /*Login*/
    .underlay-fix {
        top: 93px;
        padding-left: 15px;
        padding-right: 15px;
    }
    /*End Login*/
}

@media only screen and (max-width: 550px) {
    .recap-wrapper .g-recaptcha {
        margin-left:0px;
    }
}