@charset "UTF-8";
.timeline {
  position: relative;
}
.timeline::before {
  content: "";
  background: #5F90AB;
  width: 1px;
  height: 98%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 29px;
}

.timeline-img-header {
  position: relative;
  width: 45%;
  padding: 0 30px;
}

.timeline-header h3 {
  margin-top: 0;
  margin-bottom: 30px;
  letter-spacing: 0.01em;
}

.timeline-content {
  position: relative;
  width: 50%;
}
.timeline-content .timeline-quote {
  display: none;
}

.timeline-copy {
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}

.timeline-img {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #5F90AB;
  position: absolute;
  left: 50%;
  margin-top: 29px;
  margin-left: -8px;
}

.page blockquote {
  margin-top: 120px;
  margin-bottom: 0;
  color: #5F90AB;
  padding: 0;
  font-style: normal;
  font-size: 39px;
  line-height: 1.285;
  position: relative;
}
.page blockquote::before {
  content: "“";
  font-size: 140px;
  position: absolute;
  top: -90px;
  left: -20px;
  z-index: 1;
  color: #5F90AB;
}

.attribution {
  color: #5F90AB;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px;
}

.timeline-item {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.timeline-item .timeline-header {
  text-align: left;
  margin-top: 20px;
}
.timeline-item > .timeline-content {
  padding: 0 30px 0 18px;
}
.timeline-item > .timeline-content > a.btn-text {
  margin-bottom: 20px;
}
.timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}
.timeline-item:nth-child(even) .timeline-img {
  margin-bottom: 29px;
}
.timeline-item:nth-child(even) .timeline-header {
  text-align: right;
}

.timeline-sub-item {
  display: flex;
}
.timeline-sub-item .timeline-content {
  width: auto;
  font-size: 16px;
  margin: 20px 0;
}
.timeline-sub-item .timeline-img-header {
  position: relative;
  width: auto;
  margin: 20px 0;
  padding: 0 30px 0 15px;
}
.timeline-sub-item .timeline-img-header img {
  min-width: 165px;
}

.timeline-sub-item + .timeline-sub-item {
  border-top: 1px solid #707070;
}

.nav-year {
  text-align: center;
  font-size: 14px;
  margin: 80px 0;
  text-transform: uppercase;
  letter-spacing: 0.125em;
}
.nav-year li {
  margin: 10px 25px;
}
.nav-year a {
  font-size: 18px;
  letter-spacing: 0.01em;
  font-weight: 500;
}

.btn-text-top {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 20px;
  width: 80px;
  display: block;
  color: #fff !important;
  background: #5f90ab;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-style: normal;
  box-shadow: 0 0 !important;
  border: 0;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  vertical-align: middle;
  orphans: 2;
}

.btn-text-top.jump-link {
  display: none;
}

.modal.video.modal-vertical-centered {
  display: flex;
  align-items: center;
  pointer-events: none;
}
.modal.video .modal-dialog {
  width: 65%;
  max-width: 1200px;
  margin: auto;
}
.modal.video.in {
  pointer-events: all;
}
.modal.video .modal-body {
  position: relative;
  padding: 0;
  overflow: visible;
}
.modal.video .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.modal.video .close {
  background-color: transparent;
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.modal-backdrop {
  z-index: 10000;
  background-color: #5F90AB;
}
.modal-backdrop.in {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .page blockquote {
    font-size: 24px;
  }
  .timeline-item {
    transform: translateY(0) scale(1);
  }
  .timeline-header {
    text-align: left;
  }
  .timeline-img-header {
    width: auto !important;
  }
  .timeline-sub-item {
    display: block;
  }
  .nav-year .jump {
    display: block;
  }
  .modal.video .modal-dialog {
    width: 90%;
  }
}
@media screen and (max-width: 992px) {
  .timeline::before {
    left: 0px;
  }
  .timeline .timeline-item {
    display: block;
    margin-left: 40px;
  }
  .timeline .timeline-img {
    left: 0px;
  }
  .timeline .timeline-img-header {
    width: 65%;
    padding: 0 30px 0 18px;
  }
  .timeline .timeline-img-header .timeline-quote {
    display: none;
  }
  .timeline .timeline-header {
    text-align: left !important;
    margin-top: 25px;
  }
  .timeline .timeline-content {
    max-width: 100%;
    width: auto;
  }
  .timeline .timeline-content .timeline-quote {
    display: block;
  }
  #footer .row.equal-height .foot-col {
    border-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .timeline::before {
    left: 20px;
  }
  .timeline .timeline-item {
    display: block;
    margin-left: 40px;
  }
  .timeline .timeline-img {
    left: -20px;
  }
  .timeline .timeline-img-header {
    width: 65%;
    padding: 0 30px 0 18px;
  }
  .timeline .timeline-img-header .timeline-quote {
    display: none;
  }
  .timeline .timeline-header {
    text-align: left !important;
    margin-top: 25px;
  }
  .timeline .timeline-content {
    max-width: 100%;
    width: auto;
  }
  .timeline .timeline-content .timeline-quote {
    display: block;
  }
  .timeline::before {
    height: 99%;
  }
}


.header {
  opacity: 1;
  min-height: 0;
}

b, strong {
  font-weight: bold;
}

@media (max-width: 1199px) {
  .intro {
      margin-bottom: 0px !important;
  }
}