.radioQuestion{
	padding-bottom:10px;
}

.wrapHeading{
	width: 92%;
	background: #ccc;
}
.headingBar{
	width: 80%;
	margin: 0 auto;
	padding: 0.25em 0.625em;
}
h1,h2{
	text-align: center;
}

.addError{
	position: static;
	bottom: -580px;
	left: 178px;
	border: 1px solid #FF0000;
	background-color: #FFC2C2;
	height: inherit;
	padding: 0px 5px;
	display: block;
	white-space: normal;
}

label.error{
	position: static;
	bottom: -580px;
	left: 178px;
	border: 1px solid #FF0000;
	background-color: #FFC2C2;
	height: inherit;
	padding: 0px 5px;
	display: block;
	white-space: normal;
	width: 50%;
}

.nextButtons{
	display: block;
	margin-left: 20px;
	margin-right: 35px;
}

.backButton{
	float: left;
}
.nextButton{
	float: right;
}


input[type=button]{ 
	width: 10em;
	height: 3em;
}
input[type=submit]{ 
	width: 10em;
	height: 3em;
}
input[type=checkbox]{
	padding-left: 20px;
	padding-right: 20px;
}
input[type=text]{
	width:50%;
}
input[type=checkbox]{
	width: 1.5em;
	height: 1.5em; 
}
input[type=radio]{
	width: 1.5em;
	height: 1.5em; 
	vertical-align: middle;
}
h3,h5{
	margin-left: 20px;
	margin-right: 35px;
}
p{
	margin-left: 20px;
	margin-right: 35px;
}
.selectClass{
	margin-left: 20px;
	margin-right: 35px;
}
.privacy{
	padding-left: 20px;
	padding-right: 35px;
	max-width:60%;
}

#section1{
	visibility: visible;
}
#section2{
	visibility: hidden;
	display: none;
}
#section3{
	visibility: hidden;
	display: none;
}
#section4{
	visibility: hidden;
	display: none;
}
#section5{
	visibility: hidden;
	display: none;
}
.hidden{
	display: none;
}

.mainLogo{
	height: 200px;
	width: 40%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: center;
}

.freeText{
  display:block;
  padding: 0 0 20px 20px;
  width: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.textarea{
  width: 92%;
  font-family: 'PT Sans Caption', sans-serif;
}

h1.likert-header {
  padding-left:4.25%;
  margin:20px 0 0;
}
.statement, .required {
  display:block;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 0 20px 20px;
  margin-bottom:10px;
  width: 92%;
}
.substatement{
  font-size: 14px;
  margin-top: 10px;
  margin-bottom:10px;
  padding: 0 0 0 35px;
  padding-top:10px;
}
.topstatement{
  display:block;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0 0 20px;
  margin-bottom:2px;
}
.likert {
  list-style:none;
  width:100%;
  margin:0;
  padding: 0 0 35px;
  display:block;
  border-bottom:2px solid #efefef;
}
.likert:last-of-type {border-bottom:0;}
.likert:before {
  content: '';
  position:relative;
  top:11px;
  left:9.5%;
  display:block;
  background-color:#efefef;
  height:4px;
  width:64%;
}
.likert li {
  display:inline-block;
  width:16%;
  text-align:center;
  vertical-align: top;
}
.likert li input[type=radio] {
  display:block;
  position:relative;
  top:0;
  left:50%;
  margin-left:-6px;
  width: 1.5em;
  height: 1.5em; 
}
ul{
  list-style-type: none;
}
.likert li label {width:100%;}


/** @group clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }