.single-people span.read-more a {
	margin-top: 0;
	float: none;
	padding-top: .3em;
}

.people-search-form {
	margin-bottom: 20px;
	padding: 10px;
	background: #f0f0f0;
	background: rgba(0, 0, 0, .04);
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	position: relative;
}

.people-search-form .people-searchform {
	top: 8px;
}

.people-search-form label h4 {
	margin: 0;
	line-height: 1.5em;
}

.people-listing-ul {
	border-top: double #f0f0f0
}

.people-listing-ul,
.people-listing-item {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.people-listing-item {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	overflow: hidden;
	display: block;
}


.people-listing-item:nth-child(even) {
	background: #f0f0f0;
	background: rgba(0, 0, 0, .03);
}

.people-container {
	overflow: hidden;
	display: block;
	text-decoration: none;
	padding: 1.5em 10px;
}

#content ul li.people-listing-item {
	margin: 0;
}

.people-listing-item:hover,
a.people-listing-link:hover {
	background: #f1efce;
}

.people-image {
	float: left;
	margin-right: 10px;
}

.people-name {
	font: 90% "minion-pro-1","minion-pro-2", 'Cambria', 'Georgia', 'Times New Roman', serif;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}
.people-name a {
	text-decoration: none;
}

.people-phone,
.people-email,
.people-title {
	font-size: 14px;
	color: #433C3A;
}

.people-title {
	font-weight: bold;
	margin: 0;
}

.people-head {
	width: 45%;
	float: left;
}
.people-single-head {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}


.people-contact-details {
	font-size: 14px;
	color: #433C3A;
	float: left;
	width: 36%;
	padding-left: 20px;
	overflow: hidden;
}

.people-contact-details p{
	margin: 0;
}

.people-email {
	word-wrap: break-word;
}
#content .peopletable ul {
	margin: 0;
	list-style: none;
}

#content .peopletable ul ul {
	margin: 0 0 0 2em;
	list-style: circle;
}

#content .people-person-details dt.name {
	display: none;
}
#content .people-person-details dd.role {
	font-weight: bold;
    padding: 1em 0;
}
.people-person-details .email {
	word-wrap: break-word;
}

#content .people-extra-info dt,
#content .people-person-details dt {
    font-size: 1em;
}
#content .people-person-details dt.field-title {
	margin: 0;
    font-weight: normal;
    width: 30%;
    float: left;
}
#content dl.education {
    clear: both;
}
#content dl.education dt {
    margin: 1em 0 .5em 0;
}

#content .people dd {
    word-break: break-word;
    margin: 0;
}

#content .people-person-details dd.field-definition {
    margin-left: 32%;
}

#content .people-person-details dl.details {
    margin-bottom: 1.5em;
}

.people-content-header {
	margin: 1.5em 0 .2em 0;
    font-weight: bold;
}

.people-person-content {
    clear: both;
}

.people-content-text p {
	margin-top: .2em;
}

.people-content-text, .people-content-image, .people-content-gallery {
	margin-bottom: 1.5em;
}

img.attachment-people_single {
	float: left;
}

.type-people section {
	width: 100%;
	float: left;
}

.widget_featured_person .featured-person-image {
	width: 100%;
	position: relative;
}


.widget_featured_person .featured-person-info {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	zoom: 1;
	background: #000;
	background: rgba(1,1,1,0.8);
	border-bottom: 5px solid black;
}

#aside .featured-person-info h4 {
	color: #fff;
	margin: .2em;
	zoom: 1;
}
#aside .featured-person-info h4 a {
	color: #fff;
}
.featured-person-image img {
	width: 100%;
}

.widget_featured_person .featured-person-name {
	font-size: 1.6em;
	margin-bottom: .2em;
	zoom: 1;
}

.widget_featured_person .featured-person-title {
	margin-top: 0;
	color: #fff;
	margin: .4em .2em;
	zoom: 1;
}

@media all and (min-width: 500px) {
    .people h2.entry-title {
        display: none;
    }
    #content .people-person-details dt.name {
        font-size: 2em;
        word-wrap: break-word;
        line-height: 1em;
        margin: 0;
        display: block;
    }
    .people-person-details {
        margin-left: 45%;
        width: 55%;
    }
    .people-single-image {
        float: left;
        width: 40%;
        padding-right: 5%;
        padding-bottom: 5%;
    }
}