.main {
	overflow: initial;
}

.column-sidenav {
	height: 100%;
}

h2 + h3,
div + h3 {
	margin-top: 1.6em;
}

.custom-margin-top,
.custom-margin-top.footnote {
	margin-top: 10px;
}

#play-btn,
.icon-playcircle::after,
.icon-pausecircle::after,
.icon-replay::after {
	color: #06c;
}

#play-btn {
	margin-top: 1em;
	margin-left: 0.75em;
}

body[data-color-scheme="dark"] #play-btn,
body[data-color-scheme="dark"] .icon-playcircle::after,
body[data-color-scheme="dark"] .icon-pausecircle::after,
body[data-color-scheme="dark"] .icon-replay::after {
	color: var(--glyph-blue);
}

.bg-white {
	background-color: #fff;
}

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

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

.row.row-devices {
	margin: 2em auto;
}

.row.row-flex {
	margin-bottom: 3em;
}

.row.row-icons {
	margin: 2em 0;
}

picture {
	display: block;
}

table {
	margin: 2em 0;
	border: 1px solid #d2d2d7;
}

table thead tr {
	background-color: #d2d2d7;
}

table thead tr th,
table tbody tr td {
	text-align: center;
	padding: 8px;
	width: 16.6%;
}

table tbody tr td {
	border-right: 1px solid #d2d2d7;
	border-bottom: 1px solid #d2d2d7;
}

table thead tr th {
	font-weight: 600;
}

table thead tr th:first-of-type,
table tbody tr td:first-of-type {
	text-align: left;
	padding-left: 5px;
}

table thead tr th:last-of-type,
table tbody tr td:last-of-type {
	border-right: none;
}

table tbody tr:last-of-type td {
	border-bottom: 0;
}

.flow-icon {
	margin: 3px auto 9px;
	height: 40px;
	width: 40px;
}

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

.icon-inline {
	display: inline-block;
	margin-right: 15px;
	height: auto;
}

.icon-inline:last-of-type {
	margin-right: 0;
}

.row.row-icons.enrollment .icon-inline {
	margin-right: 30px;
}

@media only screen and (max-width: 1068px) {
	.row.row-icons.enrollment .icon-inline {
		margin-top: 10px;
	}

	.row.row-icons.enrollment .icon-inline {
		margin-right: 20px;
	}

	.row.row-icons.enrollment .icon-inline p {
		width: 75px;
	}
}

@media only screen and (max-width: 734px) {
	.column-flex-center {
		align-self: unset;
	}
	.row.row-devices {
		margin: 1em 0 2em;
	}
	.row.row-devices .large-4 .device-wrap {
		margin-top: 2em;
	}
	.row.row-devices .large-4:first-of-type .device-wrap {
		margin-top: 0;
	}
	h2 + .row.row-flex {
		margin-top: 1.6em;
	}
	.row.row-flex .device-wrap {
		margin-top: 1em;
	}
	#main section.section {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}

@media only screen and (max-width: 505px) {
	.row.row-icons {
		width: 230px;
	}
	.row.row-icons.row.row-icons.enrollment {
		width: 100%;
	}
}

/* DARK MODE */
body[data-color-scheme="dark"] table thead tr {
	background-color: #424245;
}
