@charset "utf-8";

/*-------------------------------------------
| General styling
---------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Alegreya+SC:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600,700);

html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color:#002646;	
}

a {
	color: inherit;
	text-decoration:inherit;
}

h1, .alegreya {
	font-family: 'Alegreya SC', serif;
}

h1.large {
	font-size: 72px;
	line-height: 64px;
	text-shadow: rgba(0,38,70,0.4) 0px 2px 5px;
}

h1.medium {
	font-size: 46px;
	line-height: 44px;

}

h2 {
	font-size:28px;
	color:#5a8eca;
	line-height: 20px;
}

.wrap-980 {
	width:980px;
	margin:0px auto;
	position: relative;
}

.light-blue {
	color: #5a8eca;
}

.white {
	color:#fff;
}

i {
	font-style:italic;
}

strong {
	font-weight: bold;
}

.under-line {
	text-decoration:underline;
}

.right {
	text-align:right;
}

.left {
	text-align:left;
}

.float-right {
	float: right;
	margin-right: -10px;
}

.clear {
	clear:both;
}

.center {
	text-align:center;
}



/*-------------------------------------------
| Main Wrappers
---------------------------------------------*/
div#wrapper {
	width:100%;
	margin:0;
	margin-bottom: -40px;
	padding:0;
}

div#header-wrapper {
	width:100%;
	margin:0;
	padding:0;
	background: #002646;
}

div#header {
	color: #fff;
	min-width:980px;
}
	div#header a#logo-link {
		position:absolute;
		width:226px;
		height:135px;
		z-index:999;	
	}

	div#header img#logo {
		position: absolute;
		top: 0;
		left:0;	
	}

/*-------------------------------------------
| Top bar
---------------------------------------------*/
div#top-bar {
	padding: 14px 0px;
}

	div#location {
		display: inline-table;
		margin-left: 250px;
		width:auto;
	}
	
	div.social {
		float:right;
		height: 16px;
		width: 174px;
		margin-top:3px;
	}
	
	div.social ul {
		margin:0;
		padding:0;
		list-style-type:none;
		float:right;
	}
	
	div.social ul li {
		float:left;
		height:15px;
		width:16px;
		margin-right: 3px;
		padding:2px;
		display:block;
		border:none;
		background:url(img/social.png) 0 0 no-repeat;
		overflow:hidden;
	}
	
	div.social ul li.linkedin{
		background:url(img/social.png) no-repeat;
		background-position:0px -2px;
	}
	div.social ul li.linkedin:hover{
		background:url(img/social.png) no-repeat;
		background-position:0px -22px;
	}
	div.social ul li.divider{
		background:url(img/social.png) no-repeat;
		background-position:-27px -2px;
		margin: 0px 2px 0px 2px;
	}
	div.social ul li.gplus{
		background:url(img/social.png) no-repeat;
		background-position:-47px -0.5px;
	}
	div.social ul li.gplus:hover{
		background:url(img/social.png) no-repeat;
		background-position:-47px -20px;
	}
	div.social ul li.twitter{
		background:url(img/social.png) no-repeat;
		background-position:-92px -0.5px;
	}
	div.social ul li.twitter:hover{
		background:url(img/social.png) no-repeat;
		background-position:-92px -20px;
	}
	div.social ul li.facebook{
		background:url(img/social.png) no-repeat;
		background-position:-136px -0.5px;
	}
	div.social ul li.facebook:hover{
		background:url(img/social.png) no-repeat;
		background-position:-136px -20px;
	}
	
