#legend {
	padding: 30px;
	background-color: #f9f9f9;
}
#legend ul {
	list-style: none;
}
	#legend ul li {
		display: inline-block;
		position: relative;
		padding: 0 25px;
	}
		#legend ul li::before {
			content: "";
			height: 8px;
			width: 8px;
			background-color: #e22013;
			position: absolute;
			left: 0;
			top: 8px;
		}
form label {
	width: 33%;
	display: inline-table;
	height: 44px;
	padding-right: 15px;
	font-weight: normal;
	line-height: 1.3;
	margin-top: -4px;
	margin-bottom: 0;
}
	form label > span {
		display: table-cell;
		vertical-align: middle;
	}
form input, form textarea, form select {
	border: 1px solid #ccc !important;
	width: 67%;
	float: right;
	padding: 5px 12px;
	border-radius: 0 !important;
	box-shadow: 0 !important;
}
	form option {
		padding: 0 12px;
	}
.columned-input {
	width: calc(67% + 20px);
	float: right;
	margin: 0 -10px;
}	
	.columned-input > div {
		padding: 0 10px;
	}
.columned-input select {
	width: 100%;
}
form textarea {
	height: 136px;
	resize: vertical;
}
form input[type=submit] {
	width: calc(100% - 15px);
	color: #fff;
	background-color: #333;
	border: none;
	box-shadow: 0 3px 5px #666;
	float: left;
}
form input#full-width {
	width: 100% !important;
	margin: 0;
}
form input[type=submit]:hover, form input[type=submit]:focus {
	background-color: #e22013;
}
.parsley-errors-list {
	margin-left: 33%;
}
.columned-input .parsley-errors-list {
	margin-left: 0 !important;
}
@media (max-width: 991px) {
	form input[type=submit] {
		width: calc(100% - 30px) !important;
		margin-left: 15px;
	}
}
@media (max-width: 599px) {
	
}
@media (max-width: 479px) {
	.parsley-errors-list {
		margin-left: 0;
	}
	form label {
		width: 100%;
		padding-right: 0;
	}
	.hidden-xxs {
		display: none;
	}
	form input, form textarea, form select, .columned-input {
		width: 100%;
		margin: 0;
	}
	form label {
		margin-top: -10px;
	}
	#legend ul li {
		text-align: left;
		display: block;
	}
}