@import url(https://use.typekit.net/rfz1yhr.css);.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}/* Main Styling */
html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: black;
  color: #050705;
}
.centered {
  text-align: center;
}
.centered > .absolute {
  left: 50%;
  transform: translateX(-50%);
}
.background {
  left: -363px;
  top: -88px;
  width: 1750px;
  height: 736px;
  z-index: -1;
}
.backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.full {
  width: 100%;
  height: 100%;
}
.viewport * {
  position: absolute;
}
.viewport .relative,
.viewport strong,
.viewport i,
.viewport a,
.viewport span,
.viewport ul,
.viewport li,
.viewport br {
  position: relative;
}
.viewport .scene {
  width: 100%;
  height: 100%;
}
.nooverflow {
  overflow: hidden;
}
.sequence .letter,
.sequence .word,
.sequence .line {
  position: relative;
  display: inline-block;
}
.hidden {
  display: none !important;
}
.ignore {
  pointer-events: none;
  user-select: none;
}
.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.3 !important;
}
.clickable {
  cursor: pointer;
  user-select: none;
}
.noselect {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.absolute,
.absolutes > * {
  position: absolute;
}
.absolute span,
.absolutes > * span,
.absolute strong,
.absolutes > * strong,
.absolute em,
.absolutes > * em,
.absolute i,
.absolutes > * i,
.absolute a,
.absolutes > * a {
  position: relative;
}
.relative,
.relatives > * {
  position: relative;
}
.inline,
.inlines > * {
  display: inline-block;
  position: static !important;
}
.fullscreen-toggle {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 20px;
  height: 20px;
  opacity: 0.8;
}
.fullscreen-toggle svg {
  display: absolute;
}
.fullscreen-toggle #nofullscreen {
  display: none;
}
.fullscreen-toggle.fullscreen #nofullscreen {
  display: block;
}
.fullscreen-toggle.fullscreen #fullscreen {
  display: none;
}
/* Loading Animation */
.lds-ring-fixed-container {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-right: -32px;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Content Classes */
.drop-shadow-small {
  text-shadow: 1px 1px #000;
}
.drop-shadow {
  text-shadow: 2px 2px #000;
}
.upper {
  text-transform: uppercase;
}
.space-1 {
  line-height: 1.4em;
}
/* Font Sizes */
.s12 {
  font-size: 12px;
}
.s14 {
  font-size: 14px;
}
.s15 {
  font-size: 15px;
}
.s16 {
  font-size: 16px;
}
.s17 {
  font-size: 17px;
}
.s18 {
  font-size: 18px;
}
.s19 {
  font-size: 19px;
}
.s20 {
  font-size: 20px;
}
.s21 {
  font-size: 21px;
}
.s22 {
  font-size: 22px;
}
.s24 {
  font-size: 24px;
}
.s25 {
  font-size: 25px;
}
.s30 {
  font-size: 30px;
}
.s36 {
  font-size: 36px;
}
.s40 {
  font-size: 36px;
}
.s54 {
  font-size: 54px;
}
.s57 {
  font-size: 57px;
}
.s58 {
  font-size: 58px;
}
.s60 {
  font-size: 60px;
}
.s64 {
  font-size: 64px;
}
.s80 {
  font-size: 80px;
}
.s100 {
  font-size: 100px;
}
/*
Proxima Nova Condensed Bold
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
Proxima Nova Condensed Bold Italic
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 700;
  font-style: italic;
Proxima Nova Condensed Regular
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
Proxima Nova Condensed Italic
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 400;
  font-style: italic;
Proxima Nova Bold
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
Proxima Nova Bold Italic
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: italic;
Proxima Nova Regular
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
Proxima Nova Italic
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: italic;
*/
body {
  background-color: #021635;
  font-family: proxima-nova-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.scene {
  background-color: #021635;
  position: absolute !important;
}
.viewport * {
  position: initial;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.overflow-visible {
  overflow: visible !important;
}
.important {
  font-weight: bold;
  color: #d14900;
}
.p-1 {
  padding: 4px;
}
.p-2 {
  padding: 8px;
}
.p-3 {
  padding: 12px;
}
.p-4 {
  padding: 16px;
}
.m-1 {
  margin: 4px;
}
.m-2 {
  margin: 8px;
}
.m-3 {
  margin: 12px;
}
.m-4 {
  margin: 16px;
}
.drop-shadow {
  text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}
.full-frame {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  width: 0;
}
.scene.timeline .title {
  position: absolute;
  top: 0;
  height: 0;
  left: 0;
  right: 0;
}
.scene.timeline .scroller {
  position: absolute;
  top: 0;
  height: 509px;
  left: 0;
  right: 0;
  overflow-x: scroll;
  background: url(images/kb-section-timeline-background.jpg);
  background-size: contain;
  background-repeat: repeat-x;
  background-attachment: local;
}
.scene.timeline .scroller::-webkit-scrollbar {
  height: 0px;
  background: transparent;
}
.scene.timeline .scroller .music {
  position: absolute;
  top: 0;
  height: 67%;
  color: #26323a;
}
.scene.timeline .scroller .music .intro-page {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 1024px;
  padding: 50px;
  box-sizing: border-box;
}
.scene.timeline .scroller .music .outro-page {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 1024px;
  padding: 50px;
  box-sizing: border-box;
}
.scene.timeline .scroller .music .event {
  box-sizing: border-box;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.scene.timeline .scroller .music .event img {
  position: absolute;
  width: 125%;
  height: 125%;
  pointer-events: none;
  margin: -12px;
  left: 0;
  top: 0;
}
.scene.timeline .scroller .music .event .text-container {
  color: white;
  height: 100%;
  top: 30%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  display: block;
  left: 5%;
  width: 90%;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
  font-size: 12px;
}
.scene.timeline .scroller .music .event .text-container.focused {
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.scene.timeline .scroller .music .event .details {
  position: absolute;
  bottom: -2px;
  white-space: nowrap;
  width: 100%;
  font-size: 12px;
  background-color: dimgray;
  color: white;
  border-radius: 10px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  height: 14px;
  padding: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.scene.timeline .scroller .music .event .details .name {
  text-overflow: ellipsis;
  overflow: hidden;
}
.scene.timeline .scroller .music .event .details .period {
  font-size: 0px;
}
.scene.timeline .scroller .history {
  position: absolute;
  top: 67%;
  height: 15%;
  background-color: rgba(61, 119, 217, 0.2);
  color: #000;
}
.scene.timeline .scroller .history .event {
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 4px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.scene.timeline .scroller .era {
  position: absolute;
  top: 82%;
  height: 10%;
  background-color: rgba(128, 28, 31, 0.2);
  color: #000;
}
.scene.timeline .scroller .era .era-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 220px;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 5px;
}
.scene.timeline .scroller .era .event {
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 4px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.scene.timeline .scroller .years {
  position: absolute;
  top: 92%;
  height: 8%;
  background-color: #1e272e;
  color: #ffffff;
}
.scene.timeline .scroller .years .year {
  position: absolute;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.scene.timeline .current {
  position: absolute;
  top: 470px;
  height: 54px;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 2;
}
.scene.timeline .current::after {
  content: '';
  left: 50%;
  position: absolute;
  margin-left: -100px;
  width: 200px;
  height: 4px;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
}
.scene.timeline .current::before {
  content: '';
  left: 50%;
  position: absolute;
  margin-left: -100px;
  bottom: 11px;
  width: 200px;
  height: 4px;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
}
.scene.timeline .summary {
  position: absolute;
  top: 509px;
  height: 35px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px;
  background-color: black;
  border: 7px solid #1e272e;
  color: #a9a0a0;
}
.scene.timeline .next {
  right: 25px;
}
.scene.timeline .prev {
  left: 25px;
}
.scene.timeline .prev,
.scene.timeline .next {
  position: absolute;
  cursor: pointer;
  line-height: 74.9px;
  font-size: 42px;
  color: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  top: 50%;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  z-index: 10;
  text-align: center;
  background: url(images/paint-345296-small.png);
  background-position: 10px;
  border-radius: 8px;
  font-weight: normal;
}
.scene.timeline .prev i,
.scene.timeline .next i {
  padding-top: 6px;
}
.backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}
.backdrop.hidden {
  display: none;
}
.backdrop.scrolling {
  overflow: scroll;
}
.backdrop .modal {
  position: relative;
  top: 50%;
  left: 50%;
  width: 600px;
  margin-left: -300px;
  margin-top: -200px;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.backdrop .modal.special {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.backdrop .modal.special img {
  position: absolute;
  left: 0;
  width: 45%;
  top: 0;
  height: 100%;
}
.backdrop .modal.special .content {
  position: absolute;
  left: 45%;
  width: 55%;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.backdrop .modal.special .content .heading {
  left: 0;
  right: 0;
  padding: 20px 30px;
  background-color: darkred;
  color: white;
  text-align: left;
  flex: 1 0 auto;
}
.backdrop .modal.special .content .heading .title {
  position: relative;
  font-size: 26px;
  height: auto;
  padding-right: 20px;
}
.backdrop .modal.special .content .heading .subtitle {
  font-size: 20px;
  margin-top: 6px;
}
.backdrop .modal.special .content .heading .close {
  padding: 20px;
  right: 0;
  top: 0;
  color: white;
  position: absolute;
}
.backdrop .modal.special .content .body {
  padding: 30px;
  overflow: scroll;
  background-color: white;
}
.backdrop .modal.special .content .body a,
.backdrop .modal.special .content .body a:visited {
  color: darkred;
}
.backdrop .modal.special .content .body .body-details > :first-child {
  margin-top: 0;
}
.backdrop .modal.special .content .body .body-details > :last-child {
  margin-bottom: 0;
}
.backdrop .modal.large {
  top: 20px;
  left: auto;
  width: 100%;
  max-width: 1024px;
  margin: 30px auto;
  height: auto;
  padding: 40px;
}
@media (max-width: 1084px) {
  .backdrop .modal.large {
    margin: 30px;
    width: auto;
  }
}
.backdrop .modal .align-left {
  text-align: left;
}
.backdrop .modal .align-center {
  text-align: center;
}
.backdrop .modal .three-column {
  display: flex;
}
.backdrop .modal .three-column > i {
  flex: 1 0 33%;
}
.backdrop .modal .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.backdrop .modal .modal-top-icon {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  padding: 12px;
  top: -34px;
  margin-left: -34px;
  left: 50%;
  border: 6px solid #021635;
  background-color: #73766a;
}
.backdrop .modal .modal-top-icon img {
  width: 32px;
  height: 32px;
}
.backdrop .modal .modal-title {
  margin-top: 20px;
  color: black;
}
.backdrop .modal .modal-buttons .button {
  display: inline-block;
}
.backdrop .modal hr {
  margin: 30px 0;
  border: 1px dashed rgba(0, 0, 0, 0.2);
}
.button {
  height: 24px;
  padding: 12px 24px;
  margin: 10px;
  border-radius: 24px;
  background-color: #008396;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) inset;
  position: relative;
  color: white;
  font-family: 'Lato', sans-serif;
}
.button.blue {
  background-color: #3d77d9;
}
.button.orange {
  background-color: #d14900;
}
.button.gray {
  background-color: #76776c;
}
.photo-credit {
  font-size: 80%;
  font-style: italic;
}
.photo-credit p {
  margin-bottom: 0.75rem;
}
.photo-credit ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.photo-credit ul li {
  margin: 0;
  padding: 0;
}
.photo-credit ul li:not(:first-child) {
  margin-top: 0.75rem;
}
.timeline-instructions {
  text-align: center;
  font-style: italic;
  margin-bottom: 0;
  color: #000;
}
.timeline-instructions i {
  vertical-align: middle;
  margin-right: 8px;
}

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