/*-------------------------------------------
| Navigation
---------------------------------------------*/	
div#nav {
	background: #001d37;
	-webkit-box-shadow: #1c4b74 0px 0px 10px;
	-moz-box-shadow: #1c4b74 0px 0px 10px;
	box-shadow: #1c4b74 0px 0px 10px;
	border-top:1px solid #1c4b74;
}
	div#nav-bar ul#nav-links {
		margin:0;
		margin-left: 224px;
		padding:0;
		font-size:18px;
		font-weight: 700;
		color:#fff;
		list-style-type: none;
	}
	
	div#nav-bar ul#nav-links li {
		float:left;
		padding: 0;
		border-right:1px solid #1f4469;
		text-align:center;
	}
	
	div#nav-bar ul#nav-links li:nth-child(3) {
		border: none;
	}
	
	div#nav-bar ul#nav-links li.active {
		background:#000c15;
	}
	
	div#nav-bar ul#nav-links li:hover , li.active:hover {
		background:#5a8eca;
	}

	div#nav-bar ul#nav-links a {
		padding: 18px 28px;
		display: block;
	}
	
	


	div#nav-bar ul#nav-links ul {
		display:none;
		position:absolute;
		top:100%;
		background:#5a8eca;
		color:#fff;
		padding:0;
		list-style-type: none;
		font-size:16px;
		font-weight: 400;
		z-index: 999;
	}

	div#nav-bar ul#nav-links ul li {
		float:none;
		width:200px;
		border:none;
		text-align:left;
	}

	div#nav-bar ul#nav-links ul a {
		line-height:120%;
		padding:10px 15px;
	}

	div#nav-bar ul#nav-links li:hover > ul {
		display:block;
	}
	
/*-------------------------------------------
| Banners
---------------------------------------------*/
	
div#banner-wrapper {
	width:100%;
	min-width:980px;
	height: 179px;
}

div#banner-wrapper.home {
	background: #000 url(img/home-banner-bg.jpg) no-repeat scroll 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: table;
	height: 650px;
}

div#banner-wrapper.services {
	background: url(img/services-banner-bg.jpg) no-repeat scroll 50% 0;
	background-size:cover;
}

div#banner-wrapper.contact-us {
	background: url(img/contact-us-banner-bg.jpg) no-repeat scroll 0% 0;
	background-size:cover;
}

div#banner-wrapper.about-us {
	background: url(img/about-banner-bg.jpg) no-repeat scroll 50% 0;
	background-size:cover;
}

div#banner {
	color:#fff;
	min-width: 980px;
	text-align:center;
	position:relative;
}

	div#banner div#head-line:not(.sub-page) {
		padding-top: 180px;
		margin:0px auto;
		text-align:center;
		position: relative;
		display:block;
	}
	
	div#banner div#head-line.sub-page {
		padding: 50px 0px;
	}
	
	div#banner div#sub-text {
		padding-top: 155px;
		font-size:23px;
		line-height:38px;
		margin:0px auto;
		position: relative;
	}


/*-------------------------------------------
| Content wrappers
---------------------------------------------*/
div.content-wrapper {
	width:100%;
	margin:0;
	padding:0;
	background:#fff;
}

div#services.content-wrapper {
	background:#fff url(img/home-service-wrapper-bg.jpg) no-repeat;
	background-size: cover;
}

div#quote.content-wrapper {
	background:#fff url(img/home-quote-wrapper-bg.jpg) no-repeat;
	background-size: cover;
}

div#product-development.content-wrapper {
	background:#fff url(img/grey-squares-bg.jpg) no-repeat;
	background-size: cover;
}

div#failure-analysis.content-wrapper {
	background:#fff url(img/services-failure-analysis-wrapper-bg.jpg) no-repeat;
	background-size: cover;
	color:#fff;
}

div.content-wrapper.gray-squares {
	background:#fff url(img/grey-squares-bg.jpg) no-repeat;
	background-size: cover;
}

div#four-zero-four.content-wrapper {
	background: #fff url(img/404-bg.jpg) no-repeat;
	background-size: contain;
}

div.content {
	padding: 4% 0;
}

/*-------------------------------------------
| Section area - Left image right text
---------------------------------------------*/
div.left-image-right-text {
	position: relative;
	margin:0;
	padding:0;
}

	div.left-image-right-text img {
		float:left;
		display: inline-table;
	}
	
	div.left-image-right-text div.text {
		margin-left: 30px;
		padding-top: 10px;
		width: 50%;
		display: inline-table;
	}

/*-------------------------------------------
| Section area - Left text right image
---------------------------------------------*/
div.left-text-right-image {
	margin:0;
	padding:0;
	position:relative;
}

	div.left-text-right-image div.text {
		width: 58%;
	}
	
	div.left-text-right-image div.text p {
		width: 95%;
	}
	
	div.left-text-right-image img {
		float:right;
		margin-top: 10px;
		margin-right: 6px;	
	}
	

