/* 
	gre#00685e;
	greDk#003a30;
*/
::-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 li .gfield_label {
	margin-bottom: 10px !important;
	font-weight: 400 !important;
}

.gform_fields input,
.gform_fields select,
.gform_fields textarea {
	padding: 5px 10px !important;
	color: inherit;
	border: 1px solid rgba(125, 133, 138, 0.25);
	background-color: #fff;
	border-radius: 0;
	-webkit-appearance: none;
}

.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_wrapper input[type="submit"] {
	display: inline-block;
	color: #00685e;
	border: 2px solid #00685e;
	border-radius: 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	padding: 15px 20px !important;
	min-width: 230px;
	background-color: rgba(255,255,255,0.15);
	transition: all .3s;
	font-size: 20px !important;
	cursor: pointer;
}

@media (min-width: 992px) {
	.gform_wrapper input[type="submit"] {
		font-size: 26px !important;
		padding: 20px 50px;
	}
}

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

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

body .ginput_container {
	margin-bottom: 15px !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: rgba(2, 114, 182, 0.1) !important;
	border-top: none !important;
	border-radius: 8px !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: 0px;
}

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

body .gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
	overflow: visible !important;
	margin-left: 38px !important;
	margin-bottom: 10px !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;
	}
}


@media (min-width: 641px) and (max-width: 991px), (min-width: 1260px) {
	
	body .gform_wrapper .responsive-three-columns ul.gfield_checkbox li,
	.gform_wrapper .responsive-three-columns ul.gfield_radio li {
		margin-left: 23px !important;
	}
	
	.responsive-three-columns .gfield_checkbox {
		display: flex;
		margin-left: -10px !important;
		margin-right: -10px !important;
	}

	html body .responsive-three-columns .gfield_checkbox li {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
		overflow:hidden;
		text-overflow: ellipsis;
		padding: 0 10px !important;
	}
	
	.responsive-three-columns .gfield_checkbox li label {
		display: block !important;
		white-space: nowrap !important;
	}
	
	body .gform_wrapper .top_label li ul.gfield_checkbox {
		width: 100%;
		overflow: hidden;
		padding-left: 4px !important;
	}
}

body .gform_wrapper .top_label li ul.gfield_checkbox {
	padding-left: 4px !important;
}