/* Local Overrides */

/* asterisk */
@media only screen and (min-width: 834px) {
	sup.custom-footnote {
		font-size: 12px;
		position: relative;
		top: -2px;
	}
}

@media only screen and (max-width: 833px) {
	sup.custom-footnote {
		font-size: 14px;
		position: relative;
		top: -2px;
	}
}

/* industry stories */
@media only screen and (max-width: 734px) {
	.section-other-industry-stories .tile .typography-callout {
		max-width: 266px;
	}
}

/* custom stat icons */
@media only screen and (min-width: 1069px) {
	.industry-story-spotlight
		.tile
		.tile-content
		.badges
		.column
		.badge
		.badge-value
		.badge-unit {
		font-size: 40px;
	}
	.industry-story-spotlight
		.tile
		.tile-content
		.badges
		.column
		.badge
		.badge-value
		.badge-unit.custom_lift {
		position: relative;
		top: -9px;
	}
}
@media only screen and (max-width: 1068px) {
	.industry-story-spotlight
		.tile
		.tile-content
		.badges
		.column
		.badge
		.badge-value
		.badge-unit {
		font-size: 32px;
	}
	.industry-story-spotlight
		.tile
		.tile-content
		.badges
		.column
		.badge
		.badge-value
		.badge-unit.custom_lift {
		position: relative;
		top: -5px;
	}
}
/* @media only screen and (max-width: 1068px) and (min-width: 735px) {
	.industry-story-spotlight .tile .tile-content .badges .column .badge .badge-value .badge-unit {
		font-size: 32px;
	}
} */
@media only screen and (max-width: 1068px) {
	.industry-story-spotlight
		.tile
		.tile-content
		.badges
		.column
		.badge
		.badge-value
		.badge-unit {
		font-size: 32px;
	}
}