/*-------------------------------------------
| Home services grid
---------------------------------------------*/
div#home-services-grid {
	background: rgba(255,255,255,0.5);
	margin: 30px 0px;
	border:1px solid #fff;
	padding: 10px;
}

	div#home-services-grid ul {
		margin:0;
		padding:0;
		list-style-type: none;
	}
	
		div#home-services-grid ul li {
			float:left;
			width: 465px;
			height: 110px;
			background:#355169;
			margin: 7px;
			text-align:left;
			position: relative;
			position:relative;
			overflow:hidden;
			text-shadow: rgba(0,0,0,0.5) 0px 1px 3px;
		}
		
		div#home-services-grid ul li div.bg-image {
			position: absolute;
			top:0;
			left:0;
			width:100%;
			height:100%;
			z-index:98;
			-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
         -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
         -webkit-filter: grayscale(100%);
         filter: gray;
         filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
		}
		
		div#home-services-grid ul li div.bg-image.color {
			-moz-filter: none;
			-o-filter: none;
			-webkit-filter: none;
			filter: none;
		}
		
		div#home-services-grid ul li div.overlay {
			position: absolute;
			top:0;
			left:0;
			width:100%;
			height:100%;
			z-index:99;
		}
		
		div#home-services-grid ul li div.overlay.dark {
			background: rgba(57,82,100,0.9);
		}
		
		div#home-services-grid ul li div.overlay.light {
			background: rgba(105,135,192,0.9);
		}
		
		div#home-services-grid ul a:nth-child(1) li div.bg-image{
			background:url(img/home-service-1.jpg);
			background-size:cover;
		}
		
		div#home-services-grid ul a:nth-child(2) li div.bg-image{
			background:url(img/home-service-2.jpg);
			background-size:cover;
		}
		div#home-services-grid ul a:nth-child(3) li div.bg-image{
			background:url(img/home-service-3.jpg);
			background-size:cover;
		}
		div#home-services-grid ul a:nth-child(4) li div.bg-image{
			background:url(img/home-service-4.jpg);
			background-size:cover;
		}
		div#home-services-grid ul a:nth-child(5) li div.bg-image{
			background:url(img/home-service-5.jpg);
			background-size:cover;
		}
		div#home-services-grid ul a:nth-child(6) li div.bg-image{
			background:url(img/home-service-6.jpg);
			background-size:cover;
		}
		
		div#home-services-grid ul li .arrow {
			position: absolute;
			right: 20px;
			top: 45px;
			height: 15px;
			width:15px;
			padding: 5px;
			background:#002646 url(img/small-white-arrow-right.png) 10.5px 6px no-repeat;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-box-shadow: #acd3f6 0px 0px 6px;
			-moz-box-shadow: #acd3f6 0px 0px 6px;
			box-shadow: #acd3f6 0px 0px 6px;
			z-index:101;	
		}
		
		div#home-services-grid ul li h3 {
			font-size: 24px;
			line-height: 28px;
			color:#fff;
			margin-top: 25px;
			margin-left: 25px;
			width: 80%;
			position:absolute;
			z-index:100;
		}

        div#home-services-grid ul li.full-width-centered {width: 944px; text-align: center;}
        div#home-services-grid ul li.full-width-centered h3 {width: 96%;}
		

/*-------------------------------------------
| Testimonial slider
---------------------------------------------*/		
div#testimonial-slider {
	position:relative;
	margin-top: 50px;
}
	div#testimonial-slider-border-top {
		background:url(img/testimonial-slider-border-top.png) no-repeat; 
		width:442px;
		margin:0px auto; 
		height: 5px;
	}
	div.testimonial-slider-border-bottom {
		background:url(img/testimonial-slider-border-bottom.png) no-repeat; 
		width:107px;
		margin:30px auto; 
		height: 1px;
	}
	div#testimonial-slider img.arrow {
		width:28px;
		height: 53px;
		position:absolute;
		top: 0%;
		cursor:pointer;
		outline:none;
	}
	div#testimonial-slider img#slider-prev {
		left:-200px;
	}
	div#testimonial-slider img#slider-next {
		right:-200px;
	}
	
	div#testimonial-slider-content {
		overflow: hidden;
		white-space:nowrap;
		min-height: 300px;
		padding-bottom: 10px;
	}
	
	div#testimonial-slider-content ul {
		margin:0;
		padding:0;
		list-style-type:none;
	}
	
	div#testimonial-slider-content ul li {
		width:100%;
		display: inline-table;
		background: none;
		margin: 0px 5px;
	}
	
	div#testimonial-slider-content ul li div.words {
		word-wrap:break-word;
		white-space:normal;
		width:90%;
		margin:0px auto;
	}
	
	div#testimonial-slider-content ul li div.from p {
		font-size: 15px;
		font-style:italic;
	}
	
	div#testimonial-slider-content ul li div.from p:nth-child(1){
		font-size:20px;
	}

