::-webkit-input-placeholder {
	color:rgba(97,97,97,1);
	opacity:1;
}

:-moz-placeholder {
	color:rgba(97,97,97,1);
	opacity:1;
}

:-ms-input-placeholder {
	color:rgba(97,97,97,1);
	opacity:1;
}

body .the-content ul li.gfield:before, body .the-content ul li.gfield ul li:before{
	width: 0;
	background-color: transparent;
	padding-left: 0;
}

body .gform_wrapper {
    position: relative;
    min-width: 0;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    padding: 2rem;
    max-width: 730px;
    margin: 3rem 0;
    background-color: #fbfbfb;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 8px;
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.06);
}

body .gform_wrapper ul.gform_fields li.gfield, body .gform_wrapper .top_label li.gfield.gf_left_half, body .gform_wrapper .top_label li.gfield.gf_right_half  {
    padding-left: 0;
    margin-top: 0;
    padding-right: 0;
    margin-bottom: 10px;
}

body .gform_wrapper .validation_message{
	color: #f5365c;
}

body .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), body .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm){
	margin-right: 15px;
	margin-left: 15px;
	max-width: calc(33.3333% - 15px) !important;
}

body .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm){
	width: 33.3333%;
}

body .gform_wrapper .gform_page_footer{
	border-top: none;
}

body .gform_wrapper .top_label li.gfield.gf_left_half{
	padding-right: 8px;
}

body .gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px;
}

body .gform_wrapper .top_label li.gfield.gf_right_half{
	padding-left: 8px;
}

.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 16px;
    float: none;
}

body .gform_wrapper ul.gform_fields li.gfield.hide-label .gfield_label, body .ginput_quantity_label, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
	display: none!important;
}

body .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker),
body .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker){
	margin-top: 0;
}

body .gform_wrapper ul.gform_fields li.gfield.gfield_price{
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 8px;
}

body .gform_wrapper ul.gform_fields li.gfield.gfield_price .gfield_required{
	display: none;
}

body .gform_wrapper .gsection {
    margin: 0 0 16px 0;
}

body .gform_wrapper ul li.gfield.gsection{
	margin-top:0;
}

body .gform_wrapper ul.gform_fields li.gfield.gfield_price .gfield_label{
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1;
}

body .gform_wrapper .description_above .gfield_price .gfield_description{
	padding-top:0;
	margin-top:0;
	padding-bottom: 0;
}

body .gform_wrapper .top_label div.ginput_container.ginput_container_singleproduct {
    margin-top: 0;
}

html body .gform_wrapper .top_label div.ginput_container{
	margin-top: 0;
}

body .gform_wrapper .top_label div.ginput_container.ginput_container_singleproduct span{
    line-height: 1;
}

body .gform_wrapper input.ginput_quantity[type="number"]{
	float: right;
	position: relative;
	top:-23px;
}

body .gform_wrapper .top_label div.ginput_container.ginput_container_total{
	float: right;
}

body .gform_wrapper ul.gform_fields li.gfield.gfield_price.gfield_total{
	height: 60px;
	margin: 0;
	padding:10px 0;
	line-height: 40px;
}

body .gform_wrapper ul.gform_fields li.gfield.gfield_price.gfield_total .ginput_total{
	margin: 0;
	padding:0;
}

body .gform_wrapper .top_label div.ginput_container.ginput_container_total{
	margin-top: 0;
}

body .gform_wrapper span.ginput_total{
	color: #900;
}

body .gform_wrapper span.ginput_product_price {
    color: #900;
}

body .gform_wrapper .gform_footer{
	text-align: right;
}

body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type="submit"], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type="submit"], .button.gform_button_select_files {
	position: relative;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	border-color: #2e8e48;
	box-shadow-color: #fff;
	height: 55px;
	border-top-left-radius: 32px;
	border-top-right-radius: 32px;
	border-bottom-left-radius: 32px;
	border-bottom-right-radius: 32px;
	border-style: solid;
	border-width: 1px;
	background-color: rgba(46, 142, 72, 1);
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 30px;
	cursor: pointer;
	font-size: .875em;
	letter-spacing: .58px;
	text-transform: uppercase;
	transition: all .2s linear;
	margin-right: 0;
	font-size: 100%;
}

