/* Local Overrides */

/* At a glance - badges */
@media only screen and (min-width: 1069px) {
	.detail-at-a-glance .glance-three-up .badge {
		margin-top: 18px;
	}
}
@media only screen and (max-width: 1068px) {
	.detail-at-a-glance .glance-three-up .badge {
		margin-top: 17px;
	}
}
@media only screen and (max-width: 734px) {
	.detail-at-a-glance .glance-three-up .badge {
		margin-top: 0px;
	}
}

@media only screen and (min-width: 1069px) {
	.detail-at-a-glance .glance-three-up .badge:last-child {
		margin-top: 0px;
	}
}
@media only screen and (max-width: 1068px) {
	.detail-at-a-glance .glance-three-up .badge:last-child {
		margin-top: 0px;
	}
}

/* .industry-share-story .ac-social [data-ac-social-notification] */
@media only screen and (min-width: 1068px) {
	.industry-share-story .ac-social [data-ac-social-notification] {
		top: 40px;
	}
}
@media only screen and (max-width: 1068px) {
	.industry-share-story .ac-social [data-ac-social-notification] {
		top: 30px;
		font-size: 15px;
	}
}
@media only screen and (max-width: 735px) {
	.industry-share-story .ac-social [data-ac-social-notification] {
		top: 40px;
	}
}
