/*
Theme Name: crestultra
Theme URI: http://crest-ultrasonics.com/
Description: Child theme for Crest Ultrasonics.
Author: JonEvan Marketing Group
Author URI: http://jonevan.com/
Version: 5.1.4
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: ultrasonic cleaning equipment
Text Domain: it-l10n-Builder
Domain Path: /lang/
Template: Builder
*/


/*********************************************
	Default font settings and typography.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size: 100.01%;
}
body {
	color: #222222;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 90%;
	line-height: 1.4;
}
input, select, textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
	margin-top: 10px;
	margin-bottom: 10px;
}
a img {
	margin: 0;
}


/*********************************************
	Constrain table and input widths
*********************************************/
table, input, textarea, select {
	box-sizing: border-box;
	height: auto;
	max-width: 100% !important;
}


/*********************************************
	Main Background
*********************************************/
body {
	background: #FFF url('images/inner-pages-background.gif') top center no-repeat;
}


/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #fc9203;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #fc9203;
	text-decoration: underline;
}
a:focus {
	color: #fc9203;
}


/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	color: #008f9b !important;
	font-weight: bold;
}
h1 {
}

h2 {
	font-size: 1.7em;
	line-height: 1.1;
	margin-top: 0.9em;
	margin-bottom: 20px;
}
h3 {
	font-size: 1.5em;
	line-height: 1.1em;
	margin-top: 1em;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
h5, h6 {
	font-size: 1em;
}
h6 {
	font-style: italic;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

.dropcap {
 	float: left;
	font-size: 50px !important;
	line-height: 40px;
	padding-right: 8px;
	color: #008f9b !important;
	font-weight: bold;
}


/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	border: none;
	display: block;
	margin: 0 auto;
}


/*********************************************
	Default Module Styling
*********************************************/
.builder-module-background-wrapper {
	background: #FFFFFF;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.builder-module-last {
	margin-bottom: 0;
}
.builder-module-element {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

/* Failed attempt #5 at producing full-height sidebars

   This does not work due to a Firefox glitch that causes wide content to
   override the width of blocks.

   These rules should be looked at again later in case Firefox fixes this issue.
*/

/*
.builder-module {
	display: table;
	table-layout: fixed;
}
.builder-module-block-outer-wrapper {
	display: table-cell !important;
	float: none !important;
	vertical-align: top;
	position: relative;
}
.builder-module-sidebar {
	min-height: 100%;
}*/


/*********************************************
	All Sidebars
*********************************************/

.builder-module-sidebar {
	background: transparent;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.builder-module-sidebar.right {
	margin-right: 0;
}
.builder-module-sidebar.left {
	margin-left: 0;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget {
	color: #333333;
	margin: 0;
	padding: .75em 1.5em;
}
.builder-module-sidebar .widget-section-wrapper {
	padding: 0 .75em;
}
.builder-module-sidebar .widget-section-wrapper .widget {
	padding: .75em;
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-block-outer-wrapper .widget-wrapper-left .widget,
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget,
.builder-module-block-outer-wrapper .widget-wrapper-right .widget {
	padding-right: .75em;
}
.builder-module-sidebar h4.widget-title {
	background: none;
	color: #333333;
	font-size: 1.5em;
	line-height: 1.25;
	margin: 0 0 1em 0;
	padding: 0;
}
.builder-module-sidebar h4.widget-title a {
	color: #333333;
}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}


/*********************************************
	Header Module
*********************************************/
.builder-module-header {
	padding: .75em 0;
}
.builder-module-header .builder-module-sidebar {
	background: none;
	padding: 0;
}
.builder-module-header .builder-module-element {
	padding: .75em 1.5em;
}

.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	color: #262626;
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	height: auto;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.site-title a:hover,
.site-tagline a:hover {
	color: #000000;
}

.site-title {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0;
}

.site-tagline {
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	margin: .5em 0 0 0;
}
.site-tagline,
.site-tagline a {
	color: #666666;
}


/*********************************************
	Navigation Module
*********************************************/

.builder-module-navigation {
	background: #FFFFFF;
	display: block;
	font-size: 1em;
	line-height: 2;
	width: 99.5%;
	border: 1px solid #d9d9d9;
	margin-bottom: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -webkit-linear-gradient(#ffffff, #f5f5f5);
  background: -moz-linear-gradient(center top, #ffffff 0%, #f5f5f5 100%);
  background: -moz-gradient(center top, #ffffff 0%, #f5f5f5 100%);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.builder-module-navigation .builder-module-element {
	padding: 0;
}
.builder-module-navigation ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.builder-module-navigation ul * {
	margin: 0;
}
.builder-module-navigation li {
	padding: 0;
}
.builder-module-navigation li a,
.builder-module-navigation .current_page_item li a,
.builder-module-navigation .current-cat li a {
	color: #50b3c6;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding: .5em 1em;
	border-right: 1px solid #d9d9d9;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.builder-module-navigation .current_page_item a,
.builder-module-navigation .current-cat a,
.builder-module-navigation .current-menu-item a {
	color: #fc9203;
}
.builder-module-navigation li a:hover {
	color: #fc9203;
}
/* second level stuff */

.builder-module-navigation li ul {
	border: .1em solid #C9C9C9;
	background-color: #FFF;
	border-bottom: 0;
	width: 250px;
}
.builder-module-navigation li li {
	border-bottom: .1em solid #C9C9C9;
	width: 250px;
}
.builder-module-navigation li li a {
	float: none;
	font-size: 16px;
	letter-spacing: 0px;
	text-transform: capitalize;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
}
.builder-module-navigation li ul ul {
	margin: -3.1em 0 0 14em;
}

/* third level stuff */

.builder-module-navigation li ul ul {
	border: .1em solid #C9C9C9;
	background-color: #FFF;
	border-bottom: 0;
	width: 300px;
}
.builder-module-navigation li li li {
	border-bottom: .1em solid #C9C9C9;
	width: 300px;
}
.builder-module-navigation li li li a {
	float: none;
	font-size: 16px !important;
	letter-spacing: 0px !important;
	text-transform: capitalize !important;
}
.builder-module-navigation li li li a:hover,
.builder-module-navigation li li li a.sfhover {
}
.builder-module-navigation li ul ul {
	margin: -2.5em 0 0 250px;
}

/*********************************************
	Widget Bar Module
*********************************************/

.builder-module-widget-bar-background-wrapper {
	background: transparent;
	padding: .75em;
}
.builder-module-widget-bar-background-wrapper.builder-module-before-widget-bar-background-wrapper {
	padding-bottom: 0;
	margin-bottom: 0;
}
.builder-module-widget-bar-background-wrapper.builder-module-after-widget-bar-background-wrapper {
	padding-top: 0;
	background: #FFF;
}

.builder-module-widget-bar .builder-module-sidebar {
	padding: 0;
}
.builder-module-widget-bar .widget {
	padding: .75em;
}


/*********************************************
	Footer Module
*********************************************/

.builder-module-footer-background-wrapper {
	background: transparent;
}
.builder-module-footer .builder-module-element {
	color: #333333;
}
.builder-module-footer .single .builder-module-element,
.builder-module-footer .left .builder-module-element {
	padding-top: 0;
}
.builder-module-footer .single .builder-module-element,
.builder-module-footer .right .builder-module-element {
	padding-bottom: 0;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	color: #333333;
	text-decoration: none;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}


/*********************************************
	Image Module
*********************************************/

.builder-module-image-background-wrapper {
	background: transparent;
}
.builder-module-image .builder-module-element {
	font-size: 0;
	margin: 0;
}
.builder-module-image .builder-module-element img {
	margin: 0;
}


/*********************************************
	HTML Module
*********************************************/

.builder-module-html .builder-module-element>*:first-child {
	margin-top: 0;
}
.builder-module-html .builder-module-element>*:last-child {
	margin-bottom: 0;
}


/*********************************************
	Content Module
*********************************************/

.builder-module-content .builder-module-element {
	overflow: hidden;
}
.builder-module-content .hentry {
}

.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {
	display: none;
}

.entry-title {
	clear: both;
	color: #262626;
	font-size: 1.9em;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: .56em;
	display: none !important;
}
.entry-title a {
	color: #262626;
	font-size: 1em;
	text-decoration: none;
}
.entry-title a:hover {
	color: #AAAAAA;
}
.hentry .entry-meta {
	display: block;
}
.hentry .entry-meta a {
	font-style: italic;
	text-decoration: none;
}
.hentry .entry-meta a:hover {
	text-decoration: underline;
}
.hentry .entry-footer {
	display: block;
}
.hentry .entry-footer img {
	max-width: none;
}

.hentry .entry-attachment .attachment {
	text-align: center;
}

.hentry .edit-entry-link {
	clear: both;
	margin: 0 0 1.5em 0;
}

.entry-content {
	clear: both;
	margin-top: 1.5em;
}
.loop-title {
	font-size: 1.75em;
	line-height: 1.7;
	margin-top: 0;
	margin-bottom: .875em;
}


/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/

.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	background: #F3F3F3;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry img {
	padding: 5px;
}
.hentry .alignright {
	margin: 0 0 10px 10px;
}
.hentry .alignleft {
	margin: 0 10px 10px 0;
}
.hentry .aligncenter {
	margin: 0 auto 10px auto;
}

.hentry .wp-caption {
	background: #eef6f7;
	padding: 0px;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0px;
	border-bottom: solid 4px #FFF;
}

.hentry .wp-caption-text {
	line-height: 1;
	margin: 0;
	padding: 10px 10px 10px 10px;
	font-style: italic;
	letter-spacing: 0.5px;
	text-align: center !important;
}

/*********************************************
	Post Meta Styles, if needed
*********************************************/

.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
}

.entry-footer {
	clear: both; /* we need this so floats in the post are cleared */
	margin-bottom: 3em;
}
.entry-footer .alignright {
	margin-bottom: 1.5em;
}
.entry-footer .categories,
.entry-footer .tags {
	background: url( 'images/category-bg.png' ) -2px 3px no-repeat;
	padding: 0 0 0 1.5em;
}
.entry-footer .comments {
	background: url( 'images/comments-bg.png' ) -2px 2px no-repeat;
	padding: 0 0 0 1.5em;
}

.EXIF table {
	margin: 1.5em auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}

/*********************************************
	Previous/Next Page Navigation
*********************************************/
.loop-utility {
	clear: both; /* To clear any floats */
}


/*********************************************
	Comment Styles
*********************************************/

#comments {
	margin: 3em 0 1.5em 0;
	padding: 0;
}
#comments ol.commentlist {
	background: transparent;
	margin: 1.5em 0;
	padding: 0;
}
#comments ul.children {
	margin: 0 1.5em;
}
#comments .vcard {
	line-height: 1;
	margin-bottom: .5em;
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0 .75em 0 0;
}
#comments .comment-meta {
	margin-bottom: 1.5em;
}
#comments li.comment {
	border: 1px solid #999999;
	clear: both;
	list-style-type: none;
	margin: 1.5em 0;
	overflow: hidden;
}
#comments li .comment-body {
	margin: 1.5em;
}
#comments blockquote {
	margin: 1.5em;
}

