body[data-color-scheme="dark"] .theme-light h1,
body[data-color-scheme="dark"] .theme-light p {
	color: #000;
}

.topic-symbol {
	display: block;
	font-size: 72px;
	margin: 0 auto;
	color: #00d959;
}
@media only screen and (max-width: 734px) {
	.topic-symbol {
		margin:0;
	}
	sf-symbol.topic-symbol {
		margin: 0 0 17px;
	}
}

@media only screen and (max-width: 734px) {
	.text-center.sv-text-left {
		text-align: left;
	}
}

/* ========== hero image ========== */
.section-hero-img {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	height: 700px;
	overflow: hidden;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 20) 100%),
		url("/energykit/images/hero-energykit_2x.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.section-hero-img .section-content {
	padding-top: 4em;
}

/* ----- video ----- */
.resource-grid-item {
	height: auto;
	cursor: pointer !important;
	text-decoration: none !important;
	grid-column: 1/1;
}

/* Prevents content jumping */
.image-wrapper {
	width: 350px;
	height: 186px;
	border-radius: 8px;
}

@media only screen and (max-width: 390px) {
	.image-wrapper {
		width: 280px;
		height: 159px;
	}
}

.resource-grid-item img {
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: auto;
}

a.resource-grid-item {
	color: unset;
}

a.resource-grid-item:hover {
	text-decoration: none !important;
}

.resource-grid-item h4 {
	color: #eee;
	font-size: 15px;
	margin-top: 1em;
	cursor: pointer !important;
}
body[data-color-scheme="dark"] .resource-grid-item h4 {
	color: #eee;
}

@media only screen and (max-width: 734px) {
	.resource-grid-item h4 {
		margin-top: 0.5em;
	}
}

.resource-grid-item h4:hover {
	text-decoration: none;
}


/* ----- page grid ----- */
#main section.section {
	padding-top: 4em;
	padding-bottom: 4em;
}
#main section .section-content .row {
	margin-left: 0;
	margin-right: 0;
}
#main section .section-content .row > .column {
	padding: 0;
}

@media only screen and (max-width: 1068px) {
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}

@media only screen and (max-width: 734px) {
	#main section.section {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}