/*-------------------------------------------
| Affiliation Grid
---------------------------------------------*/	
ul#affiliation-list {
	margin:20px auto;
	padding:0;
	padding-left: 50px;
	text-align:left;
	list-style-type:circle;
	font-size:16px;
}

	ul#affiliation-list li {
		line-height:30px;
		color:#5a8eca;
		display: inline-table;
		width:48.5%;
		background: url(img/blue-bullet-point.png) no-repeat 0px 13px;
		text-indent: 12px; 
	}
	
	ul#affiliation-list li:nth-child(even) {
		margin-left: 30px;
		margin-right: -27px;
	}
	
	
	ul#affiliation-list li p {
		color:#002646;
	}
	
	#test-protocols ul#affiliation-list li {
		font-size: 0.8em;
	}

/*-------------------------------------------
| Services Grid
---------------------------------------------*/	
ul#services-grid {
	margin:0;
	padding:0;
	list-style-type:none;
}

	ul#services-grid li {
		float:left;
		width:306px;
		height: 58px;
		background: #7e96bc; /* Old browsers */
		background: -moz-linear-gradient(top,  #7e96bc 0%, #6486bf 5%, #305081 97%, #45699b 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e96bc), color-stop(5%,#6486bf), color-stop(97%,#305081), color-stop(100%,#45699b)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #7e96bc 0%,#6486bf 5%,#305081 97%,#45699b 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #7e96bc 0%,#6486bf 5%,#305081 97%,#45699b 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #7e96bc 0%,#6486bf 5%,#305081 97%,#45699b 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #7e96bc 0%,#6486bf 5%,#305081 97%,#45699b 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e96bc', endColorstr='#45699b',GradientType=0 ); /* IE6-9 */
		margin: 5px 18.5px;
		margin-left:0px;
		color:#fff;
		border:1px solid #5777b2;
		font-size:15px;
		line-height:20px;
	}
	
	ul#services-grid li:hover {
		background: #6f9bd0; /* Old browsers */
		background: -moz-linear-gradient(top,  #6f9bd0 0%, #5e80ba 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f9bd0), color-stop(100%,#5e80ba)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #6f9bd0 0%,#5e80ba 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #6f9bd0 0%,#5e80ba 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #6f9bd0 0%,#5e80ba 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #6f9bd0 0%,#5e80ba 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f9bd0', endColorstr='#5e80ba',GradientType=0 ); /* IE6-9 */

	}
	
	ul#services-grid li:nth-child(3){
		margin-right: -50px;
	}
	
	ul#services-grid li p {
		margin: 19px 15px;
	}
	
	
/*-------------------------------------------
| Upcoming Events Grid
---------------------------------------------*/	
#upcoming-events .events {margin-top: 2em; display: grid; grid-gap: 1em; grid-template-columns: 33% 33% 33%;}	
#upcoming-events .event .event-logo {height: 160px;}
#upcoming-events .event .event-logo img {max-width: 160px; height: auto;}
#upcoming-events .event .event-title {line-height: 1.3em; font-size: 1.3em; height: 60px;}
#upcoming-events .event .event-info {margin: 1em 0;}

