.timeline {
	color: #fff; 
}
.timeline ul li .content h2, .timeline ul li .title h2 {
	text-shadow: 1px 1px 1px rgba(56, 56, 56, 0.5); 
}
.timeline ul {
	padding: 50px 0; 
}
.timeline ul li {
	position: relative;
	margin: 0 auto;
	width: 10px;
	padding-bottom: 40px;
	list-style-type: none;
	border-left: 5px dotted #bdbec2;
}
.timeline ul li:last-child {
	padding-bottom: 7px;
}
.timeline ul li:before {
	content: '';
	background: #184071;
	position: absolute;
	left: 50%;
	top: 0;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 20px;
	height: 20px;
	border: 3px solid #184071;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left: -5px;
}
.timeline ul li .content, .timeline ul li .title {
	position: relative;
	top: 7px;
	width: 450px;
	padding: 20px 0;
	color: #000000;
}
.timeline ul li .content p, .timeline ul li .title p {
	text-align: center;
}
.timeline ul li .content:before, .timeline ul li .title:before {
	content: '';
	position: absolute;
	top: 0px;
	width: 38px;
	height: 5px;
}
.timeline ul li .title {
	background: #184071;
	font-size: 2em;
	text-align: center;
	padding: 10px 20px;
	width: 200px;
	color: #FFF;
}
.timeline ul li:nth-child(odd) .title:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 25px 25px 0;
	border-color: transparent #184071 transparent transparent;
	line-height: 0px;
	_border-color: #000000 #007bff #000000 #000000;
	background-color: transparent;
	left: -25px;
}
.timeline ul li:nth-child(even) .title:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 25px 0 0;
	border-color: #184071 transparent transparent transparent;
	line-height: 0px;
	_border-color: #007bff #000000 #000000 #000000;
	background-color: transparent;
	right: -25px;
}
.timeline ul li:nth-child(odd) .content, .timeline ul li:nth-child(odd) .title {
	left: 50px;
}
.timeline ul li:nth-child(even) .content, .timeline ul li:nth-child(even) .title {
	left: calc(-450px - 45px); 
}
.timeline ul li:nth-child(even) .title {
	left: calc(-225px - 45px); 
}

/* ----- Media Queries ----- */
@media screen and (max-width: 1020px) {
	.timeline ul li .content, .timeline ul li .title {
		width: 41vw;
	}
	.timeline ul li .title {
		width: 20vw; 
	}
	.timeline ul li:nth-child(even) .content, .timeline ul li:nth-child(even) .title {
		left: calc(-41vw - 45px); 
	}
	.timeline ul li:nth-child(even) .title {
		left: calc(-21vw - 45px); 
	} 
}
@media screen and (max-width: 700px) {
	.timeline ul li {
		margin-left: 20px; 
	}
	.timeline ul li .content, .timeline ul li .title {
		width: calc(96vw - 100px); 
	}
	.timeline ul li .content h2, .timeline ul li .title h2 {
		text-align: initial; 
	}
	.timeline ul li:nth-child(even) .content, .timeline ul li:nth-child(even) .title {
		left: 45px; 
	}
	.timeline ul li:nth-child(even) .content:before, .timeline ul li:nth-child(even) .title:before {
		left: -33px; 
	}
	.timeline ul li:nth-child(even) .title:before {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0px 25px 25px 0;
		border-color: transparent #184071 transparent transparent;
		line-height: 0px;
		_border-color: #000000 #007bff #000000 #000000;
		background-color: transparent;
		left: -25px;
	}
}