.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

/*.timeline:before {
    top: -30px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 5%;
    margin-left: -1.5px;
}*/

.timeline:before {
    top: -5px;
    bottom: 30px;
    position: absolute;
    content: " ";
    left: 5%;
    margin-left: -0.5px;
    border-left: 2px dotted #d4d4d4;
}

.timeline > li {
    margin-bottom: 40px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: relative;
    top: 16px;
    left: 5%;
    margin-left: -25px;
    /*background: radial-gradient(circle at 65% 35%, #72aee6 0, #054272 100%);*/
    background: radial-gradient(circle at 65% 35%, #72aee6 0, #031c5f 100%);
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li:after {
    clear: both;
    background: none;
}

.timeline > li > .timeline-panel {
    width: 75%;
    float: right;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    margin-top: -50px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    left: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-right: 15px solid #ccc;
    border-left: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    left: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-right: 14px solid #fff;
    border-left: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #003c8f;
    font-size: 170%;
    text-align: left;
    position: absolute;
    top: -45px;
    left: 30%;
    margin-left: -15px;
    z-index: 100;
    font-family: "Philosopher", 'Roboto', Graphik, -apple-system, BlinkMacSystemFont, Segoe UI, var(--nv-fallback-ff);
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}


@media (min-width: 440px) {
  
    .timeline > li > .timeline-panel {
        width: 80%;
    }
    
    .timeline > li > .timeline-badge {
        left: 24%;
    }
}

@media (min-width: 570px) {
  
    .timeline > li > .timeline-panel {
        width: 85%;
    }
    
    .timeline > li > .timeline-badge {
        left: 18%;
    }
}


@media (min-width: 640px) {
  
  .timeline > li:after {
      height: 0;
  }
  
  .timeline > li > .timeline-panel {
      width: 40%;
      float: left;
  }
  
  .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      margin-top: -95px;
  }
  
  .timeline:before {
      left: 50%;
  }
  
  .timeline > li > .timeline-badge {
      left: 65%;
      top: 17px;
  }

  .timeline > li.timeline-inverted > .timeline-badge {
      left: -60%;
      top: -30px;
      text-align: right;
      position: relative;
  }
  
  .timeline > li:before, .timeline > li:after {
      left: 50%;
  }
  
  .timeline > li > .timeline-panel:before {
      left: 100%;
      border-left: 15px solid #ccc;
      border-right: 0 solid #ccc;
  }
  
    
  /*.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px; 
    display: inline-block;
    border-top: 15px solid transparent;
    border-right: 15px solid #ccc;
    border-left: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
  }*/
  
  .timeline > li > .timeline-panel:after {
    left: 100%;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
  }
  
  
}


@media (min-width: 768px) {
    
  .timeline > li > .timeline-badge {
    left: 63%;
  }
}


@media (min-width: 960px) {
  
  .timeline > li > .timeline-badge {
    left: 61%;
  }
}

@media (min-width: 1024px) {
    
  .timeline > li > .timeline-panel {
    width: 43%;
  }
   
  .timeline > li > .timeline-badge {
    left: 58.5%;
  }
    
  .timeline > li.timeline-inverted > .timeline-badge {
    left: -57%;
  }
}





