﻿.timeline {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 700px;
  position: relative;
  padding-bottom:350px;
}
.timeline__content-title {
  font-weight: 700;
  font-size: 66px;
  margin: -10px 0 0 0;
  transition: .4s;
  padding: 0 10px;
  box-sizing: border-box;
  color: #fff;
  text-shadow: 0px 1px 5px #000;
}

.timeline__content-title-sml {
    font-size: 33px;
    padding:0;
}
.timeline__content-desc {
  margin: 0;
  font-size: 15px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.7);
}
.timeline:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(197, 160, 77, 0.3);
}

.skewed {
  transform: skew(0deg, -6deg);
  background-color: #000;
  position: absolute;
  top: -82px;
  left: 0;
  right: 0;
  bottom: 0;
}
.bg {
  background-color:#040707;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.header__img {
  border:8px solid #fff;
  transform: rotate(-5deg);
  width:50%;
}

@media only screen and (min-width: 767px) {
  .header__img {  width:auto;}

}
@media only screen and (max-width: 767px) {
  .timeline:before {
    left: 40px;
  }
}
.timeline-item {
  padding: 40px 0;
  opacity: .3;
  filter: blur(2px);
  transition: .5s;
  box-sizing: border-box;
  width: calc(50% - 40px);
  display: flex;
  position: relative;
  transform: translateY(-80px);
}
.timeline-item:before {
  content: attr(data-text);
  letter-spacing: 1px;
  width: 100%;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  border-left: 2px solid rgba(197, 160, 77, 0.8);
  top: 70%;
  margin-top: -5px;
  padding-left: 15px;
  opacity: 0;
  right: calc(-100% - 39px);
  text-transform:uppercase;
  font-weight:400;
}
.timeline-item:nth-child(even) {
  align-self: flex-end;
}
.timeline-item:nth-child(even):before {
  right: auto;
  text-align: right;
  left: calc(-100% - 39px);
  padding-left: 0;
  border-left: none;
  border-right: 2px solid rgba(197, 160, 77, 0.8);
  padding-right: 15px;
}
.timeline-item--active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}
.timeline-item--active:before {
  top: 50%;
  transition: .3s all .2s;
  opacity: 1;
}
@media only screen and (min-width: 767px) {
.timeline-item--active .timeline__content-title {
  margin: -50px 0 20px 0;
}
}

@media only screen and (max-width: 767px) {
  .timeline-item {
    align-self: baseline !important;
    width: 100%;
    padding: 0 30px 150px 80px;
  }
  .timeline-item:before {
    left: 39px !important;
    padding: 0 !important;
    top: -20px;
    text-align: left !important;
    text-indent: 38px;
    border-left: 2px solid rgba(197, 160, 77, 0.8)!important;
    border-right: 0!important;
    width: 90%;
  }
  .timeline-item:last-child {
    padding-bottom: 40px;
  }

  .timeline-header .align-center {
    justify-content: left;
  }

  .mouse {
    margin-left: 22px;
  }
}
.timeline__img {
  max-width: 100%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}

.tippy-box {
  font-size:12px;
}

.timeline__img:after {
  content:'i';
  position:absolute;
  width:10px;
  height:10px;
  border-radius:20px;
  background-color:#000;
  color:#fff;
  top:0;
  right:0;
}


.timeline-container {
  width: 100%;
  position: relative;
  padding: 0;
  transition: .3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
  background-position:center center;
}
.timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}
.timeline-header {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  height:350px;
}

.timeline-header h1 {
  position: relative;
  color: #fff;
  font-size: 48px;
  letter-spacing: -1;
  font-weight: 900;
  margin: 0;
  display: block;
  z-index: 1;
}

.timeline-header h2 {
  position: relative;
  color: #fff;
  font-size: 32px;
  letter-spacing: -1;
  font-weight: 900;
  margin: 0;
  display: block;
  z-index: 1;
}

.timeline__section {
  z-index: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .timeline__section {
  text-align: left;
    margin-bottom: 3em;
    margin-left: 39px;
}
}



