.hs-exp-calc {
  width: 100%;
}
.hs-exp-calc strong.h4 {
  display: block;
  margin-bottom: 15px;
}
.hs-exp-calc .checkbox-row {
  margin-top: 20px;
}
.hs-exp-calc .checkbox-row label.checkbox {
  cursor: pointer;
}
.hs-exp-calc .checkbox-row label.checkbox span {
  font-weight: 500;
  transition: color 0.3s;
}
.hs-exp-calc .checkbox-row label.checkbox:hover span,
.hs-exp-calc .checkbox-row label.checkbox:focus span {
  color: #339cd3 !important;
}
.hs-exp-calc .military-row {
  margin-top: 20px;
}
.hs-exp-calc .military-row.show {
  display: block !important;
}
.hs-exp-calc .range-form > *:first-child {
  margin-right: -25px;
}
.hs-exp-calc .range-form__button {
  display: inline-block;
  line-height: 50px;
  font-size: 35px;
}
.hs-exp-calc .date-input {
  position: relative;
}
.hs-exp-calc .date-input .input {
  background-image: url(/images/svg/calendar.svg);
  background-position: center right 13px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
.hs-exp-calc input[type="text"] {
  position: relative;
  min-width: auto;
  width: 100%;
}
.hs-exp-calc .exp-range + .exp-range {
  margin-top: 20px;
}
.hs-exp-calc .block-action {
  width: 100%;
  margin-top: 25px;
}
.hs-exp-calc .block-action .button {
  min-width: 160px;
  padding-left: 15px;
  padding-right: 15px;
}
.hs-exp-calc i.note {
  display: block;
  font-weight: 300;
  font-size: 16px;
  color: #6C6F77;
  margin-top: 20px;
}
.hs-exp-calc .result {
  display: none;
  width: 100%;
}
.hs-exp-calc .result.show {
  display: block;
}
@media (max-width: 767px) {
  .hs-exp-calc .range-form > *:first-child {
    margin-bottom: -15px;
    margin-right: 0;
  }
  .hs-exp-calc .range-form__button {
    line-height: 20px;
    font-size: 40px;
  }
  .hs-exp-calc .exp-range + .exp-range {
    border-top: 1px solid #BDBDBD;
    padding-top: 15px;
  }
  .hs-exp-calc .exp-range [class^="col"] + [class^="col"] {
    margin-top: 25px;
  }
  .hs-exp-calc .block-action .button {
    width: 100%!important;
    margin-right: 0;
  }
  .hs-exp-calc .block-action .button + .button {
    margin-top: 15px;
  }
}
/*# sourceMappingURL=experience.css.map */