@charset "UTF-8";
/* CSS Document */

body {
	background:#000;
	padding: 0;
	margin: 0;
	position: relative;
	cursor: default;
} 

.list-radio-wrap .nf-field-element li label {
    float: left !important;
}

#header{
	padding:2em 1em;
}

.logo{
	padding: 1em 0 4em;
    max-width: 400px;
	width: 100%;
}

.brand{
	max-width:150px;
}

.nf-field-description {
    margin-bottom: 1em;
}

.list-radio-wrap .nf-field-element li label {
    display: block !important;
    width: 80% !important;
    margin-left: 1em !important;
    margin-bottom: 0.75em !important;
}

.label-above .nf-field-label {
    margin-bottom: 2px !important;
}

.nf-form-fields-required{
	font-size: 0.75em !important;
    margin-bottom: 1em;
    text-align: right;
}

#footer{
	margin-top: 2em;
	border-top:1px solid #222;
	padding-top: 2em;
	padding-bottom: 2em;
}


@media only screen and (max-width: 720px) {
	.logo {
		padding: 0.55em 0 2em;
	}

}