/* local fixes */

@media only screen and (min-width: 1068px) {
	.typography-callout {
		font-size: 30px;
	}
}
@media only screen and (min-width: 768px) {
	.typography-tile-paragraph-copy {
		font-size: 18px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1068px) {
	.typography-headline-elevated {
		font-size: 42px;
	}
}

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