/* add custom site CSS here */
.hide {display:none;}

#home main {
    padding-top:0;
    border-top: 6px solid #BD0000;
}

span.sub-department { font-size:0.85em; font-style: italic;}

	.site-header .unit{
		color:#9d9d9d;
		font-size:1rem;
		margin-bottom:0;
		margin-top:1.25rem;
		text-transform:uppercase
	}
	.site-header .unit a {
		color:#81746E;
	}
	.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
	}