/* CSS Document */
body {
	margin: 0 auto;
	padding: 0;
	font-family: "Lato",Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	text-align: center;
	line-height: 1.5em;
	color: #424242;
	font-weight: 300;
}

* {
	margin: 0;
	padding: 0;
}



.mobile {
	display: none;
}

.btn_block {
	display: block;
	text-align: center;
}

.left_image {
	margin: 0 1em 1em 0;
	float: left;
}

.company dt {
    float: left;
    clear: both;
    font-weight: bold;
}

.company dd {
    margin-left: 100px;
    padding-bottom: 10px;
}

#people_list > div {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 1px solid #CCCCCC;
}

video#bgvid { 
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(images/background.jpg) top left no-repeat;
    background-size: cover; 
}
.photo_grid {
	padding-top: 2em;
}
.photo_grid img {
	width: 45%;
	margin-bottom: 5%;
}
.photo_grid img:nth-child(odd) {
	margin-right: 5%;
}

.gallery_photos img {
	margin: 2%;
	width: 20%;
}

.lightbox_text {
	display: none;
}

.come-in {
  transform: translateY(150px);
  animation: come-in 0.4s ease forwards;
}

.come-in:nth-child(2) {
  animation-duration: 0.5s; /* So they look staggered */
}
.come-in:nth-child(3) {
  animation-duration: 0.6s; /* So they look staggered */
}
.come-in:nth-child(4) {
  animation-duration: 0.7s; /* So they look staggered */
}
.come-in:nth-child(5) {
  animation-duration: 0.8s; /* So they look staggered */
}
.come-in:nth-child(6) {
  animation-duration: 0.9s; /* So they look staggered */
}
.come-in:nth-child(7) {
  animation-duration: 1s; /* So they look staggered */
}
.come-in:nth-child(8) {
  animation-duration: 1.1s; /* So they look staggered */
}

@keyframes come-in {
  to { transform: translateY(0); }
}

a {
	color: #007ec6;
}
a:hover {
	text-decoration: none;
}

hr {
	border: 0;
	background: none;
	border-bottom: 3px solid #dfae9d;
	padding: 1em 0 1em 0;
	clear: both;
}

.col_one_float ul.job_listings li {
	list-style: none;
	padding-bottom: 2em;
	padding-top: 1em;
}

.center_text {
	text-align: center;
}

.sub_page div div ol li, .sub_page div div ol li{
	margin: 0 0 1em 2em;
}

.photo_board img {
	width: 30%;
	margin: 0 1.5% 1.5% 1.5%;
}

.photo_board2 img {
	width: 23.6%;
	margin: 0 .2% .5% .2%;
}



.btn {
	background: #4f3427;
	color: #fff;
	border-radius: 10px;
	padding: .8em 1.2em .8em 1.2em;
	text-decoration: none;
	white-space: nowrap;
}
ul.link_list li{
	font-size: 1em;
	padding: .5em;
	border-bottom: 1px dashed #eee;
	list-style: none;
}
	ul.link_list li a {
		text-decoration: none;
		color: #2e4028;
	}

h2 {
	font-size: 2.1em;
	margin-bottom: 1em;
	font-weight: 500;
	color: #ae5824;
}
h3 {
	margin-bottom: 1em;
}
p {
	margin-bottom: 1em;
}

.stretch { width: 100%; }

.fadeInBlock {
    opacity:0;
}
	
#notice {
	border: 2px solid #FF0000;
	color:#FF0000;
	background-color:#FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align:left;
	width: 400px;
}

#nice_notice {
	border: 2px solid #006600;
	color:#006600;
	background-color:#FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	text-align:left;
	width: 400px;
}

.client_logos {
	line-height: 4em; 
	text-align: center;
}
.client_logos img {
	height: 140px;
}


.col_one_float ul.people_list li {
	list-style: none;
	float: left;
	width:20%;
	margin-right: 5%;
	margin-bottom:3em;
	margin-left: 0;
	min-height: 130px;
}
	.people_list li img {
		width: 100%;
		margin-bottom: 1em;
	}
	.people_list h3 {
		color: #CCCCCC;
		margin-bottom: .3em;
		font-size: 1.2em;
	}
	.people_list em, .people_list a:not(.btn){
		display: block;
		margin-bottom: 0;
	}
.people_list a.btn {
	margin-bottom: 2em;
	line-height: 4em;
}
	.hidden_bio { display: none; }

