/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
background: #fff;
}
.myButton.btn-default {
	background-color: #f6a71c;
	margin-top: 20px;
	border: 0px;
	color: #3a3a3a;
	float: right;
}
.myButton.btn-default:hover {
	background-color: #f4b13d;
	border: 0px;
	color: #3a3a3a;
}
.myButton.btn-default:active {
	border: 0px;
	color: #3a3a3a;
}
.myButton.btn-default:focus {
	border: 0px;
	color: #3a3a3a;
	outline: 0px;
}
.myButton.btn-default:focus-visible {
	border: 0px;
	color: #3a3a3a;
	outline: 0px;
}
/*Privacy Page End*/
#contact-form .required {
	height: 20px;
	overflow: hidden;
	position: absolute;
	left: 5px;
	top: 8px;
	color: #f39422;
	font-weight: 900;
}
#contact-form .hide-req .required  {
	height: 0px;
	
}
label {
	position: relative;
	display: block;
	min-height: 61px;
	margin: 0;
	font-weight: normal;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #7a7a7a;
}
label span {
	margin-bottom: 2px;
	display: block;
	color: #7a7a7a;
}
.holder {
	overflow: hidden;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: none;
	width: auto;

}
.form-div-3 {
	margin-right: 0;
}
._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 10px 14px;
	border-radius: 0;
	display: block;
}
._placeholder.focused {
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: none;
}
._placeholder.hidden {
	display: none;
}
input, textarea {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #cecece;
	background: #fff;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #707675;
	padding: 10px 14px;
	height: 41px;
	resize: none;
}
textarea {
	height: 201px;
	margin-bottom: 32px;
}
.error-message, .empty-message {
	height: 0;
	overflow: hidden;
	font: 11px 'Arial';
	color: #ff6908;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 5px;
	top: 8px;
}
.invalid .error-message, .empty .empty-message {
	height: 20px;
}
.success-message {
	line-height: 48px;
	position: absolute;
	overflow: hidden;
	height: 0;
	left: 0;
	top: 0;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
	background: #fff;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	padding: 0;
	visibility: hidden;
}
form.success > .success-message  {
	visibility: visible;
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #cecece;
	background: #fff;
	font: 14px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #707675;
	padding: 0 14px;
	line-height: 41px;
	height: 46px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
