/* At other industry stories section*/
@media only screen and (min-width: 1068px) {
	.typography-callout {
		font-size: 28px;
	}
}
/* LOCAL OVERRIDES */
@media only screen and (max-width: 1068px) {
	.grid-item-copy .typography-tile-paragraph-copy {
		font-size: 17px;
	}
}
@media only screen and (max-width: 734px) {
	.grid-item-copy .typography-tile-paragraph-copy {
		font-size: 16px;
	}
}

/* quotes for safari */

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