.hero_container {
	position: relative;
}

.hero_container .lSAction a {
	border: 0px;
}

.hero_container-desktop_slides_container,
.hero_container-mobile_slides_container,
.hero_container-desktop_slides,
.hero_container-mobile_slides,
.hero_container-desktop_slide,
.hero_container-mobile_slide {
	position: relative;
}

.hero_container-desktop_cta_container,
.hero_container-mobile_cta_container {
	position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 101;
}

.hero_container-desktop_background_image,
.hero_container-mobile_background_image {
	width: 100%;
	display: flex;
	z-index: 100;
}

.hero_container-desktop_hero_button,
.hero_container-mobile_hero_button {
	align-self: flex-start;
	
	background:#ffffff !important;
	color:#5598CA;
	font-weight:500;
	padding: 15px 35px;
	border-radius: 5px !important;
	letter-spacing: 1px;
	margin-top:15px;
}

.hero_container-desktop_hero_header,
.hero_container-mobile_hero_header {
	font-weight:normal;
	font-size:32px;
}

.hero_container-desktop_hero_text,
.hero_container-mobile_hero_text {
	font-weight:400;
}

@media all and (max-width:350px){
	.hero_container-desktop_hero_header,
	.hero_container-mobile_hero_header {
		font-size: 22px;
		margin: 0px;
	}

	.hero_container-desktop_hero_text,
	.hero_container-mobile_hero_text {
		font-size: 15px;
		margin: 10px;
	}
}

@media all and (min-width:351px) and (max-width:500px){
	.hero_container-desktop_hero_header,
	.hero_container-mobile_hero_header {
		font-size: 25px;
		margin: 0px;
	}

	.hero_container-desktop_hero_text,
	.hero_container-mobile_hero_text {
		font-size: 15px;
		margin:10px;
	}	
}

@media all and (min-width:501px) and (max-width:999px){

}
@media all and (max-width:501px){
	.hero_container-desktop_hero_button, .hero_container-mobile_hero_button{
		margin-top: 160px;
	}
}
@media all and (max-width:999px){
	.hero_container-mobile_slides_container {
		display: block;
	}

	.hero_container-desktop_slides_container {
		display: none;
	}

	.hero_container-mobile_cta_container.center {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		padding: 5% 10%;
	}
}

@media all and (min-width:1000px){
	.hero_container-mobile_slides_container {
		display: none;
	}

	.hero_container-desktop_slides_container {
		display: block;
	}

	.hero_container-desktop_cta_container.left {
		top: 0;
		bottom: 0;
		margin: auto;
		width: 45%;
    	left: 9%;
	}

	.hero_container-desktop_hero_header,
	.hero_container-mobile_hero_header {
		font-size:42px;
		line-height: 50px;
		margin:0px;
	}

}

@media all and (min-width:1200px){
	.hero_container-desktop_cta_container.left {
		width: 35%;
    	left: 11%;
    }
}

@media all and (min-width: 1620px) { 
	.hero_container-desktop_cta_container.left {
		width: 26%;
	    left: 17%;

	} 
}