/* Local Overrides */

/* #main > section.section.section-story-spotlight.industry-story-spotlight > div > div:nth-child(2) > div > div > div.row.badges */
@media only screen and (max-width: 950px) {
	#main
		> section.section.section-story-spotlight.industry-story-spotlight
		> div
		> div:nth-child(2)
		> div
		> div
		> div.row.badges {
		flex-direction: column;
	}
}

/* .industry-story-spotlight .tile .tile-content .badges .column .badge .badge-value  */
@media only screen and (min-width: 1069px) {
	.industry-story-spotlight
		.tile
		.tile-content
		.badges
		.column
		.badge
		.badge-value {
		font-size: 56px;
	}
}

/* .ac-ln-menu-tray .ac-ln-menu-items .ac-ln-menu-item .ac-ln-menu-link .nowrap .footnote .custom-footnote */
@media only screen and (min-width: 834px) {
	sup.custom-footnote {
		font-size: 12px;
		position: relative;
		top: -2px;
	}
}
