.hero_slider {
	margin: 0 calc(-50vw + 50%);
	padding: 0;
	background-color: rgba(0, 0, 0, .5);
	/*min-height: 548px;*/
	overflow: hidden;
}

.hero_slider.hero-large {
	/*min-height: calc(90vh - 142px);*/
}

body.page-loaded .hero_slider {
}

.hero_slider .wpb_wrapper {
	position: relative;
}

@media (max-width: 63.999em) {
	.hero_slider .wpb_wrapper {
		
	}
}

@media (max-width: 39.999em) {
	.hero_slider, .hero_slider.hero-large {
		height: auto;
	}
}



.hero_slider .wpb_wrapper .slides {
	position: relative;
	z-index: 10;
	margin: 0;
}

.hero_slider .wpb_wrapper .slides .slick-list {
	overflow: visible;
}

.hero_slider .slick-track {
	display: flex;
	align-content: stretch;
	justify-content: center;
}

.hero_slider .slides .hero_slide_single {
	transition: opacity .8s;
	opacity: 0;
	outline: none;
	color: #fff;
	width: 100vw;
	height: auto;
}

.hero_slider .slides .hero_slide_single.slick-active {
	opacity: 1;
}

.hero_slider .slides .hero_slide_single .slide-wrapper {
	position: relative;
	height: 548px;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.hero_slider.hero-large .slides .hero_slide_single .slide-wrapper {
	min-height: calc(90vh - 142px);
	padding: 120px 0;
}

.hero_slider .slides .hero_slide_single .slide-wrapper > .container {
	width: 100%;
}

.hero_slider .slides .hero_slide_single .slidebgimage {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 391px);
	min-width: calc(100% - 30vw);
	height: 100%;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}

