/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */
	
/* #Site COLORS
================================================== 
	dark gray			#333
	lighter gray text 	#555
	orange				#fe7e02
	bright blue			#0249b8
*/	

/* #Site Styles
================================================== */
html, body { height: 100%; }

body {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #555;
}

.placeholder {
	height: 400px;
}

.supercontainer {
	position: relative;
	float: left;
	width: 100%;
	background-color: #fff;
	z-index: 1;               /* z-index only works on positioned elements */
	padding: 10px 0;
}

.highlights{display:none;}

.halfdivider {
	float: left;
	width: 100%;
	height: 1px;
	margin: 50px auto;
}

.halfdivider div {
	width: 50%;
	margin: 0px auto;
}

.gray { border-top: 1px solid #ccc; }

p {
	font-family: "Exo 2",Arial,Helvetica,sans-serif;
    font-size: 1.3em;
    font-weight: 300;
	color: #555;
	line-height: 30px;
}

p.fullWidth::after {
    content:'';
    display:block;
    clear: both;
}

li {
	color: #555;
}

.superscript {
    position: relative;
    bottom: 0.3em;
    font-size: 0.8em;
}

/* NAV */

.phoneMain {
	float: right;
	margin-right: 20px;
}

.phoneMain a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 2em;
	letter-spacing: -.015em;
	line-height: 40px;
	color: #999;
	text-decoration: none;
}

.phoneMain a:hover {
	color: #333;
}


.navigation {
	z-index: 2;	             		/* z-index only works on positioned elements */
	position: relative;      
  	left: 0;
 	padding: 0px 0px 0px 0px;
}

.navigation,
.header {   
	background-color: #fff;    	
}

.header {
	display: none;					/* hide side menu and main logo when on large screen */
	padding: 10px 0px 5px 0px;
}     

.navigation #header-logo {					/* show logo in nav for large screen */
	display: block;
}    


/* all nav */
#mobile-logo {
    display: none;
}
.navigation #header-logo {
	float: left;
	margin: 5px 0px;
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.25em;
	letter-spacing: -.015em;
	line-height: 20px;
	color: #333;
	text-decoration: none;
}
	
ul#nav {
	position: relative;
	clear: right;
	float: right;
	height: auto;
	text-align: right;
	padding: 0px;
	margin: 0px;
	z-index: 2;
}

ul#nav ul {
	position: relative;
	height: auto;
	text-align: right;
	padding: 0px;
	margin: 0px;
	z-index: 2;
}

ul#nav li {
	position: relative;
	display: inline-block;
	padding: 0px 20px;
	line-height: 58px;
	margin-bottom: 0px;
	
}


ul#nav li a {
	font-family: 'Exo 2', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #333;
	text-decoration: none;
	letter-spacing: .02em;
	display: block; 

}

ul#nav li:hover,
ul#nav li.active {
	background-color: #333;

}

ul#nav li:hover > a,
ul#nav li.active a {
	color: #fff;
}

/* all levels below main */

ul#nav ul li {
	padding: 0px 25px 0px 25px;
	white-space:nowrap;
	display: block;
	text-align: left;
	line-height: 46px;
}

ul#nav ul li:hover {
	background-color: #555;
}

ul#nav ul li a {
	font-family: 'Exo 2', Arial, Helvetica, sans serif;
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: .05em;
	color: #FFF;
}

ul#nav ul li a:hover {
	color: #fe7e02;
}


/* second level  */
ul#nav ul.second { 
	position: absolute;
	top: 58px;
	/* display: none;					ipad dropdown issue when using left to toggle visibility of menu, change to toggle display none/block */
	left: 0px;
	padding: 0px;
	background-color: #555;
	z-index: 3;
}


/* third & fourth level */

ul#nav ul.third,
ul#nav ul.fourth { 
	position: relative;
	left: 0;
	top: 0px;
	display: block;
	padding: 0;
	background-color: #555;
	z-index: 3;
	text-indent: 20px;
}

ul#nav ul.fourth { 
	text-indent: 40px;
}

ul#nav ul.third li,
ul#nav ul.fourth li {
	padding: 0;
}

ul#nav ul.second li a,
ul#nav ul.third li a,
ul#nav ul.fourth li a {
	border-top: 1px solid #777;
}

ul#nav ul.second li:first-child a,
ul#nav ul.third li:first-child a,
ul#nav ul.fourth li:first-child a {
	border-top: 0;
}

ul#nav a.mm-subopen {
	border: 0 !important;
}

ul#nav ul.third li a:not(.mm-subopen)::before {
	content: '- ';
}

ul#nav ul.fourth li a:not(.mm-subopen)::before {
	content: '-- ';
}

ul#nav a.not-clickable:hover {
	color: #fff;
	cursor: default;
}
	




/* Tablet Portrait size and up (devices and browsers) */      /* tablet & larger */
/* ipad dropdown issue when using left to toggle visibility of menu, change to toggle display none/block */
	@media only screen and (min-width: 768px)  {
		ul#nav ul { 
			display: none;
			
		}
		
		ul#nav li.second:hover ul.second,
		ul#nav li.third:hover ul.third,
		ul#nav li.fourth:hover ul.fourth {
			display: block;
		}
		
		
	}



/* PAGE HEADER */

.pageHeader {
	background-color: #333;
}

.pageHeader h1,
.pageHeader h2 {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 2em;
	color: #fff;
	margin: 10px 0px 5px 0px;
	line-height: 50px;
}

.pageHeader h4 {
	text-align: right;
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	margin: 0;
	line-height: 30px;
}

.pageHeader h4 a {
	text-align: right;
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #fe7e02;
	margin: 0;
	line-height: 30px;
	text-decoration: none;
	margin-left: 5px;
}

.pageHeader h4 a:hover {
	color: #fff;
	text-decoration: underline;
}
		




/* CONTACT BAR */

.quoteBar {
	background-color: #555;
	padding: 30px 0px;
	text-align: center;
	border-bottom: 6px solid #fe7e02;
}

.quoteInfo {
	width: auto;
	text-align: center;
}

.quoteTitle {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 2em;
	line-height: 40px;
	color: #fff;
}

/*.quoteContact {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 2.4em;
	line-height: 50px;
	color: #fff;
}*/

.quoteContact a {
	display: inline-block;
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.3em;
	color: #fff;
	text-decoration: none;
	background-color: #fe7e02;
	margin: 20px 10px 10px 10px;
	width: auto;
	max-width: 500px;
	padding: 15px 20px;
}

.quoteContact a:hover {
	background-color: #fc9c3e;
}

.quoteContact a.engineers {
	background-color: #376bf0;
}

.quoteContact a.engineers:hover {
	background-color: #5f8bfb;
}

/* FOOTER */


footer.supercontainer {
	background-color: #e2e2e2;
	padding: 50px 0px 70px 0px;
	text-align: center;
}

footer .container {
	padding-top: 20px;
}

footer #footer-logo {
	margin-bottom: 20px;
}

footer #footer-logo img {
	width: 100%;
	max-width: 400px;
	height: auto;
}



footer .contactInfo {
	font-family: 'Exo 2', Arial, Helvetica, sans serif;
	font-weight: 600;
	font-size: 1.8em;
	letter-spacing: .05em;
	line-height: 40px;
	margin-bottom: 50px;
	color: #333;
}

footer .contactInfo a {
	font-family: 'Exo 2', Arial, Helvetica, sans serif;
	font-weight: 600;
	font-size: 1em;
	color: #fe7e02;
	text-decoration: none;
}



