/* local overrides */

/* Spotlight Section */

/* Holsworthy Card */
.section-spotlight .card-holsworthy .image {
	position: relative;
	left: 50%;
	margin-left: -305px;
	min-height: 420px;
}

@media only screen and (min-width: 1069px) {
	.section-spotlight .card-holsworthy .card-headline,
	.section-spotlight .card-holsworthy .card-copy {
		max-width: 400px;
		margin-inline: auto;
	}
}

@media only screen and (max-width: 1068px) {
	.section-spotlight .card-holsworthy .image {
		margin-left: -198.5px;
		min-height: 330px;
	}
	.section-spotlight .card-holsworthy .column-copy {
		--padding: 50px 30px;
	}
}

@media only screen and (max-width: 734px) {
	.section-spotlight .card-holsworthy .image {
		margin-left: -250px;
		min-height: 290px;
	}
	.section-spotlight .card-holsworthy .column-copy {
		--padding: 50px 20px;
	}
}

/* Localized Screens */

/* Holsworthy card */
.image-spotlight-holsworthy {
	width: 610px;
	height: 420px;
	background-size: 610px 420px;
	background-repeat: no-repeat;
	background-image: url(/lae/education/home/images/overview/spotlight_holsworthy__fs3981tgzdea_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-holsworthy {
		background-image: url(/lae/education/home/images/overview/spotlight_holsworthy__fs3981tgzdea_large_2x.jpg);
	}
}

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

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