.dl-horizontal dt {
	width: 75px;
    font-size: 21px;
    font-family: 'Avenir Next', 'Helvetica Neue', sans-serif;
    background-image: url('/about/images/timeline-circle.png');
    background-repeat: no-repeat;
    background-position: right 8px;
    text-align: left;
}

.dl-horizontal dd {
	margin-left: 86px !important;
	margin-bottom: 40px;
}

.dl-horizontal dd a {
	display:block;
	margin-top:2px;
}

.dl-horizontal {
	background-image: url('/about/images/timeline-bg.jpg');
	background-repeat:repeat-y;
	background-position: 66px top;
}

#transparent-header-bg {
	margin-bottom:40px;
}

.google-maps {
	position: relative;
	padding-bottom: 75%; /* This is the aspect ratio */
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
