.main {
	overflow: initial;
}

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

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

h2 .eyebrow sf-symbol {
	font-size: 90px;
	color: var(--color-fill-blue);
}
h3 .eyebrow sf-symbol {
	font-size: 72px;
	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;
	}
}
