/* BIG HERO SLIDER */
.hero-slider-wrapper {

}
.hero-slider-wrapper > .swoop {
	position: absolute;
	width: 100%;
}
.hero-slider-wrapper header {
	position: relative;
	text-align: center;
	padding-top: 17%;
	max-width: 1490px;
}
.hero-slider-wrapper header h2 {
	color: #fff;
	padding-bottom: 10px;
}
.hero-slider-wrapper header p {
	font: 400 16px/1.5 'Roboto Condensed', sans-serif;
	color: #fff;
}
.hero-slider-wrapper .slide-title {
	left: 0px;
	right: 0px;
	bottom: 20px;
	font: 165 50px/1 'Summer Loving Solid', cursive;
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 40px rgba(0,0,0,1);
	position: absolute;
	z-index: 2;
}
.hero-slider-wrapper .hero-slider {
	position: relative;
	max-width: 978px;
	margin-bottom: 40px;
	z-index: 1;
}
.hero-slider .slide > a::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 50%;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));
	z-index: 1;
	pointer-events: none;
}
.hero-slider .slide-caption {
	background-color: #fff;
	padding: 15px 20px 30px;
}
.hero-slider .slide-caption h3 {
	font: 600 30px/1 'Roboto Condensed', sans-serif;
	color: #2381bc;
	margin-bottom: 5px;
}
.hero-slider .slide-caption p {
	font: 400 16px/1.45 'Roboto Condensed', sans-serif;
	color: #90a3ad;
}
.hero-slider .slide-caption .sh-more-link {
	position: absolute;
	bottom: 0px;
	right: 0px;
	min-width: auto;
}
.hero-slider-wrapper .hero-slider-preview {
	position: absolute;
	left: -160px;
	right: -160px;
	top: 75%;
	transform: translateY(-50%);
}
.hero-slider-preview .slide {
	max-width: 384px;
	margin: 0px 10px;
	background-color: #000;
}
.hero-slider-preview .slide > a {
	opacity: 0.5;
}
.hero-slider-wrapper .hero-slider-preview .slide-title {
	opacity: 0.75;
}
.hero-slider-wrapper .hero-arrows {
	max-width: 1120px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	z-index: 3;
	left: -10px;
	right: -10px;
	bottom: 0px;
	margin-bottom: 30%;
	width: auto;
}
.hero-slider-wrapper .hero-arrows button {
	font-size: 23.48px;
	background-color: #2aa5d7;
	padding: 6.5px 14px;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.55);
}
.hero-slider-wrapper .hero-arrows button:hover {
	background-color: #ef3264;
}
@media screen and (max-width: 64em) {
	.hero-slider-wrapper header h2 {
		font-size: 100px!important;
	}
}
@media screen and (max-width: 40em) {
	.hero-slider-wrapper header h2 {
		font-size: 70px!important;
		line-height: 60px;
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 40.063em) {
	.hero-slider-wrapper .hero-arrows {
		width: 100%;
		left: 50%;
		bottom: 0px;
		margin-bottom: 18%;
		transform: translateX(-50%);
	}
	.hero-slider-wrapper .hero-slider .slide {
		display: flex;
		align-items: center;
		background-color: #fff;
	}
	.hero-slider .slide > * {
		flex: 1 1 50%;
	}
	.hero-slider-wrapper .slide-title {
		bottom: 35px;
	}
	.hero-slider-wrapper header {
		margin-bottom: 10px;
	}
	.hero-slider .slide-caption .sh-more-link {
		font-size: 30px;
		padding: 10px 20px;
	}
}
@media screen and (max-width: 120em) and (min-width: 40.063em) {
	.hero-slider-wrapper header {
		margin-bottom: calc(10px + (100 - 10) * ((100vw - 640px) / (1920 - 640)));
		padding-top: calc(17% + (0 - 17) * ((100vw - 640px) / (1920 - 640)));
	}
	.hero-slider-wrapper header h2 {
		font-size: 165px;
	}
	.hero-slider-wrapper header p {
		font-size: calc(16px + (35 - 16) * ((100vw - 640px) / (1920 - 640)));
	}
	.hero-slider-wrapper .slide-title {
		font-size: calc(50px + (70 - 50) * ((100vw - 640px) / (1920 - 640)));
	}
	.hero-slider .slide-caption h3 {
		font-size: calc(30px + (70 - 30) * ((100vw - 640px) / (1920 - 640)));
		margin-bottom: calc(5px + (20 - 5) * ((100vw - 640px) / (1920 - 640)));
	}
	.hero-slider .slide-caption p {
		font-size: calc(16px + (30 - 16) * ((100vw - 640px) / (1920 - 640)));
	}
	.hero-slider .slide-caption {
		padding: calc(20px + (60 - 20) * ((100vw - 640px) / (1920 - 640)));
	}
	.hero-slider-wrapper .hero-arrows button {
		font-size: calc(23.48px + (62.8 - 23.48) * ((100vw - 640px) / (1920 - 640)));
		padding-left: calc(14px + (36.3 - 14) * ((100vw - 640px) / (1920 - 640)));
		padding-right: calc(14px + (36.3 - 14) * ((100vw - 640px) / (1920 - 640)));
		padding-top: calc(6.5px + (17.5 - 6.5) * ((100vw - 640px) / (1920 - 640)));
		padding-bottom: calc(6.5px + (17.5 - 6.5) * ((100vw - 640px) / (1920 - 640)));
	}
}
@media screen and (min-width: 120.063em) {
	.hero-slider-wrapper header {
		margin-bottom: 100px;
	}
	.hero-slider-wrapper header h2 {
		font-size: 200px;
		padding-bottom: 40px;
	}
	.hero-slider-wrapper header p {
		font-size: 35px
	}
	.hero-slider-wrapper .slide-title {
		font-size: 70px;
	}
	.hero-slider .slide-caption h3 {
		font-size: 70px;
	}
	.hero-slider .slide-caption p {
		font-size: 30px;
	}
	.hero-slider .slide-caption {
		padding: 60px;
	}
	.hero-slider-wrapper .hero-arrows button {
		font-size: 62.8px;
		padding: 17.5px 36.3px;
	}
}

.hero-slider-wrapper .fas {
	color: #fff;
}
@media screen and (min-width: 1920px) {
	.hero-slider-wrapper .hero-slider-preview {
		top: 77%;
	}
	.hero-slider-wrapper .hero-slider {
	margin-bottom: 60px;
	}
}