.timeline {
	width: 100%;
	padding: 30px 0px;
	position: relative;
}

.timeline-em-l {
	width: 30%;
	float: left;
}
.timeline-em-r {
	width: 50%;
	float: left;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #a2db34;
	padding-left: 1%;
}

.timeline:before {
  content: '';
  position: absolute;
  top: 0px;
  left: calc(33.7% + 15px);
  bottom: 0px;
  width: 1px;
  background: #b1ce99;
}
.timeline:after {
  content: "";
  display: table;
  clear: both;
}

.timeline-em-r  p {
	font-size: 108%;
	line-height: 1.75em;
}


.entry {
  clear: both;
  text-align: left;
  position: relative;
}
.entry .title {
  margin-bottom: .5em;
  float: left;
  width: 33%;
  padding-right: 30px;
  text-align: right;
  position: relative;
}
.entry .title:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border: 4px solid #fff000;
	background-color: #fff;
	border-radius: 100%;
	top: 15%;
	right: -8px;
	z-index: 99;
}
.entry .title h3 {
	margin: 0;
	font-size: 300%;
	font-family: "MS Serif", "New York", serif;
	font-weight: normal;
}

.entry .body {
	float: right;
	width: 63%;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 3em;
	margin-left: 0;
}
.entry .body p {
  line-height: 1.75em;
}
.entry .body p:first-child {
	margin-top: 0;
	font-size: 160%;
}
.entry .body ul {
  color: #aaa;
  padding-left: 0;
  list-style-type: none;
}
.entry .body ul li:before {
  content: "–";
  margin-right: .5em;
}
@media screen and (max-width: 1024px) {
.entry .body p:first-child {
	margin-top: 0;
	font-size: 136%;
}

.timeline-em-r  p {
	font-size: 90%;
	line-height: 1.75em;
}

	
.timeline:before {
  content: '';
  position: absolute;
  top: 0px;
  left: calc(0% + 15px);
  bottom: 0px;
  width: 1px;
  background: #b1ce99;
}
.entry .title {
  margin-bottom: .5em;
  float: left;
  width: 1%;
  padding-right: 0px;
  padding-left: 40px;
  text-align: left;
  position: relative;
}

.entry .title:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border: 4px solid #fff000;
	background-color: #fff;
	border-radius: 100%;
	top: 15%;
	right: 0px;
	z-index: 99;
	margin-right: 20px;
}	
.timeline-em-l {
	width: 100%;
	float: left;
}
.timeline-em-r {
	width: 100%;
	float: left;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #a2db34;
	padding-left: 1%;
	margin-top: 10px;
}	
}
