/* add custom site CSS here */

/* Styling for unit title above header */
/*@media only screen and (min-width:64.0625em){*/
/*    .timeline:after{top:-56px;bottom:-56px} */
.site-header .unit{color:#990000;font-size:1rem;margin-bottom:0;margin-top:1.25rem;text-transform:uppercase;font-family:BentonSansCondBold;}
.site-header .unit a {color:#990000;}
.site-header .unit a:hover {color:#822434;}
.site-header .title {margin-top:0}
.site-header span.plus{padding-left:10px}
.site-header span.plus:before{margin-left:-10px}
/* } */

@media only screen and (max-width:64.0625em){
/* .site-header .unit{display:none;} */
.site-header .unit {margin-top:4em !important;}
 .site-header .title {margin-top:2px !important;} 
}

/* home page */
#bio-home-cta h4:before {
    display:block;
	 content:"";
	 width:35px;
	 height:8px;
	 background-color: #990000;
	 margin-bottom:12px;
}

.bio-home .panel {
    background-color:#006298;
    padding:1em;
}

.bio-home .panel p {
    font-size:1rem;
    color:#fff;
}

.bio-home .panel p a {
    color:#fff!important;
    font-size:1.15rem;
}

.bio-home .panel h5 {
    color:#fff!important;
}

/* Footer */
 #footer a {
     color: #333333;
}
 #footer p span{
     color:#000000;
}
 #footer p {
     line-height: 1.00rem;
     clear:right;
}
 #footer .copyright {
     float: left;
     text-align: left;
}
 #footer .links {
     text-align:right;
     float: right;
}
 @media screen and (max-width: 519px) {
     .rvt-footer__aux-item:after {
         display:none!important;
    }
     .rvt-footer__aux-item {
         display:block!important;
    }
}
 .rvt-footer a {
     font-size:15px!important;
     text-decoration:underline!important;
}
 .rvt-footer-module-1::after, .rvt-footer-module-1__contact {
     background-color: #fafafa !important;
}
 .rvt-footer-module-1__contact a {
     color: #000 !important;
}
 .rvt-footer-module-2 p.footer-topic {
   /*  font-weight:bold; */
     margin-top:1.55em;
}
 .rvt-footer-module-2 {
     background-color: maroon !important;
/*     z-index:-9999; */
}
 .rvt-footer-module-1{
/*     z-index:-9999; */
}

 .rvt-footer-module-2 .rvt-grid {
     grid-gap:1.5em !important;
}
.rvt-footer-module-2__topics {
    line-height:1.15rem!important;
}
 .rvt-footer-module-2__topics a,
 .rvt-footer-module-2 a {
     font-weight:normal;
     font-family:BentonSansCondRegular !important;
}
 .rvt-grid__item-lg hr {
     border-bottom-color:#900 !important;
}
 .rvt-grid__item-lg img {
     max-width:72% !important;
}