#respond {
	margin-top: 3em;
	overflow: visible !important;
}
.comment #respond {
	border: 1px solid #999999;
	margin: 1.5em 1.5em 1.5em 1.5em;
	padding: 0 1.5em 1.5em 1.5em;
}
#respond h3 {
	margin-bottom: 0;
}
#respond .cancel-comment-reply a {
	display: block;
	margin: 0;
}
#commentform label {
	margin-left: 1em;
}
#commentform input[type="text"] {
	width: 20em;
}
#commentform input,
#commentform textarea {
	margin: 0;
}
#commentform #comment {
	width: 100%;
}
#commentform .comment-submit-wrapper {
	margin-bottom: 0;
}


/*********************************************
	Text elements
*********************************************/

p {
	letter-spacing: 0px;
	margin-bottom: 15px;
}
p img.left {
	float: left;
	margin: 10px 10px 10px 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 10px 0 10px 10px;
}
blockquote {
	color: #666666;
	font-size: 1.2em;
	font-style: italic;
	margin: 1.5em;
	padding: 0;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}


/*********************************************
	Lists
*********************************************/

ul, ol {
	list-style-position: outside;
	margin: 0 0 0 3em;
	padding: 0;
}
.entry-content > ul,
.entry-content > ol {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
ul ul, ul ol, ol ul, ol ol {
	margin-left: 1.6em;
}
li {
	margin: 0;
	padding: 0;
	margin-bottom: .5em;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-image: url('images/bullet.gif');
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 1.5em;
}


/*********************************************
	Tables
*********************************************/

table {
	background: #F3F3F3;
	margin-bottom: 1.5em;
}
table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
th {
	background: #E8E8E8;
	font-weight: bold;
	line-height: 1.5;
}
th, td, caption {
	padding: .75em;
}
tr:nth-child(2n) th {
	background: #F6F6F6;
}
tr:nth-child(2n) td {
	background: #FFFFFF;
}
tfoot {
	font-style: italic;
}
caption {
	background: #EEEEEE;
}


/*********************************************
	Misc classes
*********************************************/

.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}


/*********************************************
	Default styling for forms
*********************************************/

label {
	font-weight: bold;
}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}


/*********************************************
	Form fields
*********************************************/

input[type=text], input[type=password], input.text, input.title, textarea, select {
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
input[type=text], input[type=password], input.text, input.title, textarea {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #666666;
}
textarea {
	width: 30em;
	height: 20em;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
/*	position: relative;
	top: .25em;*/
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0 !important;
	padding: .2em .5em;
}


/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}


/*********************************************
	Widget Styling
*********************************************/

.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
}
.widget_rss .rss-date {
	display: block;
	font-style: italic;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}


/*********************************************
	Social Tabs
*********************************************/

#social-tags {
	left: auto;
	margin-right: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 0;
	width: 95px;
	height: 100%;
}
#social-tags a {
	margin: 0;
	position: relative;
	right: -50px;
}
#social-tags a:hover {
	right: 0;
}


/*********************************************
	The Obligatory WP Styles
*********************************************/

.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}

/*********************************************
	Top Navigation
*********************************************/

#builder-module-5767142463e18-background-wrapper,
#builder-module-576714689f1b1-background-wrapper {
	background-color: #008f9b;
	font-size: 12px;
}

#builder-module-5767142463e18 #topArrowLeft::after,
#builder-module-576714689f1b1 #topArrowLeft::after,
#builder-module-5767142463e18 #topArrowRight::after,
#builder-module-576714689f1b1 #topArrowRight::after {
	content: "\25BA";
	color: #FFF;
	margin-left: 5px;
}

#builder-module-5767142463e18 #topArrowRight,
#builder-module-576714689f1b1 #topArrowRight {
	display: inline;
	float: right;
	margin-left: 10px;
}

#builder-module-5767142463e18 #topArrowLeft a,
#builder-module-576714689f1b1 #topArrowLeft a,
#builder-module-5767142463e18 #topArrowRight a,
#builder-module-576714689f1b1 #topArrowRight a {
	color: #FFF;
	text-decoration: none;
	letter-spacing: 0.5px;
}

#builder-module-5767142463e18 #topArrowLeft a:hover,
#builder-module-576714689f1b1 #topArrowLeft a:hover,
#builder-module-5767142463e18 #topArrowRight a:hover,
#builder-module-576714689f1b1 #topArrowRight a:hover {
	color: #FFF;
	text-decoration: underline;
	letter-spacing: 0.5px;
}


/*********************************************
	Masthead
*********************************************/

#it_widget_content-5,
#it_widget_content-6 {
	padding-bottom: 0px;
	background: transparent;
	margin-top: 4px;
	margin-bottom: 8px;
}

/*********************************************
	Home Slider
*********************************************/

#builder-module-5767142463ed0-background-wrapper {
	background-color: #F3F4F6;
}

#text-2 {
	padding: 0px;
	margin: 0px;
}

/*********************************************
	Home Text
*********************************************/

.post-126 h1 {
	background: url('images/h1-background.gif') top left repeat-y;
	overflow: hidden;
	padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2em;
	letter-spacing: -0.25px;
	margin-bottom: 0px;
	margin-top: 50px;
	font-size: 36px !important;
}

/* start mobile 938 width */ 
@media (max-width: 938px){
.post-126 h1 {
	background: url('images/h1-background.gif') top left repeat-y;
	overflow: hidden;
	padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2em;
	letter-spacing: -0.25px;
	margin-bottom: 0px;
	margin-top: 50px;
	font-size: 30px !important;
}
}
/* end mobile 938 width */ 

/* start mobile 801 width */ 
@media (max-width: 801px){
.post-126 h1 {
	background: url('images/h1-background.gif') top left repeat-y;
	overflow: hidden;
	padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2em;
	letter-spacing: -0.25px;
	margin-bottom: 0px;
	margin-top: 50px;
	font-size: 26px !important;
}
}
/* end mobile 801 width */ 

/* start mobile 709 width */ 
@media (max-width: 709px){
.post-126 h1 {
	background: url('images/h1-background.gif') top left repeat-y;
	overflow: hidden;
	padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2em;
	letter-spacing: -0.25px;
	margin-bottom: 0px;
	margin-top: 50px;
	font-size: 22px !important;
}
}
/* end mobile 709 width */

/* start mobile 617 width */ 
@media (max-width: 617px){
.post-126 h1 {
	background: url('images/h1-background.gif') top left repeat-y;
	overflow: hidden;
	padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2em;
	letter-spacing: -0.25px;
	margin-bottom: 0px;
	margin-top: 50px;
	font-size: 20px !important;
}
}
/* end mobile 617 width */

/* start mobile 571 width */ 
@media (max-width: 571px){
.post-126 h1 {
	background: url('images/h1-background.gif') top left repeat-y;
	overflow: hidden;
	padding-left: 20px !important;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2em;
	letter-spacing: -0.25px;
	margin-bottom: 0px;
	margin-top: 50px;
	font-size: 18px !important;
}
}
/* end mobile 571 width */

/* start mobile 521 width */ 
@media (max-width: 521px){
.post-126 h1 {
	background: url('images/h1-background.gif') top left repeat-y;
	overflow: hidden;
	padding-left: 20px !important;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.3em;
	letter-spacing: -0.25px;
	margin-bottom: 0px;
	margin-top: 50px;
	font-size: 16px !important;
}
}
/* end mobile 521 width */

/* start mobile 454 width */ 
@media (max-width: 454px){
.post-126 h1 {
	background: url('images/h1-background.gif') top left repeat-y;
	overflow: hidden;
	padding-left: 20px !important;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.3em;
	letter-spacing: -0.25px;
	margin-bottom: 0px;
	margin-top: 50px;
	font-size: 22px !important;
}
}
/* end mobile 454 width */

/* start mobile 366 width */ 
@media (max-width: 366px){
.post-126 h1 {
	background: url('images/h1-background.gif') top left repeat-y;
	overflow: hidden;
	padding-left: 20px !important;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.3em;
	letter-spacing: -0.25px;
	margin-bottom: 0px;
	margin-top: 50px;
	font-size: 20px !important;
}
}
/* end mobile 366 width */

/* start mobile 342 width */ 
@media (max-width: 342px){
.post-126 h1 {
	background: url('images/h1-background.gif') top left repeat-y;
	overflow: hidden;
	padding-left: 20px !important;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.3em;
	letter-spacing: -0.25px;
	margin-bottom: 0px;
	margin-top: 50px;
	font-size: 24px !important;
}
}
/* end mobile 342 width */

