.hero-calculator {
  padding: 1rem 1rem 0 1rem;
  overflow: auto;
  /* Firefox */
}
@media (min-width: 1025px) {
  .hero-calculator {
    padding: 0;
  }
}
.hero-calculator input::-webkit-outer-spin-button,
.hero-calculator input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.hero-calculator input[type=number] {
  -moz-appearance: textfield;
}
.hero-calculator select {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.hero-calculator .align-left {
  text-align: left;
}
.hero-calculator .align-center {
  text-align: center;
}
.hero-calculator .align-right {
  text-align: right;
}
.hero-calculator .combined-field {
  display: flex;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.hero-calculator .combined-field input[type=number] {
  box-shadow: none;
}
.hero-calculator .combined-field div {
  padding: 8px 12px;
  border: 1px solid #ebeced;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.hero-calculator .combined-field-right input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.hero-calculator .combined-field-right div {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.hero-calculator .combined-field-left input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.hero-calculator .combined-field-left div {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.hero-calculator .title-cell {
  text-align: left;
  width: 100%;
  white-space: normal;
  min-width: 240px;
}
.hero-calculator .radio-cell label {
  display: block;
  position: relative;
  padding: 8px 12px;
  border: 1px solid #ebeced;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.hero-calculator .radio-cell input {
  display: none;
}
.hero-calculator .radio-cell input:checked + label {
  background: #00447c;
  color: #fff;
  border: none;
}
.hero-calculator table {
  vertical-align: top;
}
.hero-calculator table input[type=number] {
  text-align: right;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.hero-calculator table tr td {
  min-width: 128px;
  white-space: nowrap;
  padding: 12px 8px;
}
.hero-calculator table tr td:first-child {
  padding-left: 16px;
}
.hero-calculator table tr td:last-child {
  padding-right: 16px;
}
.hero-calculator table tr.accent.strip-top-padding td {
  padding-top: 12px;
}
.hero-calculator table tr.accent.strip-top-bottom-padding td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.hero-calculator table tr.accent.strip-bottom-padding td {
  padding-bottom: 12px;
}
.hero-calculator table tr.accent td {
  background: #edf2f6;
}
.hero-calculator table tr.section td {
  font-weight: 800;
  line-height: 1.2;
  font-size: 1.3em;
  color: #00447c;
  padding-bottom: 0;
}
.hero-calculator table tr.section.no-intro td {
  padding-bottom: 16px;
}
.hero-calculator table tr.intro td {
  text-align: left;
  white-space: normal;
  padding-bottom: 0;
}
.hero-calculator table tr.numbers-row td {
  font-weight: 800;
  color: #f37321;
}
.hero-calculator table tr.total td {
  background: #00447c;
  padding: 16px;
  color: #fff;
}
.hero-calculator table tr.spacer td {
  height: 2rem;
}
.hero-calculator table tr.hidden {
  display: none;
}
.hero-calculator .with-popover {
  display: flex;
  align-items: center;
}
.hero-calculator .with-popover .popover {
  margin-right: 8px;
  position: relative;
}
.hero-calculator .with-popover .popover i {
  font-size: 24px;
  line-height: 1;
  color: #f37321;
  cursor: pointer;
}
.hero-calculator .with-popover .popover i:hover {
  color: #ee650d;
}
.hero-calculator .with-popover .popover .popover-content {
  display: none;
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.hero-calculator .with-popover .popover .popover-content table {
  min-width: 240px;
}
.hero-calculator .with-popover .popover .popover-content table tr td,
.hero-calculator .with-popover .popover .popover-content table tr th {
  padding: 8px;
  min-width: auto;
  white-space: nowrap;
  background: #fff;
}
.hero-calculator .with-popover .popover .popover-content table tr td:first-child,
.hero-calculator .with-popover .popover .popover-content table tr th:first-child {
  padding-left: 16px;
}
.hero-calculator .with-popover .popover .popover-content table tr td:last-child,
.hero-calculator .with-popover .popover .popover-content table tr th:last-child {
  padding-right: 16px;
}
.hero-calculator .with-popover .popover .popover-content table tr th {
  background: #00447c;
  font-weight: 800;
  color: #fff;
}
.hero-calculator .with-popover .popover:hover .popover-content {
  display: block;
}
.hero-calculator .with-popover .content {
  flex-grow: 1;
}

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