/*
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 !important;
}
main {
  margin: 20px auto;
  max-width: 960px;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.chatter h1 {
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
}
.chatter p {
  text-align: center;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
}
.row.header-row {
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 480px) {
  .row.header-row {
    display: none;
  }
}
.row.header-row h2 {
  padding: 0;
  font-size: 18px;
  text-align: center;
}
.row.header-row .pair div {
  text-align: center;
}
.row.header-row .pair div:hover,
.row.header-row .pair div:focus {
  cursor: pointer;
  background-color: #ebebeb;
}
.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .row {
    display: block;
  }
}
.row > * {
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  padding: 20px 12px 3px;
}
.row > :nth-child(2) {
  -webkit-flex: 2 2 50%;
  -ms-flex: 2 2 50%;
  flex: 2 2 50%;
}
.row-wrapper {
  border-bottom: 1px solid #e0e0e0;
}
.row-wrapper:not(.header-row):hover,
.row-wrapper:not(.header-row):focus {
  background-color: #ebebeb;
  cursor: pointer;
}
@media (max-width: 480px) {
  .row-wrapper {
    margin: 20px 10px 0;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    border-radius: 3px;
  }
}
.see-more {
  padding-bottom: 5px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  color: #7e838b;
  text-shadow: 1px 1px 1px #e0e0e0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s linear,
    visibility 0s 0.2s;
}
@media (max-width: 768px) {
  .see-more {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s linear;
  }
}
:hover > .see-more,
:focus > .see-more {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s linear;
}
:hover > .see-more.hide,
:focus > .see-more.hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s linear,
        visibility 0s 0.2s;
}
.see-less {
  margin: 0;
  width: 100%;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #7e838b;
  text-shadow: 1px 1px 1px #e0e0e0;
  display: none;
}
@media (max-width: 480px) {
  .see-less {
    display: block;
  }
}
.reorder-list-move {
  transition: transform 0.5s ease;
}
.locator {
  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: center;
  -ms-flex-align: center;
  align-items: center;
}
.locator span {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.locator svg {
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}
@media (max-width: 480px) {
  .sparkline {
    padding: 20px;
  }
  .sparkline::before {
    display: block;
    text-align: center;
    font-weight: bold;
    content: "Average daily bike traffic";
  }
}
h3 {
  margin: 0;
  font-size: 16px;
  text-align: center;
}
h4 {
  margin: 0;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
}
.pair {
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
@media (max-width: 480px) {
  .pair {
    display: block;
    padding: 10px;
  }
  .pair::before {
    display: block;
    font-weight: bold;
    text-align: center;
    content: "Total bike traffic over a year";
  }
}
.pair > div {
  -webkit-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  text-align: right;
  line-height: 1;
}
@media (max-width: 480px) {
  .pair > div::before {
    float: left;
  }
  .pair > div:nth-child(1)::before {
    content: "May 2015 - April 2016: ";
  }
  .pair > div:nth-child(2)::before {
    content: "May 2016 - April 2017: ";
  }
  .pair > div:nth-child(3)::before {
    content: "May 2017 - April 2018: ";
  }
}
.delta {
  display: block;
  font-size: 14px;
  color: #ca6951;
}
.delta.up {
  color: #798f71;
}
@media (max-width: 480px) {
  .delta {
    display: none;
  }
}
canvas {
  display: block;
  height: 50px;
  width: 100%;
}
.annotation {
  position: relative;
}
.annotation .count {
  position: absolute;
  font-size: 14px;
}
.annotation .constrained {
  max-width: 60px;
}
.x-axis {
  position: relative;
}
.x-axis span {
  position: absolute;
  transform: translatex(-50%);
  font-size: 14px;
  white-space: nowrap;
  transition: left .1s ease;
}
.drilldown {
  border: 1px solid #e0e0e0;
  border-top: 1px solid white;
  border-radius: 3px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  margin: -1px 10px 20px;
  max-height: 500px;
  overflow-y: hidden;
  transition: all 0.5s ease;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .drilldown {
    display: block;
    margin: 0 20px 20px;
    border-top: none;
    max-height: 800px;
  }
}
.drilldown > div {
  margin: 10px;
}
.drilldown .month-graph {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
@media (max-width: 480px) {
  .drilldown .month-graph {
    margin-bottom: 30px;
  }
}
.drilldown .month-graph canvas {
  height: 270px;
}
@media (max-width: 480px) {
  .drilldown .month-graph canvas {
    height: 150px;
  }
}
.drilldown .month-graph p {
  margin-top: 30px;
  font-size: 12px;
  line-height: 1.1;
}
.drilldown .day-graphs {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
.drilldown .day-graphs canvas {
  height: 100px;
}
.drilldown .day-graphs .x-axis {
  padding-bottom: 20px;
}
.slide-enter,
.slide-leave-to {
  max-height: 0;
  margin-bottom: 0;
}
.color-legend {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
  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;
}
.color-legend span {
  display: inline-block;
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.color-legend span.dir-0 {
  background-color: #ca6951;
}
.color-legend span.dir-1 {
  background-color: #a3c1dd;
}
.source {
  font-size: 12px;
  padding: 10px 0;
  color: #999;
  clear: both;
  font-style: italic;
  text-align: left;
}
.source .credit {
  font-style: normal;
  text-transform: uppercase;
  display: block;
  float: right;
}
@media (max-width: 480px) {
  .source .credit {
    float: none;
  }
}
.desc::after {
  content: "▾";
}
.asc::after {
  content: "▴";
}
.throwaway {
  display: block;
  padding-top: 5px;
  font-size: 10px;
  height: 20px;
  visibility: hidden;
}
.throwaway.show {
  visibility: visible;
}
