    #cd-timeline {
        background-color: white;
        position: relative;
        padding: 0 2em 4em 2em;
        margin-top: 0;
        margin-bottom: 2em;
    }
    #cd-timeline::before {
        content: '';
        position: absolute;
        top: 0;
        left: 18px;
        height: 100%;
        width: 5px;
        background: #ddd;
    }
    @media only screen and (min-width: 1170px) {
        #cd-timeline {
          margin-top: 3em;
          margin-bottom: 3em;
        }
        #cd-timeline::before {
          left: 50%;
          margin-left: -2px;
        }
    }

    .cd-timeline-block {
      position: relative;
      margin: 2em 0;
    }
    .cd-timeline-block:after {
      content: "";
      display: table;
      clear: both;
    }
    .cd-timeline-block:first-child {
      background: white;
      color: #2b3446;
      text-align: center;
      margin-top: 0;
    }
    .cd-timeline-block:last-child {
      margin-top: 2em;
      margin-bottom: 0;
    }

    .cd-timeline-block:last-child .cd-timeline-content {
      background: white;
    }

    .cd-timeline-block:last-child h4 {
      color: #E96D27;
      margin: 0;
      padding: 1em 0 0 0;
      text-align: left;
    }

    .cd-timeline-block:last-child p {
      padding-left: 0;
    }

    @media only screen and (min-width: 1170px) {
      .cd-timeline-block {
        margin: 4em 0;
      }
      .cd-timeline-block:first-child {
        margin-top: 0;
      }
      .cd-timeline-block:last-child {
        margin-top: -7em;
        margin-bottom: 0;
      }
    }

    .cd-timeline-img {
      position: absolute;
      top: 0;
      left: -44px;
      width: 60px;
      height: 60px;
      background: white;
      border-radius: 50%;
    }
    .cd-timeline-img span {
      display: block;
      position: relative;
      margin-top: -12px;
      text-align: center;
      top: 50%;

    }


    @media only screen and (min-width: 1170px) {
      .cd-timeline-img {
        width: 80px;
        height: 80px;
        left: 50%;
        margin-left: -40px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
      }
      .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
      }
      .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
      }
    }

    @-webkit-keyframes cd-bounce-1 {
      0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
      }

      60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
      }

      100% {
        -webkit-transform: scale(1);
      }
    }
    @-moz-keyframes cd-bounce-1 {
      0% {
        opacity: 0;
        -moz-transform: scale(0.5);
      }

      60% {
        opacity: 1;
        -moz-transform: scale(1.2);
      }

      100% {
        -moz-transform: scale(1);
      }
    }
    @keyframes cd-bounce-1 {
      0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
      }

      60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
      }

      100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
      }
    }
    .cd-timeline-content {
      border-radius: 5px;
      position: relative;
      margin-left: 30px;
      background: #ededed;
      padding: 0;
    }
    .cd-timeline-content:after {
      content: "";
      display: table;
      clear: both;
    }
    .cd-timeline-content h4 {
      color: white;
      font-family: "AktivGroteskW01-Medium", Arial, sans-serif;
      font-size: 1.294em;
      font-weight: normal;
      margin-top: 0;
      padding: 1em 1.5em;
      text-align: center;
    }
    .cd-timeline-content ul {
      margin: 1em 0 2em 0;
    }
    .cd-timeline-content p, .cd-timeline-content .cd-date, .cd-timeline-content li {
      color: #212121;
      font-size: .941em;
      line-height: 1.4em;
      margin-bottom: .7em;
      padding: 0 1em;
    }
    
    .cd-timeline-block:first-child .cd-timeline-content {
      background: white;
      float: none !important;
      margin: 0 auto;
      padding: 0 0 3em 0;
    }
    .cd-timeline-block:first-child .cd-timeline-content h3 {
      color:#2b3446;
      font-family: "AktivGroteskW01-Medium", Arial, sans-serif;
      font-size: 1.765em;
    }

    .cd-timeline-block.blue .cd-timeline-content h4 {
      background-color: #5A6795;
      border-radius: 5px 5px 0 0;
    }  

    .cd-timeline-block.yellow .cd-timeline-content h4 {
      background-color: #F8CE54;
      border-radius: 5px 5px 0 0;
      color: #5A6795;
    }
    .cd-timeline-block.yellow .cd-timeline-img {
      box-shadow: 0 0 0 5px #F8CE54;
      color: #F8CE54;
    }

    .cd-timeline-block.teal .cd-timeline-content h4 {
      background-color: #23B5B5;
      border-radius: 5px 5px 0 0;
    }
    .cd-timeline-block.teal .cd-timeline-img {
      box-shadow: 0 0 0 5px #23B5B5;
      color: #23B5B5;
    }    

    .cd-timeline-block .cd-timeline-img span {
      font-family: "AktivGroteskW01-Medium", Arial, sans-serif;
      font-size: 20px;
    }

    @media only screen and (min-width: 768px) {
      .cd-timeline-content h2 {
        font-size: 1.25em;
      }
      .cd-timeline-content p {
        font-size: 1em;
      }
      .cd-timeline-content .cd-date {
        font-size: 1.25em;
      }
    }

    @media only screen and (min-width: 1170px) {
      .cd-timeline-content {
        margin: 0 -25px;
        padding: 0;
        width: 45%;
      }
      .cd-timeline-content .cd-date {
        font-family: "AktivGroteskW01-Medium",Arial,sans-serif;
        position: absolute;
        width: 100%;
        left: 122%;
        top: 0;
        font-size: 1.25em;
      padding: 1em;
      }
      .cd-timeline-block:nth-child(odd) .cd-timeline-content {
        float: right;
      }
      .cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
      }
      .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
      }
      .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
      }
    }

    @media only screen and (min-width: 1170px) {
      /* inverse bounce effect on even content blocks */
      .cssanimations .cd-timeline-block:nth-child(odd) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
      }
    }
    @-webkit-keyframes cd-bounce-2 {
      0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
      }

      60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
      }

      100% {
        -webkit-transform: translateX(0);
      }
    }
    @-moz-keyframes cd-bounce-2 {
      0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
      }

      60% {
        opacity: 1;
        -moz-transform: translateX(20px);
      }

      100% {
        -moz-transform: translateX(0);
      }
    }
    @keyframes cd-bounce-2 {
      0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
      }

      60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
      }

      100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
      }
    }
    @-webkit-keyframes cd-bounce-2-inverse {
      0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
      }

      60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
      }

      100% {
        -webkit-transform: translateX(0);
      }
    }
    @-moz-keyframes cd-bounce-2-inverse {
      0% {
        opacity: 0;
        -moz-transform: translateX(100px);
      }

      60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
      }

      100% {
        -moz-transform: translateX(0);
      }
    }
    @keyframes cd-bounce-2-inverse {
      0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
      }

      60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
      }

      100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
      }
    }