.timeline-section {
  width: 100%;
  position: relative; }
  @media screen and (max-width: 728px) {
    .timeline-section {
      display: none; } }

.timeline-slider {
  height: 686px;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  background-color: #6d7175;
  text-align: center;
  position: relative; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .timeline-slider {
      height: 556px; } }
  @media (max-width: 1000px) {
    .timeline-slider {
      height: 886px; } }
  .timeline-slider:before, .timeline-slider:after {
    content: " ";
    display: block;
    height: 1px;
    background-color: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 2; }
  .timeline-slider:before {
    top: 5px; }
  .timeline-slider:after {
    bottom: 5px; }
  .timeline-slider .slider {
    width: 100%; }
  .timeline-slider .item {
    float: left;
    width: 100%;
    height: 686px;
    padding-top: 190px;
    background-size: cover;
    background-position: center center; }
    @media (max-width: 1000px) {
      .timeline-slider .item {
        padding-top: 120px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .timeline-slider .item {
        padding-top: 120px;
        height: 556px; } }
    @media (max-width: 1000px) {
      .timeline-slider .item {
        height: 886px; } }
    .timeline-slider .item.active .year, .timeline-slider .item.active .panel {
      transform: translateX(0);
      opacity: 1; }
  .timeline-slider img {
    width: 100%; }
  @media (max-width: 1000px) {
    .timeline-slider .panels {
      max-width: 730px;
      margin: 0 auto; } }
  .timeline-slider .panel {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #babec1;
    color: #373d41;
    margin: 7px;
    padding: 17px;
    width: 230px;
    height: 308px;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    transform: translateX(300px);
    opacity: 0; }
    @media (min-width: 1024px) {
      .timeline-slider .panel:nth-child(1) {
        transition: 0.5s ease; }
      .timeline-slider .panel:nth-child(2) {
        transition: 0.55s ease; }
      .timeline-slider .panel:nth-child(3) {
        transition: 0.6s ease; }
      .timeline-slider .panel:nth-child(4) {
        transition: 0.65s ease; }
      .timeline-slider .panel:nth-child(5) {
        transition: 0.7s ease; } }
    .timeline-slider .panel .title {
      color: #2cb1d2;
      font-size: 15px;
      text-transform: uppercase; }
    .timeline-slider .panel p {
      line-height: 21px !important;
      font-weight: 300 !important;
      font-family: "FreightSans Pro","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif; }
  .timeline-slider .panel-year {
    display: block;
    width: 180px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 24px;
    padding-bottom: 10px;
    position: relative; }
    .timeline-slider .panel-year:before, .timeline-slider .panel-year:after {
      background-color: #d3d3d4;
      width: 40px;
      height: 2px;
      display: block;
      content: " ";
      margin-top: 12px;
      position: absolute;
      top: 0;
      z-index: -1; }
    .timeline-slider .panel-year:after {
      right: 0; }
  .timeline-slider .year {
    position: absolute;
    opacity: 0.4;
    top: 50px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 50px;
    line-height: 60px;
    font-family: 'Open Sans', sans-serif;
    transform: translateX(-150px); }
    .timeline-slider .year span {
      color: #fefefe;
      display: block;
      margin: 0 auto;
      max-width: 675px; }
    @media (min-width: 1024px) {
      .timeline-slider .year {
        transition: 1s; } }
    @media (max-width: 1120px) {
      .timeline-slider .year {
        font-size: 30px;
        line-height: 34px;
        top: 32px; } }

.timeline-controls {
  position: absolute;
  width: 59px;
  height: 32px;
  border: 1px solid #fff;
  padding: 3px;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 31px;
  margin: auto; }
  .timeline-controls .inner {
    width: 100%;
    height: 100%;
    color: #fff; }
  .timeline-controls .left-control, .timeline-controls .right-control {
    background-color: #2cb1d2;
    width: 24px;
    float: left;
    padding: 6px;
    font-size: 12px;
    cursor: pointer;
    height: 24px;
    transition: 0.2s; }
    .timeline-controls .left-control:hover, .timeline-controls .right-control:hover {
      background-color: #249bb8; }
  .timeline-controls .right-control {
    float: right; }
  .timeline-controls .icon-arrow-right {
    float: right; }

.timeline-nav {
  display: none;
  position: absolute;
  left: 0;
  bottom: 40px;
  right: 0;
  margin: auto;
  z-index: 3;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
  transition: 0.3s;
  width: 1000px; }
  .timeline-nav .indicator {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 25px;
    transition: 0.2s; }

.activeYear {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  position: absolute;
  margin: 4px auto;
  width: 100%;
  text-align: center;
  pointer-events: none;
  padding-right: 6px; }

.timeline-markers {
  height: 0;
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
  z-index: 2;
  text-align: center; }
  @media (max-width: 1000px) {
    .timeline-markers {
      top: auto;
      bottom: 100px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .timeline-markers {
      display: none; } }
  .timeline-markers:before {
    content: " ";
    display: block;
    height: 2px;
    background-color: #2cb1d2;
    width: 100%; }
  .timeline-markers .marker {
    display: inline-block;
    background-color: #303438;
    border: 1px solid #fff;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    transform: translateY(-7px);
    transition: 0.2s; }
    .timeline-markers .marker.active {
      background-color: #2cb1d2; }
      .timeline-markers .marker.active:before, .timeline-markers .marker.active:after {
        opacity: 1; }

.page-section {
  padding-left: 0 !important; }

.sticky-page-nav.stuck {
  z-index: 100; }

.page-section .section-content {
  padding-left: 20px; }
