/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* START FOOTER EMAIL SUBSCRIPTION FORM*/
/* Target the specific form button */
.hs-form-98aa3c86-9ad2-497a-9f8c-72d6931eb2c3 .hs-button {
  width: 100px !important;       /* fixed width makes centering exact */
  min-width: 90px !important;    /* control how short */
  height: 42px !important;
  padding: 0 !important;         /* remove side padding */ 
  font-size: 16px !important; 
  white-space: nowrap !important;
  text-align: center !important;
}



/* Force button size + perfect centering */
.hs-form-98aa3c86-9ad2-497a-9f8c-72d6931eb2c3 input[type="submit"] {
  width: 100px !important;
  height: 34px !important;
  line-height: 34px !important;
  padding: 0 !important;
  text-align: center !important;
  border-radius: 1px !important;
  box-sizing: border-box !important;
}


/* Email width */
.hs-form-98aa3c86-9ad2-497a-9f8c-72d6931eb2c3 .hs_email {
  width: 230px !important;
}

/* Email input */
.hs-form-98aa3c86-9ad2-497a-9f8c-72d6931eb2c3 .hs-input {
  height: 35px !important;
  padding: 0 12px !important;
  font-size: 14px !important;
}


.subs_form_wrap .form_col {
  display: flex !important;
  align-items: center !important;
}

/* Make the entire form horizontal */
.hs-form-98aa3c86-9ad2-497a-9f8c-72d6931eb2c3 {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
} 

/* Stop field wrappers from stacking */
.hs-form-98aa3c86-9ad2-497a-9f8c-72d6931eb2c3 .hs_email,
.hs-form-98aa3c86-9ad2-497a-9f8c-72d6931eb2c3 .hs_submit {
  display: inline-block !important;
  width: auto !important;
  margin: 0 !important;
}


/* Make sure button wrapper doesn't stretch */
.hs-form-98aa3c86-9ad2-497a-9f8c-72d6931eb2c3 .actions {
  width: auto !important;
}
/* ===== FOOTER SUBSCRIPTION FORM FIX ===== */

/* Only target this specific footer form */
.subs_form_wrap form.hs-form {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px !important;
  width: auto !important;
}

/* Stop stacked spacing */
.subs_form_wrap .hs-form-field {
  margin-bottom: 0 !important;
}

/* Hide hidden inputs safely */
.subs_form_wrap input[type="hidden"] {
  display: none !important;
}

/* Email field */
.subs_form_wrap input[type="email"] {
  width: 220px !important;
  height: 36px !important;
  padding: 0 12px !important;
}

/* Submit button */
.subs_form_wrap input[type="submit"] {
  
  height: 42px !important;      /* 🔥 taller */
  line-height: 42px !important; /* keeps text centered */
  padding: 0 14px !important;   /* keep horizontal padding */
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;  
   border-radius: 5px !important;
 
}

/* Align heading vertically with email input */
.subs_form_wrap .full_width {
  display: flex !important;
  align-items: center !important;
}
/* Perfect vertical alignment of heading */
.subs_form_wrap .content_col {
  display: flex !important;
  align-items: center !important;
}
/* .subs_form_wrap .content_col h5 {
  transform: translateY(1px);
  
} */
/* Remove extra spacing from heading */
.subs_form_wrap .content_col h5 {
  margin: 0 !important;
  line-height: 32px !important;   /* Match input height */
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
  font-size: 18px !important;   /* adjust size here */
  
}
/* Perfect alignment fix */
.subs_form_wrap input[type="email"],
.subs_form_wrap input[type="submit"] {
  height: 42px !important;
  box-sizing: border-box !important;
}

