@charset "UTF-8";
/* Navigation Arrows */
.arrow-box.prev .arrow {
  transform: rotate(225deg);
}
.arrow-box.prev .arrow:hover {
  transform: rotate(225deg) scale(1.2, 1.2);
}
.arrow-box.next .arrow {
  transform: rotate(45deg);
}
.arrow-box.next .arrow:hover {
  transform: rotate(45deg) scale(1.2, 1.2);
}
.arrow-box .arrow {
  border-right: 4px solid white;
  border-top: 4px solid white;
  width: 1.5em;
  height: 1.5em;
  display: block;
  transition: transform 0.25s ease-in-out;
}

/* –––––––– */
/* Carousel */
/* –––––––– */
.carousel {
  width: 100%;
  height: 100%;
  /** Position Navigation Arrows **/
}
.carousel-list {
  align-items: center;
  width: inherit;
  height: auto;
  max-width: inherit;
  border: solid 4px white;
  background-color: rgba(0, 0, 0, 0.333);
  padding: 2rem;
}
.carousel-list > .item {
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 70vh;
  color: white;
  margin: 0 auto;
}
.carousel-list > .item iframe {
  height: 70vh;
  width: 100%;
}
.carousel-list > .item img {
  height: 70vh;
}
.carousel-list > .item p, .carousel-list > .item h4 {
  font-size: 2em;
  color: inherit;
  margin: auto;
}
.carousel-list > .item h4 {
  margin-top: 26vh;
}
.carousel-list > .item.active {
  display: block;
  flex-direction: column;
}
.carousel .arrow-box {
  position: absolute;
  top: 35vh;
}
@media screen and (max-width: 800px) {
  .carousel .arrow-box {
    top: calc(100% + 1.5em / 2);
  }
}
.carousel .arrow-box.next {
  left: 100%;
}
@media screen and (max-width: 800px) {
  .carousel .arrow-box.next {
    left: calc(50% + 1.5em / 2);
  }
}
.carousel .arrow-box.prev {
  left: -1.5em;
}
@media screen and (max-width: 800px) {
  .carousel .arrow-box.prev {
    left: calc(50% - 1.5em);
  }
}
.carousel .arrow-box .arrow {
  cursor: hand;
  cursor: pointer;
}

