a {
    color: #2199e8;
}
a:hover, a:focus {
    color: #1585cf;
}

.banner {
    background-size: cover;
    background-repeat: no-repeat;
}

/*------------ NAV ------------*/
.top-bar {
    background-color: #E4E2E2;
}
.top-bar ul {
    background-color: #e6e6e6;
}
.menu > li > a {
    display: block;
}
/*------------ Mobile NAV ------------*/
/*fix for disapeering dropdown on responsive mobile menu*/
.is-drilldown {
    min-height: 0px;
    max-width: 100%!important;
    overflow: visible;
}


/*------------ Body ------------*/

.text-content {
    padding: .5rem 1rem 2rem 1rem;
    margin-top: 1rem;
}

/*------------ Sub Pages ------------*/
.googleMap {
    width: 100%;
    height: 250px;
}
.googleMapLink{
    margin-top: .5rem;
    margin-bottom: 1rem;
    width: 100%;
}
.g-recaptcha{
    margin:1rem 0;
}

.text-wrap.lots-o-links{
    margin-top: 2rem;
}
.afsbpage-services-wrap .text-content h2, .links-wrap .text-content h2{
    margin-top: 0.9375rem;
    /*font-size: 190%;*/
}
.afsbpage-service-list-item, .links-list-item{
    margin-left: 0.9375rem;
    margin-bottom: 1rem;

}
.afsbpage-service-list-item a,.links-list-item a{
    font-size: 1.125rem;
}
#nl-archive-itemcontainer ol{
    margin-top: 1rem;
}
#nl-archive-itemcontainer ol li div:nth-child(2) {
    line-height: 1.25;
    margin-bottom: .4rem;
    font-weight: 400;
    font-size: 1rem;
}
#contact-form table tbody th{
    padding: 0.5rem 0.625rem 0.625rem 1.625rem ;
    text-align: left;
    width: 25%;
}
#contact-form table tbody td {
    padding: 1.5rem 1.625rem 0.625rem 0.625rem;
    width: 75%;
}
@media screen and (max-width: 39.9375em) {
    #contact-form table tbody th {
        padding: 1.625rem 1rem 0 1rem;
        text-align: left;
        width: 100%;
        float: left;
    }
    #contact-form table tbody td {
        padding: 0.5rem 1rem 0.625rem 1rem;
        width: 100%;
        float: left;
    }
}
@media screen and (min-width: 40em) {
    .afsbpage-service-list-item a,.links-list-item a, .text-content div{
        font-size: 1.25rem;
    }
}

/* ------------ Flash Warnings and Messages ------------ */

#flash_err-container > .alert-box{
    color: #0f0f0f;
    font-weight: bold;
    margin: 1.5rem auto;
    padding: 0.625rem 1rem;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    background-color: #d4d4d4;
    border: 1px solid rgba(10, 10, 10, 0.25);
}
#flash_err-container > .alert-box.success{
    background-color: #e1faea;
}
#flash_err-container > .alert-box.alert{
    background-color: #fce6e2;
}
/*Not sure if any of this #flash_ok-container does anything in these themes*/
#flash_ok-container {
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    background-color: #48b65e;
    padding: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border: solid 2px #288f3d;
}
#flash_ok-container img {
    margin-top: -15px;
    margin-left: -30px;
}
#flash_warn {
    background: transparent url('../../docs/common_templates/common_images/flashhd_error.png') no-repeat
}
#flash_err-container img {
    margin-top: -15px;
    margin-left: -30px;
}
#flash_ok {
    color: #fff;
    font-weight: bold;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}