.main {
	overflow: initial;
}

.bg-gradient {
	background: linear-gradient(to bottom, #d5e8f3 0%, #fff 100%);
}
html body[data-color-scheme="dark"].theme-dark .bg-light {
	background-color: #060609;
}
section.section-hero {
	background: linear-gradient(to bottom, #d5e8f3 0%, #fff 100%);
}
body[data-color-scheme="dark"] section.section-hero {
	background: linear-gradient(to bottom, #0b1224 0%, #000 100%);
}
html body[data-color-scheme="dark"].theme-dark .bg-light {
	background: linear-gradient(to bottom, #111 0%, #000 100%);
}

.image-light {
	display: block;
}
.image-dark {
	display: none;
}
body[data-color-scheme="dark"] .image-light {
	display: none;
}
body[data-color-scheme="dark"] .image-dark {
	display: block;
}

.round-corners {
	border-radius: 1em;
}
img.scale {
	width: 100%;
	height: auto;
}

.hero-wrap {
	width: 100%;
}
.hero-wrap sf-symbol,
.hero-wrap img.svg-inline {
	font-size: 54px;
	padding: 25px 10px 0;
}
@media only screen and (max-width: 375px) {
	.hero-wrap sf-symbol,
	.hero-wrap img.svg-inline {
		padding: 25px 5px 0;
	}
}

.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: 734px) {
	.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;
}

.svg-convert {
	filter: brightness(0) saturate(100%);
}
body[data-color-scheme="dark"] .svg-convert {
	filter: brightness(100) saturate(0%);
}

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: 734px) {
	p.divider-bottom,
	div.divider-bottom {
		padding-bottom: 2em;
		margin-bottom: 2em;
	}
}

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

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

body[data-color-scheme="dark"] .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; */
}

#design-pathway .tile-content .link.more {
	position: absolute;
	bottom: 1.5em;
}

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

.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.section-info {
	padding-top: 4em;
	padding-bottom: 3em;
}

#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;
	}
}
