@import url(https://fonts.googleapis.com/css?family=Lato:400,900);
*, *:before, *:after {
  box-sizing: border-box;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}

.fullwidth {
  width: 100%;
  padding-top: 4rem;
}

.timeline-con{
	width: 48%;
	float: left;
	text-align: left;
	margin-right: 2%;
	line-height: 18px;
}
.timeline-con p{
	line-height: 18px;
	font-size:95%;
}

.timeline-cons{
	text-align: right;
	line-height: 18px;
	width: 48%;
	float: right;
	margin-left: 2%;
}
.timeline-cons p{
	line-height: 18px;
	font-size:95%;
}
.timeline {
	width: 100%;
	max-width: 45rem;
	margin-right: auto;
	margin-left: auto;
	padding-right: 2rem;
	padding-bottom: 4rem;
	padding-left: 2rem;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#999999));
	background-image: linear-gradient(#ffffff, #ffffff);
	background-size: 2px 100%;
	background-position: 50% 1rem;
	background-repeat: no-repeat;
	margin-top: 2rem;
}
@media (max-width: 40rem) {
  .timeline {
    background-position: 2rem 0;
  }
  .timeline-con{
	width: 100%;
	float: left;
	text-align: left;
	margin-right: 0%;line-height: 18px;
}
  .timeline-cons{text-align: left;line-height: 18px;}
}

.timeline .item {
	position: relative;
	display: block;
	width: 50%;
	float: left;
	clear: both;
	margin-top: -1rem;
	margin-bottom: 20px;
}
.timeline p {
	line-height: 1.75em;
	color: #826038;
}

@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: 2px solid #ffffff;
  border-radius: 50%;
  background-color: #e6e6e6;
}
.timeline .item:hover:before {
	background-color: #a11847;
	transition: 1s;text-decoration: none;
}

.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;
	color: #a11847;
	font-size: 2.2em;
	font-family: 'Lora', serif;
	font-weight: normal;
	  margin-block-start: 0.85em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.timeline .item h3 {
	display: block;
	color: #000000;
	font-size: 1.6em;
	margin-block-start: 0.85em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	
}

.timeline .item:nth-child(even) h2 {
  text-align: right;
  margin-block-start: 0.85em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
@media (max-width: 40rem) {
  .timeline .item:nth-child(even) h2 {
    text-align: left;
  }
}