footer .contactInfo div {
	display: inline-block;
}

footer .contactInfo span {
	font-weight: 300;
}

footer .cobore {
	font-family: 'Exo 2', Arial, Helvetica, sans serif;
	font-weight: 500;
	letter-spacing: .05em;
	color: #333;
	font-size: 1em;
	margin: 30px 0;
}

footer .cobore a {
	margin-bottom: 30px;
	font-size: 1.8em;
	line-height: 30px;
	font-weight: 600;
	color: #333;
	text-decoration: underline;
}

footer .cobore a:hover {
	color: #fe7e02;
}

footer .copyright {
	font-family: 'Exo 2', Arial, Helvetica, sans serif;
	font-weight: 500;
	letter-spacing: .05em;
	color: #828488;
	font-size: 1em;
}

footer .copyright a {
	color: #828488;
	margin-left: 5px;
}

footer .credits {
	font-family: 'Exo 2', Arial, Helvetica, sans serif;
	font-weight: 500;
	letter-spacing: .05em;
	color: #828488;
	font-size: 1em;
	margin-top: 5px;
}

footer .credits a {
	color: #828488;

}

footer .contactInfo a:hover,
footer .copyright a:hover,
footer .credits a:hover {
	color: #333;
}


/* options for service area links */


footer #serviceAreas h2 {
	font-family: 'Exo 2', Arial, Helvetica, sans serif;
	font-weight: 600;
	font-size: 1.8em;
	letter-spacing: .05em;
	line-height: 40px;
	margin-bottom: 15px;
	color: #203654;
	text-transform: uppercase;
	cursor: pointer;
}

footer #serviceAreas h2::after {
	content: "▸";
	cursor: pointer;
}

footer #serviceAreas h2.open::after {
	content: "▾";
	cursor: pointer;
}

footer #serviceAreas li {
	padding: 10px 0;
}

footer #serviceAreas a {
	font-family: 'Exo 2', Arial, Helvetica, sans serif;
	font-weight: 400;
	font-size: 16px;
	color: #203654;
	text-decoration: none;
}

footer #serviceAreas #statelist {
	display: none;
}

#statelist {
	width: 100%;
	float: left;
	padding-bottom: 40px;
}

#statelist ul {
	margin: 0;
	padding: 0;
	width: 20%;
	list-style-type: none;
	float: left;
}

#statelist li {
	margin: 0;
	padding: 10px 20px;
	list-style-type: none;
}

#statelist li a:hover {
	color: #fe7e02;
}


/* #Page Styles
================================================== */

/* HOME PAGE */

.webinar-block {
	float: left;
	margin: 20px 0 50px 0;
}

.webinar-block h2,
.webinar-block h2 a{
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 2.2rem;
	color: #fe7e02;
	text-decoration: none;
}

.webinar-block h2 a:hover {
	text-decoration: underline;
	color: #000;
}

.webinar-block h3 {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 2em;
	color: #000;
}

a.btn-otc-link {
	display: inline-block;
    margin: 10px auto;
    background-color: #fbad17; /* #1F9CC1;*/
    color: #fff;
    width: auto;
    padding: 21px 27px;
    font-size: 22px;
	font-weight:600;
    text-decoration: none;
    text-transform: uppercase;
    border: 3px solid #fff;
}

/* SLIDESHOW */

#thumbFeatures,
.jshowoff,
.jshowoff div,
.slideshow .jshowoff.thumbFeatures {
	height: auto;
	width: 100% !important;
	max-width: 2600px !important;
	margin: 0px auto;
	position: relative;
	background: transparent !important;
}


#thumbFeatures.absolute div {		/* jshowoff script shows FOUC for slideshow before loading completely and hiding everything but first div. */
	position: absolute;				/* picturefill script takes a second to determine which picture to show, so it briefly shows the largest pictures*/
									/* CSS sets all divs to position absolute.  Once jshowoff loads, jQuery sets everything to position 
										relative by changing the class on #thumbFeatures. */
}

#thumbFeatures img {
	width: 100%;
}


.slideshow .caption {
	background: transparent none repeat scroll 0 0;
    top: 50%;
    box-sizing: border-box;
    color: #fff;
    display: block;
    left: 0;
    overflow: hidden;
    padding: 0 10px;
    position: absolute;
    width: 100%;
	text-align: center;
    z-index: 8;
	bottom: 0;
	overflow: visible !important;
}

.slideshow .backgroundBox {
	width: 500px !important;
	height: auto !important;
	margin: 0px auto -25px auto;
	background-color: #fff !important;
	border: 1px solid #ccc;
	padding: 20px 40px 0px 40px;
	min-height: 160px;
	/*opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);*/
	overflow: visible;
}


.slideshow .caption h1 {
	width: 100%;
	float: left;
	margin: 0px auto 10px auto;
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 2.5em;	
	color: #000;
	letter-spacing: .02em;
	text-decoration: none;
	line-height: 36px;
}

.slideshow .caption h1 span,
.slideshow .caption h2 span{
	color: #fe7e02;
}

.slideshow .caption h2 {
	width: 100%;
	float: left;
	margin: 0px auto 10px auto;
	padding: 0;
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1.8em;
	color: #000;
	letter-spacing: .02em;
	text-decoration: none;
	line-height: 1.2em;
}

.slideshow h3 a {
	display: block;
	background-color: #fe7e02;
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1em;	
	color: #fff;
	letter-spacing: .02em;
	text-decoration: none;

}

.slideshow .caption h3 a:hover {
	color: #094583;
	text-transform: underline;
}

.slideshow .slide-btn {
	width: 97%;
	height: auto !important;
	margin: 0px auto;
	padding: 0;
	position: absolute;
	left: 0;
	/*bottom: -25px;*/
}

.slideshow .slide-btn a {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1.4em;
	color: #fff;
	position: relative;
	overflow: visible;
	padding: 15px 25px;
	background-color: #fe7e02;
	border: 0px !important;
	text-decoration: none;
	text-transform: uppercase;
}

.slideshow .slide-btn a:hover {
	text-decoration: underline;
}

.slideshow .slide-btn a span {
	font-size: .8em;
	font-weight: 400;
}

/* text block */

.fullTextBlock {
	float: left;
	width: 100%;
	text-align: center;
}

.fullTextBlock h1.textTitle {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	line-height: 38px;
	font-weight: 700;
	color: #333;
	margin: 0px 0px 20px 0px;
}

.fullTextBlock h2.textBody {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: 300;
	color: #555;
	line-height: 30px;
	margin: 0px auto;
	width: 80%;	
}

.fullTextBlock h5 {
	font-family: "Exo 2",Arial,Helvetica,sans-serif;
    font-size: 1.5em;
    font-weight: 700;
	color: #333;
	line-height: 30px;
	margin: 20px auto;
	width: 60%;
	padding: 0;
}

.fullTextBlock a {
	font-family: "Exo 2",Arial,Helvetica,sans-serif;
    font-size: 1.5em;
    font-weight: 500;
	color: #fe7e02;
}

.fullTextBlock a:hover {
	color: #333;
}

/* features */

a.career-btn {
	display: block;
	padding: 20px;
	background-color: #376bf0;
	margin: 0 auto 30px auto;
	width: 80%;
	max-width: 400px;
	color: #fff;
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.8em;
	text-decoration: none;
}

a.career-btn:hover {
	color: #fff;
	background-color: #1644b9;
}

.features {
	padding: 40px 0px 50px 0px;
	text-align: center;
}

