.embeddedServiceHelpButton,
.embeddedServiceHelpButton .helpButton {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  height: 0px !important;
  width: 0px !important;
}
.hs-richtext.hs-main-font-element {
    margin-top: 2rem;
    margin-bottom: -2rem;
}

legend.hs-field-desc {
    line-height: normal !important;
    padding: 0.5rem 0 !important;
}
#request-types_group {
  padding: .5rem;
  width: 96%;
  margin: 1rem auto 2rem;
  background-color: #ebeff1;
  max-width: 950px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

#request-types_group button.request-type {
  margin: 1rem .5rem;
  padding: 0;
  background-color: #FFFFFF;
  border-radius: 8px;
  border-width: 0px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.36);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  text-transform: capitalize !important;
  width: 40%;
}
#request-types_group button.request-type span.request-button-text {
  display: block;
  width: 100%;
  padding: 1rem;
  color: #212c42;
}

#request-types_group button.request-type span.request-button-label {
  color: #FFFFFF;
  font-size: 14px;
  display: block;
  width: 100%;
  border-radius: 0 0 4px 4px;
}
#request-types_group button.request-type.__request-new span.request-button-label {
  background-color: #006338;
}
#request-types_group button.request-type.__request-existing span.request-button-label {
  background-color: #4a001a;
}

#request-types_group button.request-type:focus,
#request-types_group button.request-type:active,
#request-types_group button.request-type:hover {
  cursor: pointer;
  background-color: #d9e9ff !important;
  color: #0046a8 !important;
}
#request-types_group button.request-type:disabled {
  background-color: #0092ff !important;
  cursor: default;
  box-shadow: unset;
}
#request-types_group button.request-type:disabled span.request-button-text {
  color: #FFFFFF !important;
}
/* #request-types_group button.request-type:disabled::before {
content: '\2611';
font-size: 18px;
color: #FFFFFF;
}
#request-types_group button.request-type::before {
content:'\25A1';
font-size: 22px;
} */


.site-wrapper {
  margin-top: 0 !important;
}
#threesteprequestv1 {
  /*   padding: 1rem; */
}
#threesteprequestv1 .logo-wrap {
  width: 100%;
  max-width: 500px;
  margin: 2rem auto 0;
}
.logo-wrap {
  text-align: center;
}
.logo-wrap img {
  width: 100%;
  max-width: 300px;
}

#threesteprequestv1 #request-form_group {
  width: 90%;
  max-width: 575px;
  margin: 30px auto;
}

@media screen and (min-width: 924px) {
  #request-types_group button.request-type {
    width: 23%;
  }
}


#slmarform .hbspt-form ul.hs-error-msgs,
#slmarform .hbspt-form ul[role="checkbox"].inputs-list.multi-container {
  list-style: none;
  margin: 0;
  padding: 0;
}
#slmarform .hbspt-form .field>label {
  font-weight: bold;
  margin-top: 1rem;
}
#slmarform .hbspt-form input[type="checkbox"] {
  display: inline-block;
}
#slmarform .hbspt-form input[type="email"]:hover,
#slmarform .hbspt-form input[type="text"]:hover,
#slmarform .hbspt-form textarea:hover {
  border: 1px solid #2d3237;
}
#slmarform .hbspt-form .actions {
  text-align: right;
}
#slmarform .hbspt-form input[type="submit"] {
  border-radius: 8px !important;
}