/* $Id: spotlight-carousel.css 56509 2022-11-23 16:57:23Z chrisl $ */

#RecentSpotlights .jcarousel-wrapper {
	margin: 0 -15px;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#RecentSpotlights .jcarousel {
	position: relative;
	overflow: hidden;
	border:none;
}

#RecentSpotlights .jcarousel .jcarousel-list > li {
	padding: 15px;
}
#RecentSpotlights .jcarousel .jcarousel-list > li > div {
	height: 175px;
}

#RecentSpotlights .recentSpotlight {
	margin-top : 15px;
	border : 1px solid #dadadb;
	padding: 15px 25px;
	height: 100%;
}

#RecentSpotlights .recentSpotlight .SpotlightLogo {
	text-align: center;
	height: 70px;
}

#RecentSpotlights .recentSpotlight .SpotlightLogo IMG {	
	width: 90%;
	display: inline;
	height: 90% !important;
	object-fit: contain;
}

#RecentSpotlights .recentSpotlight .recentSpotlightInfo {
	padding-top:5px;
}		

#RecentSpotlights .jcarousel-pagination{
	display:none;
}

#RecentSpotlights .jcarousel-control-prev,
#RecentSpotlights .jcarousel-control-next {
	position: absolute;
	z-index: 101;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	text-align: center;
	background: transparent;
	border:none;
	text-decoration: none;
	text-shadow: 0 0 1px #000;
	font: 24px/27px Arial, sans-serif;
	font-size:30px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-decoration:none !important;
	color:#0076cf !important;
}

#RecentSpotlights .jcarousel-control-prev {
		left: -10px;
}
#RecentSpotlights .jcarousel-control-next {
	right: -10px;
}
@media( min-width:992px){
	#RecentSpotlights .jcarousel-control-prev {
		left: -20px;
	}
	#RecentSpotlights .jcarousel-control-next {
		right: -20px;
	}
}

.max2Lines {
	display: -webkit-box;
	word-wrap:break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden !important;
	text-overflow: ellipsis;
	line-height:15px;
}

.max3Lines {
	display: -webkit-box;
	word-wrap:break-word;
	margin-top:2px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden !important;
	text-overflow: ellipsis;
	line-height:14px;
}
