* {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
	font-family: 'Lato', Arial, sans-serif;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
	height:0;
	font-size: 1px;
	line-height: 0px;	
	_zoom: 1;
}
img {
	max-width: 100%;
}
.left{
	float: left;
}
.right{
	float: right;
}
.half {
	width: 50%;
}

.container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
section:nth-child(2n){
	background: #fff;
}
section:nth-child(2n+1){
	background: #f5f5f5;
}
section {
	padding: 50px 0;
}
header {
	margin-bottom: -20px;
}
.container h1 {
	color: #f7941e;
	margin: 20px 0 35px;
	text-transform: uppercase;
	text-align: center;
}
header {
	text-align: center;
}
img.right {
	max-width: 150px;
	border-radius: 50%;
	margin: 10px 0 10px 10px;
}
a,
a:visited{
	font-weight: bold;
	color: #662c91;
}
a:hover{
	color: #f7941e;
}
section p, 
section ul {
	margin: 10px 0;
	line-height: 21px;
}
section ul {
	margin-left: 40px;
}
ul li {
	line-height: 21px;
	list-style-image: url(../img/readArrow.png);
}
.container h1+p, 
.container h1+p+p {
	text-align: center;
}
.inline-bullets {
	font-size: 0;
	margin-left: 14%;
}
.inline-bullets li {
	float: left;
	width: 33.33333333333333%;
	padding: 1%;
	font-size: 15px;
}
.teams {
	font-size: 0;
	margin-top: 25px;
}
.teams .team {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	font-size: 14px;
	text-align: center;
	padding: 6% 1% 0;
	margin: 2% 0 0;
}
.team h1 {
	font-size: 19px;
	color: #000;
}
.team img {
	max-height: 40px;
}
.fb {
	background: url(../img/Facebook.png) no-repeat 0 center transparent;
	background-size: 25px auto;
	padding-left: 30px;
	line-height: 30px;
	display: inline-block;
}

@media all and (max-width: 1200px){
	.container {
		padding: 0 10px;
	}
}
@media all and (max-width: 800px){
	.left, 
	.right {
		width: 100%;
	}
	section ul {
		margin-left: 20px;
	}
	.teams .team {
		width: 50%;
	}
}
@media all and (max-width: 400px){
	.teams .team {
		width: 100%;
	}
	.teams .team:nth-child(2n) {
		background: #f5f5f5;
	}
	.teams .team:nth-child(2n+1) {
		background: #fff;
	}
}