
.hbspt-form {
  margin: 20px auto;
  width: 68%;
}
.hs-form * {
    box-sizing: border-box;
}
.hs-form p {
  color: #6f7273;
  font-weight: bold;
}
.custom-hubspot-form p {
  color: #fff;
}
fieldset, .hs-input {
  max-width: 100%;
  margin-bottom: 10px;
}
fieldset.form-columns-2 .hs-form-field {
    width: 50%;
    float: left;
}
.field {
    margin-bottom: 18px;
}
.hs-input {
  display: inline-block;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.hs-form-field label {
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 1em;
}
.middle .hasBodyText ul li.hs-form-checkbox, {
  list-style-type: none;
}
.middle .hasBodyText ul li.hs-form-checkbox input, li.hs-form-checkbox input, input.hs-input[type=checkbox], input.hs-input[type=radio] {
  margin-right: 10px;
}
.custom-hubspot-form .hs-form-field label {
  color: #fff;
}
fieldset input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
div input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
    box-sizing: border-box;
    padding: 0 15px;
    min-height: 27px;
}
fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]), div>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
    max-width: 100%;
}
.hbspt-form .submitted-message {
    color: #fff;
    font-size: 2em;
    text-align: center;
    font-weight: bold;
}
.hs-button, .hs-button:hover, .hs-button:hover:not(.inactive), .hs-button:focus, .hs-button:active, .hs-button:active:not(.inactive):not(.link) {
    background: #ff7a59;
    border-color: #ff7a59;
    color: #ffffff;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
}
.hs-button {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    background-color: #ff7a59;
    border-color: #ff7a59;
    color: #fff;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 12px 24px;
}
.hs-submit {
  margin-top: 10px;
}
.hs-error-msgs a {
  color: rgba(255,255,255,.75);
}
.hs-error-msgs a:hover {
  color: rgba(255,255,255,1);
}
