/*Local overrides*/

/* Local Nav */
@media only Screen and (max-width: 360px) {
	#ac-localnav {
		padding: 10px 0 15px;
	}

	#ac-localnav .ac-ln-menu .ac-ln-actions {
		padding-top: 25px;
	}

	#ac-localnav .ac-ln-title > a {
		max-width: 100px;
		white-space: normal;
	}
}

/*section section-get-started blurbs columns*/

@media only screen and (max-width: 425px) {
	.typography-headline-elevated {
		font-size: 32px;
	}
}

.section-get-started .blurbs {
	grid-template-columns: repeat(2, 1fr);
}

.blurbs .column {
	max-width: 454px;
	margin: 0 auto;
}

@media only screen and (max-width: 1068px) {
	.blurbs .column {
		max-width: 321px;
	}
}

@media only screen and (max-width: 734px) {
	.blurbs .column {
		max-width: 100%;
	}
}

/* -- */

#footnote-bts-2022-1 a {
	white-space: nowrap !important;
}

/* Get Started Section */

@media only screen and (min-width: 1069px) {
	#get-started .blurbs {
		margin-left: 98px;
		margin-right: 98px;
	}
}
