/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
  touch-action: manipulation;
}
main {
  display: block;
}
main.interactive {
  padding: 20px 10px;
  margin: 20px auto;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
a {
  color: #0777b3;
  text-decoration: none;
}
a:visited {
  color: #7e838b;
}
a:hover,
a:focus {
  color: #2b4d70;
}
a img {
  border: none;
}
img,
video,
embed,
object,
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
  margin: 1.42105263 0 0.71052632 0;
}
h1 {
  font-size: 28px;
  line-height: 1.07142857;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 1.0952381;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 1.04545455;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0.71052632 0 0 0;
}
.byline {
  font-size: 18px;
  margin: 24px auto;
}
@media (max-width: 768px) {
  .byline {
    padding: 0 16px;
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .byline {
    padding: 0 16px;
    padding-top: 40px;
  }
}
.byline .staff {
  font-style: italic;
  font-size: 16px;
}
.byline .date {
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #424648;
}
nav.main-nav {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1;
  z-index: 999;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  padding: 10px;
}
@media (max-width: 480px) {
  nav.main-nav .wrapper {
    padding: 6px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  height: 24px;
  max-height: 100%;
}
@media (max-width: 480px) {
  nav.main-nav .logo img {
    height: 18px;
  }
}
.ad {
  text-align: center;
  margin: 16px auto;
}
.ad.pending::before {
  display: block;
  content: "";
  background: #e0e0e0;
}
.ad.pending[data-type="banner"],
.ad.pending[data-type="bannerBottom"] {
  max-width: 728px;
}
.ad.pending[data-type="banner"]::before,
.ad.pending[data-type="bannerBottom"]::before {
  padding-bottom: 12.36263736%;
}
@media (max-width: 480px) {
  .ad.pending[data-type="banner"]::before,
  .ad.pending[data-type="bannerBottom"]::before {
    padding-bottom: 16.66666667%;
  }
}
.ad.pending[data-type="tall"] {
  max-width: 300px;
}
.ad.pending[data-type="tall"]::before {
  padding-bottom: 200%;
}
.ad.pending[data-type="square"] {
  max-width: 300px;
}
.ad.pending[data-type="square"]::before {
  padding-bottom: 83.33333333%;
}
.subscribe-box {
  padding: 0;
}
.subscribe-box h2 {
  margin: 0;
}
.subscribe-box img {
  display: inline-block;
  padding-right: 10px;
  height: 24px;
}
@media (max-width: 480px) {
  .subscribe-box img {
    display: block;
    margin: 24px auto;
    padding-right: 0;
  }
}
.subscribe-box .button-box {
  padding-top: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .subscribe-box .button-box {
    display: block;
    text-align: center;
  }
}
.subscribe-box .subscribe-button {
  display: inline-block;
  background: #0777b3;
  padding: 12px 15px 10px 15px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .08em;
}
.subscribe-box .subscribe-button:hover {
  background: #e0e0e0;
}
.show-comments {
  border: 1px solid #0777b3;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #0777b3;
  cursor: pointer;
  margin: 20px 0;
}
.thin-div {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: auto;
  max-width: 900px;
}
.thin-div .center {
  position: relative;
  top: 15px;
  margin: auto;
  width: 105px;
  text-align: center;
  font-size: 20px;
  background: white;
}
.dont-miss {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 15px;
  max-width: 900px;
  font-size: 17px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.dont-miss .story {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
@media (max-width: 480px) {
  .dont-miss .story {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.dont-miss .padded {
  padding: 10px;
}
.dont-miss img {
  width: 100%;
}
.dont-miss a {
  color: #424648;
  transition: color .1s linear;
}
.dont-miss a:hover {
  color: #0777b3;
}
.dont-miss .small {
  font-weight: bold;
  font-size: 15px;
}
footer.nav-bottom {
  background: black;
  opacity: 0.95;
  padding: 8px 8px 4px 8px;
  position: relative;
  z-index: 99;
}
footer.nav-bottom .logo {
  float: left;
  margin-right: 10px;
}
footer.nav-bottom .logo img {
  margin-top: 5px;
  height: 20px;
}
footer.nav-bottom::after {
  clear: both;
  content: " ";
  display: block;
}
[v-cloak] {
  display: none;
}
main.interactive {
  max-width: 960px;
}
header h1 {
  text-align: center;
}
p {
  margin: 20px auto;
  max-width: 600px;
}
label,
input {
  display: block;
}
.legend {
  margin: 0;
  padding: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
}
@media (max-width: 480px) {
  .legend {
    padding: 0;
  }
}
.legend li {
  padding: 0;
  list-style: none;
  border-radius: 2px;
  transition: background-color 0.2s linear;
}
.legend li:hover,
.legend li:focus {
  background-color: #e0e0e0;
}
.legend span {
  display: inline-block;
  vertical-align: text-top;
  width: 14px;
  height: 14px;
}
.i-button {
  display: inline;
  margin: 0;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  color: #7e838b;
  transition: color 0.2s linear;
}
.i-button:hover,
.i-button:focus {
  color: black;
}
.info-box {
  transition: all 0.5s ease;
  border: 1px solid #c0c0c0;
  border-radius: 2px;
  padding: 10px 5px;
  font-size: 14px;
  max-width: 600px;
  overflow-y: scroll;
}
.info-box p {
  margin: 14px 0;
}
.info-box p:first-child {
  margin-top: 0;
}
.info-box p:last-child {
  margin-bottom: 0;
}
.input-info {
  margin: 10px auto;
  max-height: 275px;
}
.city-info {
  margin: 0 0 20px;
  max-height: 150px;
}
.slide-enter,
.slide-leave-to {
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid transparent;
  padding-top: 0;
  padding-bottom: 0;
  max-height: 0;
}
.presets {
  margin-bottom: 20px;
}
footer {
  margin: 0 auto 15px;
  max-width: 600px;
  color: #424648;
  font-size: 14px;
}
footer h2 {
  font-size: 16px;
}
footer h3 {
  font-size: 14px;
  font-weight: bold;
}
footer p {
  margin: 14px auto;
}
footer ul {
  margin: 0;
  padding: 0 14px;
}
footer button {
  display: block;
  margin: 0 auto;
  border: 1px solid #c0c0c0;
  border-radius: 2px;
  background-color: transparent;
  padding: 5px;
}
footer button:hover,
footer button:focus {
  cursor: pointer;
}
p.credits {
  text-align: right;
  font-size: 12px;
  max-width: none;
  margin: 0;
  padding: 0;
}
.controls {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
}
.controls > div {
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  padding: 10px;
}
@media (max-width: 480px) {
  .controls > div {
    padding: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .controls > div:nth-child(odd) {
    padding-right: 2px;
  }
  .controls > div:nth-child(even) {
    padding-left: 2px;
  }
}
.controls input,
.controls label.formatted {
  width: 100%;
  margin: 0;
  border: 1px solid #c0c0c0;
  border-radius: 2px;
  padding: 2px;
  font-size: 16px;
  line-height: 22px;
  background-color: white;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.controls input[type="number"] {
  opacity: 0;
}
.controls input[type="number"]:focus,
.controls input[type="number"]:hover {
  opacity: 1;
}
.controls label.formatted {
  margin-top: -28px;
}
.controls input:focus + label.formatted,
.controls input:hover + label.formatted {
  display: none;
}
.bo {
  background-color: #005235;
}
.head {
  background-color: #195f8e;
}
.sales {
  background-color: #83c5a2;
}
.license {
  background-color: #f2d864;
}
.property {
  background-color: #db9335;
  text-align: right;
}
.chart {
  position: relative;
  padding: 10px;
}
@media (max-width: 480px) {
  .chart {
    padding: 5px 0px;
  }
}
.column {
  height: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .column {
    padding: 2px 0;
    border-top: 1px solid #e0e0e0;
    height: auto;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 1;
  }
}
.column-label {
  -webkit-flex: 0 0 110px;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
}
.bricks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
@media (max-width: 480px) {
  .bricks {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    order: 3;
  }
}
.brick {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: auto 0;
  height: 20px;
  transition: width .5s ease, height .1s ease;
}
@media (max-width: 480px) {
  .brick {
    height: 10px;
  }
}
.brick.hidden {
  width: 0 !important;
}
.brick:hover,
.brick:focus {
  height: 30px;
}
@media (max-width: 480px) {
  .brick:hover,
  .brick:focus {
    height: 10px;
  }
}
.column-total {
  padding-left: 10px;
}
.hover-box {
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(192, 192, 192, 0.5);
  border-radius: 2px;
  box-shadow: 4px 4px 8px -2px rgba(0, 0, 0, 0.2);
  background-color: white;
}
.hover-box .close {
  display: none;
}
@media (max-width: 480px) {
  .hover-box .close {
    display: block;
    float: right;
    background: transparent;
    border: none;
    padding: 5px 10px 0;
    font-variant: small-caps;
    color: #7e838b;
  }
  .hover-box .close:hover,
  .hover-box .close:focus {
    cursor: pointer;
    color: #424648;
  }
}
.hover-box .equation {
  clear: both;
  padding: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hover-box .equation-part {
  padding: 0 5px;
}
.hover-box .info-value {
  padding: 0 5px;
  text-align: center;
}
.hover-box .info-bracket {
  margin-top: -10px;
  height: 10px;
  border-left: 1px solid #424648;
  border-right: 1px solid #424648;
  border-bottom: 1px solid #424648;
}
.hover-box .info-annotation {
  text-align: center;
  font-size: 14px;
}
.hover-box .caveat {
  display: block;
  font-size: 12px;
  line-height: 1;
  padding: 0 10px 10px;
}
.radio-hed {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
}
.radio {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  padding: 0 0 16px;
}
.radio input {
  position: absolute;
  left: -99999px;
}
.radio label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 4px 4px;
  border: 1px solid #e0e0e0;
}
.radio label:hover,
.radio label:focus {
  cursor: pointer;
}
.radio label.selected {
  background: #e0e0e0;
  border: 1px solid #c0c0c0;
}
.radio label:first-child {
  border-radius: 4px 0 0 4px;
}
.radio label:last-child {
  border-radius: 0 4px 4px 0;
}
