.signupLink{ padding-top:25px; }
#booya-signup-wrapper form > h3 {
   display: none;
}
#booya-signup-wrapper form,
#booya-signup-wrapper form fieldset {
   display: block;
}
#booya-signup-wrapper form.__booya-form fieldset label,
.custom-heroBanner-form .hs-form label ,
.custom-heroBanner-form .hs-form label span {
   font-family: 'Poppins';
   font-style: normal;
   font-weight: 500;
   font-size: 16px;
   line-height: 24px;
   color: #fff;
   margin-bottom: 10px;
}
#booya-signup-wrapper form.__booya-form fieldset label span.optional {
   display: none;
}
#booya-signup-wrapper input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=submit]),
.custom-heroBanner-form .hs-form .hs-input {
   color: #fff !important;
}
#booya-signup-wrapper form.__booya-form .__booya-form-action button {
   border: none;
}
#booya-signup-wrapper form > p {
   margin: 0;
   line-height
}
#booya-signup-wrapper form.__booya-form fieldset .error {
   font-size: initial;
   font-weight: initial;
   position: static;
}


.custom-heroBanner-form .hs-form  .hs-richtext p ,
#booya-signup-wrapper form.__booya-form p{
   margin: 0;
   line-height:0px;
}

#booya-signup-wrapper .__booya-auth-widgets-wrapper {
   border: 0;
   padding: 0;
   margin: 0;
   width: 100%;
}

#booya-signup-wrapper form.__booya-form .__booya-form-action button,
.custom-heroBanner-form-wrap .steps-buttons .button {
   border-radius: 4px;
   color: #fff !important;
   display: block;
   text-align: center;
   margin-bottom: 23px;
   font-family: 'Poppins';
   font-style: normal;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   padding: 15px 28px;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   background-color: var(--primary);
   border-color: var(--primary);
}

#booya-signup-wrapper .progress, 
.custom-heroBanner-form-wrap .progress {
   height: auto;
   background-color: transparent;
   position: relative;
   max-width: 227px;
   margin: auto;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
#booya-signup-wrapper .progress:before,
.custom-heroBanner-form-wrap .progress:before {
   content: "";
   border-bottom: 1px dashed #BAA188;
   position: absolute;
   width: 100%;
   top: 50%;
   transform: translateY(-50%);
}
#booya-signup-wrapper .progress .circle,
.custom-heroBanner-form-wrap .progress .circle {
   width: 19px !important;
   height: 19px;
   border: 1px dashed #BAA188;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #272a2b;
   z-index: 9;
   color: transparent;
}
#booya-signup-wrapper .progress .circle.active,
.custom-heroBanner-form-wrap .progress .circle.active {
   background: #BAA188;
   border: 1px dashed #BAA188;
   width: 25px !important;
   height: 25px;
   font-family: 'Poppins';
   font-style: normal;
   font-weight: 600;
   font-size: 11px;
   line-height: 16px;
   text-transform: capitalize;
   color: #FFFFFF;
}
.message_inline {
   color: #fff;
   margin-top: 20px;
}


#booya-signup-wrapper form{
   position:relative;
}




#booya-signup-wrapper form fieldset:first-of-type select {
   min-height: 3.375rem;
   background-color: var(--field_background_color);
   border-color: var(--field_border_color);
   color: #fff;
   background-image: url(https://5475273.fs1.hubspotusercontent-na1.net/hubfs/5475273/1517LMS_Theme/Images/dropdown.png);
}

#booya-signup-wrapper form fieldset .hs_title{ width:90px; }
#booya-signup-wrapper form fieldset .hs_firstname {width:calc(100% - 90px);}
:root[color-mode="dark"] #booya-signup-wrapper form fieldset:first-of-type select{
    border-color: var(--borders);
}

#booya-signup-wrapper form fieldset:first-of-type select option {
   color: var(--field_color);
}

#booya-signup-wrapper form fieldset:first-of-type select:focus {
   border-color: var(--field_border_focus_color);
   box-shadow: none;
}

#booya-signup-wrapper form .form-error:nth-child(3) + .form-validation-error {
   display: none !important;
}

.signin_popup a.redrect-link {
    color:#BAA188;
}

#booya-signup-wrapper .hs-button {
    justify-content: center;
}

.popupLinks:hover { text-decoration:underline;}
@media(max-width: 991px){
   

   #booya-signup-wrapper form fieldset:first-of-type + fieldset {
      position: relative;
      width: 100%;
      padding-left: 0;
   }

   #booya-signup-wrapper form fieldset:first-of-type {
      width: 100%;
   }
}
