                
/*------------------------------------
 timeline styles
------------------------------------*/
.path-container {
  margin-top: 50px;
  margin-bottom: 70px;
}
.path-container .path-item h1 {
  text-align: center;
  margin-bottom: 70px;
}
.path-container .path-item h3 {
  margin: .5em .5em .5em 1rem;
  line-height: 1.15;
  font-size: 1.15em;
}
.large-5.pull-7.columns.path-text h3, .large-5.pull-7.columns.path-text p{ margin-left: 0; }
.path-container .path-item h3 span {
  display: block;
}
.path-container .path-item p {
  font-size: 0.938em;
  line-height: 1.3;
  margin: .5em .5em .5em 1rem;
}
.large-5.pull-7.columns.path-text p{ padding-right: 15px; }
.path-container .path-item a {
  font-weight: bold;
  font-size: 14px;
}
.path-container .path-item .circle {
  background-color: rgb(0, 204, 255);
  background-size: 140px 140px;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  position: relative;
  margin-bottom: 5em;
  z-index: 2;
}
.path-container .path-item .push-5 .outer {
  background-color: rgb(255, 255, 255);
  background-size: 156px 156px;
  border-radius: 50%;
  width: 156px;
  height: 156px;
  position: absolute;
  margin-bottom: 5em;
  z-index: 1;
  border:2px solid #898989;
  left: -1.575em;
  top: 1em;
}
.path-container .path-item .outer-left {
  background-color: rgb(255, 255, 255);
  background-size: 156px 156px;
  border-radius: 50%;
  width: 156px;
  height: 156px;
  position: absolute;
  margin-bottom: 5em;
  z-index: 1;
  border:2px solid #898989;
  left: -1.575em;
  top: 1em;
}
.path-container .path-item .outer-right {
  background-color: rgb(255, 255, 255);
  background-size: 156px 156px;
  border-radius: 50%;
  width: 156px;
  height: 156px;
  position: absolute;
  margin-bottom: 5em;
  z-index: 1;
  border:2px solid #898989;
  top: -.5em;
  left: 16.6em;
}
.circle h1 {
    position: relative;
    font-weight: bold;
    color: #fff;
    font-size: 3em !important;
    text-transform: uppercase;
    line-height:1 !important;
    display:none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 32%;
}
.circle h2 {
    font-size: 3em !important;
    text-transform: uppercase;
    line-height:1 !important;
    position: relative;
    font-weight: bold;
    color: #fff;
    display:inline;
    top: 32%;
}
.circle:hover h2 {
        display:none;
}
.circle:hover h1 {
        display:inline;
}
.circle.circle-left h1 {
    left:20%;
 }
.circle.circle-left h2{
   left: 35%;
}
.circle.circle-right h1 {
    left:20%;
}
.circle.circle-right h2 {
    left: 35%;
}
.fi-dollar {
    left:42% !important;
}
.path-container .path-item .circle.circle-left {
  left: -2em;
  top: 1.5em;
}
.path-container .path-item .circle.circle-right {
  right: -2em;
}
.path-container .line {
  background: #898989;
  width: 2px;
  bottom: 0;
  position: absolute;
  top: 5%;
  left: 50%;
  z-index: 0;
  height: 91%;
}

hr {
    border-color: rgb(0, 204, 255) !important;
    border-width:2px 0 0;
    margin: 1em .25em;
}

/*------------------------------------
 medium timeline styles
------------------------------------*/
@media only screen and (min-width: 40.063em) and (max-width: 64em)  {
  .line {
    display: none !important;
  }

  .large-5.columns.path-text {
    width: 70%;
    right: 0 !important;
    margin-left: 15px;
  }

  .path-item .large-7 {
    width: 25%;
  }
  .push-5 {
    left: 0;
    float: right;
  }

  .circle-right {
    float: left;
    right: -1.6em !important
  }
 .right {
     float:none !important;
 }
  .circle-left {
      top: .5em !important;
      left: -1.1em !important;
  }
  .path-container .path-item .circle {
      margin-bottom: 1em !important;
  }
  .path-container .path-item p {
      margin-bottom: 0 !important;
  }
  .outer-right {
      left: 2em !important;
  }
  .outer-left {
      left: -.65em !important;
        top:0 !important;
  }
}
/*------------------------------------
 mobile timeline styles
------------------------------------*/
@media only screen and (max-width: 40em) {
   .line {
    display: none !important;
  }
  .right{
      float:none !important;
  }
  .path-container {
    text-align: center !important;
  }
  .path-container .path-item p {
      margin-bottom: 0 !important;
  }
  .path-container .circle {
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    float: none !important;
    margin-bottom: 2em !important;
    margin-top: 1.5em !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .circle p {
        top: 25% !important;
        left: 5% !important;
}
   .outer-right, .outer-left {
       top: 1em !important;
        right: 0 !important;
        left: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
   }
   .circle-left h2, .circle-right h2 {
       left: 5% !important;
   }

}