.spotlightRow{
	margin-top:60px;
	padding-bottom: 20px;
}

.spotlightRow > .container{
	position: relative;
	padding:0 15px 40px 15px;
	max-width: 1310px;
	width: 100%;
    margin: 0 auto;
}

.bodyContainer:not(.article) .spotlightRowItems > .container {
	width: 100%;
	max-width: 100%;
}

.bodyContainer:not(.article) .spotlightRowItems > .container > .row, .bodyContainer:not(.article) .spotlightRowItems > .container > .row > .col-md-12 {
	padding:0 ;
	margin: 0;
}

.spotlightRowItems.spotlightContentRow > .container {
	position: relative;
}

.article .spotlightRowItems.spotlightContentRow > .container:after{
	position: absolute;
	left:15px;
	top:-18px;
	content:'Spotlight';
	font-size:15px;
	line-height:1;
	font-weight: bold;
	font-family:'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color:white;
	background-color:#1e303a;
	display:flex;
	height:35px;
	width:130px;
	align-items: center;
	justify-content: center;
}

.spotlightModule .image{
	height:400px;
	background-size: cover;
	background-position: center center;
	border-bottom:1px solid #e6e6e6;
	position:relative;
}


.spotlightModule .image:before {
	position: absolute;
	z-index:3;
	top:0;
	bottom:0;
	left:0;
	right:0;
	content:'+';
	color: #fff;
	font-size: 58px;
	line-height: 1;
	text-align: center;
	margin: auto;
    height: 58px;
}

.spotlightModule .image:after{
	position: absolute;
	z-index:2;
	top:0;
	bottom:0;
	left:0;
	right:0;
	content:'';
	opacity:0;
	background-color:white;
	transition: opacity 0.25s ease;
}

.spotlightRowItems a:hover .image:after{
	opacity:0.3;
}

.spotlightModule h4, .spotlightModule h3{
	padding:0;
	text-align: left;
}

.spotlightModule h4{
	margin-top:32px;
	margin-bottom: 22px;
	font-size: 14px;
	line-height:1.2;
	text-transform: uppercase;
	font-family:'Roboto Condensed', sans-serif;
	color:#2b3b44;
}

.spotlightModule h3{
	font-size:24px;
	color:#1e303a;
	margin-top:0;
	line-height:1.6;
	font-weight: 400;
}

.article .spotlightRowItems.spotlightContentRow h3 {
	font-size: 18px;
}

.article .spotlightRowItems.spotlightContentRow {
	padding: 50px 0;
}

.spotlightRowItems:not(.spotlightContentRow) {
	display:flex;
	margin:0 -15px;
}

.spotlightContentRow .col-holder {
	display:flex;
	margin:0 -15px;
	padding-top: 50px;
}

.spotlightContentRow .col-holder > a {
	width:calc(25% - 30px);
	margin:0 15px;
}

.spotlightRowItems > a{
	width:calc(25% - 30px);
	margin:0 15px;
}

.article .spotlightContentRow .col-holder .image {
	height: 200px;
}

.cancer .image{
	border-color:#CD3A35;
}
.technology .image{
	border-color:#f38354;
}
.education .image{
	border-color:#fbd605;
}
.planet .image{
	border-color:#6dc255;
}
.health .image{
	border-color:#538dcb;
}
.physical .image{
	border-color:#8e4398;
}

@media screen and (max-width:768px){
	.spotlightRowItems, .spotlightContentRow .col-holder{
		flex-wrap:wrap;
	}
	.spotlightRowItems > a, .spotlightContentRow .col-holder > a{
		width:calc(50% - 30px);
		padding-bottom:30px;
	}
}

@media screen and (max-width:500px){
	.spotlightRowItems > a, .spotlightContentRow .col-holder > a{
		width:100%;
	}
}