.program-header {
	position: relative;
}

.program-background {
	background-image: url("/../_images/_bg/program.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px;
	color: white;
	background-position: center top -400px;
}

.program-background::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.program-content h3 {
	text-align: left;
	font-size: 30px !important;
	font-weight: 800;
	z-index: 999 !important;
}

.program-content p {
	text-align: left;
	font-size: 18px;
	z-index: 999 !important;
}

.bc-panel {
	color: black !important;
	text-decoration: none !important;
}

.bc-panel:hover {
	background-color: black;
	color: white !important;
}

.bc-panel:hover .cc-inline-clamp-2,
.bc-panel:hover .bc-btn--tertiary {
	color: white;
	text-decoration: none !important;
}

.cc-inline-clamp-2 {
	color: black;
	text-decoration: none !important;
}

.cc-inline-clamp-2:hover {
	color: white;
	text-decoration: none !important;
}

.bc-btn--tertiary {
	color: black;
}

.bc-stats {
	padding: 0 !important;
}