ul.form li {
	list-style: none;
	float: left;
	width: 25%;
	height: 5em;
}
ul.form li input[type="text"], ul.form li select {
	width: 75%;
}
ul.form li label {
	display: block;
	width: 100%;
}
div.form_divider { 
	border-bottom: 1px solid #333;
	margin-bottom: 1em;
	padding-bottom: 1em;
	clear: both;
}

table td {
	padding: 5px;
}
.news_block {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 1px solid #cccccc;
}
.news_headline {
	font-size: 1.5em;
	margin-bottom: .5em;
}
.news_date {
	
	font-style: italic;
	margin-bottom: 1em;
}

#result_stats {
	background: #51372a;
	color: #ffffff;
}

#slideshow {
	width: 100%;
	min-height: 200px;
	height: 380px;
	text-align: left;
	overflow: hidden;
	color: #ccc;
	position: relative;
	margin-bottom: 2em;
	border: 1px solid #f6dad0;
}

#slideshow > span { 
		text-align: center;
		font-size: 24px;
		font-weight: 100;
		width: 100%;
		display: block;
		padding-top: 150px;
		
	}
	
	#slideshow > a {
		display: block;
		width: 100%;
		position: absolute;
	}
	
	#slide_right {
		position: absolute;
		right: -10%;
		top: 2em;
		padding: .5em;
		cursor: pointer;
		display: block;
		width: 2em;
		font-size: 5em;
		color: #667f50;
		z-index: 4000;
		font-weight: 900;
	}
	#slide_left {
		position: absolute;
		left: 1%;
		top: 2em;
		cursor: pointer;
		display: block;
		width: 2em;
		font-size: 5em;
		color: #667f50;
		padding: .5em;
		z-index: 4000;
		font-weight: 900;
	}

dl.form{ width: 100%; }
dl.form dt { float: left; margin-right: 18px; width: 20%; text-align: right; font-size: 1.2em; }
dl.form dd { margin: 0 0 18px 0; }
dl.form dd input[type="text"]  {
	width: 60%;
	height: 2em;
	font-size: 2em;
}
dl.form dd textarea {
	width: 60%;
	height: 4em;
	font-size: 2em;
}
dl.form dd select {
	
	height: 2em;
	font-size: 2em;
}
dl.form dd input[type="submit"] {
	font-size: 1.3em;
	padding: 10px;
	color: #fff;
	margin-top: 20px;
	background: #222222;
	border: 0;
	border-radius: 5px;
}
p.form_header { border-bottom: 3px solid #ccc; padding-bottom: 10px; }

.flex_img_right {
	float: right;
	width: 30%;
	margin: 0 0 1em 1em;
	
}

.flex_img_left {
	float: left;
	width: 30%;
	margin: 0 1em 1em 0;
}

.news_entry {
	border-bottom: 1px #ccc dashed;
	margin-bottom: 1.5em;
}
	.news_entry h3 {
		margin-bottom: .5em;
	}
.full_news_entry {
	padding-top: 2em;
}
.full_news_entry h3 {
	font-size: 2em;
}

/* Search Styles */
.search_box {
	border: 1px solid #e3e4e5;
	padding: 10px 15px 10px 15px;
	width: 200px;
	position: absolute;
	top: 0;
	right: 20px;
	background: #fff;
	text-align: right;
}
.search_box img {
	width: 20px;
	vertical-align: middle;
}
	.search_box .field_set {
		margin-right: 15px;
	}
	
	.result_stats {
		margin-bottom: 15px;
	}
input[type="text"], input[type="password"], textarea {
	border-radius: 5px;
	border: 1px solid #e3e4e5;
	padding: 8px;
}
select {
	border-radius: 5px;
	border: 1px solid #e3e4e5;
	padding: 5px;
	width: 150px;
}


/* Dropdown Styles

                                { margin: 15px 0; }

/* 
	LEVEL ONE


ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; background: #ccc; }
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 4px 8px; border-right: 1px solid #333;
	 								  color: #222; }
ul.dropdown li:last-child a         { border-right: none; } 
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #F3D673; color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }

*/

ul.dropdown                         { position: relative; }
ul.dropdown li:hover                { position: relative; }

/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 200px; visibility: hidden; position: absolute; top: 2.9em;  left: 0; }
ul.dropdown ul li 					{ list-style: none; float: left; text-align: left; margin: 0; padding:  0; width: 100%; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; padding: 1em 5% 1em 5%; color: #fff; background: #a53431; margin: 0; text-decoration: none;  }
ul.dropdown ul li a	img { width: 100%; }
ul.dropdown ul li a:hover { background: #7e1e1b; }

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }





/* Layout Styles */

#back_photo {
	position: fixed;
	top: 145px;
	width: 100%;
	height: 800px;
	z-index: 0;
	background: #fff;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 80px;
	z-index: 3000;
}

	header > a#mobile_btn {
		position: absolute;
		top: 40px;
		right: 4%;
		display: none;
		z-index: 4000;
	}

	

	header h1 {
		position: relative;
		top: 0;
		left: 3%;
		width: 125px;
		background: #ffffff;
		padding: .5em .5em .5em .5em;
		display: block;
	}

