  /* white keystone in top-right */
.campus-page--pennwest .campus-hero:before {
	border-color: transparent transparent #fff transparent;
}
			
/* hides the intro section */
.program-finder-intro {
	display: none;
}
			
/* lighter gradient than the campus pages */
.campus-hero__media:after {
	background-color: rgba(0, 0, 0, 0.2);
}

/* add a top margin to "Explore Programs By:" heading */
h2.program-directory-listings__heading {
	margin-top: 1.25rem !important;
}