<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#tax-estimator,
.estimator-container &gt; * {
  column-gap: 3rem;
  border-radius: .5rem;
  row-gap: 1rem;
}

#tax-estimator h4 {
  margin: 0;
}

#tax-estimator * {
  flex-direction: column;
  text-transform: uppercase;
}
  #tax-estimator .keepcase {
    text-transform: none;
  }

  #tax-estimator :is(h4, .either-or, .either-or *) {
    flex-direction: row;
  }

  #tax-estimator .either-or {
    margin: 2rem 0 1rem;
    align-self: center;
    outline: 1px solid var(--contrast);
    background-color: var(--compare-more);
    border-radius: var(--circle);
    box-shadow: var(--concave-sm);
  }

  #tax-estimator .yes-no {
    border-color: white;
  }

  #tax-estimator .yes-no,
  .wrapper--yes-no .yes-no:last-of-type::after {
    border-radius: var(--circle) !important;
  }

  #tax-estimator .input-wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }

  #tax-estimator .error-message {
    position: relative !important;
    bottom: unset !important;
    left: unset !important;
    padding: .25rem 1rem;
    background: white;
    border: 1px solid orangered;
    font-weight: 500;
    color: #333;
    border-left: 5px solid orangered;
    margin-top: .5rem;
    border-radius: .25rem !important;
  }

  #tax-estimator .either-or label {
    padding: 1rem 2rem;
  }

  #tax-estimator &gt; * {
    flex: 1 1 50%;
  }

  #tax-estimator .active {
    display: flex;
  }

  #tax-estimator .inactive {
    display: none;
  }

  #tax-estimator button.active ~ button.active {
    margin-left: 1rem;
  }

  #tax-estimator .estimator-container {
    align-items: stretch;
    position: relative;
    justify-content: space-between;
    padding: 2rem;
    border-radius: .25rem;
    box-shadow: var(--concave-sm);
    background-color: var(--compare);
  }

    #tax-estimator .estimator-container &gt; * {
      width: 100%;
    }

  #tax-estimator :is(.district-selection, .calculator) {
    align-items: flex-start;
  }

  #tax-estimator .inset {
    box-shadow: var(--concave-sm);
    padding: .5rem 1rem;
    border-radius: .25rem;
    background: var(--compare-more);
    width: 100%;
  }

  #tax-estimator .inset {
    height: 40px;
  }

  #tax-estimator :is(.inset:focus, .inset:focus-within) {
    outline: 1px solid var(--contrast);
  }

  #tax-estimator select {
    border: none;
    outline: none;
  }

    #tax-estimator select:focus {
      outline: none;
    }

  #tax-estimator .label {
    margin: .2rem 0;
    font-weight: 300;
    text-shadow: 1px 1px 1px var(--compare-more);
    letter-spacing: .2px;
    align-items: center;
    flex-direction: row;
  }

#tax-estimator svg {
  stroke-width: 1.5;
  flex-shrink: 0;
}

#tax-estimator .helpicon {
  height: 18px;
  width: 18px;
  margin: 0 .5rem;
  fill: var(--compare-less);
  cursor: pointer;
}

#tax-estimator .helpicon:hover {
  fill: var(--color);
  stroke: var(--compare-more);
}

#tax-estimator .checkbox {
  height: 18px;
  width: 18px;
  margin-right: .5rem;
}

input:checked + label &gt; .checkbox {
  stroke: var(--color);
  position: relative;
  stroke-width: 2 !important;
}

#tax-estimator .button--row {
  justify-self: flex-end;
  width: 100%;
  flex-direction: row;
}

#tax-estimator button {
  margin: 0.5rem 0;
  border-radius: 0.25rem;
  border: 0.5px solid var(--contrast);
  padding: 0.25rem 0.5rem;
  align-items: center;
  width: fit-content;
  box-shadow: none;
  cursor: pointer;
  padding-right: 1.5rem;
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: .2px;
  flex-direction: row;
}

  #tax-estimator button svg {
    height: 1.5rem;
    width: 1.5rem;
    margin: .25rem;
  }

  #tax-estimator button.disabled {
    border-color: var(--contrast-less);
    color: var(--contrast-less);
    background: var(--compare);
    cursor: not-allowed;
  }

#tax-estimator .checkbox-container {
  flex-direction: row;
  align-items: center;
  margin-top: 0rem !important;
}

#tax-estimator button:hover:not(#tax-estimator button.disabled:hover) {
  background: var(--contrast);
  color: var(--compare-more);
}

#tax-estimator .calculate:not(#tax-estimator .calculate.disabled) {
  color: var(--compare-more);
  background: var(--color);
}

#tax-estimator .row {
  flex-direction: row;
  gap: 1rem;
  align-items: flex-end;
}

#tax-estimator .parameter {
   letter-spacing: 2px;
  text-shadow: 1px 1px 1px var(--compare-more);
}

#tax-estimator .parameter strong {
  font-weight: 500;
}

#tax-estimator .percentage {
  flex-direction: row;
  height: auto;
  font-size: 2rem;
  color: var(--color);
}

#tax-estimator .percentage sup {
  font-size: large;
  font-weight: 450;
}

#tax-estimator .datafield {
  letter-spacing: .2px;
  background: white;
  padding: .5rem 1rem;
  border-radius: .25rem;
}

#tax-estimator .row &gt; div {
  flex: 1 1 50%;
}

#tax-estimator .total {
  padding: 1rem;
  background: var(--contrast);
  border-radius: .25rem;
  align-items: center;
  color: var(--compare);
  width: 100%;
}

#tax-estimator .total &gt; label {
  color: var(--color);
  margin-bottom: 0.5rem;
}

#tax-estimator .results label {
  width: -webkit-fill-available;
  width: -moz-available;
}

#tax-estimator .estimated-tax {
  width: 100%;
}

#tax-estimator .results {
  padding: 1rem;
  background: white;
  border-radius: .25rem;
  width: 100%;
  /*color: var(--compare);*/
  align-items: center;
}

#tax-estimator .breakdown {
  width: fit-content;
}

#tax-estimator .results .result-item {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}

#tax-estimator .result-item span {
  font-variant-numeric: tabular-nums;
}

#tax-estimator .footnote {
  color: var(--gray-med);
  font-size: 0.79rem;
  position: relative;
  font-style: italic;
  line-height: 1.3;
  margin-top: -.5rem;
  margin-bottom: 1rem;
}

#tax-estimator .footnote:before {
  content:"*";
  position: absolute;
  left: -.5rem;
}

#tax-estimator hr {
  width: 100%
}

#tax-estimator :is(.visual-disabled, .visual-disabled *) {
  background-color: var(--compare);
  box-shadow: none;
  color: var(--contrast-less);
}

#tax-estimator :is(.visual-disabled) {
  outline: 1px solid var(--compare-less);
}

@media screen and (max-width: 600px) {
  #tax-estimator {
    flex-direction: column;
  }

  #tax-estimator .divided {
    flex-direction: column;
  }

  #tax-estimator .estimator-container {
    margin-top: 2rem;
    padding: 1rem;
  }

  #tax-estimator .button--row {
    margin-top: 1rem;
  }

  #tax-estimator input:checked + label::before {
    top: 0;
    bottom: unset;
  }

  #tax-estimator .row {
    flex-direction: column;
  }
}

@media print {
  #tax-estimator {
    flex-direction: column;
  }

    #tax-estimator .estimator-container {
      border: 1px dashed var(--color);
      box-shadow: none;
      margin-top: 2rem;
    }

    #tax-estimator .results {
      border: 2px solid var(--contrast);
    }
}
</pre></body></html>