@media(min-width:768px){
  .emx .emx-steps:before,
  .emx .emx-steps:after{
    top:0!important;
    height:1px!important;
  }
  .emx .emx-steps article:not(:last-child):after{
    z-index:5!important;
    top:-8px!important;
    right:24px!important;
    width:17px!important;
    height:17px!important;
    border:4px solid #f4f8f3!important;
    border-radius:50%!important;
    background:#36c84d!important;
    box-shadow:0 0 0 1px #36c84d,0 0 0 6px rgba(54,200,77,.08)!important;
  }
  .emx .emx-steps.emx-timeline-run article:not(:last-child):after{
    animation-name:emx-timeline-dot-raised!important;
  }
}
@keyframes emx-timeline-dot-raised{
  0%{opacity:0;transform:scale(.35);box-shadow:0 0 0 1px #36c84d,0 0 0 0 rgba(54,200,77,0)}
  65%{opacity:1;transform:scale(1.28);box-shadow:0 0 0 1px #36c84d,0 0 0 9px rgba(54,200,77,.12)}
  100%{opacity:1;transform:scale(1);box-shadow:0 0 0 1px #36c84d,0 0 0 6px rgba(54,200,77,.08)}
}
