/* CSS Document */

.profile_right_quarter_column {
	margin-left:5%;
	margin-bottom: 40px;
		
}

@charset "UTF-8";
/* CSS Document */


.personProfile3 {
	width: 85%;
	margin: 10px auto 20px auto;
	background-color:#E0E0E0;
	box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.38);
	padding: 1em;
	position: relative;
	vertical-align: bottom;
	display: block;
	border-bottom: 1px solid #f0f0f0;
	
}

.personProfile3:after {
  content: "";
  display: table;
  clear: both;
}

.personProfile3 img {
	border:none;
	float:right;
	margin-top:10px;
	margin-left: 10px;
	position:relative;
	width:120px;
	z-index:0;
}


.personProfile2 {
	width: 85%;
	margin: 10px auto 20px auto;
	
	padding: 1em;
	position: relative;
	vertical-align: bottom;
	display: block;
	border-bottom: 1px solid #f0f0f0;
	
}

.personProfile2:after {
  content: "";
  display: table;
  clear: both;
}

.personProfile2 img {
	border:none;
	float:right;
	margin-top:10px;
	margin-left: 10px;
	position:relative;
	width:120px;
	z-index:0;
}


.personProfile1 {
	background-color:#E0E0E0;
	box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.38);
	width: 350px;
	min-height: 220px;
	max-height: 260px;
	overflow:hidden;
	margin: 10px 20px 10px 0px;
	margin-bottom: 20px;
	padding: 1em;
	position: relative;
	vertical-align: bottom;
	display: block;
	float: left;
}

.personProfile1 a, .personProfile2 a, .personProfile3 a{
	text-decoration:none;
}

div.personProfile1 h3, div.personProfile2 h3, div.personProfile3 h3 {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0;
	width: 100%;
	font-weight: bold;
	padding-bottom: 20px;
}

div.personProfile1 h4, 
div.personProfile2 h4,
div.personProfile3 h4, 
div.personProfile2 h4,  
div.personProfile1 div.profileDetails h4, 
div.personProfile2 div.profileDetails h4,
div.personProfile3 div.profileDetails h4 {
	color: #0a0808;
	font-size: 1.1em;
	font-weight: bold;
	display:inline;
	white-space:normal;
	margin: 0 0 20px 0;
	padding-top:0;
	margin-top: 0;
	margin-bottom: 20px;
	max-width: 230px;
	line-height: 0.9em;
	
}




div.personProfile1 img {
	border:none;
	
	position:relative;
	width:111px;
	border-radius: 0;
	box-shadow:none;
}

div.personProfile1 div.profileImage {
	display: block;
	float:right;
	margin-left: 5px;
	width:111px;
	height: 150px;
	z-index:0;
	overflow: hidden;
}

.personProfile1 div.profileDetails {
	height: 140px;
	width: 100%;
	display: block;
	width: 100%;
	overflow:hidden;
  }




.personProfile1 div.contactDetails ul, .personProfile2 div.contactDetails ul {
	color: #4c4c4c;
	font-size: 15px;
	font-weight: bold;
	list-style-type: none;
	padding-left: 0;
	float:left;
}
.personProfile1 div.contactDetails ul li, .personProfile2 div.contactDetails ul li{
	font-size: 1em;
	padding-left: 0;
	margin-left:0;

	
}

p.personShortText1 {
	display: none;
	
}

.personSchool {
	font-size:0.8em;
	font-style:italic;
	color: #4c4c4c;
}


@media only screen and (max-width: 420px) {
	.personProfile1 { width:85% }
}

