/* EXTENDED AND STANDARD */

p.people-header {
	font-size: 18px;
	font-style: italic;
	color: #004b8d;
	}

#main-content-outer.people-content-outer {
		width: 100%;
		_width: 99%;
		background: #fff;
		}

#people {
		margin-top: 20px;
		}
		
.person-box-inner {
		border: solid 1px #cacaca;
		padding: 15px 20px 20px 20px;
		margin-bottom: 15px;
		}
	
span.person-about-header {
		color: #004b8d;
		font-weight: bold;
		}
		
.person-about p {
	line-height: 16px !important;
	}
		
.person-name {
		font: normal 27px/32px roboto,Arial,Sans-Serif !important;
		color: #444 !important;
		padding-bottom: 8px !important;
		}
		
.person-quote-inner {
		overflow: hidden;
		clear: both;
		margin-bottom: 8px;
		}

.person-extended {
	height: auto !important;
}

.person-quote-outer {
		width: 100%;
		}
	
	.person-image-about {
		width: 100%;
		display: inline-block;
		padding-bottom: 10px;
		}
		
	.person-image {
		padding-right: 15px;
		}
	
	.person-image img {
		float: left;
		padding-right: 15px;
		}
	
	.person-about {
		padding-right: 15px;
		padding-top: 10px;
		margin-top: -8px !important;
		}

.close-selection {
	background: #fff url(../images/Master/x.jpg) 0px 0px no-repeat;
}

/* EXTENDED */

.person-name {
	padding-bottom: 5px !important;
	line-height: 28px !important;
	}

.person-about p {
	padding-bottom: 5px !important;
	}

.person-quote-inner {
		height: 92px;
		}

#main-content-inner.people-content-inner {
		padding: 18px 50px 50px 50px;
		}
		
#people-left {
		width: 50%;
		float: left;
		}
	
#people-right {
		width: 50%;
		float: left;
		}
	
.person-box-outer-right {
		padding-left: 10px;
		}
		
.person-box-outer-left {
		padding-right: 10px;
		}

/* EXTENDED AND STANDARD */

@media only screen and (min-width: 691px) and (max-width: 960px){



}

/* MOBILE AND TABLET */

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

#main-content-inner.people-content-inner {
		padding: 18px 35px 50px 35px;
		}

#people-left {
		width: 100%;
		float: none;
		}

#people-right {
		width: 100%;
		float: none;
		}

.person-name {
	padding-bottom: 10px !important;
	line-height: 28px !important;
	}

.person-about p {
	line-height: 18px !important;
	padding: 0px !important;
	padding-bottom: 10px !important;
	}
	
.person-quote-inner {
		height: 84px;
		}
p.people-header {
	font-size: 18px !important;
	line-height: 22px !important;
	font-style: italic;
	color: #004b8d;
	}

.person-box-outer-right {
		padding-left: 0px;
		}
		
.person-box-outer-left {
		padding-right: 0px;
		}
}

/* MOBILE */

@media only screen and (max-width: 480px){
	.person-box-inner {
		border: none;
		padding: 0px 0px 30px 0px !important;
		margin-bottom: 15px;
		background: url(../images/Master/divider.jpg) bottom center no-repeat;
		}

		#main-content-inner.people-content-inner {
		padding: 18px 0px 0px 0px;
		}
}