.cd-container {
	width: 95%;
	margin: 0 auto;
}

.cd-container::after {
	content: '';
	display: table;
	clear: both;
}

#cd-timeline {
	position: relative;
	padding: 1em 0;
	margin-top: 2em;
	margin-bottom: 3em;
}

#cd-timeline::before {
	content: '';
	position: absolute;
	top: 0;
	right: 18px;
	height: 100%;
	width: 4px;
	background: rgba(179, 177, 179, 0.75);
}

.cd-timeline-content h2 {
	margin: 0;
}

.cd-timeline-content .the-excerpt,
.cd-timeline-content .cd-date,
.cd-timeline-content .timeline-express-read-more-link {
	position: relative;
	z-index: 10;
	display: block;
}

.cd-timeline-content .the-excerpt p {
	margin-bottom: 0;
}

.announcement-banner-image {
	border-radius: 3px;
}

.cd-timeline-block {
	width: 100%;
	display: inline-block;
}

.cd-timeline-block:after {
	content: "";
	display: table;
	clear: both;
}

.cd-timeline-block:first-child {
	margin-top: 0;
}

.cd-timeline-block:last-child {
	margin-bottom: 0;
}

.cd-timeline-img {
	position: absolute;
	right: -5px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, .08), 0 3px 0 4px rgba(0, 0, 0, .05);
}

.cd-timeline-img span.year {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 55px;
	color: #fff;
}

.cd-timeline-img img {
	display: block;
	position: relative;
	right: 50%;
	top: 50%;
	margin-right: -12px;
	margin-top: -12px;
}

.cd-timeline-content {
	position: relative;
	margin-right: 70px;
	top: 0;
	background: #fff;
	border-radius: .25em;
	padding: 1em;
	box-shadow: 0 3px 0 #B9C5CD;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;
	margin-bottom: 1em;
}

.cd-timeline-content:after {
	content: "";
	display: table;
	clear: both;
}

.cd-timeline-content .cd-date {
	float: right;
	padding: .8em 0;
	opacity: .7;
	font-size: 12px;
}

/* If date visibility is hidden, add padding to the image/title container */
.cd-timeline-title-container + img {
	margin: .75em 0;
	width: 100%;
	max-width: 100%;
}

.cd-timeline-title-container + .the-excerpt {
	margin-top: .5em;
}

.cd-timeline-title-container .timeline-date {
	font-style: italic;
	display: block;
	margin: 3px 0 0 0;
}

/** Begin Timeline Express Animations **/

@keyframes cd-reveal-image {
	0% {
	opacity: 0;
	transform: scale(0.5);
	}
	60% {
	opacity: 1;
	transform: scale(1.2);
	}
	100% {
	transform: scale(1);
	}
}

@keyframes te-slide-in-left {
	0% {
	opacity: 0;
	transform: translateX(100px);
	}
	60% {
	opacity: 1;
	transform: translateX(-20px);
	}
	100% {
	transform: translateX(0);
	}
}

@keyframes te-slide-in-right {
	0% {
	opacity: 0;
	transform: translateX(-100px);
	}
	60% {
	opacity: 1;
	transform: translateX(20px);
	}
	100% {
	transform: translateX(0);
	}
}

/** End Timeline Express Animations **/

.cd-timeline-icon-link,
.cd-timeline-icon-link:hover {
	color: transparent;
	margin: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	text-decoration: none;
}

#cd-timeline span.fa {
	color: #fff;
	font-size: 23px;
	display: block;
	text-align: center;
	line-height: 52px;
}

.cd-timeline-content::before {
	content: '';
	position: absolute;
	top: 16px;
	left: 100%;
	height: 0;
	width: 0;
	border: 12px solid transparent;
}

@media only screen and (min-width:822px) {

	#cd-timeline {
		margin: 3.5em 0;
	}

	#cd-timeline::before {
		right: 50%;
		margin-right: -2px;
	}

	#cd-timeline span.fa {
		font-size: 25px;
		line-height: 63px;
		height: 100%;
	}

	.cd-timeline-block:first-child {
		margin-top: 0;
	}

	.cd-timeline-block:last-child {
		margin-bottom: 0;
	}

	.cd-timeline-img {
		width: 60px;
		height: 60px;
		right: 50%;
		margin-right: -30px;
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
	}

	.cd-timeline-img span.year {
		display: inline-block;
		width: 100%;
		height: 100%;
		line-height: 60px;
		text-align: center;
	}

	.cssanimations .cd-timeline-img.is-hidden {
		visibility: hidden;
	}

	.cssanimations .cd-timeline-img.bounce-in {
		visibility: visible;
		animation: cd-reveal-image .6s;
	}

	.cd-container {
		width: 100%;
	}

	.cd-timeline-content {
		margin-right: 0;
		top: 8px;
		padding: 1.6em;
		width: 42.5%;
		background: #EFEFEF;
	}

	.cd-timeline-content::before {
		top: 12px;
		right: 100%;
		border-color: transparent #EFEFEF transparent transparent;
	}

	.cd-timeline-content .cd-date {
		position: absolute;
		width: 100%;
		right: 125%;
		top: 15px;
	}

	.cd-timeline-block:nth-child(even) .cd-timeline-content {
		float: left;
	}

	.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
		top: 12px;
		right: auto;
		left: 100%;
		border-color: transparent;
	}

	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
		right: auto;
		left: 125%;
		text-align: left;
	}

	.cssanimations .cd-timeline-content.is-hidden {
		visibility: hidden;
	}

	.cssanimations .cd-timeline-content.bounce-in {
		visibility: visible;
		animation: te-slide-in-right .6s;
	}

	.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
		animation: te-slide-in-left .6s;
	}

}

body.single-te_announcements .entry-meta {
	display: inline-block;
}
