.main section.section.section-news {
	background-color: #e5eaf4;
}

body[data-color-scheme="dark"] .main section.section.section-news {
	/* background-color: #1d1d1f; */
	background-color: var(--fill-secondary-alt);
}

body[data-color-scheme="dark"] .main section.section.section-events {
	background-color: #000;
}

.main section.section.section-hero {
	min-height: 800px;
	background-color: #eee3df;
}

body[data-color-scheme="dark"] .main section.section.section-hero,
body[data-color-scheme="dark"] .main section.section.section-hero h1,
body[data-color-scheme="dark"] .main section.section.section-hero h2 {
	color: #1d1d1f;
}

.section-explore {
	background-image: url("/events/images/hero-large_2x.jpg");
	background-position: center calc(100% + 105px);
	background-size: cover;
	background-repeat: no-repeat;
	height: 480px;
	margin-top: 0 !important;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1400px) {
	.section-explore {
		background-image: url("/events/images/hero-large_2x.jpg");
		background-size: 1900px auto;
		height: 350px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-explore {
		background-image: url("/events/images/hero-medium_2x.jpg");
		background-size: 1400px auto;
	}
}

@media only screen and (max-width: 734px) {
	.section-explore {
		background-image: url("/events/images/hero-small_2x.jpg");
		background-size: 1000px auto;
	}
}

.section-explore:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.55) 0%,
		rgba(0, 0, 0, 0.65) 100%
	);
}

html body a.text-white {
	color: #fff !important;
}

/* SMALL ONLY HERO IMAGE */
.hero-img-container {
	width: 100%;
	margin: 0 auto;
}

.hero-aspect {
	--hero-width: 1472;
	--hero-height: 871;
	position: relative;
	height: 0;
	padding-top: calc(var(--hero-height) / var(--hero-width) * 100%);
}

.hero-aspect img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: auto;
}

.custom-pill {
	border: 1px solid #1d1d1fe6;
	border-radius: 23px;
	color: #1d1d1f;
	vertical-align: middle;
	padding: 6px 16px;
	font-size: 14px;
	line-height: 1.42859;
	font-weight: 400;
	letter-spacing: -0.016em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
	color: inherit;
	text-decoration: none;
	margin-top: 10px;
}

body[data-color-scheme="dark"] .custom-pill {
	border-color: #e2e2e0e6;
	color: #e2e2e0;
}

.custom-pill:hover {
	text-decoration: none;
	border-width: 2px;
	padding: 5px 15px;
}

h2 {
	margin-bottom: 1em;
}

.topic-icon-featured {
	filter: brightness(0) saturate(100%) invert(10%) sepia(13%) saturate(4%)
		hue-rotate(318deg) brightness(103%) contrast(93%);
}

.topic-icon {
	margin-top: 4em;
	filter: brightness(0) saturate(100%) invert(10%) sepia(13%) saturate(4%)
		hue-rotate(318deg) brightness(103%) contrast(93%);
}

body[data-color-scheme="dark"] .topic-icon,
body[data-color-scheme="dark"] .topic-icon-featured {
	filter: brightness(0) saturate(100%) invert(100%);
}

@media only screen and (max-width: 1068px) {
	.topic-icon {
		margin-top: 3em;
	}
}

.icon-to-bw {
	filter: brightness(0) saturate(100%) invert(10%) sepia(13%) saturate(4%)
		hue-rotate(318deg) brightness(103%) contrast(93%);
}

/* ========== Grid ========== */
#main section.section {
	margin-top: 20px;
	padding-top: 4em;
	padding-bottom: 4em;
}

#main section.section.section-hero {
	padding-top: 0;
	margin-top: 0;
}

@media only screen and (max-width: 734px) {
	#main section.section.section-hero {
		padding-top: 0;
		margin-top: 0;
	}

	#main section.section {
		padding-top: 3em;
		padding-bottom: 3em;
	}
}

/* ========== App Overrides ========== */
.block.Card.CardSmall.CardStatic.EventCard {
	margin-left: 0;
	margin-right: 0;
}

.events-overview .footer .footer-sosumi {
	display: block;
}

.block.Card.CardStatic.EventCard:hover {
	background-color: var(--fill-secondary-alt);
}

body[data-color-scheme="dark"] .block.Card.CardStatic.EventCard:hover {
	background-color: var(--fill-secondary);
}
