

/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-family: "Roboto", sans-serif;
  font-size: 1.125em;
  font-weight: 900;
  text-transform: uppercase;
  background: #00b0bd;
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 24px;
  height: 78.2%;
  top: 5%;
  left: 49%;
  margin-left: -2px;
  background: rgb(0,73,122);
background: linear-gradient(180deg, rgba(0,73,122,1) 0%, rgba(0,98,160,1) 50%, rgba(51,173,240,1) 100%);
  z-index: -1;
}
#conference-timeline .conference-timeline-content {
/*   padding-top: 67px; */
/*   padding-bottom: 67px; */
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display:flex;
  justify-content:space-between;
  align-items:center;

}


.mobile-only {
  display:none;
}

.timeline-article:last-child: {
  margin:0px !important;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}
.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 24px;
  color: #242424;
  text-align: right;
}
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
/*   border: 1px solid #ddd; */
/*   background-color: #fff; */
/*   box-shadow: 0 1px 3px rgba(0,0,0,.03); */
/*   padding: 27px 25px; */
}
.timeline-article p {
/*   margin: 0 0 0 60px; */
  padding: 0;
  font-weight: 400;
  color: #242424;
  font-size: 0.875em;
  line-height: 24px;
  position: relative;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 2.75em;
  top: 10px;
  left: -60px;
  color: #00b0bd;
}
.timeline-article .content-left-container {
  float: left;
}
.timeline-article .content-right-container {
  float: right;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
  position: absolute;
  top: 20px;
  font-size: 1.4375em;
  font-family: "FontAwesome";
  color: #fff;
}
.timeline-article .content-left:before {
/*   content: "\f0da";
  right: -8px; */
}
.timeline-article .content-right:before {
/*   content: "\f0d9";
  left: -8px; */
}
.timeline-article .meta-date {
  position: absolute;
/*   top: 0; */
  left: 50.2%;
  width: 32px;
  height: 32px;
  margin-left: -20px;
  color: #fff;
  border-radius: 100%;
  background: #0D2C6D;
  border:5px solid #0D2C6D;
}
.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}
.timeline-article .meta-date .date {
  font-size: 1.875em;
  line-height: 40px;
}
.timeline-article .meta-date .month {
  font-size: 1.125em;
  line-height: 10px;
}


.timeline-header {
  font-size:2em;
  color: #0B3862;
  font-weight:700;
  font-family:"Effra",sans-serif;
  line-height:32px;
}


/* Fade-in Animation */
.text-fadeIn  {
  opacity: 0;
  transform: translate(-10vw, 0);
  transition: all 1s;
}

.text-fadeIn.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.image-fadeIn  {
  opacity: 0;
  transform: translate(10vw, 0);
  transition: all 1s;
}

.image-fadeIn.visible {
  opacity: 1;
  transform: translate(0, 0);
}


/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
    top:0.5% !important;
    height:85.3%!important;
    
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 46px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
/*     margin-left: 95px; */
/*     margin-left:5%;
    margin-right:5%; */
    min-height: 53px;
    text-align:center;
  }
  .timeline-article .content-left-container {
    margin-bottom: 20px;

  }
  .timeline-article .content-left,
  .timeline-article .content-right {
/*     padding: 10px 25px; */
    min-height: 65px;
  }
  .timeline-article .content-left:before {
/*     content: "\f0d9";
    right: auto;
    left: -8px; */
  }
  .timeline-article .content-right:before {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }
  
}


@media only screen and (max-width:991px) {
  .timeline-article {
    display: flex;
    flex-direction: column;
    margin-bottom:32px !important;
    text-align:center;
    background-color:#ffffff;
    border:1px solid #e8e8e8;
/*     padding:24px; */
    border-radius:8px;
  }
  
  .timeline-article .content {
    padding:24px;
  }

  
  .timeline-article:nth-child(odd) .content-right-container{
    order:1;
    padding:24px;
  }
    .timeline-article:nth-child(even) .content-left-container{
    order:1;
  }
  .timeline-header {
    font-size:1.25em !important;
    margin-bottom:8px !important;
  }
     .timeline-article .video {
    padding:0px !important;
  }
  
  /* Remove the timeline on Mobile */
  .meta-date, .conference-center-line {
    display:none;
  }
  
  .mobile-only {
    display:block;
  }
  .desktop-only {
    display:none !important;
  }
  .mobile-image-order {
    order:2 !important;
  }
  .odd-number-image {
    margin-top:16px;
}
}

.timeline-article .meta-date:hover {
  background:#fff !important;
}


/*===== // Resonsive Vertical Timeline =====*/
 @media only screen and (max-width: 1200px) {
   .mobile-timeline-header {
     background-color:#0B3862;
     color:#fff;
     padding:8px;
   }
}