/* LOCAL OVERRIDES */
@media only screen and (max-width: 483px) {
	.typography-tile-paragraph-copy {
		font-size: 16px;
	}
}
@media only screen and (max-width: 370px) {
	.typography-tile-paragraph-copy {
		font-size: 15px;
	}
}

@media only screen and (max-width: 845px) and (min-width: 371px) {
	.typography-headline-elevated {
		font-size: 36px;
	}
}
@media only screen and (max-width: 370px) {
	.typography-headline-elevated {
		font-size: 34px;
	}
}

/* HERO */
@media only screen and (max-width: 355px) {
	.section-hero .detail-logo-title .typography-headline-super {
		font-size: 43px;
	}
}

/* RECRUITING MODAL */
@media only screen and (max-width: 396px) {
	.grid-item-tile-recruiting .grid-modal .modal-content {
		padding-right: 27px;
	}
}

/*See more stories*/
@media only screen and (max-width: 734px) {
	.industry-other-stories
		.gallery
		.item-container
		.gallery-item
		.tile
		.tile-content {
		padding: 25px 35px 35px;
	}
}

.industry-share-story-headline {
	margin-top: 96px;
	text-align: center;
	overflow-y: hidden;
}
