h3 {
	margin-top: 1.6em;
}

.section-hero {
	background: linear-gradient(180deg,rgba(50, 101, 218, 1) 0%, rgba(55, 207, 204, 1) 100%);
}

.topic-symbol {
	display: block;
	margin: 0 0 20px;
	color: #02bec2;
}

.svg-convert {
	filter: brightness(0) saturate(100%) invert(64%) sepia(49%) saturate(4258%) hue-rotate(140deg) brightness(95%) contrast(98%);
}

.device-hero {
	margin: 1em 0 1em 1em;
}

.badge-inline {
	vertical-align: top;
}

.flex-column-center {
	align-self: flex-column-center;
}

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

.rating-band {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 0px;
	margin-top: 27px;
	padding: 1em 0;
	background-color: #fff;
	font-size: 16px;
	text-align: center;
}
.age4 { 
	grid-area: 1 / 1 / 2 / 2; 
}
.age9 { 
	grid-area: 1 / 2 / 2 / 3; 
}
.age13 { 
	grid-area: 1 / 3 / 2 / 4; 
}
.age16 { 
	grid-area: 1 / 4 / 2 / 5; 
}
.age18 { 
	grid-area: 1 / 5 / 2 / 6; 
}

.rating-band p.larger {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
}
@media only screen and (max-width: 570px) {
	.rating-band {
		font-size: 14px;
	}
	.rating-band p.larger {
		font-size: 22px;
	}
}
@media only screen and (max-width: 360px) {
	.rating-band {
		font-size: 12px;
	}
	.rating-band p.larger {
		font-size: 18px;
	}
}
body[data-color-scheme="dark"] .rating-band {
	background-color: #000;
}

/* ----- video grid ----- */
.resource-grid {
	display: grid;
	grid-template-columns: repeat(2, 2fr);
	/* grid-gap: 20px; */
	column-gap: 3em;
	row-gap: 2em;
	width: 100%;
	box-sizing: border-box;
	margin-top: 1.5em;
}

.resource-grid-item {
	height: auto;
	cursor: pointer !important;
	text-decoration: none !important;
}

/* .resource-grid-item-full {
	grid-column: 1/3;
} */

.resource-grid + h2,
.resource-grid + h3,
.resource-grid + p {
	margin-top: 2em;
}

.resource-grid + .divider-bottom {
	padding-top: 0;
}

@media only screen and (max-width: 1068px) {
	.resource-grid {
		grid-template-columns: repeat(2, 2fr);
		column-gap: 1.5em;
		row-gap: 1em;
	}

	.resource-grid-item {
		grid-column: unset;
	}
}

@media only screen and (max-width: 734px) {
	.resource-grid {
		grid-template-columns: repeat(3, 3fr);
		row-gap: 1.5em;
	}

	.resource-grid-item {
		grid-column: 1/3;
	}
}
/* Prevents content jumping */
.image-wrapper {
	width: 342px;
	height: 192px;
	border-radius: 8px;
}

@media only screen and (max-width: 1068px) {
	.image-wrapper {
		width: 246px;
		height: 138px;
	}
}

.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: #86868b;
	font-size: 15px;
	margin-top: 1em;
	cursor: pointer !important;
}
body[data-color-scheme="dark"] .resource-grid-item h4 {
	color: #6e6e73;
}

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

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

#main section .section-content .row > .column.gutter:nth-of-type(odd) {
	padding-right: 1.5em;
}
#main section .section-content .row > .column.gutter:nth-of-type(even) {
	padding-left: 1.5em;
}
@media only screen and (max-width: 734px) {
	#main section .section-content .row > .column.gutter:nth-of-type(odd) {
		padding-right: 0;
	}
	#main section .section-content .row > .column.gutter:nth-of-type(even) {
		padding-left: 0;
	}
}


/* ----- sidenav ----- */
.main {
	overflow: initial;
}

.column-sidenav {
	height: 100%;
}

.headline-divider {
	margin-top: 1.6em;
	padding-top: 1.6em;
	border-top: 1px solid #e3e3e3;
}

.row-flex {
	display: flex;
	gap: 1.5em;
}

@media only screen and (max-width: 734px) {
	.row-flex {
		gap: 0;
	}
}

.row-flex .column-flex > .row-flex {
	margin-top: 2em;
}

.row-flex + h4 {
	margin-top: 1.6em;
}

.column-flex-center {
	align-self: center;
}

ul.links.small li > a {
	display: initial;
}

.compound-item-list li:not(:last-child) {
	margin-bottom: 0.5em;
}

.compound-item-list li > ul li {
	margin-bottom: 0;
}

@media only screen and (max-width: 734px) {
	h3 {
		margin-top: 1.6em;
	}
	.row-flex {
		display: block;
	}
	.row-flex + p {
		margin-top: 0.8em;
	}
	.row-flex .column-flex > .row-flex {
		margin-top: 0;
		margin-bottom: 0;
	}

	.Sidenav_container {
		margin-bottom: 3em !important;
	}
}


/* ----- 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;
	}
}