:root {
	--sk-tile-padding: 2em 1.5em;
	--tile-custom-gap: 0.5em;
}

@media only screen and (max-width: 1068px) {
	:root {
		--sk-tile-padding: 2em 1.5em;
	}
}

@media only screen and (max-width: 734px) {
	:root {
		--modal-overlay-width: 100% !important;
	}
}

.modal-page-overlay .modal-overlay {
	max-width: 1000px;
	--modal-overlay-width: 90% !important;
}

@media only screen and (max-width: 734px) {
	.modal-page-overlay .modal-overlay {
		--modal-overlay-width: 100% !important;
	}
}

.main {
	overflow: initial;
}

.grid-row-flex {
	display: flex;
	gap: 1em;
	height: fit-content;
	justify-content: center;
}

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

@media only screen and (max-width: 734px) {
	.grid-row-flex {
		flex-direction: column-reverse;
	}
}

developer-accordion {
	margin-top: 1em;
	margin-bottom: 3em;
}

developer-accordion .accordion-title,
developer-accordion .accordion-title .accordion-title-text {
	font-size: 17px !important;
}

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

@media only screen and (max-width: 734px) {
	article h2 + h3,
	article h3 + h4 {
		margin-top: 1em;
	}
}

.list-margin .column {
	min-width: 64px;
	margin: 1.6em 1em 0 0;
}
@media only screen and (max-width: 1068px) {
	.list-margin .column {
		min-width: 50px;
		margin: 1.6em 1em 0 0;
	}
	.list-margin .column img {
		width: 50px !important;
	}
}

@media only screen and (max-width: 734px) {
	.list-margin > .row > .column:last-of-type {
		margin-top: 0.6em;
	}
}

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

.svg-convert {
	filter: brightness(0) saturate(100%) invert(42%) sepia(70%) saturate(961%) hue-rotate(191deg) brightness(83%) contrast(108%);
}

.eyebrow sf-symbol {
	font-size: 90px;
	color: var(--color-fill-blue);
}

table th {
	font-weight: 600;
}

table th,
table td {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

table td:first-of-type {
	width: 15%;
}

/* ========== Grid Changes ========== */
#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;
	}
}