/*
* 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 blue		#203654
	orange			#fe7e02
	bright blue		#0249b8
*/	

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

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

.placeholder {
	height: 400px;
}

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

.halfdivider {
	float: left;
	width: 100%;
	height: 1px;
	margin: 40px 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: #203654;
	line-height: 30px;
}

li {
	color: #203654;
}

img.req-quote-btn {
	width: 100%;
	max-width: 296px;
}

a, a:visited {
	color: #fe7e04;
}

a:hover {
	color: #777;
}

/* COMPANY SOLD YELLOW POPUP */


#ac-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.6);
	z-index: 1001;
	display: flex;
	justify-content: center;
	align-items: center;
}

#popup {
	position: relative;
	width: 70%;
	max-width: 550px;
	height: auto;
	background: #FFFFFF;
	border: 0px solid #000;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: #888 0px 0px 8px 2px;
	-moz-box-shadow: #888 0px 0px 8px 2px;
	-webkit-box-shadow: #888 0px 0px 8px 2px;
	background-color: #fde8b5 !important;
	padding: 30px 40px 25px 40px;
	min-height: 234px;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=9);
	overflow: visible;

}

#popup .popup-text { text-align: left; }

#popup .popup-text h2 {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 2.1em;
	background-color: #09158c;
	color: #fff;
	padding: 8px 12px;
	width: auto;
	display: inline-block;
}

#popup .popup-text p { 
	font-weight: 400;
	color: #000;
	margin: 0 0 15px 0;
}

#popup .popup-text p a { 
	color: #09158c;
}	

#popup .popup-text ul { 
	list-style-type: disc;
}

#popup .popup-text ul li { 
	color: #000;
	font-weight: 600;
	margin: 0 15px 6px 25px;
}	

#popup .close-btn {
	position: absolute;
	right: 20px;
	top: 20px;
}

#popup .close-btn a {
	text-decoration: none;
	color: #000;
	font-size: 28px;
}

.notice-text {
	background-color: #fde8b5 !important;
	padding: 17px 20px 8px 20px;
	width: 80%;
	max-width: 850px; 
	margin: 0 auto 30px auto;
}

/* 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: #1744b9;
	text-decoration: none;
}

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


.navigation {
	z-index: 2;	             		/* z-index only works on positioned elements */
	position: relative;      
  	left: 0;
 	padding: 20px 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 */

.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: #203654;
	text-decoration: none;
}
	
ul#nav, ul#nav ul {
	position: relative;
	clear: right;
	float: right;
	height: auto;
	text-align: right;
	padding: 0px;
	margin: 0px;
	z-index: 2;
}

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


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

}

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

}

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


ul#nav ul { 
	position: absolute;
	top: 58px;
	/*left: -9999px;*/					/* ipad dropdown issue when using left to toggle visibility of menu, change to toggle display none/block */
	left: 0;
	padding: 5px 0px 5px 0px;
	background-color: #36638f;
	border-top: 0px solid #d2c5b5;
	z-index: 3;
}

ul#nav li:hover ul {
	/*left: 0px;*/
}

/* 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:hover ul {
			display: block;
		}
	}

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

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

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

ul#nav ul li a:hover {
	color: #FFF;
}
/* subnav */

/* PAGE HEADER */

.pageHeader {
	background-color: #203654;
}

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

h2.subheader {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 2.1em;
	color: #203654;
	margin: 30px 0px 10px 0px;
}

h3.subheader {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.8em;
	color: #777;
	margin: 30px 0px 10px 0px;
	float: left;
	width: 100%;
}

.geotarget h2.subheader {
	border-top: 1px solid #ccc;
	padding-top: 30px;
	float: left;
	width: 100%;
}

.geotarget h3.subheader {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.8em;
	color: #777;
	margin: 30px 0px 10px 0px;
	float: left;
	width: 100%;
}



/* CONTACT BAR */

.quoteBar {
	background-color: #203654;
	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 {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
}

.quoteContact a:hover {
	color: #fe7e02;
}


/* FOOTER */


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

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

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: 40px;
	color: #203654;
}

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 .nkw {
	font-family: 'Exo 2', Arial, Helvetica, sans serif;
	font-weight: 500;
	letter-spacing: .05em;
	color: #203654;
	font-size: 1em;
	margin-bottom: 30px;
}

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

footer .nkw 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: 10px;
}

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

footer .credits a {
	color: #828488;

}

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


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

/* HOME PAGE */

