/* -------------------------
 *  Base Element Overrides
 * ------------------------- */
form ul, form li {
  padding: 0;
  margin: 0;
  list-style: none;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: none !important;
}

.mktoGutter,
.mktoOffset {
  display: none !important;
}

.mktoHasWidth {
  width: auto !important;
}

/* -------------------------
 *  Field Layout
 * ------------------------- */
.mktoFormCol {
  width: 100%;
  clear: both;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 15px !important;
}

.mktoFieldWrap {
  float: none !important;
}
.mktoFieldWrap .mktoLabel {
  font-weight: 600 !important;
  padding: 0 !important;
  font-size: 15px;
  margin-bottom: 5px !important;
  line-height: 1.15;
  display: block !important;
}

.mktoFormRow {
  margin-left: -8px;
  margin-right: -8px;
}
.mktoFormRow:before, .mktoFormRow:after {
  display: table;
  content: " ";
}
.mktoFormRow:after {
  clear: both;
}

/* -------------------------
 *  Form Modifiers
 * ------------------------- */
.hs-form--sm .hs-richtext,
.hs-form--sm .hs-form-field,
.hs-form--sm .actions {
  margin-bottom: 10px;
}
.hs-form--sm .hs-input {
  height: 36px;
  border-radius: 0;
}
.hs-form--sm .hs_submit input[type=submit] {
  height: 36px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.hs-form--nolabels .hs-form-field > label {
  display: none;
}

.hs-form--noborder .hs-input, .hs-form--noborder .hs-input:focus, .hs-form--noborder .hs-input:active {
  border-color: #fff;
}
.hs-form--noborder .hs-input.error {
  border-color: #fbe2da;
}

.hs-form--white-bg .hs-input {
  background-color: #f9f9f9;
}

.hs-form--privacy .actions:after {
  content: "We'll never share your information.\aWe hate spam too.";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ababab' d='M3 0c-1.1 0-2 .9-2 2v1h-1v4h6v-4h-1v-1c0-1.1-.9-2-2-2zm0 1c.56 0 1 .44 1 1v1h-2v-1c0-.56.44-1 1-1z' transform='translate(1)' /%3E%3C/svg%3E");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
  font-size: 85%;
  white-space: pre;
  display: block;
  line-height: 14px;
  font-size: 12px;
  color: #acafae;
  padding: 10px 0 8px 30px;
  margin-top: 5px;
  font-style: italic;
  width: 210px;
  margin-left: auto;
  margin-right: auto;
}

.privacy-text {
  margin: 0 0 15px 0;
  font-style: italic;
  color: #acafae;
  font-size: 14px;
  line-height: 1.25;
}

/* -------------------------
 *  Submit Buttons
 * ------------------------- */
.mktoButtonRow,
.mktoButtonWrap {
  display: block !important;
}

.mktoButtonWrap {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mktoButtonWrap .mktoButton {
  line-height: 18px;
  font-size: 15px;
  height: 46px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  background: #f15921;
  border-radius: 5px;
  border: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mktoButtonWrap .mktoButton:hover, .mktoButtonWrap .mktoButton:focus {
  background: #d2420d;
}
.mktoButtonWrap .mktoButton[disabled] {
  cursor: not-allowed;
  opacity: 0.75;
}
.mktoButtonWrap .button-default {
  padding: 14px 40px;
}

/* -------------------------
 *  Field Styles
 * ------------------------- */
.mktoField {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  width: 100% !important;
  background: #fff;
  border: 1px solid #c6c8c8;
  height: 40px;
  border-radius: 4px;
  padding: 6px 12px;
  line-height: 26px;
  font-size: 16px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #5F6362;
}
.mktoField[type=checkbox], .mktoField[type=radio] {
  width: auto !important;
}
.mktoField:focus, .mktoField:active {
  outline: none;
  border-color: #929695;
}
.mktoField[disabled] {
  cursor: not-allowed;
  background-color: #fafafa;
}

textarea.mktoField,
select.mktoField {
  width: 100% !important;
}

select.mktoField {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1030 638'%3E%3Cpath fill='%232c302f' d='M1017 68L541 626q-11 12-26 12t-26-12L13 68Q-3 49 6 24.5T39 0h952q24 0 33 24.5t-7 43.5z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10px 10px;
  padding-right: 30px !important;
  background-position: right 12px center;
}
select.mktoField::-ms-expand {
  display: none;
}

textarea.mktoField {
  line-height: 1.25;
  padding: 12px;
  height: 125px;
}

.mktoCheckboxList,
.mktoRadioList {
  width: 100% !important;
  padding: 0 !important;
  margin-top: 15px;
}
.mktoCheckboxList *,
.mktoRadioList * {
  box-sizing: border-box !important;
}
.mktoCheckboxList input,
.mktoRadioList input {
  display: none;
}
.mktoCheckboxList input:checked + label:before,
.mktoRadioList input:checked + label:before {
  display: block;
}
.mktoCheckboxList label,
.mktoRadioList label {
  display: block !important;
  width: 100% !important;
  clear: both;
  float: none;
  margin: 7px 0 !important;
  line-height: 1.285;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  padding-left: 26px;
  color: #5F6362;
  cursor: pointer;
}
.mktoCheckboxList label:before, .mktoCheckboxList label:after,
.mktoRadioList label:before,
.mktoRadioList label:after {
  content: "";
  position: absolute !important;
  cursor: pointer;
  box-sizing: border-box;
  transform: translateY(0) !important;
}
.mktoCheckboxList label:after,
.mktoRadioList label:after {
  border: 1px solid #c6c8c8;
  background: #fff;
  z-index: 0;
  height: 20px;
  width: 20px;
  left: 0 !important;
  top: 0 !important;
  display: block;
}
.mktoCheckboxList label:before,
.mktoRadioList label:before {
  z-index: 1;
  display: none;
  height: 12px !important;
  width: 12px !important;
  top: 4px !important;
  left: 4px !important;
  border: 0 !important;
}

.mktoCheckboxList label:before {
  background-color: transparent !important;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f99d1b' d='M6.41 0l-.69.72-2.78 2.78-.81-.78-.72-.72-1.41 1.41.72.72 1.5 1.5.69.72.72-.72 3.5-3.5.72-.72-1.44-1.41z' transform='translate(0 1)'/%3E%3C/svg%3E");
}

.mktoRadioList label:before, .mktoRadioList label:after {
  border-radius: 100%;
}
.mktoRadioList label:before {
  background: #f99d1b;
}

.hs_key_requirements_testing_software .inputs-list {
  margin: 15px -5px;
}
.hs_key_requirements_testing_software .inputs-list:before, .hs_key_requirements_testing_software .inputs-list:after {
  display: table;
  content: " ";
}
.hs_key_requirements_testing_software .inputs-list:after {
  clear: both;
}
.hs_key_requirements_testing_software .inputs-list > li {
  padding: 0 5px;
  width: 50%;
  float: left;
}
.hs_key_requirements_testing_software .inputs-list label {
  font-size: 14px;
  line-height: 20px;
}

/* -------------------------
 * Error / Success Messages
 * ------------------------- */
.mktoAsterix {
  display: inline-block;
  margin-right: 2px;
  margin-left: -10px;
}

.mktoAsterix {
  color: #e95420;
}

.submitted-message {
  padding: 20px;
  font-size: 18px;
  background: #fafafa;
  color: #5F6362;
  border-left: 5px solid #8dc65e;
  max-width: 708px;
  margin: 20px auto;
}
.submitted-message p {
  margin-bottom: 10px;
}
.submitted-message *:last-child {
  margin-bottom: 0;
}

.mktoError {
  position: relative;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
}
.mktoError .mktoErrorMsg {
  padding: 4px 6px;
  display: inline-block;
  font-size: 13px;
  border-radius: 2px;
  background-color: #e95420;
  color: #fff;
  line-height: 1;
  margin: 6px 0 0 0;
  transform: translateY(-4px);
  font-weight: 600;
  position: relative;
}
.mktoError .mktoErrorMsg:before {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #e95420;
}

/* -------------------------
 * Specific Form Overrides
 * ------------------------- */
#gateForm {
  padding: 30px;
  margin: 0 -30px;
  background: #f1f2f2;
  position: relative;
  top: 30px;
  border-radius: 0 0 4px 4px;
}
#gateForm .actions {
  margin-bottom: 0;
}
#gateForm .submitted-message {
  margin: 0;
}

@media (min-width: 768px) {
  #gateForm {
    padding: 40px;
    margin: 0 -40px;
    top: 40px;
  }
  #gateForm .form-columns-1 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 50%;
    float: left;
  }
  #gateForm .form-columns-1 > .hs-form-field {
    padding-left: 0 !important;
  }
  #gateForm .form-columns-1 + .form-columns-1 > .hs-form-field {
    padding-left: 10px !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .mktoFormRow {
    display: flex;
    flex-direction: row;
  }
}

/*# sourceMappingURL=forms.css.map */
