
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.timeline {
  color: #000;
}
.timeline h1,
.timeline ul li .content h2 {
  /*text-shadow: 1px 1px 1px rgba(56, 56, 56, 0.5);*/
}
/*.timeline h1 {
  background: #3d9e67;
  padding: 70px 0;
  font-size: 2.5em;
  text-align: center;
}*/
.timeline ul {
  /*background: #faf8eb;*/
  padding: 50px 0;
}
.timeline ul li {
  background:/* #67CC8E*/ #22356F;
  position: relative;
  margin: 0 auto;
  width: 5px;
  padding-bottom: 40px;
  list-style-type: none;
}
.timeline ul li:last-child {
  padding-bottom: 7px;
}
.timeline ul li:before {
  content: '';
  /*background: #faf8eb;*/
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border: 3px solid /*#67CC8E*/ #6da9db;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.timeline ul li .hidden {
  opacity: 0;
}
.timeline ul li .content {
  background: /*#67CC8E*/ #fcfbfa;
  position: relative;
  top: 7px;
  width: /*450px*/ 250px;
  padding: 20px;
}
.timeline ul li .content h2 {
  color: #22356f;
  padding-bottom: 10px;
  text-align: center;
}
.timeline ul li .content p {
  /*text-align: center;*/
}
.timeline ul li .content:before {
  content: '';
  background: /*#67CC8E*/ #22356F;
  position: absolute;
  top: 0px;
  width: 38px;
  height: 5px;
}
.timeline ul li:nth-child(odd) .content {
  left: 50px;
  background: /*#67CC8E*/ #fcfbfa;
  background: -webkit-linear-gradient(-45deg, /*#56BC83*/ #f0eae5, /*#67CC8E*/ #fcfbfa);
  background: linear-gradient(-45deg, /*#56BC83*/ #f0eae5, /*#67CC8E*/ #fcfbfa);
    border:1px solid #6da9db;
}
.timeline ul li:nth-child(odd) .content:before {
  left: -39px;
}
.timeline ul li:nth-child(even) .content {
  left: calc(-290px - 45px);
  background: /*#67CC8E*/ #fcfbfa;
  background: -webkit-linear-gradient(45deg, /*#56BC83*/ #f0eae5, /*#67CC8E*/ #fcfbfa);
  background: linear-gradient(45deg, /*#56BC83*/ #f0eae5, /*#67CC8E*/ #fcfbfa);
    border:1px solid #6da9db;
}
.timeline ul li:nth-child(even) .content:before {
  right: -38px;
}

.content img { max-width: 100%; padding-bottom:10px; text-align: center !important; }

/* -------------------------
   ----- Media Queries ----- 
   ------------------------- */
@media screen and (max-width: 1020px) {
  .timeline ul li .content {
    width: /*27vw*/ 24vw;
  }

  .timeline ul li:nth-child(even) .content {
    left:/* calc(-31vw - 45px)*/ calc(-24vw - 86px);
  }
}

@media screen and (max-width: 700px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li .content {
    width: calc(80vw - 80px);
  }
  .timeline ul li .content h2 {
    text-align: initial;
  }
  .timeline ul li:nth-child(even) .content {
    left: /*45px*/ 50px;
    background: /*#67CC8E*/ #fcfbfa;
    background: -webkit-linear-gradient(-45deg, /*#56BC83*/ #f0eae5, /*#67CC8E*/ #fcfbfa);
    background: linear-gradient(-45deg, /*#56BC83*/ #f0eae5, /*#67CC8E*/ #fcfbfa);
  }
  .timeline ul li:nth-child(even) .content:before {
    left: /*-33px*/ -38px;
  }
}