.post-126 .entry-content {
    clear: both;
    margin-top: -30px;
    margin-bottom: -20px;
}

.post-126 h2.homeHeader {
    font-size: 19px;
    margin-bottom: 0px;
    margin-top: 10px;
}

/* start mobile 849 width */ 
@media (max-width: 849px){
.post-126 h2.homeHeader {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 0px;
}
}
/* end mobile 849 width */ 

.post-126 p {
	text-align: center;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* start mobile 850 width */ 
@media (max-width: 850px){
.post-126 p {
	text-align: center;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}
}
/* end mobile 850 width */ 

.post-126 .three_col {
    float: left;
    margin-right: 4%;
    position: relative;
    width: 30.6666%;
}

/* start mobile 966 width */ 
@media (max-width: 966px){
.post-126 .three_col {
	width: 25%;
}
}
/* end mobile 966 width */ 

/* start mobile 849 width */ 
@media (max-width: 849px){
.post-126 .three_col {
    float: left;
    margin-right: 2%;
    position: relative;
    width: 29%;
}
}
/* end mobile 849 width */ 

/* start mobile 786 width */ 
@media (max-width: 786px){
.post-126 .three_col {
    float: left;
    margin-right: 2%;
    position: relative;
    width: 25%;
}
}
/* end mobile 786 width */   

/* start mobile 735 width */ 
@media (max-width: 735px){
.post-126 .three_col {
	width: 100%;
	float: left;
	clear: both;
}
}
/* end mobile 735 width */  

/*********************************************
	Inner Page Titles
*********************************************/
#builder-module-576714689f262-background-wrapper {
	margin-top: 6px;
	height: 96px;
	background-color: #F3F4F6;
}

#builder-module-576714689f262 {
	background: url('images/page-title-background.jpg') top center no-repeat;
	height: 96px;
	text-align: center;
}

/* start mobile 939 width */ 
@media (max-width: 939px){
#builder-module-576714689f262 {
	background: none;
	height: 96px;
	text-align: center;
}
}
/* end mobile 939 width */  

#builder-module-576714689f262 {
	padding: 0;
	margin: 0;
}

#builder-module-576714689f262 h1 {
	margin-top: 5px;
	font-size: 44px !important;
	font-style: italic;
	letter-spacing: .5px;
	clear: both;
}

/* start mobile 939 width */ 
@media (max-width: 939px){
#builder-module-576714689f262 h1 {
	margin-top: 15px;
	font-size: 34px !important;
	font-style: italic;
	letter-spacing: .5px;
	clear: both;
}
}
/* end mobile 939 width */

/* start mobile 747 width */ 
@media (max-width: 747px){
#builder-module-576714689f262 h1 {
	margin-top: 15px;
	font-size: 28px !important;
	font-style: italic;
	letter-spacing: .5px;
	clear: both;
}
}
/* end mobile 747 width */  

/* start mobile 634 width */ 
@media (max-width: 634px){
#builder-module-576714689f262 h1 {
	margin-top: 10px;
	font-size: 28px !important;
	font-style: italic;
	letter-spacing: .5px;
	clear: both;
	line-height: 1.1em;
}
}
/* end mobile 634 width */  

/* start mobile 409 width */ 
@media (max-width: 409px){
#builder-module-576714689f262 h1 {
	margin-top: 10px;
	font-size: 24px !important;
	font-style: italic;
	letter-spacing: .5px;
	clear: both;
	line-height: 1.1em;
}
}
/* end mobile 409 width */ 

/* start mobile 360 width */ 
@media (max-width: 360px){
#builder-module-576714689f262 h1 {
	margin-top: 10px;
	font-size: 20px !important;
	font-style: italic;
	letter-spacing: .5px;
	clear: both;
	line-height: 1.1em;
}
}
/* end mobile 360 width */ 

/* fix main random header title positioning problem */

#builder-module-576714689f262 #it_widget_content-89 h1,
#builder-module-576714689f262 #it_widget_content-90 h1,
#builder-module-576714689f262 #it_widget_content-91 h1,
#builder-module-576714689f262 #it_widget_content-92 h1,
#builder-module-576714689f262 #it_widget_content-93 h1
   {
	margin-top: -3px;
}
/* end fix */

#builder-module-576714689f262 sup {
	font-size: 16px;
	position: relative;
	vertical-align: 0;
	bottom: 1.4em;
	margin-left: 2px;
}

/*********************************************
	Inner Pages Main and Sidebar
*********************************************/

#breadcrumb {
	font-style: italic;
	margin-top: -20px;
	margin-bottom: 10px;
}

#builder-module-576714689f29b {
	background: url('images/sidebar-background.gif') top left repeat-y;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* start mobile 960 width */ 
@media (max-width: 960px){
#builder-module-576714689f29b {
	background: #FFF;
	margin-top: 20px;
	margin-bottom: 10px;
}
#builder-module-576714689f29b .builder-module-sidebar.right {
	background: #EFF6F7;
}
#builder-module-576714689f29b img.sideArrow {
	display: none;
}
}
/* end mobile 960 width */

/* start mobile 820 width */ 
@media (max-width: 820px){
#builder-module-576714689f29b img.sideArrow {
	display: block;
	float: right;
	margin-top: 3px;
}
}
/* end mobile 820 width */

#builder-module-576714689f29b .entry-content h2 {
	margin-top: 0px !important;
	font-size: 36px !important;
	background: url('images/h1-background.gif') top left repeat-y;
	overflow: hidden;
	padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: -0.25px;
	margin-bottom: 20px;
}

/* start mobile 947 width */ 
@media (max-width: 947px){
#builder-module-576714689f29b .entry-content h2 {
	margin-top: 0px !important;
	font-size: 30px !important;
	background: url('images/h1-background.gif') top left repeat-y;
	overflow: hidden;
	padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: -0.25px;
	margin-bottom: 20px;
}
}
/* end mobile 947 width */

/* start mobile 629 width */ 
@media (max-width: 629px){
#builder-module-576714689f29b .entry-content h2 {
	margin-top: 0px !important;
	font-size: 26px !important;
	background: url('images/h1-background.gif') top left repeat-y;
	overflow: hidden;
	padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: -0.25px;
	margin-bottom: 20px;
}
}
/* end mobile 629 width */

/* start mobile 466 width */ 
@media (max-width: 466px){
#builder-module-576714689f29b .entry-content h2 {
	margin-top: 0px !important;
	font-size: 22px !important;
	background: url('images/h1-background.gif') top left repeat-y;
	overflow: hidden;
	padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: -0.25px;
	margin-bottom: 20px;
}
}
/* end mobile 466 width */

/* start mobile 408 width */ 
@media (max-width: 408px){
#builder-module-576714689f29b .entry-content h2 {
	margin-top: 0px !important;
	font-size: 18px !important;
	background: url('images/h1-background.gif') top left repeat-y;
	overflow: hidden;
	padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: -0.25px;
	margin-bottom: 20px;
}
}
/* end mobile 408 width */

/* start mobile 352 width */ 
@media (max-width: 352px){
#builder-module-576714689f29b .entry-content h2 {
	margin-top: 0px !important;
	font-size: 15px !important;
	background: url('images/h1-background.gif') top left repeat-y;
	overflow: hidden;
	padding-left: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: -0.25px;
	margin-bottom: 20px;
}
}
/* end mobile 352 width */

#builder-module-576714689f29b .entry-content h2 sup {
	font-size: 14px;
	margin-top: -40px !important;
}

#builder-module-576714689f29b .builder-module-sidebar .widget {
	padding-bottom: 0 !important;
}

#builder-module-576714689f29b .widget-content {
	padding-bottom: 0px !important;
}

#builder-module-576714689f29b #legal {
	font-size: 12px;
	font-style: italic;
	margin: 10px;
}

/* standard call to action area */

#builder-module-576714689f29b #callToAction {
	background: url('images/call-to-action.jpg') top left no-repeat;
	height: 121px;
	margin-bottom: -30px;
}

#builder-module-576714689f29b #callToAction p.callHead {
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	margin-left: 117px;
	padding-top: 24px;
}

#builder-module-576714689f29b #callToAction p.callHead a {
	color: #FFF;
	text-decoration: underline;
}
#builder-module-576714689f29b #callToAction p.callHead a:hover {
	color: #FFF;
	text-decoration: none;
}

#builder-module-576714689f29b #callToAction p.callText {
	margin-left: 126px;
	font-weight: bold;
	font-size: 15px;
	margin-top: 15px;
}

/* start mobile 960 width */ 
@media (max-width: 960px){
#builder-module-576714689f29b #callToAction p.callHead {
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	margin-left: 117px;
	padding-top: 24px;
}
#builder-module-576714689f29b #callToAction p.callText {
	margin-left: 126px;
	font-weight: bold;
	font-size: 13px;
	margin-top: 15px;
}
}
/* end mobile 960 width */

/* start mobile 930 width */ 
@media (max-width: 930px){
#builder-module-576714689f29b #callToAction p.callHead {
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	margin-left: 117px;
	padding-top: 24px;
}
#builder-module-576714689f29b #callToAction p.callText {
	margin-left: 126px;
	font-weight: bold;
	font-size: 13px;
	margin-top: 20px;
}
}
/* end mobile 930 width */

/* start mobile 868 width */ 
@media (max-width: 868px){
#builder-module-576714689f29b #callToAction p.callHead {
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	margin-left: 117px;
	padding-top: 24px;
}
#builder-module-576714689f29b #callToAction p.callText {
	margin-left: 126px;
	font-weight: bold;
	font-size: 11px;
	margin-top: 25px;
}
}
/* end mobile 868 width */

