h2.center {
	text-align: center;
}

div.staff-list {
	margin: 2em 0 3.5em;
	width: 100%;
	overflow: auto;
} 

div.staff-member {
	padding: 2em;
	overflow: auto;
	box-sizing: border-box;
}

div.editors div.staff-member:nth-child(odd),
div.audiovisual div.staff-member:nth-child(odd) {
	background-color: #262828;
}

div.editors div.staff-member:nth-child(odd) p,
div.audiovisual div.staff-member:nth-child(odd) p {
	color: #bdbdbd !important;
}

@media only screen and (min-width: 1150px) {
	
	div.authors div.staff-member {
		width: calc(50% - 1em);
	}
	
	div.authors div.staff-member:nth-child(odd) {
		float: left;
		margin-right: 2em;
	}
	
	div.authors div.staff-member:nth-child(4n + 1),
	div.authors div.staff-member:nth-child(4n + 2) {
			background-color: #262828;
	}
	
	div.authors div.staff-member:nth-child(4n + 1) p,
	div.authors div.staff-member:nth-child(4n + 2) p {
		color: #bdbdbd !important;
	}
	
}

@media only screen and (max-width: 1149px) {
	
	div.authors div.staff-member:nth-child(odd) {
		background-color: #262828;
	}
	
	div.authors div.staff-member:nth-child(odd) p {
		color: #bdbdbd !important;
	}
	
}

@media only screen and (min-width: 561px) {
	
	div.staff-avatar {
		padding-right: 2em;
		float: left;
		line-height: normal;
	}
	
}

@media only screen and (max-width: 650px) {
	
	div.staff-info h3 {
		font-size: 3.12307692vw;
	}
	
}

@media only screen and (max-width: 560px) {

	div.staff-avatar,
	div.staff-info {
		text-align: center;
	}
	
	div.staff-info h3 {
		margin-top: 0.5em;
		font-size: 1.45em;
	}

}

div.editors div.staff-avatar img,
div.audiovisual div.staff-avatar img {
	max-height: 10.54em;
}

div.authors div.staff-avatar img {
	max-height: 8.34em;
}

div.staff-info {
}

div.staff-info h3 {
	margin-bottom: 0;
}

div.staff-info p:empty {
	display: none;
}

div.staff-info p {
	margin-top: 0.5em;
	margin-bottom: 0;
}

div.staff-info p a:before {
	font-family: "FontAwesome";
	display: inline-block;
	margin-right: 0.5em;
	color: #c7c7c7;
}

p.staff-posts a:before {
	content: '\f0ea';
}

p.staff-forum a:before {
	content: '\f007';
}

p.staff-twitter a:before {
	content: '\f099';
}

p.staff-youtube a:before {
	content: '\f16a';
}