.event_form_outer{
  height: 100%;
}
#endorsement_letter a{
  text-align: center;
}
.event_form .submitted-message,
.event_form .submitted-message p{
  font-weight: 600;
  font-size: 22px;
}
.event_form .hs_submit.hs-submit{
  margin-top: 20px;
}
.form_submitted .event_form_subtitle,
.event_form .hide{
  display: none;
}

.hsfc-Step .hsfc-Step__Content{
  padding: 0 !important;
}
[data-hsfc-id=Renderer] .hsfc-Row{
  grid-template-columns: 1fr !important;
}
.event_form form label,
.event_form [data-hsfc-id=Renderer] .hsfc-TextInput,
.event_form [data-hsfc-id=Renderer] .hsfc-RichText,
.event_form [data-hsfc-id=Renderer] .hsfc-DropdownOptions__List__ListItem{
  font-size: 15px !important;
}
.event_form_subtitle p{
  font-size: 16px !important;
}
.event_form [data-hsfc-id=Renderer] .hsfc-FieldLabel{
  margin: 0 !important;
}
.event_form [data-hsfc-id=Renderer] .hsfc-ErrorAlert{
  font-size: 14px;
  text-align: left;
}
.event_form [data-hsfc-id=Renderer] .hsfc-FieldLabel__RequiredIndicator{
  display: none;
}
.event_form [data-hsfc-id=Renderer] .hsfc-Row{
  gap: 20px;
}
.event_form .hsfc-DataPrivacyField .hsfc-Row:first-of-type,
.event_form .hsfc-DataPrivacyField .hsfc-Row:nth-child(3),
.event_form .hsfc-DataPrivacyField .hsfc-Row:last-of-type{
  display: none;
}
.hsfc-FieldDescription{
  color: initial !important;
}
#onboard_form .about_the_event_inner{
  justify-content: center;
}
#onboard_form .event_form_outer {
  max-width: 800px;
}
#onboard_form .hs-fieldtype-intl-phone.hs-input{
  width: 100%;
}
#onboard_form .event_form form .input input[type=text], #onboard_form .event_form form .input input[type=email], #onboard_form .event_form form .input input[type=tel], #onboard_form .event_form form .input input[type=number], #onboard_form .event_form form .input input[type=file], #onboard_form .event_form form select, #onboard_form .event_form form .input textarea{
  width: 100%;
}
.uppertitle_text{
  font-size: 16px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
  display: block;
  color: #161616;
  margin-bottom: 10px;
  text-transform: none;
}
.download_btn a{
  padding: 15px 35px;
}
.mt20{
  margin-top: 20px;
}

.onboard_form .hsfc-TextInput{
  background-color: rgba(255, 255, 255, 1.0) !important;
  padding: 15px !important;
  border-radius: 5px !important;
  border-color: #000 !important;
  border: 1px solid #161616;
  font-size: 16px !important;
  line-height: 1.56;
  color: #858585 !important;
  font-weight: 400;
  font-family: "Open Sans" !important;
  width: 100% !important;
  display: inline-block;
}
.onboard_form .event_form form label{
  font-size: 16px !important;
}
.onboard_form .hsfc-CheckboxInput span{
  font-size: 16px !important;
  line-height: 1.56;
  color: #858585 !important;
  font-family: "Open Sans" !important;
}
.onboard_form .event_form [data-hsfc-id=Renderer] .hsfc-FieldLabel{
  margin-bottom: 5px !important;
}
.onboard_form .hsfc-DropdownOptions, .onboard_form .hsfc-DropdownOptions__List__ListItem{
  background-color: rgba(255, 255, 255, 1.0) !important;
  text-align: left;
}
.onboard_form .hsfc-DropdownOptions__List__ListItem{
  color: #000 !important;
}
.onboard_form .hsfc-Button{
  background: linear-gradient(-112deg, rgba(24, 124, 173, 1) 0%, rgba(57, 187, 243, 1) 100%) !important;
  border-radius: 10px !important;
  font-family: Bebas Neue, sans-serif !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  letter-spacing: 2px !important;
  line-height: 1 !important;
  padding: 15px 24px !important;
}
.onboard_form .event_form [data-hsfc-id=Renderer] .hsfc-FieldLabel{
  align-items: flex-start;
}
.onboard_form .event_form [data-hsfc-id=Renderer] .hsfc-FieldLabel input{
  margin-top: 5px;
}
.form_submitted .event_form_upper_content, .form_submitted .gray-text{
  display: none !important;
}
.onboard_form .hsfc-ReCaptchaV2{
  visibility: hidden;
}
.hsfc-RichText{
  text-align: center;
}
.hsfc-RichText p strong{
  font-weight: 400 !important;
  font-size: 48px !important;
  line-height: 1;
  text-transform: uppercase;
  color: #34a5d5 !important;
  font-family: "Bebas Neue" !important;
}
.gray-text{
  display: block;
  color: #858585;
  text-align: center;
  font-size: 12px;
  margin: 10px 0 0;
}

@media(max-width: 767px){
  .event_form .submitted-message,
  .event_form .submitted-message p{
    font-size: 18px;
  }
  .event_form_title p {
    font-size: 30px !important;
    line-height: 1.2 !important;
  }