/* start mobile 853 width */ 
@media (max-width: 853px){
#builder-module-576714689f29b #callToAction p.callHead {
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	margin-left: 117px;
	padding-top: 24px;
}
#builder-module-576714689f29b #callToAction p.callText {
	margin-left: 126px;
	font-weight: bold;
	font-size: 11px;
	margin-top: 25px;
}
}
/* end mobile 853 width */

/* start mobile 820 width */ 
@media (max-width: 820px){
#builder-module-576714689f29b #callToAction p.callHead {
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	margin-left: 117px;
	padding-top: 24px;
}
#builder-module-576714689f29b #callToAction p.callText {
	margin-left: 126px;
	font-weight: bold;
	font-size: 13px;
	margin-top: 20px;
}
}
/* end mobile 820 width */

/* start mobile 719 width */ 
@media (max-width: 719px){
#builder-module-576714689f29b #callToAction p.callHead {
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	margin-left: 117px;
	padding-top: 24px;
}
#builder-module-576714689f29b #callToAction p.callText {
	margin-left: 126px;
	font-weight: bold;
	font-size: 12px;
	margin-top: 20px;
}
}
/* end mobile 719 width */

/* start mobile 637 width */ 
@media (max-width: 637px){
#builder-module-576714689f29b #callToAction p.callHead {
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	margin-left: 117px;
	padding-top: 24px;
}
#builder-module-576714689f29b #callToAction p.callText {
	margin-left: 126px;
	font-weight: bold;
	font-size: 10px;
	margin-top: 25px;
}
}
/* end mobile 637 width */

/* start mobile 571 width */ 
@media (max-width: 571px){
#builder-module-576714689f29b #callToAction p.callHead {
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	margin-left: 117px;
	padding-top: 20px;
	line-height: 1.2em;
}
#builder-module-576714689f29b #callToAction p.callText {
	margin-left: 126px;
	font-weight: bold;
	font-size: 10px;
	margin-top: 15px;
	line-height: 1.2em;
}
}
/* end mobile 571 width */

/* start mobile 388 width */ 
@media (max-width: 388px){
#builder-module-576714689f29b #callToAction p.callHead {
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	margin-left: 117px;
	padding-top: 20px;
	line-height: 1.2em;
}
#builder-module-576714689f29b #callToAction p.callText {
	margin-left: 126px;
	font-weight: bold;
	font-size: 10px;
	margin-top: 20px;
	line-height: 1.2em;
}
}
/* end mobile 388 width */

/* start mobile 386 width */ 
@media (max-width: 386px){
#builder-module-576714689f29b #callToAction p.callHead {
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	margin-left: 117px;
	padding-top: 20px;
	line-height: 1.2em;
}
#builder-module-576714689f29b #callToAction p.callText {
	margin-left: 126px;
	font-weight: bold;
	font-size: 8px;
	margin-top: 20px;
	line-height: 1.2em;
}
}
/* end mobile 386 width */

/* start mobile 359 width */ 
@media (max-width: 359px){
#builder-module-576714689f29b #callToAction p.callHead {
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	margin-left: 117px;
	padding-top: 15px;
	line-height: 1.2em;
}
#builder-module-576714689f29b #callToAction p.callText {
	margin-left: 126px;
	font-weight: bold;
	font-size: 8px;
	margin-top: -5px;
	line-height: 1.2em;
}
}
/* end mobile 359 width */

/* free estimate */

#it_widget_content-33 {
	margin-bottom: -6px;
	padding-bottom: 0;
}

#it_widget_content-33 .widget-content {
	padding-top: 10px;
	margin-left: -4px;
	border-bottom: 1px solid #75abb1;
}

#it_widget_content-33 img.sideCalc {
	float: left;
}

#it_widget_content-33 a.text {
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	margin-left: 8px;
}

#it_widget_content-33 img.sideArrow {
	float: right;
	margin-top: 3px;
}

/* trade shows */

#it_widget_content-34 {
	margin-bottom: -6px;
	padding-bottom: 0;
}

#it_widget_content-34 .widget-content {
	padding-top: 10px;
	margin-left: -4px;
	border-bottom: 1px solid #75abb1;
}

#it_widget_content-34 img.sideLecture {
	float: left;
}

#it_widget_content-34 a.text {
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	margin-left: 6px;
}

#it_widget_content-34 img.sideArrow {
	float: right;
	margin-top: 3px;
}

/* patents */

#it_widget_content-35 {
	margin-bottom: -6px;
	padding-bottom: 0;
}

#it_widget_content-35 .widget-content {
	padding-top: 10px;
	margin-left: -4px;
	border-bottom: 1px solid #75abb1;
}

#it_widget_content-35 img.sideLightbulb {
	float: left;
}

#it_widget_content-35 a.text {
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	margin-left: 6px;
}

#it_widget_content-35 img.sideArrow {
	float: right;
	margin-top: 3px;
}

/* downloads */

#it_widget_content-36 {
	margin-bottom: 20px;
	padding-bottom: 0;
}

#it_widget_content-36 .widget-content {
	padding-top: 10px;
	margin-left: -4px;
	border-bottom: 1px solid #75abb1;
}

#it_widget_content-36 img.sidePaper {
	float: left;
}

#it_widget_content-36 a.text {
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	margin-left: 8px;
}

#it_widget_content-36 img.sideArrow {
	float: right;
	margin-top: 3px;
}

/* start mobile 885 width */ 
@media (max-width: 885px){
#it_widget_content-33 a.text,
#it_widget_content-34 a.text,
#it_widget_content-35 a.text,
#it_widget_content-36 a.text {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	margin-left: 8px;
}
}
/* end mobile 885 width */

/* start mobile 852 width */ 
@media (max-width: 852px){
#it_widget_content-33 a.text,
#it_widget_content-34 a.text,
#it_widget_content-35 a.text,
#it_widget_content-36 a.text {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	margin-left: 8px;
}
}
/* end mobile 852 width */

/* start mobile 820 width */ 
@media (max-width: 820px){
#it_widget_content-33 a.text,
#it_widget_content-34 a.text,
#it_widget_content-35 a.text,
#it_widget_content-36 a.text {
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	margin-left: 8px;
}
}
/* end mobile 820 width */

/* sidebar image stuff below */

#it_widget_content-37,
#it_widget_content-38,
#it_widget_content-39,
#it_widget_content-40,
#it_widget_content-41,
#it_widget_content-42,
#it_widget_content-43 {
	padding: 0 !important;
	margin: 0 !important;
	margin-top: 10px !important;
	margin-left: 20px !important;
	background: #FFF url('images/sidebar-solve-headbckgrnd2.gif') top left no-repeat;
	overflow: hidden;
	width: 80% !important;
	border: 1px solid #7ca9b0;
}

#it_widget_content-37 h4,
#it_widget_content-38 h4,
#it_widget_content-39 h4,
#it_widget_content-40 h4,
#it_widget_content-41 h4,
#it_widget_content-42 h4,
#it_widget_content-43 h4 {
	color: #FFF !important;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 0px !important;
	padding: 0px !important;
}

#it_widget_content-37 img.alignnone,
#it_widget_content-NEED img.alignnone {
	padding: 0 !important;
	margin 0 !important;
}

#it_widget_content-NEED img.sidesolv2 {
	margin-top: -16px;
}

#it_widget_content-NEED img.sidesolv3 {
	margin-top: -14px;
	margin-bottom: -5px;
}

#it_widget_content-44 {
	margin-bottom: 20px;
}

/* sidebar product pdfs */

#it_widget_content-89 {
	height: 270px;
	margin-top: 15px !important;
}
#it_widget_content-90,
#it_widget_content-91,
#it_widget_content-92,
#it_widget_content-93 {
	height: 260px;
	margin-top: 15px !important;
}

/*********************************************
	Industry Applications Pages
*********************************************/

/* ways used callouts */

#medApps {
	width: 690px;
	background: url('images/indpg-hospital-lab-equip-bckg.jpg') top left no-repeat;
	overflow: hidden;
}

#medApps h3 {
	color: #FFF !important;
	margin-left: 100px;
	margin-top: 21px;
	margin-bottom: 36px;
}

#medApps p {
	margin-left: 20px;
	margin-right: 20px;
}

/* equip used callouts */

#indEquipUsed {
	width: 690px;
	background: url('images/indpg-equip-bckg.jpg') top left no-repeat;
	overflow: hidden;
	margin-top: 10px;
}

#indEquipUsed h3 {
	color: #FFF !important;
	margin-left: 100px;
	margin-top: 21px;
	margin-bottom: 36px;
}
#indEquipUsed p {
	margin-left: 20px;
	margin-right: 20px;
}

/* chemicals used callouts */

#indChemUsed {
	width: 690px;
	background: url('images/indpg-chemicals-background.jpg') top left no-repeat;
	overflow: hidden;
}
#indChemUsed h3 {
	color: #FFF !important;
	margin-left: 100px;
	margin-top: 21px;
	margin-bottom: 36px;
}
#indChemUsed p {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* start mobile 960 width */ 
@media (max-width: 960px){
#indChemUsed {
	width: 95% !important;
	background: url('images/indpg-chemicals-background.jpg') top left no-repeat;
	overflow: hidden;
}
#indChemUsed h3 {
	color: #FFF !important;
	margin-left: 100px;
	margin-top: 21px;
	margin-bottom: 36px;
	font-size: 18px;
	line-height: 1.2em;
}
}
/* end mobile 960 width */

/* start mobile 886 width */ 
@media (max-width: 886px){
#indChemUsed {
	width: 95% !important;
	background: url('images/indpg-chemicals-background.jpg') top left no-repeat;
	overflow: hidden;
}
#indChemUsed h3 {
	color: #FFF !important;
	margin-left: 100px;
	margin-top: 10px;
	margin-bottom: 36px;
	font-size: 18px;
	line-height: 1.2em;
}
}
/* end mobile 886 width */

