html {
  -webkit-font-smoothing: antialiased;
}

#timeline-container {
  min-height: 200px;
  padding: 1.5rem 0rem 1.5rem 0rem;
  background: url('../images/timeline1/BlaneyMornTL_2.jpg');
  background-size: cover;
}

.white-container-headingTL {
  margin: 0;
  margin-left: 4rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  color: #fff;
  font-family: Helvetica;
  font-weight: bold;
}

.white-container-headingTL span {
  color: #F9D434;
}

.wrapTL {
  display: flex;
  background-color: rgba(108, 199, 185, 0.9);
}

#timeline-frame {
  overflow: hidden;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.slidee-itemTL {
  width: 380px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  display: flex;
  align-items: center;
  font-family: Helvetica;
}

.slidee-itemTL img {
  width: 140px;
  height: 140px;
  margin-right: 1rem;
}

.slidee-itemTL .content {
  color: #000;
  font-size: 1.1rem;
}

.slideeTL {
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.slide-headingTL {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: bold;
  font-family: Helvetica;
  margin: 0;
  margin-bottom: 0.5rem;
  color: #fff;
}

.slide-copyTL {
  margin: 0;
}

.nextPageTL, .prevPageTL {
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 3rem;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #fff;
}

.disabledTL {
  opacity: 0;
}