.calc_holder {
  font-family: "Lato", sans-serif;
}
.calc_holder .checkbox_wrapper {
  margin-bottom: 1.5em;
}
.calc_holder .checkbox_wrapper .styled_checkbox {
  background: transparent;
  box-shadow: none;
  outline: none;
  outline-width: 0;
  display: flex;
  line-height: 1.5em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
.calc_holder .checkbox_wrapper .styled_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.calc_holder .checkbox_wrapper .styled_checkbox input:checked ~ .custom_checkbox {
  width: 19px;
  height: 19px;
  background-color: #359fc8;
  border: solid 1px #359fc8;
  opacity: 1;
  background-image: url(/i/icons/white-deals-checked.svg);
  background-repeat: no-repeat;
  background-size: 17px 16px;
  background-position: center;
}
.calc_holder .checkbox_wrapper .styled_checkbox .custom_checkbox {
  width: 19px;
  height: 19px;
  border: solid 1px #359fc8;
  flex-shrink: 0;
}
.calc_holder .checkbox_wrapper .styled_checkbox .custom_checkbox_heading {
  font-size: 1.5em;
  font-weight: 600;
  padding-left: 0.5em;
  color: #3f3f3f;
}
.calc_holder .reset_wrapper {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}
.calc_holder .reset_wrapper .reset_link {
  font-size: 20.8px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.1px;
  text-align: center;
  color: #38accd;
  padding: 5em 0;
}

.input_field .input_error.warning,
.custom-select .input_error.warning {
  color: #ff4747;
}

.result {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.31;
  letter-spacing: -0.4px;
  text-align: center;
  color: #303030;
  margin: 0;
}
.result h1,
.result h2 {
  text-align: center;
}

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