@charset "UTF-8";
/* CSS Document */


* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
	margin:0px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #65646a;
	font-size:100%;
	background: #ffffff;
}

.content-holder h1,
.content-holder h2 {
	font-size:40px;
	line-height:50px;
}

.content-holder h3 {
	font-size:30px;
	line-height:42px;
}

.content-holder h4 {
	font-size:24px;
	line-height:30px;
}

.content-holder p, .content-holder li, .content-holder h6 {
	/* font-size:24px; */
	font-size:16px;
	color: #65646a;
}

.content-holder p.smalltext, .content-holder li.smalltext {
	/* font-size:18px; */
	font-size:14px;
}

.content-holder p.testimonial {
	/* font-size:28px; */
	font-size:20px;
}



.content-holder ul {
	list-style-type: disc;
	margin-top:20px;
	padding-left:1em;
	list-style-image: url('../images/main/bullet-gray.png');
}
.content-holder ul.justwhite {
	list-style-image: url('../images/main/bullet-white.png');
}
.content-holder ul.justblack {
	list-style-image: url('../images/main/bullet-black.png');
}
.content-holder ul.justorange {
	list-style-image: url('../images/main/bullet-orange.png');
}
.content-holder ul li {
	color:#65646a;
	padding-bottom:4px;
}
.content-holder ul.justwhite li {
	color:#ffffff;
}


.content-holder .site_map ul {
	list-style-type: none;
	list-style-image: none;
}



.content-holder .site_map ul a {
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	color:#65646a;
	text-decoration:none;
}

.content-holder .site_map ul a:hover {
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	color:#000;
	text-decoration:none;
}


