html,body{
	background-color: #efefef;
	margin: 0;
	padding: 0;
	font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
	color: #595959;
	font-weight: 300;
	line-height: 1.42857143;
	font-size: 16px;
}
a{
	text-decoration: none !important;
}
img{
	max-width: 100%;
}
.container{
	width: 960px;
	margin: auto;
}
.center{
	text-align: center;
}
.bold{
	font-weight: bold;
}
.clear{
	clear: both;
}
.fourColumn .col{
	width: 21%;
	float: left;
	margin: 0 2%;
}
h3{
	color: #3ab0d8;
}
header{
	padding-top: 10px;
}
header .container{
	width: 920px;
}
#mainWrap .container{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 20px #555;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 880px;
	padding: 20px 40px;
}
#topper{
	background: url("/images/curveBG.png") no-repeat center top, #3aafd8;
	height: 120px;
	color: #fff;
	padding: 0 330px 0 200px;
	position: relative;
	margin: -40px;
	margin-bottom: 25px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#topper img{
	position: absolute;
	bottom: 0;
	right: 125px;
}
#topper p{
	padding-top: 25px;
}
#progression{
	height: 50px;
	text-align: center;
	padding-top: 25px;
}
#progression a{
	display: inline-block;
}
.button{
	border: 2px solid #3ab0d8;
	color: #3ab0d8;
	font-size: 24px;
	background: url("/images/blueTriangle.png") no-repeat right 20px center, #fff;
	padding: 5px 50px 5px 20px;
	text-align: left;
	margin: auto;
	display: block;
	display: none;
}
footer{
	background-color: #cbcbcb;
	font-size: 14px;
	padding: 15px 0;
}
footer img{
	margin-top: 15px;
}
footer a{
	color: #595959;
}
.revCDisc{
	color: #474747;
}