/*HTML Reset*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background:transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
input, select {
	vertical-align:middle;
}
/* font-size: 12px; */
/* font-size: 13px; */
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	line-height: 22px;
	color: #555;
	min-width: 1100px;
	background: #3d3d3d;
}
body .bg {
	background: url(../images/bg.jpg) repeat-x left 120px #fff;
}
body .pgBg {
	background: #fff;
}
body.popup {
	max-width: 800px;
	max-height: 500px;
}
/*--------------- Global Container ---------------*/
.globalContainer {
	width: 1024px;
	padding: 0px;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body#home .globalContainer {
	background: #fff;
}
.wrap {
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body.popup .globalContainer {
	width: 768px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/*--------------- Global Site Text Styles ---------------*/
h1 {
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 20px;
	color: #073144;
}
h2 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px;
	color: #1f9fd9;
}
h3 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px;
	color: #3a3a3a;
}
h4 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
	color: #1f9fd9;
}
h5 {
	font-size: 16px;
	line-height:20px;
	margin-bottom: 5px;
	color: #073144
}
h6 {
	font-size: 14px;
	line-height:18px;
	margin-bottom: 5px;
	color: #3a3a3a;
}
/* font-size: 12px; */
/* font-size: 13px; */
p {
	font-size: 14px;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #555;
	font-weight: 400;
}
hr {
	margin: 30px 0px;
	border-bottom: dotted 1px #ccc;
	clear: both;
	border-right: none;
	border-left: none;
	border-top: none;
}
/*--------------- Global Link Styles ---------------*/
a {
	text-decoration: none;
	color: #1f9fd9;
	font-weight: 900;
}
a:hover {
	text-decoration: underline;
}
a.generalBtn {
	text-decoration: none;
	dispaly: block;
	padding: 10px;
	margin: 0;
	background: #444;
	color: #fff;
}
a.generalBtn:hover {
	background-color: #444 !important;
	text-decoration: none;
}
/*--------------- Global List Styles ---------------*/
ul, ol {
	padding: 0px;
	margin: 0px 30px 30px 0px;
	position: relative;
	left: 30px;
}
ul ul, ul ol, ol ul, ol ol {
	margin-bottom:0;
	padding-top:3px;
}
li {
	padding: 0px;
	margin-bottom: 12px;
}
/*--------------- Global Imgage Styles ---------------*/
.floatLeft {
	float: left;
	margin: 0 5% 5% 0;
}
.floatRight {
	float: right;
	margin: 0 0 5% 5%;
}
.inside #mainContent img {
	padding: 5px;
	margin: 10px;
}
/*--------------- Global Form Styles ---------------*/
input[type=text], input[type=email], input[type=tel], input[type=password] {
	padding:5px;
	margin: 0px 0px 10px;
	border: solid 1px #ccc;
}
input[type=submit] {
	padding:5px;
	margin: 0px;
	border: none;
	background: #333;
	color: #fff;
}
textarea {
	padding:5px;
	margin: 0px;
	border: solid 1px #ccc;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/*--------------- Column Styles ---------------*/
.columns {
	float: left;
	padding-right: 20px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.one {
	width: 100%;
	float: none;
	clear: both;
}
.threeFour {
	width: 75%;
}
.two {
	width: 50%;
}
.twoThree {
	width: 66.67%;
}
.three {
	width: 33.33%;
}
.four {
	width:25%;
}
.five {
	width: 20%;
}
.six {
	width: 16.66%;
}
.columnContent {
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gutter {
	padding: 20px 0px 20px 20px;
}
body.landing .gutter {
	padding-bottom: 0px;
}
/*--------------- Page Top ---------------*/
#masthead {
	height: 120px;
	padding-top: 35px;
	z-index:0;
}
#mastheadWrapper {
	width:100%;
}
#mastheadContent {
	width:1024px;
	margin:0 auto;
	top:-20px;
	text-align:center;
}
#mastheadBottom.invisible {
	display:none;
}
#mastheadBottom.visible {
	display:inline-block;
	background:url(/images/division-nav-bg-flipped.gif);
	width:100%;
	position:absolute;
	top:120px;
	z-index:99999;
}
#masthead.stick {
	background: #fff;
	margin:0 auto;
    margin-top: 0 !important;
	height: 140px !important;
	padding-top: 35px;
    position: fixed;
    top: 0;
	left: 0;
	opacity:1;
	z-index:10000;
}
.logoBox {
    width:263px;
}
a.logo {
	display: block;
	width: 263px;
	height: 40px;
	background: url(../images/logo.gif) center center no-repeat;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
}
/*--------------- Beginning of Top Navigation Menu ---------------*/
nav.top {
	clear: both;
	text-align: right;
	position: relative;
	z-index: 999;
	float: right;
	margin: -70px 42px 0px 0px;
}
#menu-top-nav {
	margin: 0px;
	padding: 0px;
	left: 0px;
	z-index: 99;
	display: block;
	float: left;
}
#menu-top-nav li {
	margin: 0 0 0 -3px;
	padding: 0px;
	display: inline-block;
	position: relative;
	border-right: solid 1px #ccc;
}
#menu-top-nav li a {
	font-size: 12px;
	text-decoration: none;
	text-transform:uppercase;
	display: block;
	margin: 0px;
	padding: 0px 14px;
	color: #444;
	font-weight: 300;
}
#menu-top-nav li a:hover {
	color: #1f9fd9;
}
/*-------------- Search Site Section ---------------*/
.siteSearch {
	float: right;
	width: auto;
	margin: -3px 0px 0px 7px;
}
.siteSearch input[type=text] {
	border: solid 1px #fff;
	text-transform: uppercase;
	font-weight: 400;
	color: #1f9fd9;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px 10px;
	width: 85px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.siteSearch:hover input[type=text], .siteSearch input[type=text]:focus {
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
	color: #777;
	border: solid 1px #ccc;
	width: 150px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.siteSearch input[type=submit] {
	background: url(../images/magnifying-glass.gif) center center no-repeat;
	width: 30px;
}
/*--------------- Beginning of Division Navigation Menu ---------------*/
nav.division {
	clear: both;
	text-align: right;
	background: url(../images/division-nav-bg-left.gif) top left no-repeat;
	position: absolute;
	z-index: 999;
	padding-left: 42px;
	max-width: 700px;
	margin-left:305px;
	bottom: 0;
	top:78px;
}
#menu-division-nav {
	margin: 0px;
	padding: 0px 42px 0 0;
	left: 0px;
	z-index: 99;
	display: block;
	background: url(../images/division-nav-bg-right.gif) top right no-repeat;
}
#menu-division-nav li {
	margin: 0 0 0 -4px;
	padding: 0px;
	display: inline-block;
	position: relative;
}
#menu-division-nav li:first-child {
	margin-left: 0;
}
#menu-division-nav li a {
	font-size: 14px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	margin-left: -1px;
	padding: 10px 19px;
	color: #fff;
	font-weight: 300;
	background: url(../images/division-nav-bg.gif) top left repeat-x;
}
#menu-division-nav li a:hover {
	background: url(../images/division-nav-bg-hover.gif);
}
#menu-division-nav li:last-child a {
	border: none;
}
/*--------------- Beginning of Main Navigation Menu ---------------*/
nav.main {
	clear: both;
	text-align: right;
	height: 50px;
	background: url(../images/nav-bg.png) repeat-x top center;
	position: relative;
	z-index: 999;
}
nav a.navControl {
	height: 50px;
	position: relative;
	z-index: 999;
	color: #333;
	text-decoration: none;
	font-size: 16px;
	background-image: url('../images/nav-mobile-icon.png');
	background-repeat: no-repeat;
	background-position: 102% top;
	margin: 0px;
	top: 0px;
	padding: 13px 10% 13px 0px;
	width: 100%;
	display: none;
	font-weight: 300;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
nav a.navControl:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
#menu-main-nav {
	margin: 0px;
	padding: 0px;
	left: 0px;
	z-index: 99;
	display: block;
}
#menu-main-nav li {
	margin: 0 0 0 -3px;
	padding: 0px;
	display: inline-block;
	position: relative;
	border-right: solid 1px #ccc;
	border-left: solid 1px #999;
}
#menu-main-nav li a {
	font-size: 14px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 14px 25px;
	color: #333;
	font-weight: 300;
	text-transform: uppercase;
}
#menu-main-nav li a:hover {
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
}
#menu-main-nav li:last-child {
	border-right: none;
}
#menu-main-nav li:first-child {
	border-left: none;
}
/*--------------- Main Nav Dropdown First Tier ---------------*/
#menu-main-nav li ul {
	visibility: hidden;
	position: absolute;
	margin: 0;
	padding: 0;
	background-color: #333;
	border-radius: 0px;
	z-index: 99;
	width: 200px;
	left: 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
