.style_lists form ul.inputs-list li::before {
  display: none;
}

.style_lists form ul.inputs-list {
  padding-bottom: 0;
}

.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.inputs-list li {
  margin: 0;
  padding: 0;
  width: 100%;
}

@media only screen and (min-width: 1660px) {
  .inputs-list li {
    width: 48%;
  }

  .legal-consent-container .inputs-list li {
    width: 100%;
  }
}

.inputs-list li label {
  display: block !important;
  font-size: 13px;
  line-height: 18px;
  display: flex !important;
  padding: 0 0 8px 0;
  align-items: center;
}

.inputs-list li label input[type="checkbox"] {
  margin: 0 10px 0 0 !important;
}

@media only screen and (max-height: 850px) and (min-width: 1025px) {
  .hs-form p {
    font-size: 11px;
    line-height: 16px;
    padding: 0 0 10px 0;
  }

  .inputs-list li label {
    font-size: 11px;
    line-height: 16px;
  }
}

@media only screen and (max-height: 770px) and (min-width: 1025px) {
  .hs-form-field {
    padding-bottom: 6px;
  }

  .hs-form p {
    line-height: 14px;
    padding: 0 0 10px 0;
  }

  .inputs-list li label {
    line-height: 14px;
  }
}

.hs-form-field {
  margin: 0;
  padding: 0 0 14px 0 !important;
  overflow: auto;
  clear: both;
  display: block;
}



.hs-form-field .input input:not([type='checkbox']),
.hs-form-field textarea {
  width: 100%;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.hs-form-field .input input:not([type='checkbox']),
.hs-form-field textarea {
  padding: 4px 0;
  border: none;
  border-bottom: 3px solid var(--black);
}

.hs-form-field .input input:not([type='checkbox']) {
  background: transparent;
}

.hs-form-field textarea {
  height: 120px;
}

.hs-form-field textarea {
  height: 160px;
}

.hs-button {
  padding: 0;
  margin: 0;
  font: 20px/20px var(--alternategot);
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
  color: var(--black) !important;
}

.hs-button:hover {
  text-decoration: underline;
  color: var(--blue) !important;
}

.hs-button {
  background: var(--red);
  color: #fff !important;
  padding: 9px 19px 7px 19px;
}

.hs-button:hover {
  background: var(--black);
  color: #fff !important;
  text-decoration: none;
}

.hs-form-colour-blue .hs-button {
  background: var(--blue) !important;
}

.hs-form-colour-blue .hs-button:hover {
  background: var(--black) !important;
}

.hs-form-colour-green .hs-button {
  background: var(--green) !important;
  color: var(--black) !important;
}

.hs-form-colour-green .hs-button:hover {
  background: var(--black) !important;
  color: var(--dust) !important;
}

.hs-form-colour-dust .hs-button {
  background: var(--dust) !important;
  color: var(--black) !important;
}

.hs-form-colour-dust .hs-button:hover {
  background: var(--black) !important;
  color: var(--dust) !important;
}

.hs-form-colour-black .hs-button {
  background: var(--black) !important;
  color: var(--dust) !important;
}

.hs-form-colour-black .hs-button:hover {
  background: var(--blue) !important;
  color: var(--dust) !important;
}

.hs_form_blue .hs-button {
  background: var(--dust);
  color: var(--black) !important;
}

.hs_form_blue .hs-button:hover {
  background: var(--green) !important;
  color: var(--black) !important;
}

.hs-form-field.hs_update_interest label {
  display: block;
  padding: 0 0 10px 0;
}

.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

.hs-error-msgs li {
  margin: 0;
  padding: 5px 0 0 0;
}

.hs-error-msgs li label {
  display: block;
  color: var(--red);
  font-size: 12px;
  line-height: 16px;
}

.hs-form p {
  font-size: 13px;
  line-height: 18px;
  padding: 0 0 15px 0;
}

.legal-consent-container {
  padding: 10px 0 0 0;
}

.legal-consent-container .field.hs-form-field {
  margin-bottom: 0 !important;
}

.contact_new_form .hs_form_blue.contact_offices_form .container .hs-form-field {
  width: 48%;
}

.contact_new_form .hs-form-field label {
  font-size:20px;
}

.contact_new_form .hs-form-field .input input:not([type='checkbox']),
.contact_new_form .hs-form-field textarea {
  border-bottom: 1px solid #000;
  background: transparent!important;
  color: var(--black);
  padding: 9px 0px;
}

.contact_new_form .hs_form_blue .container ::-webkit-input-placeholder {
  color: var(--black) !important;
}

.contact_new_form .hs_form_blue .container :-moz-placeholder {
  /* Firefox 18- */
  color: var(--black) !important;
}

.contact_new_form .hs_form_blue .container ::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--black) !important;
}

