/* Local Overrides */

/* Local nav */
@media only screen and (max-width: 734px) {
	#ac-localnav {
		height: 65px;
	}
}

/* mcps */
@media only screen and (max-width: 351px) {
	body.page-mcps.page-k12
		.section-router.k12
		.section-content
		.typography-headline-elevated
		br {
		display: none;
	}
}

@media only screen and (min-width: 1441px) {
	.page-overview .section-get-updates .section-content {
		width: 1080px;
	}

	.page-overview .section-get-updates .section-content .column:first-child {
		flex-basis: 54%;
		max-width: 54%;
	}

	.page-overview .section-get-updates .section-content .column:last-child {
		flex-basis: 37.666667%;
		max-width: 37.666667%;
	}
}

@media only screen and (max-width: 1068px) {
	.page-overview .section-get-updates .section-content .column:first-child {
		flex-basis: 69%;
		max-width: 69%;
	}
}

@media only screen and (max-width: 734px) {
	.page-overview .section-get-updates .section-content .column:first-child {
		flex-basis: 100%;
		max-width: 100%;
	}
}

/* berwyn modal */
#berwyn .typography-headline-elevated br.xsmall-show {
	display: none;
}

@media only screen and (max-width: 415px) {
	.modal-success-story .modal-content#berwyn {
		--copy-offset: 10px;
	}
}

@media only screen and (max-width: 378px) {
	#berwyn .typography-headline-elevated br.xsmall-hide {
		display: none;
	}
	#berwyn .typography-headline-elevated br.xsmall-show {
		display: block;
	}
}

/* berwyn modal asterisk copy */

.modal-success-story
	.modal-content
	.modal-fullwidth-image-video-container
	.modal-fullwidth-image-video-caption:nth-child(2n) {
	font-size: 15px;
}

.modal-fullwidth-image-video-caption.customized {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}

@media only screen and (max-width: 734px) {
	.modal-fullwidth-image-video-caption.customized {
		font-size: 15px;
	}
}
/* Feature stories - Section */
@media only screen and (max-width: 734px) {
	.section-feature-stories .hub-tile-feature .hub-tile-headline {
		font-size: 31px;
	}
}
