/* career STYLES
-------------------------------------------------- */
.left_font{
	text-align:left;
	//margin-left:12%;
	font-family: "Myriad Pro";
    color: rgb(165, 165, 165);
	z-index: 28;
}

.right_font{
	text-align:left;
	margin-left:7%;
	margin-right:7%;
	font-family: "AauxProBoldOSF";
    color: rgb(255, 255, 255);
	z-index: 28;
}
.job_font{
	font-family: "AauxProLight";
	color: rgb(40, 40, 40);
	line-height: 1;
	z-index: 22;
}

#hidden_font{
	font-family: "Baskerville";
    color: rgb(255, 255, 255);
	font-style: italic;
	z-index: 21;
	text-align:center;
	
	
	
}


.career_group{
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	background-size:cover;
}

@media (max-width: 1080px) {
	#right_hidden{
	 display:none;
	
	
  }
}


@media (max-width: 1080px) {
	#text_center{
	 text-align:center;
	 margin-right:10%;
	
  }
}

@media (max-width: 1080px) {
	#div_center{
	 display:none;
	 
	
  }
}

@media (min-width: 1000px) {
	.txt_hidden{
	 visibility:hidden;
	 color:#FFFFFF;
	
  }
}

@media (min-width: 1080px) {
	#content_hidden{
	display:none;
	
	 	
  }
}  
@media (max-width: 1000px) {
	.div_hidden{
	display:none;
	
	 	
  }
}
#responsive_margin{
	margin-left:10%;
	margin-right:10%;
}



#bg_image {
	width:100%; 
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
