.dtn-header-image { position: relative;}
.dtn-header-image .item {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;

	.title-cont {
		text-align: center;

		h2 {
			width: 100%;

			@media (min-width: 40.063em) {
				font-size: 7vw;
			}

			@media (min-width: 64.063em) {
				width: auto;
				font-size: 5.5vw;
			}

			a { 
				display: block;
				flex-direction: column;
				color: inherit; 
				text-decoration: none;
				text-align: center;
			}
			
			span {
				color: #fff;
				font-size: 40px;
				font-family: 'expressway';
				line-height: 1;
				text-align: center;
				text-transform: uppercase;
				text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
				margin: auto;
			}
			@media screen and (min-width: 375px) {
				span {
					font-size: 50px;
				}
			}
			
			.subtitle {
				position: relative;
				background: #fbd100;
				color: #000;
				text-shadow: none;
				padding: 5px 25px;
			}
			
			.title {
				display: block;
				position: relative;
				font-size: inherit;
				margin-top: 20px;
			}
		}
	}
}

.dtn-header-image .item img {
	transition: all 0.5s ease-in-out;
	width: 100%;
}

.dtn-header-image .item.hover:hover img {
	transform: scale(1.05);
}

.dtn-header-image .item-content {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 50%;
	text-align: center;

	@media (min-width: 64.063em) {
		bottom: 40px;
		left: 0px;
		transform: none;
		padding: 0px 60px;
		width: 100%;
		height: 55%;
		text-align: left;
	}

	.item-inner {
		display: flex;
		flex-direction: column;
		height: 100%;

		.info-cont {
			display: flex;
			flex-direction: column;
			align-items: center;
			margin-top: auto;
			padding: 0px 40px;

			@media (min-width: 64.063em) {
				align-items: flex-start;
				padding: 0;
			}

			a { text-decoration: none; }
		
			.sponsor {
				margin-bottom: 10px;
				color: #fff;
				font-size: 1em;
				font-family: 'expressway';
				font-weight: 700;
				line-height: 1.1;
				text-transform: uppercase;
				text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);

				@media (min-width: 40.063em) {
					font-size: 2.5vw;
					font-weight: 400;
				}
	
				@media (min-width: 64.063em) {
					margin-bottom: 20px;
					font-size: 1.6vw;
				}
			}
	
			.subtitle {
				h3 {
					display: inline-block;
					margin-bottom: 5px;
					padding: 10px 15px;
					color: #000;
					font-size: 5vw;
					font-family: 'expressway';
					line-height: 1;
					text-transform: uppercase;
					background-color: #fbd100;
					box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	
					@media (min-width: 40.063em) {
						margin-bottom: 8px;
						font-size: 3.5vw;
					}

					@media (min-width: 64.063em) {
						margin-bottom: 15px;
						padding: 15px 25px;
						font-size: 2.3vw;
					}
				}
			}
		
			.call-to-action {
				span {
					display: inline-block;
					/* padding: 5px 10px; */
					color: #fff;
					font-size: 5vw;
					font-family: 'expressway';
					line-height: 1.1;
					font-weight: 700;
					text-transform: uppercase;
					text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
					
					&:hover { text-decoration: none; }
	
					@media (min-width: 40.063em) {
						font-size: 2.5vw;
					}
				
					@media (min-width: 64.063em) {
						font-size: 2.2vw;
					}
				}
			}
		}

	}

}

.dtn-header-image.subcolor-blue .subtitle h3 {
	color: #fff;
	background-color: #004f88;
}

.dtn-header-image .slick-slider{
	margin-bottom: 0!important;
}

.dtn-header-image .arrow {
    position: absolute;
    right: 20px;
    width: 60px;
    z-index: 1000;
    bottom: calc(50% - 30px);
    border: none !important;
    color: #fff !important;
    background-color: #fff !important;
    margin: 0px;
    padding: 15px 10px 15px 15px;
    border-radius: 0;
    cursor: pointer;
    display: none;
}
.dtn-header-image .arrow.prevSlide {
    left: 0px;
}
.dtn-header-image .arrow.nextSlide {
    right: 0px;
}
.dtn-header-image .arrow:before {
    content: '';
    width: 45px;
    height: 60px;
    display: block;
    background-image: url(../svg/arrow-right.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-left: -5px;
    float: left;
}
.dtn-header-image .arrow.prevSlide:before {
    background-image: url(../svg/arrow-left.svg);
}

.dtn-header-image .slick-dots { bottom: 30px; }

.dtn-header-image .slick-dots li button:before {
	color: white;
	font-size: 12px;
	opacity: 0.5;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.dtn-header-image .slick-dots li.slick-active button:before {
    opacity: 1;
    color: white;
}

@media (max-width: 64.063em) {
	.dtn-header-image .arrow { width: 30px; }
	.dtn-header-image .arrow:before {
		width: 20px;
		height: 30px;
		margin-left: -10px;
	}
}

.dtn-header-image .item::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 22px;
    background-image: url(../svg/wave.svg);
    background-repeat: repeat-x;
    background-size: contain;
    transform: rotate(180deg);
}