#menu-main-nav li:last-child ul {
	visibility: hidden;
	position: absolute;
	margin: 0;
	padding: 0;
	background-color: #333;
	border-radius: 0px;
	z-index: 99;
	width: 200px;
	left: auto;
	right: 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
ul#menu-main-nav li:hover > ul {
	visibility: visible;
}
ul#menu-main-nav li:hover {
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
}
ul#menu-main-nav li ul li {
	dispaly: block;
	position: relative;
	width: 100%;
	margin: 0 !important;
	border: none;
}
ul#menu-main-nav li ul li a {
	padding: 8px 10px !important;
	text-align: left !important;
	color: #fff;
	font-size: 12px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	display: block;
	margin: 0px !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255, 255, 255, 0.1);
}
ul#menu-main-nav li ul li a:hover {
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
}
/*--------------- Main Nav Dropdown Second Tier ---------------*/
ul#menu-main-nav li:hover ul ul {
	visibility: hidden;
}
ul#menu-main-nav li ul li:hover> ul {
	visibility: visible;
}
/*--------------- Main Nav Dropdown Third Tier ---------------*/
ul#menu-main-nav li ul li ul {
	visibility: hidden;
	background: #555;
	position:absolute;
	top: 0%;
	left: 200px;
	width: 200px;
}
/*--------------- Mega Menu Dropdown Tier ----------------*/
#menu-main-nav li div.megaMenu {
	visibility: hidden;
	position: absolute;
	min-height: 300px;
	background-color: #333;
	left: 0;
	width: 100%;
	padding: 20px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#menu-main-nav li div.megaMenu ul {
	position: relative !important;
	background: none;
	box-shadow: none;
	position: relative !important;
	padding-bottom: 10px;
	margin-bottom: 10px;
	/*border-bottom: dotted 1px #555 !important;*/
	width: 100%;
}
#menu-main-nav li div.megaMenu ul li {
	display: block !important;
}
#menu-main-nav li div.megaMenu ul li a {
	color: #fff;
	padding: 0px 0px 0px 5px !important;
	text-decoration: none !important;
	text-transform: capitalize;
	font-size: 11px !important;
	border: none;
}
#menu-main-nav li div.megaMenu ul li:hover, #menu-main-nav li div.megaMenu ul li a:hover {
	background: rgba(0,0,0,0.3) !important;
	text-decoration: none !important;
}

#menu-main-nav li.prod {
	position: static !important;
}
ul#menu-main-nav li:hover > div.megaMenu {
	visibility: visible;
	height: auto;
	width: 100%;
}
#menu-main-nav li div.megaMenu {
	width: 100% !important;
}
#menu-main-nav li div.megaMenu h3 {
	font-size: 14px !important;
	margin-bottom: 5px;
	line-height: 16px;
	text-transform: uppercase;
	color: #47bee6;
}
#menu-main-nav li div.megaMenu h4 {
	font-size: 12px !important;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#menu-main-nav li div.megaMenu .three {
	width: 33.3% !important;
}
ul, #menu-main-nav li:first-child:hover div.megaMenu ul {
	visibility: visible;
}
/*--------------- Bread Crumb Bar Section ---------------*/
#crumbsSearch {
	background: url(../images/bread-crumb-bg.png) no-repeat center top;
	height: 50px;
	width: 1106px;
	margin: 0 -41px;
	padding: 12px 60px;
	font-size: 13px;
	font-weight: 300;
	position: relative;
	z-index: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*--------------- Advanced Search Drop Down Section ---------------*/
#advancedSearch {
	float: right;
	color: #fff;
}
#advancedSearch select {
	margin-left: 20px;
}
#breadCrumbs, #breadCrumbs a {
	color: #fff;
}
#breadCrumbs a {
	font-weight: 700;
	text-decoration: none;
}
#breadCrumbs a:hover {
	text-decoration: underline;
}
/*--------------- Division Title ---------------*/
#divisionTitle {
	background: url(../images/division-title-bg.png) top left no-repeat;
	width: 354px;
	height: 60px;
	color: #fff;
	font-size: 18px;
	padding: 19px 0px 0px 50px;
	position: absolute;
	top: -7px;
	left: -6px;
	font-weight: 900;
	text-transform: uppercase;
	z-index: 1000;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*--------------- Products Page Title ---------------*/
