/* CAFR Fixes */

/* B S H Section - Spacing Fix */
.industry-story-spotlight .grid .tile .tile-content .badges {
	width: 120%;
}
@media only screen and (min-width: 811px) {
	.section-story-spotlight
		.grid
		.grid-item
		.tile
		.tile-content
		.badges
		.cafr-fix {
		max-width: 40%;
		margin-left: 1.6em;
	}
}
@media only screen and (min-width: 1069px) {
	.section-story-spotlight
		.grid
		.grid-item
		.tile
		.tile-content
		.badges
		.cafr-fix {
		max-width: 40%;
		margin-left: 1em;
	}
}
@media only screen and (min-width: 1301px) {
	.section-story-spotlight
		.grid
		.grid-item
		.tile
		.tile-content
		.badges
		.cafr-fix {
		max-width: 20%;
		margin: 0 0.4em;
	}
}

/* Font-size cards */
@media only screen and (min-width: 1068px) {
	.typography-callout {
		font-size: 28px;
	}
}

/* Want want tile */
.industry-story-spotlight .tile .tile-content .badges .column.badge-column {
	margin-top: 25px;
}

.industry-story-spotlight .tile .tile-content .badges {
	gap: 1px;
}

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