  ﻿.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: -9px 0 -8px 0;
    width: fit-content;
    transition: .4s;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-shadow: 0px 1px 5px #000;
}
.timeline__content-desc {
    margin: 0;
    margin-top: 8px;
    padding: 10px;
    padding-top: 5px;
    border-radius: 0 15px 15px 15px;
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #fff;
}
.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-image:url('/webimages/150/timeline/150-1-bg.png');
  background-color:#040707;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@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 (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 {
  border-radius: 10px 10px 10px 0;
  width: 100%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}
.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__suptitle {
  position: relative;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  display: block;
  z-index: 1;
  letter-spacing: 4px;
  text-indent: 18px;
  padding-top:50px;
}
.timeline-header__title {
  position: relative;
  color: #fff;
  font-size: 155px;
  font-weight: 900;
  margin: 0;
  display: block;
  z-index: 1;
  letter-spacing: -10px;
  line-height: 0.8;
}
.timeline-header__subtitle {
  position: relative;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  display: block;
  z-index: 1;
  letter-spacing: 32px;
  text-indent: 48px;
}

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


.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;
}

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

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

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

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

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

.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;
  }
}