.supercontainer.banner { background-color: #0A7C29; text-align:center; padding: 15px 0;}
.supercontainer .banner-contents p { color: #fff; font-size: 14px; margin:0; line-height: 1.4; } 
.supercontainer .banner-contents p a { color: #fff; font-size: 14px; text-decoration: underline;} 
.supercontainer .banner-contents p a:hover { color: #77CCE7; } 

/* 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.aboutpage + p.jshowoff-controls {
	top: 48% !important;
}

#thumbFeatures img {
	width: 100%;
}


.slideshow .caption {
	background: transparent none repeat scroll 0 0;
    top: 35%;
    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: 650px !important;
	height: auto !important;
	margin: 0px auto -25px auto;
	background-color: #203654 !important;
	padding: 20px 40px 0px 40px;
	min-height: 234px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	overflow: visible;
}


.slideshow .caption .slide-1 {
	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: #fff;
	letter-spacing: .02em;
	text-decoration: none;
	line-height: 44px;
}

.slideshow .caption .slide-2 {
	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.15em;
	color: #fff;
	letter-spacing: .02em;
	text-decoration: none;
	line-height: 1.55em;
}

.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: 600;
	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;
}

/* features */


.features {
	padding: 60px 0px 20px 0px;
	text-align: center;
}

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

.featureBlock img {
	border-radius: 100%;
}

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

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

/* text area */

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

.textBlock {
	width: 60%;
	padding: 60px 0px;
}

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

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

/* seo "home sections" */

.home-section {
	padding: 30px 50px;
	text-align: center;
}

.home-section h1 {
	color: #fe7e02;
}

.home-section h3 {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 1.8em;
	color: #203654;
	margin: 15px 0px;
}

.home-section:nth-child(even) {
	background-color: #efefef;
}

.home-section ul {
	text-align: left;
	margin: 0 auto;
	width: 200px;
}

.home-section .section {
	margin: 30px auto;
	width: 60%;
	float: none;
	display: flex;
	justify-content: space-around;
}

.home-section .section ul {
    margin: 0 50px;
	
}

/* 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;
}




/* 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: 2.8em;
	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.2em;
	color: #203654;
}

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

.capabilities .icon {
	width: 45%;
	text-align: left;
	margin-right: 20px;
	vertical-align: middle;
}

.capabilities .icon img {
	margin: 0px 0px 0px 20px;
	vertical-align: middle;
}



.capabilities .description {
	position: absolute;       	/* vertical centering - parent position relative */
	top: 50%;					/* vertical centering - top 50% */
	height: 30px;				/* vertical centering - fixed height required - adjust in media queries */
	margin-top: -15px;			/* vertical centering - margin is negative half-height of element - adjust in media queries */
	left: 50%;
	line-height: 30px;
	width: 35%;
	font-family: "Exo 2",Arial,Helvetica,sans-serif;
    font-size: 1.3em;
    font-weight: 300;
	color: #203654;
	text-align: left;

}

.capabilities .description.twoline,
.capabilities .description.twoandthreeline {
	height: 60px;
	margin-top: -30px;	
}

.capabilities .description.threeline {
	height: 90px;
	margin-top: -45px;	
}

.bottle-boring-sizes {
	float: left;
	width: 100%;
	margin: 0 auto 40px auto;
	text-align: center;
}

.bottle-boring-sizes img {
	width: 100%;
	height: auto;
}

.bottle-boring-sizes .half {
	width: 50%;
	float: left;
	
}

.bottle-boring-sizes .full {
	width: 100%;
	float: left;
	padding-bottom: 30px;
}

.bottle-boring-sizes .title {
	text-align:center;
	font-size: 17px;
	font-weight: bold;
	padding: 5px 0 15px 0;
}

.bottle-boring-sizes .title.first {
	padding: 0;
}

/* TEAM */

.member {
	position: relative;
	float: left;
	width: 100%;
	padding: 20px 0px;
	border-bottom: 1px solid #f1f1f1;
	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 {
	width: 30%;
}

.phone {
	width: 20%;
}

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



/* CONTACT */

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

.map iframe {
	width: 100%;

}

.mapInfo h2 {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 2.4em;
	line-height: 36px;
	color: #203654;
}

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

table td:first-child {
	width: 40%;
	font-weight: 600;
}

table a {
	color: #fe7e02;
	font-weight: 600;
	text-decoration: none;
}

table a:hover {
	color: #203654;
}

.visitors {
	text-align: left;
	clear: both;
	width: auto;
	margin: 0px auto;
}

.visitors h2 {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 2.4em;
	line-height: 36px;
	color: #203654;
}

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

.nkw {
	text-align: center;
	clear: both;
	width: 60%;
	margin: 50px auto;
}

.nkw h3 {
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 2.6em;
	color: #203654;
	margin-bottom: 40px;
}

.nkwImage {
	float: left;
	margin-right: 40px;
}

.nkwImage img {
	padding: 15px;
}

.nkwText {
	text-align: left;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 26px;
	color: #203654;
	
}

.nkwText a {
	color: #fe7e02;
	text-decoration: underline;
}

.nkwText a:hover {
	color: #203654;
}

/* NEWS */

.news h2 {
	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;
}

.news 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 */


.static {
	padding: 40px 0px;
}

.static a {
	color: #fe7e02;
}

.static a:hover,
.static a:focus {
	color: #203654;
}

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

/*.static h2 {
    font-family: 'Exo 2', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 2.2em;
    line-height: 36px;
    color: #203654;
}*/


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

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

.static ul li {
	padding: 0px 10px;
	font-size: 1.3em;
	font-weight: 300;
	line-height: 24px;
}

.static ul ul {
	margin: 15px 0;
}

.static ul ul li {
	font-size: .9em;
	list-style-type: circle;
}

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

.static .position h3 {
	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: 500px;
}

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

.static .positionDetails {
	display: none;
}

.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 .caption {
	margin-bottom: 25px;
	font-size: 13px;
}

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

.static ul.clearing li {
	clear: left;
}



.static .section {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-bottom: 30px;
}

.static .section p {
	line-height: 20px;
}

.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;
	}
}



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

	
	/* larger than 1500  (devices and browsers)  - big desktop screen */
	@media only screen and (min-width: 1500px) {
		
		p,
		.static ul li,
		.mapInfo p, 
		.mapInfo td {
			font-size: 19px;
		}
		
		.static ul li {
			line-height: 24px;
		}
		
		.capabilities .description {
			font-size: 20px;
		}
		
		#thumbFeatures {
			height: 480px;
		}
		
		#thumbFeatures.aboutpage {
			height: auto;
		}
		
	}
	
	/* 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: 18px 0 0 0;
			font-size: .97em;
		}
		
		.navigation #header-logo img {
			width: 250px;
		}

		ul#nav > li:last-child:hover ul {
			left: -86px;
		}
		
		ul#nav > li:nth-last-child(2):hover ul {
			left: -90px;
		}
	
		
		ul#nav li {
			padding: 0 12px;
		}
		
		.phoneMain {
			margin-right: 10px;
		}
		
		#thumbFeatures {
			height: 350px;
		}
		
		#thumbFeatures.aboutpage {
			height: auto;
		}
		
		.slideshow .backgroundBox {
			width: 580px !important;
			min-height: 180px !important;
		}
		
		.slideshow .caption {
			top: 41%;
		}
					
		.slideshow .caption .slide-1 {
			font-size: 1.6em;
			line-height: 34px;	
		}
		
	
		.slideshow .caption .slide-2,
		.slideshow .caption .slide-2 a {
			font-size: .95em;
			line-height: 22px;	
		}
		
		.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.twoandthreeline,
		.capabilities .description.threeline  {
			height: 90px;
			margin-top: -45px;	
		}
		
		.capabilities .icon img {
			max-width: 400px;
		}

		
	}
	
	/* 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) {
		
		.navigation #header-logo {	
			font-size: .93em;
		}
	
		.navigation #header-logo img {
			width: 240px;
		}
		
		#thumbFeatures {
			height: 320px;
		}
		
		#thumbFeatures.aboutpage {
			height: auto;
		}
		.slideshow .caption {
			top: 35%;
		}
		
		.slideshow .backgroundBox {
			width: 560px !important;
			min-height: 170px !important;
		}
		
		.slideshow .caption .slide-1 {
			font-size: 1.6em;
			line-height: 32px;	
		}
		
		.slideshow .caption .slide-2,
		.slideshow .caption .slide-2 a {
			font-size: .9em;
			line-height: 22px;	
		}		
				
		.phoneMain {
			margin-right: 7px;
		}
		
		.phoneMain a {
			font-size: 2em;
		}
		
		ul#nav > li:last-child:hover ul {
			left: -92px;
			top: 46px;
		}
		
		ul#nav > li:nth-last-child(2):hover ul {
			left: -92px;
		}
		
		ul#nav li {
			padding: 0 8px 10px 8px;
			line-height: 36px;
		}
		
		ul#nav li a {
			font-size: .85em;

		}
		
		ul#nav ul li a {
			font-size: 1.1em;
		}
		
		.featureBlock {
			width: 200px;
		}

		.featureBlock img {
			width: 80%;
		}
		
		.featureBlock h3 {
			font-size: 1.3em;
		}
		
		.featureBlock h4 {
			font-size: .9em;
		}
		
		.textBlock {
			width: 70%;
		}
		
		.textBlock h3 {
			margin: 0px 0px 20px 0px;
		}
		
		.quoteContact a {
			font-size: .9em;
		}
		
		.map {
			width: 400px;
		}
		
		.map iframe {
		
		}
		
		.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.twoandthreeline,
		.capabilities .description.threeline {
			height: 90px;
			margin-top: -45px;	
		}
		
		.nkwImage {
    		margin-right: 30px;
		}
		
		.name, .title, .email, .phone {
			font-size: 16px;
		}
	}
	
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		.header #header-logo {
			text-align: right;
			margin-bottom: 5px;
		}
		
		.navigation.home {
			top: 0%;
			margin-top: 0px;       /* stop vertical centering of nav on mobile */
		}
		
		.navigation #header-logo {
			width: 80%;
			margin-left: 20px;
			font-size: .9em;
		}
		
		.navigation #header-logo img {
			width: 100%;
			max-width: 326px;
		}
		
		
		a.navbutton {
			background: linear-gradient(to bottom, #0249b8 0%, #0249b8 20%, transparent 20%, transparent 40%, #0249b8 40%, #0249b8 60%, transparent 60%, transparent 80%, #0249b8 80%, #0249b8 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: 5px;
			width: 30px;
			z-index: 999;
			color: #0249b8;
			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 */
		 
		 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: 90%;
		 }
		 
		 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 a {
			letter-spacing: 0.05em;
			font-size: 1em;
			color: #000;
		 }
		
		 ul#nav ul li:hover {
			background-color: #777;
		 }
		
		.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; }						/* 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 .contactInfo span {
			display: none;
		}
		
		footer .contactInfo div {
			display: block;
		}
		
		footer #statelist ul {
			width: 50%;
		}
		
		.quoteTitle {
			font-size: 1.5em;
		}
		
		.quoteContact a {
			font-size: .8em;
		}
		
		.map {
			width: 100%;
		}
		
		.map iframe {
			
		}
		
		.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;
		}
		
		.static .section {
			width: 100%;
		}
		
		.capabilities .icon {
			text-align: center;
    		width: 100%;	
		}
		
		.capabilities .icon img {
    		max-width: 400px;	
			margin: 10px 0px;
		}

		.capabilities .description,
		.capabilities .description.twoline,
		.capabilities .description.twoandthreeline,
		.capabilities .description.threeline {
			position: relative;
			text-align: center;
    		width: 100%;	
			margin-top: 10px;
			left: 0px;
			height: auto;
		}
		
		.bottle-boring-sizes {
			width: 100%;
		}
		
		.bottle-boring-sizes .full {
			padding-bottom: 15px;
		}
		
		
		.static h3 {
		    width: 98%;
		}
		
		.member .name,
		.member .title,
		.member .email,
		.member .phone {
			width: 100%;
		}
		
		.static.gallery .flex-control-thumbs li {
			/*width: 15% !important;*/
		}
	
		.static.gallery .flex-direction-nav a {
			/*top: 20%;*/
		}

		 
	}

	/* 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;
		}
		
		#thumbFeatures.aboutpage {
			height: auto;
		}
		
		.slideshow .caption {
			top: 36%;
		}
		
		.slideshow .backgroundBox {
			width: 340px !important;
			min-height: 230px !important;
			padding: 20px 50px 0;
		}
		
		.slideshow .caption .slide-1 {
			font-size: 2em;
			line-height: 32px;	
		}
		
		.slideshow .caption .slide-2,
		.slideshow .caption .slide-2 a {
			font-size: .95em;
			line-height: 22px;	
		}
		
		.textBlock {
			width: 80%;
			padding: 40px 0px;
		}
		
		.textBlock h3 {
			margin: 0px 0px 20px 0px;
			color: #fe7e02;
		}
		
		.textBlock h4 {
			font-size: 1.2em;
			line-height: 30px;	
		}
		 
		 .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) {
		
		.header #header-logo img {
			width: 220px;
		}
		
		
		#thumbFeatures {
			height: 290px;
		}
		
		#thumbFeatures.aboutpage {
			height: auto;
		}
		
		.slideshow .caption {
			top: 30%;
		}
		
		.slideshow .backgroundBox {
			width: 80% !important;
			min-height: 190px !important;
			padding: 10px 30px 0;
		}
		
		.slideshow .caption .slide-1 {
			font-size: 1.2em;
			line-height: 24px;	
		}
		
		.slideshow .caption .slide-2,
		.slideshow .caption .slide-2 a {
			font-size: .9em;
			line-height: 18px;	
		}
		
		.slideshow .slide-btn {
			/*bottom: -45px;*/
		}
			
		.textBlock {
			width: 100%;
			padding: 40px 0px;
		}
		
		.textBlock h3 {
			font-size: 2em;
			margin: 0px 0px 20px 0px;
			color: #fe7e02;
		}
		
		.textBlock h4 {
			font-size: 1.2em;
			line-height: 26px;	
		}
		
		 
		.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;
		}
		
		.home-section {
    		padding: 5px 20px;
		}
		
		.home-section .section ul {
			margin: 0 5px;
		}
		
		.capabilities {
			margin-top: 100px;
		}
		
		.capabilities .icon img {
    		max-width: 300px;	
			margin: 20px 0px;
		}
		
		 footer .copyright {
			 margin-top: 20px;
		 }
	}


.slide-sub {font-size:14px;}
