#heroSlider {
	max-width: 2700px;
	margin-left: auto;
	margin-right: auto;
}

/* turn off - JS will turn on just before slick initializes */
#heroSlider .theSlide {
	display: none;
}

#heroSlider .theSlide:first-child {
	display: block;
}

.theSlide {
	text-align: center;
}

.theSlide a {
	display: block;
	height: 100%;
	text-decoration: none;
}

.heroSliderTitle {
	font-weight: 900;
	font-size: 35px;
	line-height: 30px;
	text-align: center;
	color: black;
	padding-top: 100px;
	padding-right: 20px;
	padding-left: 20px;
}

.heroSliderSubTitle {
	text-align: center;
	margin-top: 10px;
	color: black;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 16px;
}

.heroSliderSubTitleBadge {
	text-align: center;
	display: inline-block;
	border: 1px solid black;
	color: black;
	padding: 6px 20px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
}

#heroSliderNext,
#heroSliderPrev {
	z-index: 11;
	position: absolute;
	background: rgba(255, 255, 255, 0.7);
	border-style: none;
	width: calc(50% - 480px);
	height: 300px;
	color: white;
}

#heroSliderNext {
	text-align: left;
	right: 0;
}

.heroSliderPrevButton,
.heroSliderNextButton {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
	width: 40px;
	top: 120px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	cursor: pointer;
}

.heroSliderPrevButton {
	right: -40px;
}

.heroSliderNextButton {
	left: -40px;
}
