@media screen and (max-width: 768px) {
  .tfc-timeline {
    margin-top: 80px;
  }
}
.tfc-timeline #timeline {
  position: relative;
  overflow: hidden;
}
.tfc-timeline #timeline::before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #ff6600;
  left: 87px;
  margin-left: -1.5px;
}
@media screen and (max-width: 768px) {
  .tfc-timeline #timeline::before {
    left: 50%;
  }
}
.tfc-timeline #timeline .timeline-movement {
  position: relative;
  margin-bottom: 2rem;
  min-height: 100px;
}
.tfc-timeline #timeline .timeline-movement:first-of-type .timeline-badge::before {
  content: "";
  width: 100%;
  height: 1000px;
  background-color: #dee0e0;
  display: block;
  position: absolute;
  top: -1000px;
  z-index: 6;
}
.tfc-timeline #timeline .timeline-movement:last-of-type .timeline-badge::after {
  content: "";
  width: 100%;
  height: 1000px;
  background-color: #dee0e0;
  display: block;
  position: absolute;
  bottom: -1000px;
  z-index: 6;
}
.tfc-timeline #timeline .timeline-movement .timeline-badge {
  color: #ff6600;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 77px;
  font-size: 1.2em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 63px;
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 6;
  border-radius: 50%;
  opacity: 1 !important;
  visibility: visible !important;
}
.tfc-timeline #timeline .timeline-movement .timeline-badge.animated {
  background-color: #2c3d49;
}
@media screen and (max-width: 576px) {
  .tfc-timeline #timeline .timeline-movement .timeline-badge {
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.tfc-timeline #timeline .timeline-movement .timeline-badge img {
  max-width: 30px;
  width: 100%;
  height: auto;
}
.tfc-timeline #timeline .timeline-movement .timeline-item {
  margin-left: 140px;
  width: calc(100% - 140px);
  font-family: "Articulat CF Normal", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .tfc-timeline #timeline .timeline-movement .timeline-item {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .tfc-timeline #timeline .timeline-movement .timeline-item {
    margin-top: 2rem;
  }
}
.tfc-timeline #timeline .timeline-movement .timeline-item .timeline-panel {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .tfc-timeline #timeline .timeline-movement .timeline-item .timeline-panel {
    text-align: center;
    background-color: #e0e2e2;
    padding-bottom: 1rem;
    padding-top: 0.5rem;
  }
}
.tfc-timeline #timeline .timeline-movement .timeline-item .timeline-entry-title {
  color: #333;
  padding-bottom: 10px;
  font-size: 30px;
  line-height: 1.3em;
  font-family: "Articulat CF Normal", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.tfc-timeline #timeline .timeline-movement .timeline-item .timeline-entry-content {
  color: #666;
  line-height: 1.7em;
  font-size: 16px;
}
.tfc-timeline #timeline .timeline-movement .timeline-item .timeline-entry-content p:last-of-type {
  margin-bottom: 0;
}
/*# sourceMappingURL=view.css.map */