/* start mobile 819 width */ 
@media (max-width: 819px){
#indChemUsed {
	width: 95% !important;
	background: url('images/indpg-chemicals-background.jpg') top left no-repeat;
	overflow: hidden;
}
#indChemUsed h3 {
	color: #FFF !important;
	margin-left: 100px;
	margin-top: 20px;
	margin-bottom: 36px;
	font-size: 21px;
	line-height: 1.2em;
}
}
/* end mobile 819 width */

/* start mobile 770 width */ 
@media (max-width: 770px){
#indChemUsed {
	width: 95% !important;
	background: url('images/indpg-chemicals-background.jpg') top left no-repeat;
	overflow: hidden;
}
#indChemUsed h3 {
	color: #FFF !important;
	margin-left: 100px;
	margin-top: 20px;
	margin-bottom: 36px;
	font-size: 18px;
	line-height: 1.2em;
}
}
/* end mobile 770 width */

/* start mobile 684 width */ 
@media (max-width: 684px){
#indChemUsed {
	width: 95% !important;
	background: url('images/indpg-chemicals-background.jpg') top left no-repeat;
	overflow: hidden;
}
#indChemUsed h3 {
	color: #FFF !important;
	margin-left: 100px;
	margin-top: 10px;
	margin-bottom: 36px;
	font-size: 18px;
	line-height: 1.2em;
}
}
/* end mobile 684 width */

/* start mobile 570 width */ 
@media (max-width: 570px){
#indChemUsed {
	width: 95% !important;
	background: url('images/indpg-chemicals-background.jpg') top left no-repeat;
	overflow: hidden;
}
#indChemUsed h3 {
	color: #FFF !important;
	margin-left: 100px;
	margin-top: 10px;
	margin-bottom: 36px;
	font-size: 18px;
	line-height: 1.2em;
}
#indChemUsed p {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	margin-top: -10px;
}
}
/* end mobile 570 width */

/* start mobile 433 width */ 
@media (max-width: 433px){
#indChemUsed {
	width: 95% !important;
	background: url('images/indpg-chemicals-background.jpg') top left no-repeat;
	overflow: hidden;
}
#indChemUsed h3 {
	color: #FFF !important;
	margin-left: 100px;
	margin-top: 15px;
	margin-bottom: 36px;
	font-size: 15px;
	line-height: 1.2em;
}
#indChemUsed p {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	margin-top: -10px;
}
}
/* end mobile 433 width */

/* start mobile 392 width */ 
@media (max-width: 392px){
#indChemUsed {
	width: 95% !important;
	background: url('images/indpg-chemicals-background.jpg') top left no-repeat;
	overflow: hidden;
}
#indChemUsed h3 {
	color: #FFF !important;
	margin-left: 100px;
	margin-top: 17px;
	margin-bottom: 36px;
	font-size: 13px;
	line-height: 1.2em;
}
#indChemUsed p {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 11px;
	margin-top: -10px;
}
}
/* end mobile 392 width */

/* start mobile 362 width */ 
@media (max-width: 362px){
#indChemUsed {
	width: 95% !important;
	background: url('images/indpg-chemicals-background.jpg') top left no-repeat;
	overflow: hidden;
}
#indChemUsed h3 {
	color: #FFF !important;
	margin-left: 100px;
	margin-top: 17px;
	margin-bottom: 36px;
	font-size: 11px;
	line-height: 1.2em;
}
#indChemUsed p {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 11px;
	margin-top: -10px;
}
}
/* end mobile 362 width */


/*********************************************
	Main Footer
*********************************************/

#builder-module-576708badb5c1-background-wrapper,
#builder-module-576714689f2d5-background-wrapper {
	background: #16494d url('images/footer-main-background.jpg') top center no-repeat;
	overflow: hidden;
}

#text-4 { 
	margin-top: 18px;
}

#builder-module-576708badb5c1-background-wrapper h3.footerMain,
#builder-module-576714689f2d5-background-wrapper h3.footerMain {
	color: #FFF !important;
	margin-top: 30px;
	line-height: 1.3em;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: -24px;
	margin-top: 10px;
}


/* main footer left */

.mainFooterLeft {
	border-right: 1px solid #1a9ba5 !important;
}

#builder-module-576708badb5c1-background-wrapper p.chartLabel,
#builder-module-576714689f2d5-background-wrapper p.chartLabel {
	color: #FFF;
	text-align: center;
	margin-bottom: -10px;
}

.mainFooterLeft p.chartText {
	color: #FFF;
	margin-top: 10px !important;
	font-size: 13px;
}

.mainFooterLeft img.moreButton {
	margin-top: -10px;
}

/* main footer right */

.mainFooterRight img.size-full {
	padding-top: 0px !important;
}

.mainFooterRight img.moreButton {
	margin-top: -10px;
}

/*********************************************
	Bottom Links
*********************************************/

#builder-module-5767142463dda #it_widget_content-9,
#builder-module-576714689f30f #it_widget_content-9 {
	display: block;
	font-size: 1em;
	line-height: 2;
}

#builder-module-5767142463dda #it_widget_content-9 ul,
#builder-module-576714689f30f #it_widget_content-9 ul {
	margin: 0;
	padding: 0;
	list-style-image: none !important;
	margin-top: 10px;
	margin-left: 180px;
}

/* start mobile 928 width */ 
@media (max-width: 928px){
#builder-module-5767142463dda #it_widget_content-9 ul,
#builder-module-576714689f30f #it_widget_content-9 ul {
	margin: 0;
	padding: 0;
	list-style-image: none !important;
	margin-top: 10px;
	margin-left: 130px;
}
}
/* end mobile 928 width */ 

/* start mobile 873 width */ 
@media (max-width: 873px){
#builder-module-5767142463dda #it_widget_content-9 ul,
#builder-module-576714689f30f #it_widget_content-9 ul {
	margin: 0;
	padding: 0;
	list-style-image: none !important;
	margin-top: 10px;
	margin-left: 90px;
}
}
/* end mobile 873 width */ 

/* start mobile 849 width */ 
@media (max-width: 849px){
#builder-module-5767142463dda #it_widget_content-9 ul,
#builder-module-576714689f30f #it_widget_content-9 ul {
	margin: 0;
	padding: 0;
	list-style-image: none !important;
	margin-top: 10px;
	margin-left: 50px;
}
}
/* end mobile 849 width */ 

/* start mobile 726 width */ 
@media (max-width: 726px){
#builder-module-5767142463dda #it_widget_content-9 ul,
#builder-module-576714689f30f #it_widget_content-9 ul {
	margin: 0;
	padding: 0;
	list-style-image: none !important;
	margin-top: 10px;
	margin-left: 20px;
}
}
/* end mobile 726 width */ 

/* start mobile 696 width */ 
@media (max-width: 696px){
#builder-module-5767142463dda #it_widget_content-9 ul,
#builder-module-576714689f30f #it_widget_content-9 ul {
	margin: 0;
	padding: 0;
	list-style-image: none !important;
	margin-top: 10px;
	margin-left: 0px;
}
}
/* end mobile 696 width */ 

/* start mobile 676 width */ 
@media (max-width: 676px){
#builder-module-5767142463dda #it_widget_content-9 ul,
#builder-module-576714689f30f #it_widget_content-9 ul {
	margin: 0;
	padding: 0;
	list-style-image: none !important;
	margin-top: 10px;
	margin-left: 20px;
	font-size: 12px;
}
}
/* end mobile 676 width */

/* start mobile 626 width */ 
@media (max-width: 626px){
#builder-module-5767142463dda #it_widget_content-9 ul,
#builder-module-576714689f30f #it_widget_content-9 ul {
	margin: 0;
	padding: 0;
	list-style-image: none !important;
	margin-top: 10px;
	margin-left: 0px;
	font-size: 12px;
}
}
/* end mobile 626 width */

/* start mobile 546 width */ 
@media (max-width: 546px){
#builder-module-5767142463dda #it_widget_content-9 ul,
#builder-module-576714689f30f #it_widget_content-9 ul {
	margin: 0;
	padding: 0;
	list-style-image: none !important;
	margin-top: 10px;
	margin-left: 0px;
	font-size: 11px;
}
}
/* end mobile 546 width */  

#builder-module-5767142463dda #it_widget_content-9 li a,
#builder-module-576714689f30f #it_widget_content-9 li a {
	display: block;
	float: left;
	color: #fc9203;
	padding-right: 30px;
}

/* start mobile 626 width */ 
@media (max-width: 626px){
#builder-module-5767142463dda #it_widget_content-9 li a,
#builder-module-576714689f30f #it_widget_content-9 li a {
	display: block;
	float: left;
	color: #fc9203;
	padding-right: 25px;
}
}
/* end mobile 626 width */ 

/* start mobile 576 width */ 
@media (max-width: 576px){
#builder-module-5767142463dda #it_widget_content-9 li a,
#builder-module-576714689f30f #it_widget_content-9 li a {
	display: block;
	float: left;
	color: #fc9203;
	padding-right: 20px;
}
}
/* end mobile 576 width */ 

/* start mobile 517 width */ 
@media (max-width: 517px){
#builder-module-5767142463dda #it_widget_content-9 li a,
#builder-module-576714689f30f #it_widget_content-9 li a {
	display: block;
	float: left;
	color: #fc9203;
	padding-right: 15px;
}
}
/* end mobile 517 width */

/* start mobile 467 width */ 
@media (max-width: 467px){
#builder-module-5767142463dda #it_widget_content-9 li a,
#builder-module-576714689f30f #it_widget_content-9 li a {
	float: none;
	text-align: center;
	color: #fc9203;
	padding-right: 15px;
	font-size: 14px;
}
}
/* end mobile 467 width */ 


