@charset "utf-8";
/* CSS Document */
html,body{
	/*height: 100%;*/
	margin: 0px;
	padding: 0px;
}
body {
	font : 100%/1.4 "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
}
h1, h2, h3, p{
	margin:0;
}
p {
	/*text-align: center;*/
}

.left h1, .left h2, .left h3, .left p{
	text-align:left;
}
.tight h1, .tight h2, .tight h3, .tight p{
	padding-top:0;
	padding-bottom:0;
}
h1 { 
	color:#1968a8;
	font-size:2.6em;
	font-weight:normal;
	padding:0 0 .5em 0;
	margin:0;
}
h2 {
	color:#1968a8;
	font-size:2.2em;
	font-weight: normal;
	padding: 22px 0px 10px;
	text-align: center;
}
h3 {
	color:#6e6e6e;
	font-size:1.5em;
	font-weight: normal;
	padding: 12px 0px 8px;
	text-align: center;
}
h4{
	margin:0.5em 0 0;
}
p{
	font-size: 1em;
	/*padding: 0 1.6%;*/
}
img{
	/*display:block;*/
	padding: 6px 0;
}
a{
	color:#0099ff;
	/*font-size:.9em;*/
	text-decoration: none;
}
.lq.home{
	overflow-x:hidden;
	height:100%;
	position: relative;
	
}
.lq-mobile{
	display:none;
}
sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}
.centered{
	text-align: center;
}
.shadow{
	box-shadow: 0px 3px 7px -1px rgba(0,0,0,0.64);
	padding: 1em;
	margin: 0.5em 0;
	min-height: 300px;
}
.white{
	background-color: #ffffff;
}

/* --------------------------------------------Helpers */
.holder{
	background:none;
	height:1px;
}
.divider-white{
	background-color: #ffffff;
	display:block;
	height:4px;
	width:100%;
}
.divider-gray{
	height: 4px;
	background-color: #cc0000;
}


/*  HEADER   +++++========================================================================== */

#lq-header{
/*	background-image:url(/static/images/menu-hexes.png);*/
	display:block;
	height: 100px;
	width:100%;
	z-index:9999;
	position: absolute;
	top: 0;
}

#lq-header .col {
	text-align:center;
}
#lq-header .lq-menu-open{
	display:block;
}
#lq-header-logo{
	height: 100px;
	margin:0;
	max-width: 200px;
	padding:0;
}
#lq-header-logo a{
	background-image:url(/static/images/lq-logo-white-red.png);
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: 80%;
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 84%;
}
#lq-header .lq-social-links a{
	margin:38px 4px 0;
}
.no-title-section{
	padding-top:100px;
}
.no-title-section #lq-header{
	background-color:black;
}


#lq-header-holder{
	background-color:#000000;
	height: 100px;
	width:100%;
	display:block;
}
.lq-social-links a{
	
	background-repeat: no-repeat;
	display:inline-block;
	height: 30px;
	width:30px;	
}

#facebook{
	background-image:url(../images/icons/facebook_gray_30px.png);
}
#linkedin{
	background-image:url(../images/icons/linkedin_gray_30px.png);
}
#instagram{
	background-image:url(../images/icons/instagram_gray_30px.png);
}
#indeed{
	background-image:url(../images/icons/indeed_gray_30px.png);
}
#glassdoor{
	background-image:url(../images/icons/glassdoor_gray_30px.png);
}
.round-icons{
	display:inline-block;
	height:60px;
	margin: 0 8px;
	width:60px;
}
#facebook-round{
	background-image: url(/static/images/icons/facebook_round_60px.png)
}
#instagram-round{
	background-image: url(/static/images/icons/instagram_round_60px.png)
}
#linkedin-round{
	background-image: url(/static/images/icons/linkedin_round_60px.png)
}
#indeed-round{
	background-image: url(/static/images/icons/indeed_round_60px.png)
}
#glassdoor-round{
	background-image: url(/static/images/icons/glassdoor_round_60px.png)
}
#lq-menu{
	display:block;
}
/*
#lq-ham-button{
	background-image: url(../images/lq-ham-btn.png);
	height:26px;
	left:12px;
	position:absolute;
	top:18px;
	width:30px;
}
*/
/*
#bg-cover{
	z-index:22;
}
*/

/* NAVIGATION */
#nav {
    height: 100px;
    width: 100%;
    z-index: 9999;
    position: absolute;
    top: 0;
}

#nav ul:first-child{
	list-style: none;
	margin: 0 auto;
	max-width: 970px;
	padding: 0;
}
#lq-home-mobile{
	display:none;
}
#menu {
		position: relative;
		z-index: 1401;
	 }
