body {
	background: #000;
	padding-top: 120px;
	font-family: 'Lato', sans-serif;
}

.wrap {
	background: #fff;
	padding:20px;
	margin-bottom: 20px;
}

.voffset { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }

/* Bootstrap override */

.navbar-nav > li > a {
	text-transform: uppercase;
    line-height: 65px;
}


h1, h2, h3, h4, h5, h6{
	font-weight:700;	
}



.slider-row{
	background:#fff;	
	margin:0;
}

.slider-content{
	padding-top:20%;	
}

.slider-content .btn{
	margin:10px 0px;	
}

.slider-content h1{
	font-size:29px;
	color:rgb(46, 109, 164);
	font-weight:900;
}


.home-panels{
	background:#EFEFEF;
	padding-top:20px;	
	
}

.home-panels .panel h4{
line-height:1.4;
}

.trust-icons{
	background:#EFEFEF;
	padding:20px 0;	
}

.trust-icons img{
	height:40px;
	display:inline-block;
	margin:0 2%;
}




footer{
	color:#fff;	
	font-size:12px;
}

footer a{
	color:#D5D5D5;	
}

footer a:hover{
	text-decoration:underline;	
	color:#f8d43a;
}

/* -----------------------------------------
   QUICK POINTS
----------------------------------------- */


.sidebar{
}

#quick-points.panel{
	border:1px solid #E0E0E0;
	padding:15px;
	background:#F5F5F5;
}

#quick-points h3{
	margin-top:0;	
}

#quick-points ul{
	margin:0;
	padding:0;
	list-style-type:none;	
	margin-bottom:10px;
}


#quick-points ul li{
	margin:0;
	padding:0;
	margin-bottom:10px;
}

#quick-points .fa{
	margin-right:10px;
	color:#337ab7;
}



/* -----------------------------------------
   REGISTRATION PAGE
----------------------------------------- */


.state-info{
	
}

.reg-form label{
	float:left;
	clear:both;
	width:150px;
	padding-top:10px;
}

.reg-form select{
	float:left;
	width:200px;
	padding:5px;	
}




/* -----------------------------------------
   REGISTRATION PAGE - COUNTY RULES 
----------------------------------------- */
.center{
	margin:auto;
	display:block;
}

.course-info{
	background:#F9F9F9;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:10px;
	border:1px solid #EBEBEB;
	overflow:auto;
	margin:0 !important; 
	margin-bottom:20px !important;
}


.course-info dl{
	line-height:28px;
	display:table;
	margin:auto;
	font-size:14px;

}
.course-info dt{
	float:left;
	margin-right:10px;
	clear:both;
	width:200px;
	font-size:14px;
	color:#286090;
}
.course-info dd{
	float:left;
}

.title-features{
	font-family: 'OpenSansBold';
	font-size: 16px;
	color:#ff652e;	
	margin-top:10px;
	display:inline-block;
}

ul.list-features{
	margin-left:30px;
	margin-top: 12px;
	list-style-image: url(../graphics/checkmark-small.png);
	list-style-type: none;
}

ul.list-features li{
	line-height:26px;
	font-size:13px;
}

.reg-test{
	clear:both;
	font-family: 'OpenSansItalic';
	text-align:center;
	display:inline-block;
	font-size:14px;
	margin-top:5px;
	color:#2292d0;
}


/* -----------------------------------------
   REGISTRATION PAGE - SIGN UP FORM
----------------------------------------- */

.error{
	color: #B94A48;
	background-color: #F2DEDE;
	border-color: #EED3D7;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:10px;
	overflow:auto;
	margin-bottom:20px;
}


.pay-form .form-element label{
	float:left;
	width:100%;
	padding-top:11px;
}	

.pay-form .form-element input, .pay-form .form-element select{
	width:75%;
	display:inline;	
}

.pay-form .form-element input[type="radio"]{
	width:25px;	
}

.pay-form .form-element input[type="submit"]{
	width:150px;	
}

.pay-form select{
	padding:6px;
	border: 1px solid #CCC;	
	height:32px;
	color: rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom:12px;
}

.form-group-dob label, .due-date label{
	display:block;	
}

#dobmonth select, #dobday select, #dobyear select, #duemonth select, #dueday select, #dueyear select, #CCMonth, #CCYear{
	width:23%;
	margin-right:1%;
	float:left;
}

#dobmonth{
	clear:both;	
}




.form-group input[type="radio"] {
    width: 20px !important;
	height:13px;
}

.agree input[type="checkbox"]{
	width:15px;	
}

.clearform{
	clear:both;	
}



.disclaimer{
	clear:both;
	margin-bottom:20px;
	height:auto;
	overflow:auto;
	padding-top:20px;	
}

.verification{
	clear:both;
	margin-bottom:20px;
	padding-top:20px;	
}


/* -----------------------------------------
   HOW IT WORKS
----------------------------------------- */

.three-steps img{
	margin:auto;	
}

.three-steps .panel{
	background: #ECECEC;
    margin-bottom: 0;
	padding:10px;
	font-weight:700;
}




/* -----------------------------------------
   CONTACT
----------------------------------------- */

.dl-contact{
	clear:both;
	margin-bottom:20px;
	overflow:auto;	
}

.dl-contact dt{
	float:left;
	margin-right:10px;
	clear:both;
	width:200px;
	font-weight:bold;
}
.dl-contact dd{
	float:left;
}