/*********************************************
	Credits Footer
*********************************************/


#builder-module-576708badb5fd,
#builder-module-576714689f349 {
	margin-bottom: 20px;
	background-color: #f2f4f5;
	padding: 10px 0;
	margin-top: 10px;
}

/* credits footer left */

#builder-module-576708badb5fd div.alignleft,
#builder-module-576708badb5fd div.alignright,
#builder-module-576708badb5fd div.alignright a,
#builder-module-576714689f349 div.alignleft,
#builder-module-576714689f349 div.alignright,
#builder-module-576714689f349 div.alignright a {
	color: #767676 !important;
	font-weight: normal;
}

/* start mobile 859 width */ 
@media (max-width: 859px){
#builder-module-576708badb5fd div.alignleft,
#builder-module-576708badb5fd div.alignright,
#builder-module-576708badb5fd div.alignright a,
#builder-module-576714689f349 div.alignleft,
#builder-module-576714689f349 div.alignright,
#builder-module-576714689f349 div.alignright a {
	color: #767676 !important;
	font-weight: normal;
	font-size: 12px;
}
}
/* end mobile 859 width */ 

/* start mobile 733 width */ 
@media (max-width: 733px){
#builder-module-576708badb5fd div.alignleft,
#builder-module-576708badb5fd div.alignright,
#builder-module-576708badb5fd div.alignright a,
#builder-module-576714689f349 div.alignleft,
#builder-module-576714689f349 div.alignright,
#builder-module-576714689f349 div.alignright a {
	color: #767676 !important;
	font-weight: normal;
	font-size: 10px;
}
}
/* end mobile 733 width */ 

/* start mobile 676 width */ 
@media (max-width: 676px){
#builder-module-576708badb5fd div.alignleft,
#builder-module-576708badb5fd div.alignright,
#builder-module-576708badb5fd div.alignright a,
#builder-module-576714689f349 div.alignleft,
#builder-module-576714689f349 div.alignright,
#builder-module-576714689f349 div.alignright a {
	float: left;
	margin-left: 80px;
}
}
/* end mobile 676 width */

/* start mobile 509 width */ 
@media (max-width: 509px){
#builder-module-576708badb5fd div.alignleft,
#builder-module-576708badb5fd div.alignright,
#builder-module-576708badb5fd div.alignright a,
#builder-module-576714689f349 div.alignleft,
#builder-module-576714689f349 div.alignright,
#builder-module-576714689f349 div.alignright a {
	float: left;
	margin-left: 60px;
}
}
/* end mobile 509 width */

/* start mobile 453 width */ 
@media (max-width: 453px){
#builder-module-576708badb5fd div.alignleft,
#builder-module-576708badb5fd div.alignright,
#builder-module-576708badb5fd div.alignright a,
#builder-module-576714689f349 div.alignleft,
#builder-module-576714689f349 div.alignright,
#builder-module-576714689f349 div.alignright a {
	float: left;
	margin-left: 30px;
}
}
/* end mobile 453 width */

/* start mobile 402 width */ 
@media (max-width: 402px){
#builder-module-576708badb5fd div.alignleft,
#builder-module-576708badb5fd div.alignright,
#builder-module-576708badb5fd div.alignright a,
#builder-module-576714689f349 div.alignleft,
#builder-module-576714689f349 div.alignright,
#builder-module-576714689f349 div.alignright a {
	float: left;
	margin-left: 0px;
}
}
/* end mobile 402 width */

/* start mobile 372 width */ 
@media (max-width: 372px){
#builder-module-576708badb5fd div.alignleft,
#builder-module-576708badb5fd div.alignright,
#builder-module-576708badb5fd div.alignright a,
#builder-module-576714689f349 div.alignleft,
#builder-module-576714689f349 div.alignright,
#builder-module-576714689f349 div.alignright a {
	float: none;
	text-align: center;
	margin-left: 0px;
}
}
/* end mobile 372 width */


/*********************************************
	Tabs
*********************************************/

#builder-module-576714689f29b #tabs-0 {
}
/* start mobile 959 width */ 
@media (max-width: 959px){
#builder-module-576714689f29b #tabs-0 {
	width: 95% !important;
}
}
/* end mobile 959 width */

#builder-module-576714689f29b .ui-state-active a, #builder-module-576714689f29b .ui-state-active a:link, #builder-module-576714689f29b .ui-state-active a:visited {
    color: #0a8a95;
    text-decoration: none;
}

#builder-module-576714689f29b .ui-state-default a {
    color: #fc9203;
    text-decoration: none;
}

#builder-module-576714689f29b .ui-state-default a:hover {
    color: #fc9203;
    text-decoration: underline;
}

#builder-module-576714689f29b .ui-widget-content a {
    color: #fc9203;
    text-decoration: none;
    font-size: 14px;
}
#builder-module-576714689f29b .ui-widget-content span.tabsSmall {
    font-size: 11px;
}

#builder-module-576714689f29b .ui-widget-content a:hover {
    color: #fc9203;
    text-decoration: underline;
}

#builder-module-576714689f29b #tabs-0 .ui-widget-header {
    background: #eaedef;
    border: 1px solid #AAAAAA;
    color: #0a8a95;
    font-weight: bold;
}

#builder-module-576714689f29b #tabs-0 .ui-state-default, #builder-module-5162cb7e462db #tabs-0 .ui-widget-content .ui-state-default, #builder-module-5162cb7e462db #tabs-0 .ui-widget-header .ui-state-default {
    background: #FFF;
    border: 1px solid #D3D3D3;
    color: #555555;
    font-weight: normal;
    text-transform: uppercase;
}

#builder-module-576714689f29b .ui-widget-content {
    background: url("images/ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 50% 50% #FFFFFF;
    border: 1px solid #AAAAAA;
    color: #222222;
    font-size: 14.5px;
    font-family: "PT Sans",arial,sans-serif;
}
#builder-module-576714689f29b .ui-widget-content a {
	color: #fc9203;
    font-size: 14.5px !important;
    font-family: "PT Sans",arial,sans-serif;
}

#tabs-0 {
	margin-bottom: 10px !important;
}

/*********************************************
	Document Downloads Page
*********************************************/

.post-538 #tabs-0 td {
	background-color: #FFF !Important;
}

.post-538 #tabs-0 img {
	margin-top: -8px;
	margin-bottom: -4px;
}

.post-538 #tabs-0 .tablepress tbody td, .post-538 #tabs-0 .tablepress tfoot th {
	border-top: none !important;
}

/*********************************************
	Accordions
*********************************************/

#builder-module-576714689f29b #accordion-0 .ui-state-default, #builder-module-576714689f29b #accordion-0 .ui-widget-content .ui-state-default, #builder-module-576714689f29b #accordion-0 .ui-widget-header .ui-state-default {
    background: #eaedef;
    border: 1px solid #FFF;
    color: #026972 !important;
    font-weight: bold;
    font-size: 18px;
}

#builder-module-576714689f29b #accordion-0 .ui-state-default a, #builder-module-576714689f29b #accordion-0 .ui-state-default a:link, #builder-module-576714689f29b #accordion-0 .ui-state-default a:visited {
    color: #0a8a95;
    text-decoration: none;
}

#builder-module-576714689f29b #accordion-0 .ui-state-hover a, #builder-module-576714689f29b #accordion-0 .ui-state-hover a:hover {
	color: #fc9203;
}

#builder-module-576714689f29b #accordion-0 .ui-state-default .ui-icon, #builder-module-576714689f29b #accordion-0 .ui-state-hover .ui-icon, #builder-module-576714689f29b #accordion-0 .ui-state-focus .ui-icon {
	display: none;
}

#builder-module-576714689f29b #accordion-0 .ui-widget-content {
	font-size: 13px;
}

#builder-module-576714689f29b .ui-accordion .ui-accordion-content {
    border-top: 0 none;
    display: none;
    margin-bottom: 2px;
    margin-top: -2px;
    overflow: auto !important;
    padding: 1em !important;
    position: relative;
    top: 1px;
}

#builder-module-576714689f29b #accordion-0 .tablepress tbody td, #builder-module-576714689f29b #accordion-0 .tablepress tfoot th {
    border-top: 1px solid #DDDDDD;
    font-size: 0.9em;
    line-height: 1.4em;
}

#builder-module-576714689f29b #accordion-0 .tablepress tbody td a, #builder-module-576714689f29b #accordion-0 .tablepress tfoot th a {
	color: #fc9203;
}

#builder-module-576714689f29b #accordion-0 td.column-1 {
	width: 25% !important;
	font-weight: bold;
}


/*********************************************
	Product page tables
*********************************************/

.dataTables_length, .dataTables_filter {
	display: none !important;
}

.tablepress tbody td, .tablepress tfoot th {
	border: 1px solid #DDDDDD;
	text-align: center;
	font-size: 0.9em;
}

.tablepress thead th, .tablepress tfoot th {
    background-color: #559aa3 !important;
    color: #FFF;
    font-weight: bold;
    vertical-align: middle;
    border: 1px solid #FFF;
    text-align: center;
	font-size: 0.9em;
}

.ui-tabs-panel h4, .ui-widget-content h4 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
}

/* start mobile 593 width */ 
@media (max-width: 593px){
.tablepress {
	font-size: 10px !important;
}
}
/* end mobile 593 width */

/* start mobile 451 width */ 
@media (max-width: 451px){
.tablepress {
	font-size: 8px !important;
}
}
/* end mobile 451 width */

/* start mobile 392 width */ 
@media (max-width: 392px){
.tablepress {
	font-size: 7px !important;
}
}
/* end mobile 392 width */