#top_tagline {
	width: 92%;
	max-width: 600px;
	position: absolute;
	display: none;
	top: 80px;
	left: 4%;
}
		


header h1 img {
	width: 100%;
}
		
	header nav {
		display: block;
		top: 25px;
		position: absolute;
		right: 230px;
		width: 80%;
		text-align: right;
	}

	
	
		header nav > ul > li {
			list-style: none;
			display: inline-block;
			font-size: 1em;
			margin: 0 2% 0 2%;
			padding-bottom: 20px;
		}
			header nav > ul > li > a {
				color: #2b2b2b;
				text-decoration: none;
				text-transform: uppercase;
				font-weight: 400;
				padding-top: 1em;
				padding-bottom: 100px;
			}
header nav > ul > li > a:hover {
	border-top: 12px solid #ae5824;
}
	
.dropdown_nav_btn  {
	/* background: url("images/charger-web-parts_16.png") center top 53px no-repeat; */
	background-size: 20px;
}
	
	header #mobile_nav {
		display: none;
		position: absolute;
		right: 0;
		width: 15em;
		background: #fff;
		z-index: 4000;
		text-align: left;
		top: 130px;
	}
	header #mobile_nav > li > a {
		display: block;
		padding: 1em 1.5em 1em 1.5em;
		background: #222222;
		color: #fff;
		font-size: 1.1em;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 400;
	}
	header #mobile_nav > li > a:hover {
		background: #434242;	
	}
	header #mobile_nav > li {
		display: block;
		background: #222222;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #434242;
	}
			
header > #top_tel {
	position: fixed;
	right: 30px;
	top: 12px;
	display: inline-block;
	padding: 10px 1.5em 10px 1.5em;
	color: #4f3427;
	text-decoration: none;
	font-size: 1em;
	border: 1px solid #4f3427;
	border-radius: 10px;
	
}
header > #top_tel:hover {
	color: #ffffff;
	background: #ae5824;
}


main {
	z-index: 2000;
	position: relative;
}
	
.sub_page {
	padding-top: 580px;
	min-height: 700px;
	position: relative;
	margin: 0 auto;
}
	.sub_page ul {
		margin-bottom:  2em;

	}
	
	.sub_page > div {
		background: #fff;
		min-height: 700px;
		position: relative;
		margin: 0 auto;
		text-align: left;
		padding: 0em 2% 0 2%;
	}
	.sub_page > div > div > h2 {
		font-size: 2.5em;
		text-transform: uppercase;
		font-weight: 300;
		color: #EEEEEE;
		margin-bottom: 2em;
		background: #51372a;
		padding: 1em;
	}
	.sub_page > div > div {
		max-width: 1300px;
		position: relative;
		margin: 0 auto;
		text-align: left;
	}
	
	.col_one {
		width: 45%;
		float: left;
		margin-right: 5%;
	}
	.col_two {
		width: 45%;
		float: right;
	}
		
		
	.col_one_float {
		width: 64%;
		padding-right: 1%;
		padding-left: 3%;
		float: left;
		top: -2em;
		position: relative;
	}
.col_one_float ul li {
	margin-left: 2em;
	border-bottom: 1px solid #eee;
	padding-bottom: .5em;
	margin-bottom: .5em;
}
	.col_two_float {
		width: 25%;
		float: right;
		padding: 1em 2% 2em 2%;
		margin-left: 2%;
		margin-bottom: 3em;
		border-left: 1px solid #cccccc;
		position: relative;
		top: -2em;
	}
	.col_two_float h3 { font-size: 1.2em; }
		
#home_main {
	padding-top: 700px;
	z-index: 2000;
}

.home_section {
	min-height: 700px;
	margin-bottom: -3em;
	padding-top: 1em;
	
	background: #ffffff;
}

