#form_section {
  max-width: 800px;
  text-align: center;
  margin: auto;
  padding: 0 0.5rem 3.5rem 0.5rem;
}



#tripleSeatForm #tripleseat_embed_form,
#form_section #tripleseat_embed_form {
  margin: auto;
  width: 90%;
  max-width: 800px;
  background: none;
  position: relative;
}

#tripleSeatForm #tripleseat_embed_form {
  width: 100%;
}

#tripleSeatForm #tripleseat_embed_form table,
#form_section #tripleseat_embed_form table {
  width: 100%;
  margin: auto;
}

#tripleSeatForm .row_submit,
#form_section .row_submit {
  position: absolute;
  bottom: -72px;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

#tripleSeatForm #tripleseat_embed_form label span.required,
#form_section #tripleseat_embed_form label span.required {
  color: #B30F14;
}

#tripleSeatForm #tripleseat_embed_form table h2,
#form_section #tripleseat_embed_form table h2 {
  text-align: center;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  margin-top: 0;
  display: none;
}

#tripleSeatForm #tripleseat_embed_form table tbody tr td input:not(#lead_submit),
#form_section #tripleseat_embed_form table tbody tr td input:not(#lead_submit) {
  width: 100%;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #242323;
}

#tripleSeatForm #tripleseat_embed_form table td,
#form_section #tripleseat_embed_form table td {
  padding: 8px;
}

#tripleSeatForm #tripleseat_embed_form input.button,
#form_section #tripleseat_embed_form input.button {
  border: none;
}

#tripleSeatForm #lead_form_submit a,
#form_section #lead_form_submit a {
  padding: 1em;
}

#tripleSeatForm div#tripleseat_embed_form,
#form_section div#tripleseat_embed_form {
  color: black;
}

#tripleSeatForm #lead_form_submit,
#form_section #lead_form_submit {
  display: block;
  width: 200px;
  background: url(../images/orange-button.svg) no-repeat;
  background-size: 100% 100%;
  height: 40px;
  margin: 20px auto 0 auto;
  text-transform: lowercase;
  border: none;
  position: relative;
}

#tripleSeatForm #lead_referral_source_id,
#form_section #lead_referral_source_id {
  width: 100%;
  height: 2rem;
}

#tripleSeatForm input.timeselect_input,
#form_section input.timeselect_input {
  padding-left: 23px !important;
}

#tripleSeatForm div#tripleseat_embed_form table label,
#form_section div#tripleseat_embed_form table label {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  border: none !important;
  color: black;
}

#tripleSeatForm div#tripleseat_embed_form table input#lead_submit.button,
#form_section div#tripleseat_embed_form table input#lead_submit.button {
  -webkit-appearance: none;
  float: none !important;
  width: 100px !important;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  color: #fffbde;
  font-size: 1.2rem;
  position: relative;
  top: 2px;
  position: absolute;
  top: 56%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

#tripleSeatForm .inquire-section.options-page #tripleseat_embed_form table input#lead_submit.button:hover,
#form_section .inquire-section.options-page #tripleseat_embed_form table input#lead_submit.button:hover {
  background: black !important;
  color: white;
  border: 1px solid black;
  border-bottom: 2px solid black !important;
}

#tripleSeatForm div#tripleseat_embed_form table #lead_form_submit a,
#form_section div#tripleseat_embed_form table #lead_form_submit a {
  display: none;
}

#tripleSeatForm #tripleseat_embed_form table,
#form_section #tripleseat_embed_form table {
  border: none !important;
}

#tripleSeatForm #tripleseat_embed_form #lead_additional_information,
#form_section #tripleseat_embed_form #lead_additional_information {
  width: 100% !important;
  padding: 0;
  border: 1px solid black;
}

#tripleSeatForm #tripleseat_embed_form label span.required,
#form_section #tripleseat_embed_form label span.required {
  color: #B30F14 !important;
}

#errorExplanation {
  max-width: 800px;
  margin: auto;
  border-color: black;
  text-align: center;
}

#errorExplanation h2 {
  color: #4c0000;
  font-size: 1.2rem;
  padding-top: 10px;
}

#errorExplanation ul li {
  padding: 3px;
  font-size: 1rem;
  list-style: none;
}
/*# sourceMappingURL=tripleseat.css.map */

#tripleseat_embed_form .row_email_opt_out {
  margin: 0 1rem;
}

#tripleseat_embed_form input[type="checkbox"] {
  width: 1rem !important;
  height: 1rem;
}

#tripleseat_embed_form .row_email_opt_out label {
  max-width: calc(100% - 1.5rem);
  margin-top: -2px;
  width: fit-content !important;
}

@media only screen and (min-width: 765px) {
  #tripleseat_embed_form input[type="checkbox"] {
    margin-right: 0.5rem;
  }
}