/**
 * HCE OIC Bright Hero 1.0.4.
 * Scope: page 6962, the 2026 Healthcare Observances Calendar landing page.
 */

body.page-id-6962 .hce-oic__hero {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	aspect-ratio: 1200 / 628 !important;
	overflow: hidden !important;
	background-color: #f5fbff !important;
	background-image: var(--hce-oic-hero-image) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: contain !important;
	border: 1px solid #cbdde8 !important;
	border-radius: 22px !important;
	box-shadow: 0 18px 42px rgba(24, 91, 132, 0.18) !important;
}

/* The approved hero contains the visible logo and title. Keep the live text
 * available to assistive technology without drawing a duplicate over it. */
body.page-id-6962 .hce-oic__hero > div:first-of-type {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

body.page-id-6962 .hce-oic__hero .hce-motion-object,
body.page-id-6962 .hce-oic__stats {
	display: none !important;
}

@media (max-width: 680px) {
	body.page-id-6962 .hce-oic__hero {
		border-radius: 12px !important;
		box-shadow: 0 10px 26px rgba(24, 91, 132, 0.16) !important;
	}
}

@media print {
	body.page-id-6962 .hce-oic__hero {
		box-shadow: none !important;
		print-color-adjust: exact;
		-webkit-print-color-adjust: exact;
	}
}