.contact_new_form .hs_form_blue .container :first-of-type:-ms-input-placeholder {
  color: var(--black) !important;
}

.contact_new_form .inputs-list li label {
  padding: 0;
}

.contact_new_form .inputs-list li label input[type="checkbox"] {
  border-color: var(--black) !important;
  margin-bottom: -5px !important;
}

.contact_new_form .inputs-list li label input[type="checkbox"]::before {
  box-shadow: inset 1em 1em var(--black) !important;
}


.contact_new_form .hs_form_blue.contact_offices_form .container .hs_contact_form_interest .inputs-list label {
  line-height: 16px;
}

.contact_new_form .hs_form_blue.contact_offices_form .container .hs_contact_form_interest .inputs-list.multi-container li {
  padding: 0 0 16px 0;
}

.contact_new_form .hs_form_blue.contact_offices_form .container .hs_contact_form_interest {
  margin-top: 0px;
  order:7;
  width:100%;
}

.contact_new_form .hs_form_blue.contact_offices_form .hs-form-field textarea {
  height: 155px;
  border:1px solid #000;
  padding:9px;
}

.contact_new_form .hs-form p {
  font-size: 13px;
  line-height: 1.4em;
  padding: 0 0 10px 0;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  font-size:16px;
}

.contact_new_form .hs_form_blue.contact_offices_form .container .hs-form-field.hs_firstname {
  order: 1;
}

.contact_new_form .hs_form_blue.contact_offices_form .container .hs-form-field.hs_lastname {
  order: 2;
}

.contact_new_form .hs_form_blue.contact_offices_form .container .hs-form-field.hs_phone {
  order: 3;
}

.contact_new_form .hs_form_blue.contact_offices_form .container .hs-form-field.hs_email {
  order: 4;
}

.contact_new_form .hs_form_blue.contact_offices_form .container .hs-form-field.hs_company {
  order: 5;
  width:100%;
}

.contact_new_form .hs_form_blue.contact_offices_form .container .hs-form-field.hs_message {
  order: 8;
  width:100%;
}

.contact_new_form .hs_form_blue.contact_offices_form .container .hs-form-field.hs_contact_form_interest {
  order: 7;
}

.contact_new_form .hs_form_blue.contact_offices_form .container .legal-consent-container {
  order: 9;
}

.contact_new_form .hs_form_blue.contact_offices_form .container .hs_error_rollup {
  order: 10;
}

.contact_new_form .hs_form_blue.contact_offices_form .container .hs_submit {
  order: 10;
  width: 100%;
  display: flex;
  justify-content: center;
}

.contact_new_form .hs_form_blue.contact_offices_form .container .hs_submit .hs-button {
  width: fit-content;
  background: #1600FE;
  color: #fff !important;
  padding:8px 46px;
}

.contact_new_form .hs_form_blue.contact_offices_form .container .hs_submit .hs-button:hover {
  background: var(--black) !important;
}

.contact_new_form .legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 0;
}

.contact_new_form .hs-error-msgs {
  display: none !important;
}

.contact_new_form .hs_form_blue.contact_offices_form .container .hs_error_rollup .hs-error-msgs {
  display: block !important;
}

.contact_new_form .hs_form_blue.contact_offices_form .container .hs_error_rollup .hs-error-msgs * {
  color: var(--red) !important;
}

.contact_new_form .hs-form-field .input input:not([type='checkbox']).error {
  border-color: var(--red) !important;
}

.single_download_flex_right_form .hbspt-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.single_download_flex_right_form .hbspt-form .hs-form-field,
.single_download_flex_right_form .hbspt-form .hs-submit {
  width: 100%;
}

/**
.single_download_flex_right_form .hbspt-form .hs-form-field.hs-firstname { width: 48%; }
.single_download_flex_right_form .hbspt-form .hs-form-field.hs-lastname { width: 48%; }
.single_download_flex_right_form .hbspt-form .hs-form-field.hs-company { width: 48%; }
.single_download_flex_right_form .hbspt-form .hs-form-field.hs-jobtitle { width: 48%; }
**/

.hs_form_blue * {
  color: var(--dust);
}

/* .hs_form_blue .container input,
.hs_form_blue .container textarea {
  background: transparent;
} */

.hs_form_blue .container ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 1) !important;
}

.hs_form_blue .container :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 1) !important;
}

.hs_form_blue .container ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 1) !important;
}

.hs_form_blue .container :first-of-type:-ms-input-placeholder {
  color: rgba(255, 255, 255, 1) !important;
}

.hs_form_blue .container :hover {
  color: var(--dust);
}

.hs_form_blue .container input[type="checkbox"]::before {
  box-shadow: inset 1em 1em #000;
}

.hs_form_blue .container form.hs-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hs_form_blue .container .hs-form-field {
  width: 46%;
}