/* start mobile 366 width */ 
@media (max-width: 366px){
.tablepress {
	font-size: 6px !important;
}
}
/* end mobile 366 width */

/*********************************************
	Not-product page tables prob old but keep
*********************************************/

#post-25 .tablepress tbody td, #post-25 .tablepress tfoot th,
#post-651 .tablepress tbody td, #post-651 .tablepress tfoot th,
#post-936 .tablepress tbody td, #post-936 .tablepress tfoot th,
#post-1388 .tablepress tbody td, #post-1388 .tablepress tfoot th,
#post-1408 .tablepress tbody td, #post-1408 .tablepress tfoot th,
#post-986 .tablepress tbody td, #post-986 .tablepress tfoot th,
#post-1526 .tablepress tbody td, #post-1526 .tablepress tfoot th,
#post-1232 .tablepress tbody td, #post-1232 .tablepress tfoot th,
#post-1541 .tablepress tbody td, #post-1541 .tablepress tfoot th,
#post-1154 .tablepress tbody td, #post-1154 .tablepress tfoot th,
#post-1175 .tablepress tbody td, #post-1175 .tablepress tfoot th,
#post-1421 .tablepress tbody td, #post-1421 .tablepress tfoot th,
#post-1439 .tablepress tbody td, #post-1439 .tablepress tfoot th,
#post-1246 .tablepress tbody td, #post-1246 .tablepress tfoot th,
#post-1461 .tablepress tbody td, #post-1461 .tablepress tfoot th,
#post-1265 .tablepress tbody td, #post-1265 .tablepress tfoot th,
#post-1474 .tablepress tbody td, #post-1474 .tablepress tfoot th,
#post-1346 .tablepress tbody td, #post-1346 .tablepress tfoot th,
#post-1308 .tablepress tbody td, #post-1308 .tablepress tfoot th,
#post-1334 .tablepress tbody td, #post-1334 .tablepress tfoot th,
#post-1491 .tablepress tbody td, #post-1491 .tablepress tfoot th,
#post-1216 .tablepress tbody td, #post-1216 .tablepress tfoot th,
#post-1368 .tablepress tbody td, #post-1368 .tablepress tfoot th,
#post-1205 .tablepress tbody td, #post-1205 .tablepress tfoot th,
#post-1509 .tablepress tbody td, #post-1509 .tablepress tfoot th,
#post-858 .tablepress tbody td, #post-858 .tablepress tfoot th,
#post-914 .tablepress tbody td, #post-914 .tablepress tfoot th,
#post-1132 .tablepress tbody td, #post-1132 .tablepress tfoot th,
#post-1046 .tablepress tbody td, #post-1046 .tablepress tfoot th,
#post-1033 .tablepress tbody td, #post-1033 .tablepress tfoot th,
#post-1105 .tablepress tbody td, #post-1105 .tablepress tfoot th,
#post-1101 .tablepress tbody td, #post-1101 .tablepress tfoot th,
#post-1088 .tablepress tbody td, #post-1088 .tablepress tfoot th,
#post-1115 .tablepress tbody td, #post-1115 .tablepress tfoot th,
#post-1093 .tablepress tbody td, #post-1093 .tablepress tfoot th,
#post-1061 .tablepress tbody td, #post-1061 .tablepress tfoot th,
#post-1033 .tablepress tbody td, #post-1033 .tablepress tfoot th,
#post-1121 .tablepress tbody td, #post-1121 .tablepress tfoot th,
#post-1900 .tablepress tbody td, #post-1900 .tablepress tfoot th,
#post-1109 .tablepress tbody td, #post-1109 .tablepress tfoot th,
#post-1053 .tablepress tbody td, #post-1053 .tablepress tfoot th,
#post-1066 .tablepress tbody td, #post-1066 .tablepress tfoot th,
#post-1039 .tablepress tbody td, #post-1039 .tablepress tfoot th,
#post-1125 .tablepress tbody td, #post-1125 .tablepress tfoot th,
#post-3210 .tablepress tbody td, #post-3210 .tablepress tfoot th,
#post-3222 .tablepress tbody td, #post-3222 .tablepress tfoot th,
#post-3250 .tablepress tbody td, #post-3250 .tablepress tfoot th {
	text-align: left;
	border: none;
}

/*********************************************
	chem crest product tables 2016
*********************************************/

#tablepress-45 td.column-1, #tablepress-45 td, #tablepress-45 tr,
#tablepress-44 td.column-1, #tablepress-44 td, #tablepress-44 tr,
#tablepress-43 td.column-1, #tablepress-43 td, #tablepress-43 tr,
#tablepress-42 td.column-1, #tablepress-42 td, #tablepress-42 tr,
#tablepress-41 td.column-1, #tablepress-41 td, #tablepress-41 tr,
#tablepress-40 td.column-1, #tablepress-40 td, #tablepress-40 tr,
#tablepress-39 td.column-1, #tablepress-39 td, #tablepress-39 tr,
#tablepress-38 td.column-1, #tablepress-38 td, #tablepress-38 tr,
#tablepress-37 td.column-1, #tablepress-37 td, #tablepress-37 tr,
#tablepress-35 td.column-1, #tablepress-35 td, #tablepress-35 tr,
#tablepress-34 td.column-1, #tablepress-34 td, #tablepress-34 tr,
#tablepress-33 td.column-1, #tablepress-33 td, #tablepress-33 tr,
#tablepress-32 td.column-1, #tablepress-32 td, #tablepress-32 tr,
#tablepress-30 td.column-1, #tablepress-30 td, #tablepress-30 tr,
#tablepress-29 td.column-1, #tablepress-29 td, #tablepress-29 tr,
#tablepress-28 td.column-1, #tablepress-28 td, #tablepress-28 tr,
#tablepress-27 td.column-1, #tablepress-27 td, #tablepress-27 tr,
#tablepress-26 td.column-1, #tablepress-26 td, #tablepress-26 tr,
#tablepress-25 td.column-1, #tablepress-25 td, #tablepress-25 tr,
#tablepress-24 td.column-1, #tablepress-24 td, #tablepress-24 tr,
#tablepress-23 td.column-1, #tablepress-23 td, #tablepress-23 tr,
#tablepress-21 td.column-1, #tablepress-21 td, #tablepress-21 tr,
#tablepress-14 td.column-1, #tablepress-14 td, #tablepress-14 tr,
#tablepress-13 td.column-1, #tablepress-13 td, #tablepress-13 tr,
#tablepress-10 td.column-1, #tablepress-10 td, #tablepress-10 tr,
#tablepress-9 td.column-1, #tablepress-9 td, #tablepress-9 tr {
	text-align: left;
	border: none;
}

/*********************************************
	Videos
*********************************************/

#prodVideo {
	margin-left: 100px !important;
	margin-bottom: 10px !important;
}

#ultracleanVid {
	float: right;
	width: 341px;
	height: 274px;
	margin-left: 10px;
	margin-bottom: 10px;
}

/*********************************************
	Product Pages
*********************************************/

/* solvent cleaning equipment */

#post-2316 .three_col {
    width: 31.6666% !important;
    border-right: 1px solid #75abb1;
}

#post-2316 .twothirds_col .last h3 {
	display: none !important;
}

#post-2316 p.twoThirds {
	padding: 0 !important;
	margin: 0 !important;
	margin-top: -10px !important;
}

#post-2316 .twothirds_col .last {
	padding: 0 !important;
	margin: 0 !important;
	margin-top: -20px !important;
}

/* benchtop cleaner */

#it_widget_content-119 {
	margin-top: 20px;
}

/*********************************************
	Chemicals Pages 2016
*********************************************/

.tablepress th, .tablepress td {
	padding: 10px;
}

#tableLegal {
	font-style: italic;
}

#tablepress-70 td.column-1,
#tablepress-69 td.column-1,
#tablepress-68 td.column-1,
#tablepress-67 td.column-1,
#tablepress-66 td.column-1,
#tablepress-6 td.column-1,
#tablepress-22 td.column-1,
#tablepress-12 td.column-1,
#tablepress-31 td.column-1,
#tablepress-11 td.column-1,
#tablepress-20 td.column-1,
#tablepress-19 td.column-1,
#tablepress-4 td.column-1,
#tablepress-18 td.column-1,
#tablepress-17 td.column-1,
#tablepress-5 td.column-1,
#tablepress-36 td.column-1,
#tablepress-15 td.column-1,
#tablepress-16 td.column-1,
#tablepress-3 td.column-1,
#tablepress-71 td.column-1 {
	font-weight: bold;
	text-align: left;
}

#tablepress-70 td, #tablepress-70 tr,
#tablepress-69 td, #tablepress-69 tr,
#tablepress-68 td, #tablepress-68 tr,
#tablepress-67 td, #tablepress-67 tr,
#tablepress-66 td, #tablepress-66 tr,
#tablepress-6 td, #tablepress-6 tr,
#tablepress-22 td, #tablepress-22 tr,
#tablepress-12 td, #tablepress-12 tr,
#tablepress-31 td, #tablepress-31 tr,
#tablepress-11 td, #tablepress-11 tr,
#tablepress-20 td, #tablepress-20 tr,
#tablepress-19 td, #tablepress-19 tr,
#tablepress-4 td, #tablepress-4 tr,
#tablepress-18 td, #tablepress-18 tr,
#tablepress-17 td, #tablepress-17 tr,
#tablepress-5 td, #tablepress-5 tr,
#tablepress-36 td, #tablepress-36 tr,
#tablepress-15 td, #tablepress-15 tr,
#tablepress-16 td, #tablepress-16 tr,
#tablepress-3 td, #tablepress-3 tr {
	padding: 10px;
	text-align: left;
	border: none;
}

/*********************************************
	Ceramics Page
*********************************************/