.nav li {
	display:inline-block;
	line-height: 1em;
	position: relative;
	text-align: center;
	padding: 0;
	margin-top: 40px;
}
.nav a {
	color: #ffffff;
	display: block;
	font-size:1em;
	font-weight: 300;
	padding: 8px 6px;
	text-decoration: none;
	text-transform: uppercase;
	border-top:2px solid rgba(0,0,0,0);
}	
.nav ul {
	text-align: center;
	background-color: #e3e3e3;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
	list-style: none;
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.nav li li {
	display: block;
	margin-top: 0;
}
.nav li li:last-child {
	border-bottom:none;
}
.nav li li a {
	border-top: 1px solid #BCBCBC;
	color: #333333;
	font-size: 0.9em;
	text-transform: none;
}
.nav li li:first-child a{
	border-top:2px solid #1968a8;
}
.nav li.active ul{
	display:block;
}
.nav li:hover ul a {
	text-decoration: none;
}
.nav li:hover ul li a:hover {
	background-color: #112b43;
	color: #ffffff;
}
.down-arrow{
	background-image: url("/static/images/down-arrow-white.png");
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 12px;
	margin-left: 6px;
	pointer-events: none;
	width: 10px;
}		
.nav a.menubtn.active{
	border-top:2px solid #1968a8;
	transition: margin-left 1s;	
}
.menutoggle {
	background-color:rgba(0, 0, 0, 0);
	background-position: 10px 15px;
	background-repeat: no-repeat;
	background-size: 26px;
	display: none;
	height: 100%;
	width: 100%;
	position: fixed; 
	top:0;
	z-index: 1400;
}
.menutoggle.open{
	display:block;
	background-image: none;
	height: 100%;
	width: 100%;
}
		
.menutoggle.closed{
	background-image:url("../images/lq-ham-btn.png");
	display:none;
	height: 55px;
	width: 50px;
}

/* MOBILE */
@media only screen and (max-width: 768px) {
/*
	header{
		padding-top: 52px;
	}
*/
	#nav {
		background-color: #1e4164;
		background-image:url(/static/images/lq-logo-white-red.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100px auto;
		height: 60px;
		position: fixed;
		width: 100%;
	}
	#nav ul:first-child{
		margin:0;
		width: 300px;
	}
	#lq-header-logo{
		display:none;
	}
	#lq-home-mobile{
		display:block;
	}
	
	.menutoggle {
		background-color:rgba(0, 0, 0, 0.6);
	}
	.menutoggle.closed{
		background-color:rgba(0, 0, 0, 0);
		display:block;
	}

	 #menu {
		height:100%;
		top:0;
		bottom:0px;
		left:0px;
		position: fixed; 
	 }
	 .nav{
		background: #d2d2d2;
		height: 100%;
		margin-left: -310px;
		position: relative;
/*		text-align: right;*/
		width: 300px;
	 }
	 .nav a{
		color: #112b43;
		 padding: 1em 0.5em;
		text-align: left; 
	 }

	.nav a.menubtn.active{
		border-top:none;
		background: linear-gradient(to bottom, #ededed 30%, #cccccc 100%);
	}
	.nav ul{
		box-shadow: none;
		position: relative;
	}
	.nav li{
		display: block;
		margin: 0;
		width: 100%;
		border-bottom: solid 1px #ededed;
	}
	.nav.open{
		margin-left:0px !important;
	}
	.nav.closed{
		margin-left:-310px !important;
	}
	.down-arrow{
		background-image: url("/static/images/down-arrow-blue.png");
		float:right;
	}
}

.top-menu #top-menu-3datalinq{
	background-image:url(/static/images/top-menu-3datalinq.jpg);
}
.top-menu #top-menu-multidomain{
	background-image:url(/static/images/top-menu-mdoc.jpg);
}
.top-menu #top-menu-mbsei{
	background-image:url(/static/images/top-menu-mbsei.jpg);
}
.top-menu #top-menu-lynx{
	background-image:url(/static/images/top-menu-lynx.jpg);
}
.top-menu #top-menu-giant{
	background-image:url(/static/images/top-menu-giant.jpg);
}
.top-menu #top-menu-sw{
	background-image:url(/static/images/top-menu-sw.jpg);
}

.top-menu .cap-title{
	display:block;
	font-size:1.3em;
	font-weight: bold;
	margin-bottom:2px;
}


#top-menu-understand{
	background-image: url(../images/icon-white-understand.png);
}
#top-menu-understand:hover{
	background-image: url(../images/icon-blue-understand.png);
}
#top-menu-engineer{
	background-image: url(../images/icon-white-engineer.png);		
}
#top-menu-engineer:hover{
	background-image: url(../images/icon-blue-engineer.png);		
}
#top-menu-integrate{
	background-image: url(../images/icon-white-integrate.png);		
}
#top-menu-integrate:hover{
	background-image: url(../images/icon-blue-integrate.png);		
}
#top-menu-operate{
	background-image: url(../images/icon-white-operate.png);		
}
#top-menu-operate:hover{
	background-image: url(../images/icon-blue-operate.png);		
}
#top-menu-advise{
	background-image: url(../images/icon-white-advise.png);		
}
#top-menu-advise:hover{
	background-image: url(../images/icon-blue-advise.png);		
}

#lq-menu-recruit{
	background-color:#616161;
	background-image:url(../images/lq-top-menu-01.jpg);
	background-repeat:no-repeat;
	margin-top:20px;
	height:120px;
	padding:0;
}
#lq-menu-recruit-btns{
	float:right;
	margin-right:34px;
	height:120px; padding:0;width:50%;
}
#lq-menu-recruit h3{
	color:#DBDBDB;
	padding:6px 0 0;
}


/*  SUB SECTION   ========================================================================== */
.title-section.min {
	background-color: #1f537d;
}
.title-section.min h1 {
	font-size: 2.4em;
	padding: 1.2em 0;
}
.title-bar-blue{
	background-color: #1e4164;
	height: 100px;
}

.title-section{}
.title-section-graphic{
	background-position:center top;
	background-repeat: no-repeat;
	background-size: 1205px;
	background-color:black;
	display:block;
	height: 439px;
	position: absolute;
	width: 100%; 
}
.title-section-titlegraphic{
	display: block;
	max-width:900px;
	width: 100%;
	height: 240px;
	margin: 70px auto 0;
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.title-section-links{
	display: block;
	height: 180px;
	margin:35px 2.8% 0 0;
	width: 20.5%;
	float: left;
	position: relative;
	z-index:900;
}
.title-section-links:first-child{
	margin-left: 4.8%;
}
	
#ourcompany .title-section-graphic{
	background-image:url(/static/images/sub/lq_ourcompany.jpg);
}
#newsevents .title-section-graphic{
	background-image:url(/static/images/sub/lq_news.jpg);
}
#careers .title-section-graphic{
	background-image:url(/static/images/sub/lq_careers.jpg);
}
#ourculture .title-section-graphic{
	background-image:url(/static/images/sub/lq_culture.jpg);
}
#aboutus .title-section-graphic{
	background-image:url(/static/images/sub/lq_aboutus.jpg);
}
#understand .title-section-graphic{
	background-image:url(/static/images/sub/lq_understand.jpg);
}
#engineer .title-section-graphic{
	background-image:url(/static/images/sub/lq_engineer.jpg);
}
#integrate .title-section-graphic{
	background-image:url(/static/images/sub/lq_integrate.jpg);
}
#operate .title-section-graphic{
	background-image:url(/static/images/sub/lq_operate.jpg);
}
#solutions .title-section-graphic{
	background-image:url(/static/images/lq-innovation-sub.jpg);
}
#capabilities .title-section-graphic{
	background-image:url(/static/images/lq-capabilities-sub.jpg);
}
#methodologies .title-section-graphic{
	background-image:url(/static/images/lq-methods.jpg);
}
#tools .title-section-graphic{
	background-image:url(/static/images/lq-sw-tools.jpg);
}
#innovations .title-section-graphic{
	background-image:url(/static/images/lq-3datalinq-sub.jpg);
}
#multidomain .title-section-graphic{
	background-image:url(/static/images/lq-mdoc-sub.jpg);
}
#careersmain {
	background-image:url(/static/images/careers/Main.png);
}
#benefits {
	background-image:url(/static/images/careers/Benefits.png);
}
#culture {
	background-image:url(/static/images/careers/Culture.png);
}
#interns {
	background-image:url(/static/images/careers/Interns.png);
}
#veterans {
	background-image:url(/static/images/careers/Veterans.png);
}

