.timeline-container, .timeline-event-content p {
	width: 100%;
}
.timeline-container {
	border-left: 4px solid silver;
	margin: 0 auto;
}
.timeline-container::before {
	background: silver;
	content: "";
	display: block;
	height: 4px;
	left: -8px;
	width: 14px;
	position: relative;
	top: -4px;
	display: none;
}
.timeline-container::after {
	background: silver;
	content: "";
	display: block;
	height: 4px;
	left: -8px;
	width: 14px;
	position: relative;
	top: 4px;
	display: none;
}
.timeline-wrapper {
	margin-bottom: 2px;
}
.timeline-wrapper .timeline-time {
	cursor: pointer;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	font-family: inherit;
}
.timeline-wrapper .timeline-time span {
	background-color: transparent;
	border-width: 0;
}
.timeline-wrapper .timeline-time::before {
	border-top: 4px solid transparent;
	content: "";
	display: inline-block;
	height: 4px;
	margin-right: 6px;
	vertical-align: middle;
	width: 18px;
}
.timeline-wrapper, .timeline-series {
	width: 100%;
}
.timeline-series dt {
	padding-left: 0;
	font-size: 19px;
	font-weight: bold;
	font-family: inherit;
	margin-bottom: 0;
}
.timeline-series dt::before {
	border-top: 4px solid silver;
	content: "";
	display: inline-block;
	height: 3px;
	margin-right: 11px;
	vertical-align: middle;
	width: 16px;
}
.clear {
	height: 5px;
}
.timeline-event a {
	display: inline-block;
	padding-bottom: 10px;
	font-weight: normal;
}
.timeline-event-content a {
	font-style: italic;
}
.timeline-event a::after {
	content: " \00BB";
}
.timeline-event a.open::after {
	content: " \00AB";
}
.timeline-event a.open {
	font-size: 1em !important;
}
.timeline-container .timeline-series dd {
	margin: -3px 0 12px 2px;
}
.timeline-container ul, .timeline-container li {
	margin: 0;
	list-style: none;
}
.timeline-container li a {
	display: block;
	padding: 4 0 4px;
}
.featured-story > p:first-child {
	margin-bottom: 30px;
}
.featured-story {
	width: 100%;
}
.featured-story::after {
    content: '';
	clear: both;
	display: block;
}
.featured-story a {
	float: left;
	margin-right: 22px;
}
.featured-story a:last-child {
	margin-right: 0;
}
.featured-intro .featured-story img {
	max-height: 228px;
}
.featured-intro .featured-story img.white-bg {
	border: 1px solid #eee;
}
.featured-intro .featured-story img.rounded-corners {
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border: 0px solid #000000;
}
.featured-intro .featured-story img {
    box-shadow: 4px 0px 10px 2px rgba(204, 204, 204, 0.75);
    -moz-box-shadow: 4px 0px 10px 2px rgba(204, 204, 204, 0.75);
    -webkit-box-shadow: 4px 0px 10px 2px rgba(204, 204, 204, 0.75);
}
.featured-intro figcaption {
	text-transform: lowercase;
}
.featured-intro .secondary-paragraph {
	clear: both;
}
.timeline-column .timeline-container {
	margin-bottom: 20px;
}
@media (max-width: 365px) {
	.timeline-wrapper .timeline-time {
	}
	.timeline-series dt,
	.timeline-event-content p,
	.timeline-event-content ul li a {
		font-size: 17px;
	}
	.timeline-series dt {
		line-height: 21px;
	}
}
@media screen and (min-width: 768px) {
	#content.portfolio {
		margin-bottom: 75px;
	}
}