.hero_slider .slides .hero_slide_single .slideoverlay {
	position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50%;
    height: 100%;
    mix-blend-mode: unset;
    background-image: linear-gradient(to right, rgba(0,0,0,.95), rgba(255,255,255,0));
    background-image: -o-linear-gradient(to right, rgba(0,0,0,.95), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(to right, rgba(0,0,0,.95), rgba(255,255,255,0));
    background-image: -webkit-linear-gradient(to right, rgba(0,0,0,.95), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(to right, rgba(0,0,0,.95), rgba(255,255,255,0));
}

@media (max-width: 63.999em) {
	.hero_slider .slides .hero_slide_single .slideoverlay {
		width: 70%;
	}
}

@media (max-width: 39.999em) {
	.hero_slider .slides .hero_slide_single .slideoverlay {
		width: 200%;
	}
}



.hero_slider .slides .hero_slide_single .slidecontent {
	position: relative;
	left: 100%;
	transition: all .8s;
	max-width: 50vw;
	width: 420px;
}

.hero_slider .slides .hero_slide_single.slick-active .slidecontent {
	left: 0;
}

@media (max-width: 63.999em) {
	.hero_slider.hero-large .slides .hero_slide_single .slide-wrapper {
		min-height: calc(95vh - 170px);
		padding: 90px 0;
	}
	.hero_slider .wpb_wrapper .slides {
		/*max-width: 60%;
		padding-bottom: 35px;*/
	}
}

@media (max-width: 39.999em) {
	.hero_slider.hero-large .slides .hero_slide_single .slide-wrapper {
		min-height: calc(100vh - 200px);
		min-height: 0;
		padding: 60px 0;
	}
	.hero_slider .wpb_wrapper .slides {
		max-width: 100%;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.hero_slider .slides .hero_slide_single .slidebgimage {
		width: 100%;
		background-position: center right;
	}
	.hero_slider .slides .hero_slide_single .slidecontent {
		max-width: 80vw;
		margin: 0 auto;
		text-align: center;
	}
}




.hero_slider .slides .hero_slide_single .title {
	font-size: 22px;
	margin-bottom: 0.4em;
}

.hero_slider .slides .hero_slide_single .heading {
	color: #fff;
	margin: 0 0 0.35em;
}

.hero_slider .slides .hero_slide_single .heading:first-child {
	font-family: 'Jost';
	font-size: 62px;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	margin: 0 0 0.24em;
}

.hero_slider .slides .hero_slide_single .heading .subheading {
	font-family: 'Libre Baskerville', serif;
	font-size: 34px;
	line-height: 1.29;
	font-weight: 700;
	text-transform: none;
	letter-spacing: -0.01em;
}

.hero_slider .slides .hero_slide_single p {
	font-size: 16px;
	color: #fff;
	line-height: 1.4375;
	max-width: 330px;
}

.hero_slider .slides .hero_slide_single p:not(:last-child) {
	margin-bottom: 2em;
}

.hero_slider .slides .hero_slide_single .buttons {
	
}
.hero_slider .slides .hero_slide_single .button {
	color: #fff;
	border-color: #fff;
}
.hero_slider .slides .hero_slide_single .button:nth-child(2) {
	
}
.hero_slider .slides .hero_slide_single .button:hover,
.hero_slider .slides .hero_slide_single .button:focus {
	background-color: rgba(255,255,255,.15);
}

@media (max-width: 63.999em) {
	.hero_slider .slides .hero_slide_single .heading {
		
	}
	.hero_slider .slides .hero_slide_single .heading:first-child {
		font-size: 52px;
	}
	.hero_slider .slides .hero_slide_single .heading .subheading {
		font-size: 26px;
	}
	.hero_slider .slides .hero_slide_single p {
		font-size: 15px;
	}
}

@media (max-width: 39.999em) {
	.hero_slider .slides .hero_slide_single .heading {
		
	}
	.hero_slider .slides .hero_slide_single .heading:first-child {
		font-size: 42px;
	}
	.hero_slider .slides .hero_slide_single .heading .subheading {
		font-size: 18px;
	}
	.hero_slider .slides .hero_slide_single p {
		font-size: 14px;
		max-width: 100%;
		line-height: 1.5;
	}
}


/* Slider Dots */

.hero_slider .slick-dots {
	text-align: left;
	bottom: 80px;
	left: calc(50vw - 515px);
}

.hero_slider .slick-dots li {
	margin: 0;
	padding: 0 6px;
	height: auto;
	width: auto;
}

.hero_slider .slick-dots li:first-child {
	padding-left: 0;
}

.hero_slider .slick-dots li:first-child:last-child {
	display: none;
}

.hero_slider .slick-dots li button {
	width: 1.445em;
	height: 1.445em;
	padding: 0;
	border-radius: 50%;
	opacity: .5;
	background-color: #fff;
	font-size: 9px;
}

.hero_slider .slick-dots li.slick-active button {
	opacity: 1;
}

.hero_slider .slick-dots li button:before {
	content: none;
}

@media (max-width: 1102px) {
	.hero_slider .slick-dots {
		left: 36px;
		bottom: 40px;
	}
	.hero_slider .slick-dots li button {
		width: 1.1em;
		height: 1.1em;
	}
	.hero_slider .slick-dots li {
		padding: 0 4px;
	}
}

@media (max-width: 39.999em) {
	.hero_slider .slick-dots {
		text-align: center;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
	}
	.hero_slider .slick-dots li button {
		width: 0.7em;
		height: 0.7em;
	}
	.hero_slider .slick-dots li {
		padding: 0 3px;
	}
}




/* Stat Blocks */

.hero_slider .blocks {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 391px;
	z-index: 15;
	max-width: 30vw;
}

@media (max-width: 63.999em) {

}

@media (max-width: 39.999em) {
	.hero_slider .blocks {
		position: relative;
		height: auto;
		width: auto;
		-webkit-box-orient: horizontal;
		-webkit-flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		max-width: none;
	}
}



.hero_slider .blocks .block {
	background-color: rgba(241,93,34,1);
	text-align: center;
	overflow: hidden;
}

.hero_slider .blocks a.block {
	text-decoration: none;
}

.hero_slider .blocks a.block:hover {
	text-decoration: none;
}

.hero_slider .blocks a.block::before {
	content: " ";
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.05);
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.8s;
}

.hero_slider .blocks a.block:hover::before {
	opacity: 1;
}

.hero_slider .blocks .block.block-2 {
	background-color: rgba(76,190,160,1);
}

.hero_slider .blocks .block.block-3 {
	background-color: rgba(75,40,132,1);
}

.hero_slider .blocks .block .block-content {
	height: 100%;
}

.hero_slider .blocks .block h3 {
	font-family: 'Libre Baskerville';
	font-size: 60px;
	line-height: 1.25;
	font-weight: 400;
	color: rgba(255,255,255,0.65);
	letter-spacing: -0.04em;
	margin: 0;
	padding: 0 20px;
	transition: opacity 0.4s;
}

.hero_slider .blocks .block h4 {
	margin: 0 0 0.4em;
	font-family: 'Jost';
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.15em;
	font-size: 15px;
	color: #fff;
	line-height: 1.49;
	padding: 0 20px;
	transition: opacity 0.4s;
}

.hero_slider .blocks a.block:hover h3,
.hero_slider .blocks a.block:hover h4 {
	opacity: 0.5;
}

.hero_slider .blocks .block h4:last-child {
	margin-bottom: 0;
}

.hero_slider .blocks .block p {
	margin: 0;
	font-family: 'Libre Baskerville';
	font-style: italic;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
	color: #fff;
	font-weight: 400;
	padding: 0 20px;
}

.hero_slider .blocks .block p a,
.hero_slider .blocks .block p .link-title {
	color: #fff;
	font-weight: inherit;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

.hero_slider .blocks .block p a::after,
.hero_slider .blocks .block p .link-title::after {
	font-family: 'mdspca-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	content: "\e900";
	display: inline-block;
	transform: translateX(4px);
	transition: transform 0.4s;
	font-style: normal;
	font-size: 0.5em;
	position: relative;
	top: -0.1em;
}

.hero_slider .blocks .block p a:hover::after,
.hero_slider .blocks .block:hover p .link-title::after {
	transform: translateX(8px);
}

.hero_slider .blocks .block:hover p .link-title {
}

@media (max-width: 63.999em) {
	.hero_slider .blocks .block h3 {
		font-size: 35px;
	}
	.hero_slider .blocks .block h4 {
		font-size: 13px;
	}
	.hero_slider .blocks .block p {
		font-size: 12;
	}
}

@media (max-width: 39.999em) {
	.hero_slider .blocks .block {
		padding: 15px 0;
	}
	.hero_slider .blocks .block h3 {
		font-size: 20px;
		padding: 0 15px;
	}
	.hero_slider .blocks .block h4 {
		font-size: 10px;
		line-height: 1.3;
		padding: 0 15px;
	}
	.hero_slider .blocks .block p {
		font-size: 11px;
		line-height: 1.4;
		padding: 0 15px;
	}
}