.title-section-graphic.cover{
	background-size: cover;
}
		
.title-section-content{
	background-image: url(/static/images/sub-bars-gray.svg);
	background-position: center 378px;
	background-repeat:repeat-x;
	background-size: 3200px 78px;
	padding-top:314px;
	position: relative;
	width:100%;
}

.title-section h1, .title-section h2, .title-section p {
	text-align: center;
	color:#ffffff;
	padding:0px;
	max-width:800px;
	margin:0 auto;
}
.title-section h1{
	font-size:90px;
	line-height: 60px;
	text-transform: uppercase;
}
.title-section h2{
	font-size:28px;
	text-transform: uppercase;
}
.title-section p{
	color:#333333;
	font-size:15px;
	padding-bottom:12px;
}		

.lq-section{
	padding: 0 0 38px;
	/*height: 100%;*/
}
.lq-section p{
	line-height: 1.7em;
	margin-bottom:12px;
}
.lq-section.center{
	text-align: center;
}
.lq-section-img{
	display: block;
	width:100%;
}
.lq-section-intro h2{
	padding-bottom:0;
}
.lq-section-intro p{
	font-size:1.1em;
	margin:4px 0;
}
.lq-section-intro-icon{
	background-repeat: no-repeat;
	display:block;
	height: 162px;
	margin:10px 0 12px 18px;
	width:162px;
}
.lq-section-intro-icon.small{
	background-size: 100px;
	display:inline-block;
	height: 100px;
	margin: 10px 0 0;
	width: 100px;
}
.lq-section-intro-icon.vert{
	margin-top:66px;
}

.lq-section-intro-desc{
	display:table;
	height: 184px;
}
.lq-section-intro-desc p{
	vertical-align: middle;
	display:table-cell;
}
.lq-section-inno{
	/*height:480px;*/
}
.lq-section-inno.center{
	text-align:center;
}
.lq-image{
	padding:0;
	max-width:95%;
}
.lq-image-caption{			
	font-size:.8em;
	margin-bottom:16px;
	padding:0 10px;
	text-align: center;
}
.lq-image-wrap-right{
	float:right;
	margin-left:20px;
	width:400px;
}
.lq-image-wrap-left{
	float:left;
	margin-right:20px;
	width:400px;			
}
.lq-quote-sub{
	color:#6F6F6F;
	padding:10px;
	font-size:1em;
	margin:0 18px;
}
.lq-quote-sub .lq-col-name{
	padding:0px;
	text-align: center;
}
.lq-section-tab{
	background-color:#606060;
	color: #ffffff;
	display:block;
	font-size:1.1em;
	height: 30px;
	padding-top:6px;
}
.lq-section-tab:hover, .lq-section-tab.active{
	background-color:#cc0000;
}
.lq-link-blue{
	color:#1968a8;
	text-align: center;
}
.lq-link-red-box{
	background-color: #cc0000;
	color:#ffffff;
	display:inline-block;
	font-size:.8em;
	height:20px;
	margin:15px 0;
	padding:4px;
}
.lq-link-red-box-large{
	background-color: #cc0000;
	color:#ffffff;
	display:inline-block;
	font-size:1.2em;
	height:25px;
	margin:15px 0;
	padding:8px;
	width:300px;
}
.lq-light-gray-bg{
	background-color:#DDDDDD;
}
.lq-link-black-box{
	background-color: #000000;
	color:#ffffff;
	display:block;
	font-size:.8em;
	height:20px;
	margin:22px auto;
	padding:4px;
	 width:200px;  text-align: center;
}
.lq-col-small{
	font-size:.9em;
	padding: 0px 12px;
	text-align: center;
}
.lq-col-small.left{
	text-align: left;
}
.lq-col-name{
	color:#1968a8;
	font-size:.95em;
	padding: 3px 0 14px;
	text-align: right;
}
.eventbanner{
	background: linear-gradient(to right, #315a75 0%,#648297 100%);
	display:block;
	min-height: 80px;
	width: 100%;
}
.eventbanner p{
	color:white;
	font-size:30px;
	margin: 0 auto;
	padding:18px;
	max-width: 900px;
	text-align: center;
}
/*------------------------------------------------------------------------------------------------------------------*/
/* Level 2 Info Box Links */	
.lq-box-links a{
	background-position:center;
	background-repeat: no-repeat;
	color:#ffffff;
	display:block;
	font-size:1.5em;
	font-weight:bold;
	margin-top:20px;
	padding:242px 0px 18px;
	text-align: center;
	/*width:467px;*/
}
.lq-box-links p{
	font-size:.9em;	
}
#link-MILSATCOM-Systems-Integration{
	background-image:url(../images/RED_lq-mbse-integrate.jpg);
}
#link-Advanced-MILSATCOM-Integration-and-Test{
	background-image:url(../images/RED_integration-and-test.jpg);
}
#link-3DataLinQ{
	background-image:url(../images/RED_cyber_noc_002.jpg);
}
#link-Lynx{
	background-image: url(../images/capes-bmc2.jpg);
}

.lq-tabs-lev3{
	display: table;
    table-layout: fixed;
	padding:0;
}

