/* ==========================================================================
   Additional Styles
   ========================================================================== */

/* Hero : screen position */
@media only screen and (min-width: 1069px) {
	.page-it .section-hero .section-content {
		padding-bottom: 427px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.page-it .section-hero .section-content {
		padding-bottom: 280px;
	}
}

/* Jumpnav labels */
@media only screen and (max-width: 1068px) {
	.page-it .section-jumpnav .small-hide.jumpnav-label {
		font-size: 14px;
	}
}
@media only screen and (max-width: 734px) {
	.page-it .section-jumpnav .small-hide.jumpnav-label {
		font-size: 19px;
	}
}

/* ==========================================================================
   Images Overrides
   ========================================================================== */

/* individualized experience */
.page-it .section-build .lockup-build {
	background-image: url("/co/education/k12/home/images/it/individualized_experience__cvwqvhv3lt26_large.png");
}
@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) {
	.page-it .section-build .lockup-build {
		background-image: url("/co/education/k12/home/images/it/individualized_experience__cvwqvhv3lt26_large_2x.png");
	}
}
@media only screen and (max-width: 1068px) {
	.page-it .section-build .lockup-build {
		background-image: url("/co/education/k12/home/images/it/individualized_experience__cvwqvhv3lt26_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) {
	.page-it .section-build .lockup-build {
		background-image: url("/co/education/k12/home/images/it/individualized_experience__cvwqvhv3lt26_medium_2x.png");
	}
}
@media only screen and (max-width: 734px) {
	.page-it .section-build .lockup-build {
		background-image: url("/co/education/k12/home/images/it/individualized_experience__cvwqvhv3lt26_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) {
	.page-it .section-build .lockup-build {
		background-image: url("/co/education/k12/home/images/it/individualized_experience__cvwqvhv3lt26_small_2x.png");
	}
}