/* Remove button line-height conflicts */
.subs_form_wrap input[type="submit"] {
  line-height: normal !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
/* Remove wrapper padding that is causing left gap */
.subs_form_wrap .input {
  padding: 0 !important;
}
/* Make email + button EXACT same box model */
.subs_form_wrap input[type="email"],
.subs_form_wrap input[type="submit"] {
  height: 40px !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  vertical-align: middle !important;
}

/* Remove default borders that can affect height */
.subs_form_wrap input[type="email"] {
  border: 1px solid #ddd !important;
}

/* Perfect button alignment */
.subs_form_wrap input[type="submit"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: normal !important;
}
/* Make button taller */
.subs_form_wrap input[type="submit"] {
  height: 44px !important;   /* increase this */
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

/* Match email height for perfect alignment */
.subs_form_wrap input[type="email"] {
  height: 44px !important;
  box-sizing: border-box !important;
}
/* Keep form layout stable */
.subs_form_wrap .hs-form-field {
  position: relative !important;
}

/* Make error message not push layout */
.subs_form_wrap .hs-error-msgs {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  margin-top: 4px !important;
  width: 100% !important;
}

/* Optional: style error text */
.subs_form_wrap .hs-error-msg {
  font-size: 13px !important;
  color: #ff4d4f !important;
}
/* Force footer button color - normal */
.subs_form_wrap input[type="submit"] {
  background-color: #ff5a1f !important;
  color: #ffffff !important;
  border: none !important;
}

/* Remove white hover */
.subs_form_wrap input[type="submit"]:hover,
.subs_form_wrap input[type="submit"]:focus,
.subs_form_wrap input[type="submit"]:active {
  background-color: #ff5a1f !important;  /* keep same orange */
  color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* END FOOTER EMAIL SUBSCRIPTION FORM*/

html {
  scroll-behavior: smooth;
}


.cell_16401196215085-padding {
    border-radius: 14px !important;
}

.cell_1688062928601-padding {
    border-radius: 14px !important;
}

.cell_168806332111317-padding {
    border-radius: 14px !important;
}

/* Choose your own adventure specifically */

.cell_1649207677005-padding {
  border-radius: 26px !important;
  width: 340px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.cell_16492076770052-padding {
  border-radius: 26px !important;
  width: 340px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.input{
 width: 100%;
 padding: 0px 10px 0px 10px;
}

/* .actions{
 padding-left: 10px;
} */

/* form {
    display: flex;
    flex-direction: column;
    width: 100%;
} */

.form-columns-1{
  width: 110%;
  padding: 0px 35px 0px 15px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   transform:scale(0.33);
    height: 0px;
}

.hs_recaptcha {
    transform:scale(0.33);
	-webkit-transform:scale(0.33);
	transform-origin:0 ;
	-webkit-transform-origin:0;
  visibility: hidden;
  height: 0px;
}

.grecaptcha-badge { visibility: hidden; }

.contact-row1 form .hs-form-booleancheckbox label{
display: flex;
justify-content: flex-start;
align-items: center;
}
.contact-row1 form .hs-form-booleancheckbox input {
width: 20px !important;
margin: 0px 5px 0 0;
}
.contact-row1 form .hs-form-booleancheckbox span {
margin-left: 0px !important;
}

.hs-form-booleancheckbox-display {
  height: 0px !important;
}

.hs_referral_name {
  padding-top: 10px !important;
  width: 275px !important;
}

.hs_referral_last_name {
  padding-top: 10px !important;
  width: 275px !important;
}

fieldset.form-columns-2 {
  width: 100% !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

fieldset.form-columns-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}


.hs-field-desc {
  width: 99% !important;
}

.hs-form-required {
  color: black !important;
}
.hs_phone {
  margin-bottom: 25px;
}

.hs_form_description>label {
  padding-top: 10px;
  padding-left: 10px;
}

.hs-form-booleancheckbox-display>span>a {
  text-decoration: underline !important;
  cursor: pointer !important;
}


.hs_referral_email>label {
  padding-left: 10px;
}

form .hs-richtext{
    margin: 0px;
  }
.hs-richtext>h5{
    padding-top: 10px;
    margin: 0px !important;
}

@media (max-width: 767px) {
    .module_17411971004828-padding > #hs_cos_wrapper_module_17411971004828 {
      width: 350px;
  }
  .hs_referral_name,.hs_referral_last_name {
    width: 100% !important;
  }
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
    form.hs-form-8fe82dcc-a83f-4fb4-86ad-ebd68d5cec6c_875051d4-e3e6-4c03-85f2-528fcb8f10ad:not(.hs-video-form) .form-columns-2 .hs-form-field{
  width: 100%;
  }
}
  .hs-form-booleancheckbox-display{
    display: inline !important;
}
  }

form .inputs-list>li{
  margin: 0 !important;
}

.hs_marketing_opt_in{
  margin: 0 !important;
}

/* Remove left spacing before email field */
.subs_form_wrap .form_col {
  padding-left: 0 !important;
}

.subs_form_wrap .hs-form {
  margin-left: 0 !important;
}

.subs_form_wrap .hs_email {
  margin-left: 0 !important;
}

.subs_form_wrap input[type="email"] {
  margin-left: 0 !important;
}