.custom_header_slideshow_homepage .slick-slider {
	margin-bottom: 0;
}

.custom_header {
	position: relative;
}
.custom_header.detail-page {
	display: none;
}
.custom_header.detail-page.active {
	display: block;
}
	.custom_header .slide {
		position: relative;
	}
		.custom_header .slide a {
			display: block; /* t:310630 - Remove whitespace gap below image */
			width: 100%; /* t - 265635 */
		}

		.custom_header .slide img {
			width: 100%;
			position: relative;
		}

	.custom_header .arrow {
		position: absolute;
		top: 40%;
		font-size: 40px;
		cursor: pointer;
		color: #fff;
		z-index: 5;
		background: #000;
		background: rgba(0, 0, 0, 0.5);
	}
		.custom_header .arrow:hover {
			color: #fdd141;
		}

	.custom_header .arrow.prevSlide {
		padding: 15px 10px 15px 15px;
		left: 0;
	}
		.custom_header .arrow.prevSlide:before {
			position: relative;
			right: 4px;
		}

	.custom_header .arrow.nextSlide {
		padding: 15px 15px 15px 10px;
		right: 0;
	}
		.custom_header .arrow.nextSlide:before {
			position: relative;
			left: 4px;
		}

	.custom_header a.play-btn {
		position: absolute;
		width: 100%;
		top: 40%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 10;
		font-size: 50px;
		text-align: center;
		color: #ffffff;
	}

.reveal-modal-bg {
	position: fixed !important;
}

.reveal-modal {
	background-color: #03406a !important;
	min-height: auto !important;
	z-index: 10000 !important;
}
	.reveal-modal .close-reveal-modal {
		top: 0rem !important;
		right: .5rem !important;
		color: #ffffff !important;
	}

.custom_header_slideshow_homepage.video .slide {
	position: relative;
}
	.custom_header_slideshow_homepage.video .slide .content {
		height: 0px;
		position: relative;
		overflow: visible;
		padding-bottom: 56.25%;
	}

	.custom_header_slideshow_homepage.video .slide.video_yt iframe,
	.custom_header_slideshow_homepage.video .slide.video_vimeo iframe,
	.custom_header_slideshow_homepage.video .slide img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		width: 100%; 
	}

	.custom_header_slideshow_homepage.video .slide.video_yt iframe {
		pointer-events: none;
	}

	.custom_header_slideshow_homepage.video .slide.video_vimeo iframe .controls-wrapper {
		display: none !important;
	}


.custom_header_slideshow_homepage .slick-dots {
	bottom: 30%;
}
	.custom_header_slideshow_homepage .slick-dots li {
		margin: 0 5px;
	}
		.custom_header_slideshow_homepage .slick-dots li button:before {
			width: 15px;
			height: 15px;
			border-radius: 50%;
			content: '';
			opacity: 0.3;
			background-color: #0077c7;
		}
			.custom_header_slideshow_homepage .slick-dots li.slick-active button:before {
				background-color: #0077c7;
				opacity: 1;
			}

.custom_header_slideshow_homepage .titleContainer {
	display: block;
}
	.custom_header_slideshow_homepage .titleContainer .title {
		padding: 10px;
		background-color: rgba(0, 119, 199, 0.75);
		text-align: center;
		color: #fff;
		font-family: "Roboto Slab", sans-serif;
		font-size: 22px;
		font-weight: 700;
		line-height: 1.2;
		z-index: 4;
	}
		.custom_header_slideshow_homepage .titleContainer.teal .title {
			background-color: rgba(0, 167, 181, 0.75);
		}

	.custom_header_slideshow_homepage .titleContainer .subtitle {
		padding: 10px;
		background-color: rgba(0, 167, 181, 0.75);
		text-align: center;
		color: #fff;
		font-family: "Roboto", sans-serif;
		font-size: 18px;
		line-height: 1.2;
		text-transform: uppercase;
		z-index: 3;
	}
		.custom_header_slideshow_homepage .titleContainer.teal .subtitle {
			background-color: rgba(0, 119, 199, 0.75);
		}

		.custom_header_slideshow_homepage .titleContainer .subtitle a {
			color: inherit;
			font-size: inherit;
			font-family: inherit;
			font-weight: inherit;
			line-height: inherit;
		}
			.custom_header_slideshow_homepage .titleContainer .subtitle a .fas {
				color: #fcd740;
				font-size: 14px;
			}

@media only screen and (min-width: 40.063em) {
	.custom_header .arrow {
		font-size: 30px;
		color: #fff;
		background: #000;
		background: rgba(0, 0, 0, 0.6);
	}
		.custom_header .arrow.prevSlide {
			padding: 25px 10px 25px 15px;
		}

		.custom_header .arrow.nextSlide {
			padding: 25px 15px 25px 10px;
		}

	.custom_header_slideshow_homepage .slick-dots {
		bottom: 5%;
	}

	.custom_header_slideshow_homepage .titleContainer {
		position: absolute;
		right: 0;
		bottom: 20%;
		z-index: 2;
	}
		.custom_header_slideshow_homepage .titleContainer .title {
			padding: 10px 100px 10px 30px;
			font-size: 36px;
			border-top-left-radius: 20px;
		}

		.custom_header_slideshow_homepage .titleContainer .subtitle {
			margin-top: -4px;
			margin-right: 30px;
			float: right;
			padding: 10px 15px 5px;
			border-bottom-right-radius: 20px;
			font-weight: 700;
			font-size: 18px;
		}
}

@media only screen and (min-width: 64.063em) {
	/*.custom_header .slide img {
		width: auto;
	}*/

	.custom_header_slideshow_homepage .titleContainer {
		bottom: 15%;
	}
		.custom_header_slideshow_homepage .titleContainer .title {
			font-size: 60px;
			line-height: 1.2;
		}

		.custom_header_slideshow_homepage .titleContainer .subtitle {
			margin-top: -8px;
			font-size: 28px;
		}
			.custom_header_slideshow_homepage .titleContainer .subtitle a .fas {
				font-size: 32px;
			}
}

/* DTN Header Image */
.dtn-header-image {
	position: relative;
}

.dtn-header-image .sponsored {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 14px;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.dtn-header-image .content-container {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: white;
}

.dtn-header-image .content-container .title {
	margin-bottom: 10px;
	color: white;
	font-size: 26px;
	line-height: 1;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.dtn-header-image .content-container .description {
	margin-bottom: 10px;
	color: white;
	font-size: 16px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.dtn-header-image .content-container .more-link {
	font-size: 16px;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: bold;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

@media (min-width: 641px) {
	.dtn-header-image .sponsored {
		margin-bottom: 5px;
		font-size: 16px;
	}
	.dtn-header-image .content-container {
		bottom: 20px;
		left: 20px;
		max-width: 600px;
	}
	.dtn-header-image .content-container .title {
		font-size: 34px;
		line-height: 1.2;
	}
}

@media (min-width: 1024px) {
	.dtn-header-image .content-container {
		bottom: 10%;
		left: 10%;
		max-width: 600px;
	}
	.dtn-header-image .content-container .title {
		font-size: 42px;
		line-height: 1.2;
	}
	.dtn-header-image .content-container .description {
		font-size: 18px;
	}
	.dtn-header-image .content-container .more-link {
		font-size: 18px;
	}
}