* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  max-width: 960px;
  margin: 0 auto;
  font-family: arial, helvetica, sans-serif;
  line-height: 1.4;
  font-size: 15px;
  padding: 0 12px 100px 12px;
}
a {
  color: #09334b;
}
nav.top-bar {
  padding: 8px;
  border-bottom: 1px solid #AAA;
  position: relative;
}
@media (max-width: 700px) {
  nav.top-bar {
    text-align: center;
  }
}
nav.top-bar .logo {
  height: 20px;
}
nav.top-bar .more {
  float: right;
  text-decoration: none;
}
@media (max-width: 700px) {
  nav.top-bar .more {
    float: none;
    display: block;
  }
}
nav.top-bar .more:hover {
  text-decoration: underline;
}
.intro .subhead {
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  background-color: #7A0000;
  width: 290px;
  margin: 8px auto 0;
  padding: 3px 0px;
  text-align: center;
  text-transform: uppercase;
}
.intro h1 {
  margin: 0;
  font-size: 40px;
  text-align: center;
  font-family: georgia, serif;
}
@media (max-width: 700px) {
  .intro h1 {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.intro .text {
  max-width: 650px;
  margin: auto;
  color: black;
  text-shadow: 0px 0px 6px white;
  padding: 0;
}
.intro .text p {
  margin-top: 0;
}
@media (max-width: 700px) {
  .intro .text {
    padding: 0;
  }
}
.intro .credits {
  font-size: 12px;
  text-align: center;
}
.intro .more-link {
  color: #888;
  text-decoration: underline;
  cursor: pointer;
}
.instructions {
  text-align: center;
  margin: 10px 0;
  padding: 4px 0;
  border-width: 1px 0;
  border-color: #AAA;
  border-style: solid;
}
.collapsible {
  max-width: 600px;
  padding: 0 16px;
  margin-bottom: 8px;
}
.collapsible .trigger {
  margin: 0;
  border-bottom: 1px solid #DDD;
  cursor: pointer;
}
.collapsible .trigger::after {
  content: " \25B6";
  font-size: 12px;
}
.expanded.collapsible .trigger::after {
  content: " \25BC";
}
.credits {
  max-width: 600px;
  padding: 0 16px;
}
.glossary ul {
  padding: 0;
  margin: 0;
  list-style: inside square;
}
.glossary li {
  position: relative;
  margin-bottom: 4px;
}
.glossary li .term {
  font-style: italic;
}
.sharing {
  float: right;
  margin: 8px;
}
#app {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  margin: auto;
  line-height: normal;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 16px 0;
}
@media (max-width: 700px) {
  #app {
    max-width: 100%;
    min-height: 500px;
    max-height: 100%;
  }
}
img {
  max-width: 100%;
}
.clearfix::after {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  content: ".";
  display: block;
  clear: both;
}
figure {
  width: 60%;
  float: left;
  margin: 0;
  padding: 0px;
  position: relative;
}
@media (max-width: 700px) {
  figure {
    float: none;
    display: block;
    width: 100%;
  }
}
figure .landscape {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity .3s linear;
}
figure .landscape:first-child {
  position: relative;
  opacity: 1;
}
figure .landscape.show {
  opacity: 1;
}
figure .photo-year {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 8px;
  color: white;
  font-size: 32px;
}
@media (max-width: 700px) {
  figure .photo-year {
    font-size: 24px;
  }
}
@media (min-width: 480px) and (max-width: 700px) and (orientation: portrait) {
  figure .photo-year {
    font-size: 48px;
  }
}
figure.pointed::before {
  position: absolute;
  right: -30px;
  height: 0px;
  width: 0px;
  border-color: transparent #aaaaaa transparent #aaaaaa;
  z-index: 99;
  content: "";
  border-style: solid;
  top: 290px;
  border-width: 10px 0 0 30px;
}
@media (max-width: 700px) {
  figure.pointed::before {
    bottom: -10px;
  }
}
@media (max-width: 700px) {
  figure.pointed::before {
    display: none;
  }
}
figure.pointed::after {
  position: absolute;
  right: -30px;
  height: 0px;
  width: 0px;
  border-color: transparent #aaaaaa transparent #aaaaaa;
  z-index: 99;
  content: "";
  border-style: solid;
  top: 300px;
  border-width: 0 0 10px 30px;
}
@media (max-width: 700px) {
  figure.pointed::after {
    bottom: -10px;
  }
}
@media (max-width: 700px) {
  figure.pointed::after {
    display: none;
  }
}
figure figcaption {
  text-align: left;
  padding: 16px 8px;
  position: relative;
}
@media (min-width: 480px) and (max-width: 700px) and (orientation: portrait) {
  figure figcaption {
    font-size: 20px;
    line-height: 1.5;
  }
}
figure figcaption .credit {
  font-size: 10px;
  position: absolute;
  width: 100%;
  top: 0;
  right: 8px;
  text-align: right;
  text-transform: uppercase;
}
figure figcaption .drawer-pull {
  display: none;
}
@media (max-width: 700px) {
  figure figcaption {
    width: 100%;
    padding: 0;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
  }
  figure figcaption > div {
    padding: 0 8px;
  }
  figure figcaption .drawer-pull {
    display: block;
    text-align: center;
    height: 10%;
    min-height: 33px;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px solid #BBB;
    background: rgba(0, 0, 0, 0.6);
    color: #BBB;
  }
  figure figcaption .drawer-pull::after {
    content: " \25B2";
    font-size: 20px;
  }
  figure figcaption .content {
    height: 0;
    overflow: auto;
    font-size: 90%;
    position: relative;
  }
  figure figcaption.show-details {
    height: 100%;
  }
  figure figcaption.show-details .drawer-pull::after {
    content: " \25BC";
  }
  figure figcaption.show-details .content {
    height: 90%;
    padding-top: 20px;
  }
}
#app .timeline {
  width: calc(40% - 20px);
  height: 580px;
  overflow-y: auto;
  float: right;
  background: linear-gradient(#bbbbbb, #ffffff 3%, #ffffff 97%, #bbbbbb);
  position: relative;
}
@media (max-width: 700px) {
  #app .timeline {
    width: 100%;
    margin: 0;
    float: none;
    max-height: 500px;
  }
}
#app .timeline-header {
  float: right;
  margin-left: 20px;
  width: calc(40% - 20px);
  text-transform: uppercase;
}
@media (max-width: 700px) {
  #app .timeline-header {
    width: 100%;
    float: none;
    margin: 0;
  }
}
#app .timeline-list {
  padding: 0;
  margin: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#app .timeline-list li {
  list-style-type: none;
  transition: background .2s linear;
}
#app .timeline-list li:nth-child(2n) {
  background: rgba(226, 230, 216, 0.5);
}
#app .timeline-list li.active-year .year.channel label {
  background: black;
  color: white;
  font-weight: bold;
}
#app .timeline-list li.landslide {
  background: #444;
  color: white;
  border-bottom: #444 solid 1px;
}
#app .timeline-list li.landslide .tagline {
  padding: 4px;
  text-align: center;
}
#app .timeline-list li.landslide .tagline::after {
  content: "more";
  padding: 0 4px;
  color: #444;
  background: white;
  margin-left: 10px;
  transition: background .2s, color .2s;
  border-radius: 4px;
  display: none;
}
#app .timeline-list li.landslide.expanded .tagline::after {
  content: "less";
  color: #444;
  background: #888;
}
#app .timeline-list li.landslide .content {
  padding: 4px 12px 8px;
  background: white;
  color: black;
}
#app .chatter {
  padding: 16px;
  border-top: none !important;
}
#app .chatter.opening {
  font-size: 14px;
}
#app .chatter.closing {
  min-height: 350px;
}
#app .chatter img {
  display: block;
  margin: 20px auto;
}
#app .channel {
  float: left;
  padding: 4px 0;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 700px) {
  #app .channel {
    font-size: 15px;
  }
}
#app .channel.th {
  white-space: normal;
  border-left: 1px solid #DDD;
  height: 40px;
}
#app .channel.th.year {
  padding: 4px 0;
}
@media (max-width: 700px) {
  #app .channel.th {
    font-size: 10px;
    font-weight: normal;
  }
}
#app .channel.year {
  width: 12%;
  padding: 0;
}
#app .channel.year label {
  display: block;
  padding: 4px 0;
}
#app .channel.year .camera {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
#app .channel.home {
  width: 22%;
}
#app .channel.logging {
  width: 22%;
}
#app .channel.flag {
  width: 22%;
}
#app .channel.fix {
  width: 22%;
}
#app .dot {
  display: block;
  margin: 4px auto;
  height: 32px;
  width: 32px;
}
.popup {
  position: absolute;
  display: none;
  width: 95%;
  left: 2.5%;
  background: white;
  font-size: 13px;
  border: 1px solid #DDD;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.popup .contents {
  padding: 8px;
  background: white;
  overflow: auto;
}
.popup h2 {
  padding: 0 0 8px;
  margin: 0 0 8px;
  border-bottom: 1px solid #DDD;
}
.popup .close {
  display: none;
  float: right;
  color: #AAA;
  background: white;
  border-radius: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  margin: 8px;
}
@media (max-width: 700px) {
  .popup .close {
    font-size: 30px;
  }
}
.popup .tip {
  position: absolute;
  height: 0;
  width: 0;
  display: block;
}
.popup .tip::before {
  position: absolute;
  top: -10px;
  height: 0px;
  width: 0px;
  border-color: transparent #ffffff transparent #ffffff;
  z-index: 99;
  content: "";
  border-style: solid;
  border-width: 10px 10px 0 0;
}
.popup .tip::after {
  position: absolute;
  top: -10px;
  height: 0px;
  width: 0px;
  border-color: transparent #ffffff transparent #ffffff;
  z-index: 99;
  content: "";
  border-style: solid;
  left: 10px;
  border-width: 10px 0 0 10px;
}
.home-photo {
  max-width: 140px;
  margin-left: 4px;
  float: right;
}
