/* Local Overrides */

.industry-share-story-headline {
	margin-top: 96px;
	text-align: center;
	overflow-y: hidden;
}

/* At a glance - badges */
@media only screen and (min-width: 1069px) {
	.detail-at-a-glance .glance-three-up .badge-value .badge-unit {
		font-size: 46px;
	}
}
@media only screen and (max-width: 1068px) {
	.detail-at-a-glance .glance-three-up .badge-value .badge-unit {
		font-size: 38px;
	}
	.typography-tile-paragraph-copy {
		font-size: 17px;
	}
}
@media only screen and (max-width: 734px) {
	.detail-at-a-glance .glance-three-up .badge-value .badge-unit {
		font-size: 32px;
	}
}
@media only screen and (max-width: 370px) {
	.typography-tile-paragraph-copy {
		font-size: 15px;
	}
}

/* Inspections Tile */
@media only screen and (max-width: 734px) {
	.grid-item-tile-inspections .typography-headline-reduced {
		font-size: 26px;
	}
}

/* .industry-share-story .ac-social [data-ac-social-notification] */
@media only screen and (max-width: 1068px) {
	.industry-share-story .ac-social [data-ac-social-notification] {
		top: 45px;
	}
}
@media only screen and (max-width: 735px) {
	.industry-share-story .ac-social [data-ac-social-notification] {
		width: 101%;
		top: 40px;
	}
}
