/* Backgrounds */
.wufoo input.text, .wufoo textarea.textarea, .wufoo select.select {
	font-size: 14px !important;
	height: 50px !important;
	font-weight: normal;
	border: 1px solid #e3e3e3;
	color: #8d8d8d !important;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	-webkit-appearance: none;
	padding: 0px 20px;
	line-height: 48px !important;
	box-sizing: border-box;
	background: #fff;
}
.wufoo textarea.textarea {
	height: 150px !important;
	line-height: 1.5 !important;
	padding-top: 20px;
	padding-bottom: 20px;
}

.wufoo select.select {
	border-radius: 0;
	color: #8d8d8d;
}
.wufoo .focused{background:#FFF}
.wufoo .instruct{background-color:#F5F5F5}

/* Borders */
.wofoo #container{border:0 solid #cccccc}
.wufoo .info{border-bottom:0px dotted #CCCCCC}
.wufoo .instruct{border:0px solid #e6e6e6}

/* Typography */
.wufoo .info h2{font-size:160%;font-family:inherit;color:#000000}
.wufoo .info div{font-size:95%;font-family:inherit;color:#444444}
.wufoo .section h3{font-size:110%;font-family:inherit;background:#FFFFFF;color:#000000}
.wufoo .section div{font-size:85%;font-family:inherit;color:#444444}
.wufoo label.desc, .wufoo legend.desc{font-size:95%;font-family:inherit;color:#444444}
.wufoo li div, .wufoo li div label, .wufoo li span label{font-family:inherit;color:#444444}
.wufoo input.text, .wufoo textarea.textarea, .wufoo select.select, .wufoo label.choice{font-size:100%;font-family:inherit;color:#333333}
.wufoo .optWrapper>.options { max-height: 230px }
.wufoo label.choice{color:#444444}
.wufoo .instruct{font-size:80%;font-family:inherit;color:#444444
}

.wufoo li.focused {
	background: transparent !important;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #8d8d8d;
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #8d8d8d;
	opacity: 1;
	font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #8d8d8d;
	opacity: 1;
	font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #8d8d8d;
	font-style: italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #8d8d8d;
	font-style: italic;
}

::placeholder { /* Most modern browsers support this now. */
	color: #8d8d8d;
	font-style: italic;
}

.wufoo li.buttons {
	text-align: center;
}

.wufoo input.submit {
	font-size: 14px;
	border-radius: 35px;
	background-color: #47c9e5;
	color: #ffffff;
	-webkit-appearance: none;
	border: 0;
	padding: 16px 36px;
	font-weight: bold;
	line-height: 1.7;
	text-transform: none;
}

.wufoo input.submit:hover {
	cursor: pointer;
}

.wufoo form span.req {
	display: none !important;
}

.wufoo select option[value="event type"], select option:first-of-type {
	font-style: italic;
}

.wufoo select option:first-child {
	font-style: italic;
}