*{padding:0;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.clearfix:before,.clearfix:after{content:" ";display:table}
.clearfix:after{clear:both}
body{font-size:62.5%;font-family:arial,sans-serif;color:#221F51}
.wrapper{font-size:1.6em;margin:0 auto;width:100%;background-color:#fff}
header{width:100%;}
h1{font-size: 40px;font-weight:500;letter-spacing:-2px;text-align:center;padding:.25em;color:#333;display:block;line-height:30px;margin:0}
h2{font-size:28px;font-weight:500;letter-spacing:-1.5px;text-align:center;padding:.25em;font-variant:small-caps}
.tagline{width:206px;height:112px;padding:0;margin-right:7px;float:right;display:none}
main{width:100%;padding:1em;margin:0 auto 5px}
footer{width:100%;color:#333;font-family:Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;padding:20px 25px;margin:0 auto;text-align:center}
footer p{padding-bottom:10px}
.grid{max-width:98%;list-style:none;margin:10px auto;padding:0}


.btn_largeblue {
	/*Basics*/
	display: block;
	cursor: pointer;
	padding: 20px 25px;
	text-align: center;
	font: normal 22px/150% 'Pathway Gothic One', sans-serif;
	color: #ffffff;
	text-decoration: none;
	border-radius: 3px;
	text-shadow: 0px -1px 0px #333;
	margin: 5px 0px;
	line-height: 20px;
		
	/*Gradient*/
	background: #0061a5; /* Old browsers */
	background: -moz-linear-gradient(top, #0061a5 0%, #336699 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0061a5), color-stop(100%,#336699)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0061a5 0%,#336699 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0061a5 0%,#336699 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #0061a5 0%,#336699 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0061a5', endColorstr='#336699',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #0061a5 0%,#336699 100%); /* W3C */
}

.btn_largeblue:hover {
	background: #0061a5;
	} /* Old browsers */

	

.btn_largeblue:active{
	margin: 5px 0px;
	
	/*Shadows*/
	-moz-box-shadow: inset 0px -1px 0px rgba(255,255,255,0.35);
	-webkit-shadow: inset 0px -1px 0px rgba(255,255,255,0.35);
	box-shadow: inset 0px -1px 0px rgba(255,255,255,0.35);
	
	/*Gradient*/
	background: #336699; /* Old browsers */
	background: -moz-linear-gradient(top, #336699 0%, #0061a5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#336699), color-stop(100%,#003366)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #336699 0%,#0061a5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #336699 0%,#0061a5 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #336699 0%,#0061a5 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336699', endColorstr='#0061a5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #336699 0%,#0061a5 100%); /* W3C */
}

