body{
    background: #F3F3F3;
}


#content{
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    background: #F3F3F3;
}


#content .logo{
    float: right;
    max-width: 100%;
}

#content h1{
    float: left;
    font-size: 30px;
    padding: 30px 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #2F986F;
    font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
}


form#surveyform{
    float: left;
    width: 100%;
}


form#surveyform legend{
    font-size: 26px;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
    }


form#surveyform .sections{
    display: none;
    padding: 0 0 30px 0;
    margin: 0 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
    }


form#surveyform .sections i{
    color: #488214;
    }

form#surveyform .sections a{
    color: #333;
    text-decoration: none;
}

form#surveyform .sections a:hover{
    text-decoration: underline;
}

form#surveyform .send{
    font-size: 18px;
    display: inline-block;
    display: none;
    background: #000;
    padding: 10px 10px;
    color: #FFF;
    margin: 0 0 20px 0;
    }



form#surveyform .next,
form#surveyform .done{
    float: left;
    width: 100%;
    }


form#surveyform .next span,
form#surveyform .done span{
    float: right;
    background: #2F986F;
    padding: 5px 20px;
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
    }


form#surveyform label {
	display: inline-block;
	color: #333;
    }

form#surveyform fieldset{
    border: 1px solid #CCC;
    padding: 20px;
    margin: 0 0 30px 0;
	box-sizing: border-box;
	background: #FFF;
    }

form#surveyform fieldset p{
    padding: 0 0 20px 0;
    }



form#surveyform ul li{
    float: left;
    width: 33%;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    }

form#surveyform ul li:nth-child(3n+1){
    clear: left;
    }

form#surveyform ul li label{
    float: left;
    width: 120px;
    padding: 0 10px 0 0;
    }

form#surveyform ul li select{
    float: left;
    }

form#surveyform ul li .field{
    float: left;
    width: 40px;
    text-align: center;
    }

form#surveyform textarea,
form#surveyform input[type=text],
form#surveyform input[type=password],
form#surveyform input[type=email] {
	border: #A7A9AC 1px solid ;
	font-size: 16px !important ;
	padding: 10px ;
	width: 100% ;
	box-sizing: border-box;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}


form#surveyform textarea{
	max-height: 100px;
}

form#surveyform .twofields input[type=text]{
    width: 35%;
    margin: 0 0 0 1%;
    }


form#surveyform #employer{
    width: 50%;
    margin: 5px 0 0 0;
    }


form#surveyform textarea {
	font-size: 13px ;
	margin-bottom: 0;
	min-height: 60px;
}


.submit input{
	background: #2F986F;
	border: none;
	float: right ;
	margin: 10px ;
	padding: 10px 20px ;
	font-size: 20px ;
	color: #fff ;
	text-align: center ;
	text-decoration: none ;
    text-transform: uppercase;
	cursor: pointer ;
    font-weight: 700;
    font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
}


form#surveyform .showmobile{display:none;}

@media only screen and (max-width: 939px) {

    form#surveyform ul li{width: 50%;}
    form#surveyform ul li:nth-child(3n+1){clear: none;}
    form#surveyform ul li:nth-child(2n+1){clear: left;}

}


@media only screen and (max-width: 479px) {

    form#surveyform ul li{width: 100%;}
    form#surveyform ul li label{width: 200px;}
    form#surveyform ul li:nth-child(3n+1){clear: none;}
    form#surveyform ul li:nth-child(2n+1){clear: none;}

    form#surveyform .showmobile{display:block;}
    form#surveyform .twofields input[type=text]{margin: 5px 0 0 0;width: 100%;}
    form#surveyform #employer{width: 100%;}

}
