/* Local Nav */
@media only Screen and (max-width: 345px) {
	#ac-localnav {
		padding: 10px 0 15px;
	}

	#ac-localnav .ac-ln-menu .ac-ln-actions {
		padding-top: 25px;
	}

	#ac-localnav .ac-ln-title > a {
		max-width: 100px;
		white-space: normal;
	}
}

/* Gradient Headline */
@media only Screen and (min-width: 735px) {
	.section-resources .gradient-text {
		min-height: 70px;
	}
	.section-content p {
		margin-top: calc(0.8em - 2px);
	}
}
@media only Screen and (min-width: 1069px) {
	.section-resources .gradient-text {
		min-height: 86px;
	}
}

/* Hero Copy */
@media only Screen and (min-width: 1069px) {
	.section-hero
		.section-content-extended
		.card-content-container
		.card-text.card-headline {
		max-width: 325px;
	}
}
@media only Screen and (max-width: 1068px) {
	.section-hero
		.section-content-extended
		.card-content-container
		.card-text.card-headline {
		max-width: 270px;
	}
}
/* End of Hero Copy */

/* section-opportunities */
@media only Screen and (max-width: 734px) {
	.section-opportunities #zoey-vu .card-opportunities .card-headline {
		font-size: 36px;
		line-height: 39px;
	}
}

/* Buy MacBook Pro CTA */
@media only Screen and (max-width: 1068px) and (min-width: 735px) {
	.section-products .column-copy {
		margin-top: 70px;
	}
}

/* Localized Screens */

/* .section.section-higher-education .typography-headline-super */
.section.section-higher-education .typography-headline-super {
	max-width: 100%;
}
#higher-education > div {
	width: 100%;
}

/* Film Shanghai */
.image-cards-shanghai-business-startframe {
	height: 675px;
	background-size: 1200px 675px;
}

@media only screen and (max-width: 1068px) {
	.image-cards-shanghai-business-startframe {
		height: 458px;
		background-size: 791px 458px;
	}

	.section-hero .section-content-extended {
		max-width: 791px;
	}
}

@media only screen and (max-width: 734px) {
	.image-cards-shanghai-business-startframe {
		height: auto;
	}
}

/* opportunities */
@media only screen and (max-width: 734px) {
	#opportunities h3 br.small {
		display: none;
	}
}
@media only screen and (max-width: 374px) {
	#opportunities h3 br.small {
		display: block;
	}
}
/*  José Manuel modal */
@media only screen and (max-width: 321px) {
	.modal.modal-standard.jose .modal-caption.typography-caption {
		font-size: 11px;
	}
}
@media only screen and (max-width: 890px) {
	.quote-jose .quote-text br.medium {
		display: none;
	}
}
@media only screen and (max-width: 534px) {
	.quote-jose .quote-text br.small {
		display: none;
	}
}
@media only screen and (max-width: 534px) {
	.section-opportunities .quote-block.quote-jose .quote-text {
		max-width: 90%;
	}
}

/* Hero Copy */

.section-hero .hero-copy {
	max-width: 825px;
}

/* Section Opportunities CTA */

@media only screen and (min-width: 735px) and (max-width: 890px) {
	.section-opportunities .card-opportunities .modal-cta {
		margin-left: 20px;
		margin-top: 14px;
	}
}

/* Stories */
@media only screen and (max-width: 734px) {
	.section-opportunities .more-stories .gallery .card .card-headline {
		font-size: 38px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-products .typography-body-alt {
		font-size: 18px;
	}
}