.tab-lev3, .tab-lev3.active{
	background:none;
	background-image:url(../images/lq-sub-menu-divider.png);
	background-position: right center;
	background-repeat:no-repeat;
	border:none;
	border-bottom:5px #dddddd solid;
	color:#555555;
	font-size:.9em;
	padding:12px 12px 12px 8px;
	display: table-cell; vertical-align: middle;
	height:auto;
	text-align: center;
	width:auto;
	table-layout: fixed;
	margin-top:-34px;
}
.tab-lev3:last-child{
	background-image:none;
}
.tab-lev3.active{
	color: #660000;
	font-weight:bold;
	border-bottom:5px #cc0000 solid;
}



/*------------------------------------------------------------------------------------------------------------------*/
.lq-thumb{
	background-repeat: no-repeat;
	background-position: center;
	display:block;
	height: 120px;
	margin:0 auto;
	width:120px;
}
.lq-title{
	background-repeat: no-repeat;
	background-position: center;
	display:block;
	height: 120px;
	margin:0 auto;
	width:170px;
}
#lq-thumb-ssei{
	background-image: url(../images/thumb-ssei.jpg)
}
#lq-title-ssei{
	background-image: url(../images/lq-org-ssei.png)
}
#lq-thumb-iss{
	background-image: url(../images/thumb-iss.jpg)
}
#lq-title-iss{
	background-image: url(../images/lq-org-iss.png)
}
#lq-thumb-iis{
	background-image: url(../images/thumb-iis.jpg)
}
#lq-title-iis{
	background-image: url(../images/lq-org-iis.png)
}
#lq-thumb-osss{
	background-image: url(../images/thumb-osss.jpg)
}
#lq-title-osss{
	background-image: url(../images/lq-org-osss.png)
}

#lq-thumb-understand{
	background-image: url(../images/thumb-understand.png)
}
#lq-thumb-engineer{
	background-image: url(../images/thumb-engineer.png)
}
#lq-thumb-integrate{
	background-image: url(../images/thumb-integrate.png)
}
#lq-thumb-operate{
	background-image: url(../images/thumb-operate.png)
}
#lq-thumb-advise{
	background-image: url(../images/thumb-advise.png)
}

#lq-thumb-3datalinq{
	background-image: url(../images/thumb-3datalinq.png)
}
#lq-thumb-mbsei{
	background-image: url(../images/thumb-mbsei.png)
}
#lq-thumb-lynx{
	background-image: url(../images/thumb-lynx.png)
}
#lq-thumb-giant{
	background-image: url(../images/thumb-giant.png)
}
#lq-thumb-set{
	background-image: url(../images/thumb-set.jpg)
}
#lq-thumb-alps{
	background-image: url(../images/thumb-alps.jpg)
}
#lq-thumb-ncwt{
	background-image: url(../images/thumb-ncwt.jpg)
}
#lq-thumb-able{
	background-image: url(../images/thumb-able.jpg)
}
#lq-icon-3datalinq{
	background-image: url(../images/lq-3datalinq-160.png);
}
#lq-icon-giant{
	background-image: url(../images/lq-giant-160.png);
}
#lq-icon-lynx{
	background-image: url(../images/lq-lynx-160.png);
}
#lq-icon-mbsei{
	background-image: url(../images/lq-mbsei-160.png);
}

#lq-icon-able{
	background-image: url(../images/lq-able-100.png);
}
#lq-icon-jet{
	background-image: url(../images/lq-jet-100.png);
}
#lq-icon-mcpt{
	background-image: url(../images/lq-mcpt-100.png);
}
#lq-icon-meese{
	background-image: url(../images/lq-meese-100.png);
}
#lq-icon-ncwt{
	background-image: url(../images/lq-ncwt-100.png);
}
#lq-icon-set{
	background-image: url(../images/lq-set-100.png);
}
#lq-icon-tcsim{
	background-image: url(../images/lq-tcs-100.png);
}

#lq-our-company-sub{
	background-color:#1d3f57;
	background-image:url(../images/lq-ourcompany-sub.jpg);
}
#lq-culture-sub{
	background-color:#777b86;
	background-image:url(../images/lq-culture-sub.jpg);
}
#lq-capabilities-sub{
	background-image:url(../images/lq-capabilities-sub.jpg);
}
#lq-giant-sub{
	background-color:#502f77;
	background-image:url(../images/lq-giant-sub.jpg);
}
#lq-lynx-sub{
	background-color:#427bba;
	background-image:url(../images/lq-lynx-sub.jpg);
}
#lq-3datalinq-sub{
	background-color:#b07d00;
	background-image:url(../images/lq-3datalinq-sub.jpg);
}
#lq-mdoc-sub{
	background-color:#333333;
	background-image:url(../images/lq-mdoc-sub.jpg);
}
#lq-mbsei-sub{
	background-color:#44b649;
	background-image:url(../images/lq-mbsei-sub.jpg);
}
#lq-advise-sub{
	background-image:url(../images/lq-capabilities-advise.jpg)
}
#lq-engineer-sub{
	background-image:url(../images/lq-capabilities-engineer.jpg)
}
#lq-integrate-sub{
	background-image:url(../images/lq-capabilities-integrate.jpg)
}
#lq-operate-sub{
	background-image:url(../images/lq-capabilities-operate.jpg)
}
#lq-understand-sub{
	background-image:url(../images/lq-capabilities-understand.jpg)
}
#lq-capabilities-panels{
	/*background-image:url(../images/capabilities-panels-inactive.jpg);
	background-size: auto;*/
}
#lq-capabilities-understand h1{
	
}
#lq-innovation-sub{
	background-image:url(../images/lq-innovation-sub.jpg);
}
/*#lq-nss-sub{
	background-color:#66231D;
	background-image:url(../images/lq-nss-sub.jpg);
}
#lq-jnc-sub{
	background-color:#184366;
	background-image:url(../images/../images/lq-jnc-sub.jpg)
}*/
#lq-milcom-sub{
	background-color:#04172c;
	background-image:url(../images/../images/lq-milcom-sub.jpg)
}

