/* local overrides */

@media only screen and (max-width: 364px) {
	.typography-headline-elevated.large-8.medium-10.large-centered {
		font-size: 35px;
	}
}

/* innovation */
.section-innovation .highlight-wrapper.highlight-yellow {
	margin-left: 6px;
}
@media only screen and (max-width: 1068px) {
	.section-innovation .highlight-wrapper.highlight-yellow {
		margin-left: 4px;
	}
}
@media only screen and (max-width: 734px) {
	.section-innovation .highlight-wrapper.highlight-yellow {
		margin-left: 3px;
	}
}

/* become an apple distinguished school */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-become-ads .button.button-outline.button-super {
		font-size: 15px;
		padding: 18px 20px;
	}
}
@media only screen and (max-width: 375px) {
	.section-become-ads .button.button-outline.button-super {
		font-size: 15px;
	}
}
/* headline adjustment */
@media only screen and (max-width: 395px) {
	#main > section.section.section-hero.animate > div > h1 > span {
		position: relative;
		top: 5px;
	}
}

/* 1K */
@media only screen and (min-width: 1069px) {
	.page-apple-distinguished-schools
		.section-innovation
		.row.stats-item-wrapper.justify-content-center {
		justify-content: space-around;
	}
}
@media only screen and (max-width: 1068px) {
	.page-apple-distinguished-schools
		.section-innovation
		.row.stats-item-wrapper.justify-content-center {
		justify-content: space-between;
	}
}
@media only screen and (min-width: 735px) {
	.page-apple-distinguished-schools
		.section-innovation
		.row.stats-item-wrapper.justify-content-center
		.custom_school {
		display: flex;
		justify-content: flex-end;
	}
}

/* 1k - school */
@media only screen and (max-width: 734px) {
	.page-apple-distinguished-schools
		.section-innovation
		.row.stats-item-wrapper.justify-content-center
		.custom_number {
		padding-right: 60px;
	}
}
@media only screen and (max-width: 400px) {
	.page-apple-distinguished-schools
		.section-innovation
		.row.stats-item-wrapper.justify-content-center
		.outlined-text {
		font-size: 90px;
	}
}
/* end of 1K */
