/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/
.image-college-students {
	width: 385px;
	height: 310px;
	background-size: 385px 310px;
	background-repeat: no-repeat;
	background-image: url("/pl/education/home/images/overview/college_students_alt__7q9y0ssa0tuu_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-college-students {
		background-image: url("/pl/education/home/images/overview/college_students_alt__7q9y0ssa0tuu_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.image-college-students {
		width: 578px;
		height: 330px;
		background-size: 578px 330px;
		background-repeat: no-repeat;
		background-image: url("/pl/education/home/images/overview/college_students_alt__7q9y0ssa0tuu_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-college-students {
		background-image: url("/pl/education/home/images/overview/college_students_alt__7q9y0ssa0tuu_medium_2x.jpg");
	}
}

@media only screen and (max-width: 734px) {
	.image-college-students {
		width: 500px;
		height: 320px;
		background-size: 500px 320px;
		background-repeat: no-repeat;
		background-image: url("/pl/education/home/images/overview/college_students_alt__7q9y0ssa0tuu_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-college-students {
		background-image: url("/pl/education/home/images/overview/college_students_alt__7q9y0ssa0tuu_small_2x.jpg");
	}
}
/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
/* NAV FIX */
.section-nav ul {
	max-width: 700px;
}

@media only screen and (max-width: 734px) {
	.section-nav ul {
		display: block;
		max-width: 87.5%;
		text-align: center;
	}
}

@media only screen and (max-width: 734px) {
	.section-nav .nav-item.nowrap {
		white-space: inherit;
	}
}

@media only screen and (max-width: 734px) {
	.section-nav ul .nav-item {
		margin-bottom: 1em;
		width: 100%;
	}
}
@media only screen and (max-width: 734px) {
	.section-nav ul .nav-item:last-of-type {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 1068px) {
	.section-spotlight .card-bts-2021.card .column-copy {
		padding: 38px 0;
	}
}

@media only screen and (max-width: 734px) {
	.section-spotlight .card-bts-2021.card .column-copy {
		padding: 50px 0;
	}
}

@media only screen and (max-width: 1068px) {
	.section-spotlight .card-bts-2021.card .card-headline {
		padding: 0px 45px;
	}
}

@media only screen and (max-width: 734px) {
	.section-spotlight .card-bts-2021.card .card-headline {
		padding: 0px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-spotlight .column-image .image {
		background-size: auto 100%;
		height: 100%;
		min-height: 330px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-spotlight .column-image .thumbnail {
		height: 100%;
	}
}

@media only screen and (max-width: 734px) {
	.section-spotlight .column-image .image {
		height: 290px;
		background-size: 500px 290px;
		min-height: 0px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-hero .card-higher-education .card-copy {
		max-width: 290px;
	}
	.section-how-to-buy .column-special-pricing .typography-intro-elevated {
		max-width: 430px;
	}
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
