.stage {
	float: left;
	margin: 2em 0 0 0;
	padding: 0;
	width: 62.500em;
	border: 0;
	}
	


/* About Us intro */

.carousel {
	float: left;
	margin: 0 auto;
	padding: 0;
}

.intro  {
	float: right;
	z-index: 1;
	width: 18em;
	margin: -20.300em 1.500em 0 0;
	padding: 1em;
	background: rgba(42,126,62,0.7);
	border: solid 1px #297d3e;
	position: relative;
	}
	
.intro p {
	margin: 0 auto;
	padding: 0;
	font-size: 1.250em;
	color: #ffffff;
	}
			

	
/* Profile boxes */

.profile {
	float: left;
	width: 59.500em;
	margin: 1.500em 0 1.500em 0;
	padding: 1.500em;
	}
	
.profile:first-child {
	margin: 0 0 3em 0;
	padding: 0;
	border: 0;
	}
	
.profile:nth-child(even) {
	background: #ebf5ed;
	}
	
.profile:nth-child(odd) {
	padding: 0 1.500em 0 1.500em;
	}
	
.profile h2 {
	margin: 0 0 0.300em 0;
	padding: 0;
	font-size: 1.125em;
	color: #160773;
	}
	
.profile p {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 1em;
	color: #4c4c4c;
	}
	
.profile p:last-child {
	margin: 0 auto;
	}
	
.profile a {
	text-decoration: none;
	border-bottom: dotted 1px #666666;
	}
	
.profile a:hover {
	text-decoration: none;
	border-bottom: dotted 1px #bfa700;
	}
	
.profile img {
	float: left;
	margin: -3em 1.500em -3em 0;
	padding: 0;
	vertical-align: middle;
	}
	
.profile:nth-child(4) img {
	float: right;
	margin: -2.400em 0 -2.400em 1.500em ;
	border: solid 1px #c2bebf;
	}
	
.profile ol {
	list-style: decimal;	
}

.profile li {
	margin: 0 0 0 2em;
	padding: 0 0 0.438em 0;
	font-size: 1em;
	line-height: 1.250em;
	color: #4c4c4c;
}

.profile li:last-child {
	padding: 0;
	}