body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input[type="submit"]:hover, body .gform_wrapper .gform_page_footer input.button:hover, body .gform_wrapper .gform_page_footer input[type="submit"]:hover {
	box-shadow: 0 10px 16px rgba(27,128,50,0.10);	
}

body .gform_wrapper div.validation_error {
    color: #f5365c;
    font-size: 1em;
    font-weight: 400;
    border-top: 1px solid #f5365c;
    border-bottom: 1px solid #f5365c;
    padding: 8px 0;
    text-align: left;
    line-height: 1.1;
}

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.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0 !important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
}

body .gform_wrapper .top_label .gfield_error{
	width: 100%;
}

body .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 0;
	margin-bottom: 16px !important;
}

body .gfield.gfield_error.gfield_contains_required .ginput_container_checkbox label{
	color: #f5365c;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container.ginput_container_date{
	margin-top: 0;
}

body .gform_wrapper .gfield_error .gfield_label{
	color: #f5365c;
}

body .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
    margin-right: 0;
}

body .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title{
	display: none;
}

body .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
    margin-right: 0;
}

body .gform_wrapper li.gfield.gfield_error select {
	border-color: #f5365c;
}

body .gform_wrapper .percentbar_blue{
	background: #2e8e48;
	border-radius: 20px 0 0 20px;
}

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%;
    padding-right: 8px;
}

body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    padding-right: 0;
}

body .gform_wrapper .gf_progressbar_percentage span {
    display: inline-block;
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
}

body .gform_wrapper .gfield_checkbox li, body .gform_wrapper .gfield_radio li{
	margin: 0 0 3px;
}

body .gform_wrapper .top_label div.ginput_container.ginput_container_date{
	margin-top: 0;
}

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: 1px solid #f5365c;
}

body .gform_wrapper .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: auto;
	padding: 5px 7px;
	font-weight: 300;
	border-radius: 0;
	-webkit-appearance: none;
	border: 1px solid #CCC;
    background-color: #fff;
    background-image: none;
    cursor: text;
}

body .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], body .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select{
	margin-bottom: 0;
}

body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 5px 7px;
    font-weight: 300;
    border-radius: 0;
	-webkit-appearance: none;
	border: 1px solid #CCC;
	margin-top: 0;
}

body .gform_wrapper textarea {
    -webkit-appearance: none;
	border: 1px solid #CCC;
	border-radius: 0;
	font-weight: 400;
}

body .gform_wrapper li.gfield.field_description_below + li.gsection {
	margin-top: 30px !important;
	margin-bottom: 10px !important;
}

body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: 1.5;
}

body .gform_wrapper .gsection .gfield_label, body .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title{
	font-weight: 400;	
}

body .gform_wrapper ul.gfield_checkbox li label, body .gform_wrapper ul.gfield_radio li label{
	vertical-align: top;
	position: static;
}

body .gform_wrapper .description_above .gfield_price .gfield_description{
	font-weight: 300;
}

body .gform_wrapper label.gfield_label{
	font-weight: 400;
	display: none!important;
}

body .gform_wrapper ul.gform_fields li.gfield.show-label{
	/* border-bottom: 1px solid #CCC; */
	/* margin-bottom: 30px; */
}

body .gform_wrapper ul.gform_fields li.gfield.show-label.gfield_error{
	margin-bottom: 30px!important;
}

body .gform_wrapper li.show-label label.gfield_label{
	display: block !important;
	margin-bottom: 5px;
	font-weight: 500;
	margin-top: 15px;
}

body .gform_wrapper ul li.field_description_below.show-label div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below.show-label div.ginput_container_radio{
	margin-top: 7px;
}

