/* Local Overrides */

/*Nav*/
@media only screen and (min-width: 735px) {
	.section-nav ul {
		max-width: 668px;
		overflow: auto;
	}
	.section-nav ul li:nth-child(2) {
		padding: 0 25px;
	}
}
@media only screen and (max-width: 734px) {
	.section-nav ul {
		overflow: auto;
	}
	.section-nav ul li:nth-child(2) {
		padding: 0 25px;
	}
}

@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;
}

/* spotlight */

/* card-cultivating */

@media only screen and (max-width: 339px) {
	.section-spotlight .card.card-cultivating .card-headline {
		margin: 0;
	}
}
@media only screen and (max-width: 323px) {
	.section-spotlight .card.card-cultivating .card-headline {
		font-size: 27.3px;
	}
}

/* card igniting */

@media only screen and (max-width: 337px) {
	.section-spotlight .card.card-igniting .card-headline {
		font-size: 26px;
	}
}

/* Earth Day Tile*/
.section-hero .hero-plan {
	display: grid;
	justify-items: center;
	margin: 165px auto 60px;
}
@media only screen and (max-width: 1068px) {
	.section-hero .hero-plan {
		margin: 120px auto 65px;
	}
}
.section-hero .hero-plan .plan-logo {
	width: 84px;
	height: 102px;
	background-size: 84px 102px;
	background-repeat: no-repeat;
	background-image: url(/la/education/images/overview/icon_apple__ewzqrpq04egm_large.png);
	display: inline-block;
	position: relative;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi),
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx) {
	.section-hero .hero-plan .plan-logo {
		background-image: url(/la/education/images/overview/icon_apple__ewzqrpq04egm_large_2x.png);
	}
}
@media only screen and (max-width: 1068px) {
	.section-hero .hero-plan .plan-logo {
		width: 55px;
		height: 66px;
		background-size: 55px 66px;
		background-repeat: no-repeat;
		background-image: url(/la/education/images/overview/icon_apple__ewzqrpq04egm_medium.png);
	}
}
@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) {
	.section-hero .hero-plan .plan-logo {
		background-image: url(/la/education/images/overview/icon_apple__ewzqrpq04egm_medium_2x.png);
	}
}
@media only screen and (max-width: 734px) {
	.section-hero .hero-plan .plan-logo {
		width: 32px;
		height: 39px;
		background-size: 32px 39px;
		background-repeat: no-repeat;
		background-image: url(/la/education/images/overview/icon_apple__ewzqrpq04egm_small.png);
	}
}
@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) {
	.section-hero .hero-plan .plan-logo {
		background-image: url(/la/education/images/overview/icon_apple__ewzqrpq04egm_small_2x.png);
	}
}
.section-hero .hero-plan .plan-copy {
	max-width: 27ch;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 1068px) {
	.section-hero .hero-plan .plan-copy {
		max-width: 22ch;
	}
}

/* earth day HL */
.typography-plan-headline {
	font-size: 124px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: -0.015em;
	font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
		sans-serif;
}
@media only screen and (max-width: 1068px) {
	.typography-plan-headline {
		font-size: 80px;
	}
}
@media only screen and (max-width: 734px) {
	.typography-plan-headline {
		font-size: 48px;
	}
}

/* Earth Day Copy */
.section-hero .hero-plan .plan-copy {
	max-width: 28ch;
	margin-left: auto;
	margin-right: auto;
}
.typography-plan-copy {
	font-size: 40px;
	line-height: 1.1;
	font-weight: 600;
	letter-spacing: 0em;
	font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial,
		sans-serif;
}
@media only screen and (max-width: 1068px) {
	.section-hero .hero-plan .plan-copy {
		max-width: 22ch;
	}
	.typography-plan-copy {
		font-size: 32px;
		line-height: 1.125;
		letter-spacing: 0.004em;
	}
}
@media only screen and (max-width: 734px) {
	.typography-plan-copy {
		font-size: 21px;
		line-height: 1.1904761905;
		letter-spacing: 0.011em;
	}
}

