*,
:after,
:before {
  box-sizing: border-box
}

ol[class],
ul[class] {
  padding: 0
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
  margin: 0
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5
}

ol[class],
ul[class] {
  list-style: none
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto
}

button,
input,
select,
textarea {
  font: inherit
}

body {
  background-color: #1d161e;
  height: 100%;
  overflow: hidden
}

#animated-timeline,
body {
  width: 100%;
  margin: 0;
  padding: 0
}

#animated-timeline {
  background-color: #1d161e;
  color: #2c3e50;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  font-size: 20px;
  height: calc(100% - 80px);
  left: 0;
  position: fixed;
  text-align: center;
  top: 116px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch
}

#animated-timeline .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .25;
  background-color: #000;
  filter: blur(10px)
}

#animated-timeline .bg .image {
  background-size: cover;
  position: fixed;
  background-position: 50% 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  will-change: background-image
}

#animated-timeline .timeline {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none
}

#animated-timeline .timeline::-webkit-scrollbar {
  display: none
}

#animated-timeline .timeline-footer {
  width: 100%
}

#animated-timeline .btn-open {
  position: fixed;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: hsla(0, 0%, 100%, 0);
  border: none;
  outline: none
}

#animated-timeline .btn-open:hover {
  background-color: hsla(0, 0%, 100%, .5)
}

#animated-timeline .slide {
  width: 60vw;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  position: relative;
  text-align: left;
  color: #fff;
  transition: transform .8s ease-out, filter .7s ease-out;
  transform-origin: 0 50%;
  transform: scaleX(1);
  filter: brightness(100%);
  will-change: transform, filter
}

#animated-timeline .slide.small {
  transform: scale3d(.75, .75, 1);
  filter: brightness(80%)
}

#animated-timeline .slide-image-container {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  z-index: -1
}

#animated-timeline .slide-image-container .slide-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: 0 50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%
}

#animated-timeline .slide .copy {
  z-index: 0;
  font-size: 18px;
  line-height: 32px;
  width: 60%;
  margin-top: -8vw;
  margin-left: 40%;
  padding: 50px;
  background-color: rgba(0, 0, 0, .7)
}

#animated-timeline .slide .copy:empty {
  display: none
}

#animated-timeline .slide .copy p:not(:last-child) {
  margin-bottom: 20px
}

#animated-timeline .slide .date {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 15px
}

#animated-timeline .slide .title {
  font-weight: 400;
  color: #c84d40;
  font-size: 36px;
  line-height: 48px;
  width: 63%;
  margin-bottom: 33px;
  widows: 2
}

@media screen and (max-width:64em) {
  #animated-timeline .slide {
    width: 75vw;
    margin-left: 8vw;
    margin-right: auto
  }

  #animated-timeline .slide .copy {
    font-size: 16px;
    line-height: 24px;
    padding: 30px
  }

  #animated-timeline .slide .title {
    width: 75%
  }
}

@media screen and (max-width:40em) {
  #animated-timeline .slide {
    margin-left: 20px;
    margin-right: auto;
    width: calc(100vw - 100px)
  }

  #animated-timeline .slide .copy {
    font-size: 14px;
    line-height: 21px;
    width: 100%;
    position: relative;
    margin: 0;
    margin-top: 28px;
    padding: 20px
  }

  #animated-timeline .slide .date {
    font-size: 30px;
    margin-bottom: 14px
  }

  #animated-timeline .slide .title {
    font-size: 28px;
    line-height: 38px;
    width: 90%;
    margin-bottom: 30px
  }
}

#animated-timeline .sidebar {
  background: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: calc(100% - 160px);
  position: fixed;
  right: 30px;
  top: 140px;
  user-select: none;
  width: 40px;  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;  
}

#animated-timeline .sidebar .date {
  color: #fff;
  font-size: 24px;
  line-height: 24px
}

#animated-timeline .sidebar .track {
  flex-grow: 1000;
  position: relative
}

#animated-timeline .sidebar .track-header {
  display: none;
  position: relative;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content
}

#animated-timeline .sidebar .track-header .date {
  transform: translateX(calc(-100% + 40px))
}

#animated-timeline .sidebar .selector {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 24px;
  cursor: pointer;
  transform: translateY(-10px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0
}

#animated-timeline .sidebar .selector .bar {
  position: relative;
  height: 4px;
  width: 100%;
  margin-left: 0;
  background-color: #c84d40;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center
}

#animated-timeline .sidebar .selector .bar .date {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  text-align: right;
  transform: translateX(-115%)
}

#animated-timeline .sidebar .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 0
}

#animated-timeline .sidebar .container .item {
  position: relative;
  left: 16px;
  width: 24px;
  height: 2px;
  background-color: hsla(0, 0%, 100%, .5);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 0;
  transition: all .125s ease-out
}

#animated-timeline .sidebar .container .item.decade .year,
#animated-timeline .sidebar .container .item.show-year .year {
  display: block
}

#animated-timeline .sidebar .container .item .year {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  left: -40px;
  transform: translateY(-50%);
  text-align: right;
  display: none
}

#animated-timeline .sidebar .container .item.selected-middle,
#animated-timeline .sidebar .container .item.wave-middle {
  width: 40px !important;
  left: 0 !important
}

#animated-timeline .sidebar .container .item.selected-middle .year {
  display: none
}

#animated-timeline .sidebar .container .item.selected-offset,
#animated-timeline .sidebar .container .item.wave-offset {
  width: 32px !important;
  left: 8px !important
}

#animated-timeline .sidebar .container .item.selected-offset .year {
  display: none
}

#animated-timeline .sidebar .container .item.hero {
  background-color: #fff
}

@media screen and (max-width:64em) {
  #animated-timeline .sidebar {
    right: 20px;
    top: 70px;
    height: calc(100% - 90px)
  }

  #animated-timeline .sidebar .selector .bar .date {
    font-size: 18px;
    line-height: 18px
  }
}

@media screen and (max-width:40em) {
  #animated-timeline .sidebar {
    right: 0;
    top: 60px;
    width: 50px;
    height: calc(100% - 70px)
  }

  #animated-timeline .sidebar .date {
    font-size: 18px;
    line-height: 18px
  }

  #animated-timeline .sidebar .track-header {
    margin-bottom: 8px;
    display: block
  }

  #animated-timeline .sidebar .container .item .year {
    display: none !important
  }

  #animated-timeline .sidebar .selector {
    height: 64px;
    transform: translateY(-30px)
  }

  #animated-timeline .sidebar .selector .bar {
    width: calc(100% - 10px);
    margin-left: 0;
    margin-right: auto;
    background-color: #c84d40
  }

  #animated-timeline .sidebar .selector .bar .date {
    display: none
  }
}

.page-template-page-timeline #content {
  min-height: 100vh
}

@media screen and (max-width:64em) {
  #animated-timeline {
    top: 50px;
    height: calc(100% - 50px)
  }
}

@media screen and (max-width:40em) {
  #animated-timeline {
    top: 50px;
    height: calc(100% - 50px)
  }
}