/* LOCAL OVERRIDES */

blockquote.typography-story-quote::before {
	content: "« ";
}
blockquote.typography-story-quote::after {
	content: " »";
}

.m-show {
	display: none;
}

@media only screen and (min-width: 735px) {
	.m-show {
		display: block;
	}
}

/* OVERVIEW */
/* rmwilliams eyebrow */
@media only screen and (min-width: 735px) {
	.page-overview
		.hub-tile-content-container
		.typography-eyebrow-super.custom_williams {
		margin-inline-end: 30px;
	}
}
/* saturnbird eyebrow */
@media only screen and (min-width: 1069px) {
	.page-overview
		.hub-tile-content-container
		.typography-eyebrow-super.custom_saturnbird {
		margin-inline-end: 60px;
	}
}
/* saturnbird eyebrow */
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.page-overview
		.hub-tile-content-container
		.typography-eyebrow-super.custom_saturnbird {
		margin-inline-end: 40px;
	}
}
