html{
	font-size:10px;
}
body{
	-webkit-font-smoothing:antialiased;
	border-top: 1px dotted #dfdfdf;
	margin:0;
}
h1{
	font-family: "EgyptianHeadline", georgia, serif;;
	font-weight:bold;
	font-size:18px;
	margin: 0.2em 0 1.5em;
}
h2{
	font-family: "EgyptianHeadline", georgia, serif;
	font-size:16px;
	font-weight:200;
}
.timeline {
position: relative;
}

.timeline__item {
display: table;
width: 100%;
overflow: hidden;
}

.timeline__link {
display: block;
padding: 2px 0 6px;
padding: 0.2rem 0 0.6rem;
}

.timeline__link, .timeline__link:hover, .timeline__link:visited, .timeline__link:active {
color: #333;
text-decoration: none;
}

.timeline__date {
display: table-cell;
font-size: 14px;
font-size: 1.4rem;
line-height: 18px;
line-height: 1.8rem;
font-family: "TextSans","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
font-weight: 700;
}

.timeline__title {
display: inline;
font-size: 14px;
font-size: 1.4rem;
line-height: 20px;
line-height: 2rem;
font-family: "TextSans","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
border-color: #f6f6f6;
}

.u-underline {
text-decoration: none !important;
border-bottom: 1px solid #dcdcdc;
-webkit-transition: border-color 0.15s ease-out;
-moz-transition: border-color 0.15s ease-out;
transition: border-color 0.15s ease-out;
}

.u-unstyled, .inline-list, .linkslist {
margin: 0;
list-style: none;
}

.timeline__link:hover .timeline__title {
border-color: #767676;
}





.timeline {
margin-left: 0;
padding:0 0 0 7px;
}
	.timeline__item {
	display: block;
	overflow: visible;
	border-bottom: 0 none;
	}

	.timeline__link {
	position: relative;
	padding: 0 20px 24px;
	padding: 0 2rem 2.4rem;
	border-left: 1px solid #dfdfdf;
	}

	.timeline__item:last-child .timeline__link {
	border-left:none;
	}

	a.timeline__link:hover:before {
	background-color: #767676;
	}

	.timeline__link:before {
	display: block;
	position: absolute;
	content: ' ';
	top: -4px;
	top: -0.4rem;
	left: -7px;
	left: -0.7rem;
	width: 14px;
	width: 1.4rem;
	height: 14px;
	height: 1.4rem;
	-webkit-border-radius: 100rem;
	border-radius: 100rem;
	background-color: #dfdfdf;
	}

	.timeline__item:first-child .timeline__link:before, .timeline__item:last-child .timeline__link:before {
	/*border-radius: 0;
	top: 0;
	height: 1px;
	height: 0.1rem;*/
	}

	.timeline__date {
	display: block;
	position: relative;
	top: -4px;
	top: -0.4rem;
	line-height: 14px;
	line-height: 1.4rem;
	}