body#products #pageTitle, body#inside #pageTitle, body#expandable #pageTitle {
	background: transparent url("../images/section-title-bg.png") no-repeat scroll center top;
	height: 120px;
	position: absolute;
	z-index:10;
	width: 100%;
	padding: 20px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body#products #pageTitle h1, body#inside #pageTitle h1, body#expandable #pageTitle h1 {
	font-size: 20px;
	margin: 0px 0px 10px;
	padding: 0;
	text-transform: uppercase;
}
body#products #pageTitle strong, body#inside #pageTitle strong, body#expandable #pageTitle strong {
	font-size: 16px;
}
body#products #pageTitle h1, body#products #pageTitle p, body#inside #pageTitle h1, body#inside #pageTitle p, body#expandable #pageTitle h1, body#expandable #pageTitle p {
	color: #fff;
}
/*--------------- Landing Page Title ---------------*/
body.landing #pageTitle {
	background: url(../images/landing-title-bar.png) center center no-repeat;
	height: 58px;
	width: 420px;
	bottom: 0;
	left: -3px;
	color: #fff;
	position: absolute;
	z-index:99;
	padding: 20px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body.landing #pageTitle h4 {
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
}
body.landing #pageTitle h4 strong {
	font-weight: 900;
}
/*--------------- Tagline Section ---------------*/
#tagline {
	background: #3d3d3d;
	position: relative;
	padding-top:12px;
	min-height: 50px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	font-weight:500;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#tagline .leftCorner {
	background: url(../images/tagline-bg-left.png) no-repeat top left;
	width: 40px;
	height: 50px;
	position: absolute;
	bottom:0;
	left: 0;
}
#tagline .rightCorner {
	background: url(../images/tagline-bg-right.png) no-repeat top left;
	width: 40px;
	height: 50px;
	position: absolute;
	bottom:0;
	right: 0;
}
/*--------------- Header Based Rules---------------*/
header {
	padding-top: 70px;
	position: relative;
	z-index: 1;
}
header img {
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	padding: 0;
	margin: -50% 0;
	border: 0;
}
header #rotator.columns {
	padding-right: 0;
	text-align: center !important;
}
header #rotator.cycle-slideshow {
	z-index: 0;
	height: 340px;
	position: relative;
}
/*--------------- Header: Products Page Rules ---------------*/
body#products header img {
	margin: 0;
}
/*--------------- Header: Landing Page Rules ---------------*/
body.landing header {
	background: #000;
	padding-top: 0;
	margin-bottom: 20px;
}
#slideTable table {
	border-collapse: collapse
}
#slideTable td {
	background:red;
	vertical-align:top;
	margin-bottom:0;
	padding-bottom:0;
	border:1px solid green;
}
body.landing #rotator.cycle-slideshow {
	height: 375px;
	overflow: hidden;
}
body.landing #rotator.cycle-slideshow .cycle-slide {
	width: 100%;
	height: 375px;
	overflow: hidden;
}
/*--------------- Header: Software Services & Optical Bonding Rules ---------------*/
body#softwareServices header, body#opticalBonding header {
	background: url(../images/landing-header-bg.jpg) repeat-x top left !important;
}
body#softwareServices header .columns.three, body#opticalBonding header .columns.three {
	width: 40.5% !important;
	padding:40px;
}
body#softwareServices header .columns.three h2, body#opticalBonding header .columns.three h2 {
	color: #073144;
	font-weight: 300;
	line-height: 30px;
	font-size: 22px;
}
body#softwareServices header .columns.three h2 strong, body#opticalBonding header .columns.three h2 strong {
	font-weight: 900;
}
body#softwareServices header #rotator.cycle-slideshow.twoThree, body#opticalBonding header .columns.twoThree {
	width: 59.5% !important;
}
body#softwareServices header #rotator.cycle-slideshow.twoThree img, body#opticalBonding header #rotator.cycle-slideshow.twoThree img {
	max-height: 100%;
	margin: 0;
}
body#softwareServices header #rotator.cycle-slideshow iframe {
	width: 100%;
	height: 100%;
}
/*--------------- Header: Inside Generic Page Rules ----------------*/
body#inside header, body#expandable header {
	padding: 0;
}
/*--------------- Slide Navigation ---------------*/
.slideNav {
	width: 60px;
	height: 23px;
	position: absolute;
	z-index: 10;
	top: 20px;
	right: 20px;
}
a.navigation {
	display: block;
	width: 23px;
	height: 23px;
	float: right;
	margin-right: 3px;
}
a.navigaton:hover {
	opacity: 0.5;
}
a#next {
	background: url(../images/slider-nav-right.png) no-repeat center center;
}
a#previous {
	background: url(../images/slider-nav-left.png) no-repeat center center;
}
/*--------------- Header: Display Systems Slide Rules ---------------*/
body#displaySystems header #rotator .slide {
	display: block;
	position: relative;
}
body#displaySystems header #rotator .slideTxt {
	width: 50%;
	text-align: left !important;
	min-height: 120px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 20px 30px !important;
	background: rgba(0, 0, 0, 0.9);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body#displaySystems header #rotator .slideTxt h4 {
	color: #fff;
}
body#displaySystems header #rotator .slideTxt p {
	font-size: 12px;
	margin-bottom: 0;
	color: #fff;
	font-weight: 300;
}
body#displaySystems header #rotator .slideTxt a {
	text-decoration: none;
	dispaly: block;
	margin: 0;
}
body#displaySystems header #rotator .slideTxt a:hover {
	text-decoration: underline;
}
body#displaySystems header #rotator .slideImg {
	width: 67%;
	height: 100%;
	overflow: hidden;
}
body#displaySystems header #rotator .slideImg img {
	width: 100%;
	height: auto;
}
/*--- BXSlider Page Specific CSS Default Overwrite ------*/
.bx-wrapper .bx-viewport {
	border: none !important;
	box-shadow: none !important;
	left: 0 !important;
}
.bx-wrapper .bx-pager {
	display: none !important;
}
.bx-wrapper {
	margin:  0 0 60px !important;
}
.displayProducts .slide {
	overflow: hidden;
	width: 195px !important;
	height: 180px !important;
	position: relative;
	text-align: center;
}
.displayProducts .slide img {
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	margin: 0 -25% !important;
}
.displayProducts .slide span {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.displayProducts .slide a span {
	font-weight: 300 !important;
}

.displayProducts2 .slide {
	overflow: hidden;
	width: 275px !important;
	height: 154px !important;
	position: relative;
	text-align: center;
}
.displayProducts2 .slide img {
	width: auto;
	min-height: 100%;
	min-width: 100%;
	margin: 0 -5% !important;
}
.displayProducts2 .slide span {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.displayProducts2 .slide a span {
	font-weight: 300 !important;
}

.bx-controls {width:275px!important;}
.bx-wrapper .bx-next {right:1px!important}
.bx-wrapper .bx-prev:hover {cursor:pointer!important;}
.bx-wrapper .bx-controls-direction a {
	top: 180px !important;
	width: 22px !important;
	height: 22px !important;
}
.bx-wrapper .bx-prev {
	left: 0px !important;
	background: url(../images/bx-slider-arrow-left.gif) center center no-repeat !important;
}
.bx-wrapper .bx-next {
	float:right;
	background: url(../images/bx-slider-arrow-right.gif) center center no-repeat !important;
}
body#displaySystems .viewProducts {
	float: right;
	margin-top: -45px;
}
body.landing .globalContainer #mainContent.twoThree .bx-wrapper {
	max-width: 100% !important;
}
/*------- Products Page Recent & Related Products Show & Hide Rules ----------*/
body#products #recentRelated {
	background: #3b3b3b;
	height: 340px;
	color: #fff;
	padding-right: 0px;
	overflow: visible;
	position: relative;
	z-index:10 !important;
}
body#products #recentRelated h3 {
	background: url(../images/recent-related-title-bg.png) repeat-x top left;
	height: 44px;
	padding: 10px;
	font-size: 16px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body#products #recentRelated p {
	color: #fff;
	display: block;
	float: left;
	width: 60%;
}
body#products #recentRelated .item {
	margin-bottom: 20px;
}
body#products #recentRelated .itemImg {
	width: 60px;
	height: 60px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	background: #000;
}
body#products #recentlyViewed, body#products #relatedProducts {
	height: 170px;
	overflow: hidden;
	position: relative;
	padding: 20px;
	left: 0;
	background: #3b3b3b;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:256px;
}
body#products #recentlyViewed h3 {
	margin: -20px -20px 20px;
}
body#products #relatedProducts h3 {
	margin: -20px -20px 20px;
}
body#products #recentlyViewed.full-height {
	height:340px;
}
body#products #relatedProducts.full-height {
	height:340px;
}
body#products #recentlyViewed {
	top: 0;
}
#recentlyViewed.open, #relatedProducts.open {
	min-height:340px;
}
body#products .open {
	height: auto !important;
	position: absolute !important;
	z-index: 9999 !important;
}
body#products #recentRelated a#more {
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 1000;
}
body#products #recentRelated a#more.collapse {
	background: url(../images/recent-related-plus.png) no-repeat center center;
}
body#products #recentRelated a#more.expand {
	background: url(../images/recent-related-minus.png) no-repeat center center;
}
/*--------------- Homepage Header Call To Actions (3) Main Image Sections ---------------*/
body#home #callToActions {
	max-width: 1600px;
	width: 100%;
	max-height: 420px;
	margin: 0 auto;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	position: relative;
	z-index:100;
}
body#home #callToActions .columns {
	padding-right: 0px;
	background: #1a4051;
	max-height: 420px;
	position: relative;
	border-right: solid 1px rgba(255, 255, 255, 0.5);
	overflow: visible;
}
body#home #callToActions .columns img {
	width: 100%;
	height: auto;
	margin: 0 0 60px;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
body#home #callToActions .columns:hover img {
	opacity: 0.5;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
body#home #callToActions .columns:last-child {
	border: none;
}
body#home #callToActions .columns h2,body#home #callToActions .columns h2 a {
	display: block;
	background-color: #04212d;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	padding: 20px 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index:1;
	text-decoration:none;
}
body#home #callToActions .columns:hover h2,body#home #callToActions .columns:hover h2 a {
	background: url(../images/cta-header-bg.gif) top left repeat-x;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
