/* Fix next router background image for Education overview page */
.page-products .nextrouter .image-nextrouter {
	background-image: url("/ph/education/images/nextrouter_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) {
	.page-products .nextrouter .image-nextrouter {
		background-image: url("/ph/education/images/nextrouter_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.page-products .nextrouter .image-nextrouter {
		background-image: url("/ph/education/images/nextrouter_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) {
	.page-products .nextrouter .image-nextrouter {
		background-image: url("/ph/education/images/nextrouter_medium_2x.jpg");
	}
}

@media only screen and (max-width: 735px) {
	.page-products .nextrouter .image-nextrouter {
		background-image: url("/ph/education/images/nextrouter_small.jpg");
	}
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
	.page-products .nextrouter .image-nextrouter {
		background-image: url("/ph/education/images/nextrouter_small_2x.jpg");
	}
}

/*FIXES FOR PURCHASING PAGE*/
@media only screen and (max-width: 735px) {
	.page-purchasing .section-loweringcosts .financing {
		margin-bottom: 0;
	}
	.page-purchasing .section-support .section-content {
		padding-top: 0;
		padding-bottom: 0;
	}
	.page-purchasing .section-support .image-support {
		margin-top: 38px;
	}
}

/* Update Special images */
.page-purchasing .section-loweringcosts .image-special {
	background-image: url("/ph/education/images/special_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) {
	.page-purchasing .section-loweringcosts .image-special {
		background-image: url("/ph/education/images/special_large_2x.jpg");
	}
}

@media only screen and (max-width: 1068px) {
	.page-purchasing .section-loweringcosts .image-special {
		background-image: url("/ph/education/images/special_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) {
	.page-purchasing .section-loweringcosts .image-special {
		background-image: url("/ph/education/images/special_medium_2x.jpg");
	}
}

@media only screen and (max-width: 735px) {
	.page-purchasing .section-loweringcosts .image-special {
		background-image: url("/ph/education/images/special_small.jpg");
	}
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
	.page-purchasing .section-loweringcosts .image-special {
		background-image: url("/ph/education/images/special_small_2x.jpg");
	}
}
