.gform_wrapper.grf-style_wrapper .gform_heading {
	display: none;
}

.grf-style_wrapper .gform_validation_errors {
	display: none;
}

.gform_wrapper.gravity-theme .grf-style .gform_fields {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	grid-column-gap: 0;
	-ms-grid-columns: 0;

}

.gform_wrapper.gravity-theme .grf-style .gfield.gfield--width-half {
	width: 50%;
}

.grf-style *,
.grf-style *:before,
.grf-style *:after {
	box-sizing: inherit;
}

.grf-style {
	background: #F9F9F9;
	-webkit-border-radius : 10px;
	-moz-border-radius : 10px;
	-ms-border-radius : 10px;
	-o-border-radius : 10px;
	border-radius : 10px;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
 	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 30px 25px;
	overflow: hidden;
}

.grf-style .gform_page {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 470px;
}

.grf-style .gform_page > div {
	width: 100%;
}

.grf-style .gform_body {
	width: 100%;
}

.grf-style .gform_body fieldset {
	border: none;
}

.grf-style .gform_body .gform_fields .gfield,
.grf-style .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label,
.grf-style .gform_body .gform_fields .gfield .gfield_radio .gchoice label {
	margin: 0;
	padding: 5px;
	width: 100%;
}

.grf-style .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label,
.grf-style .gform_body .gform_fields .gfield .gfield_radio .gchoice label {
	cursor: pointer;
	line-height: 1.3;
}

.grf-style .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label .grf-value,
.grf-style .gform_body .gform_fields .gfield .gfield_radio .gchoice label .grf-value {
	color: #000000;
}

.grf-style .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label.input-image-label,
.grf-style .gform_body .gform_fields .gfield .gfield_radio .gchoice label.input-image-label  {
	padding: 0 0 5px;
}

.grf-style .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input,
.grf-style .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:after,
.grf-style .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before,
.grf-style .gform_body .gform_fields .gfield .gfield_radio .gchoice input,
.grf-style .gform_body .gform_fields .gfield .gfield_radio .gchoice label:after,
.grf-style .gform_body .gform_fields .gfield .gfield_radio .gchoice label:before {
	display: none;
}

.grf-style .gform_body .gform_fields .gfield input[type="text"],
.grf-style .gform_body .gform_fields .gfield input[type="email"],
.grf-style .gform_body .gform_fields .gfield input[type="url"],
.grf-style .gform_body .gform_fields .gfield input[type="password"],
.grf-style .gform_body .gform_fields .gfield input[type="search"],
.grf-style .gform_body .gform_fields .gfield input[type="number"],
.grf-style .gform_body .gform_fields .gfield input[type="tel"],
.grf-style .gform_body .gform_fields .gfield input[type="range"],
.grf-style .gform_body .gform_fields .gfield input[type="date"],
.grf-style .gform_body .gform_fields .gfield input[type="month"],
.grf-style .gform_body .gform_fields .gfield input[type="week"],
.grf-style .gform_body .gform_fields .gfield input[type="time"],
.grf-style .gform_body .gform_fields .gfield input[type="datetime"],
.grf-style .gform_body .gform_fields .gfield input[type="datetime-local"],
.grf-style .gform_body .gform_fields .gfield input[type="color"],
.grf-style .gform_body .gform_fields .gfield select,
.grf-style .gform_body .gform_fields .gfield textarea {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	color: #000;
	display: block;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
	padding: 5px 10px;
	width: 100%;
}

.grf-style .gform_body .gform_fields .gfield .gf_name_has_2,
.grf-style .gform_body .gform_fields .gfield .gf_name_has_3 {
	margin-left: -5px;
	margin-right: -5px;
}


.grf-style .gform_body .gform_fields .gfield .gf_name_has_1 > div,
.grf-style .gform_body .gform_fields .gfield .gf_name_has_1 > span {
	width: 100%;
}

.grf-style .gform_body .gform_fields .gfield .gf_name_has_2 > div,
.grf-style .gform_body .gform_fields .gfield .gf_name_has_2 > span {
	padding-left: 5px;
	padding-right: 5px;
	width: 50%;
}

.grf-style .gform_body .gform_fields .gfield .gf_name_has_3 > div,
.grf-style .gform_body .gform_fields .gfield .gf_name_has_3 > span {
	padding-left: 5px;
	padding-right: 5px;
	width: calc(100% / 3);
}

.grf-style .gform_body .gform_fields .gfield .gfield_checkbox .gchoice .grf-image,
.grf-style .gform_body .gform_fields .gfield .gfield_radio .gchoice .grf-image {
	background-color: #FFFFFF;
	height: 100px;
	margin-bottom: 5px;
	padding: 5px;
	position: relative;
	text-align: center;
	width: 100%;
}

.grf-style .gform_body .gform_fields .gfield .gfield_checkbox .gchoice .grf-image .img-container,
.grf-style .gform_body .gform_fields .gfield .gfield_radio .gchoice .grf-image .img-container {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.grf-style .gform_body .gform_fields .gfield .gfield_checkbox .gchoice .grf-image img,
.grf-style .gform_body .gform_fields .gfield .gfield_radio .gchoice .grf-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	position: absolute;
	width: 100%;
}

