@charset "UTF-8";

.gform__steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #707070;
  padding-bottom: 15px;
}
.gform__steps__errors {
  margin-top: 15px;
  padding: 15px;
  border: 2px solid #E30629;
  background: #efbfc6;
  color: #E30629;
  font-size: 18px;
}
.gform__steps__errors p {
  font-size: 18px;
}
.gform__steps__errors p:last-child {
  margin-bottom: 0;
}
.gform__steps__content__button__previous {
  cursor: pointer;
}
.gform__steps__content__button__next, .gform__steps__content__button__submit {
  background: #4A4A4A;
  padding: 15px;
  font-size: 22px;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
}

.gform_wrapper {
  background: #EFEFEF;
  padding: 16px;
  margin-bottom: 0 !important;
}
.gform_wrapper .gform_page_footer {
  border-top: none !important;
}

.gf_progressbar_wrapper {
  font-size: 22px !important;
}
.gf_progressbar_wrapper .gf_progressbar_title {
  font-size: 22px !important;
  text-align: right !important;
  color: #4A4A4A !important;
}
.gf_progressbar_wrapper .gf_progressbar {
  border-radius: 0 !important;
  border: none !important;
  background: #BCBCBC !important;
  box-shadow: none !important;
  width: 100% !important;
}
.gf_progressbar_wrapper .gf_progressbar:after {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  border-radius: 0 !important;
  background: #E30629 !important;
}
.gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage span {
  font-size: 22px;
  margin: 0 !important;
  padding: 0;
  position: relative;
  top: -7px;
}

