/* Additional Webform Styles */

.block form input[type='email'] {
	width: 100%;
	max-width: 600px;
	padding: 0.6em 0.75em;
	border: 1px solid #aaa;
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.webform-component, .webform-component-fieldset {
	margin: 0 0 1.75em;
}
.webform-component .form-item, .webform-component .form-type-radio {
	margin: 0 !important;
}
.webform-component label {
	font-family: Avenir Next, Segoe UI Semibold, Segoe UI, Helvetica Neue, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	color: #333;
	display: block;
	margin-bottom: 0.25em;
}
.webform-component label.option {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	display: inline;
}
.webform-component .description {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #987601;
}
.webform-component input {
	max-width: 100%;
}
.form-actions .button-primary {
	padding: 8px 24px;
}
.webform-progressbar-outer {
	margin-bottom: 80px;
}
.webform-progressbar-number {
	margin-bottom: 40px;
}
.webform-progressbar-page-label {
	font-size: 13px;
}