/* Hide extra strip of space between banner and controls. min-height changed just in case something important actually goes in that element. */.feature-region {
	min-height: 0;
	background-image: none;
}

/* Darken background of card section. */
#main.product-results,
#search-form .search-form-filters {
	background-color: #ffffff;
}

/* Banner styling, as added by JS. */
#nvdoe-banner {
	width: 100%;
	background: linear-gradient(90deg, #ffffff 50%, #ffffff 50%);
	text-align: center;
}

#nvdoe-banner img {
	width: 100%;
}

/* Hide 'self-paced' portion of the assessment conference specifically. */
#product-page[data-course-id="66788"] .hero-head + p {
	display: none;
}