/* About Us */
/*-------------------------------------------------*/

#about-us div#page{
	width: 80%;

}
#about-us div#intro {
	background-color: #fff;
	/*width: 80%;*/
	margin: 0 auto 30px;
}

#about-us div#intro .contents {
	padding: 20px;
	display: block;
}

#about-us div#timeline-image {
	position: absolute;
	display: block;
	height: 100%;
	top: 0;
	left: -40px;
}

#about-us div#timeline-holder {
	overflow: hidden;
}

#about-us div#timeline {
	position: relative;
	background-color: #fff;
	width: 80%;
	margin: 30px 0 0px 30%;
}

#about-us div#timeline .contents {
	padding: 20px;
}
#about-us div#timeline .period {
	position: relative;
}
#about-us div#timeline .period span {
	box-sizing: border-box;
	display: block;
	width: 85%;
}
#about-us div#timeline .time {
	position: absolute;
	top: 0;
	left: -90px;
	z-index: 100;
}

#about-us div#timeline .line {
	position: absolute;
	top: 2px;
	left: -82px;
	z-index: 90;
}

#about-us div#map {
	width: 80%;
	margin: 40px auto 20px;
	max-width: 465px;
}
#about-us div#map img{
	width: 100%;
	text-align: center;
}

#about-us .locations {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 20px;
}
#about-us .locations h3 {
	font-size: 1.5em;
	margin: 0 0 20px;
}
#about-us .address {
	width: 210px;
    margin: 0 0 20px 0;
	display: inline-block;
	vertical-align: top;
}

#about-us .address .title {
	font-weight: 700;
}


/* TABLET BREAKPOINT */
/*-------------------------------------------------*/
@media screen and (min-width: 1024px) {

 
  	
	/* About Us */
	/*-------------------------------------------------*/
		#about-us div#page {
			max-width: 960px;
			margin: 40px auto 0;
		}
/*				
		#about-us div#hero {
			background-image: url('/img/about-us/hero_large.jpg');
			background-repeat: no-repeat;
			background-position: left;
			height: auto;
			margin-bottom: 0px;
			background-size: cover;
			behavior: url('/js/ie8_img_fix/backgroundsize.min.htc');
			-ms-behavior: url('/js/ie8_img_fix/backgroundsize.min.htc');
		}		
		
		#about-us div#hero .title {
			display: block;
			font-size: 5em;
			width: 80%;
			margin: 0 0 0 10%;
			padding: 100px 0;
			color: #fff;
			line-height: 85%;
		}
*/		
		#about-us div#intro {
			background-color: #fff;
			width: 420px;
			margin: 0;
			display: inline-block;
			float: left;
		}
		#about-us div#intro .contents{
			padding: 0 20px;
		}

		#about-us div#timeline-holder {
			padding-left: 70px;
			display: inline-block;
			overflow: hidden;
			float: right;
		}
		#about-us div#timeline {
			position: relative;
			background-color: #fff;
			width: 300px;
			margin: 0;
		}
		#about-us div#timeline .period {
			position: relative;
		}
		#about-us div#timeline .period span {
			width: 100%;
		}
		#about-us div#timeline .time {
			position: absolute;
			top: 0;
			left: -90px;
			z-index: 100;
		}
		
		#about-us div#timeline .line {
			position: absolute;
			left: -82px;
			z-index: 90;
		}
		
		#about-us div#map {
			width: auto;
			margin: 40px 0;
			max-width: 420px;
			float: left;
			clear: left;
		}

		#about-us .locations {
			width: 100%;
			margin: 0 auto;
			padding-bottom: 20px;
		}
		#about-us .address {
			margin: 0 20px 20px 0;
		}
	
}