  
/* change upper-right keystone area to white */
.campus-page--pennwest .campus-hero:before {
	border-color: transparent transparent #fff transparent;
}

/* hide the intro section */
.directory-intro {
	display: none;
}
			
/* apply a slight gradient to make the title more visible */
.campus-hero__media:after {
	background-color: rgba(0, 0, 0, 0.3);
}