/* CSS Document */
.typography h2.profileHeading {
	margin-bottom: 30px;	
}
#Profiles .contentPadding {
	padding-top: 0;	
	text-align: center;
}
.contentList.profiles {
	font-size: 0;
}
.typography li.profile {
	text-align: center;
	margin-bottom: 62px;
}
.profile:after {
	content: "";
	display: block;
	max-width: 356px;
	margin: 0 auto 0 auto;
	border-top: 2px solid #b5b7b9;	
}
.typography li.profile:last-child:after,
.typography li.profile:nth-last-child(2):nth-child(odd):after {
	display: none;
}

.typography li.profile:last-child, 
.typography li.profile:nth-last-child(2):nth-child(odd) {
	margin-bottom: 0;	
}

.profile img {
	margin-bottom: 34px;	
}
.person img {
	background: #b5b7b9;
	border: 2px solid #b5b7b9;
	border-radius: 50%;	
}
.typography .profile h2 {
	margin-bottom: 0;
}
.typography .profile h4 {
	margin-bottom: 1em;
}
.typography header p {
	font-family: "Roboto Condensed", Roboto, Arial, Helvetica, sans-serif;
	font-weight: 300;
}
.profile .revealBtn {
	width: 27px;
	height: 27px;
	margin: 0 auto 1em auto;
	cursor: pointer;
}
.profile .content {
	overflow: hidden;
	margin-bottom: 1em;
}
.profile .content > *:last-child {
	margin-bottom: 0;	
}


/* Screen size specific stuff */

/* DESKTOP */
/* Desktop */
@media all and (min-width: 1184px) {
	.typography li.profile {
		vertical-align: top;
		display: inline-block;
		width: 544px;
		/*margin: 0 0 2.3em 0;*/
	}
	.profile:nth-child(odd) {
		margin-right: 32px;
	}
	.profile:last-child {
		margin-right: 0;
	}
}


/* DEVICES */
/* ALL mobile and tablet devices */
@media all and (max-width: 1183px) {
	
}

/* TABLET */
/* Tablet */
@media all and (min-width: 800px) and (max-width: 1183px) {
	
}

/* PHONE */
/* ALL phone sizes */
@media all and (max-width: 799px) {
	
}
/* Phone horizontal */
@media all and (min-width: 480px) and (max-width: 799px) {
	
}
/* Phone vertical */
@media all and (max-width: 479px) {
	
}