/*
--------------------
WARNING!
Copyright Progress Systems Limited.
Explicit permission is required to copy or use any documents from this website
--------------------
*/


/* 

	3 Boxes across the website / icon centered over the text / boxes separated from each other

*/



/* HOMEPAGE SPOTLIGHTS ----------------------------------------------------------------------------------*/


#spotlight1,
#spotlight2,
#spotlight3,
#spotlight4,
#spotlight5,
#spotlight6  {
	width:32%; 
	float:left; 
	margin-right:2%;
	text-align:center;
}


#divSpotlightsWrapper div:first-child, 
#divSpotlightsWrapper div:nth-child(3n+1) {
	margin-left:0; /*Removes the margin on the left side on the very first and then every fifth element (for example)*/ 
} 

#divSpotlightsWrapper div:nth-child(3) {
	margin-right:0; /*Removes the right side margin on the last element*/
}

#spotlight4, 
#spotlight5, 
#spotlight6 {
	display:none;
}

.spotlight_link {
	margin: 10px auto auto;
}






/* -------------------------------------------------- MEDIA QUERIES ------------------------------------------*/


/* -------------------------------------------------- MEDIA QUERIES ------------------------------------------*/


/* -------------------------------------------------- MEDIA QUERIES ------------------------------------------*/


/* -------------------------------------------------- MEDIA QUERIES ------------------------------------------*/


/* -------------------------------------------------- MEDIA QUERIES ------------------------------------------*/







@media only screen and ( max-width: 75em ) /* 1200 */ {
	
	#divSpotlightsWrapper {padding:0 20px;}
}


@media only screen and ( max-width: 64em ) /* 1024 */{

}


@media only screen and ( max-width: 61.25em ) /* 980 */ {
	
}


@media only screen and ( max-width: 56.25em ) /* 900 */ {	

}


@media only screen and ( max-width: 50em ) /* 800 */ {
	
	#spotlight1, #spotlight2, #spotlight3 {width:100%; display: block; padding-top:15px; margin-bottom:20px;}

	.spotlight_text {min-height:100%; padding-bottom:20px;}
	
	#divSpotlightsWrapper div:nth-child(3) {margin-bottom: 0;}
}


@media only screen and ( max-width: 48em ) /* 768 */ {

}


@media only screen and ( max-width: 45em ) /* 720 */ {
	
}


@media only screen and ( max-width: 40em ) /* 640 */ {
	
}


@media only screen and ( max-width: 37.5em ) /* 600 */ {

}


@media only screen and ( max-width: 35.5em ) /* 568 */ {

}


@media only screen and ( max-width: 32.5em ) /* 520 */ {

	#divSpotlightsWrapper div:nth-child(3) {margin-bottom:0;}
}


@media only screen and ( max-width: 30em ) /* 480 */ {

}


@media only screen and ( max-width: 26.6875em ) /* 427 */ {
	
}


@media only screen and ( max-width: 25em ) /* 400 */ {
	
}


@media only screen and ( max-width: 22.5em ) /* 360 */ {
	
}


@media only screen and ( max-width: 20em ) /* 320 */ {

}


