::-webkit-input-placeholder {color: #54595c;}
::-moz-placeholder {color: #54595c;}
:-ms-input-placeholder {color: #54595c;}
:-moz-placeholder {color: #54595c;}

input:focus::-webkit-input-placeholder { opacity: 0.2; }
input:focus:-moz-placeholder { opacity: 0.2; }
input:focus::-moz-placeholder { opacity: 0.2; }
input:focus:-ms-input-placeholder { opacity: 0.2; }
textarea:focus::-webkit-input-placeholder { opacity: 0.2; }
textarea:focus:-moz-placeholder { opacity: 0.2; }
textarea:focus::-moz-placeholder { opacity: 0.2; }
textarea:focus:-ms-input-placeholder { opacity: 0.2; }
.gform_wrapper {
	margin-top: 0 !important;
}

.gform_fields li,
.gform_fields li * {
	margin: 0 !important;
	padding: 0 !important;
}

.gform_fields input,
.gform_fields select,
.gform_fields textarea {
	padding: 10px 15px !important;
	color: inherit;
	border: 2px solid #939598;
	border-radius: 0;
	background-color: #fff;
}

.gform_wrapper .top_label input.medium.datepicker {
	min-width: 100%;
}

.gform_fields select {
	border: none;
}

.gform_fields input:focus,
.gform_fields select:focus,
.gform_fields textarea:focus {
	outline: none;
	box-shadow: 0 0 9px rgba(0,0,0,0.3);
}

.gform_fields select {
	padding-right: 33px !important;
}


.gform_footer {
	text-align: center !important;
}

.gform_wrapper input[type="submit"] {
	color: #b95835;
	border: 2px solid #b95835;
	background-color: transparent;
	-webkit-appearance: none;
	cursor: pointer;
	padding: .6em 1.7em;
	margin-right: 0 !important;
}

.gform_wrapper input[type="submit"]:focus,
.gform_wrapper input[type="submit"]:hover {
	color: #fff;
	background-color: #b95835;
}

.gform_fields textarea {
	max-height: 100px;
}

body .ginput_container {
	margin-bottom: 20px !important;
}

.ginput_container_select {
	position: relative;
}

.select-wrap,
.ginput_container_select {
	position: relative;
	border: 1px solid rgba(125, 133, 138, 0.25);
}

.select-wrap:before,
.ginput_container_select:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	background-color: #fff;
	border: none;
	border-left: 0;
	pointer-events: none;
	background-image: url(images/drop-down-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 13px;
}

select {
	width: 100%;
	border: 0;
	border-radius: 0;
	height: 40px;
	padding: 5px;
	outline: none;
}

select::-ms-expand {
    display: none;
}

body .validation_error,
body .gfield_description,
body .validation_message {
	border-color: #f27040 !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	border-top-width: 1px !important;
	border-bottom-width: 1px !important;
	color: #f27040 !important;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield_error textarea {
	border-color: #f27040 !important;
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border-color: transparent !important;
	background-color: transparent;
	border-top: none !important;
	border-radius: 0 !important;
	margin-bottom: 20px !important;
}

body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]+label,
body .gform_wrapper ul.gfield_radio li input[type=radio]+label {
	font-weight: 300 !important;
	padding-left: 10px !important;
	position: relative;
}

body .gfield_checkbox li input[type=checkbox] {
	vertical-align: top !important;
	margin: 0 0 0 -37px !important;
	position: relative;
	opacity: 0;
	padding-left: 0 !important;
}

body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]+label:before {
	content: "";
	background: #fff;
	border: 1px solid #203597;
	position: absolute;
	top: 0px;
	left: -20px;
	height: 22px;
	width: 22px;
	border-radius: 6px;
}

body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label:after {
	content: "";
	background: #f27040;
	position: absolute;
	top: 4px;
	left: -16px;
	height: 14px;
	width: 14px;
	border-radius: 4px;
}

body .gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
	overflow: visible !important;
	margin-left: 38px !important;
}

@media (min-width: 641px) {
	
	body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
	body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
		max-width: 50%;
	}
	
	.gf_left_half .ginput_container {
		padding-right: 15px !important;
	}
	
	
	.gf_right_half .ginput_container {
		padding-left: 15px !important;
	}
}