/*
 * GRAVITY FORM STYLES
 */

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
}

.ginput_address_city {
  flex-basis: 33.3333% !important;
}

.ginput_container_select,
.ginput_address_state,
.ginput_address_country {
  width: 100%;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  background-image: none;
  display: grid;
  grid-template-areas: "select";
  align-items: center;
}

.ginput_address_country {
  flex: 0 0 33.3333% !important;
}

.select_container {
  width: 100%;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  background-image: none;
  display: grid;
  grid-template-areas: "select";
  align-items: center;
}

.input-group.selct-with-append {
  flex-wrap: nowrap;
}

.ginput_container_select::after,
.ginput_address_state::after,
.ginput_address_country::after {
  content: "";
  width: 0.8em;
  height: 0.5em;
  background-color: #000;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  justify-self: end;
  margin-right: 1rem;
}

.ginput_address_state,
.ginput_address_country {
  position: relative;
}

.ginput_address_state select,
.ginput_address_country select {
  height: 57px;
  position: relative;
  z-index: 9;
  background-color: transparent;
  color: #495057;
}

.ginput_address_state input {
  position: relative;
  z-index: 9999;
  height: auto;
  padding: 1rem 1rem !important;
  font-size: 15px;
  display: block;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ginput_address_state label,
.ginput_address_country label {
  line-height: 1.5;
}

.ginput_address_state input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.ginput_address_state::before {
  content: "";
  border: 1px solid #ced4da;
  position: absolute;
  top: 0px;
  right: 12px;
  left: 13px;
  height: 56px;
  z-index: 0;
}


.ginput_container_address .ginput_address_state::after,
.ginput_container_address .ginput_address_country::after {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.5em;
  background-color: #000;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  justify-self: end;
  margin-right: 1rem;
  margin-top: 0px;
  z-index: 999;
}

.select_container::after {
  content: "";
  width: 0.5em;
  height: 0.3em;
  background-color: #000;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  justify-self: end;
  margin-right: 1rem;
}

select, .ginput_container_select:after,
.ginput_address_state:after,
.ginput_address_country::after {
  grid-area: select;
}

.select_container:after {
  grid-area: select;
}

.form-control {
  border-radius: 0px;
}

.gform_wrapper .captcha {
  margin-bottom: 0px;
}

fieldset.gf_list_inline .gchoice input {
  vertical-align: baseline;
}

fieldset.gf_list_inline .gchoice label {
  vertical-align: baseline !important;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
  vertical-align: baseline !important;
}

#field_10_1 {
  margin-bottom: 0px;
}
#gform_fields_10 {
  margin-bottom: 1rem;
}

#gform_2 .gchoice_2_6_3 input,
#gform_5 .gchoice_5_7_3 input,
#gform_7 .gchoice_7_7_3 input {
  width: auto;
}

#gform_2 .gchoice_2_6_3 br,
#gform_5 .gchoice_5_7_3 br,
#gform_7 .gchoice_7_7_3 br {
  display: none;
}

#input_2_6_other,
#input_5_7_other,
#input_7_7_other {
  margin-left: 1rem !important;
}

#input_6_6_other {
  margin-top: 0px;
  margin-bottom: 1rem;
}

#gfield_consent_description_6_12 {
  margin-top: 0px;
  padding: 1rem;
}

.gform_wrapper.gravity-theme .gform_footer {
  padding-top: 0px !important;
}

@media(min-width: 767px){
  .gform_wrapper.gravity-theme .ginput_container_address span.address_city,
  .gform_wrapper.gravity-theme .ginput_container_address span.address_state,
  .gform_wrapper.gravity-theme .ginput_container_address span.address_zip {
    flex: 0 0 33.3333%;
  }

  .gform_wrapper.gravity-theme .ginput_container_address span.address_state {
    padding-right: 1%;
  }

  .gform_wrapper.gravity-theme .ginput_container_address span.address_zip {
    padding-left: 1%;
    /* padding-right: 0px; */
  }
}

.gform_wrapper.gravity-theme .gf_progressbar {
  border-radius: 0px !important;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
  background-color: #F26722 !important;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage {
  border-radius: 0px !important;
}
.gform_wrapper.gravity-theme .gf_progressbar_percentage:not(.percentbar_100) {
  border-radius: 0px !important;
}

.page-template-template-landingpage #field_11_2 {
  margin-bottom: 0px;
}

.page-template-template-landingpage #field_11_3 {
  margin-bottom: 0px;
}

.page-template-template-landingpage #field_11_3 #input_11_3 {
  padding-top: 1rem !important;
  padding-bottom: 0.8rem !important;
  line-height: 1em;
}

.page-template-template-landingpage .lp-marquee-form-block .gform_wrapper.gravity-theme .gform_footer {
  margin: 0px 0 0;
  padding: 0px 0;
}

@media (max-width: 640px){
  .page-template-template-landingpage .gform_wrapper.gravity-theme .ginput_complex span {
    flex: 1;
  }
  .page-template-template-landingpage #input_11_1_3_container {
    padding-right: 1%;
  }
  .page-template-template-landingpage #input_11_1_6_container {
    padding-left: 1%;
  }
}

@media (max-width: 640px){
  .page-template-template-landingpage .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 6 !important;
    -ms-grid-column-span: 6 !important;
  }
}

@media (max-width: 640px) {
  .page-template-template-landingpage #field_11_2 {
    padding-right: 2%;
  }
  .page-template-template-landingpage #field_11_3 {
    padding-left: 2%;
  }
}

.page-template-template-landingpage .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  line-height: 1em;
  padding-bottom: 0.75rem !important;
}

#gform_wrapper_10 .gform_required_legend,
#gform_wrapper_11 .gform_required_legend {
  display: none;
}




