/* HERO SLIDER */
.hero-slider-wrapper {
	position: relative;
	margin: 0 0 40px;
}
.hero-slider figure {
    position: relative;
    overflow: hidden;
}
.hero-slider figure figcaption {
    position: relative;
    top: 0;
    left: 0px;
    height: 100%;
    width: 100%;
    display: block;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 85px 20px;
    z-index: 2;
}
.hero-slider figure figcaption .hero-bg {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: linear-gradient(to top, #ffc357 0%, #ff944b 24%, #ff5459);
	opacity: 0.9;
	z-index: -1;
}
.hero-slider figure figcaption .hero-bg::before,
.hero-slider figure figcaption .hero-bg::after {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	left: 20px;
	right: 20px;
	background-color: #fff;
}
.hero-slider figure figcaption .hero-bg::before {
	top: 45px;
}
.hero-slider figure figcaption .hero-bg::after {
	bottom: 35px;
}
.hero-slider figure figcaption h3 {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 900;
	font-size: 32px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	margin: -15px 0 10px;
	z-index: 3;
}
.hero-slider figure figcaption p {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.625;
	color: #fff;
	z-index: 3;
	margin: 0 0 15px;
}
.hero-slider figure figcaption a.sh-more-link {
	font-family: 'Gotham A', 'Gotham B', proxima-nova, sans-serif;
	font-weight: 600;
	font-size: 16px;
    color: #ff5459;
    text-transform: uppercase;
    padding: 15px 30px;
    position: relative;
	z-index: 3;
}
.hero-slider figure figcaption a.sh-more-link::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	transform: skewX(20deg);
	z-index: -1;
}
.hero-dots {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 0px;
	padding-top: 53.5%;
}
.hero-dots ul {
	list-style: none;
	display: contents;
	position: static;
}
.hero-dots li {
	display: inline-block;
	margin: 0 0 0 10px;
}
.hero-dots button {
	background-color: #fff;
	opacity: .5;
	margin: 0;
	display: block;
	width: 26px;
	height: 26px;
	padding: 0px;
	margin: 0px;
}
.hero-dots li.slick-active button {
	opacity: 1;
}
.hero-dots button > * {
	display: none;
}
.hero-dots > .slick-dots button:before { 
	content: '';
}
.hero-dots > .slick-dots button { 
	background-color: #fff;
	width: 26px;
	height: 26px;
}
.hero-slider-wrapper .hero-arrows {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: absolute;
	height: 0px;
	left: 0;
	right: 0;
	top: 0px;
	z-index: 5;
	margin-top: 21%;
}
.hero-arrows button {
	background-color: transparent;
	margin: 0;
	position: relative;
	padding: 40px 20px;
}
.hero-arrows button:focus,
.hero-arrows button:hover {
	background-color: transparent;
}
.hero-arrows button .arrow {
	width: 18px;
	fill: #fff;
}
.hero-arrows button.hero-next .arrow {
	transform: scaleX(-1);
}
.ie-view .hero-slider-wrapper .hero-arrows {
    margin-top: 17%;
}
@media screen and (min-width: 40.063em) {
	.hero-slider figure figcaption h3 {
		font-size: 44px;
		line-height: 1;
		margin: 0 0 20px;
	}
	.hero-slider figure figcaption p {
		font-size: 17px;
		line-height: 1.625;
		margin: 0 0 20px;
	}
	.hero-slider figure figcaption a.sh-more-link {
		font-size: 14px;
		padding: 15px 30px;
	}
	.hero-slider figure figcaption {
		position: relative;
		padding: 75px 35px;
		z-index: 2;
	}
	.hero-slider figure figcaption .hero-bg::before {
		top: 45px;
	}
	.hero-slider figure figcaption .hero-bg::after {
		bottom: 35px;
	}
	.hero-arrows button .arrow {
		width: 45px;
		fill: #fff;
		filter: url(#dropshadow);
	}
	.hero-dots {
		padding-top: 51.5%;
	}
}
@media screen and (min-width: 64.063em) {
	.hero-slider figure figcaption h3 {
		font-size: 44px;
		line-height: 1;
		margin: 0 0 30px;
	}
	.hero-slider figure figcaption p {
		font-size: 16px;
		line-height: 1.625;
		margin: 0 0 30px;
	}
	.hero-slider figure figcaption a.sh-more-link {
		font-size: 18px;
		padding: 17px 30px;
		margin-left: 10px;
	}
	.hero-slider figure figcaption {
		position: absolute;
		top: 0;
		left: 120px;
		height: 100%;
		width: 511px;
	}
	.hero-slider figure figcaption .hero-bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 520px;
		height: 100%;
		transition: transform 0.8s;
		transform: translateY(-100%);
    	background-image: linear-gradient(45deg, #ffc357 0%, #ff944b 24%, #ff5459);
	}
	.hero-slider.in-view figure figcaption .hero-bg {
		transition: transform 0.8s 0.5s;
		transform: translateY(0);
		background-size: 100% 100% !important;
	}
	.hero-slider figure figcaption h3,
	.hero-slider figure figcaption p,
	.hero-slider figure figcaption a.sh-more-link {
		opacity: 0;
		transform: translateX(-50%);
	}
	.hero-slider.in-view figure figcaption h3,
	.hero-slider.in-view figure figcaption p,
	.hero-slider.in-view figure figcaption a.sh-more-link {
		transition: transform 0.4s 1.3s, opacity 0.4s 1.3s;
		opacity: 1;
		transform: translateX(0);
		letter-spacing: 0.02rem;
	}
	.hero-slider figure figcaption .hero-bg::before {
		top: 45px;
	}
	.hero-slider figure figcaption .hero-bg::after {
		bottom: 65px;
	}
	.hero-dots {
		padding-top: 0;
		top: auto;
		bottom: 45px;
		left: 380px;
	}
	.hero-arrows button div.preview-container img {
		width: 200px;
		height: 133px;
		object-fit: cover;
	}
	.hero-arrows button:hover .preview-container {
		opacity: 1;
	}
	.hero-arrows button.hero-prev:hover .preview-container {
		left: 100%;
	}
	.hero-arrows button.hero-next:hover .preview-container {
		right: 100%;
	}
	.hero-arrows button:hover {
		background-color: rgba(0,0,0,0.66);
	}
	.hero-arrows button:hover {
		background-color: rgba(0,0,0,0.66);
	}
}
@media screen and (max-width: 64em) {
	.hero-slider figure figcaption a.sh-more-link {
	    font-size: 16px;
	    padding: 12px 20px;
	    margin-left: 5px;
	}
	.hero-slider-wrapper .hero-arrows {
	    margin-top: 15%;
	}
	.ie-view .hero-slider-wrapper .hero-arrows {
	    margin-top: 10%;
	}
	.hero-slider figure figcaption .hero-bg {
		opacity: 1;
	}
}
@media screen and (max-width: 40em) {
	.hero-slider-wrapper .hero-arrows {
	    margin-top: 20%;
	}
	.hero-arrows button {
		padding: 0 20px;
	}
	.ie-view .hero-slider-wrapper .hero-arrows {
	    margin-top: 0;
	}
}