/* Staff CSS */

/* Staff Single Template */
.staff-name {
    font-size: 1.5em;
    font-weight: 400;
}
hr.norm {
	height: 1px;
	background-color: #c3c3c3;
	margin: 10px 0 20px;
}
.position {
    font-size: 1.5em;
    line-height: 1.625;
}
.website,
.email {
    font-size: 1em;
    line-height: 1.625;
}
.bio {
    float: left;
    font-size: 1em;
    margin-top: 6px;
}

/* Staff Shortcode */
.dept-title {
    font-size: 2em;
	font-weight: bold;
	margin: 30px 0 20px;
}
ul.staff-listing {
	list-style: none outside none;
	margin: 0;
}
ul.staff-listing li {
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 3%;
    vertical-align: top;
    width: 48%;
}
ul.staff-listing li:nth-of-type(2n) {
    margin-right: 0;
}

ul.staff-listing li .staff-name {
    font-size: 1.75em;
}
ul.staff-listing li .position,
ul.staff-listing li .website {
    font-size: 1.25em;
}
.more {
    font-size: 1em;
	line-height: 1.75em;
}

/* Staff Widget */
.staff-div {
	padding: 0;
}
.staff-div .widget-title {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: none;
}
.staff-div ul {
	padding: 0;
}
.staff-div ul li {
	padding: 0;
}
.staff-div ul li a {
	padding: 0;
}