.content-holder .career-opening, .content-holder .career-opening ul li  {
	background-color:transparent;
	/* font-size:24px; */
	font-size:16px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.content-holder .career-opening.career-link {
	background-color:transparent;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.content-holder .career-opening.career-link:hover {
	background-color:#e8871c;
	/* font-size:24px; */
	font-size:16px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.content-holder .career-opening h3 span {
	display:block;
	/* font-size:24px; */
	font-size:16px;
	line-height:26px
	
}

.content-holder .career-opening h3 a {
	color:#65646a;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.content-holder .career-opening h3 a:link {
	color:#65646a;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.content-holder .career-opening h3 a:hover {
	color:#ffffff;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.carousel div p {
	color:rgba(255,255,255,0);
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	/* font-size:24px; */
	font-size:16px;
	margin-bottom:0px;
	text-align:center;
}

.carousel div.is-selected p {
	color:rgba(101,100,106,1);
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.carousel div p.carousel-product, .carousel div.is-selected p.carousel-product {
	font-weight:700;
}

.carousel div p.carousel-series, .carousel div.is-selected p.carousel-series {
	font-weight:300;
}

.carousel-cell {
  width: 33.333333%;
}



.footer {
	background:#343534;
	min-height:1px;
	font-size:14px;
}

.footer a {
	color:#ffffff;
	text-decoration:none;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.footer a:link {
	color:#ffffff;
	text-decoration:none;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.footer a:visited {
	color:#ffffff;
	text-decoration:none;
}

.footer a:hover {
	color:#e8871c;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.footer ul {
	display: block;
	list-style-type: none;
	padding:0px;
	margin:0px;
	line-height: 1.4;
}


.footer ul li {
	margin-bottom:5px;
}

.footlink {
	font-size:14px;
}

@media (max-width: 1300px) {
    .content-holder h1,
    .content-holder h2 {
	font-size:40px;
	line-height:50px;
	}

.content-holder h3 {
	font-size:24px;
	line-height:32px;
}

.content-holder h4 {
	font-size:20px;
	line-height:28px;
}
	
	.content-holder p, .content-holder li, .carousel div p, .content-holder .career-opening h3 span, .content-holder .career-opening ul li, .content-holder h6 {
		font-size:16px;
	}


.content-holder p.smalltext, .content-holder li.smalltext {
	font-size:14px;
}	
	
.content-holder .career-opening h3 span {
		line-height:20px;
}

.content-holder p.testimonial {
	font-size:24px;
}
	.footer, .footlink, .content-holder p.smalltext {
		font-size:12px;
	}
}

@media (max-width: 1100px) {
    .content-holder h2 {
	font-size:35px;
	line-height:40px;
	}

.content-holder h3 {
	font-size:20px;
	line-height:28px;
}

.content-holder h4 {
	font-size:16px;
	line-height:24px;
}
	
	.content-holder p, .content-holder li, .carousel div p, .content-holder .career-opening h3 span, .content-holder .career-opening ul li, .content-holder h6 {
		font-size:14px;
	}
	
	.content-holder p.smalltext, .content-holder li.smalltext {
		font-size:12px;
	}
	
.content-holder .career-opening h3 span {
		line-height:16px;
}
	

.content-holder p.testimonial {
	font-size:18px;
}
	.footer, .footlink, .content-holder p.smalltext {
		font-size:12px;
	}
}

@media (max-width: 767px) {
    .content-holder h2 {
	font-size:24px;
	line-height:32px;
	}

.content-holder h3 {
	font-size:18px;
	line-height:26px;
}

.content-holder h4 {
	font-size:14px;
	line-height:20px;
}
	.carousel-cell {
		width: 90%;
	}
	.content-holder p, .content-holder li, .carousel div p, .content-holder .career-opening h3 span, .content-holder .career-opening ul li, .content-holder h6 {
		font-size:12px;
	}
	
	.content-holder p.smalltext, .content-holder li.smalltext {
		font-size:10px;
	}
.content-holder .career-opening h3 span {
		line-height:14px;
}
	

.content-holder p.testimonial {
	font-size:14px;
}
	.footer, .footlink, .content-holder p.smalltext {
		font-size:11px;
	}
}

.clear {
	clear:both;
}

.centered-section p, .centered-section h1, .centered-section h2, .centered-section h3, .centered-section h4, .centered-section h5, .centered-section h6 {
	text-align:center;
}

.tinycaption {
	font-size:10px;
}

p.tinycaption {
	margin-top:-15px;
}

.herocontainer img {
	width:100%;
}

.big-button-link {
	text-align:center;
	font-size:32px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.big-button-link a {
	padding:20px;
	padding-top:12px;
	padding-bottom:12px;
	color:#fff;
	background-color:#e8871c;
	text-decoration:none;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.big-button-link a:link {
	color:#fff;
	background-color:#e8871c;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.big-button-link a:active {
	color:#fff;
	background-color:#e8871c;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.big-button-link a:visited {
	color:#fff;
	background-color:#e8871c;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.big-button-link a:hover {
	background-color:#8b421a;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}
.big-wh-button-link {
	text-align:center;
	font-size:32px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.big-wh-button-link a {
	padding:20px;
	padding-top:12px;
	padding-bottom:12px;
	color:#e8871c;
	background-color:#fff;
	text-decoration:none;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.big-wh-button-link a:link {
	color:#e8871c;
	background-color:#fff;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.big-wh-button-link a:active {
	color:#e8871c;
	background-color:#fff;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.big-wh-button-link a:visited {
	color:#e8871c;
	background-color:#fff;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.big-wh-button-link a:hover {
	background-color:#ccc;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.row {
	margin-right:0px;
	margin-left:0px;
}

.row-clipped-old {
	margin-right:280px;
	margin-left:280px;
}

.row-clipped {
	margin-right:340px;
	margin-left:340px;
}


@media (max-width: 1300px) {
    .row-clipped-old {
	margin-right:200px;
	margin-left:200px;
	}
	
	.row-clipped {
	margin-right:240px;
	margin-left:240px;
	}
}

@media (max-width: 1100px) {
    .row-clipped-old {
	margin-right:100px;
	margin-left:100px;
	}
	
	.row-clipped {
	margin-right:140px;
	margin-left:140px;
	}
}

@media (max-width: 767px) {
    .row-clipped-old, .row-clipped {
	margin-right:30px;
	margin-left:30px;
	}
	.row-clipped-carousel {
	margin-right:10px;
	margin-left:10px;
		
	}
}

.row-clipped-fat {
	margin-right:180px;
	margin-left:180px;
}

@media (max-width: 1300px) {
    .row-clipped-fat {
	margin-right:100px;
	margin-left:100px;
	}
}

@media (max-width: 1100px) {
    .row-clipped-fat {
	margin-right:50px;
	margin-left:50px;
	}
}

@media (max-width: 767px) {
    .row-clipped-fat {
	margin-right:20px;
	margin-left:20px;
	}
}

.gappy {
	margin-right:100px;
}

@media (max-width: 1200px) {
    .gappy {
	margin-right:50px;
	}
}

@media (max-width: 1100px) {
    .gappy {
	margin-right:0px;
	}
}

.row-interior {
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
	padding-bottom:20px;
}

.multicolinterior {
	padding-right:15px;
	padding-left:15px;
}

.multicolinterior img {
	width:100%;
}

.quadcol {
	width:25%;
	float: left;
}

.pentacol {
	width:20%;
	float: left;
}

.pentacolfloat {
	width:20%;
	display:inline;
}

@media (max-width: 767px) {
    .pentacolfloat {
	width:50%;
	display:inline;
}
}

a {
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	color:#e8871c;
}

a:hover {
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	color:#000;
	text-decoration:none;
}

strong, b {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 500;
}

strong em, em strong, strong i, i strong, b em, em b, b i, i b {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 500;
}

h1, h2 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
	color:#65646a;
	color: #e8871c;
}

h3, h4, h5 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
	color:#65646a;
}

h6 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size:18px;
	line-height: 24px;
}

h1 {
	font-size:90px;
	line-height:120px;
}

h2 {
	font-size:24px;
	line-height: 36px;
}

h3 {
	font-size:18px;
	line-height: 24px;
}

@media (max-width: 767px) {
    h1 {
	font-size:18px;
	line-height:24px;
    }
	
    h2 {
	font-size:16px;
	line-height:23px;
    }
	
    h3, h6 {
	font-size:14px;
	line-height:18px;
    }
}


/* = BEGIN Navigation
----------------------------------------------- */
form.navbar-form.navbar-right {
	float: right;
	margin-right: 0px;
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

form.navbar-form.navbar-right div.form-group {
	width:200px;
	display: inline-block;
	margin:0px;
	padding:0px;
}

form.navbar-form.navbar-right div.form-group input.form-control {
	width:200px;
	margin:0px;
}


.navbar-shadow {
	-webkit-box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.21);
	box-shadow: 0px -1px 12px 0px rgba(0,0,0,0.21);
}

#navy {
	width:100%;
	z-index:1000;
	-webkit-box-shadow: 0px .3em .3em 0px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px .3em .3em 0px rgba(0,0,0,0.21);
	box-shadow: 0px .3em .3em 0px rgba(0,0,0,0.21);
}

#logo span.site-name a.navbar-brand {
	padding-top: 0px;
}

#logo span.site-name a.navbar-brand img {
	margin-top:0px;
	margin-left:65px;
	padding-top:50px;
	padding-bottom:50px;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:0px;
	width:325px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.navbar-header {
	width:auto;
}

div.collapse.navbar-collapse.navbar-ex1-collapse {
	background:#ffffff;
}

.nav>li.search-mobile {
	display:none;
}

@media (max-width: 767px) {
    .nav>li.search-mobile {
	display:block!important;
}
}

.nav>li.search-mobile form.navbar-form.navbar-right {
	float: left;
	margin-right: 0px;
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.nav>li.search-mobile form.navbar-form.navbar-right div.form-group {
	width:200px;
	display: inline-block;
	margin:0px;
	padding:0px;
}

.nav>li.search-mobile form.navbar-form.navbar-right div.form-group input.form-control {
	width:200px;
	margin:0px;
}

.nav>li.search-mobile form.navbar-form.navbar-right button.btn.btn-default {
	margin:0px;
	display:none;
}

.btn-default-go {
	margin:0px;
}

.search-desktop {
	display:block;
	background:#f2f2f2;
	overflow:hidden;
}

@media (max-width: 767px) {
    .search-desktop  {
	display:none!important;
}
}

.site-main [class*="navigation"] a,
.more-link {
    border: 1px solid #E8E8E8;
    padding: 6px 12px;
    border-radius: 4px;
    display: block;
}

.site-main [class*="navigation"] a:hover,
.more-link:hover {
    color: #fff;
    background: pink;
    text-decoration: none;
}

.more-link {
    float: right;
    margin: 10px 0;
}

.site-main [class*="navigation"] {
    margin: 0 0 1.5em;
    overflow: hidden;
}

[class*="navigation"] .nav-previous {
    float: left;
}

[class*="navigation"] .nav-next {
    float: right;
    text-align: right;
}
.navbar-brand {
	float: left;
	height: auto;
	padding: 0px;
	font-size:18px;
	line-height: 20px;
}

.navbar-brand>img {
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.navbar-brand>img:hover {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.caret {
	display: none;
}

.navbar.navbar-default {
    background-color: #ffffff;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: -2px;
    border-bottom: 0;
	font-size:18px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.navbar-default .navbar-nav > li > a {
    color: #65646a;
    line-height: 32px;
}

.navbar > .container .navbar-brand {
    color: #333333;
    font-size:24px;
    margin: 8px 0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    border-right: none;
    border-left: none;
}

.navbar {
    border-radius: 0;
}

.navbar-default {
    border: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #e8871c;
    background-color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

span.navpipe {
	display:inline;
	padding-left:18px;
	padding-right:0px;
	color:#65646a!important;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.navbar-default .navbar-nav > li > a:hover span.navpipe {
	color:#65646a!important;
}


@media (max-width: 767px) {
    span.navpipe {
	display:none;
	}
}
.dropdown-menu > li > a {
    padding: 10px 20px;
    color: #999;
}

.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    border: none;
	background-color: #ffffff;
color: #999999;
}

.dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    background-color: #ffffff;
    color: #fff;
color: #e8871c;
}

.dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 0.1);
	margin: 0px;
}

.navbar-nav > li > .dropdown-menu {
    padding: 0;
}

.dropdown-menu>li>a.lastmenurow {
	white-space:normal;
}

.navbar-nav > li > a {
    padding-top: 26px;
    padding-bottom: 18px;
    padding-left: 4px;
    padding-right: 14px;
}

@media (max-width: 767px) {
    .navbar-nav > li > a {
		padding-left: 14px;
	}
}

.navbar-toggle {
	margin-top: 24px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.nav.navbar-nav {
    float: right;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 300;
}

.navbar-nav > li > a {
    padding-top: 6px;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-right: 14px;
}

.navbar-default .navbar-nav > li > a {
    line-height: 28px;
}

.menu-main-wrap {
	padding: 0 25px;
}

.nav.navbar-nav {
    margin: 15px 0;
}

.menu-main-wrap ul {
	width: 100%;
}

.menu-main-wrap ul > li {
	border-top: 1px solid #cccccc;
}

.menu-main-wrap ul > li > a.parent:after {
	content: '+';
	content: "\25bc";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	font-size: 1.25em;
	padding: 0.5em 0.5em;
}

.menu-main-wrap ul > li.hover > a.parent:after {
	content: "\25b2";
}

.menu-main-wrap ul li .more {
	width: 20%;
	cursor: pointer;
	z-index: 200;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

.menu-main-wrap ul > li > ul > li > a.parent:after {
	display: none;
}

.menu-main-wrap ul > li > ul > li.hover > a.parent:after {
	display: none;
}

.menu-main-wrap ul li ul li .more {
	display: none;
}

.menu-main-wrap ul li ul {
	display: block;
}

.menu-main-wrap ul li ul li {
	position: relative;
}

.menu-main-wrap ul li ul li a {
	display: block;
	position: relative;
	z-index: 100;
}

.menu-main-wrap ul li ul {
	display: none;
}
	
.menu-main-wrap ul li.hover ul {
	display: block;
}

@media (min-width: 1120px) {
	
	.navbar-toggle {
		display: none;
	}
	
	.menu-main-wrap ul {
		width: auto;
	}

	.menu-main-wrap ul > li {
		border-top: none;
	}

	.menu-main-wrap ul > li > a.parent:after {
        display: none;
    }
	
}

.menu-main-wrap ul li ul {
	list-style: none;
	padding: 5px 15px 10px 15px;
    margin: 0;
    font-size: 14px;
    text-align: left;
}

.menu-main-wrap ul li ul li {
	border-top: none;
}

.menu-main-wrap ul li ul li a {
	display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
	border-top: none;
    white-space: nowrap;
	padding: 0 0 10px 0;
}

@media (min-width: 768px) {

	.navbar-nav > li {
		float: none;
	}

}

@media (min-width: 1120px) {
	
	.menu-main-wrap {
		padding: 0;
	}
	
	.navbar-nav > li {
		float: left;
	}
	
	.menu-main-wrap ul li ul {
		position: absolute;
    	top: 90%;
    	left: 0;
    	z-index: 1000;
    	
    	float: left;
    	min-width: 160px;
    	padding: 5px 0;
    	margin: 2px 0 0;
    	font-size: 14px;
    	text-align: left;
    	list-style: none;
    	background-color: #fff;
    	-webkit-background-clip: padding-box;
    	background-clip: padding-box;
    	border: none;
    	border-radius: 4px;
    	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    	box-shadow: 0 6px 12px rgba(0,0,0,.175);
		
	}
	
	.menu-main-wrap ul li ul li a {
		padding: 10px 20px;
    	color: #999;
		border-top: none;
	}
	
	.menu-main-wrap ul li ul li a:hover {
		color: #e8871c;
	}
	
	
	
	
	
	.menu-main-wrap ul li.hover ul li ul {
		display: none;
	}

	.menu-main-wrap ul li.hover ul li.hover ul {
		display: block;
	}
	
	
	
	.menu-main-wrap ul li ul li ul {
		position: absolute;
    	top: 0;
    	left: 100%;
    	z-index: 1000;
    	
    	float: left;
    	min-width: 160px;
    	padding: 5px 0;
    	margin: 2px 0 0;
    	font-size: 14px;
    	text-align: left;
    	list-style: none;
    	background-color: #fff;
    	-webkit-background-clip: padding-box;
    	background-clip: padding-box;
    	border: none;
    	border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    	box-shadow: 0 6px 12px rgba(0,0,0,.175);
		
	}
	
	.menu-main-wrap ul li ul li ul li a {
		padding: 10px 20px;
    	color: #999;
		border-top: none;
	}
	
	.menu-main-wrap ul li ul li ul li a:hover {
		color: #e8871c;
	}
	
	
	
	
	

}

@media (min-width: 1120px) {
		
	.nav.navbar-nav {
    	margin: 30px 70px 15px 0;
	}

}

@media (min-width: 1422px) {
		
	.nav.navbar-nav {
    	margin: 60px 70px 15px 0;
	}

}




.workbenchmenu {
	padding-left:0px;
}

@media (max-width: 768px) {
    .workbenchmenu {
        padding-left:0px;
    }
}

.nav-image {
	padding-right:8px;
}

@media (max-width: 1000px) {
    .nav-image  {
        display:none;
    }
}

.dropdown-toggle-first {
	padding-left:0px;
}

/* THIS RULE MAKES DROPDOWNS APPEAR ON HOVER RATHER THAN CLICK */
@media (min-width: 769px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
/* = END Navigation
----------------------------------------------- */


/* = BEGIN SubNavigation
----------------------------------------------- */
.subnav {
	position:relative;
	z-index:20;
	background:#e8871c;
	width:100%;
	text-align:center;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.26);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.26);
}

.subnav p {
	text-align:center;
	 color:#ffffff;
	 padding-bottom:0px;
	 padding-top:0px;
	 margin-bottom:0px;
	 margin-top:0px;
	 font-size:18px;
	 display:inline;
}

.subnav p a {
	display:inline-block;
	color:#ffffff;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	padding-top:10px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.subnav p a:link {
	color:#ffffff;
	text-decoration:none;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.subnav p a:hover {
	color:#000000;
	text-decoration:none;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.subnav p a.subactive {
	color:#000000;
}

/* = END SubNavigation
----------------------------------------------- */

/* = BEGIN ProdSub
----------------------------------------------- */
.prodsubnav {
	width:100%;
	text-align:center;
}

.prodsubnav p {
	text-align:center;
	 color:#ffffff;
	 padding-bottom:0px;
	 padding-top:0px;
	 margin-bottom:0px;
	 margin-top:0px;
	 font-size:18px;
	 display:inline;
}

.prodsubnav p a {
	display:inline-block;
	color:#e8871c;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	padding-top:10px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.prodsubnav p a:link {
	color:#e8871c;
	text-decoration:underline;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.prodsubnav p a:hover {
	color:#000000;
	text-decoration:underline;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.prodsubnav p a.subactive {
	color:#000000;
}

/* = END ProdSub
----------------------------------------------- */



.row .divider {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	margin-bottom: 20px;
	padding-top: 20px;
}

.row li.divider {
	background:none!important;
}


.fadelink a {
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.fadelink a:hover {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.justorange {
	color: #e8871c!important;
}

.justwhite {
	color: #ffffff!important;
}

.justgray {
	color: #333!important;
}

.justblack {
	color: #000!important;
}

.justcenter {
	text-align:center!important;
}

.justleft {
	text-align:left!important;
}

.justright {
	text-align:right!important;
}

.justsmall {
	font-size:smaller!important;
}

.justbig {
	font-size:larger!important;
}


ul.sitemap {
	display: block;
	list-style-type: none;
	padding:0px;
	margin:0px;
	margin-top:20px;
	line-height: 1.4;
}

ul.sitemap li {
	margin-bottom:5px;
}

ul.sitemap ul {
	display: block;
	list-style-type: none;
	padding:0px;
	margin-left:10px;
	line-height: 1.4;
}

.sitemaplink {
	font-size:12px;
}


.col-duo-quad-holder {
	width:50%;
	float: left;
	position: relative;
	min-height: 1px;
}

.col-duo-quad {
	width:50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

@media (max-width: 767px) {
    .col-duo-quad {
		width:50%;
    }
	.col-duo-quad-holder {
		width:100%;
	}
}

@media (max-width: 500px) {
    .col-duo-quad {
		width:100%;
    }
}



.duo {
	position: relative;
	min-height: 1px;
}

.duocol {
	width:50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

@media (max-width: 767px) {
    .duocol {
		width:100%;
	}
}

.duocol-seventyfive {
	width:75%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}
.duocol-seventy {
	width:70%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

.duocol-sixtytwo {
	width:62%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

.duocol-fiftyfive {
	width:55%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

.duocol-fourtyfive {
	width:45%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

.duocol-thirtyeight {
	width:38%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

.duocol-thirtythree {
	width:33.333333%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

.duocol-thirty {
	width:30%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

.duocol-twentyfive {
	width:25%;
	float: left;
	position: relative;
	min-height: 1px;
	padding:0px;
	padding-top:20px;
	padding-bottom:20px;
}

@media (max-width: 767px) {
    .duocol-seventyfive, .duocol-twentyfive, .duocol-thirtyeight, .duocol-fiftyfive, .duocol-fourtyfive, .duocol-sixtytwo, .duocol-seventy, .duocol-thirty, .duocol-thirtythree {
		width:100%;
	}
}

@media (max-width: 767px) {
    .duocol-twentyfive-interior {
		width:50%;
		float:left;
	}
}

@media (max-width: 400px) {
    .duocol-twentyfive-interior {
		width:100%;
	}
}

.hexa {
	position: relative;
	min-height: 1px;
}

.hexacol {
	width:16.666%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-top:20px;
	padding-bottom:20px;
}

@media (max-width: 1152px) {
    .hexacol {
		width:33.333%;
	}
}

@media (max-width: 767px) {
    .hexacol {
		width:50%;
	}
}

@media (max-width: 400px) {
    .hexacol {
		width:100%;
	}
}

.penta {
	position: relative;
	min-height: 1px;
}

.pentacol {
	width:20%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-top:20px;
	padding-bottom:20px;
}

@media (max-width: 1300px) {
    .pentacol {
		width:20%;
	}
}

@media (max-width: 767px) {
    .pentacol {
		width:33.3333%;
	}
}

@media (max-width: 400px) {
    .pentacol {
		width:100%;
	}
}

.footcol-wrap {
	width:50%;
	float: left;
	min-height: 1px;
}

.footcola {
	width:36%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-top:20px;
	padding-bottom:20px;
}

.footcolb {
	width:28%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-top:20px;
	padding-bottom:20px;
}

.footcolc {
	width:50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-top:20px;
	padding-bottom:20px;
}

.social-skew {
	/*margin-right:-90px;*/
	padding-top:20px;

	margin-right:0px;
	margin: 0 auto;
	text-align: center;
}

a.footer-button {
	border:1px solid #e8871c;
	padding:10px;
	background:#343534;
	color:#ffffff;
	display: inline-block;
}

a.footer-button:hover {
	background:#e8871c;
	color:#ffffff;
}

.foot-social {
	display:inline-block;
	/*float:right;*/
	width:22%;
	max-width:40px;
	background:#595a59;
	/*margin-left:3%;*/
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

.foot-social:hover {
	background:#e8871c;
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
}

.footer-map {
	display:block;
}

@media (max-width: 767px) {
    .footcola, .footcolb, .footcolc {
		width:100%;
	}
	
	.footer-map {
		display:none;
	}
	.social-skew {
		text-align:center;
	}
	
	.foot-social {
	float: none;
	display:inline-block;
	}
}

@media (max-width: 1000px) {
    .footcol-wrap {
		width:100%;
	}
}

@media (max-width: 1300px) {
    .social-skew {
	margin-right:0px;
	margin: 0 auto;
	text-align: center;
}
}

.postfooter-holder {
	padding-top:20px;
	padding-bottom: 90px;
	background:#343534;
	border-top:#595a59 1px solid;
}

.postfooter {
	text-align:center;
	color:#fff;
	font-size:12px;
	line-height:30px;
}


.postfooter p {
	font-size:12px;
}


.postfooter span {
	display:inline-block;
}

.postfooter a {
	color:#fff;
	text-decoration:none;
}

.postfooter a:link,
.postfooter a:visited {
	color:#fff;
	text-decoration:none;
}

.postfooter a:hover {
	color:#e8871c;
}

.tri {
	position: relative;
	min-height: 1px;
}

.tricol {
	width:33.3333333%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-top:20px;
	padding-bottom:20px;
}

.tricol:nth-child(3n+4) {
	clear: left;
}

@media (max-width: 767px) {
    .tricol {
		width:100%;
		clear: none;
	}
}

@media (max-width: 400px) {
    .tricol {
		width:100%;
	}
}

.hownumber {
	font-size:50px;
}

.seating-options-color, .seating-options-tech {
	padding-bottom:20px;
}

.seating-options-color-col {
	width:25%;
	float:left;
	position:relative;
	text-align:left;
}

.seating-options-color-col p {
	text-align:left;
}

.seating-options-color-col p.seating-options-color-img img {
	width:80%;
}

.seating-options-color-col p.seating-options-color-txt {
	text-align:left;
	position:absolute;
	top: 5px;
	left: 5px;
	color:#fff;
	font-size:smaller;
}

.seating-options-tech-col {
	width:50%;
	float:left;
}

.seating-options-tech-col p {
	text-align:left;
}

.seating-options-tech-col p img {
	width:47px;
}

.seating-options-arms-col {
	width:25%;
	float:left;
}

.seating-options-arms-col p {
	text-align:left;
	font-size:smaller;
}

.seating-options-arms-col p img {
	width:80%;
	border:2px #dddddd solid;
}

.storage-home-full {
	margin:auto;
	display:none;
}

.storage-home-med {
	margin:auto;
	width:700px;
	display:none;
}

.storage-home-mob {
	margin: auto;
	width: auto;
	display:none;
}

@media (min-width: 768px) {
    .storage-home-full {
		display:inline-block;
	}
}

@media (max-width: 767px) {
    .storage-home-med {
		display:inline-block;
	}
}

@media (max-width: 400px) {
    .storage-home-mob {
		display:inline-block;
	}
}



.content-holder .top {
	margin-top:0px;
	padding-top:0px;
}

.content-holder .bottom {
	margin-bottom:0px;
	padding-bottom:0px;
}

/* Styles for magnific-popup dialog window */
#small-dialog {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 800px;
	margin: 40px auto;
	position: relative;
}


/**
 * BEGIN Fade-zoom animation for magnific-popup
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
/**
 * END Fade-zoom animation for magnific-popup
 */
 
 /**
 * TABLE USED ON ESD PAGES
 */
 table.tably tr td {
	border: 1px solid #6b6b6b;
}
 table.tably-two tr td {
	border: 1px solid #6b6b6b;
	padding:5px;
}

/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="icon-"], a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: top;
  font-size:1.3333333333333333em;
}
.btn [class^="icon-"], .btn [class*=" icon-"] {
  /* keeps button heights with and without icons the same */

  line-height: .9em;
}
li [class^="icon-"], li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"] {
  /* 1.5 increased font size for icon-large * 1.25 width */

  width: 1.875em;
}
li[class^="icon-"], li[class*=" icon-"] {
  margin-left: 0;
  list-style-type: none;
}
li[class^="icon-"]:before, li[class*=" icon-"]:before {
  text-indent: -2em;
  text-align: center;
}
li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
  text-indent: -1.3333333333333333em;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before                { content: "\f000"; }
.icon-music:before                { content: "\f001"; }
.icon-search:before               { content: "\f002"; }/* THIS IS THE ONE BEING USED FOR SEARCH */
.icon-envelope:before             { content: "\f003"; }
.icon-heart:before                { content: "\f004"; }
.icon-star:before                 { content: "\f005"; }
.icon-star-empty:before           { content: "\f006"; }
.icon-user:before                 { content: "\f007"; }
.icon-film:before                 { content: "\f008"; }
.icon-th-large:before             { content: "\f009"; }
.icon-th:before                   { content: "\f00a"; }
.icon-th-list:before              { content: "\f00b"; }
.icon-ok:before                   { content: "\f00c"; }
.icon-remove:before               { content: "\f00d"; }
.icon-zoom-in:before              { content: "\f00e"; }

.icon-zoom-out:before             { content: "\f010"; }
.icon-off:before                  { content: "\f011"; }
.icon-signal:before               { content: "\f012"; }
.icon-cog:before                  { content: "\f013"; }
.icon-trash:before                { content: "\f014"; }
.icon-home:before                 { content: "\f015"; }
.icon-file:before                 { content: "\f016"; }
.icon-time:before                 { content: "\f017"; }
.icon-road:before                 { content: "\f018"; }
.icon-download-alt:before         { content: "\f019"; }
.icon-download:before             { content: "\f01a"; }
.icon-upload:before               { content: "\f01b"; }
.icon-inbox:before                { content: "\f01c"; }
.icon-play-circle:before          { content: "\f01d"; }
.icon-repeat:before               { content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before              { content: "\f021"; }
.icon-list-alt:before             { content: "\f022"; }
.icon-lock:before                 { content: "\f023"; }
.icon-flag:before                 { content: "\f024"; }
.icon-headphones:before           { content: "\f025"; }
.icon-volume-off:before           { content: "\f026"; }
.icon-volume-down:before          { content: "\f027"; }
.icon-volume-up:before            { content: "\f028"; }
.icon-qrcode:before               { content: "\f029"; }
.icon-barcode:before              { content: "\f02a"; }
.icon-tag:before                  { content: "\f02b"; }
.icon-tags:before                 { content: "\f02c"; }
.icon-book:before                 { content: "\f02d"; }
.icon-bookmark:before             { content: "\f02e"; }
.icon-print:before                { content: "\f02f"; }

.icon-camera:before               { content: "\f030"; }
.icon-font:before                 { content: "\f031"; }
.icon-bold:before                 { content: "\f032"; }
.icon-italic:before               { content: "\f033"; }
.icon-text-height:before          { content: "\f034"; }
.icon-text-width:before           { content: "\f035"; }
.icon-align-left:before           { content: "\f036"; }
.icon-align-center:before         { content: "\f037"; }
.icon-align-right:before          { content: "\f038"; }
.icon-align-justify:before        { content: "\f039"; }
.icon-list:before                 { content: "\f03a"; }
.icon-indent-left:before          { content: "\f03b"; }
.icon-indent-right:before         { content: "\f03c"; }
.icon-facetime-video:before       { content: "\f03d"; }
.icon-picture:before              { content: "\f03e"; }

.icon-pencil:before               { content: "\f040"; }
.icon-map-marker:before           { content: "\f041"; }
.icon-adjust:before               { content: "\f042"; }
.icon-tint:before                 { content: "\f043"; }
.icon-edit:before                 { content: "\f044"; }
.icon-share:before                { content: "\f045"; }
.icon-check:before                { content: "\f046"; }
.icon-move:before                 { content: "\f047"; }
.icon-step-backward:before        { content: "\f048"; }
.icon-fast-backward:before        { content: "\f049"; }
.icon-backward:before             { content: "\f04a"; }
.icon-play:before                 { content: "\f04b"; }
.icon-pause:before                { content: "\f04c"; }
.icon-stop:before                 { content: "\f04d"; }
.icon-forward:before              { content: "\f04e"; }

.icon-fast-forward:before         { content: "\f050"; }
.icon-step-forward:before         { content: "\f051"; }
.icon-eject:before                { content: "\f052"; }
.icon-chevron-left:before         { content: "\f053"; }
.icon-chevron-right:before        { content: "\f054"; }
.icon-plus-sign:before            { content: "\f055"; }
.icon-minus-sign:before           { content: "\f056"; }
.icon-remove-sign:before          { content: "\f057"; }
.icon-ok-sign:before              { content: "\f058"; }
.icon-question-sign:before        { content: "\f059"; }
.icon-info-sign:before            { content: "\f05a"; }
.icon-screenshot:before           { content: "\f05b"; }
.icon-remove-circle:before        { content: "\f05c"; }
.icon-ok-circle:before            { content: "\f05d"; }
.icon-ban-circle:before           { content: "\f05e"; }

.icon-arrow-left:before           { content: "\f060"; }
.icon-arrow-right:before          { content: "\f061"; }
.icon-arrow-up:before             { content: "\f062"; }
.icon-arrow-down:before           { content: "\f063"; }
.icon-share-alt:before            { content: "\f064"; }
.icon-resize-full:before          { content: "\f065"; }
.icon-resize-small:before         { content: "\f066"; }
.icon-plus:before                 { content: "\f067"; }
.icon-minus:before                { content: "\f068"; }
.icon-asterisk:before             { content: "\f069"; }
.icon-exclamation-sign:before     { content: "\f06a"; }
.icon-gift:before                 { content: "\f06b"; }
.icon-leaf:before                 { content: "\f06c"; }
.icon-fire:before                 { content: "\f06d"; }
.icon-eye-open:before             { content: "\f06e"; }

.icon-eye-close:before            { content: "\f070"; }
.icon-warning-sign:before         { content: "\f071"; }
.icon-plane:before                { content: "\f072"; }
.icon-calendar:before             { content: "\f073"; }
.icon-random:before               { content: "\f074"; }
.icon-comment:before              { content: "\f075"; }
.icon-magnet:before               { content: "\f076"; }
.icon-chevron-up:before           { content: "\f077"; }
.icon-chevron-down:before         { content: "\f078"; }
.icon-retweet:before              { content: "\f079"; }
.icon-shopping-cart:before        { content: "\f07a"; }
.icon-folder-close:before         { content: "\f07b"; }
.icon-folder-open:before          { content: "\f07c"; }
.icon-resize-vertical:before      { content: "\f07d"; }
.icon-resize-horizontal:before    { content: "\f07e"; }

.icon-bar-chart:before            { content: "\f080"; }
.icon-twitter-sign:before         { content: "\f081"; }
.icon-facebook-sign:before        { content: "\f082"; }
.icon-camera-retro:before         { content: "\f083"; }
.icon-key:before                  { content: "\f084"; }
.icon-cogs:before                 { content: "\f085"; }
.icon-comments:before             { content: "\f086"; }
.icon-thumbs-up:before            { content: "\f087"; }
.icon-thumbs-down:before          { content: "\f088"; }
.icon-star-half:before            { content: "\f089"; }
.icon-heart-empty:before          { content: "\f08a"; }
.icon-signout:before              { content: "\f08b"; }
.icon-linkedin-sign:before        { content: "\f08c"; }
.icon-pushpin:before              { content: "\f08d"; }
.icon-external-link:before        { content: "\f08e"; }

.icon-signin:before               { content: "\f090"; }
.icon-trophy:before               { content: "\f091"; }
.icon-github-sign:before          { content: "\f092"; }
.icon-upload-alt:before           { content: "\f093"; }
.icon-lemon:before                { content: "\f094"; }
.icon-phone:before                { content: "\f095"; }
.icon-check-empty:before          { content: "\f096"; }
.icon-bookmark-empty:before       { content: "\f097"; }
.icon-phone-sign:before           { content: "\f098"; }
.icon-twitter:before              { content: "\f099"; }
.icon-facebook:before             { content: "\f09a"; }
.icon-github:before               { content: "\f09b"; }
.icon-unlock:before               { content: "\f09c"; }
.icon-credit-card:before          { content: "\f09d"; }
.icon-rss:before                  { content: "\f09e"; }

.icon-hdd:before                  { content: "\f0a0"; }
.icon-bullhorn:before             { content: "\f0a1"; }
.icon-bell:before                 { content: "\f0a2"; }
.icon-certificate:before          { content: "\f0a3"; }
.icon-hand-right:before           { content: "\f0a4"; }
.icon-hand-left:before            { content: "\f0a5"; }
.icon-hand-up:before              { content: "\f0a6"; }
.icon-hand-down:before            { content: "\f0a7"; }
.icon-circle-arrow-left:before    { content: "\f0a8"; }
.icon-circle-arrow-right:before   { content: "\f0a9"; }
.icon-circle-arrow-up:before      { content: "\f0aa"; }
.icon-circle-arrow-down:before    { content: "\f0ab"; }
.icon-globe:before                { content: "\f0ac"; }
.icon-wrench:before               { content: "\f0ad"; }
.icon-tasks:before                { content: "\f0ae"; }

.icon-filter:before               { content: "\f0b0"; }
.icon-briefcase:before            { content: "\f0b1"; }
.icon-fullscreen:before           { content: "\f0b2"; }

.icon-group:before                { content: "\f0c0"; }
.icon-link:before                 { content: "\f0c1"; }
.icon-cloud:before                { content: "\f0c2"; }
.icon-beaker:before               { content: "\f0c3"; }
.icon-cut:before                  { content: "\f0c4"; }
.icon-copy:before                 { content: "\f0c5"; }
.icon-paper-clip:before           { content: "\f0c6"; }
.icon-save:before                 { content: "\f0c7"; }
.icon-sign-blank:before           { content: "\f0c8"; }
.icon-reorder:before              { content: "\f0c9"; }
.icon-list-ul:before              { content: "\f0ca"; }
.icon-list-ol:before              { content: "\f0cb"; }
.icon-strikethrough:before        { content: "\f0cc"; }
.icon-underline:before            { content: "\f0cd"; }
.icon-table:before                { content: "\f0ce"; }

.icon-magic:before                { content: "\f0d0"; }
.icon-truck:before                { content: "\f0d1"; }
.icon-pinterest:before            { content: "\f0d2"; }
.icon-pinterest-sign:before       { content: "\f0d3"; }
.icon-google-plus-sign:before     { content: "\f0d4"; }
.icon-google-plus:before          { content: "\f0d5"; }
.icon-money:before                { content: "\f0d6"; }
.icon-caret-down:before           { content: "\f0d7"; }
.icon-caret-up:before             { content: "\f0d8"; }
.icon-caret-left:before           { content: "\f0d9"; }
.icon-caret-right:before          { content: "\f0da"; }
.icon-columns:before              { content: "\f0db"; }
.icon-sort:before                 { content: "\f0dc"; }
.icon-sort-down:before            { content: "\f0dd"; }
.icon-sort-up:before              { content: "\f0de"; }

.icon-envelope-alt:before         { content: "\f0e0"; }
.icon-linkedin:before             { content: "\f0e1"; }
.icon-undo:before                 { content: "\f0e2"; }
.icon-legal:before                { content: "\f0e3"; }
.icon-dashboard:before            { content: "\f0e4"; }
.icon-comment-alt:before          { content: "\f0e5"; }
.icon-comments-alt:before         { content: "\f0e6"; }
.icon-bolt:before                 { content: "\f0e7"; }
.icon-sitemap:before              { content: "\f0e8"; }
.icon-umbrella:before             { content: "\f0e9"; }
.icon-paste:before                { content: "\f0ea"; }

.icon-user-md:before              { content: "\f200"; }



.search-container {
  overflow: hidden;
  float: right;
  height: 60px;
  width: 60px;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  background: #fff;
}
.search-container:hover {
  width: 25em;
  /* border-radius: 5px 2em 2em 5px; */
}
.search-container:hover input.searchtoggle {
  display: inline-block;
  width: 19em;
  padding: 10px;
}

input.searchtoggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  float: left;
  width: 0em;
  height: 2em;
  margin: 1em;
  margin-right: -4.5em;
  background: #fff;
  color: #6A5D4F;
  font-size:1em;
  font-weight: 300;
  padding: 0px;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) inset;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
input.searchtoggle:focus {
  outline: none;
  box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.25), 0 1px 5px rgba(0, 0, 0, 0.15);
}

.searchbutton {
  float: right;
  width: 60px;
  height: 60px;
  /* margin: 0.125em; */
  background: #fff;
  text-align: center;
  font-size:26px;
  color: #87858d;
  /* border-radius: 50%; */
  /* box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.25), 0 1px 1px rgba(0, 0, 0, 0.25); */
  /* text-shadow: 0 -2px 1px rgba(0, 0, 0, 0.3); */
}
.searchbutton i {
  margin-top: 0px;
}
.searchbutton:active {
  border: 0 !important;
  /* text-shadow: 0 0 0; */
}



.contact-desktop {
	margin-right:50px;
}







.full-bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fade-bg1 {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
    background-image: url("../images/home/home-bg01tall.jpg");
    background-color: #ffffff;
}

.home-bg1 {
    background-image: url("../images/home/home-bg01.jpg");
    background-color: #ffffff;
}

.home-bg2 {
    background-image: url("../images/home/home-bg02.jpg");
    background-color: #4b4d4d;
	background-position: center center;
}

.home-bg3 {
    background-image: url("../images/home/home-bg03.jpg");
    background-color: #ffffff;
}

.home-bg4 {
    background-color: #1e28e6;
	background-position: center center;
}

.about-bg {
    background-image: url("../images/about/about-background.png");
    background-color: #e8871c;
	background-position: center center;
}

.why-bg {
    background-image: url("../images/why/why-bg2.jpg");
    background-color: #4f4f4f;
	background-position: center center;
}

.sr-bg2 {
    background-color: #484647;
	background-position: center center;
}

.flickity-prev-next-button .arrow {
	fill:#a19fa6;
}

.hasTooltipBottom {
    position:relative;
}
.hasTooltipBottom span {
    display:none;
    white-space:nowrap;
	line-height: normal;
}

.hasTooltipBottom:hover span {
    display:inline-block;
    background-color:black;
    border-radius:5px;
    color:white;
    box-shadow:1px 1px 3px gray;
    position:absolute;
    padding:5px;
    padding-left:15px;
    padding-right:15px;
    top:2.5em;
    right:0px;
    max-height:250px;
    white-space:nowrap;
}




.hasTooltipTop {
    position:relative;
}
.hasTooltipTop span {
    display:none;
    white-space:nowrap;
	line-height: normal;
}

.hasTooltipTop:hover span {
    display:inline-block;
    background-color:black;
    border-radius:5px;
    color:white;
    box-shadow:1px 1px 3px gray;
    position:absolute;
    padding:5px;
    padding-left:15px;
    padding-right:15px;
    bottom:2.5em;
    right:0px;
    max-height:250px;
    white-space:nowrap;
}
.video-container {
	width:100%;
}

.tableboxes {
  display: table;
  width: 100%;
  height: 100%;
}

.tableboxesgap {
	border-spacing:30px;
}
.tablebox {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.tableboxtop {
  display: table-cell;
  text-align: center;
  vertical-align: top;
}
.tablebox25 {
  width:25%;
}
.tablebox33 {
  width:33.333333%;
}
.tablebox50 {
  width:50%;
}
.tablebox75 {
  width:75%;
}
@media (max-width: 767px) {
  .tablebox, .tableboxtop {
    display: block;
    width: 100%;
  }
.tablebox25, .tablebox75, .tablebox33, .tablebox50 {
  width:100%;
}

.tablebox33 {
  margin-top:20px;
  margin-bottom:20px;
}

.tableboxesgap {
	border-spacing:0px;
}
}

.job-section {
	padding-top:30px;
}

a.whitelink {
	color:#ffffff;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

a.whitelink:hover {
	color:#e8871c;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

a.whitelinktwo {
	color:#ffffff;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

a.whitelinktwo:hover {
	color:#000000;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

a.graylink {
	color:#65646a;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

a.graylink:hover {
	color:#000000;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

			.google-maps {
        position: relative;
        padding-bottom: 85%; /* This is the aspect ratio */
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
:target:before {
content:"";
display:block;
height:173px; /* fixed header height*/
margin:-173px 0 0; /* negative fixed header height */
}
@media (max-width: 767px) {
  :target:before {
content:"";
display:block;
height:80px; /* fixed header height*/
margin:-80px 0 0; /* negative fixed header height */
}
}

.product_single {
	max-width:30%;
}

.product_single_wide {
	max-width:30%;
}
@media (max-width: 767px) {
.product_single {
	max-width:50%;
}

.product_single_wide {
	max-width:66%;
}
}

.refTable {
	display:table;
	width:100%;
	margin:0px auto;
}

.refRow {
	display:table-row;
}

.refCell {
background-color:#e8871c;
	display:table-cell;
	width: 36%;
	text-align: center;
	font-size:16px;
	padding:0px 0px 0px 0px;
    color:#333333;
	resize: none;
	outline:0;
	transition-duration: 0.2s;
    position: relative;
    overflow: hidden;
  vertical-align: middle;
	-webkit-transition: color background 0.2s ease-in-out;
	-moz-transition: color background 0.2s ease-in-out;
	-ms-transition: color background -0.8s ease-in-out;
	-o-transition: color background 0.2s ease-in-out;
	transition: color background 0.2s ease-in-out;
}

.infohover {
    position: absolute;
    top: 100%;
    text-align: center;
    -webkit-transition: top 0.6s ease-in-out;
    left: 0;
    color: #000;
    text-decoration: none;
	text-align: center;
}

p.infohover {
	padding:15%;
	padding-top:40%;
}

@media (max-width: 1600px) {
p.infohover {
	padding-top:35%;
}
}

@media (max-width: 1200px) {
p.infohover {
	padding-top:30%;
}
}

@media (max-width: 900px) {
p.infohover {
	padding-top:20%;
	font-size:12px;
}
}

@media (max-width: 767px) {
.refCell p.infohover {
	font-size:24px;
	line-height:30px;
}
p.infohover {
	padding-top:35%;
}
}

@media (max-width: 700px) {
.refCell p.infohover {
	font-size:18px;
	line-height:28px;
}
p.infohover {
	padding-top:30%;
}
}

@media (max-width: 600px) {
.refCell p.infohover {
	font-size:16px;
	line-height:22px;
}
}

@media (max-width: 500px) {
.refCell p.infohover {
	font-size:14px;
	line-height:20px;
}
p.infohover {
	padding-top:15%;
}
}

@media (max-width: 400px) {
.refCell p.infohover {
	font-size:10px;
	line-height:18px;
}
p.infohover {
	padding-top:10%;
}
}

.refCell:hover .infohover {
    top: 0;
    display: block;
}

.refCell img {
	opacity:1;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: -0.8s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.refCell p {
	line-height: 20px;
}

.refCell:hover {
	-webkit-transition: color background 0.2s ease-in-out;
	-moz-transition: color background 0.2s ease-in-out;
	-ms-transition: color background -0.8s ease-in-out;
	-o-transition: color background 0.2s ease-in-out;
	transition: color background 0.2s ease-in-out;
	cursor: pointer;
	color: #cacaca;
}

.refCell:hover img {
	opacity:0.0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity -0.8s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.refSep {
	display:table-cell;
	width:3.5%;
}

.refRowTablet {
	padding-top:30px;
	display:none;
}

@media (max-width: 767px) {
.refRowTablet {
	padding-top:30px;
	display:block;
}
}

div.newsdescription, div.newsdate {
	color: #65646a;
	font-size:16px;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 300;
	margin:1px 0 1px 0px;
	padding:1px 2px 1px 0px;
	/* fading link code */
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	}

div.newsdescription p {
	margin-bottom: 0;
}

div.newstitle {
	color: #000;
	font-size:20px;
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-weight: 300;
	margin:1px 0 1px 0px;
	padding:1px 2px 1px 0px;
	/* fading link code */
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	}

@media (max-width: 767px) {
    div.newsdescription, div.newsdate {
	font-size:12px;
	}
    div.newstitle {
	font-size:16px;
	}
}
div.newstitle a:link {
	color:#000;
	text-decoration:none;
	/* fading link code */
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	}
div.newstitle a:visited{color:#000;text-decoration:none;}
div.newstitle a:hover {
	color:#919195;
	text-decoration:underline;
	/* fading link code */
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	}
div.newstitle a:active{color:#919195;text-decoration:none;}

.newsmorelink {
	margin-top:5px;
}


@media (max-width: 1023px) {
	.newsmorelink {
	margin-top:8px;
}
}
@media (max-width: 767px) {
	.newsmorelink {
	margin-top:10px;
}
}
/* from line 673 */
@media (max-width: 1421px) {
	#logo span.site-name a.navbar-brand img {
	margin-top:0px;
	margin-left:35px;
	padding-top:40px;
	padding-bottom:40px;
	padding-right:0px;
	width:275px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}
    .navbar-header {
		width:auto;
}

.navbar-nav > li > a {
    padding-top: 26px;
    padding-bottom: 18px;
    padding-left: 4px;
    padding-right: 14px;
}

.navbar-default .navbar-nav > li > a {
    line-height: 28px;
}

.navbar-default .navbar-nav > li > a {
    line-height: 32px;
}


	/* NEW from line ?? */
	.navbar.navbar-default {
		font-size:16px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	}
	/* NEW from line 882 */
	span.navpipe {
		padding-left:8px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	}
}





@media (max-width: 1280px) {
.navbar-nav > li > a {
    padding-top: 26px;
    padding-bottom: 18px;
    padding-left: 2px;
    padding-right: 7px;
}
}



@media (max-width: 1120px) {
	
    #logo span.site-name a.navbar-brand img {
		margin-top:0px;
	margin-left:25px;
	padding-top:25px;
	padding-bottom:25px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	}
	

/* from line 701 */
    .navbar-header {
		width:100%;
}




.navbar-nav > li > a {
    padding-top: 6px;
    padding-bottom: 8px;
}	
	
.navbar-nav > li > a {
    padding-top: 6px;
    padding-bottom: 8px;
}
}

@media (max-width: 1023px) {
	.navbar.navbar-default {
		font-size:14px;
	}
}


@media (max-width: 875px) {
	.contact-desktop {
		margin-right: 20px;
	}
	.navbar-nav > li > a {
		padding-left: 4px;
		padding-right: 4px;	
	}
}

.multicolinterior img.consumables-duo {
	padding: 20px;
	width: 75%;
}

@media (max-width: 880px) {
    #logo span.site-name a.navbar-brand img {
		width: 230px;
	}
}

@media (max-width: 767px) {
	
    .navbar-nav > li > a {
	padding-left: 14px;
	}
	
	.nav>li.desktop-search {
		display:none;
	}
    .navbar-header {
        height: 80px;
    }
	.navbar-toggle {
		margin-top: 20px;
	}
	div#buttons-sticky-wrapper.sticky-wrapper {
		display:none;
	}
	#buttons {
		display:none;
	}
	
	#logo span.site-name a.navbar-brand img {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 600px) {
    #logo span.site-name a.navbar-brand img {
		margin-top:0px;
	margin-left:25px;
	padding-top:20px;
	/* padding-bottom:59px; */
	padding-bottom:0px;
	padding-right:0px;
	width:200px;
}
}


.content-holder .thankyou h4 {
	padding:20px;
	background-color:#e8871c;
	width:90%;
	margin:auto;
	color:#ffffff;
	text-align:center;
}



.content-holder .thankyou a {
	color:#ffffff;
	text-decoration:underline;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.content-holder .thankyou a:hover {
	color:#000000;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.white-text-section p, .white-text-section h1, .white-text-section h2, .white-text-section h3, .white-text-section h4, .white-text-section h5, .white-text-section h6 {
	color:#ffffff!important;
}

.white-text-section p a {
	color:#ffffff!important;
	-webkit-transition: 0.3s linear!important;
	-moz-transition: 0.3s linear!important;
	transition: 0.3s linear!important;
	text-decoration:underline;
}

.white-text-section p a:hover {
	color:#000000!important;
	-webkit-transition: 0.3s linear!important;
	-moz-transition: 0.3s linear!important;
	transition: 0.3s linear!important;
}

.tablebox75.history p {
  text-align:left;
  padding-right:20px;
}

.tablebox75.partnership {
	background: #e8871c;
}

.tablebox75.partnership p {
	padding:20px;
	text-align:left;
}

.leadership .duocol:nth-child(2n+1) {
	background-color: #ffffff;
	clear: left;
}

.leader h3 {
	margin-bottom: 0px;
	line-height: 38px;
}

.leader p {
	text-align:left;
	font-size:14px;
}

.trimotor p {
	text-align:center;
	font-size:14px;
	padding:20px;
}
@media (max-width: 1300px) {
	.leader p, .trimotor p {
	font-size:14px;
}
}

@media (max-width: 1100px) {
	.leader p, .trimotor p {
	font-size:12px;
}
}
@media (max-width: 767px) {
	.leader p, .trimotor p {
	font-size:10px;
}
}

.gappy-parent p, .specs h4 {
	margin-right:100px;
}

.specs h4 {
	color:#ffffff;
	margin-bottom:0px;
	padding-bottom:0px;
}

@media (max-width: 1200px) {
    .gappy-parent p, .specs h4  {
	margin-right:50px;
	}
}

@media (max-width: 1100px) {
    .gappy-parent p, .specs h4  {
	margin-right:0px;
	}
}

.content-holder .specs ul, .content-holder .specs ul li, .content-holder .specs ul li ul, .content-holder .specs ul li ul li {
	color:#ffffff;
}

.content-holder .specs ul, .content-holder .specs ul li ul {
	margin-top:0px;
	padding-top:0px;
	list-style-image: url('../images/main/bullet-white.png');
}

.specs ul li ul li:last-child {
	padding-bottom: 0px;
}

.howtext p {
	padding-right:30px; padding-left:30px;
}

/* BEGIN GOOGLE CUSTOM SEARCH */
input.gsc-search-button.gsc-search-button-v2 {
		   display:none!important;
	   }
.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 0px !important;
}
form.gsc-search-box.gsc-search-box-tools {
	margin-bottom: 0px !important;
}
  .gsc-input {
	background-image:none !important;
}

.gsc-cursor-page {
	color: #CD6227 !important;
}

.gsc-cursor-page a {
	color: #CD6227 !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page,
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	color: #CD6227 !important;
}


div.gsc-adBlock {
	display:none!important;
}
div.gsc-tabsArea {
	display:none!important;
}
span#gs_cb50.gscb_a {
	color:#fff!important;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}
span#gs_cb50.gscb_a:hover {
	color:#fff!important;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.gsst_a .gscb_a {
	color:#fff!important;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.gsst_a:hover {
	color:#fff!important;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}
/* END GOOGLE CUSTOM SEARCH */



.request-mobile {
	display:none;
}

.request-desktop {
	display:none;
}

@media (min-width: 767px) {

	.request-mobile {
		display: none;
	}

	.request-desktop {
		display: block;
		position: absolute;
		bottom: 30px;
		right: 30px;
	}

}

@media (min-width: 1150px) {

	.request-desktop {
		bottom: 82px;
	}

}

.request-desktop a {
    margin-top: 21px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	background: #e8871c;
	text-decoration: none;
}

.request-desktop a:visited {
	color:#fff;
	text-decoration: none;
}

.request-desktop a:hover {
	background:#8b421a;
	color:#fff;
	text-decoration: none;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.search-mobile {
	display: none;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 10px;
}

.collapse.in .search-mobile {
	display: block;
}

@media (min-width: 767px) {

	.search-mobile {
		display: none;
	}

}


/*
.desktop-search {
	display: none;
	position: absolute;
	bottom: 50px;
	right: 40px;
}

.desktop-search-inner {
	padding: 10px 20px;
}

.desktop-search-inner .search-submit {
	display: none;
}

@media (min-width: 767px) {

	.desktop-search {
		display: block;
	}

}

@media (min-width: 1150px) {

	.desktop-search {
		bottom: 50px;
		right: 40px;
	}

}
*/


.desktop-search {
	display: none;
	position: absolute;
	bottom: 50px;
	right: 40px;
}

.desktop-search-inner {
	position: relative;
}

.desktop-search__dropdown {
	display: none;
	position: absolute;
	right: -5px;
	top: 20px;
	background: #ffffff;
	padding: 10px 20px;
	width: 300px;

    z-index: 1000;
    min-width: 300px;
    font-size: 14px;
    text-align: left;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

@media (min-width: 1120px) {

	.desktop-search {
		display: block;
	}

	.desktop-search-inner:hover .desktop-search__dropdown {
		display: block;
	}

}

@media (min-width: 1150px) {

	.desktop-search {
		bottom: 50px;
		right: 40px;
	}

}

.gsc-search-box {
	
}

.gsc-search-box .gsc-input {
	
}

.gsc-search-box .gsc-search-button {
	height: 40px;
}




.top-bar {
	background-color: #343534;
	background-color: #e8871c;
	color: #ffffff;
	padding: 10px 20px;
}

.top-bar__nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	text-align: center;
}

.top-bar__nav ul li {
	display: inline;
	margin: 0px 5px;
	padding: 0;
}

.top-bar__nav ul li a,
.top-bar__nav ul li a:visited {
	color: #ffffff;
	font-size: 14px
}

.top-bar__nav ul li a:hover {
	color: #343534;
}

.top-bar .social-skew {
	display: none;
}

.top-bar .social-skew .header-social {
	display: block;
	float: right;
	width: 18%;
	max-width: 40px;
	background: #595a59;
	margin-left: 3%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


@media (min-width: 820px) {

	.top-bar .social-skew {
		display: block;
		float: right;
		padding-top: 0;
	}

	.top-bar__nav {
		float: left;
		text-align: left;
	}

	.top-bar__nav ul li {
		margin: 0 0 0 12px;
	}

}




.nav-footer-wrap {
	display: none;
	padding: 40px 0 40px 0;
}

.footer-cta {
	text-align: center;
	padding: 40px 0 40px 0;
}

.footer-cta img {
	margin-top: 10px
}

@media (min-width: 800px) {

	.nav-footer-wrap {
		display: block;
		text-align: center;
	}

}

@media (min-width: 1000px) {

	.nav-footer-wrap {
		float: left;
		width: 74%;
		text-align: left;
	}

	.footer-cta {
		float: right;
		width: 25%;
	}

}

.nav-footer .navpipe {
	display: none;
}

.nav-footer ul li {
	width: 20%;
	float: left;
	padding: 0 4% 0 0;
}

.nav-footer ul li a {
	display: block;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.nav-footer ul li ul li {
	width: 98%;
	padding: 0;
	margin: 0;
}

.nav-footer ul li ul li  a {
	text-transform: capitalize;
	padding: 0;
	margin: 0 0 5px 0;
}



.career-header {
	text-align: center;
	padding-bottom: 40px;
}

.career-header span {
	display: block;
	font-size: 16px;
}

.career-header h1 {
	margin-bottom: 0;
}

.career-header h1 span {
	color: #000000;
	font-size: 20px;
}

.career-content {
	padding-bottom: 10px; 
}

.career-form {
	
}


/* Product grid css */
/* ---- buttonx ---- */
.buttonx-group {
	 background:#a9a8a9;
}

.buttonx-group p {
	text-align:center;
}

.buttonx {
  display: inline-block;
  border: none;
  color: #fff;
  cursor: pointer;
	line-height: 60px;
	padding-right:30px;
	padding-left:30px;
}
.buttonx-border {
	border-right:1px solid #fff;
}

.buttonx:hover {
  color: black;
}

.buttonx:active, .buttonx.is-checked {
  color: white;
}

.buttonx.is-checked {
  color: black;
}

.buttonx:active {
  color: black;
}

/* ---- buttonx-group ---- */

.buttonx-group {
  text-align:center;
}

.buttonx-group .buttonx {
  border-radius: 0;
  margin-left: 0;
}

.invisible-tablet {
	height:30px;
}

@media (max-width: 600px) {
/* ---- buttonx ---- */

.buttonx-group {
	 background:#fff;
}

.buttonx {
  display: inline-block;
  border: none;
  color: #999;
  cursor: pointer;
	line-height: 30px;
	padding-right:15px;
	padding-left:15px;
	text-decoration:underline;
}
.buttonx-border {
	border-right:0;
}

.buttonx:hover {
  color: #999	;
}

.buttonx:active, .buttonx.is-checked {
  color: #000;
}

.buttonx.is-checked {
  color: #000;
}

.buttonx:active {
  color: #000;
}

/* ---- buttonx-group ---- */

.buttonx-group {
  text-align:center;
}

.buttonx-group .buttonx {
  border-radius: 0;
  margin-left: 0;
}
.duocol-tablet {
	padding-bottom:0px;
}

.invisible-tablet {
	height:0px;
}
}
/* ---- isotope ---- */

.grid {
  border: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
  position: relative;
  float: left;
  width: 20%;
  margin: 0px;
  padding: 0px;
  color: #262524;
}


@media (max-width: 767px) {
    .element-item {
	width: 33.3333%;
	}
}


@media (max-width: 640px) {
    .element-item {
	width: 50%;
	}
}

.element-item.hybrid          { background: #fff; }
.element-item.waste_water  { background: #fff; }
.element-item.surface_finish      { background: #fff; }
.element-item.support_removal { background: #fff; }

.imgwidth25,
.imgwidth50,
.imgwidth75 {
	margin: 0 auto 10px auto;
}

.imgwidth25 {
	width: 25%!important;
}

.imgwidth50 {
	width: 50%!important;
}

.imgwidth75 {
	width: 75%!important;
}


.staff-person { /* remove .duocol-twentyfive from here and in layout */
    position: relative;
    min-height: 1px;
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 13px;
    padding-right: 10px;
}

.staff-person span {
	display: block;
	font-size: 14px;
	padding: 10px 0 0 0;
}

p.staff-person__hover {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: top 0.6s ease-in-out;
    left: 0;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}

p.staff-person__hover {
	padding: 10%;
	padding-top: 20%;
	font-size: 14px !important;
	line-height: 1.6 !important;
}

@media (min-width: 480px) { 

	.staff-person {
		width: 50%;
		float: left;
	}

	.staff-person:nth-child(2n+3) {
		clear: left;
	}

	p.staff-person__hover {
		padding: 10%;
		padding-top: 10%;
		font-size: 12px !important;
		line-height: 1.6 !important;
	}

}

@media (min-width: 560px) { 

	p.staff-person__hover {
		padding: 10%;
		padding-top: 10%;
		font-size: 13px !important;
		line-height: 1.6 !important;
	}

}

@media (min-width: 767px) { 

	.staff-person {
		width: 33%;
		padding-left: 0;
    		padding-right: 0;
	}

	.staff-person:nth-child(2n+3) {
		clear: none;
	}

	.staff-person:nth-child(3n+4) {
		clear: left;
	}

	p.staff-person__hover {
		padding: 10%;
		padding-top: 10%;
		font-size: 13px !important;
		line-height: 1.6 !important;
	}

}

@media (min-width: 960px) { 

	p.staff-person__hover {
		padding: 10%;
		padding-top: 15%;
		font-size: 14px !important;
		line-height: 1.6 !important;
	}

}

@media (min-width: 1200px) { 

	.staff-person {
		width: 25%;
	}

	.staff-person:nth-child(3n+4) {
		clear: none;
	}

	.staff-person:nth-child(4n+5) {
		clear: left;
	}

	p.staff-person__hover {
		padding: 10%;
		padding-top: 15%;
		font-size: 14px !important;
		line-height: 1.6 !important;
	}

}

@media (min-width: 1600px) { 

	p.staff-person__hover {
		padding: 15%;
		padding-top: 15%;
		font-size: 14px !important;
		line-height: 1.6 !important;
	}

}



.product-img-slider {
	width:calc(100% - 100px);
	margin: 0px auto;
}

@media (max-width: 700px) {
	.product-img-slider {
		width: 100%;
	}
}

.product-img-slider .slick-slide {
	margin: 0px 20px;
}

.product-img-slider .slick-slide img {
	width: 100%;
}

.product-img-slider .slick-prev:before,
.product-img-slider .slick-next:before {
	color: #65646a;
}

.product-img-slider-nav .slick-current {
	color:#ffffff!important;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}


.product-img-slider-nav .slick-current + div {
	color:#000000!important;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.product-img-slider-nav .slick-current + div + div {
	color:#ffffff!important;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}




.subnav ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

.subnav ul li {
	display: inline;
	border-right: 1px solid #ffffff;
}

.subnav ul li:last-child {
	border-right: none;
}

.subnav ul li a {
	display: inline-block;
	padding: 10px 20px;
	color: #ffffff;
	font-size: 18px;
}

.subnav ul li a:visited {
	color: #ffffff;
}


.search-no-results .multicolinterior label {
	width: 50%;
}

.search-no-results .multicolinterior label input {
	width: 96%;
	padding: 10px;
	font-size: 14px;
}

.search-no-results .multicolinterior input.search-submit{
	padding: 12px;
	font-size: 14px;
}

.f-size16 { font-size: 12px!important; } 
.f-size18 { font-size: 14px!important; } 
.f-size20 { font-size: 16px!important; } 
.f-size22 { font-size: 18px!important; } 
.f-size24 { font-size: 20px!important; } 
.f-size26 { font-size: 22px!important; } 
.f-size28 { font-size: 24px!important; } 
.f-size30 { font-size: 26px!important; }
.f-size32 { font-size: 28px!important; }

.f-bold { font-weight: 400!important; }

@media (min-width: 700px) {

	.f-size16 { font-size: 16px!important; } 
	.f-size18 { font-size: 18px!important; } 
	.f-size20 { font-size: 20px!important; } 
	.f-size22 { font-size: 22px!important; } 
	.f-size24 { font-size: 24px!important; } 
	.f-size26 { font-size: 26px!important; } 
	.f-size28 { font-size: 28px!important; } 
	.f-size30 { font-size: 30px!important; }
	.f-size32 { font-size: 32px!important; }

}

.desktop-search .dropdown .dropdown-menu {
	left: auto;
	right: 0;
}


.post-password-form  input[type=submit] {
	padding: 8px;
	color: #ffffff;
	background-color: #e8871c;
	font-size: 14px;
}

.blog-post__header {
	padding: 0 0 2em 0;
}

.blog-post__header__meta {
	font-size: 1.15em;
}

.blog-post__header__meta .byline {
	display: none;
}

.blog-post__image {
	border: 1px solid #e8871c;
	margin: 0 0 2.5em 0;
}

.blog-post__content {
	padding: 0 0 3em 0;
}

.blog-post__content img {
	border: 1px solid #e8871c;
}

.blog-post__nav {
	display: none;
}

[class*="navigation"] .nav-previous,
[class*="navigation"] .nav-next {
	border: 1px solid #eeeeee;
	text-align: center;
	width: 50%;
	padding: 1em 2% 1em 2%;
}

.blog-post__comments input[type="submit"] {
	padding: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #fff;
	background-color: #e8871c;
	border: none;
	border-radius: 0;
	text-decoration: none;
	font-size: 12px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}

.blog-post__comments input[type="submit"]:hover {
	background-color: #8b421a;
}

.blog-post__comments ol.comment-list {
	margin: 0 0 0 0;
}

.blog-post__comments ol.comment-list li {
	padding: 0 0 2em 0;
	margin: 0 0 2em 0;
	border-bottom: 1px solid #eeeeee;
}

.comment-awaiting-moderation {
	font-style: italic;
}

.comment-author img {
	display: none;
}


.blog-item {
    position: relative;
    min-height: 1px;
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 13px;
    padding-right: 10px;
}

.blog-item__header {
	padding: 0 0 1em 0
}

.blog-item__header__title {
	font-size: 18px;
	display: block;
}

.blog-item__header__meta .byline {
	display: none;
}

.blog-item__image {
	border: 1px solid #e8871c;
}

@media (min-width: 480px) { 

	.blog-item {
		width: 50%;
		float: left;
	}

	.blog-item:nth-child(2n+3) {
		clear: left;
	}

}

@media (min-width: 767px) { 

	.blog-item {
		width: 33%;
		padding-left: 0;
    		padding-right: 0;
	}

	.blog-item:nth-child(2n+3) {
		clear: none;
	}

	.blog-item:nth-child(3n+4) {
		clear: left;
	}

}

@media (min-width: 1200px) { 

	.blog-item {
		width: 25%;
	}

	.blog-item:nth-child(3n+4) {
		clear: none;
	}

	.blog-item:nth-child(4n+5) {
		clear: left;
	}

}

.aligncenter,
.alignright,
.alignleft {
	margin-bottom: 1.5em;
}

.alignleft {
	margin-right: 1.5em;
}

.alignright {
	margin-left: 1.5em;
}








/* Before After fix*/
.twentytwenty-container {
	min-height: 300px;
}





/* Product Selector */
.productselector {
	padding: 1em 0 0 0;
}

.productselector__intro {
	padding: 0 0 1em 0;
}

.productselector__facets br {
	display: none;
}

.productselector__facets .facetwp-facet {
	margin-bottom: 0;
	padding: .5em 0 2em 0;
	border-bottom: 1px solid #eeeeee;
}

.productselector__facets .facetwp-facet-facet_ps_process {
	border-top: 1px solid #eeeeee;
}

.productselector__facets .facetwp-facet select {
	font-size: 1.25em;
}

.productselector__results {
	text-align: left;
}

.productselector__results h3 {
	text-align: center;
	margin: 2em 0 1em 0;
}

.productselector__results__item {
	padding: 0 0 2em 0;
}

.productselector__results__item__img {
	float: left;
	width: 25%;
}

.productselector__results__item__text {
	float: right;
	width: 70%;
}


@media (min-width: 1120px) {

	.header-nav-fixed {
		position:fixed;
		top: 0px;
		z-index: 2000;
		width: 100%;
	}

	.header-gap {
		height: 180px;
		background: #ffffff;
	}

}


.header-img img {
	width: 100%;
}