.history-list{
	width: 100%;
	box-sizing: border-box;
	padding-left: 2rem;
}
.history-list .history-item{
	width: 100%;
	box-sizing: border-box;
	padding: 0 3rem 2rem 3rem;
	/* border-left: 3px dashed rgba(255,255,255,.33); */
	border-left: 3px dashed #15222e;
	position: relative; left: 0; top: 0;
}
.history-list .history-item:last-child{
	padding-bottom: 0;
}
.history-list .history-item .timeline-icon{
	width: 64px; height: 64px;
	background-color: #15222e;
	border: 2px solid #47a3d8;
	border-radius: 50%;
	position: absolute; left: -32px; top: -.875em;;
	line-height: 60px;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-family: 'Shieldsans Semibold Condensed';
}
.history-list .history-item .content-block-heading:after {
    content: "";
    display: block;
    background: #47a3d8;
    width: 8em; height: 10px;
    max-width: 208px;
    margin-bottom: 5vh;
}
.history-list .history-item img{
	width: 50%; height: auto;
	margin-bottom: 2em;
}

@media only screen and (max-width: 767px) {
	.history-list .history-item img{
		width: 100%; height: auto;
		margin-bottom: 2em;
	}

}
.content-block .heading {
    margin-top: 0;
    font-family: 'Shieldsans Black';
    font-weight: bolder;
    font-size: 2em;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 1rem;
}