/*
	Dopetrope by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

ul.dates li {
	position: relative;
	border-top: solid 1px #ddd;
	padding: 1.3em 0 1.3em 6.75em;
}

ul.dates .date {
	display: block;
	position: absolute;
	left: 0;
	top: 1.3em;
	background-color: #a5a28d;
	height: 3.5em;
	width: 4.6em;
	text-align: center;
	color: #fff;
	line-height: 1em;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 0.5em 0.75em 0 1em;
}

ul.dates .date:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: -1.2em;
	border-left: solid 1.25em #a5a28d;
	border-top: solid 1.8em transparent;
	border-bottom: solid 1.8em transparent;
}

ul.dates .date strong {
	display: block;
	font-size: 1.75em;
	padding-top: 0.15em;
}

ul.dates h3 {
	font-size: 1.1em;
}

ul.dates p {
	margin: 0;
}

ul.dates li:first-child {
	border-top: 0;
	padding-top: 0;
}

ul.dates li:first-child .date {
	top: 0;
}


/*
*/


ul.dates2 li {
	position: relative;
	border-top: solid 1px #ddd;
	padding: 1.3em 0 1.3em 6.75em;
}

ul.dates2 .date {
	display: block;
	position: absolute;
	left: 0;
	top: 1.3em;
	background-color: #a5a28d;
	height: 2.5em;
	width: 4.6em;
	text-align: center;
	color: #fff;
	line-height: 0.95em;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 0.2em 0.75em 0 1em;
}

ul.dates2 .date:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: -1.2em;
	border-left: solid 1.25em #a5a28d;
	border-top: solid 1.29em transparent;
	border-bottom: solid 1.29em transparent;
}

ul.dates2 .date strong {
	display: block;
	font-size: 1.10em;
	padding-top: 0.1em;
}

ul.dates2 h1 {
	font-size: 1.22em;
}

ul.dates2 p {
	margin: 0;
}

ul.dates2 li:first-child {
	border-top: 0;
	padding-top: 0;
}

ul.dates2 li:first-child .date {
	top: 0;
}