/* Local Overrides */

/*At a glance - Badges*/
@media only screen and (max-width: 1068px) {
	.detail-at-a-glance .glance-two-up .badge:last-child {
		padding-right: 20%;
	}
}
@media only screen and (max-width: 734px) {
	.detail-at-a-glance .glance-two-up .badge:last-child {
		padding-right: 0;
	}
}

@media only screen and (max-width: 1068px) {
	.detail-at-a-glance .glance-two-up .badge:first-child {
		padding-left: 20%;
	}
}
@media only screen and (max-width: 734px) {
	.detail-at-a-glance .glance-two-up .badge:first-child {
		padding-left: 0;
	}
}

/* Only with Apple */
@media only screen and (min-width: 1069px) {
	.typography-only-with-apple-column-headline {
		font-size: 40px;
	}
}

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

/*grid-item-tile-customer-service tile start*/
.grid-item-tile-customer-service .typography-headline-reduced {
	font-size: 35px;
}
@media only screen and (max-width: 1130px) {
	.grid-item-tile-customer-service .typography-headline-reduced {
		font-size: 31px;
	}
}
@media only screen and (max-width: 1068px) {
	.grid-item-tile-customer-service .typography-headline-reduced {
		font-size: 32px;
	}
}
@media only screen and (max-width: 940px) {
	.grid-item-tile-customer-service .typography-headline-reduced {
		font-size: 28px;
	}
}
@media only screen and (max-width: 760px) {
	.grid-item-tile-customer-service .typography-headline-reduced {
		font-size: 26px;
	}
}
@media only screen and (max-width: 734px) {
	.grid-item-tile-customer-service .typography-headline-reduced {
		font-size: 28px;
	}
}
@media only screen and (max-width: 400px) {
	.grid-item-tile-customer-service .typography-headline-reduced {
		font-size: 25px;
	}
}

.detail-tiles .detail-tile .tile-header-content .tile-eyebrow {
	margin-bottom: 0.7em;
}
@media only screen and (max-width: 1068px) {
	.detail-tiles .detail-tile .tile-header-content .tile-eyebrow {
		margin-bottom: 0.5em;
	}
}
/*grid-item-tile-customer-service tile end*/

/* .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: 450px) {
	.industry-share-story .ac-social [data-ac-social-notification] {
		width: 101%;
		top: 40px;
	}
}