.featureBlock {
	display: inline-block;
	margin: 0px 20px;
	width: 320px;
	vertical-align: top;
}

.featureBlock img {
	border-radius: 100%;
	max-width: 150px;
}

.featureBlock h3 {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.5em;
	line-height: 26px;
	color: #333;
	margin-top: 20px;
}

.featureBlock h4 {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 1.3em;
	color: #333;
}

/* text area */

.textArea {
	padding: 0px;
	background: url(../images/home-text-area-bg2.jpg) center top/cover no-repeat #fff;
	height: 498px;
}

.textBlock {
	width: 100%;
	padding: 200px 0 0 0;
}

.textBlock h3 {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 4.2em;
	color: #fff;
	margin: 30px 0px;
	line-height: 1em;
}

.textBlock h4 {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.4em;
	line-height: 36px;
	color: #fff;
}

/* 2024 HOME PAGE DESIGN */

h2.section-divider {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	color: #fe7e02;
	text-align: center;
	margin: 60px auto 20px auto;
	font-weight: 600;
}

.home-blocks .halfdivider {
	margin: 20px auto;
}

.wide-block {
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 20px 0 50px 0;
	margin: 10px 0 20px 0;
}

.wide-block img {
	width: 100%;
	height: auto;
}

.wide-block.main {
	background: url("../images/home-vacuum-flasks.jpg") center top/cover no-repeat #fff;
	padding: 90px 0 50px 0;
}

.wide-block .text-area {
	width: 55%;
	margin: 0 auto;
}

.wide-block h1, 
.wide-block h2,
.wide-block h3,
.wide-block h4 {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}

.wide-block h1 {
	font-weight: 600;
	font-size: 43px;
	
}

.wide-block h3 {
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
}

.wide-block h4 {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.offset-block {
	display: flex;
	justify-content: center;
	width: 70%;
	margin: 0 auto 50px auto;
}

.offset-block img {
	max-width: 300px;
	border: 1px solid #333;
	padding: 20px 10px 40px 10px;
}

.offset-block .text {
	font-size: 24px;
	line-height: 32px;
	margin: 40px;
}

.half-blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.half-blocks .half {
	width: 49%;
	margin: 0 0 10px 0;
	
}

.half-blocks .image {
	padding: 30px;
	display: flex;
	align-content: flex-end;
	flex-wrap: wrap;
	height: 260px;
}

.half-blocks .ondemand {
	background: url(../images/hp-on-demand3.jpg) center top/cover no-repeat #fff;
}

.half-blocks .engineering {
	background: url(../images/hp-engineering.jpg) center top/cover no-repeat #fff;
}

.half-blocks .manufacturing {
	background: url(../images/hp-manufacturing.jpg) center top/cover no-repeat #fff;
}

.half-blocks .testing {
	background: url(../images/hp-testing.jpg) center top/cover no-repeat #fff;
}

.half-blocks h1, 
.half-blocks h2,
.half-blocks h3,
.half-blocks h4 {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	width: 100%;
}

.half-blocks h2 {
	font-weight: 600;
	font-size: 34px;
	line-height: 34px;
}

.half-blocks h3 {
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
}

.half-blocks h4 {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.half-blocks p {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 300;
	color: #555;
	line-height: 19px;
	margin: 10px;
}

.home-more-btn,
.home-more-btn:visited {
	display: block;
	padding: 10px 20px;
	margin: 10px 0 0 0;
	max-width: 200px;
	background:#fe7e02;
	border: 0px;
	outline: none;
	border-radius: 0px;
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:#ffffff;
	text-transform: uppercase;
	text-align: center;
	text-shadow: none;
	text-decoration: none;
}
.home-more-btn:hover{
	background:#fc8d0f;
	color: #333;
}


/* CAPABILITIES */

/*.hdrText {
	position: absolute;
	top: 0px;
	text-align: center;
	padding: 140px 250px;
}

.hdrImage img {
	width: 100%;
}

.hdrText h2 {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 3em;
	color: #fff;
	margin-bottom: 40px;
	line-height: 44px;
	text-shadow: 0 1px 0 #000;
}

.hdrText h3 {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 2.3em;
	color: #333;
}*/

.milestones .featureRow {
	position: relative;
	float: left;
	width: 100%;
	padding: 20px 0px;
	border-bottom: 1px solid #e2e2e2;
}

.milestones .year {
	width: 15%;
	float: left;
	text-align: left;
	margin-right: 20px;
	vertical-align: middle;
	font-family: "Exo 2",Arial,Helvetica,sans-serif;
    font-size: 1.4em;
    font-weight: 700;
	line-height: 30px;
}

.milestones .description {
	width: 75%;
	float: left;
	font-family: "Exo 2",Arial,Helvetica,sans-serif;
    font-size: 1.3em;
    font-weight: 300;
	color: #333;
	text-align: left;
	line-height: 30px;
}

/* INDUSTRIES */

.industries .featureRow {
	position: relative;
	float: left;
	width: 100%;
	padding: 20px 0px;
	border-bottom: 1px solid #e2e2e2;
}
.industries .industry {
	width: 25%;
	float: left;
	text-align: left;
	margin-right: 20px;
	vertical-align: middle;
	font-family: "Exo 2",Arial,Helvetica,sans-serif;
    font-size: 1.4em;
    font-weight: 700;
	line-height: 30px;
}

.industries .description {
	width: 70%;
	float: left;
	font-family: "Exo 2",Arial,Helvetica,sans-serif;
    font-size: 1.3em;
    font-weight: 300;
	color: #333;
	text-align: left;
	line-height: 30px;
}

/* MEMBERSHIPS */

.memberships .featureRow {
	position: relative;
	float: left;
	width: 100%;
	padding: 20px 0px;
	border-bottom: 1px solid #e2e2e2;
}
.memberships .logo {
	width: 65%;
	float: left;
	text-align: left;
	vertical-align: top;
	font-family: "Exo 2",Arial,Helvetica,sans-serif;
    font-size: 1.3em;
    font-weight: 300;
	line-height: 30px;
}

.memberships .description {
	width: 25%;
	float: left;
	font-family: "Exo 2",Arial,Helvetica,sans-serif;
    font-size: 1.4em;
    font-weight: 700;
	color: #555;
	text-align: left;
	line-height: 26px;
}

.memberships .description a {
	font-weight: 500;
}

.memberships img.circular {
	max-width: 160px;
	margin: 0 25px 0 50px;
}

.memberships img.rectangular {
	max-width: 300px;
	margin: 0 25px 0 50px;
	vertical-align: top;
}

/* LEADERSHIP */

.member {
	position: relative;
	float: left;
	width: 100%;
	padding: 20px 0px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 19px;
    color: #555;
    font-family: "Exo 2",Arial,Helvetica,sans-serif;
    font-weight: 300;
    line-height: 30px;
}

.name,
.title,
.email,
.phone {
	float: left;
	text-align: left;
}

.title {
	width: 30%;
}

.email,
.phone {
	width: 25%;
}

.name {
	width: 20%;
	font-weight: 700;
}

/* CONTACT */

.map {
	float: left;
	width: 720px;
	margin: 0px 60px 40px 0px;
}

.map iframe {
	width: 100%;
	height: 475px;
}

.mapInfo p {
	font-family: "Exo 2",Arial,Helvetica,sans-serif;
    font-size: 1.3em;
    font-weight: 300;
	color: #333;
	line-height: 30px;
}

/* TRADE SHOWS */

#trade-shows h1 {
	text-align:center;
	font-size: 2.8em;
	margin-top: 30px;
	float: none;
}

#trade-shows h2 {
	text-align:center;
	width: 80%;
	float: none;
	margin: 20px auto;
	border: 0;
	font-size: 2em;
}

