.container.node ul.timeline {
	list-style: none;
	padding-top: 20px;
	padding-bottom: 5px;
}
.container.node ul.timeline p {
	margin: 15px 0 15px 0;
}

.timeline {
	list-style: none;
	padding: 10px 0 10px;
	position: relative;
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #8ac7ed;
	left: 50%;
	margin-left: -1.5px;
}
.timeline > li {
	margin-bottom: 20px;
	position: relative;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	width: 46%;
	float: left;
	-webkit-border-radius: 8px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 8px;
	-moz-border-radius-topright: 0;
	border-radius: 8px;
	border-top-right-radius: 0;
	padding: 0 15px 0 15px;
	margin-bottom: 10px;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #ccc;
	-webkit-filter: drop-shadow(0 2px 4px rgba(0,0,0,.3));
	-moz-filter: drop-shadow(0 2px 4px rgba(0,0,0,.3));
	-ms-filter: drop-shadow(0 2px 4px rgba(0,0,0,.3));
	-o-filter: drop-shadow(0 2px 4px rgba(0,0,0,.3));
	filter: drop-shadow(0 2px 4px rgba(0,0,0,.3));
	background: #eee;
	opacity: 0;
}
.timeline > li > .timeline-panel:before {
	position: absolute;
	top: -1px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 0px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #eee;
	border-right: 0 solid #eee;
	border-bottom: 14px solid transparent;
	content: " ";
}
.timeline > li > .timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -25px;
	background-color: #005387;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
	-webkit-border-radius: 8px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 8px;
	-moz-border-radius-topleft: 0;
	border-radius: 8px;
	border-top-left-radius: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline-title {
	margin-top: 0;
	color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
}
.timeline-body > p + p {
	margin-top: 5px;
}
@media (max-width: 767px) {
	ul.timeline:before {
		left: 40px;
	}
	ul.timeline > li > .timeline-panel {
		width: calc(100% - 90px);
		width: -moz-calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
	}
	ul.timeline > li > .timeline-badge {
		left: 15px;
		margin-left: 0;
		top: -10px;
	}
	ul.timeline > li > .timeline-panel {
		float: right;
	}
	ul.timeline > li > .timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}
	ul.timeline > li > .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}
}
@media (min-width: 768px) {
	.timeline > li > .timeline-panel {
		width: 44%;
	}
}
@media (min-width: 992px) {
	.timeline > li > .timeline-panel {
		width: 45%;
	}
}
@media (min-width: 1200px) {
	.timeline > li > .timeline-panel {
		width: 46%;
	}
}