.dtnad {
	margin-bottom: 15px;
}

.dtnSpotlight {
	position: relative;
	margin-bottom: 1rem;
	background-color: #236192;
}
.dtnSpotlight .title {
	font-family: 'Gotham Cond SSm A', 'Gotham Cond SSm B', sans-serif;
	font-weight: 500; 
	font-style: normal;
	font-size: 1.750rem;
	line-height: 1.875rem;
	border-bottom: 1px solid #fff;
	padding: 1rem;
	position: relative;
}
.medium-4 .dtnSpotlight .title, .large-4 .dtnSpotlight .title { color: #fff;}
.dtnSpotlight .title span {
	background-image: url("/includes/public/assets/images/dtn-accent.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 10px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 30px;
}

.dtnSpotlight .spotlight { margin: 0 1rem;}
.dtnSpotlight .spotlight a {
	color: #fff;
	text-decoration: none;
	font-family: "Verdana", sans-serif;
	font-size: 0.875rem;
	line-height: 1.125rem;
	padding: 1rem 0;
	border-bottom: 1px solid #7098b8;
	display: block;
}
.dtnSpotlight .spotlight a:after {
	font-family: FontAwesome;
	content: "\f105";
	display: inline-block;
	padding-left: 6px;
	vertical-align: middle;
}

/*Homepage Version*/
.medium-6 .dtnSpotlight {
	background-color: #fff;
	border-top: 2px solid #cccccc;
    padding-top: 13px;
}
.medium-6 .dtnSpotlight .title {
    font-family: "Gotham Cond SSm A","Gotham Cond SSm B",sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    padding: 0;
}
.medium-6 .dtnSpotlight .title span {
	display: none;
}
.medium-6 .dtnSpotlight .spotlight { margin: 0;}
.medium-6 .dtnSpotlight .spotlight a {
	border: none;
	padding: 0;
}
.medium-6 .dtnSpotlight .spotlight a:after { display: none;}

.dtnbanner { margin-bottom: 1rem; text-align: center;}
.mobiledtnbanner {
    text-align: center; 
	position: fixed; 
	width: 100%; 
	bottom: 0;
	z-index: 200000;
	opacity: 0;
	-webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.mobiledtnbanner.open{ opacity: 1;}
.mobiledtnbanner img {box-shadow: 1px 0 4px rgba(0, 0, 0, 0.2);}
.mobiledtnbanner .banner-close {
	float: right;
	padding: 5px;
	cursor: pointer;
	opacity: 0.75;
	-webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.mobiledtnbanner .banner-close:hover,
.mobiledtnbanner .banner-close:focus {
	opacity: 1;
}
.headerslides.interior .dtnad {
	margin: auto;
}
.content-left-half .dtnad {text-align: left;}
.content-right-half .dtnad {text-align: right;}

/*
|---------------------------------------------------------------------------------------------
|  MEDIA QUERIES
|---------------------------------------------------------------------------------------------
*/
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
	.content-left-half .dtnad {text-align: center;}
	.content-right-half .dtnad {text-align: center;}

}
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) {}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) {
	.headerslides.interior .dtnad {
		width: 1440px;
	}
}