/* Lewis card */

.section-spotlight .card-lewis .image {
	position: relative;
	left: 50%;
	margin-left: -305px;
	min-height: 421px;
}

@media only screen and (max-width: 1068px) {
	.section-spotlight .card-lewis .image {
		left: 50%;
		margin-left: -198.5px;
	}
}

@media only screen and (max-width: 734px) {
	.section-spotlight .card-lewis .image {
		left: 50%;
		margin-left: -250px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-spotlight .card-lewis .image {
		min-height: 330px;
	}
}

@media only screen and (max-width: 734px) {
	.section-spotlight .card-lewis .image {
		min-height: 290px;
	}
}

.image-spotlight-lewis {
	width: 610px;
	height: 421px;
	background-size: 610px 421px;
	background-repeat: no-repeat;
	background-image: url("/la/education/home/images/overview/spotlight_lewis__echw848ausqe_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-lewis {
		background-image: url("/la/education/home/images/overview/spotlight_lewis__echw848ausqe_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.image-spotlight-lewis {
		width: 397px;
		height: 330px;
		background-size: 397px 330px;
		background-repeat: no-repeat;
		background-image: url("/la/education/home/images/overview/spotlight_lewis__echw848ausqe_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-lewis {
		background-image: url("/la/education/home/images/overview/spotlight_lewis__echw848ausqe_medium_2x.jpg");
	}
}

@media only screen and (max-width: 734px) {
	.image-spotlight-lewis {
		width: 500px;
		height: 290px;
		background-size: 500px 290px;
		background-repeat: no-repeat;
		background-image: url("/la/education/home/images/overview/spotlight_lewis__echw848ausqe_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-lewis {
		background-image: url("/la/education/home/images/overview/spotlight_lewis__echw848ausqe_small_2x.jpg");
	}
}

/*.section-spotlight .card-sisler*/
.image-spotlight-sisler {
	width: 610px;
	height: 421px;
	background-size: 610px 421px;
	background-repeat: no-repeat;
	background-image: url("/la/education/home/images/overview/spotlight_sisler__evj8rginc38m_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-sisler {
		background-image: url("/la/education/home/images/overview/spotlight_sisler__evj8rginc38m_large_2x.jpg");
	}
}
@media only screen and (max-width: 1068px) {
	.image-spotlight-sisler {
		width: 397px;
		height: 330px;
		background-size: 397px 330px;
		background-repeat: no-repeat;
		background-image: url("/la/education/home/images/overview/spotlight_sisler__evj8rginc38m_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-sisler {
		background-image: url("/la/education/home/images/overview/spotlight_sisler__evj8rginc38m_medium_2x.jpg");
	}
}
@media only screen and (max-width: 734px) {
	.image-spotlight-sisler {
		width: 500px;
		height: 290px;
		background-size: 500px 290px;
		background-repeat: no-repeat;
		background-image: url("/la/education/home/images/overview/spotlight_sisler__evj8rginc38m_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-sisler {
		background-image: url("/la/education/home/images/overview/spotlight_sisler__evj8rginc38m_small_2x.jpg");
	}
}

.section-spotlight .card-sisler .image {
	position: relative;
	left: 50%;
	margin-left: -305px;
	min-height: 421px;
}
@media only screen and (max-width: 1068px) {
	.section-spotlight .card-sisler .image {
		left: 50%;
		margin-left: -198.5px;
	}
}
@media only screen and (max-width: 734px) {
	.section-spotlight .card-sisler .image {
		left: 50%;
		margin-left: -250px;
	}
}
@media only screen and (max-width: 1068px) {
	.section-spotlight .card-sisler .image {
		min-height: 330px;
	}
}
@media only screen and (max-width: 734px) {
	.section-spotlight .card-sisler .image {
		min-height: 290px;
	}
}

/* Card: Hannah */
@media only screen and (max-width: 734px) {
	.cards .card.card-hannah .column-copy {
		padding: 50px 20px;
	}
}

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

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