
#app {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  margin-top: 60px;
}
html body {
  background-color: beige;
}

.timeline-container[data-v-582d62b6] {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
.timeline-container[data-v-582d62b6]::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* --------------------------------

Main components

-------------------------------- */
.timeline[data-v-582d62b6] {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
.timeline[data-v-582d62b6]::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
.timeline[data-v-582d62b6] {
    margin-top: 3em;
    margin-bottom: 3em;
}
.timeline[data-v-582d62b6]::before {
    left: 50%;
    margin-left: -2px;
}
}
.timeline-block[data-v-582d62b6] {
  position: relative;
  margin: 2em 0;
}
.timeline-block[data-v-582d62b6]:after {
  content: "";
  display: table;
  clear: both;
}
.timeline-block[data-v-582d62b6]:first-child {
  margin-top: 0;
}
.timeline-block[data-v-582d62b6]:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
.timeline-block[data-v-582d62b6] {
    margin: 4em 0;
}
.timeline-block[data-v-582d62b6]:first-child {
    margin-top: 0;
}
.timeline-block[data-v-582d62b6]:last-child {
    margin-bottom: 0;
}
}
.timeline-img[data-v-582d62b6] {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.timeline-img img[data-v-582d62b6] {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.timeline-img.green[data-v-582d62b6] {
  background: #75ce66;
}
.timeline-img.red[data-v-582d62b6] {
  background: #c03b44;
}
.timeline-img.yellow[data-v-582d62b6] {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
.timeline-img[data-v-582d62b6] {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
.cssanimations .timeline-img.is-hidden[data-v-582d62b6] {
    visibility: hidden;
}
.cssanimations .timeline-img.bounce-in[data-v-582d62b6] {
    visibility: visible;
    animation: bounce-1 0.6s;
}
}
.timeline-content[data-v-582d62b6] {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.timeline-content[data-v-582d62b6]:after {
  content: "";
  display: table;
  clear: both;
}
.timeline-content h2[data-v-582d62b6] {
  color: #303e49;
}
.timeline-content p[data-v-582d62b6], .timeline-content .read-more[data-v-582d62b6], .timeline-content .date[data-v-582d62b6] {
  font-size: 13px;
  font-size: 0.8125rem;
}
.timeline-content .read-more[data-v-582d62b6], .timeline-content .date[data-v-582d62b6] {
  display: inline-block;
}
.timeline-content p[data-v-582d62b6] {
  margin: 1em 0;
  line-height: 1.6;
}
.timeline-content .read-more[data-v-582d62b6] {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .timeline-content .read-more[data-v-582d62b6]:hover {
  background-color: #bac4cb;
}
a.read-more[data-v-582d62b6]:hover {
  text-decoration: none;
  background-color: #424242;
}
.timeline-content .date[data-v-582d62b6] {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.timeline-content[data-v-582d62b6]::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
@media only screen and (min-width: 768px) {
.timeline-content h2[data-v-582d62b6] {
    font-size: 20px;
    font-size: 1.25rem;
}
.timeline-content p[data-v-582d62b6] {
    font-size: 16px;
    font-size: 1rem;
}
.timeline-content .read-more[data-v-582d62b6], .timeline-content .date[data-v-582d62b6] {
    font-size: 14px;
    font-size: 0.875rem;
}
}
@media only screen and (min-width: 1170px) {
.timeline-content[data-v-582d62b6] {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
}
.timeline-content[data-v-582d62b6]::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
}
.timeline-content .read-more[data-v-582d62b6] {
    float: left;
}
.timeline-content .date[data-v-582d62b6] {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
}
.timeline-block:nth-child(even) .timeline-content[data-v-582d62b6] {
    float: right;
}
.timeline-block:nth-child(even) .timeline-content[data-v-582d62b6]::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
}
.timeline-block:nth-child(even) .timeline-content .read-more[data-v-582d62b6] {
    float: right;
}
.timeline-block:nth-child(even) .timeline-content .date[data-v-582d62b6] {
    left: auto;
    right: 122%;
    text-align: right;
}
.cssanimations .timeline-content.is-hidden[data-v-582d62b6] {
    visibility: hidden;
}
.cssanimations .timeline-content.bounce-in[data-v-582d62b6] {
    visibility: visible;
    animation: bounce-2 0.6s;
}
}
@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
.cssanimations .timeline-block:nth-child(even) .timeline-content.bounce-in[data-v-582d62b6] {
    animation: bounce-2-inverse 0.6s;
}
}


/*# sourceMappingURL=app.15bf8c213352c0ab596b1ab36fd0e9d6.css.map*/