.hero-slideshow,
.hero-slideshow .img-cont,
.hero-slideshow .slide .inner {
	position: relative;
}

.hero-slideshow .slick-track {
	display: flex;
}

.hero-slideshow .slide {
	height: inherit !important;
}

.hero-slideshow .arrow-cont {
	display: none;
}

.hero-slideshow .img-cont {
	overflow: hidden;
	width: 100%;
}

.hero-slideshow .img-cont img {
	display: block;
	width: 100%;
}

.hero-slideshow .slide > .inner,
.hero-slideshow .slide .content-section > .inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.hero-slideshow .dtn-slide .sponsored-banner {
	position: absolute;
	top: 10px;
	left: 0;
	padding: 5px 15px;
	color: #fff;
	font-size: 14px;
	font-family: var(--font-body);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.4;
	background-color: rgba(0 0 0 / 45%);
	z-index: 2;
}

.hero-slideshow .content-section .sponsored-banner {
	top: -40px;
}

.hero-slideshow .content-section {
	background: #0CB7BA;
	margin-left: 0;
	padding: 30px;
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.hero-slideshow .content-section p {
	margin-bottom: 15px;
	flex: 0;
}

.hero-slideshow .slide-title,
.hero-slideshow .slide-title a {
	color: #fff;
	font-weight: 700;
	pointer-events: all;
	text-transform: uppercase;
	margin-bottom: 4px;
	font-size: var(--text-3xl);
}

.hero-slideshow p {
	display: inline-block;
	color: #fff;
	line-height: 1.4em;
	font-size: 20px;
}

.hero-slideshow .content-section .read-more {
    display: inline-block;
    padding: 15px 30px;
    font: normal normal bold 16px/16px var(--font-body);
    font-weight: 600;
    color: #fff;
    background-color: #BC0523;
    text-transform: uppercase;
    text-decoration: none;
}

.hero-slideshow .slick-dots {
	top: 235px;
	bottom: unset;
}

.hero-slideshow .slick-dots li.slick-active button:before {
	color: white;
	opacity: 80%;
}

.hero-slideshow .slick-dots li button:before {
	color: white;
	font-size: 15px;
	opacity: 60%;
}

.hero-slideshow .content-section .bottom-actions {
	display: flex;
	flex: 1;
	align-items: end;
}

.hero-slideshow .content-section .bottom-actions .read-more {
	margin-bottom: 0;
}

.hero-slideshow > .logo-cont {
	position: absolute;
	bottom: 1.5rem;
	right: 0;
	max-width: 120px;
}

@media (min-width: 1024px) {
	.hero-slideshow .arrow-cont {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		pointer-events: none;
	}
	
	.hero-slideshow .arrow-cont .inner {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0 2rem;
	}
	
	.hero-slideshow .slick-arrow {
		background: #BC0523;
		color: white;
		pointer-events: all;
		padding: 0.5rem 1rem;
	}
	
	.hero-slideshow .slide .content-section {
		position: absolute;
		top: 55%;
		transform: translateY(-55%);
		background: transparent;
		width: 40%;
		left: 5%;
	}
	
	.hero-slideshow .slide .content-section[data-contentright] {
		left: unset;
		right: 5%;
	}
	
	.hero-slideshow .slide .content-section .top {
		background: rgba(0,0,0,0.75);
		padding: 1rem;
		margin-bottom: 0.5rem;
	}
	
	.hero-slideshow .slide .content-section > .inner {
		padding-bottom: 1rem;
		width: 80%;
		margin: 0 auto;
	}
	
	.hero-slideshow .slide .logo-cont {
		position: absolute;
		right: 0;
	}
	
	.hero-slideshow .slick-dots {
		bottom: 4.5rem;
		top: unset;
	}
	
	.hero-slideshow > .logo-cont {
		bottom: 5rem;
		max-width: 300px;
	}
}