/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

.image-college-students {
    width: 385px;
    height: 310px;
    background-size: 385px 310px;
    background-repeat: no-repeat;
    background-image: url("/hu/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("/hu/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("/hu/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("/hu/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("/hu/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("/hu/education/home/images/overview/college_students_alt__7q9y0ssa0tuu_small_2x.jpg")
    }
}

/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/

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

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

.section-how-to-buy .column-special-pricing .typography-intro-elevated {
	max-width: 270px;
}

#ac-globalfooter .ac-gf-sosumi {
	border-top: 1px solid #d2d2d7;
}

.ac-gf-content {
	border: none;
}

@media only screen and (max-width: 734px) {
	.section-nav ul {
		display: block;
		max-width: 87.5%;
		text-align: center;
	}
	.section-nav .nav-item.nowrap {
		white-space: inherit;
	}
	.section-nav ul .nav-item {
		margin-bottom: 1em;
		width: 100%;
	}
	.section-nav ul .nav-item:last-of-type {
		margin-bottom: 0;
	}
	.section-spotlight .card-bts-2021.card .card-headline {
		padding: 0px;
	}
	.section-spotlight .column-image .image {
		height: 290px;
		background-size: 500px 290px;
		min-height: 0px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-spotlight .card-bts-2021.card .card-headline {
		padding: 0px 15px;
	}
	.section-spotlight .column-image .image {
		background-size: auto 100%;
		height: 100%;
		min-height: 330px;
	}
	.section-spotlight .column-image .thumbnail {
		height: 100%;
	}
}

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

@media only screen and (max-width: 540px) {
	.br_small_hide {
		display: none;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-how-to-buy .column-special-pricing .typography-intro-elevated {
		max-width: 360px;
	}
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
