/* line 34, ../sass/_vars.scss */
.timeline article:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1, ../sass/_timeline.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 9, ../sass/_timeline.scss */
.timeline {
  padding: 1rem;
  font-family: helvetica;
  position: relative;
}
/* line 13, ../sass/_timeline.scss */
#timeline_road .timeline:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0.5rem;
  background: #03c;
  left: -moz-calc(50% - .25rem);
  left: -o-calc(50% - .25rem);
  left: -webkit-calc(50% - .25rem);
  left: calc(50% - .25rem);
}
/* line 21, ../sass/_timeline.scss */
.timeline img {
  width: 100%;
  margin-bottom: 1rem;
}
/* line 26, ../sass/_timeline.scss */
.timeline em {
  font-style: italic;
}
/* line 30, ../sass/_timeline.scss */
.timeline strong {
  font-weight: bold;
}
/* line 34, ../sass/_timeline.scss */
.timeline > li {
  position: relative;
  list-style-type: none;
  clear: both;
}
/* line 38, ../sass/_timeline.scss */
.timeline > li:before {
  content: '';
  width: 1rem;
  height: 1em;
  display: block;
  position: absolute;
  top: -.4em;
  left: -moz-calc(50% - .5rem);
  left: -o-calc(50% - .5rem);
  left: -webkit-calc(50% - .5rem);
  left: calc(50% - .5rem);
  border-radius: 4em;
  /* background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 51, color-stop(30%, #ffffff), color-stop(31%, #cfd9db), color-stop(50%, #cfd9db), color-stop(51%, #ffffff));
  background-image: -webkit-radial-gradient(#ffffff 30%, #00dbf7 31%, #00dbf7 50%, #ffffff 51%);
  background-image: -moz-radial-gradient(#ffffff 30%, #00dbf7 31%, #00dbf7 50%, #ffffff 51%);
  background-image: -o-radial-gradient(#ffffff 30%, #00dbf7 31%, #00dbf7 50%, #ffffff 51%); */
  background: #1edbf9;
}
/* line 50, ../sass/_timeline.scss */
.timeline article {
  display: block;
  line-height: 1.5em;
  color: #323232;
  /* background: white;
  border: 1px solid #e9eeef; */
  width: 100%;
  margin-bottom: 4em;
}
@media (min-width: 60em) {
  /* line 50, ../sass/_timeline.scss */
  .timeline article {
    width: 45%;
  }
}
/* line 62, ../sass/_timeline.scss */
.timeline article p, .timeline article ul, .timeline article ol {
  padding: 0 1rem 1rem 1rem;
}
/* line 66, ../sass/_timeline.scss */
.timeline article ul, .timeline article ol {
  list-style-position: inside;
}
/* line 70, ../sass/_timeline.scss */
.timeline time {
  color: white;
  background: #5f8ae8;
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding: .5em;
}
/* line 79, ../sass/_timeline.scss */
.timeline h2 {
  font-size: 1.7em;
  font-weight: 500;
  font-family: helvetica;
  padding: 1rem;
  text-align: left;
  color: #ffffff;
  font-family: "Titillium Web", sans-serif;
}
.timeline .init h2 {
  color: #05054e !important;
}
/* line 86, ../sass/_timeline.scss */
.timeline footer {
  background: #f8f9fa;
  padding-top: 1rem;
}
/* line 89, ../sass/_timeline.scss */
.timeline footer a {
  color: #5f8ae8;
}

/* line 94, ../sass/_timeline.scss */
.timeline-vertical article {
  float: left;
}
/* line 97, ../sass/_timeline.scss */
.timeline-vertical time {
  margin-left: 0em;
}
@media (min-width: 60em) {
  /* line 97, ../sass/_timeline.scss */
  .timeline-vertical time {
    padding-left: 0;
  }
}
@media (min-width: 60em) {
  /* line 97, ../sass/_timeline.scss */
  .timeline-vertical time {
    margin-left: 8rem;
    top: -.5rem;
  }
  /* line 103, ../sass/_timeline.scss */
  .timeline-vertical time:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 1em;
    border-color: transparent;
    border-style: solid;
    border-right-color: #5f8ae8;
    position: absolute;
    left: -2em;
    top: 0;
  }
}
@media (min-width: 60em) {
  /* line 115, ../sass/_timeline.scss */
  .timeline-vertical li:nth-child(2n) article {
    float: right;
    margin-left: 8em;
    /* margin-top: -.4em; */
  }
}
/* line 122, ../sass/_timeline.scss */
.timeline-vertical li:nth-child(2n) time {
  padding-left: .5em;
}
@media (min-width: 60em) {
  /* line 122, ../sass/_timeline.scss */
  .timeline-vertical li:nth-child(2n) time {
    position: absolute;
    right: 54.5%;
    padding-right: 0;
  }
}
@media (min-width: 60em) {
  /* line 130, ../sass/_timeline.scss */
  .timeline-vertical li:nth-child(2n) time:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 1rem;
    border-color: transparent;
    border-style: solid;
    border-left-color: #5f8ae8;
    left: auto;
    right: -2em;
    top: 0;
  }
}

@media (min-width: 60em) {
  /* line 142, ../sass/_timeline.scss */
  .timeline-horizontal {
    overflow-x: scroll;
    width: 95%;
    margin: 0 auto;
    white-space: nowrap;
    padding-bottom: 4rem;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(85%, transparent), color-stop(85%, #e9eeef), color-stop(86%, #e9eeef), color-stop(86%, transparent));
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 85%, #e9eeef 85%, #e9eeef 86%, transparent 86%);
    background-image: -moz-linear-gradient(top, transparent 0%, transparent 85%, #e9eeef 85%, #e9eeef 86%, transparent 86%);
    background-image: -o-linear-gradient(top, transparent 0%, transparent 85%, #e9eeef 85%, #e9eeef 86%, transparent 86%);
    background-image: linear-gradient(top, transparent 0%, transparent 85%, #e9eeef 85%, #e9eeef 86%, transparent 86%);
  }
  /* line 150, ../sass/_timeline.scss */
  .timeline-horizontal:before {
    display: none;
  }
  /* line 154, ../sass/_timeline.scss */
  .timeline-horizontal time {
    position: absolute;
    bottom: -3.5rem;
    left: 35%;
  }
  /* line 159, ../sass/_timeline.scss */
  .timeline-horizontal time:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 0.8rem;
    border-color: transparent;
    border-style: solid;
    border-bottom-color: #5f8ae8;
    position: absolute;
    top: -1.5rem;
    left: -moz-calc(50% - .8rem);
    left: -o-calc(50% - .8rem);
    left: -webkit-calc(50% - .8rem);
    left: calc(50% - .8rem);
  }
  /* line 167, ../sass/_timeline.scss */
  .timeline-horizontal > li {
    display: inline-block;
    width: 33%;
    margin-right: 2rem;
  }
  /* line 170, ../sass/_timeline.scss */
  .timeline-horizontal > li:before {
    top: auto;
    bottom: -.25rem;
    position: absolute;
  }
  /* line 181, ../sass/_timeline.scss */
  .timeline-horizontal article {
    float: none;
    clear: both;
    width: 100%;
    white-space: normal;
  }
}
@media (min-width: 60em) and (min-width: 80em) {
  /* line 167, ../sass/_timeline.scss */
  .timeline-horizontal > li {
    width: 25%;
  }
}
