@charset "utf-8";
/* CSS Document */
p {
	line-height: 25px;
	text-align: justify;
}
section.about {
	padding-top: 40px;
}
article h3, aside.mTeam h3 {
	/*text-align: right;*/
	line-height: 8px;
	font-family: 'Squada One', cursive;
	color: rgb(97, 97, 97);
	font-size: 2em;
	text-shadow: rgb(224, 224, 224) 1px 1px 0px;
	text-transform: capitalize;
}
ul.vList {
	padding: 0;
	list-style: none;
}
ul.vList li {
	display: block;
}
ul.vList h4 {
	padding-left: 15px;
	background: url(../img/arrow-left.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	cursor: pointer;
}
ul.vList h4.activate {
	background-image: url(../img/arrow-down.png);
}
div.slider p {
	margin-left: 35px;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
}
aside.mTeam .gt {
	margin-top: -6px;	
}
	
aside.mTeam h3 {
	text-align: center;
	font-size: 2.5em;
	color: #b52221;
	display: block;
}
ul.teamList {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.teamList li {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #eee;
}
div.listC figure {
	width: 40%;
	float: left;
	display: block;
	margin-right: 4px;
}
div.listC h1 {
	text-align: center;
	font-size: 1.8em;
	margin-bottom: 5px;
	display: block;
}
div.listC h1 small {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif, "Agency FB";
}
div.listC a {
	position: absolute;
	top: auto;
	bottom: auto;
	left: auto;
	right: 6%;
	padding-right: 20px;
	background-image: url(../img/sprite-hero.png);
	background-repeat: no-repeat;
	background-position: right -15px;
	display: none;
}
article.bio {
	display: block;
	padding-top: 10px;
	width: 100%;
	text-align: justify;
	line-height: 23px;
	padding-bottom: 20px;
}
div.listC:hover {
	cursor: pointer;
}
div.listC:hover a {
	display: block;
}
div.slider ul p {
	margin-left: 20px;
	margin-bottom: 10px;
}
@media (max-width: 768px){
	.nav > li > a {
		padding: 10px 12px;
	}
}