.custom_spotlights {position: relative;}
.custom_spotlights .title {
	color: #281405;
	font-family: "Sreda", sans-serif;
	font-size: 25px;
	line-height: 27px;
	padding-bottom: 47px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.custom_spotlights .title .border-left {
	position: absolute;
	background-image: url(/includes/public/assets/images/line-break-green.png);
	display: none;
	height: 12px;
}
.custom_spotlights .title .border-right {
	background-image: url(/includes/public/assets/images/spotlight-arrow-right.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto auto;	
	bottom: 25px;
	top: auto;
	height: 12px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 100%;
}
.custom_spotlights .item .image {float: left; padding-right: 15px; width: 25%;}
.custom_spotlights .item .content {
	color: #281405;
	float: left;
	font-family: "Adelle W01 Regular";
	font-size: 15px;
	line-height: 22px;
	width: 75%;
}
.custom_spotlights .item a:hover .content {text-decoration: underline;}

.custom_spotlights .border-bottom {	
	background-image: url(/includes/public/assets/images/spotlight-arrow-left.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto auto;
	height: 12px;
	margin: auto;
	width: 100%;
}

@media only screen and (min-width: 40.063em) {
	.custom_spotlights .items {margin: 0 -15px !important;}
	.custom_spotlights .item {padding: 0 15px 20px;}
	.custom_spotlights .title {
		font-size: 30px; 
		line-height: 29px;
		margin: auto;
		max-width: 56%;
		position: static;
		padding-bottom: 32px;
		width: 400px;
	}
	.custom_spotlights .title .border-left {bottom: auto; display: block; left: 0; top: 8px; width: 150px;}
	.custom_spotlights .title .border-right {
		background-image: url(/includes/public/assets/images/line-break-green.png);
		background-position: right 1px center;
		background-repeat: no-repeat;
		background-size: 559px 12px;
		bottom: auto; 
		display: block; 
		left: auto; 
		right: 0; 
		top: 8px; 
		width: 150px;
	}
	.custom_spotlights .item .image {float: none; width: 100%; padding-right: 0; margin-bottom: 26px;}
	.custom_spotlights .item .content {float: none; width: 100%;}
	.custom_spotlights .border-bottom {display: none;}

	/*** in sidebar show like mobile ***/
	.sidebar .custom_spotlights .item {width: 100%;}
	.sidebar .custom_spotlights .title {
		text-align: left; 
		font-size: 25px; 
		line-height: 27px;
		max-width: 100%;
		position: relative;
		padding-bottom: 47px;
		width: 100%;
	}
	.sidebar .custom_spotlights .item .image {float: left; margin: 0; padding-right: 15px; width: 25%;}
	.sidebar .custom_spotlights .item .content {float: left; width: 75%;}
	.sidebar .custom_spotlights .title .border-left {background: none; display: none;}
	.sidebar .custom_spotlights .title .border-right {
		background-image: url(/includes/public/assets/images/spotlight-arrow-right.png);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: auto auto;
		bottom: 25px;
		top: auto;
		height: 12px;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		width: 100%;
	}	
	.sidebar .custom_spotlights .border-bottom {display: block;}
}

@media only screen and (min-width: 64.063em) {
	.custom_spotlights .title .border-left {width: 268px;}
    .custom_spotlights .title .border-right {width: 268px;}

	.sidebar .custom_spotlights .title .border-right {width: 100%;}
}