body#home #callToActions .screen {
	background: #fff;
	width: 0%;
	padding: 0;
	;
	position: absolute;
	overflow: hidden;
	height: 420px;
	z-index:0;
	opacity:0;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body#home #callToActions .screen div {
	display: none;
	margin: 40px 80px 40px 40px;
}
body#home #callToActions .softwareServices .screen div {
	display: none;
	margin: 40px 40px 40px 80px;
}
body#home #callToActions .screen h3 {
	font-size: 22px;
	line-height: 22px;
	color: #1383ca;
}
body#home #callToActions .screen img {
	float: right;
	max-width: 15%;
	height: auto;
	margin: 0 0 0 20px;
	opacity: 1 !important;
	z-index:1;
	position: relative;
}
body#home #callToActions .screen hr {
	margin-bottom: 0;
}
body#home #callToActions .screen a.divisionLink {
	background: url(../images/cta-link-bg.png) top left no-repeat;
	width: 249px;
	height: 21px;
	color: #fff;
	padding: 10px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
body#home #callToActions .screen a.divisionLink:hover {
	background: url(../images/cta-link-bg-hover.png) top left no-repeat;
}
body#home #callToActions .screen a.closeBtn {
	background: url(../images/close-btn.png) no-repeat center center;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	right: 40px;
	top: 40px;
}
body#home #callToActions .softwareServices .screen a.closeBtn {
	right: auto;
	left: 40px !important;
}
body#home #callToActions .displaySystems .screen, #callToActions .opticalBonding .screen {
	top: 0;
	left: 100%;
}
body#home #callToActions .softwareServices .screen {
	top: 0;
	right: 100%;
}
body#home .open {
	z-index: 100 !important;
}
body#home #callToActions a.mobileLink {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index:99;
}
/*--------------- Product Page Content Container Rules ---------------*/
#productContainer {
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*----------- Accordian Navigation Menu ---------------*/
/*----------- Accordian Navigation Menu ---------------*/
nav.productTabs {
	clear: both;
	text-align: left;
	height: 48px;
	width:100%;
	background: -webkit-linear-gradient(#137aca,#48bee6);
	background: linear-gradient(#137aca,#48bee6);
	/*background: url(../images/accordian-nav-bg.png) repeat-x top center;*/
	position: relative;
	z-index: 0;
	overflow: hidden;
}
#menu-tabs-nav {
	margin: 0px;
	padding: 0px;
	left: 0px;
	z-index: 99;
	display: block;
}
#menu-tabs-nav.tabs li {
	font-size: 16px;
	text-decoration: none;
	margin: 0px;
	float:left;
	list-style:none;
	padding: 14px 23px;
	color: #fff;
	font-weight: 300;
}
#menu-tabs-nav.tabs li:hover {
	cursor:pointer;
}
#menu-tabs-nav.tabs li.current {
	background:url(../images/accordian-nav-bg-hover.png) repeat-x top center;
}
#menu-tabs-nav li {
	padding: 0px;
	display: inline-block;
	position: relative;
	border-right: solid 1px rgba(255, 255, 255, 0.3);
	border-left: solid 1px rgba(0, 0, 0, 0.3);
}
#menu-tabs-nav li a {
	font-size: 13px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 14px 23px;
	color: #fff;
	font-weight: 300;
}
#menu-tabs-nav li a:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
#menu-tabs-nav li:last-child {
	border-right: none;
}
#menu-tabs-nav li:first-child {
	border-left: none;
}
body#products nav.productTabs a.quote {
	background: url(../images/request-quote-bg.png) no-repeat top right;
	height: 49px;
	display: block;
	padding: 14px 20px;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body#products nav.productTabs a.quote:hover {
	background: url(../images/request-quote-bg-hover.png) no-repeat top right;
}
.tab-content{
	display: none;
}

.tab-content.current{
	display: block;
}
/*--------------- Main Container Section ---------------*/
#mainContainer {
}
body#home #mainContainer {
	padding: 20px;
}
body#inside #mainContainer, body#expandable #mainContainer {
	background: #fff;
	padding: 140px 30px 30px;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	position: relative;
	z-index:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body#inside.popup #mainContainer {
