/* our employees custom css */

.third  {
	width:30%;
	height:384px;
	text-align:center;
	}
	
.third-leaders  {
	width:28%;
	height:384px;
	text-align:center;
	}

@media screen and (min-width: 500px) {
.third  {
	width:45%;
	height:384px;
	text-align:center;
	}
	.third-leaders  {
	width:45%;
	height:384px;
	text-align:center;
	}

}
@media screen and (min-width: 900px) {
.third  {
	width:30%;
	height:384px;
	text-align:center;
	}
	
	.third-leaders  {
	width:28%;
	height:384px;
	text-align:center;
	}

}

	
.employ-img-container {
	border-radius:50% 
	display:inline-block;
	width: 250px;
	 height: 250px;
	border-radius: 50%;
	border: 20px solid #fff;
	margin: ;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	overflow: hidden;
	text-align:center;
	}
	
.empTitle-block {
	text-align:center; 
	margin-top:0;width:240px;
	}
	
.emp-image {
	height:100%; 
	margin:0 auto;
	}
	
span.emp-title {
	color:#205493;
	font-size:1.2em;
	font-weight:500;
	}
	
.emp-job-title {
	font-size:.9em;
	font-weight:500;
	max-width:230px;
}

.empl-breadcrumb  {
	font-size:12px; 
	margin-bottom:20px;
}

.empl-landing-h1  {
  color:#205493;
  font-size:1.8em;
  font-weight:700
}
.empl-landing-title {
	font-size:1.1em;
	font-weight:700
}

.empl-quote {
	font-size:1.2em;
	color:#205493;
}

.empl-landing-photo  {
	border-radius:50%;
	width:70%;

}

