* {
  -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: 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;
}
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: 630px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: auto;
}
.outmost {
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  padding: 20px 0;
  margin: 20px 0;
}
.title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  padding-bottom: 5px;
}
@media (max-width: 480px) {
  .title {
    font-size: 26px;
  }
}
.chatter {
  font-size: 14px;
  padding-bottom: 15px;
}
.controls {
  text-align: center;
  padding-top: 15px;
}
@media (max-width: 630px) {
  .controls {
    padding-top: 8px;
    padding-bottom: 5px;
  }
}
.controls .button {
  cursor: pointer;
  color: #f8f8f8;
  font-size: 12px;
  display: inline-block;
  padding: 6px 10px;
  background: #644c9f;
}
.controls .button:hover {
  background: #f57d20;
}
.controls .button.left {
  margin-right: 3px;
}
.controls .button.right {
  margin-left: 3px;
}
.controls .button.disabled {
  background: #e0e0e0;
  cursor: default;
  color: #7e838b;
}
.controls .button.disabled:hover {
  background: #e0e0e0;
}
.container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 630px) {
  .container {
    display: block;
  }
}
.map-container {
  max-width: 360px;
}
@media (max-width: 630px) {
  .map-container {
    margin: auto;
  }
}
.map-container .aspect-ratio-outer {
  position: relative;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 480px) {
  .map-container .aspect-ratio-outer {
    width: 80%;
    margin: auto;
  }
}
.map-container .aspect-ratio-outer .aspect-ratio-inner {
  padding-bottom: 142.85714286%;
  position: relative;
}
.map-container .aspect-ratio-outer leaflet-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-container .aspect-ratio-outer leaflet-map:not([ready]) {
  display: none;
}
.map-container .aspect-ratio-outer leaflet-map,
.map-container .aspect-ratio-outer .leaflet-clickable {
  cursor: default;
}
.map-container .aspect-ratio-outer .leaflet-marker-icon {
  background: #644c9f !important;
  color: white;
  border-radius: 50%;
  width: 24px !important;
  height: 24px !important;
  margin-left: -14px !important;
  text-align: center;
  line-height: 22px;
}
.map-container .aspect-ratio-outer .leaflet-marker-icon.active {
  background: #f57d20 !important;
  border: 1px solid #f57d20;
}
.map-container .aspect-ratio-outer .leaflet-marker-icon .map-label {
  color: black;
  background: white;
  border-radius: 0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  border: 1px solid #c0c0c0;
  padding: 4px;
  line-height: 16px;
  top: -1px;
  left: -1px;
  position: absolute;
}
.map-container .aspect-ratio-outer .leaflet-marker-icon .map-label.home {
  width: 65px;
}
.map-container .aspect-ratio-outer .leaflet-marker-icon .map-label.first {
  width: 85px;
}
.map-container .aspect-ratio-outer .leaflet-marker-icon .map-label.second {
  width: 118px;
}
.map-container .aspect-ratio-outer .leaflet-marker-icon .map-label.alt {
  width: 90px;
}
.map-container .aspect-ratio-outer .leaflet-marker-icon.highlighted .map-label {
  border-color: #f57d20 !important;
  border-width: 2px;
}
.timeline {
  max-width: 270px;
  padding-top: 8px;
}
@media (max-width: 630px) {
  .timeline {
    max-width: 360px;
    width: 75%;
    margin: auto;
    padding-top: 12px;
  }
}
.timeline .stop {
  font-size: 12px;
  border-left: 4px solid #4abe9d;
  margin-left: 30px;
  padding-left: 20px;
  padding-bottom: 8px;
  position: relative;
}
@media (max-width: 630px) {
  .timeline .stop {
    display: none;
    border: none;
    margin-left: 12px;
    padding-left: 15px;
  }
}
.timeline .stop:hover {
  cursor: pointer;
}
@media (max-width: 630px) {
  .timeline .stop:hover {
    cursor: default;
  }
}
.timeline .stop:hover .description,
.timeline .stop:hover .time {
  font-weight: bold;
  font-size: 13px;
}
.timeline .stop:hover .description {
  font-style: italic;
}
.timeline .stop.last {
  border: none;
  border-left: 4px solid white;
}
.timeline .stop.line .dot {
  background: white;
  border: 4px solid #4abe9d;
}
@media (max-width: 630px) {
  .timeline .stop.line .dot {
    border-color: #f57d20;
    background: white !important;
  }
}
.timeline .stop.current .description,
.timeline .stop.current .time {
  font-weight: bold;
  font-size: 13px;
}
.timeline .stop.current .description {
  font-style: italic;
}
.timeline .stop.current .dot {
  background: #f57d20;
}
@media (max-width: 630px) {
  .timeline .stop.current {
    display: block;
  }
  .timeline .stop.current .description {
    font-weight: normal;
    font-style: normal;
  }
  .timeline .stop.current .dot {
    background: #f57d20;
  }
}
.timeline .stop .dot {
  position: absolute;
  left: -12px;
  height: 20px;
  width: 20px;
  background: #644c9f;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 22px;
}
.timeline .stop .time {
  font-weight: bold;
}
.source {
  padding-top: 10px;
}
.source,
.credit {
  font-size: 11.5px;
  color: #7e838b;
}
@media (max-width: 630px) {
  .source,
  .credit {
    display: none;
  }
}
.mobile.source,
.mobile.credit {
  display: none;
}
@media (max-width: 630px) {
  .mobile.source,
  .mobile.credit {
    display: block;
  }
}