margin-bottom: 20px;
border-bottom: solid 1px #ccc;
}
body#inside .pgBg #mainContainer, body#expandable .pgBg #mainContainer {
	padding: 20px;
	border: none;
}
/*--------------- Main Content Section ---------------*/
#mainContent {
	padding: 0px 20px 20px;
	overflow: visible;
	min-height:300px;
}
#mainContent img {
	margin: 0 20px 20px;
}
div.contactForm {
	border-left: solid 1px #eee;
	padding-left: 20px;
	padding-right: 0px;
}
div.contactForm p {
	margin-bottom: 20px;
}
div.contactForm input, div.contactForm textarea {
	width: 100%;
	margin-bottom: 5px;
	padding: 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body.landing #mainContent {
	padding-right: 40px;
	border-right: solid 1px #ccc;
}
body.landing #mainContent h5 {
	font-weight: 300;
}
body#products #mainContent {
	padding: 50px;
}
body#products #mainContent h3, body#inside #mainContent h3, body#expandable #mainContent h3 {
	font-size: 16px;
	color: #35a8dd;
	padding: 10px 0 0;
	margin: 0 0 10px;
}
.acc-hold .hold .content-hold{display:none;}
.acc-hold .hold{
	width:100%;
	overflow:hidden;
}
.acc-hold .hold h3{cursor:pointer;}
body#products #mainContent h3.ui-accordion-header, body#expandable #mainContent h3.ui-accordion-header,.acc-hold .hold h3 {
	border-top: solid 1px #ccc;
	background-image: url(../images/accordian-expand-img.png);
	background-repeat: no-repeat;
	background-position: right center;
}
body#products #mainContent h3.ui-accordion-header:hover, body#expandable #mainContent h3.ui-accordion-header:hover, .acc-hold .hold h3:hover{
	text-decoration: underline;
}
body#products #mainContent h3.ui-accordion-header-active, body#expandable #mainContent h3.ui-accordion-header-active,.acc-hold .hold.active h3 {
	background-image: url(../images/accordian-collapse-img.png);
}
/*body#products #mainContent iframe {
	float: right;
	margin: 0 0 20px 20px;
}*/
/* 	margin: 0 0 20px; */
body#products #mainContent table, body#inside #mainContent table, body#expandable #mainContent table {
	background: #f6f6f6;
}
/*body#products #mainContent table td, body#inside #mainContent table td, body#expandable #mainContent table td {
	padding: 20px 10px;
}*/
/*body#products #mainContent table td {
	padding: 0 10px;
}*/
body#products #mainContent table td p, body#inside #mainContent table td p, body#expandable #mainContent table td p {
	margin-bottom: 0;
}
/*--------------- Display Systems, Optical Bonding, & Software Services Sidebar Section ---------------*/
aside {
	padding: 0px 20px 20px;
}
body.landing aside {
	padding-left: 40px;
	border-left: solid 1px #ccc;
	position: relative;
	left: -1px;
}
body.landing aside.columns {
	overflow: visible !important;
}
body.landing aside h3, body.landing #mainContent h3, body.landing aside h4 {
	color: #3a3a3a;
}
body.landing aside h4 {
	padding-bottom: 10px;
	display: block;
}
body.landing aside h5 {
	margin-bottom: 15px;
	color: #1f9fd9;
	background: url(../images/featured-product-bullet.gif) left center no-repeat;
	padding-left: 25px;
}
body.landing aside .featuredImg {
	min-height: 150px;
	max-height: 200px;
	overflow: hidden;
	margin-bottom: 30px;
}
body.landing aside .featuredImg img {
	width: 100%;
	height: auto;
	position: relative;
}
body.landing aside .featuredImgDS {
	min-height: 150px;
	max-height: 215px;
	overflow: hidden;
	margin-bottom: 30px;
}
body.landing aside .featuredImgDS img {
	height: auto;
	position: relative;
}
body.landing aside .featuredImg iframe {
	width: 100%;
	height: auto;
}
body.landing aside .generalBtn {
	background: #1f9fd9;
	clear: both;
}
/*--------------- Display Systems, Optical Bonding, & Software Services Diverse Applications Section ---------------*/
#applicationsContainer {
	background: url(../images/diverse-applications-bg.jpg) center top repeat-x;
	height: 200px;
	overflow: hidden;
	padding-top: 65px;
	color: #fff;
	margin-top: -44px;
	z-index: 0;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#applicationsContainer .threeFour {
	padding-right: 0;
}
#applicationsContainer .appImg {
	width: 100%;
	height: 90px;
	overflow: hidden;
	margin-bottom: 5px;
	text-align: center;
}
#applicationsContainer .columns.six {
	padding-right: 5px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
}
#applicationsContainer .columns.six:last-child {
	padding-right: 0;
}
#applicationsContainer .appImg img {
	width: auto;
	height: 100%;
	min-width: 100%;
	min-height: auto;
	display: block;
}
#applicationsContainer p, #applicationsContainer h3 {
	color: #fff;
}
/*--------------- Optical Bonding Sidebar: Optical Enhancements Section ---------------*/
#areasOfApplication a.columns.two {
	position: relative;
	color: #073144;
	border-bottom: solid 1px #ccc;
	padding: 0 10px 5px 0;
	margin: 0 0 5px;
	font-weight: 400;
	width: 50%;
	display: block;
	overflow: visible;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#areasOfApplication a.columns.two:nth-child(even):hover {
 background: url(../images/area-of-application-arrow-right.gif) left center no-repeat;
 padding-left: 20px;
}
#areasOfApplication a.columns.two:nth-child(odd):hover {
 background: url(../images/area-of-application-arrow.gif) right center no-repeat;
}
#areasOfApplication a.columns.two:nth-child(even) {
 padding-right: 0;
 margin-left: 12px;
 width: 45%;
}
#areasOfApplication a.columns.two:hover {
	font-weight: 700;
	text-decoration: none;
}
#areasOfApplication a.columns.two:hover span {
	display: block;
}
#areasOfApplication a.columns.two span {
	background: rgba(0, 0, 0, 0.9);
	padding: 30px;
	color: #fff;
	width: 200px;
	position: absolute;
	z-index: 10;
	top: 0;
	display: none;
	margin-top: -50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#areasOfApplication a.columns.two span ul {
	left: 0;
	margin: 0;
}
#areasOfApplication a.columns.two:nth-child(even) span {
 left: -200px;
}
#areasOfApplication a.columns.two:nth-child(odd) span {
 right: -200px;
}
.displayEnhancements {
	position: relative;
}
.displayEnhancements a {
	font-size: 16px;
	display: inline-block;
	padding: 10px;
}
.displayEnhancements a:hover {
	background: url(../images/display-enhancement-arrow.gif) no-repeat bottom center;
	padding-bottom: 20px;
}
.displayEnhancements a span {
	display: none;
	position: absolute;
	width: 600px;
	background: rgba(0, 0, 0, 0.9);
	padding: 30px;
	color: #fff;
	left: 50%;
	margin-left: -300px;
	top: 100%;
 left: 0 z-index: 10;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.displayEnhancements a span img {
	width: 150px;
	height: auto;
	float: left;
	margin: 0 20px 0 0 !important;
}
.displayEnhancements a:hover span {
	display: block;
	font-weight: 400;
	font-size: 12px;
}
/*--------------- Secondary Container Section ---------------*/
#secondaryContainer {
	background: #e4e4e4;
}
#secondaryContainer .globalContainer {
	border-top: solid 5px #1f9fd9;
	padding: 30px 0;
}
#secondaryContainer .columns {
	padding-right: 40px;
}
#secondaryContainer h3 {
	font-size: 18px;
	padding: 15px 0px 15px 60px;
	margin-bottom: 15px;
	border-bottom: solid 3px #073346;
	color: #073346;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#secondaryContainer p {
	color: #222;
	margin-bottom: 20px;
}
#secondaryContainer a {
	color: #073346;
	text-decoration: none;
	font-weight: 900;
}
#secondaryContainer a:hover {
	text-decoration: underline;
}
/*--------------- News Section ---------------*/
#news {
	border-bottom: solid 1px #ccc;
	margin: 0px 0px 30px;
	padding-right: 20px;
}
#news.gutter {
	padding-bottom: 0px;
}
#news .columns {
	padding-right: 50px;
}
#news h4 {
	font-size: 20px;
	color: #174053;
	text-transform: uppercase;
	font-weight: 300;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #ccc;
}
#news h5 {
	color: #133444;
}
#news p {
	margin-bottom: 20px;
}
#news a {
	text-decoration: none;
	color: #133444;
	display: block;
	font-weight: 700;
}
/*--------------- Twitter Section ---------------*/
#twitter h3 {
	background: url(../images/twitter-icon.png) no-repeat center left;
}
/*--------------- Upcoming Events & Codes Section ---------------*/
#upcomingEvents h3 {
	background: url(../images/upcoming-events-icon.png) no-repeat center left;
}
#codes h3 {
	background: url(../images/codes-img.png) no-repeat center left;
}
#upcomingEvents ul, #codes ul {
	list-style-type: square;
}
/*--------------- Contact Info Section ---------------*/
#contactInfo h3 {
	background: url(../images/contact-icon.png) no-repeat center left;
}
#contactInfo h4 {
	font-weight: 300;
}
#contactInfo h4, #contactInfo h5 {
	color: #073346;
}
#contactInfo hr {
	margin: 10px 0 20px 0;
}
#contactInfo strong {
	font-size: 16px;
}
/*--------------- Social Media Section ---------------*/
#socialMedia {
	text-align: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
.icon {
	padding: 0;
	margin: 0 1% 0% 0%;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.icon:last-child {
	margin: 0;
}
.facebook {
	background: url(../images/facebook.png) center center no-repeat;
}
.twitter {
	background: url(../images/twitter.png) center center no-repeat;
}
.linkedIn {
	background: url(../images/linkedIn.png) center center no-repeat;
}
.pinterest {
	background: url(../images/pinterest.png) center center no-repeat;
}
.googlePlus {
	background: url(../images/google-plus.png) center center no-repeat;
}
.youtube {
	background: url(../images/youtube.jpg) center center no-repeat;
}
.instagram {
	background: url(../images/instagram.png) center center no-repeat;
}
/*--------------- Footer Section ---------------*/
footer {
	background: url(../images/footer-bg.png) repeat-x top center #3d3d3d;
	display: block;
	clear: both;
}
body#products footer, body#inside footer, body.landing footer, body#expandable footer {
	background: url(../images/footer-bg-product-pg.png) repeat-x top center #3d3d3d;
}
footer .wrap {
	width: 1024px;
	margin: 0 auto;
	padding-top: 20px;
}
/*--------------- Site Annotion Section ---------------*/
p.developer {
	float: right;
	width: auto;
	color: #fff;
	clear: both;
	margin-right: 20px;
}
p.developer a, p.copyright a {
	color:#fff;
}
/* float: left; */
p.copyright {
	float: none;
	width: auto;
	color:#fff;
	text-align: center;
}

#thisForm input, select {vertical-align: top;}

