section.spotlight {
	margin-top: 55px;
	margin-bottom: 30px;
}
.spotlight dl {
	padding: 0px 20px;
	float:left;
	width: 100%;
}
.spotlight dt {
	width: auto;
	background-image: url(/includes/public/assets/images/collection-header-shape.png);
	background-position:  center;
	background-size:  auto;
	background-repeat:  no-repeat;
	font-size:  40px;
	text-align:  center;
	color:  #fff;
	padding:  22px;
	position:  relative;
	top:  -40px;
	margin-bottom: 0px;
}
.spotlight dd {
	font-family: "azo-sans-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 19px;
	color: #264c59;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid;
	border-color: #cfde00;
}
.spotlight dd a {
	font-family: "azo-sans-web",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 19px;
	color: #264c59;
}
.spotlight dd:last-child {
	border-color: transparent;
}
.spotlight.interior .description {
    display: block;
}
.spotlight.homepage .description {
	display: none;
}
.spotlight.interior .title {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: #264c59;
    font-family: "azo-sans-web",sans-serif;
    line-height: 23px;
    height: 46px;
}
.spotlight.homepage .title {
    font-family: "azo-sans-web",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #264c59;
}
@media only screen and (max-width: 64em) {
	.spotlight dt {
		background-image: url(/includes/public/assets/images/tablet-orange-arrow.png);
		padding: 19px;
		position: absolute;
		top: -38px;
		margin-bottom: 0px;
		padding-top: 9px;
		width: 100%;
		left: 0;
		background-size: 100% 100%;
		min-height: 76px;	
	}
	.spotlight dl {
		padding: 0px 8px;
		padding-top: 40px;
	}
	.spotlight dt .first-text {
		font-size: 27px;
	}
	.spotlight dt .second-text {
		font-size: 19px !important;
		margin-left: 5px !important;
	}
}
@media only screen and (max-width: 680px) and (min-width: 640px) {
	.spotlight dt .first-text {
		font-size: 24px;
	}
	.spotlight dt .second-text {
		font-size: 16px !important;
		margin-left: 5px;
	}
	.spotlight.interior .title {
		font-size: 18px;
		line-height: 22px;
	}
}
@media only screen and (max-width: 640px) {
	section.spotlight {
		position: relative;
		margin: 35px auto;
		padding-top: 26px;
		padding-bottom: 26px;
	}
	.spotlight dt .second-text {
		margin-left: 0px !important;
	}
	.spotlight dd {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.spotlight.interior .title {
		height: auto;
		margin-bottom: 0;
		font-size: 16px;
		line-height: 20px;
	}
	.spotlight.interior .has-desc .title {
		margin-bottom: 10px;
	}
}
@media only screen and (min-width: 641px) {
	.spotlight.interior dl .columns {
		float: left;
		width: 46%;
		margin-right: 10px;
	}
	.spotlight.interior dl dd:nth-last-child(2) {
		border-color: transparent;
	}
	.spotlight.interior .title {
		margin-bottom: 10px;
	}
	.spotlight.interior .description {
		height: 23px;
	}
}
@media only screen and (min-width: 1025px) {
	.spotlight.interior dl .columns {
		margin-right: 35px;
	}
}