.post-281 img.ceramicChart {
	clear: both;
	margin-top: -4px;
	margin-bottom: 4px;
	padding: 0px;
}

/*********************************************
	News Page
*********************************************/

.post-163 .sws_custom_table td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent !important;
    border-bottom: medium none;
    border-image: none;
    border-left: medium none;
    border-right: medium none;
    border-top: medium none !important;
    color: #669;
    padding: 9px 8px 7px !important;
}

img.sidebarMag {
	border: 2px solid red !important;
	display: none !important;
}

/*********************************************
	Contact Us Page
*********************************************/

.post-169 h3,
.post-633 h3,
.post-584 h3 {
	margin-bottom: 0 !important;
	margin-top: -10px !important;
}

#contactAlert {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#alertTop {
	background: #f88f00 !important;
	border-bottom: 1px solid #FFF;
	min-height: 80px;
	padding-left: 80px;
	padding-right: 50px;
	margin-top: -20px;
}

/* start mobile 935 width */ 
@media (max-width: 935px){
#alertTop {
	background: #f88f00;
	border-bottom: 1px solid #FFF;
	min-height: 80px;
	padding-left: 60px;
	padding-right: 50px;
}
}
/* end mobile 935 width */

/* start mobile 860 width */ 
@media (max-width: 860px){
#alertTop {
	background: #f88f00;
	border-bottom: 1px solid #FFF;
	min-height: 80px;
	padding-left: 40px;
	padding-right: 50px;
}
}
/* end mobile 860 width */

/* start mobile 529 width */ 
@media (max-width: 529px){
#alertTop {
	background: #f88f00;
	border-bottom: 1px solid #FFF;
	min-height: 80px;
	padding-left: 20px;
	padding-right: 30px;
}
}
/* end mobile 529 width */

#alertTop img {
	float: left;
	margin-right: 20px !important;
}

/* start mobile 458 width */ 
@media (max-width: 458px){
#alertTop img {
	float: left;
	margin-right: 0px !important;
}
}
/* end mobile 458 width */

#alertTop h4 {
	color: #FFF !important;
	font-size: 30px;
	padding-top: 23px !important;
}

/* start mobile 825 width */ 
@media (max-width: 825px){
#alertTop h4 {
	color: #FFF !important;
	font-size: 25px;
	padding-top: 28px !important;
}
}
/* end mobile 825 width */

/* start mobile 583 width */ 
@media (max-width: 583px){
#alertTop h4 {
	color: #FFF !important;
	font-size: 20px;
	padding-top: 28px !important;
}
}
/* end mobile 583 width */

/* start mobile 433 width */ 
@media (max-width: 433px){
#alertTop h4 {
	color: #FFF !important;
	font-size: 18px;
	padding-top: 28px !important;
}
}
/* end mobile 433 width */

/* start mobile 411 width */ 
@media (max-width: 411px){
#alertTop h4 {
	color: #FFF !important;
	font-size: 18px;
	padding-top: 18px !important;
}
}
/* end mobile 411 width */

#alertBottom {
	background: #ffa200;
	padding: 20px !important;
}

#alertBottom p {
	margin-bottom: 10px !important;
	color: #FFF !important;
	line-height: 1.2em !important;
}

#alertBottom p a {
	color: #FFF !important;
	text-decoration: underline;
	font-weight: normal !important;
}

#alertBottom p a:hover {
	color: #FFF !important;
	text-decoration: none;
}

/* match gray of title bar */

.gform_wrapper input, .gform_wrapper textarea {
	background-color: #f2f4f5 !important;
}

/* match theme active color */

.gform_wrapper input[type="submit"], .gform_wrapper input[type="button"] {
    background: none repeat scroll 0 0 #fc9203 !important;
    border: 1px solid #AAAAAA;
    color: #FFF !important;
    font-weight: bold !important;
    cursor: pointer;
    letter-spacing: 1px !important;
}

/* eliminate bold on checkboxes */

#field_1_9 li label,
#field_1_11 li label {
	font-weight: normal !important;
}

/* reduce depth between lines */

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	line-height: 0.9em !important;
	padding-top: 4px !important;
}

/*********************************************
	Acrobat Downloads
*********************************************/

#acrobatIcon {
	padding-top: 10px;
}

#acrobatIcon img {
	float: left;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	margin-top: -10px;
}

#tablepress-2 {
	text-align: left !important;
}

/*********************************************
	Sidebar Section Links
*********************************************/

#sectionLinks {
	margin-top: 8px;
	background-color: #FFF;
	padding-bottom: 10px;
	border-bottom: solid 4px #008f9b;
}

#sectionLinks h5 {
	color: #FFF !important;
	background: #008f9b url('images/sidebar-sectionlinks-headerbkg.gif') top left repeat-x;
	padding: 6px;
	font-size: 18px;
	letter-spacing: 1px !important;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

#sectionLinks ul {
	list-style-image: url('images/sidebar-sectionlinks-arrow.gif');
	margin-left: 26px;
}
#sectionLinks ul {
	line-height: 1.5em;
}

#sectionLinks a {
	letter-spacing: 0.5px;
	line-height: 1.2em;
	margin-left: -4px;
}

/* change padding on sidebar nav widgets */

#it_widget_content-29, #it_widget_content-30, #it_widget_content-32 {
	padding-left: 12px;
	padding-right: 14px;
}

/*********************************************
	Main Product Sections Landing Pages
*********************************************/

/* start mobile 767 width */ 
@media (max-width: 767px){
#post-175 .wpb_wrapper,
#post-215 .wpb_wrapper {
	text-align: center;
}
}
/* end mobile 767 width */

#post-178 img.pageImagelink,
#post-175 img.pageImagelink,
#post-215 img.pageImagelink,
#post-220 img.pageImagelink  {
	padding: 0px !important;
	margin-bottom: -10px !important;
}

#post-178 p.mainpageImagetitle,
#post-175 p.mainpageImagetitle,
#post-215 p.mainpageImagetitle,
#post-220 p.mainpageImagetitle {
	text-align: center;
	line-height: 1.2em;
	margin-bottom: -4px;
}

#post-178 p.mainpageImagetext,
#post-175 p.mainpageImagetext,
#post-215 p.mainpageImagetext,
#post-220 p.mainpageImagetext {
	text-align: center;
	font-size: .9em;
	line-height: 1.2em;
	margin-bottom: -14px;
}

.equipmentLargeTitleOne h3 {
	margin-top: -10px;
}

.equipmentLargeTitleTwo h3 {
	margin-top: 10px;
}

h3.prodTitleTeal {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 10px;
    margin-top: -10px;
    color: #008F9B !important;
    font-weight: bold;
}

h3.prodTitleWhite {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 10px;
    margin-top: -10px;
    color: #FFF !important;
    font-weight: bold;
}


/*********************************************
	PLC Page
*********************************************/

#post-588 div.four_col h3 {
	font-size: 1.2em !important;
	text-align: left;
}

#post-588 img {
	padding: 0;
	margin-top: -4px;
	margin-bottom: -40px;
}

#post-588 .divider_line {
    border-bottom: 1px solid #E6E6E6;
    clear: both;
    display: block;
    margin-bottom: -10px;
    position: relative;
}

#post-588 .divider_padding {
	margin-bottom: 20px;
}

.pps-button-popup {
	background-color: #FC922D !important;
	border-bottom: none !important;
	margin-top: -10px !important;
}


/*********************************************
	Push-pull Page
*********************************************/

img.pushPull {
	margin-top: 20px;
	margin-bottom: -10px;
	margin-left: 20px;
}

/*********************************************
	Gun Cleaning Page
*********************************************/

#gunCleaning {
	margin-left: 40px;
	margin-bottom: 20px;
}

/*********************************************
	MSDS Page
*********************************************/

#gform_confirmation_wrapper_4 {
	background-color: #fae3ba !important; 
	padding: 10px !important;
}

/*********************************************
	Full width colors
*********************************************/

#bbuilder-module-5767142463ed0-outer-wrapper,
#builder-module-5162ce8b4be80-background-wrapper  {
	background: #f2f4f5;
}

/*********************************************
	plugin pullquote
*********************************************/

.pullquote_right {
    border-left: 5px solid #d7ebee !important;
    color: #222222;
    float: right;
    font-size: 16px !important;
    font-style: italic;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 20px;
    padding: 0 6px 0 20px !important;
    width: 33%;
    background-color: #f4fafb;
}

/*********************************************
	form confirmations
*********************************************/

#gform_confirmation_wrapper_1,
#gform_confirmation_wrapper_2,
#gform_confirmation_wrapper_3,
#gform_confirmation_wrapper_4,
#gform_confirmation_wrapper_5 {
	padding: 20px;
	background-color: #fec476;
}

#gform_confirmation_wrapper_1 .gform_confirmation_message_1,
#gform_confirmation_wrapper_2 .gform_confirmation_message_2,
#gform_confirmation_wrapper_3 .gform_confirmation_message_3,
#gform_confirmation_wrapper_4 .gform_confirmation_message_4,
#gform_confirmation_wrapper_5 .gform_confirmation_message_5 {
	color: #222222 !important;
	font-family: 'PT Sans', arial, sans-serif !important;
	font-size: 1.5em !important;
}

/*********************************************
	pullquote right
*********************************************/

#pullquoteRight {
    background-color: #f4fafb;
    border-left: 5px solid #d7ebee !important;
    color: #222222;
    float: right;
    font-size: 16px !important;
    font-style: italic;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 20px;
    padding: 10px 10px 10px 20px !important;
    width: 33%;
}

/*********************************************
	benchtop page
*********************************************/

.vc_toggle_square .vc_toggle_icon {
    background-color: #008F9B !important;
    border: 2px solid transparent;
    border-radius: 0;
    display: inline-block;
    height: 22px;
    width: 22px;
}





