/* GLOBAL NAV */

#globalLinks li {
    display: none;
}

#globalLinks li:last-child {
    display: inline-block;
}



/* STAFF LIST */

	ul.staffList,
	ul.staffList li {
		list-style: none;
		list-style-image: none;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		
	ul.staffList li {
		display: inline-block;
		width: 31%;
		margin: 0 3.5% 2em 0;
		padding: 0 1em 0 0;
		vertical-align: top;
	}
	
	ul.staffList li:nth-child(3n+3) {
		margin-right: 0;
	}

	ul.staffList li img {
		display: block;
		margin:0 auto;
		max-width: 184px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;	
	}
	
	ul.staffList li h5 {
		font-weight:700;
		margin-top: 1em;
		margin-bottom: .3em;
		font-size:150%;
		text-align:center;
	}
	
	ul.staffList li p {
		font-family:Roboto;
		font-size: 90%;
		line-height: 120%;
		margin: 0;
	}
	
	ul.staffList li p.affiliation {
		font-weight:700;
		font-size: 110%;
		text-align:center;
		line-height: 120%;
		margin-bottom:0.25em;
	}
	
	ul.staffList li p.email,
	ul.staffList li p.phone,
	ul.staffList li p.position {
		text-align:center;
		margin-bottom: .25em;
	}

	ul.staffList li p.description {
		margin-top: .5em;
	}
	
	.contact p {
		margin-bottom: 0.1em;
	}

	.name {
		font-size:150%;
		font-weight:700;
		text-align:center;
		color: #0561a5;
	}
	
	.portrait img {
		display:block;
		margin:0 auto;
	}



/* Footer */

#footer img {
    width: 90%;
}

.DOElogo {
    opacity: 1;
}