/* Final hierarchy for the hero and the agenda heading. */
#ajax-content-wrap .container.main-content .te-classic-shell .te-hero-side {
	display: grid !important;
	justify-items: center !important;
	gap: 20px !important;
	align-self: center !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-hero-report {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 42px !important;
	padding: 9px 18px !important;
	border: 1px solid rgba(137, 88, 53, .7) !important;
	border-radius: 4px !important;
	background: var(--p-brown, #895835) !important;
	box-shadow: 7px 8px 0 rgba(137, 88, 53, .13) !important;
	color: var(--p-cream, #f7ebcc) !important;
	font: 700 17px/1 "Dosis", Arial, sans-serif !important;
	text-decoration: none !important;
	transform: rotate(-1.6deg) !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-hero-report:hover,
#ajax-content-wrap .container.main-content .te-classic-shell .te-hero-report:focus {
	background: var(--p-sea, #296070) !important;
	color: var(--p-cream, #f7ebcc) !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-hero-count {
	display: block !important;
	margin: 13px 0 0 !important;
	color: var(--p-sea-dark, #1f4d5a) !important;
	font: 600 16px/1.2 "Dosis", Arial, sans-serif !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-events {
	padding-top: clamp(28px, 3vw, 42px) !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-section-heading {
	margin-bottom: 25px !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-section-heading > div > .te-eyebrow {
	display: none !important;
}

@media (max-width: 800px) {
	#ajax-content-wrap .container.main-content .te-classic-shell .te-hero-side {
		justify-items: start !important;
		width: 100% !important;
	}
}

@media (max-width: 560px) {
	#ajax-content-wrap .container.main-content .te-classic-shell .te-hero-report {
		font-size: 16px !important;
	}
}