.lq-title-section{
	background-color:#000000;
	background-position: center bottom;
	background-size:auto;
	background-repeat:no-repeat;
	display: block;
	height: 338px;
	text-align:center;
	width:100%;
	display:table;
}
.lq-title-section.caps{
	display:block;	
}
#lq-sub-title{
	color:#ffffff;
	display:table-row;
	height:302px;
		
}
#lq-sub-title h1{
	color:#ffffff;
	display:table-cell;
	font-size:5em;
	font-weight: normal;
	padding:0;
	vertical-align: middle;
}
#lq-sub-title-caps {
	height: 302px;
	text-shadow: 2px 2px 5px #000000;
}
#lq-sub-title-caps h1{
	color: #ffffff;
	font-size: 5em;
	padding: 56px 0 0;
}
#lq-sub-title-caps h2{
	color: #ffffff;
	padding: 0;
}
#lq-sub-nav{
	width:700px;
}
#lq-sub-nav-caps{
	position: relative;
	top: -36px;
	width: 700px;
}
#lq-nav-lev3{
	padding:0;
	margin:0;
	border-bottom:solid 3px #ffffff;
	text-align: center;
}



.lq-sub-title2{
	height:170px;
}
.lq-sub-title2 h2{
	text-transform: uppercase;
}
.lq-sub-title2 p{
	font-size:1.1em;
	text-align: center;
}
#lq-cap-panels{
	max-width:1200px;
	width:100%;
}
.lq-cap-panel{
	height: 338px;
	margin: 0;
	width:20%;
	background-image: url(../images/capabilities-panels-inactive.jpg);
}
.lq-cap-panel.active{
	background-image: url(../images/lq-capabilities-active.jpg);
}
.lq-cap-panel h1{
	color:#ffffff;
	font-size:2em;
	font-weight: bold;
	margin:0;
}
.lq-cap-panel-sub-title{
	display: block;
	font-size:.7em;
	font-weight: normal;
}
#lq-cap-panel-engineer{
	background-position: -240px 0;
	/*margin-left:240px;*/
}
#lq-cap-panel-integrate{
	background-position: -480px 0;
	/*margin-left:480px;*/
}
#lq-cap-panel-operate{
	background-position: -720px 0;
	/*margin-left:720px;*/
}
#lq-cap-panel-advise{
	background-position: -960px 0;
	/*margin-left:960px;*/
}

.icon-link {
	background-repeat:no-repeat;
	background-position:0px -2px;
	font-size: 11pt;	
	padding-left:26px;
}
.icon-link.pdf{
	background-image:url(../images/pdficon_small.png);
}

.icon-link.giant{
	background-image:url(../images/giant-icon.png);
	margin-left: 14px;
}
	
/*  FOOTER   =============================================================================== */

.lq-footer{
	background-color:#444444;
	display:block;
	margin-top:0px;
	padding-bottom:22px;
	text-align: center;
	width:100%;
}
.lq-footer ul a{
	font-size:.9em;
	color:#ffffff;
}
.lq-footer ul a:hover{
	text-decoration: underline;
}
.lq-footer ul{
	list-style-type: none;
	margin: 11px 0;
	padding: 0;
}
.lq-footer li{
	line-height: 19px;
}
.lq-footer li p{
	margin:0 0 1px;
	padding:0;
}
.lq-footer .info-links{
	border-top: 1px solid gray;
	color:#ffffff;
	font-size:.9em;
	display:block;
	padding-top:3px;
}
.lq-footer .info-links-main{
	margin-top:13px;
}
.lq-footer .info-links a{
	color:#CCCCCC;
	padding-right: 12px;
}
.lq-footer .link-title{
	height:12px;
}
.lq-footer .link-title a{
	font-size:1em;
}
.lq-footer .link-line{
	background-color: gray;
	display:inline-block;
	height: 1px;
	width: 80%;
}
.lq-footer .link-line a{
	font-size:0;
	line-height: 0px;
}
.lq-footer .lq-social-links {
	background-color:#404040;
	height:28px;
	margin-top:7px;
	padding: 6px 0;
	text-align:center;
}
.lq-footer .lq-social-links a{
	padding: 0px;
	margin:0px 5px 0;
	height: 30px;
	width:30px;	
}
.lq-footer #twitter{
	margin-left:0px;
}
.lq-footer-btt{
	background-color: #cc0000;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/lq-slide-arrow-up.jpg);
	cursor: pointer;
	height:41px;
	padding-top:25px;
	width:100%;
}

#lq-footer-logo a{
	background-image: url(../images/lq-logo-gray-bg-200px.jpg);
	background-position: center; 
	background-repeat: no-repeat;
	background-size: auto 70px;
	height: 70px;
	margin: 30px auto;
	display: block;
	width: 100%;
}

#lq-iso-logo{
	text-align:center;
	padding-top:18px;
	display:block;
	width:120px;
}

/*Old Styles   ============================================================*/

.lq-pdf-link {
	background-image:url(../images/pdficon_large.png);
	background-position: 10px;
	background-repeat:no-repeat;
	display:block;
	font-size:14px;
	padding:12px 12px 12px 48px;
	text-decoration:none;
}
.lq-pdf-link.box{
	border:1px solid #666666;
	margin-top:10px;
	width:225px;
}
/* ----------------------------------------------Panel */
.lq-scroll-panel{
	margin: auto;
	/*min-width: 900px;*/
	overflow:auto;
	text-align: center;
}
.lq-scroll-panel.book{
	max-width: 1200px;
	/*min-width: 540px;*/
	padding: 8px 180px;	
}
.lq-scroll-panel.sub{
	margin: 6px auto;
	max-width: 1000px;
}
.lq-scroll-panel h3.underline{
	border-bottom: 1px #ccc solid;
	margin: 26px 14px 0px 14px;
}

.lq-scroll-panel h4{
	color: #777;
	font-size:12pt;
	margin:0;
}

.lq-scroll-panel.locations a{
	text-decoration: underline;
}
.lq-scroll-panel.book p{
	font-size: 10.5pt;
	line-height: 20pt;
}