.home_section p {
	margin-bottom: 2em;
}
.home_section h3 {
	font-size: 1.7em;
	font-family: "Roboto Slab";
	line-height: 1.2em;
	font-weight: 300;
}

.home_content_inner {
	max-width: 1000px;
	width: 90%;
	position: relative;
	margin: 0 auto;
	text-align: left;
}




#home_history {
	background: #222222;
	color: #fff;
	padding-bottom: 2em;
	padding-top: 4em;
	position: relative;
	text-align: center;
	margin: 0 auto;
}	
	h2#home_history_title {
		color: #ffffff;
		font-weight: 300;
		font-size: 2.5em;
		padding: 1em 0 1em 0;
		margin-bottom:  1em;
		
	}

#timeline {
	height: 450px;
	overflow: hidden;
	margin-bottom: 2em;
}
	#timeline_back {
		position: absolute;
		left: 20px;
		width: 80px;
		cursor: pointer;
		z-index: 1000;
	}
	#timeline_forward {
		position: absolute;
		right: 20px;
		width: 80px;
		cursor: pointer;
		z-index: 1000;
	}
	#timeline_inner {
		padding: 1em 0 0 0;
		margin: 0 0 0 125px;
		width: 7400px;
		position: relative;
	}
	#timeline .timeline_date {
		width: 200px;
		float: left;
	}
	#timeline .timeline_date ul {
		width: 150%;
			display: block;
			text-align: center;
			font-size: .9em;
			color: #C1C1C1;
			line-height: 1.5em;
			left: -4em;
			position: relative;
		margin-bottom: 1em;
	}
	#timeline .timeline_date ul li {
		margin: 0;
		text-align: left;
		color: #C1C1C1;
	}
	#timeline .timeline_end {
		background: #f9ea00;
		border-radius: 50%;
		position: relative;
		float: left;
		width: 30px;
		height 30px;
		top: 30px;
	}
		#timeline .timeline_date > strong {
			font-size: 2.5em;
			color: #ffffff;
			margin-bottom: 1em;
			display: inline-block;
		}
		#timeline .timeline_date p {
			width: 150%;
			display: block;
			text-align: center;
			font-size: .9em;
			color: #C1C1C1;
			line-height: 1.5em;
			left: -4em;
			position: relative;
		}
#timeline .timeline_date ul li {
	margin-bottom: .5em;
}

		#timeline .timeline_date img {
			width: 150%;
			left: -4em;
			position: relative;
		}
		#timeline .timeline_date img.portrait {
			width: 100%;
			left: 0;
			position: relative;
		}
		#timeline .timeline_spacer {
			width: 250px;
			float: left;
			height: 10px;
			border-bottom: 7px solid #ae5824;
		}
	



#history_block .timeline_date {
	padding: 2em;
	background-color: rgba(200, 200, 200, 0.3);
	margin-bottom: 2em; 
	min-height: 20em;
	position: relative;
	opacity:0;
}

#history_block > div.timeline_date:nth-child(2) {
	
	 opacity:1;
}

#history_block .timeline_spacer { display: none; }

#history_block .timeline_date > strong {
	font-size: 4em;
	padding-top: .2em;
	margin-bottom: .5em;
	float: right;
	width: 65%;
	display: block;
}
#history_block img { width: 100%; }
#history_block div.image {
	position: absolute;
	left: 2em;
	margin-right: 5%;
	width: 30%;
}
#history_block div.image span {
	display: block;
	color: #999999;
	font-size: .9em;
}
#history_block div.portrait {
	width: 20%;
	margin-left: 5%;
}


#history_block > div:nth-child(4n + 0) div.image {
	left: auto;
	right: -1em;
	width: 30%;
	margin-left: 5%;
}


#history_block ul, #history_block p {
	float: right;
	width: 65%;
	display: block;
	font-size: 1.3em;
	line-height: 1.5em;
}

#history_block > div:nth-child(4n + 0) > strong, #history_block > div:nth-child(4n + 0) ul, #history_block > div:nth-child(4n + 0) p {
	float: left;
	width: 65%;
	display: block;
}




	#history_description {
		position: relative;
		margin: 0 auto;
		max-width: 700px;
		width: 80%;
		text-align:  left;
		margin-bottom: 5em;
		background: #333;
		padding: 1em;
	}







#home_cols {
		width: 100%;
		margin: 0 auto;
		z-index: 10000;
		
	padding-top: 4em;
	
	}

#home_cols div.home_content_inner {
	
}

