form, .form { margin: 1em 0; }
.form-group {
	margin-bottom: 10px;
	overflow: hidden;
}


label {
	font-weight: 300;
}
	.form-group > label[class^="col-"] {
		padding-top: .75em;
	}
	.form-group > div[class^="col-"]:last-child {
		padding-right: 0;
	}

.form-control {
	display: inline-block;
	width: 100%;
/* 	height: 50px; */
/* 	padding: 6px 12px; */
	height: auto;
	padding: .75em .75em .8em;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	font-weight: 100;
	line-height: 1.25;
	color: #fff;
	background-color: transparent;
	background-image: none;
	border: 1px solid #00a29c;
	border-radius: 0px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #fcb414;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #eee;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #eee;
}
.form-control::-webkit-input-placeholder {
  color: #eee;
}

form h3,
legend {
	margin-top: 1em;
	font: normal 1.625em/1 'Majesti Banner', serif;
	font-size: 1.4em;
	color: #fcb414;
}


/* Selects */
select.form-control {
	margin: 2em 0;
	
	padding: .75em 1.5em .75em .8em;
	min-width: 5em;
	
	font-weight: 300;

	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;

	background: #00a29c;
	background: #00a29c no-repeat 98% center url("data:image/svg+xml;utf8,%3Csvg%20fill%3D%22%23fff%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M7.41%207.84L12%2012.42l4.59-4.58L18%209.25l-6%206-6-6z%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0-.75h24v24H0z%22%20fill%3D%22none%22/%3E%0A%3C/svg%3E");
	background-size: auto 100%;
	cursor: pointer;
}
	.form-group div select.form-control {
		margin: 0;
	}


/* Radios */
.form-group .radio {
	display: inline-block;
	margin-right: 1em;
/* 	margin-bottom: 0; */
}	
	.form-group label {
		position: relative;
		padding-right: 1.5em;
		padding-left: 15px;
		min-width: 30%;
	}
	.radio-label {
		display: inline-block;
	}
	.form-group input[type="radio"] + .radio-label:after {
		content: '●';
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		margin-left: .25em;
		width: 1.25em;
		height: 1.25em;
		border-radius: 100%;
		background-color: #fff;
		color: #fff;
		padding: 0;
		line-height: 1.15;
		font-size: 1em;
		transition: all .2s;
	}
	.form-group input[type="radio"]:checked + .radio-label:after {
		background: #00a29c;
	}
	.form-group input[type="radio"] {
		position: absolute; 
		overflow: hidden; 
		clip: rect(0 0 0 0); 
		height: 1px; width: 1px; 
		margin: -1px; padding: 0; border: 0; 
	}

/* File Input */
.custom-file {
	background: #00a29c;
	display: block;
	padding: .75em .75em .8em;
	margin: 1em 0 2em;
	cursor: pointer;
	font-weight: 300;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	transition: background-color .2s;
}
	.custom-file:hover {
		background-color: #fcb414;
	}
	.custom-file span {
		display: inline-block;
		vertical-align: middle;
	}
	.custom-file .fa {
		font-size: 2em;
		font-weight: 600;
		line-height: 1;
		display: inline-block;
		vertical-align: middle;
		margin-left: .25em;
		margin-right: .25em;
	}

/* Textarea */
textarea {
	margin: .5em 0 1em;
}
	.form-group > div[class^="col-"] textarea {
		margin-top: 0;
	}


/* Output */
output.form-control {
	width: auto;
	border: none;
	padding: 0;
	color: #00a29c;
	font-weight: 600;
}


/* Buttons */
form .button {
	padding: .5em 1em;
	margin: 1em 0;
	text-transform: uppercase;
	font-size: 12px;
}

form .form-group .button {
	display: inline-block;
}

.projects-form {
	color: #fff;
}
.projects-form .button {
	margin: 1em auto;
	width: 10em;
	display: block;
}




/* WuFoo Form Styles */
.w-form-control {padding: 0;}
.wufoo li.focused {background-color: transparent !important;}
.wufoo li.focused div input, .wufoo li.focused div textarea, .wufoo li.focused div select {
	outline: none;
	border-color: #fcb414 !important;
}
.w-form-control {margin-bottom: 20px !important;}
.w-form-control div input, .w-form-control div textarea {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	/* height: 50px; */
	/* padding: 6px 12px; */
	height: auto;
	padding: .75em .75em .8em;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	font-weight: 100;
	line-height: 1.25;
	color: #fff !important;
	background-color: transparent;
	background-image: none;
	border: 1px solid #00a29c;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.w-form-control div textarea {height: 186px;}

.w-form-control div select {
	display: inline-block !important;
	width: 100% !important;
	height: auto !important;
	font-family: 'Ubuntu', sans-serif !important;
	font-size: 16px !important;
	line-height: 1.25 !important;
	color: #fff !important;
	border: 1px solid #00a29c !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	margin: 2em 0 0 0 !important;
	padding: .75em 1.5em .75em .8em !important;
	min-width: 5em !important;
	font-weight: 300 !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	background: #00a29c no-repeat right center url(http://localhost/Avenue4%202.0/i/down-arrow.gif) !important;
	background-size: 30px 14px !important;
	cursor: pointer !important;
}
.w-form-control div option {color: #fff !important;}

.submit {
	margin: 1em auto !important;
	width: 10em;
	display: block;
	padding: .75em 1.5em !important;
	padding: .5em 1em;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px !important;
	font-weight: bold !important;
	line-height: 1.42857143;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	background-color: #fcb414;
	color: #000013;
	border: 1px solid transparent;
	border-radius: 0;
	transition: all .2s;
}


.submit:hover { background-color: #00a29c !important; }

.w-form-control .title {
	display: block !important;
	text-align: center !important;
	margin-top: 1em !important;
	font: normal 1.825em/1 'Majesti Banner', serif !important;
	font-style: italic !important;
	font-weight: bold !important;
	color: #fcb414 !important;
	text-transform: uppercase !important;
	margin-bottom: .75em !important;
}
.w-form-control .description {
	display: block !important;
	color: #fff !important;
	text-align: center !important;
	margin: 0 0 10px !important;
	font: normal 16px/1.25 'Ubuntu', sans-serif !important;
}
.req {display: none !important;}

.w-form-control label {
	display: block;
	color: #fff !important;
	font: normal 16px/1.25 'Ubuntu', sans-serif !important;
	margin-bottom: 15px !important;
}

#title9, #title11 {margin-top: 3em;}
.w-form-control label#title9 { position: relative; }
.w-form-control label#title8 { display: none !important; }

.w-custom-file {
	background: #00a29c !important;
	display: block !important;
	padding: .75em .75em .8em !important;
	margin: 1em 0 0 !important;
	cursor: pointer !important;
	font-weight: 300 !important;
	text-align: center !important;
	vertical-align: middle !important;
	line-height: 1 !important;
	transition: background-color .2s !important;
}
	.w-custom-file span {color: #fff !important;}

	.w-custom-file:hover {
		background-color: #fcb414 !important;
	}

.w-custom-file .fa {
	font-size: 2em;
	font-weight: 600;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin-left: .25em;
	margin-right: .25em;
}

#Field11 {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

form li.error {
	display: block !important;
	background-color: transparent !important;
	margin-bottom: 20px !important; */
}
form li.error .desc { color: #fff !important;}

#errorLi, .error-container {display: none !important;}


@media (max-width: 600px) {
	.w-form-control .title {font-size: 1.5em !important;}
}