.lq-scroll-panel.sub p{
	margin: 6px 0;
}
.lq-scroll-panel p.caption{
	font-size: 14pt;
	line-height: auto;
	margin: 4px 0 0;
}
.lq-scroll-panel.sub h2{
	color: #656565;
	font-size: 18pt;
	letter-spacing: 1pt;
	margin-top: 2px;
	text-transform: none
}
.lq-scroll-panel.sub h3{
	margin:24px 0 6px;
}
.lq-scroll-panel.locations h3{
	margin:6px 0 0;
}
.lq-scroll-panel.left{
	text-align: left;	
}
.shadow-top{
	background-color: #ffffff;
	background-image: url(../images/shadow-top.png);
	background-repeat: repeat-x;
	display: block;
	height: 10px;
	width: 100%;
}


/* ---------------------------------------------Images */
.lq-cover-image{
	background-position: center;
	background-size: cover;
	display: block;
	width: 100%;
}
.lq-subtitle-image img{
	display: block;
	position: relative;
	margin: 0 auto;
	max-width:100%;
	max-height:100%;
}
.lq-inline-image.right {
    float: right;
    margin: 8px 0px 10px 20px;
}
.lq-inline-image.left {
    float: left;
    margin: 8px 20px 10px 0px;
}
.lq-scroll-panel p.lq-image-caption{
	font-size: 13pt;
	font-style: italic;
	text-align: center;
}
.lq-column-image{
	margin-top:8px;
	width: 100%;
}


/* ---------------------------------------------Quotes */
.quote{
	/* color: #000;
	font-style:italic; */
}
.lq-scroll-panel .lq-quote-box{
	border-radius: 26px;
	background-color:  #ededed;/*#323232;*/
	display: inline-block;
	padding: 2px 20px;
}
.lq-scroll-panel .lq-quote-box.light{
	background-color:  #fafafa;/*#323232;*/
}
.lq-scroll-panel .lq-quote-box p{
	color: #444444;
	/* display: inline; */
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: .4pt;
	line-height: 20pt;
}
.lq-scroll-panel .box-quote{
	background-repeat:no-repeat;
	display:inline-block;
	width:40px;
}
.lq-scroll-panel .box-quote.left{
	background-image:url(../images/quote-left.png);
	background-position:left bottom;
	height:48px;
}
.lq-scroll-panel .box-quote.right{
	background-image:url(../images/quote-right.png);
	background-position:right bottom;
	height: 23px;
	vertical-align:bottom;
}
/* --------------------------------------------Columns */
.lq-column{
	float: left;
	padding: 1.25%;
	width: 45.5%;
}
.lq-column.left{
	margin-right: 2%;
}
.lq-column.right{
	margin-left: 2%;
}
.lq-column h2{
	background-color: #ddd;
	text-align: center;
}


/* -----------------------------------------Innovation */
.innovation {
	color: #1968a8;
	/* text-transform: uppercase;	 */
	font-weight: bold;
}
.star {
	font-size:15pt;
	padding-top:-12px;
}
/* ------------------------------------Hide Extra Text */
.inline{
	display:inline;
}
.full.less{
	display:none;
}
.full.more{
	display:inline;
}
.morelink {
	color: #1968a8;
	cursor: pointer;
	font-size: 11pt;
}


/* ------------------------------------------Locations */
.lq-loc-section{
	display:inline-block;
}
.lq-loc-section.threeCol{
	width:32%;
}
.lq-loc-section.twoCol{
	width:49%;
}
.lq-loc-column{
	float: left;
	padding:.5%;
}
.lq-loc-column.left{
	text-align:right;
	width: 43%;
}
.lq-loc-column.right{
	text-align:left;
	width: 55%;
}
.lq-loc-column{
	display:inline-block;
	width:32%;
}
.lq-loc-office {
	background-color: #d2d2d2;
	background-image: url("../images/nav-arrow-down-16px.png");
	background-position: 99% 7px;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-bottom: 8px;
}
.lq-loc-office:hover {
	background-color:#1968a8;
	color: #ffffff;
}
.lq-loc-office {
	color: #656565;
	font-size: 16pt;
}
.lq-loc-address {
	display: none;
}
.maps {
	margin-left:-200px;
	margin-top:-27px;
	width: 210px;
}
.directions {
	position:absolute;
	width:600px;
	overflow-y:scroll;
	border:2px #666666 solid;
	background-color:#FFFFFF;
	padding:12px;
	left: 50%;
	right: 50%;
	margin-left: -300px;
	z-index:997;
}
.directions ol {
	font-size: 10pt;
}
.directions h1 {
	font-size: 14pt;
	margin:0;
}
.directions_bg {
	display:none;
	position:absolute;
	z-index:996;
	top:0;
	background-image:url(../images/bg_80_gray.png);
	width:100%;
	height:100%;
	margin-top: 40px;
	padding-top:12px;
}
/* On mouse hover, lighten state color */
/* path:hover {
	fill-opacity: .7;
} */

/* Style for Custom Tooltip */
div.tooltip {   
 	background-color: #bf311a;
	box-shadow: 1px 1px 3px #000000;
	color: #ffffff;
	font: 11px sans-serif;
	padding: 3px;
	pointer-events: none;
	position: absolute;           
	text-align: center;                                               
}       
#lq-loc-map{
	height:500px;
}
#lq-loc-map svg{
	display: block;
	margin: auto;
	max-width: 960px;	
	width: 100%; 
}
#lq-loc-map circle{
	stroke: black;
}


/* ---------------------------------------Contact Form */
.formlist li{
	background-image:none;
	padding:0px;
	margin:0 0 4px 0;
	list-style: none;
	font-weight:bold;
}

textarea, input, select {
	border: 1px solid #2d598d;
	width:300px;
	margin-bottom:6px;
}
textarea {
	width:560px;
	height:180px;
}
textarea:focus, input:focus, select:focus{
	border: 1px solid #1E4164;
}
button {
	padding:7px;
}
fieldset {
	padding:0 6px;
	margin:5px 0;
	background-image:url(../images/bg_80_white.png);
}
label{
	font-size: 12px;
	font-weight:bold;
	color: #0f2338;
}
hr{
	margin:8px 4px;
}
#form_row_1{
	float:left;
	width:300px;
	margin-left:10px;
}
#form_row_2{
	float:right;
	width:420px;
	margin-right:10px;
}