.gform_body .gf_align_bottom {
  vertical-align: bottom !important;
}
.gform_body .ginput_container_date .gfield_date_dropdown_day,
.gform_body .ginput_container_date .gfield_date_dropdown_month,
.gform_body .ginput_container_date .gfield_date_dropdown_year {
  width: 33.3% !important;
}
.gform_body .gfield_description.validation_message {
  padding-right: 0 !important;
}
.gform_body li.gfield {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
}
.gform_body .gfield_error {
  background: transparent !important;
  border: none !important;
}
.gform_body .gfield_error input {
  border: 2px solid #E30629 !important;
}
.gform_body input[type=text],
.gform_body input[type=email],
.gform_body input[type=tel],
.gform_body input[type=url],
.gform_body input[type=number],
.gform_body input[type=password],
.gform_body select,
.gform_body textarea {
  min-width: 80px;
  padding: 12px 18px !important;
  border: 2px solid #BCBCBC !important;
  outline: none !important;
  border-radius: 0 !important;
  width: 100% !important;
  display: block;
  font-size: 18px !important;
}
.gform_body .select-arrow {
  background: transparent !important;
  border: none !important;
  color: #BCBCBC !important;
  border-radius: 0 !important;
}
.gform_body .ginput_container_select, .gform_body .ginput_container_multiselect {
  padding: 0 !important;
  width: 100% !important;
}
.gform_body .ginput_container_select .chosen-container, .gform_body .ginput_container_multiselect .chosen-container {
  width: 100% !important;
  padding: 12px 18px !important;
  border: 2px solid #BCBCBC !important;
  outline: none !important;
  border-radius: 0 !important;
  display: block;
}
.gform_body .ginput_container_select .chosen-container.chosen-container-multi, .gform_body .ginput_container_multiselect .chosen-container.chosen-container-multi {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.gform_body .ginput_container_select .chosen-container .chosen-choices .search-choice, .gform_body .ginput_container_multiselect .chosen-container .chosen-choices .search-choice {
  margin-top: 8px;
  background: #BCBCBC;
  padding: 10px 20px;
  border: none;
  border-radius: 0;
}
.gform_body .ginput_container_select .chosen-container .chosen-choices .search-choice span, .gform_body .ginput_container_multiselect .chosen-container .chosen-choices .search-choice span {
  font-size: 18px;
}
.gform_body .ginput_container_select .chosen-container .chosen-choices .search-choice a.search-choice-close, .gform_body .ginput_container_multiselect .chosen-container .chosen-choices .search-choice a.search-choice-close {
  top: 5px;
}
.gform_body .ginput_container_select .chosen-container a.chosen-single, .gform_body .ginput_container_select .chosen-container .chosen-choices, .gform_body .ginput_container_multiselect .chosen-container a.chosen-single, .gform_body .ginput_container_multiselect .chosen-container .chosen-choices {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.gform_body .ginput_container_select .chosen-container a.chosen-single .chosen-search-input, .gform_body .ginput_container_select .chosen-container .chosen-choices .chosen-search-input, .gform_body .ginput_container_multiselect .chosen-container a.chosen-single .chosen-search-input, .gform_body .ginput_container_multiselect .chosen-container .chosen-choices .chosen-search-input {
  padding: 0 !important;
  font-size: 22px;
}
.gform_body .ginput_container_select .chosen-container .chosen-drop, .gform_body .ginput_container_multiselect .chosen-container .chosen-drop {
  left: -2px;
  border: 2px solid #BCBCBC !important;
  right: -2px;
  width: calc(100% + 4px) !important;
}
.gform_body .ginput_container_select .chosen-container .chosen-drop .chosen-results, .gform_body .ginput_container_multiselect .chosen-container .chosen-drop .chosen-results {
  font-size: 22px;
}
.gform_body .ginput_container_select .chosen-container .chosen-drop .chosen-results li, .gform_body .ginput_container_multiselect .chosen-container .chosen-drop .chosen-results li {
  padding: 15px !important;
}
.gform_body .ginput_container_select .chosen-container .chosen-drop .chosen-results li.highlighted, .gform_body .ginput_container_multiselect .chosen-container .chosen-drop .chosen-results li.highlighted {
  background-color: #E30629 !important;
  background-image: none !important;
  color: #fff !important;
}

body.vs-gform-page-step .hide-when-form-progress {
  display: none;
}

/* Custom gravity forms – custom checkboxes */
ul.gfield_checkbox li input[type=checkbox]:checked + label, ul.gfield_checkbox li input[type=checkbox]:not(:checked) + label {
  margin-left: 20px;
  font-weight: 400;
  font-size: 22px;
  color: #4A4A4A;
  line-height: 30px;
}

[type=checkbox]:not(:checked), [type=checkbox]:checked {
  position: absolute !important;
  left: -9999px;
}

[type=checkbox]:not(:checked) + label, [type=checkbox]:checked + label {
  position: relative !important;
  padding-left: 1em !important;
  cursor: pointer !important;
}

[type=checkbox]:not(:checked) + label:before, [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 30px;
  height: 30px;
  border: 3px solid #4A4A4A;
  padding: 2px;
  border-radius: 4px;
}

[type=checkbox]:not(:checked) + label:after, [type=checkbox]:checked + label:after {
  content: "" !important;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 8px;
  left: -14px;
  font-size: 20px;
  line-height: 0.8;
  transition: all 0.2s;
}

[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type=checkbox]:disabled:checked + label:after {
  color: #999;
}

[type=checkbox]:disabled + label {
  color: #aaa;
}

/* Custom gravity forms – custom radioboxes */
ul.gfield_radio li input[type=radio]:checked + label, ul.gfield_radio li input[type=radio]:not(:checked) + label {
  margin-left: 20px;
  font-weight: 400;
  font-size: 22px;
  color: #4A4A4A;
  line-height: 30px;
}

[type=radio]:not(:checked), [type=radio]:checked {
  position: absolute !important;
  left: -9999px;
}

[type=radio]:not(:checked) + label, [type=radio]:checked + label {
  position: relative !important;
  padding-left: 1em !important;
  cursor: pointer !important;
}

[type=radio]:not(:checked) + label:before, [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 30px;
  height: 30px;
  border: 3px solid #4A4A4A;
  padding: 2px;
  border-radius: 4px;
}

[type=radio]:not(:checked) + label:after, [type=radio]:checked + label:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 8px;
  left: -14px;
  font-size: 20px;
  line-height: 0.8;
  transition: all 0.2s;
}

[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

[type=radio]:disabled:not(:checked) + label:before,
[type=radio]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type=radio]:disabled:checked + label:after {
  color: #999;
}

[type=radio]:disabled + label {
  color: #aaa;
}

/*# sourceMappingURL=gravity-forms.css.map */
