.hjm-field { display: block; float: left; margin-bottom: 8px; position: relative; vertical-align: top; width: 92%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.hjm-field-half { margin-right: 2%; width: 45%; }
.hjm-field-quarter { margin-right: 2%; width: 21.5%; }
.hjm-field label { display: block; font-size: 12px; line-height: 14px; padding: 2px 4px; position: relative; }
.hjm-field label.radio { display: inline-block; }
.hjm-field input,
.hjm-field select,
.hjm-field textarea { background: none; border: #BBB 1px solid; display: block; padding: 6px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.hjm-field select { width: auto; }
.hjm-field input[type="checkbox"] { display: inline; width: auto; }
.hjm-field input[type="radio"] { display: inline; width: auto; }
.hjm-field textarea { height: 100px; max-width: 100%; padding: 8px; resize: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.hjm-field small.comments { display: block; font-size: 11px; line-height: 13px; padding: 4px; }
.hjm-field label + small.comments { margin-top: -8px; }
.hjm-padded-field { margin: 0 12px 16px 0; }

.hjm-field h3 { font-size: 24px; line-height: 28px; margin-top: 24px; position: relative; }
.hjm-field p { font-size: 14px; line-height: 18px; margin: 0; width: 80%; }
.hjm-field p.small { font-size: 11px; line-height: 15px; }
.hjm-field p.italic { font-style: italic; }

.hjm-rank-list { color: #000; list-style-type: decimal; }
.hjm-rank-list li { cursor: move; display: block; list-style-type: decimal; position: relative; }
.hjm-rank-list li.placeholder { height: 20px; }
.no-numbers { list-style-type: none; }

.hjm-REQUIRED label:after { content:'*'; }

.hjm-ERROR { color: #F00; }
.hjm-ERROR input,
.hjm-ERROR select,
.hjm-ERROR textarea { border-color: #F00; }
.hjm-error-message { color: #F00; display: none; }

.hjm-sections a { color: #999; cursor: default; font-size: 14px; margin-right: 8px; }
.hjm-sections a.hjm-current-section { color: #22448B; font-size: 18px; }

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */