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

/* At A Glance Tile - Spacing Fix */
@media only screen and (min-width: 735px) {
	.detail-at-a-glance .section-content .glance-two-up {
		justify-content: center;
	}
	.detail-at-a-glance .glance-two-up .badge:first-child {
		padding-left: 0px;
		min-width: auto;
		margin-right: 1em;
		margin-left: 0px;
	}
	.detail-at-a-glance .glance-two-up .badge:last-child {
		padding-right: 0px;
		min-width: auto;
		margin-right: 0px;
		margin-left: 1em;
	}
}

.section-other-industry-stories .custom_small {
	display: none;
}
@media only screen and (max-width: 734px) and (min-width: 420px) {
	.section-other-industry-stories .custom_small {
		display: inline-block;
	}
}