#trade-shows h3 {
	text-align:center;
	font-size: 1.6em;
	background-color: transparent;
	color: #0078c1;
}

#trade-shows .conference-map {
	float: left;
	
}

#trade-shows .map-link {
	float: left;
	width: 20%;
}

#trade-shows .map-link a {

    font-weight: bold;
    color: #000;
    font-size: 2em;
    text-decoration: none;
    line-height: 1.2em;

}

#trade-shows .map-photo {
	float: right;
	width: 78%;
}

#trade-shows .map-photo img {
	width: 100%;
	max-width: 1000px; 
}

/* CERTIFICATIONS */

.certifications .featureRow {
	position: relative;
	float: left;
	width: 100%;
	padding: 20px 0px;
	border-bottom: 1px solid #e2e2e2;
}

.certifications .title {
	width: 25%;
	float: left;
	text-align: left;
	margin-right: 20px;
	vertical-align: middle;
	font-family: "Exo 2",Arial,Helvetica,sans-serif;
    font-size: 1.4em;
    font-weight: 700;
}

.certifications .description {
	line-height: 30px;
	width: 65%;
	float: left;
	font-family: "Exo 2",Arial,Helvetica,sans-serif;
    font-size: 1.3em;
    font-weight: 300;
	color: #333;
	text-align: left;
}

.certifications .description img.circular {
	max-width: 180px;
	margin: 15px 25px 0 0;
}

.certifications .description img.rectangular {
	max-width: 280px;
	margin: 15px 25px 0 0;
	vertical-align: top;
}



/* STATIC */


.static {
	padding: 40px 0px;
}

.static a,
.static a:visited,
.static a:active,
.static a:focus {
	color: #fe7e02;
}

.static a:hover {
	color: #333;
}

.static h1 {
	float: left;
	width: 100%;
	font-family: "Exo 2",Arial,Helvetica,sans-serif;
    font-size: 2em;
    font-weight: 600;
	color: #fe7e02;
	line-height: 32px;
	margin: 0 0 20px 0;
	padding: 0;
}

.static h2 {
	float: left;
	width: 100%;
	font-family: "Exo 2",Arial,Helvetica,sans-serif;
	font-size: 1.7em;
	font-weight: 600;
	color: #333;
	line-height: 32px;
	margin: 10px 0 20px 0;
	padding: 0;
	border-bottom: 1px solid #e2e2e2;
}

.static h3 {
	float: left;
	width: 98%;
	font-family: "Exo 2",Arial,Helvetica,sans-serif;
    font-size: 1.4em;
    font-weight: 600;
	color: #000;
	line-height: 26px;
	margin: 0 0 20px 0px;
	padding: 5px 8px;
	background-color: #e2e2e2;
}


.static h4 {
	float: left;
	width: 98%;
	font-family: "Exo 2",Arial,Helvetica,sans-serif;
    font-size: 1.3em;
    font-weight: 600;
	color: #fff;
	line-height: 30px;
	margin: 40px 0px 20px 0px;
	padding: 5px 8px;
	background-color: #555;
}

.static h5 {
	font-family: "Exo 2",Arial,Helvetica,sans-serif;
    font-size: 1.5em;
    font-weight: 700;
	color: #333;
	line-height: 30px;
	margin: 0 0 20px 0;
	padding: 0;
}

.static ul {
	width: 100%;
	list-style-type: disc;
	padding: 0px 20px;
}



.static ol {
	width: 100%;
	padding: 0px 20px;
	margin-left: 0;
}



.static ul.floater {
	float: left;
}

.static ul.double {
	columns: 2; 
	-webkit-columns: 2; 
	-moz-columns: 2;
}

.static ul ul {
	list-style-type: circle;
}

.static ul li,
.static ol li {
	padding: 3px 10px;
	font-size: 19px;
	font-weight: 300;
	line-height: 24px;
}

.static ul ul li {
	font-size: 17px;
}


.static ul.testimonials li {
	font-style: italic;
}

.static img.diagram {
	margin: 0 35px 15px 0;
	width: 100%;
	max-width: 700px;
}

.static img.groupPic {
	float: left;
	margin: 0 0 20px 0;
	border: 0;
	width: 24.9%;
	max-width: 400px;
}

.static img.groupPic.double {
	max-width: none;
	max-height: 225px;
	width: auto;
}

.static .triple-pic-group {
	display: flex;
	justify-content: space-between;
	flex-wrap:nowrap;
}

.static img.triplePic {
	width: 32%;
	max-width: 400px;
}


.static img.staticLogo {
	float: left;
	margin: 0 3% 15px 0;
	border: 1px solid #ccc;
	width: 30%;
	max-width: 400px;
}

.static img.staticPic {
	float: left;
	margin: 0 35px 15px 0;
	border: 1px solid #ccc;
	width: 100%;
	max-width: 400px;
}

.static img.staticPic.rightside {
	float:right;
	margin: 0 0 15px 35px;
}

.static img.staticPic.vertical {
	max-width: 300px;
}

.static .staticPicWithCaption {
	max-width: 400px;
	float: left;
	margin-left: 0px;
	margin-right: 30px;
	line-height: 1.3em;
}

.static .staticPicWithCaption.rightside {
	float:right;
	margin-left: 30px;
	margin-right: 0px;
	
}

.static .staticPicWithCaption.large {
	max-width: 750px;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	line-height: 1.3em;
}



.staticPicGroup {
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.staticPicGroup .staticGroup1 {
	width: 62%;
}

.staticPicGroup .staticGroup2 {
	width: 33%;
}

.staticPicGroup .staticGroup1 img,
.staticPicGroup .staticGroup2 img {
	width: 100%;
}


.static .caption {
	margin-bottom: 25px;
	font-size: 13px;
}

.static .staticcolumn.left {
	float: left;
	width:55%;
}

.static .staticcolumn.right {
	float: right;
	width:40%;
	max-width: 400px;
}

.static .staticcolumn .staticPic {
	margin: 0 0 0 0;
}



.static .casestudy {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.static .casestudy .hidden {
	display: none;
}


.static .casestudy img {
	float: left;
	max-width: 300px;
	margin: 0 45px 25px 0;
}

.static .concepts {
	text-align: center;
	width: 60%;
	margin: 0px auto;
}

.static .concepts img {
	width: 100%;
	max-width: 388px;
}

.static.gallery ul,
.static.gallery ul li {
	padding: 0;
	list-style-type: none !important;
	line-height: 40px;
}

.static.gallery ol {
    width: 100%;
    padding: 0;
    margin-left: 0;
}

.static.gallery ol li {
	padding: 3px;
}

.static.gallery .flex-direction-nav a {
	/*top: 35%;*/
}

.static.gallery .flex-direction-nav a::before,
.static.gallery .flex-direction-nav a::after {
    font-family: "Red Hat Display", sans serif;
    font-size: 70px;
    color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.static.gallery p.flex-caption {
    font-size: 16px;
    margin: 10px 0 30px 0;
}

.static.gallery .flex-control-thumbs li {
	width: 10% !important;
}

#careerVideo {
	float: right;
	width: 40%;
	margin-left: 25px;
}	
#careerVideo .video-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 36px;
	color: #000;
	border-bottom: 1px solid #dcdcdc;
}

#careerVideo .video-holder {
	margin-top: 25px;
	text-align: center;
	position: relative;
	padding-bottom:  56.25%; /*- 16:9   45%;*/
	padding-top: 25px;
	height: 0;
}

#careerVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 767px) {
	#careerVideo {
		float: none;
		width: 100%;
		margin: 0 0 25px 0;
	}
}

.static .position {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.static .position h3 {
	float: none;
	font-family: "Exo 2",Arial,Helvetica,sans-serif;
    font-size: 1.4em;
    font-weight: 600;
	color: #223249;
	line-height: 30px;
	background: url("../images/plus.png") no-repeat scroll 95% center #ededed;
    border-bottom: medium none;
    cursor: pointer;
    padding: 5px;
    width: auto;
	max-width: 500px;
}

.static .position h3.minus {
    background: url("../images/minus.png") no-repeat scroll 95% center #ededed;
}

.static .positionDetails {
	display: none;
}

.static ul.pm {
	width: 45%;
	float: left;
	margin-top: 20px;
}

.static.pm ul li {
	line-height: 18px;
}

.static .historypic {
	float: left;
	width: 47%;
	margin: 0 40px 35px 0;
}

.static .historypic:nth-child(2n+1) {
	margin-right: 0;
}

.static .historypic img {
	width: 100%;
	max-width: 580px;
}

.static .process {
	margin: 0;
}

.static .p2 {
	text-indent: 40px;
}
.static .p3{
	text-indent: 80px;
}
.static .p4 {
	text-indent: 120px;
}
.static .p5 {
	text-indent: 160px;
	margin-bottom: 20px;
}

.static table.testing {
	width: 100%;
}

.static table.testing th {
	font-weight: 600;
	padding: 10px;
	text-align: center;
	background-color: #ddd;
	font-size: 16px;
}

.static table.testing td {
	font-size: 18px;
	font-weight: 300;
	padding: 10px;
	border: 1px solid #eee;
}

.static ul.cnc li,
.static ul.tech li {
	clear: left;
}

.static .month {
	float: left;
	width: 100%;
}

blockquote {
    border: 2px solid #ccc;
    display: inline-block;
    margin: 0 0 20px;
    padding: 20px;
    width: auto;
}

.static .react-process-group {
	display: flex;
	flex-wrap:nowrap;
	justify-content: space-between;

}

.static .react-process {
	width: 48%;

}

.investment-opp {
	float: left;
	width: 55%;
	margin: 0 auto 20px auto;
}

.investment-opp h2 {
	text-align: left;
	border: 0;
	font-size: 1.7em;
	line-height: 30px;
	margin: 10px 0 30px 0;
}

.investment-opp h3 {
	text-align: left;
	background-color: transparent;
	margin: 0 0 40px 0;
}

a.btn-investment-opp {
	position: absolute;
	top: -98px;
	right: 20px;
	width: 200px;
}

a.btn-investment-opp img,
a.btn-otc-conf img{
	width: 100%;
	max-width: 174px;
	height: auto;
}

a.btn-investment-opp.btn-home,
a.btn-otc-conf.btn-home{
	top: 112px;
}

a.btn-otc-conf {
	position: absolute;
	top: -98px;
	right: 237px;
	width: 174px;
	display: none;  /* hide till 2019 */
}

.testing-measurements {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 50px;
}

.measurement {
	width: 35%;
	text-align: center;
}

.measurement img {
	width: 100%;
	max-width: 150px;
}

/* OTC Registration */

.otc-registration {
	width: 80%;
	margin:0 auto;
	text-align: center;
}

.static a.registration-btn {
	background:#ef7b2d;
	color:#ffffff;
	font-weight: bold;
	font-size: 19px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 20px 0;
	text-align: center;
	width: auto;
	max-width: 200px;
	border: 0px;
	outline: none;
	border-radius: 0px;
	text-shadow: none;
	display: block;
	margin: 31px auto 6px auto;
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
}
.static .registration-btn:hover{
	background:#fc8d0f;
	border: 0px;
	outline: none;
	border-radius: 0px;
	text-shadow: none;
	color: #ffffff;
}

.static p.appointment {
	font-weight: 600;
	color: #376bf0;
	margin-top:40px;
}

.static a.appointment-btn {
	background:#376bf0;
	color:#ffffff;
	font-weight: bold;
	font-size: 19px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 20px 0;
	text-align: center;
	width: auto;
	max-width: 350px;
	border: 0px;
	outline: none;
	border-radius: 0px;
	text-shadow: none;
	display: block;
	margin: 11px auto 6px auto;
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
}
.static .appointment-btn:hover{
	background:#5f8bfb;
	border: 0px;
	outline: none;
	border-radius: 0px;
	text-shadow: none;
	color: #ffffff;
}



.text-center {
	text-align: center;
}
.offshoreLogo {
	padding-top: 7px;
	padding-bottom: 37px;
}


/* SERVICE AREAS */

.service-areas h3 {
	background-color: #f2f2f2;
}


/*.investment-opp p {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 10px;
}

.investment-opp a {
	float: left;
	display: block;
	margin: 0 auto 15px auto;
	font-size: 20px;
	font-weight: 700;
	width: 100%;
	text-align: center;
}*/

.fancybox-skin {
	padding: 1px !important;
	border-radius: 0;
}

a.fancybox-media img {
	width: 100%;
	margin: 0 0 15px 0;
	border: 1px solid #888;
}

/* CASE STUDIES */

h1.cs-title {
	text-align: center;
	width: 90%;
	padding: 0 5%;
	margin: 20px 0 0 0;
	
}

h2.cs-subtitle {
	text-align: center;
	width: 80%;
	padding: 0 10%;
	margin: 10px 0 40px 0;
	border: 0;
	color: #777;
}

.cs-left {
	float: left;
	width: 25%;
	margin: 0 5% 0 0;
}

.cs-left h4 {
	width:90%;
	margin: 0px 0px 20px 0px;
	padding: 1% 5%;
	background-color: #ddd;
	color: #000;
}

.cs-left p {
	font-size: 1.1em;
	line-height: 24px;
}

.cs-left a.download-btn {
	display: block;
	padding: 15px 20px;
	background-color: #376bf0;
	margin: 20px 0 40px 0;
	width: auto;
	color: #fff;
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.5em;
	text-decoration: none;
	text-align: center;
}

.cs-left a.download-btn:hover {
	color: #fff;
	background-color: #1644b9;
}

.cs-right {
	float: left;
	width: 70%;
	margin: 0 0 0 0;
}

.cs-right img {
	width: 100%;
	height: auto;
}

.cs-right h3 {
	background-color: transparent;
	padding: 0;
	font-size: 1.7em;
	line-height: 32px;
	border-bottom: 1px solid #e2e2e2;
}

.cs-right .cs-caption {
	width: 100%;
	margin: 10px 0 40px 0;
	
}

.cs-right .cs-caption p {
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.3;
}

.cs-right a.react-btn {
	display: block;
	padding: 20px 20px;
	background-color: #fe7e02;
	margin: 30px auto;
	width: auto;
	max-width: 400px;
	color: #fff;
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.7em;
	text-decoration: none;
	text-align: center;
}

.cs-right a.react-btn:hover {
	color: #fff;
	background-color: #df6004;
}

.cs-related {
	float: left;
	width: 100%;
}

.cs-related h4 {
	float: left;
	width: 96%;
	font-family: "Exo 2",Arial,Helvetica,sans-serif;
	font-size: 1.4em;
	font-weight: 600;
	color:	#000;
	line-height: 26px;
	margin: 20px 0px;
	padding: 10px 2%;
	background-color:	#e2e2e2;
}

.cs-related-links {
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cs-related-links a {
	width: 48%;
	font-family: "Exo 2",Arial,Helvetica,sans-serif;
	font-size: 1.3em;
	font-weight: 500;
	color: #fe7e02;
	margin: 10px 0;
	line-height: 1.2;
	text-decoration: underline;
}

.cs-related-links a:hover {
	text-decoration: underline;
	color: #333;
}

.cs-schedule-study {
	float: left;
	width: 90%;
	margin: 60px 0 40px 0;
	background-color: #f5f5f5;
	padding: 60px 5%;
}

.cs-schedule-study .small {
	font-family: "Exo 2",Arial,Helvetica,sans-serif;
	font-size: 1.9em;
	font-weight: 600;
	line-height: 1.1;
	color: #333;
	margin-bottom: 10px;
}

.cs-schedule-study .large {
	font-family: "Exo 2",Arial,Helvetica,sans-serif;
	font-size: 3em;
	font-weight: 600;
	line-height: 1.1;
	color: #fe7e02;
}

.cs-schedule-study .left {
	float: left;
	width: 34%;
	padding: 0;
	margin: 0 0 0 0;
}

.cs-schedule-study .right {
	float: right;
	width: 60%;
	margin: 0 0 0 0;
}


/* #Media Queries
================================================== */

	
	/* larger than 1500  (devices and browsers)  - big desktop screen */
	@media only screen and (min-width: 1500px) {
		
		p,
		.mapInfo p {
			font-size: 19px;
		}
		
		.capabilities .description {
			font-size: 20px;
		}
		
		#thumbFeatures {
			height: 480px;
		}
		
		.slideshow .caption {
		    top: 40%;
		}
		
	}
	
	/* larger than 960 but smaller than 1500 (devices and browsers) - laptop screens & landscape ipad */  /*ORANGE*/
	@media only screen and (min-width: 960px) and (max-width: 1499px) {
		
		.navigation #header-logo {
			margin: 35px 0 0 0;
		}
		
		.navigation #header-logo img {
			width: 250px;
		}
		
		ul#nav > li:last-child:hover ul {
			left: -54px;
		}
		
		ul#nav > li:nth-last-child(2):hover ul {
			left: -147px;
		}
	
		ul#nav li {
			padding: 0 12px;
		}
		
		ul#nav li a {
			font-size: .9em;
		}
		
		ul#nav ul.fourth li {
    		/*width: 100px;
			padding: 0 10px;*/
		}
		
		.phoneMain {
			margin-right: 10px;
		}
		
		#thumbFeatures {
			height: 350px;
		}
		
		.slideshow .backgroundBox {
			width: 400px !important;
		}
		
		.slideshow .caption {
			top: 45%;
		}
					
		.thumbFeatures p.jshowoff-controls {
			top: 50%;
		}
		

		.featureBlock {
			width: 270px;
		}

		.featureBlock img {
			width: 80%;
		}
		
		.map {
			width: 580px;
		}

		.nkw {
			width: 85%;
		}

		.hdrText {
			padding: 80px 70px;
		}
		
		.capabilities .description { 
			width: 40%;
		}
		
		.capabilities .description.threeline {
			height: 90px;
			margin-top: -45px;	
		}
		
		.capabilities .icon img {
			max-width: 400px;
		}
		
		.static ul li {
			font-size: 16px;
			line-height: 24px;
		}
		
		.static ul ul li {
			font-size: 16px;
		}
		
		a.btn-investment-opp,
		a.btn-otc-conf {
			top: -91px;
			width: 180px;
		}

		
	}
	
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
	
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */      /* BLUE */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		.wide-block {
			padding: 40px 0;
		}
		
		.wide-block .text-area {
			width: 80%;
		}
		
		.navigation #header-logo {	
			font-size: .9em;
		}
	
		.navigation #header-logo img {
			width: 240px;
		}
		
		#thumbFeatures {
			height: 320px;
		}
		
		.slideshow .backgroundBox {
			width: 400px !important;
		}
		
		.slideshow .caption {
			top: 45%;
		}
					
		.phoneMain {
			margin-right: 7px;
		}
		
		.phoneMain a {
			font-size: 2em;
		}
		
		ul#nav ul.second {
			top: 46px;
		}

		ul#nav li {
			padding: 0 16px 10px 16px;
			line-height: 36px;
		}
		
		ul#nav li a {
			font-size: .9em;

		}
		
		ul#nav > li:last-child:hover ul {
			left: -45px;
		}
		
		ul#nav > li:nth-last-child(2):hover ul {
			left: -139px;
		}
		
		ul#nav ul.fourth li {
    		/*width: 100px;*/
			
		}
		
		.featureBlock {
			width: 200px;
		}

		.featureBlock img {
			width: 80%;
		}
		
		.featureBlock h4 {
			font-size: .9em;
		}
		
		.textArea { height: 350px; }
		
		.textBlock {
			padding: 150px 0 0 0;
		}
		
		.textBlock h3 {
			margin: 0px 0px 20px 0px;
		}
		
		.quoteContact a {
			font-size: .9em;
		}
		
		.map {
			width: 400px;
		}
		
		.map iframe {
			height: 335px;
		}
		
		.nkw {
			width: 100%;
		}
		
		.hdrText {
			padding: 60px 80px;
		}
		
	
		.hdrText h2 {
			font-size: 2.2em;
			margin-bottom: 20px;
		}
		
		.hdrText h3 {
			font-size: 1.6em;
			line-height: 22px;
			font-weight: 600;
		}
		
		.capabilities .icon img {
			max-width: 300px;
		}
		
		.capabilities .icon img:last-child {
			margin-top: 5px;
		}
		
		.capabilities .description { 
			width: 50%;
		}
		
		.capabilities .description.threeline {
			height: 90px;
			margin-top: -45px;	
		}
		
		.nkwImage {
    		margin-right: 45px;
		}
		
		.static .casestudy img{
			max-width: 250px;
			margin: 0 25px 15px 0;
		}
		
		.static .concepts {
			width: 100%;
		}
		
		.static ul li {
			font-size: 16px;
			line-height: 24px;
		}
		
		.name, .title, .email, .phone {
			font-size: 16px;
		}
		
		.static .react-process-group {
			flex-wrap:wrap;
		}			
		.static .react-process {
			width: 100%;

		}
		
		a.btn-investment-opp,
		a.btn-otc-conf {
			top: -86px;
			width: 155px;
		}
		
		a.btn-investment-opp.btn-home,
		a.btn-otc-conf.btn-home{
    		top: 122px;
		}
		
		a.btn-otc-conf {
			right: 200px;
		}
		
		.static .webinar-video {
			width: 100% !important;
		}
		
	}
	
	/* All Mobile Sizes (devices and browser) */





