/* survey forms */
.survey {margin-bottom: 45px;overflow: hidden;}

.survey .ww_form {padding: 0;}

.survey h3 {border-bottom: solid 2px #ccc;padding: 0 0 5px;margin: 0 0 15px;}

.survey .section {padding: 5px 0 5px;margin: 0;clear: both;overflow: hidden;}

.survey .item {clear: both;/* margin-bottom: 5px; */padding: 5px 15px 5px;border: solid 2px transparent;}
	.survey .item label {font-weight: normal; clear: both; display: block; margin: 0; }
		.survey .item label > input {margin-right: 5px;min-width: auto;width: auto;font-size: 1em;min-height: auto;}
	
	.survey .item+.item {padding-top: 0;/* margin-top: -5px; */}
	
.survey .title {/* margin-bottom: 10px; */font-size: 1.4em;font-weight: 500;}
.survey .subtitle { }

.survey .content {margin-left: 0; }

.survey .error {background: #ffedf1;}

.survey_nav {padding: 15px 15px 0;}
.survey_nav button {display: none;}
.survey_nav button:first-letter {text-transform: capitalize;}


.survey textarea {min-height: 7em; }

.survey #show_reg_button {display: block; margin: 30px auto;}