body .gform_wrapper select, body .gform_wrapper.gf_browser_gecko select{
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	background-color: #fff;
	background-clip: padding-box;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-transform: none;
	margin: 0;
	font-family: inherit;
	padding: 5px 4px;
	font-weight: 300;
	border-radius: 0;
	border: 1px solid #CCC;
	font-size: 1em;
	color: #3D3D3D;
}

body .gform_wrapper select option {
	line-height: 1.5;
	color: #3D3D3D;
	padding: 0;
}

body .gform_wrapper .top_label select.medium {
    width: 100%;
}

body .gform_wrapper .gfield_checkbox li input, body .gform_wrapper .gfield_checkbox li input[type="checkbox"] {
    vertical-align: top;
    margin-top: 7px;
    padding: 0;
}

body .gchoice_select_all, body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label, body .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
    font-weight: normal;
}

body .gform_wrapper ul.gfield_checkbox li{
	position: relative;
	padding-left: 25px !important;
	min-height: 22px;
	line-height: 1.5;
}

body .gform_wrapper ul.gfield_checkbox li label:after {
  	content: "";
  	background: #FFF;
  	width: 18px;
  	height: 18px;
  	display: block;
  	position: absolute;
  	left: 0;
  	top: 3px;
  	border-radius: 2px;
  	z-index: 0;
  	border: 2px solid #1B8032;
}

body .gform_wrapper ul.gfield_checkbox li label:before {
	content: "\f00c";
	display: block;
	position: absolute;
	left: 3px;
	top: 6px;
	opacity: 0;
	color: #FFF;
	z-index: 1;
	transition: all 100ms;
	font-weight: 400;
	font-family: "Font Awesome 5 Pro";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-size: 12px;
}

body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
	opacity: 0;
	outline: none;
	z-index: 100;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	position: absolute;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label, body .gform_wrapper ul.gfield_radio li input[type="radio"] + label {
	cursor: pointer;
	margin-top: 2px;
	font-size: 14px;
}

body .gform_wrapper ul.gfield_radio li input[type="radio"] + label {
	margin-top: 0;
	margin-left: 10px;
}

html body .gform_wrapper h2.gsection_title {
    font-size: 2em;
}

body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label:before {
	opacity: 1;
}

body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label:after {
	background-color: #1B8032;
}

body .gform_wrapper.gform_validation_error .top_label input.medium, body .gform_wrapper.gform_validation_error .top_label select.medium {
    width: 100%;
}

body .gform_confirmation_message{
	margin-top: 3rem;
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border-radius: 4px;
}

.ginput_complex.ginput_container.ginput_container_address input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]){
	margin-bottom: 10px;
}

body .gform_wrapper 

@media (max-width: 767.98px) {
	body .gform_wrapper .ginput_container span:not(.ginput_price) {
		display: inline-block;
	}
	body .gform_wrapper .top_label li.gfield.gf_left_half, body .gform_wrapper .top_label li.gfield.gf_right_half{
		display: block;
		width: 100%;
	}
	body .gform_wrapper .top_label li.gfield.gf_left_half {
    	padding-right: 0;
	}
	body .gform_wrapper .top_label li.gfield.gf_right_half {
    	padding-left: 0;
	}
	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: 100%;
	}
}

@media (max-width: 575.98px) { 
	body .gform_wrapper input.ginput_quantity[type="number"] {
	    float: none;
	    position: relative;
	    top: 0;
	    display: block;
	    width: 100%;
	}
	body .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), body .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
	    margin-right: 0;
	    margin-left: 0;
	    max-width: 100% !important;
	}
	body .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm){
		width: 100%;
	}
	body .gform_wrapper .gfield_checkbox li, body .gform_wrapper .gfield_radio li{
		margin-bottom: 0;
	}
}

@media (min-width: 1599.98px){
	body .gform_wrapper {
		font-size: 85%;
	}
	body .gform_wrapper ul.gfield_checkbox li{
		line-height: 1.3;
	}
}

@media only screen and (min-width: 641px){
	body .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container), body .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
		margin: 0;
	}
} 
