@charset "utf-8";
/* conference registration styles */
.hc-horizontal-rule {
	border-bottom: 1px solid #949595;
	margin: 0 0 24px 0;
}
.hc-check-radio-left {
	float: left; 
	width: 8%; 
	text-align: right;
}
.hc-check-radio-right {
	float: left; 
	width: 92%; 
	text-align: left;
	padding-left: 20px;
	margin-bottom: 10px;
}
.hc-label {
	float: left;
	width: 230px;
	text-align:right;
	margin-top: 4px;
}
.hc-label-blank {
	float: left;
	width: 230px;
	text-align:right;
	margin-top: 4px;
}
.hc-controls {
	float: left;
	width: 380px;
	text-align:left;
	margin: 0 0 0 20px;
}
.hc-forms {
	padding: 0;
}
.hc-forms h2 {
	font-size: 20px;
	margin-top: 16px;
	margin-bottom: 8px;
}
.ccWrapper {
	float: left;
	width: 380px;
}
.formElementWrapper {
	display: block;
	clear: both;
}
.hc-controls-checkbox {
	clear: both;
	overflow: hidden;
}
.hc-forms *, .hc-forms *:before, .hc-forms *:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased
}
.hc-form-row-text {
	margin: 20px 0;
}
.hc-form-wrap {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 774px;
	z-index: 10;
}
.hc-forms .hc-control-group {
	float:left;
	display: block;
	width: 100%;
	margin: 0 0 11px 0;
}
.hc-forms label, .hc-forms input, .hc-forms button, .hc-forms select, .hc-forms textarea {
	font-weight: normal;
	line-height: 20px;
}
.hc-forms .hc-control-group .hc-controls input:focus, .hc-forms select {
	border-color: #4990E2;
}
.hc-forms textarea:focus, .hc-forms input[type="text"]:focus, .hc-forms input[type="password"]:focus, .hc-forms input[type="datetime"]:focus, .hc-forms input[type="datetime-local"]:focus, .hc-forms input[type="date"]:focus, .hc-forms input[type="month"]:focus, .hc-forms input[type="time"]:focus, .hc-forms input[type="week"]:focus, .hc-forms input[type="number"]:focus, .hc-forms input[type="email"]:focus, .hc-forms input[type="url"]:focus, .hc-forms input[type="search"]:focus, .hc-forms input[type="tel"]:focus, .hc-forms input[type="color"]:focus, .hc-forms select:focus {
	border-color: #4990E2;
	outline: 0;
	outline: thin dotted \9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
}
.hc-forms .hc-control-group .hc-controls input {
	height: 36px;
	border: 1px solid #949595;
	border-radius: 0px;
	width: 100%;
	color: #333;
	margin: 0;
	padding-left: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: border 0.1s ease-out, box-shadow 0.2s ease-out;
	transition: border 0.1s ease-out, box-shadow 0.2s ease-out
}
.hc-forms .hc-consent {
	float:left;
	display: block;
	width: 100%;
	margin: 0 0 11px 0;
}
.hc-forms .hc-consent label {
	display: inline;
}
.hc-consent input[type="checkbox"] {
	height: 18px !important;
	width: 18px !important;
	margin: 0 4px 0 0 !important;
}
.hc-checkbox input[type="checkbox"] {
	height: 18px;
	width: 18px;
	margin: 4px 0 0 20px;
}
.hc-forms .hc-control-group .hc-controls input.xtrapadding {
	padding-left: 47px;
}
.hc-forms .hc-control-group:after {
	clear: both
}
.hc-forms select, .hc-forms textarea, .hc-forms input[type="text"], .hc-forms input[type="password"], .hc-forms input[type="datetime"], .hc-forms input[type="datetime-local"], .hc-forms input[type="date"], .hc-forms input[type="month"], .hc-forms input[type="time"], .hc-forms input[type="week"], .hc-forms input[type="number"], .hc-forms input[type="email"], .hc-forms input[type="url"], .hc-forms input[type="search"], .hc-forms input[type="tel"], .hc-forms input[type="color"] {
	display: inline-block;
	height: 28px;
	padding: 4px 6px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #555;
	border-radius: 4px;
	vertical-align: middle;
}
.hc-forms textarea.contact {
	border: 1px solid #949595;
}
.hc-forms textarea:focus {
	border-color: #4990E2;
}
.hc-forms select {
	background-color: #fff;
	border: 1px solid #949595;
	height: 36px;
	border-radius: 4px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	color: #333;
	margin: 0 0 0 20px;
}
.hc-forms textarea {
	padding: 10px;
	box-sizing: border-box;
	display: block;
	width: 100%;
	background-color: #fff;
	border: 1px solid #949595;
	transition: border .25s;
	line-height: 1.3;
	border-radius: 4px;
	font-size: .9em;
}
.hc-submit {
	color: #015940;
    border: 1px solid #015940;
    padding: 6px 25px;
    font-size: 16px;
    text-transform: none;
	background: none;/* addition below */
	display: inline-block;
    line-height: normal;
    border-radius: 0;
    text-shadow: none;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
	}
.hc-submit:hover, .hc-submit:focus, .hc-submit:active {
	color: #ffffff;
    background: #015940;
}
@media (max-width: 695px) {
.hc-label {
	float: none;
	width: 230px;
	text-align:left;
	margin-top: 4px;
}
.hc-label-blank {
	display: none;
}
.hc-controls {
	float: none;
	width: 100%;
	text-align:left;
	margin: 0 0 0 0;
}
.hc-forms select {
	margin: 0;
}
.hc-forms select.expireyear {
	margin: 0 0 0 10px;
}
}



