#timeline {
  min-height: 70vh !important;
  height: 70vh;
  display: flex;
  background-color: #031625;
  padding-top: 0px !important; }
  #timeline:hover .tl-item {
    width: 23.3333%; }

.tl-item {
  transform: translate3d(0, 0, 0);
  position: relative;
  width: 25%;
  height: 100%;
  min-height: 600px;
  color: #fff;
  overflow: hidden;
  transition: width 0.5s ease; }
  .tl-item:before, .tl-item:after {
    transform: translate3d(0, 0, 0);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .tl-item:after {
    background: rgba(3, 22, 37, 0.85);
    opacity: 1;
    transition: opacity 0.5s ease; }
  .tl-item:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 75%);
    z-index: 1;
    opacity: 0;
    transform: translate3d(0, 0, 0) translateY(50%);
    transition: opacity 0.5s ease, transform 0.5s ease; }
  .tl-item:hover {
    width: 30% !important; }
    .tl-item:hover:after {
      opacity: 0; }
    .tl-item:hover:before {
      opacity: 1;
      transform: translate3d(0, 0, 0) translateY(0);
      transition: opacity 1s ease, transform 1s ease 0.25s; }
    .tl-item:hover .tl-content {
      opacity: 1;
      transform: translateY(0);
      transition: all 0.75s ease 0.5s; }
    .tl-item:hover .tl-bg {
      filter: grayscale(0); }

.tl-content {
  transform: translate3d(0, 0, 0) translateY(25px);
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 1.618em;
  top: 55%;
  opacity: 0; }
  .tl-content h2 {
    font-family: 'Pathway Gothic One',Helvetica Neue,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    color: #1779cf;
    font-size: 3rem;
    font-weight: normal; }

.tl-year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 30px 0px 20px 0px; }
  .tl-year p {
    font-family: 'Pathway Gothic One',Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 3em !important;
    line-height: 0; }

.tl-bg {
  transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  transition: filter 0.5s ease;
  filter: grayscale(100%); }

@media screen and (max-width: 1399px) {
  .tl-content h2 {
    font-size: 18pt; }
  .tl-content p {
    font-size: 10pt !important;
    margin-bottom: 5px; } }

/*# sourceMappingURL=timeline.css.map */
