/*LOCAL OVERRIDES*/

/* At a glance section bagdes */
.detail-at-a-glance .glance-three-up .badge-value {
	font-size: 70px;
}
@media only screen and (max-width: 1068px) {
	.detail-at-a-glance .glance-three-up .badge-value {
		font-size: 56px;
	}
}
@media only screen and (max-width: 734px) {
	.detail-at-a-glance .glance-three-up .badge-value {
		font-size: 48px;
	}
}

/*section-tiles detail-tiles*/
@media only screen and (max-width: 1068px) {
	.typography-tile-paragraph-copy {
		font-size: 16px;
	}
}
@media only screen and (max-width: 405px) {
	.section-tiles .typography-tile-paragraph-copy {
		font-size: 17px;
	}
}
@media only screen and (max-width: 385px) {
	.section-tiles .typography-tile-paragraph-copy {
		font-size: 16px;
	}
}
@media only screen and (max-width: 370px) {
	.section-tiles .typography-tile-paragraph-copy {
		font-size: 15px;
	}
}

/* Factory and Warehousing */
@media only screen and (max-width: 1068px) {
	.typography-headline-elevated {
		font-size: 38px;
	}
}
@media only screen and (max-width: 438px) {
	.typography-headline-elevated {
		font-size: 30px;
	}
}

/* At other industry stories section*/
#other-industry-stories
	.section-content
	.item-container
	#other-industry-stories-item-2
	.tile
	.tile-content
	.typography-callout {
	font-size: 28px;
}
@media only screen and (max-width: 360px) {
	#other-industry-stories
		.section-content
		.item-container
		#other-industry-stories-item-2
		.tile
		.tile-content
		.typography-callout {
		font-size: 24px;
	}
}

/* At other industry stories section*/
.typography-callout {
	font-size: 28px;
}
@media only screen and (max-width: 360px) {
	#other-industry-stories
		.section-content
		.item-container
		#other-industry-stories-item-2
		.tile
		.tile-content
		.typography-callout {
		font-size: 24px;
	}
}

/* quotes for safari */

blockquote {
	quotes: "“" "”";
}
