div.span8 {
	position: relative;
}

body #filter {
/* 	position: absolute; */
/* 	top: 15px; */
/* 	top: 130px; */
	left: 15px;
	height: 35px;
	width: 150px;
}

body #filter input {
	border: 1px solid #DFDFDF;
	border-radius: 20px;
	/* increase search bubble width from 115px */
	width: 175px;
	padding-left: 15px;
	color: #949494;
}

div.profile-list img {
    display: block;
	float: left;
	margin-right: 20px;
	margin-top: -5px;
	width: 115px !important;
}



div.profile-list img.no-pic {
    opacity: 0;
}

.searchable-container > h3 {
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 15px;
	padding-top: 20px;
	font-size: 20px;
	font-weight: 700;
}

.dept-block {
    display: block;
    width: 600px;
	padding-bottom: 10px; 
}

.expertise-block {
    display: inline-block;
    width: 600px;
	padding-bottom: 10px; 
}

div.profile-list {
    display: block;
    overflow: hidden;
	margin-bottom: 40px;
	margin-top: 30px;
}

div.profile-list p {
	margin-bottom: 0px;
	overflow-wrap: normal !important;
}

div.profile-list a:hover {
  border-bottom: none;
  text-decoration: underline;
}

div.profile-list h3.name {
	font-weight: bold;
	margin-bottom: 2px;
    margin-top: 0px;
	font-size: 20px;
}

div.profile-list a h3.name {
	color: #1a62c7;
}

div.profile-list a:hover h3.name, div.profile-list a:focus h3.name, div.profile-list a:active h3.name {
    color: #85754d;
}

div.profile-list div.info {
    float: left;
    clear: right;
}

div.profile-list .title, div.people-contact .title {
/* 	font-family: 'Droid Serif', serif; */
/* 	font-style: italic; */
  /*  display: inline-block;  */
    width: 600px;
	color: #6B6B6B;
	text-rendering: optimizeLegibility;
	position: relative;
	padding-bottom: 10px; 
}

div.people-contact .title {
	font-size: 18px;
	margin-bottom: 1em;
}

div.people-contact .contact {
	padding-top: 20px;
}

div.people-contact div.big-contact {
    padding-top: 10px;
}

div.people-contact {
	margin-top: 30px;
	margin-left: 0px;
}

div.big-people-contact {
	margin-top: 20px;
}

div.wide-people-contact {
    display: block;
    margin-top: 40px;
    margin-left: 20px;
    max-width: 100%;
}

img.people-image {
	display:inline-block;
	width: 240px;
    margin-right: 70px;
    margin-top: 10px;
	float:left;
}

div.people-info {
	padding-top: 15px;
}

/* Show website */
/* 
.single_display {
	display: none;
}
.list_display {
	display: none;
}
 */


/* Single page */


.single-people .contact p {
	margin-bottom: 5px;
}
.single-people p.team {
	margin-bottom: 0;
}
/* 50px changed to 15 to raise name */
.single-people div.people-contact {
	margin-top: 15px;
}
.single-people div.people-info {
	padding-top: 15px;
}

.single-people img.people-image {
	width: 240px;
    margin-right: 70px;
    margin-bottom: 30px;
	float:left;
}

@media (max-width: 979px) {
    div.people-contact {
        max-width: 100%;
    }
  /*  img.people-image {
        float: left;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }*/
	.single-people div.people-contact {
		margin-left: 0;
	}

}
@media (max-width: 767px) {
   	div.profile-list div.info {
    	max-width: 285px;    	
	}
	article > div {
		padding: 0 20px;
	}
	body #filter {
		position: static;
		margin: 0 0 0 -5px;
	}
}


@media (max-width: 450px){
.dept-block, div.profile-list .title, div.people-contact .title {
    display: block;
    width: 280px;
	padding-bottom: 10px; 
}

	.dept-block {
    display: block;
    width: 180px;
	padding-bottom: 10px; 
}
	
	
.expertise-block {
    display: inline-block;
    width: 180px;
	padding-bottom: 10px; 
	}
}