.grf-style .gform_body .gform_fields .gfield .gfield_checkbox .gchoice .grf-image.contain img,
.grf-style .gform_body .gform_fields .gfield .gfield_radio .gchoice .grf-image.contain img {
	object-fit: contain;
}

.grf-style .gform_body .gform_fields .gfield .gfield_label {
	color: #585858;
	display: block;
	font-size: 21px;
	font-weight: 700;
	padding: 20px 0 10px;
	text-align: center;
	width: 100%;
}

.grf-style .gform_body .ginput_container .gfield_checkbox,
.grf-style .gform_body .ginput_container .gfield_radio {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.grf-style .gform_body .gform_fields .ginput_container > div > .gchoice  {
	background: #FFFFFF;
	border: 1px solid #CFCFCF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-border-radius : 5px;
	-moz-border-radius : 5px;
	-ms-border-radius : 5px;
	-o-border-radius : 5px;
	border-radius : 5px;
	color: #3E3E3E;
	margin: 10px 5px 0 !important;
	position: relative;
	text-align: center;
	width: calc( 100% / 12 * 4 - 10px );
}

.grf-style .gform_body .gform_fields .ginput_container > div > .gchoice.grf-checked {
	border: 3px solid #FE6B00;
	/* -webkit-box-shadow: inset 0px 0px 0px 2px #FE6B00;
	-moz-box-shadow: inset 0px 0px 0px 2px #FE6B00;
	-ms-box-shadow: inset 0px 0px 0px 2px #FE6B00;
	-o-box-shadow: inset 0px 0px 0px 2px #FE6B00;
	box-shadow: inset 0px 0px 0px 2px #FE6B00; */
}

.grf-style .gform_body .gform_fields .ginput_container .grf_boxes_1 > .gchoice  {
	width: calc( 100% - 10px );
}

.grf-style .gform_body .gform_fields .ginput_container .grf_boxes_2 > .gchoice,
.grf-style .gform_body .gform_fields .ginput_container .grf_boxes_4 > .gchoice  {
	width: calc( 100% / 12 * 6 - 10px );
}

.grf-style .gform_body .gform_fields .ginput_container .grf_boxes_3 > .gchoice,
.grf-style .gform_body .gform_fields .ginput_container .grf_boxes_5 > .gchoice,
.grf-style .gform_body .gform_fields .ginput_container .grf_boxes_6 > .gchoice  {
	width: calc( 100% / 12 * 4 - 10px );
}

.grf-style .gform_body .ginput_container > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.input-image-label:before,
.input-image-label:after {
	display: none !important;
}

.grf-style_wrapper .grf_progressbar_wrapper {
	width: 100%;
}

.grf-style_wrapper .grf-popup-description.grf-hide,
.grf-style_wrapper .grf_progressbar_wrapper .grf-hide {
	display: none;
}

.grf-style_wrapper .gf_progressbar_title {
	display: none;
}

.grf-style_wrapper .gf_progressbar {
	background: #E8E8E8 !important;
	-webkit-border-radius : 50px;
	-moz-border-radius : 50px;
	-ms-border-radius : 50px;
	-o-border-radius : 50px;
	border-radius : 50px;
	height: 5px !important;

}

.grf-style_wrapper .gf_progressbar .gf_progressbar_percentage {
	background: #4EB000 !important;
	-webkit-border-radius : 50px;
	-moz-border-radius : 50px;
	-ms-border-radius : 50px;
	-o-border-radius : 50px;
	border-radius : 50px;
	height: 5px !important;
}

.grf-style_wrapper .gf_progressbar .gf_progressbar_percentage span {
	color: #FFFFFF;
	display: none;
}

.grf-style_wrapper .gform_page_footer {
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	-ms-align-self: flex-end;
	-o-align-self: flex-end;
	align-self: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	padding: 20px 10px 0;

}

.grf-style_wrapper .gform_body .gform_page .gform_page_footer button {
	background: #FE6B00 !important;
	border: 1px solid #FE6B00 !important;
	-webkit-border-radius : 50px;
	-moz-border-radius : 50px;
	-ms-border-radius : 50px;
	-o-border-radius : 50px;
	border-radius : 50px;
	color: #FFFFFF !important;
	font-size: 16px;
	line-height: 1;
	padding: 10px 15px;
	position: relative;
	text-transform: inherit;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.grf-style_wrapper .gform_body .gform_page .gform_page_footer button:hover,
.grf-style_wrapper .gform_body .gform_page .gform_page_footer button.gform_previous_button:hover {
	background: #D75B01;
	border: 1px solid #D75B01;
	color: #FFFFFF;
}

.grf-style_wrapper .gform_body .gform_page .gform_page_footer button.gform_button,
.grf-style_wrapper .gform_body .gform_page .gform_page_footer button.gform_next_button {
	padding-right: 40px;
}

.grf-style_wrapper .gform_body .gform_page .gform_page_footer button.gform_previous_button {
	background: transparent;
	color: #FE6B00;
	padding-left: 40px;
}

.grf-style_wrapper .gform_body .gform_page .gform_page_footer button.gform_button:after,
.grf-style_wrapper .gform_body .gform_page .gform_page_footer button.gform_next_button:after,
.grf-style_wrapper .gform_body .gform_page .gform_page_footer button.gform_previous_button:before {
	font-family: 'referral-flow' !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.grf-style_wrapper .gform_body .gform_page .gform_page_footer button.gform_button:after,
.grf-style_wrapper .gform_body .gform_page .gform_page_footer button.gform_next_button:after {
	content: '\66';
	right: 15px;
}

.grf-style_wrapper .gform_body .gform_page .gform_page_footer button.gform_previous_button:before {
	content: '\67';
	left: 15px;
}

.grf-style_wrapper .gform_body .gform_page .gform_page_footer .gform_ajax_spinner {
	display: none !important;
}


.grf-style_wrapper .gfield_validation_message {
	background: #c23630;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	padding: 5px 10px;
	position: relative;
	text-align: center;
	width: 100% !important;
}

.grf-style_wrapper .gfield_validation_message:before {
	background: #c23630;
	content: '';
	height: 10px;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(45deg) translateX(-50%);
	-moz-transform: rotate(45deg) translateX(-50%);
	-ms-transform: rotate(45deg) translateX(-50%);
	-o-transform: rotate(45deg) translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
	width: 10px;
}

@media only screen and (max-width: 640px) {
	.grf-style .gform_body .gform_fields .ginput_container .grf_boxes_2 > .gchoice,
	.grf-style .gform_body .gform_fields .ginput_container .grf_boxes_4 > .gchoice  {
		width: calc( 100% / 12 * 6 - 10px );
	}

	.grf-style .gform_body .gform_fields .ginput_container > div > .gchoice,
	.grf-style .gform_body .gform_fields .ginput_container .grf_boxes_3 > .gchoice,
	.grf-style .gform_body .gform_fields .ginput_container .grf_boxes_5 > .gchoice,
	.grf-style .gform_body .gform_fields .ginput_container .grf_boxes_6 > .gchoice  {
		width: calc( 100% / 12 * 6 - 10px );
	}
}


/** Replace required text for asterisk */
.gform_wrapper.gravity-theme .grf-style .gfield_required .gfield_required_custom,
.gform_wrapper.gravity-theme .grf-style .gfield_required .gfield_required_text {
	display: inline-block;
	overflow: hidden;
	text-indent: -9999px;
}

.gform_wrapper.gravity-theme .grf-style .gfield_required .gfield_required_custom:after,
.gform_wrapper.gravity-theme .grf-style .gfield_required .gfield_required_text:after {
	content: '*';
	float: left;
	font-style: normal;
	text-indent: 0;
	width: 10px;
}


/** Animated steps */
/* .gf_progressbar_percentage {
	width: 0%;
	transition: all 0.5s ease-in-out;
} */

.gf_progressbar_percentage span {
	display: none !important;
}

.grf-style .gform_page.grf-animate {
	transition: all 0.3s ease-in-out;
}

.grf-style .gform_page.grf-pre-active,
.grf-style .gform_page.grf-post-active {
	opacity: 0;
	/* transition: all 0.3s ease-in-out; */
}

.grf-style .gform_page.grf-pre-active {
	transform: translateX(300px);
}

.grf-style .gform_page.grf-post-active {
	transform: translateX(-300px);
}

.grf-style .gform_page.grf-pre-active.grf-active,
.grf-style .gform_page.grf-post-active.grf-active {
	opacity: 1;
	transform: translateX(0);
}

.grf-style .gf_progressbar_percentage {
	transition: all 1s ease-out;
	width: 0%;
}


/** Style last step */
.grf-style .gform_body .gform_page:last-child .gform_fields .gfield.gfield--type-html h1,
.grf-style .gform_body .gform_page:last-child .gform_fields .gfield.gfield--type-html h2,
.grf-style .gform_body .gform_page:last-child .gform_fields .gfield.gfield--type-html h3,
.grf-style .gform_body .gform_page:last-child .gform_fields .gfield.gfield--type-html h4,
.grf-style .gform_body .gform_page:last-child .gform_fields .gfield.gfield--type-html h5,
.grf-style .gform_body .gform_page:last-child .gform_fields .gfield.gfield--type-html h6{
    color: #585858;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
}

.grf-style .gform_body .gform_page:last-child .gform_fields .gfield {
	padding: 0 5px;
}

.grf-style .gform_body .gform_page:last-child .gform_fields .gfield .gform-field-label {
	color: #000000;
}

.grf-style .gform_body .gform_page:last-child .gform_fields .gfield .gfield_label {
	font-size: 16px;
	padding: 5px 0 0;
	text-align: left;
}

.grf-style .gform_body .gform_page:last-child .gform_fields .ginput_complex  {
	margin-top: 0;
}
