.home_top{
	display: none;
}
.spotlight{
	height: 100%;
	overflow: hidden;
	position: absolute;
	display: inline-block;
	width: 100%;
	font-family: 'Arial,Helvetica,sans-serifsans-serif';
	color: white;
	top: 0;
	z-index: -1;
	background-color: #496c85;
}
.spotlight::after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%; height:100%;
	display:inline-block;
}
.spotlight-img {
	display: block;
	width: 100%;
	object-fit: cover;
}
.spotlight-container{
	height: 750px;
	position: relative;
	overflow: hidden;
}
.spotlight-text{
	margin-left: 50px;
	color: #ffffff;
	margin-top: 50px;
    width: 40%;;
}
.spotlight-text-header{
	font-variant-caps: all-petite-caps;
	font-size: 30px;
}
.spotlight-text-title{
	font-size: 64px;
	line-height: 64px;
	margin-bottom: 25px;
}
.spotlight-text-subtitle{
	line-height: 32px;
	font-size: 30px;
}
.spotlight-text-button {
	border: none;
	padding-left: 30px !important;
	padding-right: 30px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	font-weight: bold !important;
	font-size: 23px !important;
	margin-bottom: 60px !important;
	/* margin-top: 50px !important; */
	background-color: #ff5151;
	color: white;
}
.spotlight-text-button:hover{
	cursor: pointer;	
}
.news-grid{
	background: linear-gradient(#c5c5c517, #060606e0, #c5c5c517);
	/* margin: 200px 50px 50px 50px; */
	margin: 0px 50px 50px 50px;
	display: flex;
	color: white;
}
.news-item{
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 35px 25px 30px 20px;
}
.news-img{
	width: 100%;
	height: 35vh;
	display: block;
	margin-left: auto;
	margin-right: auto;	
    object-fit: cover;
}
.news-type{
	margin-top: 15px;
	font-variant-caps: all-small-caps;
	font-size: 20px;
	align-self: flex-start;
}
.news-title{
	margin-top: 15px;
	margin-bottom: 4px;
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
}
.news-subtitle{
	margin-top: 15px;
	margin-bottom: 24px;
	font-size: 18px;
	line-height: 25px;
	color: #e8e8e8;
}
.news-link{
	/* margin-top: 15px;
	margin-bottom: 15px; */
	display: flex;
	flex-grow: 2;
}
.news-link a {
	font-size: 20px;
	font-variant-caps: all-small-caps;
	color: white;
	align-self: flex-end;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 1px;
}
.normal_content_area {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.carousel-item {
	width: 180px;
	height: 180px;
	text-align: center;
}
.carousel-item-link{
	text-decoration: none !important;
	text-align: center !important;
	color: white !important;
	font-size: 15px;
}
.carousel-item-img{
	display: block ;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
.carousel-item-title{
	text-align: center !important;
}    
/* #home_link{
	display: none !important;
} */
/* #siteheader a#home_link2 {
	height: 103px !important;
	background: url(https://www.co.monterey.ca.us/home/showimage?id=38500&t=637853649619529665) center bottom no-repeat !important;
	background-size: 100% auto !important;
} */
#carousel-wrapper {
	width: 70%;
	position: relative;
}
#carousel {
	overflow: auto;
	scroll-behavior: smooth;
	scrollbar-width: none;
}
#carousel::-webkit-scrollbar {
	height: 0;
}
#carousel-prev, #carousel-next {
	display: flex;
	justify-content: center;
	align-content: center;
	background: white;
	border: none;
	padding: 8px;
	border-radius: 50%;
	outline: 0;
	cursor: pointer;
	position: absolute;
}
#carousel-prev {
	top: 50%;
	left: -70px;
	transform: translate(50%, -50%);
	display: none !important;
}
#carousel-next {
	top: 50%;
	right: -70px;
	transform: translate(-50%, -50%);
}
#carousel-content {
	display: grid;
	grid-gap: 16px;
	grid-auto-flow: column;
	margin: auto;
	box-sizing: border-box;
}
#carousel-container {
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
}
@media (max-width: 800px) {
	.news-grid {
		flex-direction: column;
		margin: 0;
		background: #06060680;
	}
	.carousel-item{
		flex: 1;
		flex-basis: 80px;
	}
	.spotlight-text-subtitle{
		line-height: 32px;
		font-size: 30px;
		margin-bottom: 30px;
	}
	.spotlight-text-title{
		font-weight: 700;
		font-size: 40px;
		line-height: 50px;
	}
	.spotlight-text{
		width: 100%;
		margin-left: 0;
		margin-top: 0;
		text-align: center;
	}
	.news-img{
		height: auto;
	}
	.spotlight{
		position:unset;
	}
	.spotlight::after{
		position:unset;
	}
	.spotlight-container{
		height: auto;
	}
	#sitebody{
		background: #442544;
	}
	#carousel-next, #carousel-prev{
		display: none !important;
	}
	#carousel-content{
		display: flex;
		flex-wrap: wrap;
	}
}
@media (max-width: 425px) {
	.carousel-item{
		flex-basis: 40%;
	}
}