/* Local overrides */

/* Share this history section */
@media only screen and (max-width: 734px) {
	.industry-share-story .ac-social [data-ac-social-notification] {
		top: 37px;
		width: 101%;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.industry-share-story .ac-social [data-ac-social-notification] {
		top: 40px;
	}
}
@media only screen and (min-width: 1069px) {
	.industry-share-story .ac-social [data-ac-social-notification] {
		top: 50px;
	}
}

/* Only with Apple section */
@media only screen and (min-width: 1068px) {
	.typography-only-with-apple-column-headline {
		font-size: 38px !important;
	}
}

/* Inside cards copy */
.typography-tile-paragraph-copy {
	font-size: 17px !important;
}

@media only screen and (max-width: 734px) {
	.typography-tile-paragraph-copy {
		font-size: 15px !important;
	}
}

/* Cards headline */
.typography-headline-elevated {
	font-size: 58px !important;
}

@media only screen and (max-width: 1068px) {
	.typography-headline-elevated {
		font-size: 36px !important;
	}
}

@media only screen and (max-width: 734px) {
	.typography-headline-elevated {
		font-size: 31px !important;
	}
}

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