.pathway-hero {
	max-width: 600px;
}

body[data-color-scheme="light"] .bg-alt {
	background-color: #f5f5f7;
}

html body[data-color-scheme="light"].dmf .theme-dark .lighter,
html body[data-color-scheme="dark"].dmf .theme-dark .lighter {
	color: #aaa;
}

.icon-learn {
	height: 55px;
	width: auto;
	margin-top: -9px;
}

.icon-need {
	height: 40px;
	width: auto;
	margin-bottom: 6px;
}

html body[data-color-scheme="light"].dmf h2 img,
html body[data-color-scheme="light"].dmf .icon-learn,
html body[data-color-scheme="light"].dmf .icon-need {
	filter: brightness(0) saturate(100%) invert(0%) sepia(97%) saturate(7500%) hue-rotate(190deg) brightness(97%) contrast(103%);
}
html body[data-color-scheme="dark"].dmf h2 img,
html body[data-color-scheme="dark"].dmf .icon-learn,
html body[data-color-scheme="dark"].dmf .icon-need {
	filter: brightness(0) saturate(100%) invert(100%) sepia(97%) saturate(0%) hue-rotate(75deg) brightness(113%) contrast(101%);
}

h2.typography-label {
	margin-top: 0.75em;
}

.row-no-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}

.row-info {
	margin-left: 10px;
}

@media only screen and (max-width: 735px) {
	.row-no-wrap {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		row-gap: 1em;
		column-gap: 1em;
	}

	.row-info {
		margin-left: 0;
	}
}

.inline-img {
	border-radius: 18px;
	margin: 1em 0;
}

.light-invert {
	filter: invert(100%) sepia(8%) saturate(2%) hue-rotate(130deg) brightness(107%) contrast(101%);
}

body[data-color-scheme="light"] .bg-light .callout {
	background-color: #fff !important;
}

.flex-planning {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 7px;
}

.flex-planning a.button {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-planning .svg-device {
	margin-right: 7px;
}

ul.links li:last-child {
	margin-bottom: 0;
}

.main {
	overflow: initial;
}

#main h2 + h3 {
	margin-top: 1.6em;
}

p.divider-bottom,
div.divider-bottom {
	padding-bottom: 3em;
	margin-bottom: 3em;
}

p.divider-bottom + h2,
div.divider-bottom + h2 {
	margin-top: unset;
}

.column-flex.large-9 h2 img,
.column-flex.large-9 h3 img {
	display: block;
	margin-top: -10px;
	margin-bottom: 0.4em;
}

@media only screen and (max-width: 735px) {
	p.divider-bottom,
	div.divider-bottom {
		padding-bottom: 2em;
		margin-bottom: 2em;
	}
}

.bg-gradient {
	background: linear-gradient(to bottom, #d5e4f3 -10%, #fff 100%);
}

picture.not-device img {
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
	max-width: 735px;
	height: auto;
}

.screen-only img {
	border: 1px solid #ddd;
	border-radius: 6px;
}

body[data-color-scheme="dark"].dmf .screen-only img {
	border-color: #333;
}

.title-margin-bottom {
	margin-bottom: 0.2em;
}

.title-margin-bottom + * {
	margin-top: 0 !important;
}

.anchor-spacing-top {
	scroll-margin-top: 60px;
}

.align-items-center {
	align-items: center;
}

.device-hero {
	margin-top: 2em;
	/* margin-bottom: 2em; */
}

/* ----- 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: 735px) {
	.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: 383px;
	height: 216px;
	border-radius: 8px;
}

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

.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: 735px) {
	.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: 735px) {
	#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 ----- */

.column-sidenav {
	height: 100%;
}

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

.row-flex {
	display: flex;
}

.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: 735px) {
	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.section-hero {
	padding-bottom: 0em;
}

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

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

#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: 735px) {
	#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;
	}
}
