/* Text Ads */
.dtnSpotlight {
	background-color: #fff;
	position: relative;
	margin-bottom: 1rem;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0 0 20px 0;
	margin: 1rem auto;
}
.dtnSpotlight .title {
	background-image: url('/includes/public/assets/images/yellow-tear.png');
	background-position: 0% 10px;
	background-repeat: no-repeat;
	font-family: "Trade Gothic LT W01 Bd Cn No-2",Arial,sans-serif;
	color: #fff;
	font-size: 1.500rem;
	line-height: 6.875rem;
	text-align: center;
	text-transform: uppercase;
	height: 100px;
}
.dtnbanner { margin: 1rem auto; text-align: center;}
.mobiledtnbanner {
    text-align: center; 
	position: fixed; 
	width: 100%; 
	bottom: 0;
	z-index: 200000;
}
.mobiledtnbanner img {box-shadow: 1px 0 4px rgba(0, 0, 0, 0.2);}
.dtnsponsor { margin: 1rem auto;}
.mobileContentBanner{
	margin: 15px 0;
	text-align: center;
}
.dtnad.spotlight .columns{
	padding-left: .5rem;
    padding-right: .5rem;
}
.dtnad.spotlight .columns h3{
	font-size: 1.1rem;
    line-height: 1rem;
    margin-bottom: 0.1rem;
    margin-top: 0.1rem;
}
.dtnad.spotlight .columns .desc{
	font-size: 0.85rem;
    line-height: 1rem;
}
.dtnad.psros{
	background-color: #7f526f;
    overflow: hidden;
}
.dtnad.psros .image_container{
	padding-left: 0;
    padding-right: 0;
}
.dtnad.psros .info{
	padding:.5rem;
	color:#fff;
}
.dtnad.psros .columns h3{
	font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 0.6rem;
    margin-top: 0.1rem;
}
.dtnad.psros .columns .desc{
	font-size: 1rem;
    line-height: 1rem;
}
.dtnad.psros .columns.info h3{
	color:#fff;
	margin-bottom: .25rem;
}
.dtnad.psros .columns.info .desc{
	font-size: 0.85rem;
    line-height: 1rem;
}
/*
|---------------------------------------------------------------------------------------------
|  MEDIA QUERIES
|---------------------------------------------------------------------------------------------
*/
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
	.dtnSpotlight { max-width: 325px; width: 100%; margin: 1rem auto;}
	.dtnbanner { max-width: 300px; width: 100%; margin: 1rem auto;}
	.dtnbanner img { max-width: 300px; width: 100%; height: auto;}
}
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.dtnSpotlight { max-width: 325px; width: 100%; margin: 2rem auto;}
	.dtnbanner { max-width: 300px; width: 100%; margin: 2rem auto;}
	.dtnbanner img { max-width: 300px; width: 100%; height: auto;}
}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) {
}