@import url(http://fonts.googleapis.com/css?family=Lato:400,900);
*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.group:after {
  content: "";
  display: table;
  clear: both;
}

.fullwidth {
  width: 100%;
  padding-top: 4rem;
  background-color: #6c96be;
  /*background: rgb(86,133,175);*/
  /*background: linear-gradient(0deg, rgba(86,133,175,1) 0%, rgba(116,159,197,1) 15%);*/
  border-radius: 10px;
}

.fullwidth h2{
   font-family: 'apexnew-light';font-size:20px; color:#ffffff; font-weight: normal; padding-top:0; margin:0; line-height:24px;}

.fullwidth h2 strong{
   font-family: 'apexnew-medium';font-size:20px; color:#ffffff; font-weight: normal; padding-top:0; margin:0;}


.timeline {
  width: 100%;
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  /*padding-bottom: 4rem;*/
  padding-left: 2rem;
  background-image: -webkit-linear-gradient(#28435A, #28435A);
  background-image: linear-gradient(#28435A, #28435A);
  background-size: 2px 100%;
  background-position: 50% 1rem;
  background-repeat: no-repeat;
}
@media (max-width: 40rem) {
  .timeline {
    background-position: 2rem 0;
  }
}

.timeline .item {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  clear: both;
     padding-bottom: 30px;
}
@media (max-width: 40rem) {
  .timeline .item {
    width: 100%;
    float: none;
    margin-top: 0;
    margin-bottom: 3rem;
  }
}
.timeline .item:before {
  content: '';
  position: absolute;
  top: 0.3rem;
  width: 1rem;
  height: 1rem;

  border-radius: 50%;
  background-color: #28435A;
}
.timeline .item:hover:before {
  background-color: #28435A;
}

.timeline .item:first-child {
  margin-top: 0;
}

.timeline .item:nth-child(odd) {
  float: right;
  padding-left: 2rem;
}
.timeline .item:nth-child(odd):before {
  left: -0.5rem;
}

.timeline .item:nth-child(even) {
  padding-right: 2rem;
}
@media (max-width: 40rem) {
  .timeline .item:nth-child(even) {
    padding-right: 0;
    padding-left: 2rem;
  }
}
.timeline .item:nth-child(even):before {
  right: -0.5rem;
}
@media (max-width: 40rem) {
  .timeline .item:nth-child(even):before {
    left: -0.5rem;
  }
}

.timeline .item h2 {
  display: block;
  margin-bottom: 1rem;
}

.timeline .item:nth-child(even) h2 {
  text-align: right;
}
@media (max-width: 40rem) {
  .timeline .item:nth-child(even) h2 {
    text-align: left;
  }
}