.timeline__section h3 {
    color: #fff;
    display: inline-block;
    margin: auto;
    width: auto;
    padding: 0.5em 2em;
    background-color: #000;
    border: 2px solid rgba(197, 160, 77, 0.6);
    font-size:1em;

}



.align-center {
  height: 125%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;
}

@media only screen and (min-width: 767px) {

   .column.align-center {
     height:350px;
   }
}


.mouse {
  opacity:0.9;
  margin-top:340px;
  height: 60px;
  width: 32px;
  border: 2px solid #c5a04d;
  border-radius: 32px;
  position: relative;
  visibility: hidden;
  z-index:1;
}
.mouse .scrollWheel {
  height: 20px;
  width: 2px;
  background:#c5a04d;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 10px;
  border-radius: 1px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-animation: scroll 2s linear infinite;
          animation: scroll 2s linear infinite;
}

.dmu-button {
  margin-top: 1em;
  text-decoration: none;
  padding: 0.5em;
  border-radius: 3px;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  background-color:transparent;
  cursor:pointer;
  font-weight:bold;
  font-size:1em;

}

.dmu-button:hover {
  background-color:#9d0932;
  color:#fff;

}

.dmu-button--video {
  position: relative;
  padding-right:50px;
}

.dmu-button--video:after {
  content: '';
  background-image: url(/webimages/150/timeline/icon-livestream.svg);
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 4px;
}

@media only screen and (max-width: 767px) {
  .timeline-footer h5 {
    padding-right:2.5em;
    width:80%;
  }
  .dmu-card__image {
    display:none;
  }
}

.timeline-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color:rgba(0, 0, 0, 0.9);
  z-index:2;
      display: block;
}

.video-container{
  position:relative;
  max-width:1000px;
  width:90%;
  height:100%;
  margin:auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.video-container h4 {
  color:#fff;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  align-self: normal;
}

.long-read-wrapper {
    position: relative;
    align-self: normal;
    color: #fff;
    width: 80%;
    margin: 1em auto;
    font-size: 120%;
    overflow-x: auto;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-close {
float:right;
margin-top: 1em;
align-self:flex-end;
margin-right:3em;
}

.video-container .mejs__controls:not([style*="display: none"]) {
  background: #9d0932;
}

.timeline__content blockquote {
  font-size: 1.5em;
  font-weight: 400;
  color: #fff;
  margin: 0 0 0.75em 0;
  padding: 2em;
  position:relative;
}

.timeline__content blockquote:before {
  content: '\201C';
  font-size: 8em;
  position: absolute;
  top: 74px;
  left: 1px;
  opacity: 0.3;
  line-height: 0;
}
.timeline__content blockquote:after {
  content:'\201D';
  font-size: 8em;
  position:absolute;
  bottom: -20px;
  right: 0px;
  opacity:0.3;
  line-height:0;
}

.timeline-item--quote {
width:100%;
margin:5em 0;
}

.timeline__content blockquote .panel__footer {
font-size: 0.75em;
    margin-top: 1.5em;
}

.timeline__content blockquote .panel__footer:before {
    content: '\2014';
    margin-right: 5px;
}

.timeline-footer {
  position:static;
  bottom:0;
  width:100%;
  background-color:rgba(0, 0, 0, 0.8);
}

.timeline-footer--sticky {
  position:fixed;
}

.timeline-footer h5 {
  color:#fff;
  cursor:pointer;
  position:relative;
}

.timeline-footer h5::after {
    content: '';
    background-image: url(/siteelements/2018/images/icons/arrow-up.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    display: block;
    background-size: 50%;
    position: absolute;
    right: 0;
    top: -10px;
    transform: rotate(180deg);
}

.timeline-footer .dmu-button {
  float:right;
}
.ui-cards,
.ui-cards > .row {
  background-color:transparent;
}

.return-top {
bottom:13px;
}

@media (pointer: coarse) {
  .desktop-only {display:none;}
}



@media (pointer: fine) {
  .mouse {visibility:visible;}
  .mobile-only {display:none;}
}
.touch .desktop-only {display:none;}

.no-touch .mouse {visibility:visible;}
.no-touch .mobile-only {display:none;}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  25% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  26% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  25% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  26% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}