/* ----------------------------------Testimonial Pages */
.lq-testimonial{
	background-color: #ffffff;
	border-bottom: 2px #000000 solid;
	display: block;
	 left: 100%; 
	/*margin-top:2%;*/
	height: 100%;
	padding-top: 120px;
	position: absolute;
	width: 100%;
}
.lq-recruit-text p{
	font-size: 11pt;
}
.lq-testimonial-text{
	/* margin:0px 170px; */
	text-align: left;
}
.lq-testimonial-text p{
	/*font-family: "Times New Roman", Georgia, Serif;
	font-size: 14pt;
	 font-style: italic; 
	line-height: 190%;
	width: 100%;
	margin:0;*/
}
.lq-quote-line{
	background-color: #9E9E9E;
	display: inline-block;
	height: 1px;
	margin-bottom: 12px;
	position: relative;
	width: 100%;
}
.lq-quote-line.left{
	margin-left: 82px;
}
.lq-quote{
	background-repeat: no-repeat;
	height: 23px;
	position: relative;
	top: -32px;
	width: 28px;
}
.lq-quote.left{
	background-image: url(../images/quote-left.jpg);
	float: left;
}
.lq-quote.left.gray{
	background-image: url(../images/quote-left-gray.jpg);
}
.lq-quote.right{
	background-image: url(../images/quote-right.jpg);
	float: right;
}
.lq-quote.right.gray{
	background-image: url(../images/quote-right-gray.jpg);
}
.lq-testimonial-sig{
	float: right;
	font-style: normal;
	margin: 20px 0;
}
.lq-testimonial-pic{
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	float: left;
	height: 222px;
	margin-right:12px;
	width: 180px;
	vertical-align: top;
}
#lq-testimonial-pic-01{
	background-image: url(../images/testimonial_natina.jpg);
}
#lq-testimonial-pic-02{
	background-image: url(../images/testimonial_lou.jpg);
}
#lq-testimonial-pic-03{
	background-image: url(../images/testimonial_winston.jpg);
}
#lq-testimonial-pic-04{
	background-image: url(../images/testimonial_olivia.jpg);
}
#lq-testimonial-pic-05{
	background-image: url(../images/testimonial_larry.jpg);
}
#lq-testimonial-pic-06{
	background-image: url(../images/testimonial_joann.jpg);
}
#lq-testimonial-pic-07{
	background-image: url(../images/testimonial_pareen.jpg);
}
#lq-testimonial-pic-08{
	background-image: url(../images/testimonial_joann.jpg);
}

/* --------------------------------------------Columns */
.lq-column{
	float: left;
	padding: 1.25%;
	width: 45.5%;
}
.lq-column.left{
	margin-right: 2%;
}
.lq-column.right{
	margin-left: 2%;
}
.lq-column h2{
	background-color: #ddd;
	text-align: center;
}


/* ------------------------------------------Side Menu */
.lq-sub-side{
	border-left: 1px solid #b7b7b7;
	margin-left: 200px;
	padding-left: 20px;
}

.lq-sub-side h1, .lq-sub-side h2, .lq-sub-side h3{
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.lq-sub-side li{
	font-size:.9em;
}
.lq-sub-menu {
    float: left;
	padding-top: 150px;
    width: 200px;
}
.lq-sub-menu  a:first-child{
	background-image: none;
	color: #1968a8;
	font-weight: bold;
	padding-left: 0px;
}
.lq-sub-menu  a{
	background-image: url("../images/bul_04.gif");
    background-position: 0 8px;
    background-repeat: no-repeat;
	color: #222222;
	display: block;
	font-size: 11pt;
	height: 28px;
    padding-left: 16px;
    vertical-align: middle;
}
.lq-sub-menu  a:hover{
	text-decoration: underline;
}

/* Innovation */	
	.lq-sub-inno{
		/*background-color: #EEEEEE;*/
		/*background-image:url(../../static/images/inno-bg.png);
		background-repeat:no-repeat;
		background-position: center;*/
		
				
		border: #cc0000 solid 3px;
		text-align: center;
		margin: 18px auto;
		padding:0;
	} 
	.lq-sub-inno p{
		color:black;
		padding:14px 18px 4px;	
	}
	.lq-sub-inno-title{
		background-color:#ffffff;
		background-image:url(../images/inno-title-white.png);
		background-repeat:no-repeat;
		background-position: center;
		height: 21px;
		margin:-11px auto 0px auto;
		width: 160px;
	}
	.lq-light-gray-bg .lq-sub-inno-title{
		background-color:#DDDDDD;
		background-image:url(../images/inno-title-gray.png);
	}
	
	/* Quotes*/
	.lq-light-gray-bg .lq-quote.left{
		background-image: url(/static/images/quote-left-gray.jpg);
	}
	.lq-light-gray-bg .lq-quote.right{
		background-image: url(/static/images/quote-right-gray.jpg);
	}
		
	.lq-sub-quote{
		margin: 30px auto;
		border-bottom: 1px #9E9E9E solid;
		border-top: 1px #9E9E9E solid;
		
	}
	.lq-sub-quote.small{
		width:92%;
	}
	.lq-sub-quote p{
		color:#555555;
		font-size:.95em;
		margin:12px 30px;
		text-align:center;
	}

	.lq-sub-quote .lq-sub-quote-name{
		color:#000000;
		font-size:.85em;
		text-align: center;
		padding: 0;
	}
	.lq-quote.left{
		top:-12px;
	}
	.lq-quote.right{
		top:-12px;
	}
		
		
	.lq-tab-section{
		display:none;
		padding:0;
	}
	
.lq-sub-tool{
	background-position: 0 8px;
	background-repeat: no-repeat;
	padding:0 16px 0 120px;
	position:relative;
}
.lq-sub-tool .lq-link-red-box{
	left:0px;
	margin-left:6px;
	position: absolute;
	top:106px;
}
		
	/*accordion sections*/
	.accordion{
		padding: 0px;
		padding-bottom:50px;
	}
	.accordion h2{
		color:#444444;
		font-size:1.8em;
	}
	.writeup ul:first-child{
		color:#000;
		font-size:.95em;
		/*font-weight:bold;*/
		margin:4px 0 22px;
		padding:0 0 16px 20px; 
		border-bottom:1px solid #aaa;
		list-style: none;
		
	}
	.writeup ul:first-child li{
		margin-bottom:.6em;
		margin-left:-18px;
		padding-left:18px;
		background-image:url(../images/bul_02.gif);
		background-size:8px;
		background-repeat: no-repeat;
		background-position: 0 7px;
	}

	/*.writeup .lq-image-caption{
		padding:0 22px 0 0;
	}*/

	.img-container{
		height:243px;
		overflow:hidden;
		margin-bottom:12px;
		/*padding:0 22px 0 0;*/
	}
	.accordion .writeup{
		display:block;
		max-height:260px;
		overflow:hidden;
		transition: max-height 0.5s ease-out;
	}
	.writeup img{
		padding:0;
	}
	.btn-more {
		background-image:url(../images/lq-accordion-arrow.png);
		background-repeat:no-repeat;
		display:block;
		height: 15px;
		position:relative;
		left:470px;
		top:32px;
		width:40px;
		transition: 0.4s;
	}

	.btn-more.active {
		background-image:url(../images/lq-accordion-arrow-up.png);
	}

	.panel {
		padding: 0px;
		background-color: white;
		max-height: 400px;
		overflow: hidden;
		transition: max-height 0.5s ease-out;
	}
	.panel h2 {
		color: #444444;
		font-size: 1.8em;
	}
		
	/*tab title*/
	.lq-tab-title-box{
		padding-bottom:12px;
		text-align:center;
	}
	.lq-tab-title-box h2{
		text-transform: uppercase;
		color:#444444;
		border-bottom:1px #aaa solid;
		width:70%;
		padding-bottom:20px;
		margin:22px auto 6px;
	}
#lq-methods{
	background-color:#181818;
	background-image:url(../images/lq-methods.jpg);
}
#lq-sw-tools{
	background-color:#181818;
	background-image:url(../images/lq-sw-tools.jpg);
}
#lq-3datalinq-sub{
	/*background-color:#aa6a1e;*/
	background-color:#181818;
}
#lq-lynx-sub{
	/*background-color:#aa6a1e;*/
	background-color:#181818;
}

