/* start_imports */
/* end_imports */
@media (min-width: 768px) {
  .com-form .col {
    width: 66.6666%;
    margin-left: 16.6666%;
  }
}

html body .gform_wrapper input {
  border: 2px solid #999;
  outline: none;
  background-color: var(--color_body_bg);
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  line-height: 20px;
  padding: 0 10px !important;
}
html body .gform_wrapper input:focus {
  border-color: #333;
}
html body .gform_wrapper textarea {
  border: 2px solid #999;
  outline: none;
  background-color: var(--color_body_bg);
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.5;
  padding: 10px;
}
html body .gform_wrapper textarea:focus {
  border-color: #333;
}
html body .gform_wrapper select {
  border: 2px solid #999;
  outline: none;
  background-color: var(--color_body_bg);
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  line-height: 20px;
  cursor: pointer;
  padding-right: 20px !important;
  padding-left: 10px !important;
}
html body .gform_wrapper select:focus {
  border-color: #333;
}
html body .gform_wrapper .iOSselect {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 10px !important;
  line-height: 30px !important;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-bottom: 0 !important;
}
html body .gform_wrapper .iOSselect:focus {
  outline: 0;
}
html body .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}
html body .gform_wrapper .gfield_label + .gfield_description {
  margin-top: 5px;
}
html body .gform_wrapper .chosen-container .chosen-results li {
  line-height: 20px;
}
html body .gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-image: none;
  background-color: #3875d7;
}
html body .gform_wrapper .chosen-search:after {
  font-family: "iconfont";
  content: "a";
  position: absolute;
  right: 0;
  top: 5px;
  right: 5px;
  height: 38px;
  width: 25px;
  line-height: 38px;
}
html body .gform_wrapper .chosen-search input {
  line-height: 40px;
  height: 40px !important;
  background: none !important;
  position: relative;
}
html body .gform_wrapper .chosen-container-single .chosen-single {
  border: 2px solid #999;
  outline: none;
  background-color: var(--color_body_bg);
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  line-height: 20px;
  line-height: 36px;
  box-shadow: none !important;
}
html body .gform_wrapper .chosen-container-single .chosen-single:focus {
  border-color: #333;
}
html body .gform_wrapper .chosen-container-single .chosen-drop {
  margin-top: 0;
  border: 2px solid #444444;
  border-top: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
html body .gform_wrapper .chosen-container-active .chosen-single {
  border-width: 2px !important;
  border-color: #444444 !important;
  line-height: 36px;
}
html body .gform_wrapper .chosen-container-active .chosen-single > div {
  display: none;
}
html body .gform_wrapper .chosen-single,
html body .gform_wrapper .chosen-container-multi {
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-size: 15px !important;
}
html body .gform_wrapper .chosen-single > div,
html body .gform_wrapper .chosen-container-multi > div {
  display: none !important;
}
html body .gform_wrapper .chosen-choices {
  height: 40px !important;
  border: 2px solid #cccccc !important;
}
html body .gform_wrapper .chosen-container-active .chosen-choices {
  border-color: #444444 !important;
}
html body .gform_wrapper .ginput_container_multiselect select {
  padding: 5px !important;
  height: 140px !important;
}
html body .gform_wrapper .ginput_container_multiselect select option {
  margin-bottom: 5px;
  padding: 3px 8px;
  line-height: 20px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html body .gform_wrapper .ginput_container_multiselect select option:last-child {
  margin-bottom: 0;
}
html body .gform_wrapper .gfield_radio li,
html body .gform_wrapper .gfield_checkbox li {
  position: relative;
  margin-bottom: 15px;
}
html body .gform_wrapper .gfield_radio li.focus label:after,
html body .gform_wrapper .gfield_checkbox li.focus label:after {
  border-color: #444444;
}
html body .gform_wrapper .gfield_radio li label,
html body .gform_wrapper .gfield_checkbox li label {
  padding-left: 35px;
  cursor: pointer;
}
html body .gform_wrapper .gfield_radio li label:before, html body .gform_wrapper .gfield_radio li label:after,
html body .gform_wrapper .gfield_checkbox li label:before,
html body .gform_wrapper .gfield_checkbox li label:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
html body .gform_wrapper .gfield_radio li label:before,
html body .gform_wrapper .gfield_checkbox li label:before {
  opacity: 0;
  z-index: 1;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
html body .gform_wrapper .gfield_radio li label:after,
html body .gform_wrapper .gfield_checkbox li label:after {
  z-index: 0;
  border: 2px solid #cccccc;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
html body .gform_wrapper .gsection {
  margin-right: 0;
}
html body .gform_wrapper ul.gfield_checkbox li {
  min-height: 29px;
}
html body .gform_wrapper ul.gfield_checkbox li label:after {
  width: 25px;
  height: 25px !important;
}
html body .gform_wrapper ul.gfield_checkbox li label:before {
  width: 7px;
  height: 14px;
  border: solid #444444;
  border-width: 0 3px 3px 0;
  left: 10px;
  top: 4px;
  transform: rotate(45deg) scale(0);
}
html body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label {
  font-weight: 400 !important;
}
html body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:before {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
html body .gform_wrapper .gfield_radio li {
  min-height: 28px;
}
html body .gform_wrapper .gfield_radio li label {
  margin: 0 !important;
  padding-top: 3px;
}
html body .gform_wrapper .gfield_radio li label:after {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  top: 2px;
}
html body .gform_wrapper .gfield_radio li label:before {
  width: 12px;
  height: 12px;
  background-color: #444444;
  border: solid #444444 3px;
  border-radius: 100%;
  left: 7px;
  top: 9px;
  transform: scale(0);
}
html body .gform_wrapper .gfield_radio input[type=radio]:checked + label {
  font-weight: 400 !important;
}
html body .gform_wrapper .gfield_radio input[type=radio]:checked + label:before {
  opacity: 1;
  transform: scale(1);
}
html body .gform_wrapper .gfield_radio input[type=text] {
  margin: 0 !important;
}
html body .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
html body .gform_wrapper ul.gfield_radio li input[type=radio] {
  margin: 0 !important;
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 29px !important;
  height: 29px;
  top: 0;
  left: 0;
  position: absolute;
  appearance: none;
  cursor: pointer;
  border: none !important;
}
html body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
  margin-left: 0 !important;
}
html body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
  width: 100%;
  padding: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
html body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar:after {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
html body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  background-color: #44C61C;
  background-image: none !important;
}
html body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
  text-shadow: none !important;
}
html body .gform_wrapper .instruction {
  margin-top: 5px;
  opacity: 0.5;
  font-size: 12px !important;
}
html body .gform_wrapper .ginput_complex span label {
  margin-top: 5px !important;
  font-size: 12px !important;
}
html body .gform_wrapper .ginput_container_date label,
html body .gform_wrapper .ginput_container_time label {
  margin-top: 5px !important;
  font-size: 12px !important;
  text-align: left !important;
}
html body .gform_wrapper .ginput_container_fileupload > input {
  width: 100% !important;
  cursor: pointer !important;
}
html body .gform_wrapper .ginput_container_fileupload .gform_drop_area {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
html body .gform_wrapper .gform_confirmation_wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
html 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;
}
html body .gform_wrapper ul.gform_fields li.gfield.gfield_error {
  padding: 10px !important;
  border: 1px solid #C89797;
}
html body .gform_wrapper .validation_error {
  border: 2px solid #790000;
  line-height: 1.5;
}
html body .gform_wrapper .ginput_container_date {
  position: relative;
}
html body .gform_wrapper .ginput_container_date input {
  padding-left: 37px !important;
}
html body .gform_wrapper .ginput_container_date .ui-datepicker-trigger {
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -8px;
  width: 20px;
  height: 23px;
  background-color: red;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}
html body .gform_wrapper .ginput_container_date .icon {
  position: absolute;
  left: 12px;
  top: 50%;
  font-size: 20px;
  margin-top: -10px;
  color: #999;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 0;
}
html body .gform_wrapper .ginput_container_date.focus .icon {
  color: #444444;
}

#ui-datepicker-div {
  background-color: var(--color_body_bg);
}

html body .gform_wrapper input {
  border: 2px solid #999;
  outline: none;
  background-color: var(--color_body_bg);
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  line-height: 20px;
  padding: 0 10px !important;
}
html body .gform_wrapper input:focus {
  border-color: #333;
}
html body .gform_wrapper textarea {
  border: 2px solid #999;
  outline: none;
  background-color: var(--color_body_bg);
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.5;
  padding: 10px;
}
html body .gform_wrapper textarea:focus {
  border-color: #333;
}
html body .gform_wrapper select {
  border: 2px solid #999;
  outline: none;
  background-color: var(--color_body_bg);
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  line-height: 20px;
  cursor: pointer;
  padding-right: 20px !important;
  padding-left: 10px !important;
}
html body .gform_wrapper select:focus {
  border-color: #333;
}
html body .gform_wrapper .iOSselect {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 10px !important;
  line-height: 30px !important;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-bottom: 0 !important;
}
html body .gform_wrapper .iOSselect:focus {
  outline: 0;
}
html body .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}
html body .gform_wrapper .gfield_label + .gfield_description {
  margin-top: 5px;
}
html body .gform_wrapper .chosen-container .chosen-results li {
  line-height: 20px;
}
html body .gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-image: none;
  background-color: #3875d7;
}
html body .gform_wrapper .chosen-search:after {
  font-family: "iconfont";
  content: "a";
  position: absolute;
  right: 0;
  top: 5px;
  right: 5px;
  height: 38px;
  width: 25px;
  line-height: 38px;
}
html body .gform_wrapper .chosen-search input {
  line-height: 40px;
  height: 40px !important;
  background: none !important;
  position: relative;
}
html body .gform_wrapper .chosen-container-single .chosen-single {
  border: 2px solid #999;
  outline: none;
  background-color: var(--color_body_bg);
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  line-height: 20px;
  line-height: 36px;
  box-shadow: none !important;
}
html body .gform_wrapper .chosen-container-single .chosen-single:focus {
  border-color: #333;
}
html body .gform_wrapper .chosen-container-single .chosen-drop {
  margin-top: 0;
  border: 2px solid #444444;
  border-top: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
html body .gform_wrapper .chosen-container-active .chosen-single {
  border-width: 2px !important;
  border-color: #444444 !important;
  line-height: 36px;
}
html body .gform_wrapper .chosen-container-active .chosen-single > div {
  display: none;
}
html body .gform_wrapper .chosen-single,
html body .gform_wrapper .chosen-container-multi {
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-size: 15px !important;
}
html body .gform_wrapper .chosen-single > div,
html body .gform_wrapper .chosen-container-multi > div {
  display: none !important;
}
html body .gform_wrapper .chosen-choices {
  height: 40px !important;
  border: 2px solid #cccccc !important;
}
html body .gform_wrapper .chosen-container-active .chosen-choices {
  border-color: #444444 !important;
}
html body .gform_wrapper .ginput_container_multiselect select {
  padding: 5px !important;
  height: 140px !important;
}
html body .gform_wrapper .ginput_container_multiselect select option {
  margin-bottom: 5px;
  padding: 3px 8px;
  line-height: 20px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html body .gform_wrapper .ginput_container_multiselect select option:last-child {
  margin-bottom: 0;
}
html body .gform_wrapper .gfield_radio li,
html body .gform_wrapper .gfield_checkbox li {
  position: relative;
  margin-bottom: 15px;
}
html body .gform_wrapper .gfield_radio li.focus label:after,
html body .gform_wrapper .gfield_checkbox li.focus label:after {
  border-color: #444444;
}
html body .gform_wrapper .gfield_radio li label,
html body .gform_wrapper .gfield_checkbox li label {
  padding-left: 35px;
  cursor: pointer;
}
html body .gform_wrapper .gfield_radio li label:before, html body .gform_wrapper .gfield_radio li label:after,
html body .gform_wrapper .gfield_checkbox li label:before,
html body .gform_wrapper .gfield_checkbox li label:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}
html body .gform_wrapper .gfield_radio li label:before,
html body .gform_wrapper .gfield_checkbox li label:before {
  opacity: 0;
  z-index: 1;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
html body .gform_wrapper .gfield_radio li label:after,
html body .gform_wrapper .gfield_checkbox li label:after {
  z-index: 0;
  border: 2px solid #cccccc;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
html body .gform_wrapper .gsection {
  margin-right: 0;
}
html body .gform_wrapper ul.gfield_checkbox li {
  min-height: 29px;
}
html body .gform_wrapper ul.gfield_checkbox li label:after {
  width: 25px;
  height: 25px !important;
}
html body .gform_wrapper ul.gfield_checkbox li label:before {
  width: 7px;
  height: 14px;
  border: solid #444444;
  border-width: 0 3px 3px 0;
  left: 10px;
  top: 4px;
  transform: rotate(45deg) scale(0);
}
html body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label {
  font-weight: 400 !important;
}
html body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:before {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
html body .gform_wrapper .gfield_radio li {
  min-height: 28px;
}
html body .gform_wrapper .gfield_radio li label {
  margin: 0 !important;
  padding-top: 3px;
}
html body .gform_wrapper .gfield_radio li label:after {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  top: 2px;
}
html body .gform_wrapper .gfield_radio li label:before {
  width: 12px;
  height: 12px;
  background-color: #444444;
  border: solid #444444 3px;
  border-radius: 100%;
  left: 7px;
  top: 9px;
  transform: scale(0);
}
html body .gform_wrapper .gfield_radio input[type=radio]:checked + label {
  font-weight: 400 !important;
}
html body .gform_wrapper .gfield_radio input[type=radio]:checked + label:before {
  opacity: 1;
  transform: scale(1);
}
html body .gform_wrapper .gfield_radio input[type=text] {
  margin: 0 !important;
}
html body .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
html body .gform_wrapper ul.gfield_radio li input[type=radio] {
  margin: 0 !important;
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 29px !important;
  height: 29px;
  top: 0;
  left: 0;
  position: absolute;
  appearance: none;
  cursor: pointer;
  border: none !important;
}
html body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
  margin-left: 0 !important;
}
html body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
  width: 100%;
  padding: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
html body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar:after {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
html body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  background-color: #44C61C;
  background-image: none !important;
}
html body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
  text-shadow: none !important;
}
html body .gform_wrapper .instruction {
  margin-top: 5px;
  opacity: 0.5;
  font-size: 12px !important;
}
html body .gform_wrapper .ginput_complex span label {
  margin-top: 5px !important;
  font-size: 12px !important;
}
html body .gform_wrapper .ginput_container_date label,
html body .gform_wrapper .ginput_container_time label {
  margin-top: 5px !important;
  font-size: 12px !important;
  text-align: left !important;
}
html body .gform_wrapper .ginput_container_fileupload > input {
  width: 100% !important;
  cursor: pointer !important;
}
html body .gform_wrapper .ginput_container_fileupload .gform_drop_area {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
html body .gform_wrapper .gform_confirmation_wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}
html 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;
}
html body .gform_wrapper ul.gform_fields li.gfield.gfield_error {
  padding: 10px !important;
  border: 1px solid #C89797;
}
html body .gform_wrapper .validation_error {
  border: 2px solid #790000;
  line-height: 1.5;
}
html body .gform_wrapper .ginput_container_date {
  position: relative;
}
html body .gform_wrapper .ginput_container_date input {
  padding-left: 37px !important;
}
html body .gform_wrapper .ginput_container_date .ui-datepicker-trigger {
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -8px;
  width: 20px;
  height: 23px;
  background-color: red;
  cursor: pointer;
  z-index: 1;
  opacity: 0;
}
html body .gform_wrapper .ginput_container_date .icon {
  position: absolute;
  left: 12px;
  top: 50%;
  font-size: 20px;
  margin-top: -10px;
  color: #999;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 0;
}
html body .gform_wrapper .ginput_container_date.focus .icon {
  color: #444444;
}

html body .line-form .gform_wrapper input:not([type=submit]),
html body .line-form .gform_wrapper textarea {
  border: none !important;
  border-bottom: 2px solid #cccccc !important;
  padding: 0 !important;
  background-color: transparent;
}
html body .line-form .gform_wrapper .gfield_label {
  color: var(--color_primary);
  position: relative;
  top: 40px;
  font-size: 20px;
  line-height: 18px !important;
  height: 18px !important;
  margin-top: 0 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html body .line-form .gform_wrapper li.gfield.focused .gfield_label,
html body .line-form .gform_wrapper li.gfield.gfield_error.focused .gfield_label {
  top: 5px;
  color: var(--color_primary) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}
html body .line-form .gform_wrapper li.gfield.entered .gfield_label,
html body .line-form .gform_wrapper li.gfield.gfield_error.entered .gfield_label {
  top: 5px;
  color: var(--color_primary) !important;
  font-size: 14px !important;
}
html body .line-form .gform_wrapper .gfield_required {
  display: none;
}
html body .line-form .gform_wrapper ul.gform_fields li.gfield.gfield_error {
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
html body .line-form .gform_wrapper textarea {
  height: 40px !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html body .line-form .gform_wrapper .focused textarea {
  height: 200px !important;
}
html body .line-form .gform_wrapper .entered textarea {
  height: 200px !important;
}
html body .line-form .gform_wrapper .validation_error {
  display: none;
}
html body .line-form .gform_wrapper .validation_message {
  color: var(--color_text) !important;
  padding-top: 5px !important;
  font-weight: 600 !important;
  font-style: italic;
}
html body .line-form .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  color: var(--color_text);
}
html body .line-form .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
html body .line-form .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin-bottom: 0 !important;
}

html body .line-form.on-dark .gform_wrapper input:not([type=submit]),
html body .line-form.on-dark .gform_wrapper textarea {
  color: rgba(var(--color_white_rgb), 0.5);
  border-color: rgba(var(--color_white_rgb), 0.5) !important;
}
html body .line-form.on-dark .gform_wrapper input:not([type=submit]):focus,
html body .line-form.on-dark .gform_wrapper textarea:focus {
  border-color: var(--color_white) !important;
  color: var(--color_white);
}
html body .line-form.on-dark .gform_wrapper .gfield_label {
  color: rgba(var(--color_white_rgb), 0.5);
}
html body .line-form.on-dark .gform_wrapper li.gfield.focused .gfield_label,
html body .line-form.on-dark .gform_wrapper li.gfield.gfield_error.focused .gfield_label {
  color: var(--color_white) !important;
}
html body .line-form.on-dark .gform_wrapper li.gfield.entered .gfield_label,
html body .line-form.on-dark .gform_wrapper li.gfield.gfield_error.entered .gfield_label {
  color: var(--color_white) !important;
}
html body .line-form.on-dark .gform_wrapper li.gfield.entered input:not([type=submit]) textarea,
html body .line-form.on-dark .gform_wrapper li.gfield.gfield_error.entered input:not([type=submit]) textarea {
  color: var(--color_white);
}
html body .line-form.on-dark .gform_wrapper .validation_message {
  color: var(--color_white) !important;
}
html body .line-form.on-dark .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  color: rgba(var(--color_white_rgb), 0.5);
}
html body .line-form.on-dark .gform_wrapper input[type=submit] {
  background-color: transparent;
  border: 2px solid var(--color_white);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
html body .line-form.on-dark .gform_wrapper input[type=submit]:hover, html body .line-form.on-dark .gform_wrapper input[type=submit]:focus {
  background-color: var(--color_white);
  color: var(--color_primary);
}

html body .line-form .gform_confirmation_message {
  text-align: center !important;
  border: 2px solid var(--color_primary) !important;
  padding: 15px;
}

html body .line-form.on-dark .gform_confirmation_message {
  color: var(--color_white) !important;
  border-color: var(--color_white) !important;
}