#dtnContainer #google_image_div, .mobiledtnbanner #google_image_div { position: relative !important; }

/* Image Banners */
#dtnContainer {display: inline-block; width: 100%; padding: 20px; }
#dtnContainer .dtnad {overflow:hidden;}

/* Text Ads */

/* mobile banner */
.dtn-mobile-banner .dtnad > a{
	display: flex;
	min-height: 50px;
}
.dtn-mobile-banner .mobiledtnbanner {
	position: relative;
}
.dtn-mobile-banner .image-container {
	flex-basis: 110px;
	background-size: cover;
	background-position: center;
}
.dtn-mobile-banner .content-container {
	flex: 3;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 5px 20px 5px 10px;
	text-align: left;
	background-color: #fff;
}
.dtn-mobile-banner .content-container .title {
	padding: 0;
	padding-bottom: 2px;
	color: #0182C5;
	font-size: 30px;
	font-size: calc(18px + (38 - 18) * ((100vw - 300px) / (641 - 300)));
	font-family: 'expressway';
	line-height: 1;
	text-transform: uppercase;
}
.dtn-mobile-banner .content-container .subtitle {
	font-size: 16px;
	font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (641 - 300)));
	font-family: 'expressway';
	line-height: 1;
	text-transform: uppercase;
}
.dtn-mobile-banner .mobiledtnbanner .banner-close {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
}
.mobiledtnbanner {
	text-align: center;
	position: relative;
	width: 100%;
	opacity: 0;
	display: none;
	-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{ display: block; opacity: 1;}
.mobiledtnbanner img {box-shadow: 1px 0 4px rgba(0, 0, 0, 0.2);}
.mobiledtnbanner .banner-close {
	float: right;
	padding: 2px;
	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;}

@media (min-width: 640px) {
	.mobiledtnbanner, .mobiledtnbanner.open { display: none; }
}

[class*="contentRender_name_plugins_common_two_col_sidebar"] #dtnSpotlight h2,
.content #dtnSpotlight h2 {
	background-color: #fbd100;
	font-size: 1.5em;
	padding: 0 0.6875em 0.2em 0.45em;
	line-height: 1.4;
	margin-bottom: 10px;
}

[class*="contentRender_name_plugins_common_two_col_sidebar"] #dtnSpotlight h2 span,
.content #dtnSpotlight h2 span {
	position: relative;
	z-index: 100;
}

[class*="contentRender_name_plugins_common_two_col_sidebar"] #dtnSpotlight h2:before,
.content #dtnSpotlight h2:before {
	-moz-transform: skewY(-2deg);
	-ms-transform: skewY(-2deg);
	-webkit-transform: skewY(-2deg);
	transform: skewY(-2deg);
	background-color: #fbd100;
	content: "";
	position: absolute;
	margin-top: -10px;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 1;
}

[class*="contentRender_name_plugins_common_two_col_sidebar"] #dtnSpotlight li,
.content #dtnSpotlight li {
	list-style: none;
	height: 75px;
	margin-bottom: 5px;
	overflow: hidden;
}

[class*="contentRender_name_plugins_common_two_col_sidebar"] #dtnSpotlight li > div,
.content #dtnSpotlight li > div {
	background-color: #F3F3F3;
	display: block;
	height: 75px;
}

[class*="contentRender_name_plugins_common_two_col_sidebar"] #dtnSpotlight li a,
.content #dtnSpotlight li a {
	position: relative;
	top: 3px;
	vertical-align: middle;
	font-size: 13px;
	color: #000;
	font-weight: 500;
	display: inline;
    font-family: "expressway", serif;
}

[class*="contentRender_name_plugins_common_two_col_sidebar"] #dtnSpotlight li a > img,
.content #dtnSpotlight li a > img {
	float: left;
	padding-right: 15px;
	width: 125px;
	height: 75px;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
	[class*="contentRender_name_plugins_common_two_col_sidebar"] #dtnSpotlight li a,
	.content #dtnSpotlight li a {
		font-size: 12px;
	}
	[class*="contentRender_name_plugins_common_two_col_sidebar"] #dtnSpotlight li a > img,
	.content #dtnSpotlight li a > img {
		width: 100px;
	}
}

@media screen and (max-width: 375px) {
	[class*="contentRender_name_plugins_common_two_col_sidebar"] #dtnSpotlight li a,
	.content #dtnSpotlight li a {
		font-size: 12px;
	}
	[class*="contentRender_name_plugins_common_two_col_sidebar"] #dtnSpotlight li a > img,
	.content #dtnSpotlight li a > img {
		width: 100px;
	}
}

/*Ticket 294994*/
.panel_custom_five_col .spotlight-home a { text-decoration: none; }
.panel_custom_five_col .spotlight-home .image-container { overflow: hidden; }
.panel_custom_five_col .spotlight-home .image-container img {
    width: 100%;
    transition: all 0.5s ease;
}
.panel_custom_five_col .spotlight-home p {
	margin-top: 1em;
	font-family: 'expressway';
    font-weight: 500;
	font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
}
.panel_custom_five_col #dtnContainer { padding: 0; }
@media only screen and (min-width: 64.063em) {
    .panel_custom_five_col .spotlight-home a:hover img{
        transform: scale(1.1);
    }
}
