/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

/* add styling to the div in the program listing pop up modal so it's consistent */
.programInfo > .content > div {
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: 20px;
	color: var(--black);
	letter-spacing: .54px;
}