@media screen and (min-width:1025px) {
#menu-main-nav {
 display: block !important;
}
}
@media screen and (max-width:1024px) {
body {
 min-width: 100%;
}
.globalContainer {
 width: 100%;
}
}
@media screen and (min-width: 768px) and (max-width:1024px) {
#mastheadBottom {display:none !important;}
body.landing .gutter {
 padding: 20px;
}
a.logo {
 margin-left: 35px;
 margin-bottom: 35px;
}
nav.top {
 clear: left;
 margin: 0px;
 display: block;
 width: 100%;
 background: url(../images/division-nav-bg.gif) repeat-x center left;
}
#menu-top-nav {
 float: right;
}
#menu-top-nav li a {
 padding: 10px 20px;
 color: #fff;
}
#menu-top-nav li a:hover {
 color: #222;
}
.siteSearch {
 margin: 6px 20px 0px 20px;
}
.siteSearch input[type=text] {
 background: transparent;
 color: #fff;
 border: none;
}
.siteSearch input[type=text]:focus, .siteSearch input[type=text]:hover {
 background-color: rgba(0, 0, 0, 0.3) !important;
 color: #fff;
 border: solid 1px rgba(255, 255, 255, 0.5);
}
.siteSearch input[type=submit] {
 background: url(../images/magnifying-glass-white.gif) no-repeat center center;
}
nav.division {
 display: none;
}
body#home #callToActions .columns h2 {
 font-size: 18px;
 padding: 10px 20px;
}
body#home #callToActions .columns img {
 margin: 0px 0px 40px;
}
body#home #callToActions .screen p {
 font-size: 12px;
 margin-bottom: 10px;
}
body#home #callToActions .screen hr {
 margin-top: 10px;
}
body#home #callToActions .screen h3 {
 font-size: 16px;
}
body#home #callToActions .screen div {
 margin: 15px 60px 15px 15px;
}
body#home #callToActions .softwareServices .screen div {
 margin: 15px 15px 15px 60px;
}
body#home #callToActions .screen a.closeBtn {
 right: 20px;
 top: 20px;
}
body#home #callToActions .softwareServices .screen a.closeBtn {
 right: auto;
 left: 20px !important;
}
nav.main {
 height: auto;
 background-color: #d3d3d3;
}
nav a.navControl {
 display: block;
}
#menu-main-nav {
 display: none;
 text-align: left;
}
#menu-main-nav li {
 display: block;
 border-bottom: solid 1px #555;
}
#menu-main-nav li a {
 color: #333;
}
#menu-main-nav li a:hover {
 color: #fff;
}
#menu-main-nav li ul {
	position: relative !important;
	width: 100%;
	display: block;
	visibility: visible;
}
#menu-main-nav li:last-child ul {
	position: relative !important;
	width: 100%;
	display: block;
	visibility: visible;
}
ul#menu-main-nav ul li a {
	font-size: 13px;
}
ul#menu-main-nav li ul li a {
    padding: 10px 25px !important;
}
.mega .columns.one {
	position: relative !important;
}
#menu-main-nav .mega .columns ul li a {
	padding: 10px !important;
}
#menu-main-nav li div.megaMenu {
	visibility: visible;
	position: relative;
}
#pageTitle h1 {
 font-size: 18px;
}
/*--------------- Header ---------------*/
header {
 max-height: 400px;
 overflow: hidden;
}
body#inside header {
 overflow: visible;
}
body#products header {
 overflow: visible;
 max-height: none;
}
body.landing header img {
    margin: 0px;
}
.cycle-slideshow {
 width: 100%;
 position: relative;
 padding: 0;
 margin: 0;
 z-index: 10;
 background: #333;
}
/*--------------- Slides ---------------*/
.slideTxt {
 display: none;
}
.cycle-slideshow article {
 width: 100%;
}
.slideImg {
 min-width: 100%;
 max-height: 400px;
 overflow: hidden;
 position: relative;
 background: #111;
 display: block;
}
/*--------------- Slide Navigation ---------------*/
a.navigaiton {
 display: block;
 width: 22px;
 height: 22px;
 background: rgba(0, 0, 0, 0.5);
 color: #FFF;
 position: absolute;
 top: 40%;
 text-align: center;
 text-decoration: none;
 font-size: 48px;
 font-weight: 400;
 padding: 15px 10px 5px 10px;
 border-radius: 20px;
 line-height: 0;
}
a.navigaiton {
 opacity: 0.5;
 z-index:999;
}
a#next {
 right: 25px;
}
a#previous {
 left: 25px;
}
#crumbsSearch {
 width: 100%;
 font-size: 12px;
 margin: 0px;
 padding: 12px 20px;
 height: auto;
 background: #3d3d3d;
}
#advancedSearch {
 margin-left: 50px;
}
body.landing #mainContent {
 border: none;
 border-bottom: dotted 1px #ccc;
 margin-bottom: 40px;
}
body.landing aside {
 border-left: none;
}
body.landing aside .featuredImg {
 max-height: 350px;
}
body#products #recentRelated h3 {
 color: #fff;
}
body#products #recentRelated {
 clear: left;
 width: 100%;
 background: #3b3b3b;
 color: #fff;
 padding-right: 0px;
 overflow: hidden;
 position: relative;
 height: auto;
}
body#products #relatedProducts {
 top: 0px;
}
body#products #recentRelated a#more {
 display: none;
}
#applicationsContainer {
 margin-top: 0;
}
#recentRelated .item {
 margin-bottom: 40px;
}
body#products #recentlyViewed, body#products #relatedProducts {
 width: 50%;
 float: left;
 height: auto;
 overflow: visible;
 position: relative !important;
 padding: 20px;
 left: 0;
 top: 0;
 background: #3b3b3b;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
nav.productTabs {
 text-align: center;
 overflow: visible;
 height: 96px;
 z-index: 99;
}
#menu-tabs-nav {
 width: 100%;
}
a.quote {
 clear: left;
 width: 100%;
}
#opticalBonding header .columns.twoThree img {
 margin: 0 -50% !important;
}
body.landing header {
 overflow: visible;
}
.landing header #pageTitle {
 position: absolute;
 z-index:999;
 bottom: 0;
 top: auto;
}
body.landing #mainContent, body.landing aside {
 width: 100% !important;
 float: none;
 border: none;
}
body.landing aside {
 padding-left: 20px;
 padding-right: 40px;
}
body#softwareServices.landing aside .featuredImg {
 max-height: 600px;
 height: auto;
}
body#softwareServices aside .featuredImg {
	max-height: none !important;
}
body.landing aside .featuredImg iframe {
	height: 400px;
}
bodylanding .bx-wrapper {
 max-width: 100% !important;
}
body.landing #mainContent .bx-wrapper img {
 margin: 0 !important;
}
body.landing aside .featuredImg {
 max-height: 400px;
}
.displayEnhancements a:hover {
 background: none;
 padding: 10px;
}
#areasOfApplication a {
 font-size: 13px;
}
#areasOfApplication a:hover span {
 display: none;
}
#areasOfApplication a.columns.two:hover {
 background: none !important;
 padding: 0 0 5px !important;
}
#areasOfApplication a.columns.two:hover span {
 display: none;
}
#applicationsContainer {
 padding-left: 20px;
 padding-right: 20px;
 background-position: top center;
 background-color: #083143;
 height: auto;
}
#secondaryContainer .globalContainer {
 padding: 30px 20px;
}
#secondaryContainer h3 {
 font-size: 17px;
}
#secondaryContainer .three:nth-child(2) a, #secondaryContainer .three:nth-child(3) strong {
 display: block;
}
footer .wrap {
 width: 100%;
 margin: 0 auto;
}
}
 @media screen and (max-width:767px) {
 #mastheadBottom {display:none !important;}
body .bg {
 background-position: left 254px;
 overflow: hidden;
}
.globalContainer {
 padding-top: 0px;
}
#masthead {
 height: auto;
 padding-top: 0;
}
#tagline {
    font-size:.7em;
    text-align:center;
    padding-top:0;
}
#tagline .leftCorner, #tagline .rightCorner {display:none;}

