.dtnSpotlight {
	position: relative;
	margin-bottom: 1rem;
	background: #4b4f55;
	margin-bottom: 1rem;
    border-radius: 5px;
    overflow: hidden;
}
.dtnSpotlight .title {
	background: rgba(0, 62, 82, .67);
    font-family: 'Bernadette',cursive;
    font-size: 36px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    padding: 1rem;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.medium-4 .dtnSpotlight .title,
.large-4 .dtnSpotlight .title { 
    color: #fff;
}
.dtnSpotlight .title span {
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 10px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 30px;
}
.dtnSpotlight .spotlight { 
	display: inline-block;
    width: 32%;
    margin: 0 0 1rem 0;
}
.dtnbanner { margin-bottom: 1rem;}
.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);}

.large-4 .dtnSpotlight .spotlight {
        margin: 0;
        display: block;
        width: 100%;
        text-align: center;
        position: relative;
        padding: 10px 0;
    }
.large-4 .dtnSpotlight .spotlight:after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    height: 1px;
    border-top: 1px solid rgba(75,79,85,.35);
}
.large-4 .dtnSpotlight .spotlight:last-child:after {border: none;}

/*
|---------------------------------------------------------------------------------------------
|  MEDIA QUERIES
|---------------------------------------------------------------------------------------------
*/
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
    .dtnSpotlight .spotlight {
        margin: 0;
        display: block;
        width: 100%;
        text-align: center;
    }
    .dtnSpotlight .spotlight:last-child {border-bottom: none;}

}
/*** 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) {
    
    
}