.our-history-intro{
	margin-top:0;
}

.our-history-intro p{
	margin-top:0;
}

.our-history-intro > div:first-child{
	width:100%;
}

.our-history-badge{
	width:100%;
}

.our-history-badge img{
	display:block;
	height:auto;
	margin:20px auto 0 auto;
	max-width:216px;
	width:100%;
}

ul.links-blue{
	margin-top:2rem;
}

ul.links-blue li{
	color:#006DAF;
	font-weight:600;
	text-decoration:none;
	margin-bottom:1em;
}
ul.links-blue li:last-child{
	margin-bottom:0;
}

ul.links-blue li a{
	text-decoration:none;
}

@media screen and (min-width: 62.5em){

	.our-history-intro{
		align-items: flex-start;
		display:flex;
		justify-content:space-between;
		margin-top:0;
	}

	.our-history-intro > div:first-child{
		width:68%;
	}

	.our-history-badge{
		width:23%;
	}

	.our-history-badge img{
		margin:0 auto 0 0;
		max-width:216px;
	}

}

/* Timeline */

.timeline-container{
	
}

.timeline-select{
	align-items:center;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
	margin:0 auto 1rem auto;
	max-width:420px;
	padding:0.5rem 1rem 0.5rem 1rem;
	width:100%;
}


.timeline-select label{
	font-size:1rem;
	font-weight:600;
	letter-spacing:0.125rem;
}

.select-css{
	color:#fff;
	display:block;
	font-size:1rem;
	font-family:'Work Sans', sans-serif;
	font-weight:500;
	line-height:1em;
	padding:.6em 3em .5em .8em;
	width:100%;
	max-width:100%;
	box-sizing:border-box;
	margin:0;
	border:1px solid #004169;
	border-radius:6px;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	background-color:#004169;
	background-image:url('/images/global/dropdown-arrrow-cyan.svg');
	background-repeat:no-repeat;
	background-position:right .7em top 50%;
	background-size:16px auto;
}
.select-css::-ms-expand{
	display: none;
}
.select-css option{
	background-color:#fff;
	color:#121212;
	font-size:1rem;
}

.timeline{
	background: rgb(0,117,180);
	background: linear-gradient(180deg, rgba(0,117,180,0.15) 0%, rgba(255,255,255,0) 100%);
	border-radius:10px 10px 0 0;
	margin:0 auto;
	max-width:420px;
	overflow-x:hidden;
	width:100%;
}

.timeline .timeline-details{
	
}

.timeline-controls{
	align-items: stretch;
	background:#0075B4;
	border-top:5px solid #6ADCF3;
	display:flex;
	justify-content: space-between;
	padding:1.875rem 1.375rem;
}

.timeline .timeline-details img{
	margin-left:15vw;
	position:relative;
	transition:left 0.75s ease-in-out 0s;
}

#timelineImage.year0{left:0;}
#timelineImage.year1{left:-300px;}
#timelineImage.year2{left:-590px;}
#timelineImage.year3{left:-878px;}
#timelineImage.year4{left:-1165px;}
#timelineImage.year5{left:-1452px;}
#timelineImage.year6{left:-1737px;}
#timelineImage.year7{left:-2038px;}
#timelineImage.year8{left:-2318px;}
#timelineImage.year9{left:-2916px;}
#timelineImage.year10{left:-3198px;}
#timelineImage.year11{left:-3488px;}
#timelineImage.year12{left:-3778px;}
#timelineImage.year13{left:-4075px;}
#timelineImage.year14{left:-4372px;}
#timelineImage.year15{left:-5237px;}
#timelineImage.year16{left:-5817px;}

@media screen and (min-width: 26.25em){

	.timeline .timeline-details img{
		margin-left:100px;
	}

}

@media screen and (min-width: 48em){

	.timeline-select{
		justify-content:flex-end;
		max-width:940px;
		width:100%;
	}

	.timeline-select label{
		margin-right:1.5rem;
	}

	.timeline{
		max-width:940px;
		width:100%;
	}

	.timeline .timeline-details img{
		margin-left:50px;
	}

	#timelineImage.year0{left:0;}
	#timelineImage.year1{left:-300px;}
	#timelineImage.year2{left:-590px;}
	#timelineImage.year3{left:-878px;}
	#timelineImage.year4{left:-1175px;}
	#timelineImage.year5{left:-1462px;}
	#timelineImage.year6{left:-1752px;}
	#timelineImage.year7{left:-2062px;}
	#timelineImage.year8{left:-2332px;}
	#timelineImage.year9{left:-2918px;}
	#timelineImage.year10{left:-3208px;}
	#timelineImage.year11{left:-3498px;}
	#timelineImage.year12{left:-3795px;}
	#timelineImage.year13{left:-4072px;}
	#timelineImage.year14{left:-4372px;}
	#timelineImage.year15{left:-5247px;}
	#timelineImage.year16{left:-5817px;}

}