a.logo {
	display: block;
	background: url(../images/logo.gif) center center no-repeat;
	padding: 0;
	margin: 0;
	position: relative;
	top:-20px;
	left:20px;
	float: left;
}
nav.top {
 clear: left;
 margin: 0px;
 display: block;
 width: 100%;
 background: url(../images/division-nav-bg.gif) repeat-x center left;
 text-align: center;
}
#menu-top-nav li:nth-child(4) {
	display: none;
}
#menu-top-nav li a {
 padding: 10px;
 color: #fff;
}
#menu-top-nav li a:hover {
 color: #222;
}
#menu-top-nav li:last-child {
 border: none;
}
.siteSearch {
 display: none;
}
nav.division {
 display: none;
}
#crumbsSearch {
 width: 100%;
 background: #3d3d3d;
 margin: 0;
 padding: 20px;
 height: auto;
}
#breadCrumbs {
 display: none;
}
#advancedSearch {
 float: none;
 display: block;
 width: 95%;
 margin: 0 auto;
 text-align: center;
}
#advancedSearch select {
    margin-left: 0px;
	width: 100%;
}
#callToActions {
 max-height: 100%;
 max-height: none !important;
}
body#home #callToActions .columns {
 max-height: 275px !important;
}
body#home #callToActions .columns.three.opticalBonding {
	margin: 0px !important;
}
#home #callToActions .columns h2 {
 font-size: 18px;
 padding: 10px 20px;
}
#home #callToActions .columns img {
 margin: 0px 0px 20px;
}
#home #callToActions .screen {
 display: none !important;
}
#home #callToActions a.mobileLink {
 display: block !important;
}
#divisionTitle {
 top: 49px;
 z-index:0;
}
/*--------------- Navigation Section ---------------*/
nav.main {
 background-color: #d3d3d3;
 z-index:999;
 margin-bottom: 60px;
}
nav a.navControl {
 display: block;
 background-position: 2% center;
 padding-left: 15%;
 padding-right: 0;
 text-align: left;
}
#menu-main-nav {
 display: none;
 text-align: left;
 background-color: #d3d3d3;
}
#menu-main-nav li {
 display: block;
}
#menu-main-nav ul, #menu-main-nav ul ul {
 visibility: visible !important;
 width: 100% !important;
 position: relative !important;
 left: 0 !important;
}
#menu-main-nav li ul {
	position: relative;
	width: 100%;
	display: block;
	visibility: visible;
}
ul#menu-main-nav ul li a {
	font-size: 13px;
}
#menu-main-nav li div.megaMenu {
	visibility: visible;
	position: relative;
}
#menu-main-nav li div.megaMenu .columns {
	width: 100% !important;
}
#pageTitle {
 position: relative !important;
 background: none;
 height: auto !important;
 padding: 100px 30px 20px !important;
 text-align: left;
 background: none !important;
}
body.landing #pageTitle {
    background: transparent url("../images/landing-title-bar.png") no-repeat scroll left center !important;
    height: 58px !important;
    width: 100%;
    bottom: 0px;
    left: -3px;
    color: #FFF;
    position: absolute !important;
    z-index: 99;
    padding: 20px 30px !important;
    box-sizing: border-box;
}
body.landing aside .featuredImg {
    min-height: 150px;
    max-height: none;
    overflow: hidden;
    margin-bottom: 30px;
}
body#inside #pageTitle strong {
	width: 90% !important;
}
table {
	width: 100% !important;
}
/*--------------- Header ---------------*/
header {
 text-align: center;
 margin-top: -60px;
 padding-top: 0 !important;
 max-height: 375px !important;
 overflow: hidden !important;
 margin-bottom: 0px !important;
}
header + .globalContainer {
	background: #fff;
}
header .columns.three h2 {
    line-height: 24px !important;
    font-size: 20px !important;
}
body#inside header, body.landing header {
	min-height: 150px;
	max-height: none !important;
}
header img {
 height: 100%;
 width: auto;
 margin: 0px !important;
}
.cycle-slideshow {
 width: 100%;
 height: auto !important;
 position: relative;
 padding: 58px 0px 0px !important;
 margin: 0;
 z-index: 10;
}
body.landing #rotator.cycle-slideshow .cycle-slide {
	height: auto !important;
	max-height: none !important;
}
body.landing #rotator.cycle-slideshow .cycle-slide a {
    width: 100%;
    overflow: hidden;
    height: 0px;
    padding-bottom: 38%;
	margin-top: 58px;
}
body.landing #rotator.cycle-slideshow .cycle-slide a img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
body.landing #rotator.cycle-slideshow .cycle-slide a {
	display: block;
}
.cycle-slideshow article {
 overflow: hidden;
 max-height: 375px;
}
body#opticalBonding #rotator.cycle-slideshow, body#softwareServices header #rotator.cycle-slideshow {
 display: none;
}
 body#opticalBonding header, body#softwareServices header {
 padding-bottom: 58px;
 text-align: left;
}
body#opticalBonding header .columns.three, body#softwareServices header .columns.three {
 width: 100% !important;
 padding-top: 80px;
}
body#products #recentRelated {
 display: none !important;
}
/*--------------- Slide Navigation ---------------*/
.slideNav {
 display: none;
}
/*--------------- Slides ---------------*/
.slideTxt {
 display: none;
}
.slideImg {
 width: 100%;
 max-height: 300px;
 overflow: hidden;
 position: relative;
 background: #111;
 display: block;
}
/*--------------- Column Styles ---------------*/
.columns {
 width: 100% !important;
 padding-bottom: 20px;
}
#news .columns {
    padding-right: 0px;
}
.displayEnhancements a:hover {
 padding-bottom: 10px !important;
 background: none !important;
}
.displayEnhancements a:hover span {
 display: none !important;
}
body.landing aside h5 {
 font-size: 14px !important;
}
#areasOfApplication a.columns.two {
 margin: 0 !important;
 padding: 10px 0 !important;
}
#areasOfApplication a.columns.two:hover {
 background: none !important;
 padding: 10px 0 !important;
}
#areasOfApplication a.columns.two:hover span {
 display: none !important;
}
nav.productTabs {
 height: auto !important;
}
#menu-tabs-nav {
 padding: 0;
 margin: 0;
}
#menu-tabs-nav li {
 display: block;
 width: 50%;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 border-bottom: solid 1px rgba(0,0,0,0.2);
}
#menu-tabs-nav li a {
 display: block;
 background: url(../images/accordian-nav-bg.png) repeat-x top left;
 padding: 13px 24px;
}
#menu-tabs-nav li a:hover {
 background: url(../images/accordian-nav-bg-hover.png) repeat-x top left;
}
#mainContainer.gutter {
 padding: 0;
}
.gutter {
 padding-right: 20px !important;
}
body#inside #mainContainer {
 padding-top: 30px;
}
#mainContent {
 background: #fff;
 padding: 20px !important;
 border: none !important;
}
body.landing #mainContent img, #mainContent img {
 width: 100% !important;
 height: auto !important;
 margin: 0 0 20px !important;
}
body.landing #mainContent .bx-wrapper img {
 width: auto !important;
}
aside {
 border: none !important;
 padding-left: 20px !important;
}
#mainContent iframe {
 width: 100%;
 height: auto;
}
div.contactForm {
	border: none;
}
#applicationsContainer {
 display: none !important;
}
#products #mainContent h3 {
 padding-right: 40px;
 background: none !important;
}
#secondaryContainer .globalContainer {
 padding-left: 40px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
