.job_post {
	width: 100%;
	min-height: 10px;
	background-color: #F5F5F5;
	padding: 15px;
	font-family: 'Assistant', sans-serif;
	margin-bottom: 30px;
}

.job_post h1 {
	font-size: 40px;
	line-height: 40px;
	margin:0;
	color: #007CAA;
}

.job_post h3 {
	font-size: 25px;
	line-height: 25px;
	margin: 0;
	color: #007CAA;

}

.job_post h4 {
	font-size: 20px;
	line-height: 20px;
	margin: 0;

}

.join_title{
	font-size: 3rem;
	/* line-height: 40px; */
	margin-bottom: 3rem;
	color: #007CAA;
	font-family: 'Assistant', sans-serif;
}
.job_post p {
	margin-top: 10px
}

.job_post ul {

}

.job_post li {

}



.join_hash {
	color: #007CAA;
	font-size: 30px;
}

.join_blurb {

}

.join_message {

}

.joinfill {
	min-height: 100vh;
}

/*lifestyle*/
.life {
	height: 600px;
	background-color: white;
	display:flex;
	align-items: center;
}

.life>div {
	background-size: cover;
	background-position: center; 
	height: 95%;
	transition: all 1s;
	border-left: white solid 1px;

	display: flex;
	align-items: center;
	justify-content: center;
	/*border-right: #404040 solid 1px;*/
}

.life>div>span {
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	opacity:0;
	transition: opacity 1s;
	transition: font-size 1s;
}
/*end lifestyle*/