#home_cols div.home_content_inner h2 {
	text-align: center;
}


#home_cols div a img {
	width: 100%;
	display: block;
}

#home_cols div a img:last-of-type {
	display: none;
}


#home_wide_photo {
	margin-bottom: 0;
}
#home_wide_photo img {
	width: 100%;	
}

#home_text {
	margin: 0 auto;
	font-weight: 300;
	line-height: 1.5em;
	position: relative;
	padding-top: 2em;
	margin-bottom: 3em;
	padding: 2em 4% 0 4%;
	width: 92%;
}
#home_text div {
	max-width:  750px;
	margin: 0 auto;
	padding:  0 0 5em 0;
	text-align: left;
}

#home_text div h2, .sub_page section h2 {
	font-weight: 300;
	font-size: 1.7em;
	margin-bottom: 2em;
	text-align: center;
	width: 80%;
	padding: 0 10% 0 10%;
	line-height: 1.5em;
}

h2 span {
	display: block;
	border-bottom: 3px solid #cf3a2c;
	width: 30%;
	margin: 0 35% 0 35%;
	padding-top: 2em;
}



footer {
	background: #4f3427;
	color: #fff;
	margin: 0 auto;	
	text-align: center;
	height: 340px;
	padding: 2em 0 0 0;
	font-weight: 500;
	z-index: 2000;
	position: relative;
}
	footer a {
		text-decoration: none;
		color: #d9d9d9;
	}
	footer > div {
		width: 95%;
		margin: 0 auto;
		text-align: left;
		
	}
footer h3 {
	font-weight: 300;
}
		footer > div > img {
			position: absolute;
			top: 30px;
			right: 4%;
			width: 150px;
		}


		#logo_slider {
			width: 100%;
			height: 150px;
			overflow: hidden;
			background: #252525;
			margin-bottom: 2em;
		}
			#logo_slider ul { width: 8000px; }
			#logo_slider ul li {
				list-style: none;
				float: left;
				margin-right: 1em;
			}
#logo_slider ul li img {
	height: 120px;
}
		
		footer > div > div {
			float: left;
			width: 100%;
		}
			footer > div > div li {
				list-style: none;
				float: left;
				margin-right: 2em;
			}
			
	
		
@media (max-width: 1000px) {
	#back_photo {
		height: 600px;
	}
	
	header nav { display: none; }
	header {
		top: 0;
		height: 145px;
	}
	header > div {
		display: none;
	}
	header h1 {
		text-align: left;
		margin-left: .5em;
		top: 12px;
	}
	header > #top_tel {
		display: none;
	}
	#logo_container {
		width: 270px;
		min-width: 170px;
		margin-bottom: 3em;
	}
	.col_one_float, .col_two_float {
		margin: 0;
		padding: 4%;
		width: 92%;
		float: none;
	}
	
	.col_one {
		width: 90%;
		float: none;
		margin: 5%;
	}
	.col_two {
		width: 90%;
		float: none;
		margin: 5%;
	}
	
	
	
	header > a#mobile_btn {
		display: block;
	}
	
	header >span {
		top: 130px;
		padding: 1em 1.5em 1em 1.5em;
		font-size: 1.2em;
	}
	
	
	footer {
		display: none;
	}
	
	
	.home_section {
	}
	
	
	#home_cols div.home_content_inner a {
		display: inline-block;
		width: 27%;
		margin: 2%;
		padding: 3px;
	}
	
	
	.photo_board img {
		width: 29%;
		margin: 0 1.5% 1.5% 1.5%;
	}
	
	.photo_board2 img {
		width: 23.6%;
		margin: 0 .2% .5% .2%;
	}
	
	.sub_page > div > div > h2 {
    	font-size: 1.5em;
		line-height: 1.5em;
	}
	
	
	.col_one_float ul.people_list li {
		width:45%;
		margin-right: 4%;
	}
	
	
	.sub_col_one, .sub_col_two, .sub_col_three {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	.sub_col_one img.stretch, .sub_col_two img.stretch, .sub_col_three img.stretch {
		width: 70%;
		padding-left: 15%;
	}
	.sub_col_one h3, .sub_col_two h3, .sub_col_three h3 {
		
		padding-left: 15%;
	}
	
	.mobile {
		display: inline-block;
	}
	
	.bio_text {
		display: none;
	}
	.expand_btn {
		margin-bottom: 3em;
		text-align: center;
		margin-left: 15%;
	}
	
	
	
}



