h1 .eyebrow {
	margin-bottom: 0;
}

h1 + h2 {
	margin-top: 1.6em;
}

h3,
.topic-icon {
	margin-top: 48px;
}

h4 + ul,
p + ul {
	margin-top: 0.8em;
}

li h4 {
	margin-top: 1.6em;
}

.column-flex-center {
	align-self: center;
}
.no-bullets {
	list-style-type: none;
	margin-left: 0;
}

#main ol > li:not(:last-of-type) {
	margin-bottom: 1em;
}

#main ol.no-bullets ul {
	list-style-type: disc;
}

@media only screen and (max-width: 1068px) {
	.device-wrap {
		margin-left: 0;
	}
	.large-11.small-12 > * {
		padding-left: 25px;
	}
}

@media only screen and (max-width: 734px) {
	h3 {
		margin-top: 1.6em;
	}
	.topic-icon {
		margin-top: 2em;
		margin-bottom: -1.6em;
	}
	.device-wrap {
		margin-top: 2em;
		margin-left: 0;
	}
	.column-flex-center {
		align-self: unset;
	}
	.large-11.small-12 > * {
		padding-left: 0;
	}
}

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

#main section .section-content .row > .column.divider-top {
	padding-top: 4em;
	padding-bottom: 4em;
}

#main section.section-overview .section-content > .row:first-of-type {
	padding-bottom: 4em;
}

#main section.section-hero {
	padding-bottom: 4em;
}

@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.device-row {
		margin-top: 0;
	}
	#main section .section-content .row > .column.divider-top {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	#main section.section-overview .section-content .row:first-of-type {
		padding-bottom: 3em;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}

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

body[data-color-scheme="dark"] .svg-filter {
	filter: invert(1);
}
