  #directoryResults {
}

body {
	font-family:museo-sans,"Helvetica Neue","Lucida Grande","Lucida Sans Unicode",san-serif;
	font-size:16px;
	line-height:26px;
	font-weight:500;
	color:#40403f;
	padding-bottom:50px;
}

h2 {
	color:#004175;
	font-size:32px;
	line-height:40px;
	font-weight:700;
	margin-top:40px;
	margin-bottom:15px;
}
.employee.search_section h2 {
	margin-top:0;
}
.student.search_section h2 {
	margin-top:30px;
}

a, a:visited {
	transition: all .2s ease;
	color: #177a9f;
	border: none;
	border-bottom: 1px dotted #177a9f;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #00a2de;
	text-decoration: none;
	border-bottom: 1px dotted #00a2de;
}

label, .or {
	color:#004175;
	font-size:13px;
	line-height:20px;
	font-weight:700;
}
.dropdown-set {
	display:table;
	width:100%;
}
.dropdown-set .dropdown-wrapper {
	display:table-cell;
	vertical-align:top;
	width:50%;
}
.filter-wrapper {
	width:100%;
	display:table;
	table-layout:fixed;
	margin-bottom:15px;
}
.filter-input {
	display:table-cell;
	vertical-align:top;
	width:100%;
	padding-right:20px;
}
.filter-button {
	display:table-cell;
	vertical-align:top;
	width:110px;
}
.filter-button input[type=submit] {
	background-color: #004b98;
	font-size:16px;
	font-weight:900;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	touch-action: manipulation;
	border: 1px solid transparent;
	white-space: nowrap;
}

input, select {
	width:100%;
	height:48px;
	background-color:white;
	padding:15px;
}
input[type='submit'] {
	padding:0;
}

::-webkit-input-placeholder {
	font-size:15px;
	font-weight:500;
	font-style:italic;
	color:#98a0a6;
}
:-moz-placeholder { /* Firefox 18- */
	font-size:15px;
	font-weight:500;
	font-style:italic;
	color:#98a0a6;
}
::-moz-placeholder {  /* Firefox 19+ */
	font-size:15px;
	font-weight:500;
	font-style:italic;
	color:#98a0a6;
}
:-ms-input-placeholder {
	font-size:15px;
	font-weight:500;
	font-style:italic;
	color:#98a0a6;
}

@media screen and (min-width: 1008px) {
	.site-content {
		margin-right: 0%;
	}
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content {
		margin: 0 auto;
		max-width: 1050px;
	}
}

.hentry {
	margin: 0 0 48px 0;
	max-width: 1050px;
}

.search_section {
	margin: 0 0 30px 0;
}

.individual_person {
	/*float: left;*/
	width: 320px;
	display: block;
	margin-right:40px;
	padding-bottom:15px;
	padding-top:15px;
	border-bottom:1px solid #d1d1d1;
}
.individual_person a {
	font-size:15px;
}

.star_mark {
	font-size:14px;
}



#results_summary h2 {
	margin-bottom:0;
}

#directoryResults p.dirgeneral, #directoryResults p.dirtitle, #directoryResults p.dirname, #directoryResults p.dirusertitle, #directoryResults p.dirdeptoff, #directoryResults p.dirgeneral_ec, #directoryResults p.dirtitle_ec {
	padding:0;
	margin:0;
	text-indent: -1em;
	padding-left: 1em;
}
#directoryResults p.dirname {
	font-size:22px;
	line-height:32px;
	font-weight:900;
}
#directoryResults p.dirtitle, #directoryResults p.dirtitle_ec {
	font-weight:bold;
}
#directoryResults p.dirusertitle {
	font-weight:900;
}
#directoryResults p.dirdeptoff {
	font-style: italic;
}

img.person_photo {
	float: right;
	margin: 5px 0 5px 10px;
	box-shadow: 2px 2px 3px #888;
	-moz-box-shadow: 2px 2px 3px #888;
	-webkit-box-shadow: 2px 2px 3px #888;
	position: relative;
	right: 5px;
}


@media screen and (max-width: 640px) {
	.filter-wrapper,
	.filter-input,
	.filter-button {
		display:block;
	}

	.filter-button {
		margin-top:10px;
	}
}
