@charset "utf-8";


.carousel-caption.join_the_team .buttonWrapper {
	bottom: 30px;
	width: 94%;
	position: absolute;
	right: 3%;
	left: 3%;
	color: #fff;
}

.join_the_team .button a {
	width: 80%;
	max-width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 10px;
	font-size: 24px;
}


@media screen and (max-width:1100px){
.carousel-caption.join_the_team .buttonWrapper {
	bottom: 10px;
}

.join_the_team .button a {
	max-width: 200px;
	font-size: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
}
}


@media screen and (max-width:767px){

.carousel-caption.join_the_team .buttonWrapper {
	bottom: -10px;
	font-size: 16px;
}

}

@media screen and (max-width:580px){
.carousel-caption.join_the_team .buttonWrapper {
	visibility: hidden;
}
}