legend.hs-field-desc {
    font-weight: 400;
  line-height: 1.625;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 16px;
  color: #000 !important;
}
textarea.hs-fieldtype-textarea, .hs-input{
    border: 1px solid #b2b2b2;
}

input:not([type]), input[type="text"], input[type="email"]{
    min-width: 100%;
    min-height: 40px;
    margin-top: 10px;
}

input[type="checkbox"] {
    margin-right: 12px;
    margin-bottom: 10px;
    transform: scale(1.25);
}
.hs-form fieldset {
    max-width: none!important;
    }

.hs-button{
      margin-top: 0.75rem;
    background-color:#209cdf;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgba(0, 0, 0, 0);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgba(0, 0, 0, 0);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgba(0, 0, 0, 0);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.33rem;
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
    padding-block-end: 12px;
    padding-block-start: 12px;
    padding-bottom: .1875em;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: .1875em;
    text-align: center;
    text-decoration-color: rgb(255, 255, 255);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    vertical-align: middle;
    min-width: 205.25px;
}


.hs-button:hover{
  color: #fff !important;
  background-color: #60c4ef;
  transition: all .1s ease;
  cursor: pointer;
}

.hs-button:active{
  background-color: #60c4ef;
  position: relative;
  top: 2px;
  cursor: pointer;
}

.hs-fieldtype-text, .hs-fieldtype-textarea{
    font-weight: 400;
  line-height: 1.625;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: #000 !important;
  margin-top: 10px;

}

.legal-consent-container {
      font-weight: 400;
  line-height: 1.625;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 11px;
  color: #000 !important;
  margin-top: 10px;
}

.inputs-list {
  padding-left: 0;
  list-style-type: none;
}

.hs-dependent-field {
  margin-top: 10px;
}

.hs-form-required {
  color: #E20F32;
}

#label-distribution_webinar_series-fe6ec8ca-ed42-46e7-b5dd-35056c56cf86{
    font-family: "Open Sans Latin",Helvetica,Arial,sans-serif;
    font-size: 1.375rem;
    line-height: 2.063rem;
    color: #004da0;
    font-weight: 700;
    margin-bottom: 10px;
    display:block;
}

.hs-error-msg {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 12px;
}