.timeline-page body {
  color: #768390;
  background: #fff;
  font-family: "Effra", Helvetica, sans-serif;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

.timeline-page .header {
  text-align: center; }
  .timeline-page .header .title,
  .timeline-page .header .subtitle {
    margin: 0.35em 0;
    line-height: 1.2;
    overflow-wrap: break-word;
    overflow: visible;
    word-break: break-word;
    white-space: normal; }
  .timeline-page .header p {
    margin: 1em auto; }
    .timeline-page .header p:last-child {
      margin-bottom: 0; }

.timeline {
  list-style: none !important;
  margin: 0;
  padding: 0;
  width: 100%; }


.timeline-item {
  position: relative; }
  .timeline-item:last-child {
    padding-bottom: 0; }
  .timeline-item .timeline-content {
    padding-bottom: 40px; }
    .timeline-item .timeline-content * {
      max-width: 100%; }
    .timeline-item .timeline-content p:last-child {
      margin-bottom: 0; }
    .timeline-item .timeline-content ol,
    .timeline-item .timeline-content ul {
      list-style-position: inside; }
    .timeline-item .timeline-content .timeline-title {
      overflow-wrap: break-word;
      overflow: visible;
      word-break: break-word;
      white-space: normal; }
    .timeline-item .timeline-content .footnotes ol li {
      text-align: left !important; }
  .timeline-item.odd .timeline-content ul,
  .timeline-item.odd .timeline-content ol {
    width: fit-content;
    margin-left: auto;
    text-align: left; }
  .timeline-item.even .timeline-content ul,
  .timeline-item.even .timeline-content ol {
    width: fit-content;
    margin-right: auto;
    text-align: right; }
  .timeline-item.period {
    padding: 0; }
    .timeline-item.period .timeline-info {
      display: none; }
    .timeline-item.period .timeline-marker:before {
      background: transparent;
      content: "";
      width: 15px;
      height: auto;
      border: none;
      border-radius: 0;
      top: 0;
      bottom: 30px;
      position: absolute;
      border-top: 3px solid #ccd5db;
      border-bottom: 3px solid #ccd5db; }
    .timeline-item.period .timeline-marker:after {
      content: "";
      height: 32px;
      top: auto; }
    .timeline-item.period .timeline-content {
      padding: 40px 0 70px; }


.timeline-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  white-space: nowrap; }
  .timeline-info .timeline-content {
    padding-bottom: 40px; }
    .timeline-info .timeline-content p:last-child {
      margin-bottom: 0; }
    .timeline-info .timeline-content * {
      max-width: 100%; }
  .timeline-info.odd .timeline-content ul,
  .timeline-info.odd .timeline-content ol {
    width: fit-content;
    margin-left: auto;
    text-align: left; }
  .timeline-info.even .timeline-content ul,
  .timeline-info.even .timeline-content ol {
    width: fit-content;
    margin-right: auto;
    text-align: right; }
  .timeline-info.period {
    padding: 0; }
    .timeline-info.period .timeline-info {
      display: none; }
    .timeline-info.period .timeline-marker:before {
      background: transparent;
      content: "";
      width: 15px;
      height: auto;
      border: none;
      border-radius: 0;
      top: 0;
      bottom: 30px;
      position: absolute;
      border-top: 3px solid #ccd5db;
      border-bottom: 3px solid #ccd5db; }
    .timeline-info.period .timeline-marker:after {
      content: "";
      height: 32px;
      top: auto; }
    .timeline-info.period .timeline-content {
      padding: 40px 0 70px; }


    .timeline-info figure img, .timeline-item figure img {
      bottom: 0;
      right: 0;
      top: 0;
      left: 0;
      margin:auto;
      object-fit: cover;
      object-position: center;
 }

.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px; }
  .timeline-marker:before {
    background: #ff6b6b;
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out; }
  .timeline-marker:after {
    content: "";
    width: 3px;
    background: #ccd5db;
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 6px; }
  .timeline-item:last-child .timeline-marker:after {
    content: none; }

.timeline-centered .marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #ff6b6b; }

.timeline-centered .marker-outline .timeline-item:hover .timeline-marker:before {
  background: #ff6b6b; }

@media (min-width: 992px) {
  .timeline-centered .timeline-item,
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0; }
  .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden; }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%; }
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-content {
    width: 50%; }
  .timeline-centered > .timeline-item.odd .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px; }
  .timeline-centered > .timeline-item.odd .timeline-content {
    float: left;
    text-align: right;
    padding-right: 15px; }
  .timeline-centered > .timeline-item.even .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px; }
  .timeline-centered > .timeline-item.even .timeline-content {
    float: right;
    text-align: left;
    padding-left: 20px; }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center; }
  .timeline-centered .timeline-item.period {
    padding: 3em 0 5em; }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto; }
  .timeline-centered .period .timeline-title {
    left: auto; } }

@media (max-width: 992px) {
  .timeline-centered .timeline-item {
    display: list-item; }
    .timeline-centered .timeline-item .timeline-info {
      padding-right: 0; }
    .timeline-centered .timeline-item .timeline-marker {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 15px; }
    .timeline-centered .timeline-item.odd figure, .timeline-centered .timeline-item.even figure {
      width: 100%;
      margin-left: 0; } }