/** OTC Registration **/
@media only screen and (max-width: 768px) {
	.OTC-Form .formInput-outer{padding: 15px 20px;}
}
/** OTC Registration - END **/

@media only screen and (max-width: 767px) {
	
	
	
	
/* 2020 HOME PAGE */

.half-blocks .half {
	width: 100%;
}

.wide-block {
	padding: 20px 0;
}

.wide-block .text-area {
	width: 80%;
}

.wide-block h1 {
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
}

.wide-block h3 {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
}

.wide-block h4 {
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
}

.home-blocks .halfdivider {
    margin: 15px auto;
}	
	
	
.half-blocks h2 {
	font-size: 28px;
	line-height: 30px;
}

.half-blocks h3 {
	font-size: 17px;
	line-height: 21px;
}
	
.webinar-block img {
	margin: 20px 0;
}	

/** OTC Registration **/
.otc-registration h2, .OTC-bodyContent h2 {
	font-size: 24px;
	margin-top: 30px;
	line-height: 30px;
}
.otc-registration h3, .OTC-bodyContent h3 {
	font-size: 22px;
	margin: 16px 0 16px 0;
	line-height: 28px;
}

.otc-registration .pRL60{
	padding: 0 10px;
}

.otc-registration ol {
	margin: 10px 30px;
}

.otc-registration p {
	font-size: 17px;
}
.OTC-Form {
	margin-left: 0px;
}	
.OTC-Form .formInput-outer{
	padding: 15px 20px;
}
.tech-listing {
	padding-left: 0px;
}
/** OTC Registration - END **/

#mobile-logo {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.highlights{display:block;}
.highlights {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 8px;
    font-weight: bold;
}
		.mm-current a.btn-investment-opp.btn-home,
		.mm-current a.btn-otc-conf.btn-home,
		.navigation #header-logo,
		#header-logo {
			display:none;
		}
		
		.header #header-logo {
			text-align: right;
			margin-bottom: 5px;
		}
		
		.navigation.home {
			top: 0%;
			margin-top: 0px;       /* stop vertical centering of nav on mobile */
		}
		
		
		a.navbutton {
			background: linear-gradient(to bottom, #999 0%, #999 20%, transparent 20%, transparent 40%, #999 40%, #999 60%, transparent 60%, transparent 80%, #999 80%, #999 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
			border: 0 none;
			border-radius: 0;
			cursor: pointer;
			display: block;
			height: 25px;
			left: 7px;
			position: absolute;
			top: 20px;
			width: 30px;
			z-index: 999;
			color: #999;
			line-height: 70px;
			text-decoration: none;
			font-size: .7em;
			text-align: center;
		}
		
		a.navbutton:hover {
			background: linear-gradient(to bottom, #fe7e02 0%, #fe7e02 20%, transparent 20%, transparent 40%, #fe7e02 40%, #fe7e02 60%, transparent 60%, transparent 80%, #fe7e02 80%, #fe7e02 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
			color: #fe7e02;
		}
		
		  /* mobile menu */
		 
		 /* ----------- MOBILE MENU ---------------- */
	 
		ul#nav, ul#nav ul {
			width: 100%;
		}
		 
		ul#nav ul {
			position: relative;			/* adjust mmenu css after ipad dropdown fix */
			top: 0px;					/* adjust mmenu css after ipad dropdown fix */
			background-color: #eee;
		}
		 
		ul#nav li {
			float: left;				/* adjust mmenu css after ipad dropdown fix */
			display: block;
			padding: 0;
			width: 80%;
		}
		
		
		ul#nav li:hover, 
		ul#nav li.active {
			background-color: #fff;
			
		}
		
		ul#nav li:hover a, 
		ul#nav li.active a {
			color: #333;
		}
		 
		ul#nav li a {
			text-align: left;
			line-height: 30px;
			color: #000;
		}
		
		ul#nav ul li {
			width: 85%;
		}
		
		ul#nav ul li {
    		padding: 0px 25px 0px 7px;
		}
		
		ul#nav ul li a {
			letter-spacing: 0.05em;
			font-size: 1em;
			color: #000;
		}	
		
		/* second level  */
		ul#nav ul.second { 
			position: relative;
			top: 0;
			background-color: transparent;
			border: 0;
		}
		
		ul#nav ul li:hover {
    		background-color: transparent;
		}
		
		ul#nav ul.second li a:not(.first), 
		ul#nav ul.third li a:not(.first), 
		ul#nav ul.fourth li a:not(.first) {
			border: 0;
		}
		
		ul#nav ul.third { 
			text-indent: 10px;
			display: none;
			background-color: transparent;
			border: 0;
		}
		
		ul#nav ul.fourth { 
			text-indent: 20px;
			display: none;
			background-color: transparent;
		}
		
		ul#nav li.third.mm-opened ul.third,
		ul#nav li.fourth.mm-opened ul.fourth { 
			display: block;
		}
		
		ul#nav ul.third li, 
		ul#nav ul.fourth li {
			width: 100%;
		}

		
		
		.mm-menu { background: #fff; }								/* main menu div */
		
		.mm-menu > .mm-panel {										/* remove padding since this menu is inside container */
			padding: 20px 0 !important;
		}
			
		.mm-list a {												/* all menu links */
			text-decoration: none; 
			font-size: 16px;
		}
		
		.mm-list a:hover {
			text-decoration: underline !important; 
		}
		
		.mm-list ul a {												/* subcategory links */
			text-decoration: none; 
			font-size: 13px !important; 
			padding-left: 15px !important;
			color: #000;
		}
	
		.mm-menu.mm-vertical .mm-list li.mm-opened > ul.mm-panel {	/* opened subcategory list ul */
			background-color: #f4f4f4;
			border-top: 1px solid rgba(0, 0, 0, 0.15);
		}
		
		.mm-menu .mm-list a { color: #2d644a; font-family: 'Open Sans', Arial, sans serif !important; }						/* all menu links */	
					
		.mm-menu .mm-list .service { background-color: #f1f1f1; }	/* service menu links */
		
		.mm-menu .mm-list .service a { font-size: 12px; color: #2d644a; }
		
		.mm-menu .mm-list .login { background-color: #fff; }		/* login menu links */
		
		.mm-menu .mm-list .login a { font-size: 12px; color: #7ba318; }
		
		.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {   
			height: 50px !important;
		}
		.mm-menu .mm-list > li > a.mm-subopen:after, 				/* subopen arrow color */
		.mm-menu .mm-list > li > a.mm-subclose:before {
			border-color: #999 !important; 
		}
		
		.phoneMain {
			float: left;
			margin-left: 20px;
		}
		
		.phoneMain a {
			font-size: 2em;	 
		}
		 
		 
		.featureBlock {
			width: 260px;
		}
		
		.featureBlock { 
			margin: 0px 0px 20px 0px;
		}
		
	
		footer.supercontainer {
			padding: 20px 0 30px 0;
		}
		
		footer .contactInfo {
			font-size: 1.6em;
			line-height: 30px;
			margin-bottom: 30px;
		}
		
		footer .contactInfo a {
			display: block;
		}
		
		footer .contactInfo span {
			display: none;
		}
		
		footer .contactInfo div {
			display: block;
		}
		
		
		.fullTextBlock h2.textBody,
		.fullTextBlock h5 {
			width: 100%;
			font-size: 1.1em;
			line-height: 1.6em;
		}
		
		.quoteTitle {
			font-size: 1.5em;
		}
		
		.quoteContact a {
			font-size: .8em;
			line-height: 1.1;
		}
		
		.map {
			width: 100%;
		}
		
		.map iframe {
			height: 300px;
		}
		
		.nkw {
			width: 100%;
		}
		
		.nkwImage {
			width: 100%;
			margin: 0px 0px 20px 0px;
		}
		
		.nkw h3 {
			font-size: 2em;
		}
		
		.nkwText {
			text-align: center;
		}
		
		.hdrText {
			padding: 30px 5px;
		}
		
		.hdrText h2 {
			font-size: 1.7em;
			line-height: 34px;
			text-shadow: 2px 2px 2px #000;
		}
		
		.hdrText h3 {
			margin-top: 40px;
			font-size: 1.4em;
			line-height: 30px;
		}
		
		.static .capabilities h4 {
			text-align: center;
			margin-top: 0px;
		}
		
		.capabilities .icon {
			text-align: center;
    		width: 100%;	
		}
		
		.capabilities .icon img {
    		max-width: 400px;	
			margin: 10px 0px;
		}

		.capabilities .description,
		.capabilities .description.twoline,
		.capabilities .description.threeline {
			position: relative;
			text-align: center;
    		width: 100%;	
			margin-top: 10px;
			left: 0px;
			height: auto;
		}
		
		
		
		.static h3 {
		    width: 98%;
		}
		
		.static h5 {
			clear: both;
		}
		
		.static .casestudy img {
			max-width: none;
			width: 100%;
			margin: 0 0 25px 0;
		}
		
		.static .concepts {
			width: 100%;
		}
	
		.static ul.double {
			columns: 1; 
			-webkit-columns: 1; 
			-moz-columns: 1;
		}
		
		.static ul li {
			font-size: 16px;
			line-height: 24px;
		}
	
		
		.certifications .title,
		.certifications .description {
			width: 100%;
			text-align: center;
			margin-bottom: 10px;
		}
		
		.member .name,
		.member .title,
		.member .email,
		.member .phone {
			width: 100%;
		}
		
		.static .historypic {
			width: 100%;
			margin: 0 0 15px 0;
		}
		
		.static img.groupPic {
			width: 49%;
		}
		
		.static img.groupPic:nth-child(1),
		.static img.groupPic:nth-child(2) {
			margin-bottom: 0;
		}
	
		.static .staticPicWithCaption,
		.static .staticPicWithCaption.rightside,
		.static img.staticPic.rightside {
			margin-left: 0px;
			float: left;
		}
		
		.static .process {
			text-indent: 0;
		}
		
		.static .process::before {
			content: " - ";
		}
		
		.investment-opp {
			width: 100%;
		}
		
		.static .staticcolumn.left,
		.static .staticcolumn.right  {
			float: left;
			width:100%;
			max-width: none;
		}
	
		
		
		.static .webinar-video {
			width: 100% !important;
		}
	
		.staticPicGroup .staticGroup1,
		.staticPicGroup .staticGroup2 {
			width: 100%;
		}
		
		 /* industries */
		.industries .industry,
		.industries .description {
			width: 100%;
		}
		
		/* memberships */
		.memberships .logo,
		.memberships .description {
			width: 100%;
			text-align: left;
		}
		
		.memberships img.circular  {
			max-width: 180px;
			margin: 20px 0 10px 0;
		}
		
		.memberships img.rectangular {
			max-width: 280px;
			margin: 20px 0 10px 0;
		}
	
		.static .react-process-group {
			flex-wrap:wrap;
		}
		.static .react-process {
			width: 100%;

		}
		
		a.btn-investment-opp {
			top: -118px;
			right: 0px;
			width: 137px;
		}
	
		a.btn-otc-conf {
			top: -118px;
			right: 150px;
			width: 137px;
		}
		
		a.btn-investment-opp.btn-home,
		a.btn-otc-conf.btn-home{
			top: 98px;
			z-index: 4;
		}
	
		.textArea { height: 200px;}
	
		.textBlock {
			padding: 30px 0 0 0;
		}
	
		.textBlock h3 {
			font-size: 3em;
		}
		

		/* trade shows */
	
		#trade-shows .map-link,
		#trade-shows .map-photo {
			width: 100%;
			margin: 20px auto 0 auto;
		}
	
	
		/* CASE STUDIES */
	
		h1.cs-title {
			font-size: 1.8em;
			line-height: 28px;

		}
	
		h2.cs-subtitle {
			font-size: 1.5em;
			line-height: 25px;
		}
	
		.cs-left {
			width: 100%;
		}

		.cs-right {
			width: 100%;
		}

		.cs-related-links a {
			width: 100%;
		}
	
		.cs-schedule-study {
			text-align: center;
			padding: 20px 5%;
		}
	
		.cs-schedule-study .small {
			font-size: 1.7em;
			margin-bottom: 10px;
		}

		.cs-schedule-study .large {
			font-size: 2em;
			margin-bottom: 20px;
		}

		.cs-schedule-study .left {
			width: 100%;
			
		}

		.cs-schedule-study .right {
			width: 100%;
		}


	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */       /* GREEN */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		

		.header #header-logo img {
			width: 300px;
		}
		
		#thumbFeatures {
			height: 400px;
		}
		
		.slideshow .backgroundBox {
			width: 340px !important;
			min-height: 150px;
		}
		
		.slideshow .caption {
			top: 55%;
		}
		
		.slideshow .caption h1 {
			font-size: 1.8em;
			line-height: 30px;	
		}
		
		.slideshow .caption h2,
		.slideshow .caption h2 a {
			font-size: 1.2em;
			line-height: 22px;	
		}
		
		
		 
		 .quoteContact {
			color: #fe7e02;
			font-size: 2.2em;
			line-height: 40px;
		}
		 
		.capabilities {
			margin-top: 80px;
		}
		
		.capabilities .icon img {
			margin-right: 5px;
		}
		
		
		 
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */      /* RED */
	@media only screen and (max-width: 479px) {
		
		p {
			font-size: 1.2em;
			line-height: 28px;
		}
		
		.header #header-logo img {
			width: 220px;
		}
		
		#thumbFeatures {
			height: 390px;
		}
		
		.slideshow .backgroundBox {
			width: 200px !important;
			min-height: 150px;
		}
		
		.slideshow .caption {
			top: 80%;
		}
		
		.slideshow .caption h1 {
			font-size: 1.4em;
			line-height: 24px;	
		}
		
		.slideshow .caption h2,
		.slideshow .caption h2 a {
			font-size: 1.2em;
			line-height: 22px;	
		}
					
		
		
		 
		.quoteContact {
			color: #fe7e02;
			font-size: 2em;
			line-height: 40px;
		}
		
		.hdrText {
			padding: 20px 5px;
		}
		
		.hdrText h2 {
			font-size: 1.2em;
			line-height: 24px;
		}
		
		.hdrText h3 {
			font-size: 1.3em;
			line-height: 26px;
		}
		
		.capabilities {
			margin-top: 100px;
		}
		
		.capabilities .icon img {
    		max-width: 300px;	
			margin: 20px 0px;
		}
		
		 footer .copyright {
			 margin-top: 20px;
		 }
		 
		.milestones .year {
			font-size: 1.2em;
			line-height: 28px;
		}
		
		.milestones .description {
			line-height: 28px;
			font-size: 1.2em;
		}
		
		.certifications .description img.circular {
			max-width: 180px;
			margin-right: 0;
			margin-bottom: 10px;
		}
		
		.certifications .description img.rectangular {
			max-width: 250px;
			margin-right: 0;
			margin-bottom: 10px;
		}
		
		
		
		.static table.testing th {
			padding: 5px 3px;
			font-size: 14px;
		}
		
		.static table.testing td {
			font-size: 14px;
			padding: 5px 3px;
			line-height: 16px;
		}
		
		a.btn-investment-opp {
			top: -115px;
			right: 0px;
			width: 90px;
		}
		
		a.btn-otc-conf  {
			top: -115px;
			right:95px;
			width: 90px;
		}
		
		a.btn-investment-opp.btn-home,
		a.btn-otc-conf.btn-home{
			top: 95px;
		}

	}
@media only screen and (max-width: 480px) {
	#mobile-logo{text-align: right;}
	}
	

}
