/*
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:hover {
  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;
}
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: 99;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  padding: 10px;
  padding-bottom: 5px;
}
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;
  }
}
nav.main-nav .share.top {
  position: absolute;
  top: 13px;
  right: 10px;
}
@media (max-width: 768px) {
  nav.main-nav .share.top {
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share.top label {
  background: white !important;
}
@media (max-width: 480px) {
  nav.main-nav .share.top {
    top: 10px;
  }
  nav.main-nav .share.top label span {
    display: none;
  }
  nav.main-nav .share.top .left {
    margin-left: -275px !important;
  }
}
.ad {
  text-align: center;
  margin: 16px auto;
}
.ad.pending[data-type="banner"],
.ad.pending[data-type="bannerBottom"] {
  max-width: 728px;
  padding-bottom: 12.36263736%;
}
.ad.pending[data-type="tall"] {
  max-width: 300px;
  padding-bottom: 200%;
}
.ad.pending[data-type="square"] {
  max-width: 300px;
  padding-bottom: 83.33333333%;
}
.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;
}
@media (max-width: 480px) {
  .dont-miss .padded {
    font-size: 14px;
  }
}
.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;
}
footer.nav-bottom .share.bottom {
  float: right;
  margin-top: 2px;
}
footer.nav-bottom .share.bottom label {
  background: black !important;
  color: white !important;
}
.gallery {
  text-align: center;
  overflow: hidden;
  max-width: 720px;
  margin: auto;
  padding-bottom: 10px;
}
.gallery .caption {
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-style: italic;
  font-size: 15px;
  color: #7e838b;
  line-height: 1.5em;
}
@media (max-width: 480px) {
  .gallery .caption {
    font-size: 14px;
  }
}
.gallery .image-wrapper {
  position: relative;
  background: #222222;
  min-height: 300px;
}
@media (max-width: 768px) {
  .gallery .image-wrapper {
    min-height: 200px;
  }
}
@media (max-width: 480px) {
  .gallery .image-wrapper {
    min-height: 100px;
  }
}
.gallery .image-wrapper:hover .arrow {
  opacity: 1;
}
.gallery .gallery-img {
  display: none;
}
.gallery .gallery-img.active {
  display: block;
}
.gallery .gallery-img.post-active {
  position: absolute;
  display: block;
  top: 0;
}
.gallery .gallery-img.post-active.fade {
  opacity: 0;
}
.gallery .gallery-img.left {
  transform: translateX(-100%);
}
.gallery .gallery-img.right {
  transform: translateX(100%);
}
.gallery .gallery-img.animate {
  transition: all 0.3s ease-in-out;
}
.gallery .arrow {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  color: white;
  background: transparent;
  position: absolute;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 35px;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .gallery .arrow {
    font-size: 25px;
  }
}
.gallery .arrow:hover {
  background: rgba(0, 0, 0, 0.4);
}
.gallery .arrow:hover .arrow-icon {
  background: transparent;
}
.gallery .arrow.prev {
  left: 0px;
}
.gallery .arrow.next {
  right: 0px;
}
.gallery .arrow .arrow-icon {
  padding: 20px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .gallery .arrow .arrow-icon {
    padding: 15px;
  }
}
.gallery img {
  margin: auto;
  display: block;
  max-height: 630px;
}
@media (max-width: 480px) {
  .gallery img {
    max-height: 300px;
  }
}
.gallery .photo-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: white;
}
.gallery .index {
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #7e838b;
  line-height: 1.5em;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  text-align: center;
  padding: 20px 0 20px 10px;
}
@media (max-width: 480px) {
  .gallery .index {
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    padding-left: 0;
  }
}
.gallery .caption {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  padding: 20px;
}
@media (max-width: 480px) {
  .gallery .caption {
    padding: 20px 0 20px 5px;
  }
}
@keyframes left-to-right {
  from {
    transform: translateX(-100%) translateZ(0);
  }
  to {
    transform: translateX(500%) translateZ(0);
  }
}
.splash.animation {
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.splash.animation .background {
  width: 100%;
}
.splash.animation .sprite {
  position: absolute;
}
.splash.animation .sprite.train {
  will-change: transform;
  transform: translateX(-100%) translateZ(0);
  top: 15%;
  animation: left-to-right linear 8s infinite;
  animation-delay: 1s;
  position: absolute;
  height: 70%;
}
.splash.animation .sprite.train .car {
  height: 100%;
  top: 0;
  left: 0;
}
.splash.animation .sprite.train .car-b {
  position: absolute;
  z-index: -1;
  transform: translateX(-98%);
}
.splash.animation .sprite.train .car-c {
  position: absolute;
  z-index: -2;
  transform: translateX(-196%);
}
.animation-credit {
  text-align: right;
  padding-right: 16px;
  color: #999;
  text-transform: uppercase;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  padding-top: 8px;
}
@media (max-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 17px;
  }
}
.inner {
  max-width: 960px;
  margin: auto;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.click {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
}
.hed {
  text-align: center;
  font-weight: bold;
  font-size: 60px;
  padding-top: 20px;
}
@media (max-width: 480px) {
  .hed {
    font-size: 40px;
  }
}
.icon {
  width: 45px;
  margin-right: 12px;
}
.label {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.divider {
  border-top: 4px solid #7e838b;
  width: 40%;
  margin: auto;
}
.subhed {
  text-align: center;
  font-size: 26px;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .subhed {
    font-size: 20px;
  }
}
.intro {
  max-width: 720px;
  margin: auto;
  padding-bottom: 30px;
}
.byline {
  text-align: center;
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin-top: 20px;
}
.nav-map {
  max-width: 630px;
  margin: auto;
}
.nav-map svg {
  width: 100%;
}
.stop-title {
  font-weight: bold;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  margin-top: 10px;
}
.desc {
  margin-top: 60px;
}
@media (max-width: 480px) {
  .desc {
    margin-top: 40px;
  }
}
.desc p,
.desc .stop-title {
  max-width: 720px;
  margin: 19px auto;
}
.cls-4 {
  cursor: pointer;
}
.cls-3 {
  cursor: pointer;
}
g.hovered .cls-4 {
  fill: #1e7d7a;
}
.top-wrapper {
  text-align: right;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 40px;
  cursor: pointer;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  max-width: 720px;
  margin: auto;
  margin-top: 20px;
  color: black;
}
.top-button {
  display: inline-block;
}
.top-button .arrow {
  color: #c0c0c0;
}
.top-button:hover .arrow {
  color: #385988;
}
.credits {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin-top: 40px;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 480px) {
  .credits {
    font-size: 15px;
  }
}
.credits div {
  padding-bottom: 4px;
}
.credits div.dateline {
  padding-bottom: 0;
  padding-top: 15px;
  font-size: 14px;
  font-style: italic;
}
.ad-bottom {
  margin-bottom: 40px;
  margin-top: 10px;
}
.dropcap {
  float: left;
  line-height: 1em;
  margin-right: 8px;
  font-weight: bold;
  font-size: 78px;
}
@media (max-width: 480px) {
  .dropcap {
    font-size: 70px;
  }
}
.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  margin: auto;
}
@media (max-width: 480px) {
  .flex-container {
    display: block;
  }
}
.flex-container .left {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding-right: 20px;
}
.flex-container .left p:first-child {
  margin-top: 0;
}
.flex-container .right {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