.hs_form_blue .container .hs-fieldtype-booleancheckbox.hs-form-field {
  width: 100%;
}

.hs_form_blue.insight_gated_form .container .hs-form-field.hs-company {
  margin: 0 auto 0 0;
}

.hs_form_blue.contact_offices_form .container .hs-form-field {
  width: 30%;
}

.hs_form_blue.contact_offices_form .container .hs_contact_form_interest {
  width: 65%;
  margin-top: -220px;
}

.hs_form_blue.contact_offices_form .container .hs_contact_form_interest label {
  display: block !important;
}

.hs_form_blue.contact_offices_form .container .hs_contact_form_interest .inputs-list label {
  display: flex !important;
  font-size: 16px;
  line-height: 16px;
}

.hs_form_blue.contact_offices_form .container .hs_contact_form_interest .inputs-list.multi-container {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hs_form_blue.contact_offices_form .container .hs_contact_form_interest .inputs-list.multi-container li {
  width: 30%;
  width: 48%;
  padding: 0 0 10px 0;
}

.hs_form_blue.contact_offices_form .container .hs_contact_form_interest .inputs-list label input {
  margin-right: 8px;
}

.hs_form_blue.contact_offices_form .container .hs_contact_form_interest .inputs-list .hs-form-booleancheckbox label {
  display: block !important;
  font-size: 13px;
  line-height: 18px;
}

.hs_form_blue.contact_offices_form .container .hs_contact_form_interest .inputs-list .hs-form-booleancheckbox label input {
  margin-bottom: -4px;
  margin-top: 3px;
}

.hs_form_blue.contact_offices_form .container .hs-fieldtype-booleancheckbox.hs-form-field {
  width: 100%;
}

.hs_form_blue.contact_offices_form .hs-form-field textarea {
  height: 260px;
}

@media all and (min-width: 671px) and (max-width : 1400px) {
  .single_download_flex_right_form .hs-form p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media all and (min-width: 0px) and (max-width : 800px) {
  .contact_new_form .hs_form_blue.contact_offices_form .container .hs_contact_form_interest {
    margin-top: 0;
    width: 100%;
  }

  .contact_new_form .hs_form_blue.contact_offices_form .container .hs_submit {
    order: 9;
    width: 100%;
  }
}

@media all and (min-width: 0px) and (max-width : 670px) {
  .contact_new_form .hs_form_blue.contact_offices_form .container .hs-form-field {
    width: 100%;
  }

  .contact_new_form .hs_form_blue.contact_offices_form .container .hs_contact_form_interest .inputs-list.multi-container li {
    width: 48%;
    padding: 0 0 16px 0;
  }
}

@media all and (min-width: 0px) and (max-width : 400px) {
  .contact_new_form .hs_form_blue.contact_offices_form .container .hs_contact_form_interest .inputs-list.multi-container li {
    width: 100%;
  }
}

@media all and (min-width: 0px) and (max-width : 800px) {

  .hs_form_blue.contact_offices_form .container .hs-form-field {
    width: 48%;
  }

  .hs_form_blue.contact_offices_form .container .hs-dependent-field .hs_contact_form_interest {
    margin-top: 0;
  }

  .hs_form_blue.contact_offices_form .container .hs-form-field.hs-message {
    width: 100%;
  }

  .hs_form_blue.contact_offices_form .container .hs-dependent-field {
    width: 100%;
    padding-top: 20px;
  }

  .hs_form_blue.contact_offices_form .container .hs-dependent-field .inputs-list.multi-container li {
    width: 48%;
  }

  .hs_form_blue.contact_offices_form .container .hs-dependent-field .inputs-list label {
    font-size: 16px;
    line-height: 18px;
  }

  .hs_form_blue.contact_offices_form .container .hs_contact_form_interest {
    margin-top: 0;
  }

  .hs_form_blue.contact_offices_form .container .hs_contact_form_interest {
    width: 100%;
  }

  .hs_form_blue.contact_offices_form .hs-form-field textarea {
    height: 160px;
  }

  .hs_form_blue.contact_offices_form .container .hs_contact_form_interest .inputs-list label {
    font-size: 16px;
    line-height: 18px;
  }

}

@media all and (min-width: 0px) and (max-width : 670px) {

  .hs_form_blue.contact_offices_form .container .hs-form-field {
    width: 100%;
  }

  .hs_form_blue.contact_offices_form .container .hs-dependent-field .inputs-list.multi-container li {
    width: 100%;
  }

  .hs_form_blue.contact_offices_form .container .hs_contact_form_interest .inputs-list.multi-container li {
    width: 100%;
  }

  .hs-button {
    font-size: 24px;
    line-height: 1;
  }

}

@media all and (min-width: 0px) and (max-width : 580px) {

  .insight_gated_form .container .hs-form-field {
    width: 100%;
  }

}