/*
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;
}
.constrained {
  margin: 40px auto;
  max-width: 630px;
  width: 100%;
  padding: 0 15px;
}
img,
video,
embed,
object,
iframe {
  max-width: 100%;
  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;
  text-align: center;
}
@media (max-width: 768px) {
  h1 {
    font-size: 24px;
    line-height: 1.0952381;
    letter-spacing: -1px;
    text-align: center;
  }
}
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: 60px auto 24px;
  text-align: center;
}
@media (max-width: 768px) {
  .byline {
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .byline {
    padding: 0 16px;
    font-size: 14px;
    margin: 20px auto 24px;
  }
}
.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;
  width: 135px;
}
footer.nav-bottom::after {
  clear: both;
  content: " ";
  display: block;
}
.key {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 15px;
}
.key li {
  margin-bottom: 10px;
  display: block;
}
.key b.icon {
  font-size: 20px;
  margin-right: 8px;
  display: inline-block;
  text-align: center;
  width: 16px;
}
.key .station.icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 2px solid black;
  border-radius: 100%;
  vertical-align: middle;
  text-align: center;
  font-style: normal;
  font-size: 10px;
  font-weight: bold;
  margin-right: 8px;
}
.key .station.icon.approved {
  background: black;
}
.key .station.icon.existing {
  border-radius: 0;
  height: 8px;
  background: black;
}
.key .station.icon.bus {
  border-radius: 0;
  transform: rotate(45deg);
}
.key .station.icon.improved::before {
  content: "+";
}
.key .station.icon.parking::before {
  content: "P";
}
.scroll-content {
  max-width: 800px;
  margin: auto;
}
.scroll-content .backdrop {
  position: fixed;
  top: 10%;
  left: 40%;
  -webkit-transform: translate(-600px);
  transform: translateX(-600px);
  width: 1000px;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1100px) {
  .scroll-content .backdrop {
    top: 10%;
    left: 0;
    -webkit-transform: none;
    transform: none;
    width: 80%;
  }
}
@media (max-width: 768px) {
  .scroll-content .backdrop {
    width: 66%;
  }
}
@media (max-width: 480px) {
  .scroll-content .backdrop {
    width: 100%;
    top: 0;
  }
}
.scroll-content .backdrop svg {
  position: absolute;
  top: -10%;
  left: 25%;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .scroll-content .backdrop svg {
    left: 12%;
    width: 125%;
  }
}
@media (min-width: 760px) and (max-width: 1099px) {
  .scroll-content .backdrop svg {
    left: 13%;
  }
}
@media (max-width: 480px) {
  .scroll-content .backdrop svg {
    left: 0;
    width: 100%;
  }
}
.scroll-content .backdrop svg text {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  fill: #424648;
}
.scroll-content .backdrop svg image {
  transition: all 1s linear;
}
.scroll-content .backdrop svg.zoomed g[id]:not(.activated) image {
  opacity: 0.0;
}
.scroll-content .backdrop svg.zoomed g[id]:not(.activated) text,
.scroll-content .backdrop svg.zoomed g[id]:not(.activated) g text {
  fill: #e0e0e0;
}
.scroll-content .backdrop svg.zoomed g[id]:not(.activated) .cls-4,
.scroll-content .backdrop svg.zoomed g[id]:not(.activated) .cls-10 {
  fill: #e0e0e0;
}
.scroll-content .layer {
  margin: 0 auto;
  margin-bottom: 500px;
  margin-bottom: 70vh;
  width: 100%;
  max-width: 400px;
  background: rgba(250, 250, 250, 0.8);
  clear: both;
  padding: 16px;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 18px;
}
@media (max-width: 480px) {
  .scroll-content .layer {
    width: auto;
    margin: 0 20px 500px;
  }
}
.scroll-content .layer.first {
  margin-top: 200px;
  margin-top: 20vh;
}
.scroll-content .layer h2 {
  margin: 0;
}
.scroll-content .layer[data-layer="_405_BRT"],
.scroll-content .layer[data-layer="_522_BRT"] {
  border-left: 4px dashed #42469c;
}
.scroll-content .layer[data-layer="Ballard"],
.scroll-content .layer[data-layer="West_Seattle"],
.scroll-content .layer[data-layer="Everett"],
.scroll-content .layer[data-layer="Redmond"],
.scroll-content .layer[data-layer="Kirkland"],
.scroll-content .layer[data-layer="Issaquah"],
.scroll-content .layer[data-layer="South_Federal_Way"],
.scroll-content .layer[data-layer="Federal_Way"],
.scroll-content .layer[data-layer="Tacoma"] {
  border-left: 4px dashed #e76525;
}
.scroll-content .layer[data-layer="DuPont"] {
  border-left: 4px dashed #00a048;
}
.scroll-content .layer[data-layer="Sounder_South"] {
  border-left: 4px solid #5dc7d4;
}
.bc-preroll,
.bc-no-preroll {
  position: relative;
  margin: 0 auto;
  max-width: 1500px;
}
.bc-preroll video,
.bc-no-preroll video,
.bc-preroll iframe,
.bc-no-preroll iframe,
.bc-preroll button,
.bc-no-preroll button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.bc-preroll video,
.bc-no-preroll video {
  z-index: 0;
}
.bc-preroll button,
.bc-no-preroll button {
  background: transparent;
  border: none;
  opacity: .8;
  transition: all .3s linear;
  display: block;
  margin: 0;
  padding: 0;
}
.bc-preroll button span,
.bc-no-preroll button span {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 32px;
  margin-bottom: 32px;
  border-radius: 4px;
  padding: 8px;
  background-color: #f8f8f8;
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.bc-preroll button svg,
.bc-no-preroll button svg {
  display: inline;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
.bc-preroll button:hover,
.bc-no-preroll button:hover,
.bc-preroll button:focus,
.bc-no-preroll button:focus {
  opacity: 0.9;
  cursor: pointer;
}
.bc-preroll::before,
.bc-no-preroll::before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
.audio-clip {
  position: relative;
  margin: 0 auto;
}
.audio-clip button {
  border: none;
}
.audio-clip button {
  background: transparent;
  border: none;
  opacity: 1.0;
  transition: all .3s linear;
  display: block;
  margin: 0;
  padding: 0;
}
.audio-clip button span {
  margin-left: 0px;
  margin-bottom: 32px;
  border-radius: 4px;
  padding: 8px;
  background-color: #f8f8f8;
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.audio-clip button svg {
  display: inline;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
.audio-clip button:hover,
.audio-clip button:focus {
  opacity: 0.4;
  cursor: pointer;
}
.eloc-body {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  max-width: 960px;
}
.eloc-body h4,
.eloc-body h5 {
  margin: 0;
}
.eloc-body h4 {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #8d2a17;
  text-transform: uppercase;
  font-weight: bolder;
}
@media (max-width: 768px) {
  .eloc-body h4 {
    font-size: 22px;
  }
}
.eloc-body h5 {
  font-size: 18px;
  color: #8d2a17;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .eloc-body h5 {
    font-size: 14px;
  }
}
.eloc-body p {
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 2px;
}
.eloc-body a {
  color: #479aa4;
  font-weight: bold;
}
.eloc-body .fa {
  padding: 0 2px;
  color: #8d2a17;
}
.eloc-body .note {
  font-style: italic;
  font-size: 14px;
  color: black;
  font-weight: normal;
  vertical-align: text-bottom;
  margin-top: 2px;
}
.eloc-body .outer {
  padding: 20px 0;
  margin: 20px 0;
}
.eloc-body .inner {
  display: block;
  position: relative;
  padding-top: 67%;
  z-index: -1;
}
@media (max-width: 768px) {
  .eloc-body .inner {
    padding-top: 0;
  }
}
.eloc-body .info {
  -webkit-flex: 0 0 340px;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
  font-size: 17px;
  margin-top: 8px;
  margin-left: 10px;
  z-index: 5;
  position: absolute;
  max-width: 300px;
}
@media (max-width: 768px) {
  .eloc-body .info {
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .eloc-body .info {
    max-width: none;
    position: relative;
    padding-bottom: 5px;
  }
}
.eloc-body .info .title {
  font-weight: bolder;
  font-size: 22px;
  color: #8d2a17;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .eloc-body .info .title {
    font-size: 18px;
  }
}
.eloc-body .info .text {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .eloc-body .info .text {
    font-size: 13px;
  }
}
.eloc-body .image {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.eloc-body .image .background,
.eloc-body .image .overlay {
  position: absolute;
  width: 100%;
}
@media (max-width: 768px) {
  .eloc-body .image .background,
  .eloc-body .image .overlay {
    display: none !important;
  }
}
.eloc-body .overlay-web {
  height: 0;
  padding-bottom: 66.88322917%;
}
@media (max-width: 768px) {
  .eloc-body .overlay-web {
    display: none !important;
  }
}
.eloc-body .image-mobile {
  position: relative;
  display: none;
}
@media (max-width: 768px) {
  .eloc-body .image-mobile {
    display: block;
  }
}
.eloc-body .overlay-mobile {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .eloc-body .overlay-mobile {
    display: block;
  }
}
.eloc-body .st-group:hover .st-circle,
.eloc-body .st-group.selected .st-circle {
  fill: #8d2a17;
}
.eloc-body .st-group:hover .st-plus,
.eloc-body .st-group.selected .st-plus {
  fill: #ea8c60;
}
.eloc-body .st-group:hover .st-overlay,
.eloc-body .st-group.selected .st-overlay {
  opacity: 0.5;
}
.eloc-body .st-overlay {
  fill: #000000;
  opacity: 0;
  cursor: pointer;
}
.eloc-body .buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 160px;
}
@media (max-width: 480px) {
  .eloc-body .buttons {
    max-width: 100%;
  }
}
.eloc-body .goto {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  width: auto;
  padding: 4px 0px;
  cursor: pointer;
  font-weight: bold;
  font-size: 13px;
  border-radius: 10px;
}
.eloc-body .goto.disabled {
  color: #424648;
}
.eloc-body .goto:not(.disabled):hover {
  background-color: black;
  color: white;
}
.eloc-body .clear {
  clear: both;
  display: block;
}
.eloc-body .credits {
  font-size: 11px;
  color: #7e838b;
  text-align: right;
  vertical-align: text-bottom;
  padding-right: 10px;
}
.vid-desktop {
  display: block;
}
@media (max-width: 1024px) {
  .vid-desktop {
    display: none;
  }
}
@media (max-width: 768px) {
  .vid-desktop {
    display: none;
  }
}
@media (max-width: 480px) {
  .vid-desktop {
    display: none;
  }
}
.vid-tablet {
  display: none;
}
@media (max-width: 1024px) {
  .vid-tablet {
    display: block;
  }
}
@media (max-width: 768px) {
  .vid-tablet {
    display: block;
  }
}
@media (max-width: 480px) {
  .vid-tablet {
    display: block;
  }
}
.hammer {
  font-size: 80px;
  font-style: italic;
}
@media (max-width: 480px) {
  .hammer {
    font-size: 54px;
  }
}
.subhead {
  font-size: 21px;
}
@media (max-width: 480px) {
  .subhead {
    margin: -20px auto 60px;
    max-width: 280px;
  }
}
@media (max-width: 1200px) and (min-width: 721px) {
  .splash h1 {
    top: 10%;
  }
}
.smallContainer {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}
.mediaContainer {
  display: flex;
  flex-flow: row;
  max-width: 100%;
  justify-content: space around;
  margin-top: -10px;
}
.mediaContainer-item {
  flex: 1 50%;
  margin: 0 10px 20px 10px;
}
.mediaContainer-item-peanut {
  flex: 1 55.8%;
}
.mediaContainer-item-breach {
  flex: 1 51.4%;
}
.caption {
  margin: 6px auto 0;
  max-width: 960px;
  line-height: 1.2;
  font-size: 14px;
  font-style: italic;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #7e838b;
}
@media (max-width: 720px) {
  .caption {
    margin: 6px 15px 0;
  }
  .mediaContainer {
    display: block;
  }
}
.captionLeft {
  margin: 6px auto 0;
  max-width: 960px;
  text-align: right;
  line-height: 1.2;
  font-size: 14px;
  font-style: italic;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #7e838b;
}
.aside {
  float: right;
  width: 30%;
  margin: -15px 0px 20px 20px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 0.8em;
  padding-left: 16px;
}
@media (max-width: 720px) {
  .aside {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px 0;
  }
}
.aside-text {
  width: 100%;
  margin: 0 auto;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 0.8em;
  padding-left: 16px;
}
@media (max-width: 720px) {
  .aside-text {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
header.splash {
  position: relative;
  with: 100%;
}
.splash img,
h1 {
  position: absolute;
  top: 25%;
  width: 100%;
  display: block;
  color: black;
}
.fade {
  animation: fade-in 10s ease 3s backwards 1;
  color: white;
  font-size: 24px;
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
}
.fade p {
  margin: 20px auto;
  max-width: 630px;
  padding: 0 10px;
}
@media (max-width: 1020px) {
  .fade {
    position: relative;
    top: 0;
    left: 0;
  }
}
.opposite {
  animation: fade-out 10s ease none 1;
  color: white;
}
@keyframes fade-in {
  0% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes fade-out {
  0% {
    color: black;
  }
  100% {
    color: white;
  }
}
@media (max-width: 720px) {
  .splash img,
  h1 {
    position: relative;
    top: 20%;
    left: 0%;
    margin-top: 40px;
    opacity: 1;
    width: 100%;
    display: block;
  }
}
.dropcap {
  font-size: 72px;
  float: left;
  vertical-align: top;
  line-height: 1;
  width: auto;
  background: rgba(36, 96, 82, 0.8);
  color: #f8f8f8;
  padding: 4px 8px 4px 10px;
  margin-right: 8px;
}
.text-block {
  clear: both;
  background: white;
  padding: 20px 0;
}
.text-block.project-head {
  box-shadow: 0 16px 16px rgba(0, 0, 0, 0.1);
}
.text-block.other-features {
  box-shadow: 0 -16px 16px rgba(0, 0, 0, 0.1);
}
.text-block h3 {
  border-top: 3px solid rgba(36, 96, 82, 0.8);
  padding-top: 8px;
}
.source {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}
.other-features b {
  display: block;
}
.other-features ul {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.layer h2 {
  background: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 5px;
  vertical-align: middle;
  padding: 10px 5px 5px 5px;
  border: solid 2px black;
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