div#event-button {
	padding: 6px 12px;
	width: 180px;
	margin: 10px auto;
	text-align:left;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #6b9ad0; /* Old browsers */
	background: -moz-linear-gradient(top,  #6b9ad0 0%, #5a8eca 47%, #5a8eca 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b9ad0), color-stop(47%,#5a8eca), color-stop(100%,#5a8eca)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6b9ad0 0%,#5a8eca 47%,#5a8eca 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6b9ad0 0%,#5a8eca 47%,#5a8eca 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6b9ad0 0%,#5a8eca 47%,#5a8eca 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6b9ad0 0%,#5a8eca 47%,#5a8eca 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b9ad0', endColorstr='#5a8eca',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: #204462 0px 4px 2px;
	-moz-box-shadow: #204462 0px 4px 2px;
	box-shadow: #204462 0px 4px 2px;
	font-size: 18px;
	line-height:30px;
	position:relative;
	font-weight: bold;
	display: inline-table;

}



div#event-button:hover {
	background: #7cb2f2;
}
	div#event-button .arrow {
		position: absolute;
		right: 15px;
		top: 9px;
		height: 15px;
		width:15px;
		padding: 5px;
		background:#002646 url(img/small-white-arrow-right.png) 10.5px 6px no-repeat;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: #acd3f6 0px 0px 6px;
		-moz-box-shadow: #acd3f6 0px 0px 6px;
		box-shadow: #acd3f6 0px 0px 6px;
	}



/*-------------------------------------------
| Global bullet item list
---------------------------------------------*/	
ul.bullet-list {
	margin:0;
	padding:0;
	text-align:left;
	font-size:14px;
	line-height:30px;
	list-style-type:none;
}

	ul.bullet-list li {
		line-height:30px;
		float:left;
		width: 49%;
		background: url(img/blue-bullet-point-medium.png) no-repeat 0px 12px;
		text-indent: 12px;
		vertical-align: top; 
	}
	
	ul.bullet-list.small li{
		width:35%;
		margin-right: 40px;
	}
	
	ul.bullet-list.half li:nth-child(even) {
		margin-left: 106px;
		width: 35%;
	}
	
	ul.bullet-list li.block {
		display: block;
		width:100%;
	}

/*-------------------------------------------
| Quote button
---------------------------------------------*/
div#quote-button {
	padding: 14px;
	width: 250px;
	margin: 20px auto;
	text-align:left;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #6b9ad0; /* Old browsers */
	background: -moz-linear-gradient(top,  #6b9ad0 0%, #5a8eca 47%, #5a8eca 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b9ad0), color-stop(47%,#5a8eca), color-stop(100%,#5a8eca)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6b9ad0 0%,#5a8eca 47%,#5a8eca 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6b9ad0 0%,#5a8eca 47%,#5a8eca 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6b9ad0 0%,#5a8eca 47%,#5a8eca 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6b9ad0 0%,#5a8eca 47%,#5a8eca 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b9ad0', endColorstr='#5a8eca',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: #204462 0px 4px 2px;
	-moz-box-shadow: #204462 0px 4px 2px;
	box-shadow: #204462 0px 4px 2px;
	font-size: 24px;
	line-height:30px;
	position:relative;
	font-weight: bold;
	display: inline-table;

}



div#quote-button:hover {
	background: #7cb2f2;
}
	div#quote-button .arrow {
		position: absolute;
		right: 15px;
		top: 17px;
		height: 15px;
		width:15px;
		padding: 5px;
		background:#002646 url(img/small-white-arrow-right.png) 10.5px 6px no-repeat;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: #acd3f6 0px 0px 6px;
		-moz-box-shadow: #acd3f6 0px 0px 6px;
		box-shadow: #acd3f6 0px 0px 6px;
	}
	

/*-------------------------------------------
| Blue button inherits from quote button
---------------------------------------------*/
div.blue-button {
	padding: 20px;
	width: 260px;
	text-align: center;
	color:#fff;
	background: #5a8eca;
	font-size: 20px;
	line-height:20px;
	position:relative;
	display: inline-table;

}

.blue-button:hover {
	background:#001e38;
}
	

