@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);



body{

	font-family:'Open Sans', sans-serif;

	background:#fbf5e8;

}



.grey-container{

	background:#f4f4f4;

	padding:40px 0px;

}



.blue-container{

	background:#eff6f7;

	padding:40px 0px;

}



.white-container{

	background:#fff;

	padding:40px 0px;

	font-size:16px;

}



.white-box{

	background:#fff;

	border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px; -o-border-radius:6px;

	margin-bottom:20px;

	padding:20px;

}



.white-box img{

	max-height:200px;

	width:auto;

}



p{

	font-size:22px;

}



h1{

	font-weight:700;

	font-size:48px;

	margin-top:0px;

	margin-bottom:20px;

}



h2{

	font-weight:700;

	font-size:28px;

	text-align:center;

	margin-top:0px;

	margin-bottom:40px;

	padding-bottom:10px;

	border-bottom:4px solid #D86000;

	display:inline-block;

}



h3{

	font-weight:700;

	font-size:20px;

}



ul{

	margin:0px;

	padding:0px 0px 0px 15px;

}



ul li{

	margin-bottom:10px;

}



.centered{

	text-align:center;

}



.smaller{

	font-size:16px;

}



.highlight{

	color:#D86000;

}



.footer{

	background:#5d5d5d;

	text-align:center;

	padding:40px 20px;

	color:#ccc;

}



.footer a{

	color:#ccc;

}



.footer a:hover{

	color:#fff;

}



.centered{

	text-align:center;

}