body{
	background: #252525;
	font-family: 'Open Sans';
	color: #636363;
}
section{
	background:#0069ab;
	padding-bottom: 100px;
}
header{padding: 45px;}
footer{
	background: #252525;
	color: white;
	line-height: 110px;
	padding-bottom: 30px;
}
.form-content{
	background: white;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 0px 0px 5px #000000;
	padding: 45px;
}
label{
	font-style: italic;
	font-weight: 400;
	margin-top:15px;
	padding-left:10px;
	font-size: 14px;
}
label span{color: red;}
h1,h2,.blue{color: #0069ab;font-weight: 400;}
h1{text-transform: uppercase;font-size: 32px;}
h2{font-size: 24px !important;}
.red{color:red;}
.pd30{padding:30px;}
.form-control{
	background: #e5e5e5;
	border: 1px solid #bebec0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.row{
	margin-top: 10px;
	margin-bottom: 10px;
}
.row.nomg{
	margin-top: 0;
	margin-bottom: 0;
}
.size-1{
	font-size: 20px;
}
.req{color:red;}
.button{
	background: #0069ab;
	color: white;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:10px 45px;
	border: none;
	text-transform: uppercase;
	font-weight: 300;
	cursor: pointer !important;
}
.button:disabled{background: #B1B1B3;}
input[type=checkbox] {
    display: none;
}

input[type=checkbox]:checked + label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
	background-image:url('../images/checkbox_on.png') !important;
    background-position:center center;
    background-repeat: no-repeat;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

input[type=checkbox]:not(:checked) + label:before {
    content: '';
    display: inline-block;
	background-image:url('../images/checkbox_off.png') !important;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.fake-cb{
	padding-left: 0 !important;
	font-style: normal;
}

.year-label{overflow-x:visible;
	position: absolute;
}

#aszf-content div{
	border:1px solid #bebec0;
	margin:15px 0;
	background:#E5E5E5;
	padding: 30px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.pointer{cursor: pointer;}


/* xs */
@media (max-width: 768px) {

}
/* sm */
@media (min-width:768px) and (max-width: 992px) {

}
/* md */
@media (min-width:992px) and (max-width: 1200px) {
	.row{
		margin-left: 100px;
		margin-right: 100px;
	}
	.row.wide{
		margin-left: 50px;
		margin-right: 50px;
	}
}
/* lg */
@media (min-width: 1200px) {
	.row{
		margin-left: 100px;
		margin-right: 100px;
	}
	.row.wide{
		margin-left: 50px;
		margin-right: 50px;
	}

}