/*-------------------------------------------
| Contact form
---------------------------------------------*/
div#contact-form-wrapper {
	background: url(img/contact-building.jpg) no-repeat; 
	background-size:cover; 
}
	div#contact-address {
		background: rgba(255,255,255,0.9);
		width:600px;
		padding: 30px 20px;
		border:1px solid #fff;
		font-size:16px;
	}
	
	div#contact-form {
		background: rgba(255,255,255,0.9);
		width:600px;
		padding: 30px 20px;
		border:1px solid #fff;
		margin-top: 20px;
		margin-bottom: 10px;
	}
		div#contact-form form label {
			display:block;
			margin:3px 0px;
			font-size: 14px;
			line-height:24px;
		}
		div#contact-form form input[type=text] {
			display: block;
			width:92.5%;
			border:1px solid #e1e0e0;
			padding: 10px;
			outline:none;
		}
		
		div#contact-form form .error {
			color:red;
			font-weight:bold;
		}
		
		div#contact-form form div#submit-button {
			position: relative;
		}
		
		div#contact-form form div#submit-button input[type=submit] {
			padding: 14px;
			width: 98.7%;
			margin: 20px auto;
			text-align:left;
			color:#fff;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			background: #6b9ad0; /* Old browsers */
			background: url(img/small-white-arrow-bg.png) 98% 15px no-repeat, -moz-linear-gradient(top,  #6b9ad0 0%, #5a8eca 47%, #5a8eca 100%); /* FF3.6+ */
			background: url(img/small-white-arrow-bg.png) 98% 15px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b9ad0), color-stop(47%,#5a8eca), color-stop(100%,#5a8eca)); /* Chrome,Safari4+ */
			background: url(img/small-white-arrow-bg.png) 98% 15px no-repeat, -webkit-linear-gradient(top,  #6b9ad0 0%,#5a8eca 47%,#5a8eca 100%); /* Chrome10+,Safari5.1+ */
			background: url(img/small-white-arrow-bg.png) 98% 15px no-repeat, -o-linear-gradient(top,  #6b9ad0 0%,#5a8eca 47%,#5a8eca 100%); /* Opera 11.10+ */
			background: url(img/small-white-arrow-bg.png) 98% 15px no-repeat, -ms-linear-gradient(top,  #6b9ad0 0%,#5a8eca 47%,#5a8eca 100%); /* IE10+ */
			background: url(img/small-white-arrow-bg.png) 98% 15px no-repeat, linear-gradient(to bottom,  #6b9ad0 0%,#5a8eca 47%,#5a8eca 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b9ad0', endColorstr='#5a8eca',GradientType=0 ); /* IE6-9 */
			font-size: 24px;
			line-height:30px;
			position:relative;
			font-weight: bold;
			border:none;
			outline:none;
		}
		div#contact-form form div#submit-button input[type=submit]:hover {
			background: #7cb2f2 /*url(img/small-white-arrow-bg.png) 98% 15px no-repeat*/;
			cursor: pointer;
		}
		div#contact-form form div#submit-button .arrow {
			position: absolute;
			right: 15px;
			top: 37px;
			height: 15px;
			width:15px;
			padding: 5px;
			background:#002646 url(img/small-white-arrow-right.png) 10.5px 6px no-repeat;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-box-shadow: #acd3f6 0px 0px 6px;
			-moz-box-shadow: #acd3f6 0px 0px 6px;
			box-shadow: #acd3f6 0px 0px 6px;
	}

	
	
/*-------------------------------------------
| Google map
---------------------------------------------*/
	
div#map-canvas {
	height:650px; 
	margin-top:-90px;
}


/*-------------------------------------------
| Services Tab Display
---------------------------------------------*/	
div#tab-display {
	margin:20px 0px;
	padding:0;
	position:relative;
}
	div#tab-display ul#tab-list {
		margin:0;
		padding:0;
		list-style-type:none;
		float:left;
	}
	div#tab-display ul#tab-list li {
		font-size:16px;
		line-height: 24px;
		background: blue;
		color:#fff;
		display: block;
		width: 240px;
		height: 50px;
		margin: 5px 0px;
		background: #436590; /* Old browsers */
		background: -moz-linear-gradient(left,  #436590 0%, #27486b 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#436590), color-stop(100%,#27486b)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #436590 0%,#27486b 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #436590 0%,#27486b 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #436590 0%,#27486b 100%); /* IE10+ */
		background: linear-gradient(to right,  #436590 0%,#27486b 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#436590', endColorstr='#27486b',GradientType=1 ); /* IE6-9 */
		
	}
	div#tab-display ul#tab-list li.current-tab {
		background: #e6e9eb;
		color:#0b0b0b;
	}
		div#tab-display ul#tab-list li p {
			padding: 13px 13px;
		}
		
	div#tab-display div.tab-section{
		background: #e6e9eb;
		width:70%;
		display: inline-table;
		height: 300px;
		margin-top:5px;
		padding: 30px;
		vertical-align:top;
		display:none;
		margin-right:-15px;
	}
	
	div#tab-display div.tab-section.visible {
		display:inline-table;
	}
	
	div#tab-display div.tab-section ul {
		display: inline-table;
		margin-left: 40px;
		margin-top: 15px;
		padding:0;
		vertical-align:top;
		font-size: 14px;
		line-height: 24px;
		list-style-type:none;
	}
	
	div#tab-display div.tab-section ul.vertical-center {
		margin-top: 52px;
	}
	
	div#tab-display div#performance-testing ul:not(.half) {
		margin-left:0px;
		margin-right: 40px;
	}
	
		div#tab-display div.tab-section ul:not(.half) li {
			color:#5a8eca;
			padding: 5px 0px;
			margin:0px;
			background: url(img/blue-bullet-point-medium.png) no-repeat 0px 14px;
			text-indent: 12px;
			vertical-align: top; 
		}
		
		div#tab-display div.tab-section ul li p {
			color:#002646;	
		}
		
		
	div#tab-display > div.tab-section > ul.half {
		float:left;
		width: 31%;
		vertical-align:top;
		padding:0;
		margin-left: -5px;
	}
	
	div#tab-display > div.tab-section > ul.half > li {
		padding-left:0px;
		padding-right: 0px;
		margin:0;
		color:#5a8eca;
		padding: 5px 0px;
		margin:0px;
		background: url(img/blue-bullet-point-medium.png) no-repeat 0px 14px;
		text-indent: 12px;
		vertical-align: top;
	}
	
	div#tab-display > div.tab-section > ul.half.last{
		margin-left: -20px;
		margin-right: 0px;
		float:left;
		position: relative;
	}
	
	
	
	
	