/* Carousel Animations */
@keyframes slideInFromLeft {
  from {
    transform: translateX(-200%);
    opacity: 0.2;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRight {
  from {
    transform: translateX(200%);
    opacity: 0.2;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.timeline-sidebar {
  padding: 2rem 1rem;
  transform: translateY(-50%);
  position: fixed;
  right: 20px;
  top: 50vh;
  z-index: 100;
  display: flex;
  flex-direction: column;
}
.timeline-sidebar ol {
  margin: 0;
  list-style-type: none;
}
.timeline-sidebar ol .year-link.empty, .timeline-sidebar ol .decade-link.empty {
  pointer-events: none;
  cursor: default;
}
.timeline-sidebar ol .year-link.empty > a, .timeline-sidebar ol .decade-link.empty > a {
  opacity: 0.25;
}
.timeline-sidebar ol .year-link {
  cursor: pointer;
}
.timeline-sidebar ol .year-link > a {
  opacity: 0.5;
}
.timeline-sidebar ol .year-link.active > a {
  opacity: 1;
}
.timeline-sidebar ol li {
  width: 4.3rem;
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: "graphik-medium", sans-serif;
}
.timeline-sidebar ol li:last-child {
  margin-bottom: 0;
}

.icon-angle-up, .icon-angle-down {
  font-size: 28px;
}

.aspect-ratio {
  position: relative;
  padding-bottom: 60.25%; /* 16:9 */
  height: 0;
  width: 100%;
  padding-top: 60px;
  /* Default */
}
.aspect-ratio.sixteen-nine {
  padding-bottom: 56.25%; /* 16:9 */
}
.aspect-ratio.sixteen-ten {
  padding-bottom: 62.5%; /* 16:9 */
}
.aspect-ratio.four-three {
  padding-bottom: 75%; /* 16:10 */
}
.aspect-ratio > article, .aspect-ratio > div, .aspect-ratio > section, .aspect-ratio > iframe {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

body {
  background-color: #000;
}

body#Timeline #logo {
  position: fixed;
}

.timeline {
  /* –––––––––––––––– */
  /* Fixed Background */
  /* –––––––––––––––– */
}
.timeline h3 a {
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
}
.timeline a, .timeline i, .timeline p, .timeline h1, .timeline h2, .timeline h3, .timeline h4 {
  color: #fff;
}
.timeline p {
  margin-bottom: 10px;
}
.timeline h3, .timeline h4 {
  line-height: 1.5;
  margin: 0 auto;
  max-width: 500px;
}
.timeline h3 {
  margin-top: 20px 0;
}
.timeline h3.last {
  margin-bottom: 10px;
}
.timeline h4 {
  font-size: 18px;
}
.timeline-content {
  background-color: #000;
}
.timeline-decade {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-right: 6.3rem;
}
.timeline-year {
  padding: 0 5%;
  width: inherit;
  padding-top: 60px;
  padding-bottom: 60px;
}
.timeline-moment {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.timeline-moment h1 {
  height: 100vh;
  line-height: 100vh;
}
@media screen and (max-width: 800px) {
  .timeline-moment {
    width: 100%;
  }
}
.timeline-moment-heading {
  font-size: 8vw;
  letter-spacing: 0.3vw;
  padding-left: 0.3vw;
  margin: 0;
  font-family: "baskerville-medium", sans-serif;
}
.timeline-moment-content img {
  box-shadow: -11px 19px 40px -10px rgba(0, 0, 0, 0.35);
}
.timeline .not-full-height-text {
  height: 100px !important;
  line-height: 100px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
}
.timeline .timeline-moment {
  padding-top: 30px;
}
.timeline .timeline-moment.not-full-height {
  height: 100px !important;
  margin-bottom: 0 !important;
}
.timeline .timeline-moment.not-full-height-text-wrapper {
  height: 100px !important;
  line-height: 100px !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 100px !important;
}
.timeline .timeline-moment.not-full-height h1 {
  height: 100px !important;
  line-height: 100px !important;
}
.timeline-background {
  top: 0;
  left: 0;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-size: cover;
  z-index: 0;
  opacity: 0;
  transition: opacity 2.25s ease-in-out;
}
.timeline-background.active {
  opacity: 0.3;
}

@keyframes slideIn {
  from {
    transform: translate(-50%, -100%);
  }
  to {
    transform: translate(-50%, 0%);
  }
}
#timelineClose {
  position: fixed;
  right: 0;
  top: 0;
  color: #fff;
  z-index: 1000;
}

.timeline-sidebar {
  height: 500px;
  overflow: hidden;
}
.timeline-sidebar ol {
  padding-top: 2em;
  padding-bottom: 2em;
  overflow: hidden;
  transition: margin 100ms;
}

#up-arrow {
  position: absolute;
  top: 0;
  display: block;
  height: 40px;
  z-index: 1000;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
}
#up-arrow:hover {
  cursor: pointer;
}

#down-arrow {
  position: absolute;
  top: 460px;
  height: 40px;
  display: block;
  z-index: 1000;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
#down-arrow:hover {
  cursor: pointer;
}

.timeline-moment-content img {
  height: 85vh;
  max-width: inherit;
}

#Timeline #gotoTop {
  background: #fff;
  color: #000;
}

#Timeline.device-xxs .aspect-ratio,
#Timeline.device-xs .aspect-ratio,
#Timeline.device-sm .aspect-ratio {
  height: auto;
  padding-bottom: 0;
}

/*# sourceMappingURL=timeline.css.map */