#secondaryContainer h3 {
 padding-left: 0 !important;
 background: none !important;
}
#secondaryContainer ul {
 left: 0 !important;
}
.pgBg #mainContainer {
 padding-left: 20px;
}
footer .wrap {
 width: 100%;
 margin: 0 auto;
 padding-top: 20px;
}
nav.footer {
 display: none;
}
/*--------------- Footer Logo ---------------*/
a.footerLogo {
 display: block;
 width: 70%;
 height: 100px;
 padding: 0;
 margin: 0 auto 20px;
 position: relative;
 background: #000;
 float: none;
}
footer #socialMedia {
 margin: 0 auto 20px;
 float: none;
 text-align: center;
 right: auto;
 width: 100%;
}
/*--------------- Footer Address ---------------*/
address.contactInfo {
 display: block;
 font-style: normal;
 width: 100%;
 float: center;
 padding: 0;
 margin: 0 0 2% 0;
 text-align: center;
}
.contactInfo p, .contactInfo a {
 color: #fff !important;
 margin: 0;
}
/*--------------- Site Annotion Section ---------------*/
p.developer {
 display: none;
}
p.developer a, p.copyright a {
 color:#fff;
}
p.copyright {
 float: none;
 text-align: center;
 width: 0 auto;
 color:#fff;
 margin: 0 0 20px;
}
}

a.validationPop {
	text-decoration: none;
}
a.validationPop span {
	display: none;
	text-decoration: none;
	width:200px;
	word-wrap:normal;
}
a.validationPop:hover span {
	position: absolute;
	text-align: left;
	padding: 3px;
	text-decoration: none;
	display: inline;
	left: 18px;
	background: rgb(242, 222, 222);
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	border: 1px solid #e70000;
	color: black;
	cursor: hand;
}
a.infoPop {
	text-decoration: none;
	position:absolute;
}
a.infoPop span {
	display: none;
	text-decoration: none;
	min-width:350px !important;
}
a.infoPop:hover span {
	white-space:normal;
	position: absolute;
	text-align: left;
	padding: 3px;
	text-decoration: none;
	display: inline;
	min-width:350px !important;
	left: 18px;
	background: #e9f3ff;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	border: 1px solid #0033ff;
	color: black;
	cursor: hand;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #e70000;
  color: #e70000;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #e70000;
}
.required {font-size:.7em;top:-7px;position:relative;color:#d21822;}
.formFieldRequiredDesc {font-style:italic;font-size:.9em;}
.formFieldLabel {font-weight:bold;font-size:1.1em;width:200px;display:inline-block;}
.formFieldDescription {font-style:italic;font-size:.9em;margin:0;}
/* border:1px solid #ccc; */
.formFieldGroup {border: 0px;padding:10px;margin-bottom:10px;}
.formFieldGroup ul {margin-top:10px;margin-bottom:10px;display:inline-block;}
.formFieldGroup ul li {width:30%;float:left;}

#galleries ul {margin-left:-30px !important;}
#galleries li {list-style:none;text-transform:uppercase;}
#galleries #galleryGroups ul {margin-left:-30px !important;}
#galleryGroups li {list-style:none;text-transform:capitalize;}
#galleries #galleryGroups #galleryImages ul {margin-left:-60px !important;}
#galleryImages li {list-style:none;float:left;}


/* Pagination */
ul.pagination {list-style:none;margin-bottom:20px;margin-top:20px;float:right;}
ul.pagination li {float:left;}
.dataTables_paginate {
  line-height: 16px;
  text-align: right;
  margin-top: 0px;
  margin-right: 0px;
  float: right;
}
.dataTables_paginate .ui-button,
.pagination.alternate li a {
  font-size: 12px;
  padding: 4px 10px !important;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: #cfcae0;
  /* for IE < 9 */

  display: inline-block;
  line-height: 16px;
  background-color: #f5f4f9;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  margin-right: 0;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f4f9), to(#eceaf3));
  background-image: -webkit-linear-gradient(top, #f5f4f9, 0%, #eceaf3, 100%);
  background-image: -moz-linear-gradient(top, #f5f4f9 0%, #eceaf3 100%);
  background-image: linear-gradient(to bottom, #f5f4f9 0%, #eceaf3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f4f9', endColorstr='#ffeceaf3', GradientType=0);
}
.dataTables_paginate .ui-button:hover,
.pagination.alternate li a:hover {
  background-color: #eceaf3;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#eceaf3), to(#cfcae0));
  background-image: -webkit-linear-gradient(top, #eceaf3, 0%, #cfcae0, 100%);
  background-image: -moz-linear-gradient(top, #eceaf3 0%, #cfcae0 100%);
  background-image: linear-gradient(to bottom, #eceaf3 0%, #cfcae0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeceaf3', endColorstr='#ffcfcae0', GradientType=0);
  color: #222222;
  text-shadow: 0 1px 0 #ffffff;
  cursor: pointer;
  text-decoration:none;
}
.pagination.alternate li a {
  margin-right: 1px;
  text-decoration:none;
}
.dataTables_paginate .first,
.pagination.alternate li:first-child a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-left-width: 1px;
}
.dataTables_paginate .last {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.dataTables_paginate .ui-state-disabled,
.fc-state-disabled,
.pagination.alternate li.disabled a {
  color: #AAAAAA !important;
}
.dataTables_paginate .ui-state-disabled:hover,
.fc-state-disabled:hover,
.pagination.alternate li.disabled a:hover {
  background-color: #f5f4f9;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f4f9), to(#eceaf3));
  background-image: -webkit-linear-gradient(top, #f5f4f9, 0%, #eceaf3, 100%);
  background-image: -moz-linear-gradient(top, #f5f4f9 0%, #eceaf3 100%);
  background-image: linear-gradient(to bottom, #f5f4f9 0%, #eceaf3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f4f9', endColorstr='#ffeceaf3', GradientType=0);
  cursor: default !important;
  border-color: #cfcae0;
  text-decoration:none;
}
.dataTables_paginate span .ui-state-disabled,
.pagination.alternate li.active a {
  background-color: #023a78 !important;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#007090), to(#007090)) !important;
  background-image: -webkit-linear-gradient(top, #007090, 0%, #007090, 100%) !important;
  background-image: -moz-linear-gradient(top, #007090 0%, #007090 100%) !important;
  background-image: linear-gradient(to bottom, #007090 0%, #007090 100%) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff023a78', endColorstr='#ff3e355d', GradientType=0) !important;
  color: #ffffff !important;
  cursor: default !important;
  border-color: #023a78 !important;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset !important;
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration:none;
}

#blogListing {border-bottom:1px solid #ccc;padding:5px;}
#blogListing:hover {background-color:#fafafa;cursor:pointer;}

.bluebutton a {
  width:244px;
  height:45px;
  font-size:1.5em;
  font-weight:bold;
  padding:14px 41px 14px 41px;
  color: #ffffff;
  text-decoration: none;
  background-color:#1f9fd9;
}
.bluebutton:hover > a {
  color: ##1f9fd9;
  text-decoration: none;
  background-color:#0e76bc;
}

.configSectionTable {border:1px solid #ccc;}
.configSectionTable th {padding:7px;line-height:1.1em;vertical-align:bottom;text-align:center;}
.configSectionTable td {border:1px solid #ccc;background:#fff;padding:7px !important;line-height:1.1em;text-align:center;}

.control-label {font-weight:bold;}

/* Scroll to top button */
.back-to-top {
    position: fixed;
    bottom: 100px;
    right: 53px;
    text-decoration: none;
    color: #000000;
    /*background-color: rgba(235, 235, 235, 0.80);*/
    font-size: 12px;
    padding: 0;
    opacity: 0;
    background: url('/images/top.png') no-repeat;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    text-shadow: 0px 0px 4px #fff;
    width: 79px;
    height: 90px;
}

.back-to-top.active {
    opacity: 0.4;
}

.back-to-top:hover {
    text-decoration: none;
    opacity: 0.9;
}