/*-------------------------------------------
| Footer
---------------------------------------------*/
div#footer-wrapper {
	background:#002646;
}

	div#footer {
		margin:0;
		color:#fff;
	}
		div#footer a {
			text-decoration:underline;
			color:#5a8eca;
		}
		div#footer-top {
			padding: 30px 0;
			line-height:28px;
		}
		div#footer-top h3 {
			font-size:22px;
		}
		div#footer-top div.thirds {
			float:left;
			width: 42.5%;
			background: none;
			margin-right: 5px;
		}
		div#footer-top div.thirds:nth-child(2){
			margin-left: 70px;
		}
		div#footer-top div.thirds:nth-child(3){
			float:right;
			margin-top: -87px;
		}
		div#footer ul#bottom-nav {
			margin:0;
			padding:0;
		}
		div#footer ul#bottom-nav li {
			display: block;
			color:#fff;
			background: url(img/footer-nav-arrow.png) no-repeat 0px 9px;
			text-indent: 14px;
			font-size:14px;
		}
		div#footer ul#bottom-nav li a {
			color:#fff;
			text-decoration:none;
		}
		div#footer #footer-logo {
			width:166px;
			height:91px;
			margin-right: -8px;
		}
		div#footer-bottom {
			background:#001e38;
			-webkit-box-shadow: #1c4b74 0px 0px 10px;
			-moz-box-shadow: #1c4b74 0px 0px 10px;
			box-shadow: #1c4b74 0px 0px 10px;
			border-top:1px solid #1c4b74;
			padding: 10px 0;
			font-size: 12px;
			line-height:18px;
			padding: 20px 0;
		}
		
			div#footer-bottom .social {
				float:right;
				height: 16px;
				width: auto;
				margin-top: 6px;
				font-size:15px;
				line-height:26px;
				margin-right: -15px;
			}
			
			div#footer-bottom .social p {
				float:left;
				margin-right: 20px;
				margin-top:-4px;
			}


