/* Local Overrides */

/*Nav*/
@media only screen and (min-width: 735px) {
	.section-nav ul {
		max-width: 680px;
		overflow: auto;
	}
}

@media only screen and (min-width: 1069px) {
	.section-nav ul {
		max-width: 780px;
	}
}
@media only screen and (max-width: 734px) {
	.section-nav ul {
		overflow: auto;
	}
}

@media only screen and (min-width: 1069px) {
	.section-nav ul {
		max-width: 948px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-nav ul {
		max-width: 702px;
	}
}

.section-nav ul {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	text-align: center;
}

/* How to Buy */
.section-how-to-buy .column-special-pricing .typography-intro-elevated {
	max-width: unset;
}

/* section hero */

.section-hero .card-k12 .card-copy {
	max-width: 250px;
}

.section-hero .cards .card-k12 {
	--padding: 35px;
}

/* Spotlight Section */

/* Apple Learning Coach Card */
@media only screen and (max-width: 375px) {
	.cards .card-anthem .column-copy {
		--padding: 50px 0px;
	}
}

/* Holsworthy Card */
.section-spotlight .card-holsworthy .image {
	position: relative;
	left: 50%;
	margin-left: -305px;
	min-height: 420px;
}

@media only screen and (min-width: 1069px) {
	.section-spotlight .card-holsworthy .card-headline,
	.section-spotlight .card-holsworthy .card-copy {
		max-width: 400px;
		margin-inline: auto;
	}
}

@media only screen and (max-width: 1068px) {
	.section-spotlight .card-holsworthy .image {
		margin-left: -198.5px;
		min-height: 330px;
	}
	.section-spotlight .card-holsworthy .column-copy {
		--padding: 0px 36px;
	}
}

@media only screen and (max-width: 734px) {
	.section-spotlight .card-holsworthy .image {
		margin-left: -250px;
		min-height: 290px;
	}
	.section-spotlight .card-holsworthy .column-copy {
		--padding: 50px 20px;
	}
}

/* Localized Screens */

/* Holsworthy card */
.image-spotlight-holsworthy {
	width: 610px;
	height: 420px;
	background-size: 610px 420px;
	background-repeat: no-repeat;
	background-image: url(/cl/education/home/images/overview/spotlight_holsworthy__fs3981tgzdea_large.jpg);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	(-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi) {
	.image-spotlight-holsworthy {
		background-image: url(/cl/education/home/images/overview/spotlight_holsworthy__fs3981tgzdea_large_2x.jpg);
	}
}

@media only screen and (max-width: 1068px) {
	.image-spotlight-holsworthy {
		width: 397px;
		height: 330px;
		background-size: 397px 330px;
		background-repeat: no-repeat;
		background-image: url(/cl/education/home/images/overview/spotlight_holsworthy__fs3981tgzdea_medium.jpg);
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.image-spotlight-holsworthy {
		background-image: url(/cl/education/home/images/overview/spotlight_holsworthy__fs3981tgzdea_medium_2x.jpg);
	}
}

@media only screen and (max-width: 734px) {
	.image-spotlight-holsworthy {
		width: 500px;
		height: 290px;
		background-size: 500px 290px;
		background-repeat: no-repeat;
		background-image: url(/cl/education/home/images/overview/spotlight_holsworthy__fs3981tgzdea_small.jpg);
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.image-spotlight-holsworthy {
		background-image: url(/cl/education/home/images/overview/spotlight_holsworthy__fs3981tgzdea_small_2x.jpg);
	}
}