/* News */	
.article{
	/*width: 800px;*/
}
.article h1{
	text-align: center;
}
.article h1 {
	margin: 60px 0 10px;
	padding:0;
}
.article h2 {
	font-size: 1.6em;
	margin-bottom: 20px;
	padding:0;
}
.article img{
	display: block;
	width:100%;
}
.story{
	height: 360px;
	overflow: hidden; 
}
.story-image{
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	transition: all 0.7s ease;
}
.story-image:hover{
	transform: scale(1.3) rotate(3deg);
}
#news{
	padding-top:22px;
	overflow:auto;
}
#news .section{
	max-width:1500px;
	width:80%;	
}
.imagelinks .section .col, #news .section .col{
	background-color:gray;
	background-position: center;
	background-size: cover;
	margin-bottom:22px;
	position: relative;
			
	-webkit-box-shadow: 0px 3px 7px -1px rgba(0,0,0,0.64);
	-moz-box-shadow: 0px 3px 7px -1px rgba(0,0,0,0.64);
	box-shadow: 0px 3px 7px -1px rgba(0,0,0,0.64);		
}
.imagelinks p, imagelinks a, #news p, #news a{
	color:#666666;
	font-size:.9em;
	line-height: 1.3em;
	text-align: center;
}
.imagelinks h3, #news h3{
	color:#444;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.1em;
	padding:0 0 6px 0;
}
.imagelinks .desc, #news .desc{
	background-color: #ffffff;
	bottom: 0;
	min-height: 100px;
	padding: 1%;
	position: absolute;
	height:auto;
	overflow:visible;
	width:98%;
}
.imagedesc p{
	text-align:center;
	color:#444;
	line-height: 1.4em;
	padding-bottom: 12px;
}
.imagedesc h3{
	padding:0;
}
.eventbox{
	background:linear-gradient(to right, #315a75 0%,#648297 100%);
	background-size:cover;
	height: 100%;
	min-height:320px;
	position: relative;
}
.eventbox h3, .eventbox p{
	color:#ffffff;
	margin: 0 20px;
	text-align: left;
}
.iconbox .col{
	text-align: center;
}
.iconbox h3 {
	color: #005591;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0 0.5em;
	text-transform: uppercase;
}
.iconbox img {
	padding: 1em 0.5em 0;
	width: 50%;
	max-width: 160px;
}
.pdf-bg-blue{
	height: 230px;
	overflow: hidden;
}
.pdf-bg-blue .story-image{
	background-image: url(/static/images/pdf_bg_blue.jpg)
}
.pdf-bg-blue .pdf-tile{
/*	color: #89bad4;*/
	color: #cfe3ee;
	font-size: 1.5em;
	font-weight: bold;
	position:absolute;
	text-align: center;
	top:8px;
	width: 100%;
}
.pdf-bg-blue .desc{
	color: #333333;
	min-height: 20px;
	padding: 2% 4%;
	width: 92%;
}

.pdf-bg-blue:hover .desc{
	text-decoration: underline;
}

.bio img{
	max-width: 240px;
	padding: 2em 0 0em;
	margin: 0 auto;
	display: block;
}

/* Cookie Banner */
#cookies {
	align-items: center;
	background-color: #000;
	bottom: 0px;
	color: #fff;
	display: flex;
	font-size: 0.9em;
	justify-content: center;
	position: fixed;
	padding: 1em 2%;
	width: 96%;
	z-index: 2000;
}
#cookie-accept {
	background-color: #777;
	border: none;
	color: white;
	border-radius: 2px;
	cursor: pointer;
	margin-left: 1em;
	padding: 0.4em 0.75em;
}

