* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
}
main {
  display: block;
}
a {
  -webkit-tap-highlight-color: black;
  transition: color 0.15s ease-in-out;
  color: #0777b3;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: #2b4d70;
}
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: 30px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 46px;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 23px;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0.71052632 0 0 0;
}
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;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  nav.main-nav .wrapper {
    height: 40px;
    padding: 10px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  width: 310px;
  height: 70px;
  max-height: 100%;
}
@media (max-width: 768px) {
  nav.main-nav .logo img {
    height: 24px;
    width: auto;
  }
}
nav.main-nav .share {
  position: absolute;
  top: 20px;
  right: 10px;
}
@media (max-width: 768px) {
  nav.main-nav .share {
    top: 10px;
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share label {
  background: white !important;
}
@media (max-width: 480px) {
  nav.main-nav .share label span {
    display: none;
  }
  nav.main-nav .share .left {
    margin-left: -275px !important;
  }
}
/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body {
  max-width: 620px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}
@media (max-width: 480px) {
  body {
    font-size: 13px;
  }
}
.outmost {
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  padding: 20px 0;
  margin: 20px 0;
}
.title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  padding-bottom: 5px;
}
.chatter {
  font-size: 15px;
  padding-bottom: 15px;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
}
.chatter div {
  padding-bottom: 10px;
}
.chatter .tiny {
  font-size: 12px;
  padding-bottom: 0;
}
.toggle {
  padding-bottom: 15px;
}
.toggle .toggle-label {
  padding-right: 3px;
  font-style: italic;
}
.button {
  background: #e0e0e0;
  padding: 5px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
}
.button:hover {
  background: #c0c0c0;
}
.button.selected {
  background: #0777b3;
  color: white;
  cursor: default;
}
.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  margin: auto;
  max-width: 575px;
}
.row.flipping {
  transition: transform 0.5s ease-in-out 0.5s;
  transition: -webkit-transform 0.5s ease-in-out 0.5s;
}
.row.highlighted {
  font-weight: bold;
}
.row .header {
  font-weight: bold;
  font-size: 11px;
  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;
}
.row .header span {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
}
@media (max-width: 480px) {
  .row .header {
    font-size: 10px;
  }
}
.row .name {
  -webkit-flex: 0 0 103px;
  -ms-flex: 0 0 103px;
  flex: 0 0 103px;
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
}
@media (max-width: 480px) {
  .row .name {
    -webkit-flex: 0 0 92px;
    -ms-flex: 0 0 92px;
    flex: 0 0 92px;
    padding-right: 5px;
  }
}
.row .rent {
  -webkit-flex: 0 0 89px;
  -ms-flex: 0 0 89px;
  flex: 0 0 89px;
  text-align: center;
}
@media (max-width: 480px) {
  .row .rent {
    -webkit-flex: 0 0 73px;
    -ms-flex: 0 0 73px;
    flex: 0 0 73px;
  }
}
.row .minwage {
  -webkit-flex: 0 0 68px;
  -ms-flex: 0 0 68px;
  flex: 0 0 68px;
  text-align: center;
}
@media (max-width: 480px) {
  .row .minwage {
    -webkit-flex: 0 0 62px;
    -ms-flex: 0 0 62px;
    flex: 0 0 62px;
  }
}
.row .monthly {
  padding-left: 10px;
  -webkit-flex: 0 0 98px;
  -ms-flex: 0 0 98px;
  flex: 0 0 98px;
  text-align: center;
}
@media (max-width: 480px) {
  .row .monthly {
    display: none;
  }
}
.row .bar-container {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.row .bar-container.header {
  text-align: center;
}
.row .bar-container .bar {
  transition: width 0.5s linear, background 0.1s ease-in-out;
  float: left;
  height: 20px;
}
.row .bar-container .bar.rent {
  background: #ca6951;
}
.row .bar-container .bar.rent.affordable {
  background: #798f71;
}
.row .bar-container .bar.other {
  background: #e5af9b;
  font-weight: bold;
}
.row .bar-container .bar.other.affordable {
  background: #b5bfa9;
}
.row .bar-container .bar.other .percent-label {
  font-size: 13px;
  padding-left: 3px;
  padding-top: 2px;
}
.source,
.credit {
  font-size: 11.5px;
  color: #7e838b;
}
.source {
  padding-top: 6px;
}
