@charset "utf-8";

@font-face {
	font-family: "Century Gothic";
	src: url("gothic-webfont.eot");
	src: local("☺"),
	url("gothic-webfont.woff") format("woff")
}

body { margin:0; padding:0; font-family: 'Century Gothic'; background: #1D6CA4 url(images/home.png) top center no-repeat !important; }

a img { border: none; }
a { text-decoration:none; color: #24A3CC; }
a:hover { text-decoration:underline; color: #FFCC33; }

.linkify { color: #24A3CC !important; text-decoration: none; cursor: pointer; }
button.linkify { border: none; background: none; }

@media screen {
	.squeeze { width: 990px; }

	#banner img { width: 1010px; }

}

.squeeze { margin: 0 auto; }

#header { overflow: hidden; width:1010px; }
#header .logo { width: 500px; float: left; }
#header .right { float: right; text-align: right; padding-top: 25px; }
#header .search_box {
	background: white url(images/search_ico.png) no-repeat left center;
	color: #4d4d4d;
	display: inline;
	/*text-indent: 20px;*/
	line-height: 1.5em;
	padding-left: 20px;
	margin-top: 1em;
	height: 1.5em;
	width: 13em;
}

#header .nav { color #24A3CC; font-weight: bold; font-size: 0.9em;  }

#banner { margin: 0 auto; width: 1020px; }
#banner div { padding: 5px; border: 1px solid #f1f1f1; width: 1010px; }
#banner img { vertical-align: top; }



#nav {
	list-style-type: none;
	padding: 10px 0 10px 0px;
	text-align: center;
	z-index: 100;
	font-size: 14px;
	white-space: inherit;
	margin-bottom: 5px;
	position: relative;
	margin-top: 10px;
}
#nav ul { list-style-type: none; padding: 0; margin: 0; }

#nav > li { 
	position: relative;
	display: inline-block; 
	 *display: inline; 
	 *vertical-align: middle;

	 margin-right: 7px;
	 border: 2px solid #f6f6f6;
	 border-radius: 5px;
	 min-width: 60px;
}
#nav > li:last-child { 
	margin-right: 0;
}

#nav > li.tier1:hover:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 52px;
	height: 52px;
	margin-left: -26px;
	left: 50%;
	bottom: -14px;
	z-index: 10;

	background: url(images/arrow.png);
}

#nav > li > a { 
	border-radius: 5px;
	position: relative;
	display: block; 
	padding: 15px 13px;
	font-size: 13px;
	font-weight: bold;
	z-index: 11;

	color: #FCFDE0;
	background-color: #007eae;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, .8) 50%, transparent 50%, transparent);
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .8) 50%, transparent 50%, transparent);
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .8) 50%, transparent 50%, transparent);
	background-image: linear-gradient(rgba(255, 255, 255, .2) 50%, transparent 50%, transparent);

}

#nav > li:hover > a {
	text-decoration: none;
	color: #5d5d5d;
	background-color: #e0e0e0;

	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 1) 50%, transparent 50%, transparent);
	background-image: -moz-linear-gradient(rgba(255, 255, 255, 1) 50%, transparent 50%, transparent);
	background-image: -moz-linear-gradient(rgba(255, 255, 255, 1) 50%, transparent 50%, transparent);
	background-image: linear-gradient(rgba(255, 255, 255, 1) 50%, transparent 50%, transparent);

}

#nav .tier2 { 
	display: none; 
	position: absolute;
	left: 0;
	z-index: 10;
	padding-top: 15px;
	font-weight:800;
	font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	}
#nav .tier3 { display: none; }

#nav .tier2 li { padding: 8px 0; border-bottom: 1px dashed #dcdcdc; }
#nav .tier2 li:last-child { border-bottom: 1px dashed transparent; }

#nav .tier2 a { 
	color: #4d4d4d;
}
#nav .tier2 > ul {
	background-color: #fefefe;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	list-style-type: none;
	padding: 10px;
	width:220px;
	text-align: left;
	border-bottom: 5px solid #50C5D8;
}
#nav li:hover .tier2 { 
}

#nav .tier2 > ul > li { position: relative;  }

#nav .tier2 > ul > li > a {
	display: block;
	padding-right: 1.5em;
}

#nav .tier2 > ul > li.has_submenu:after  {
	content: '>';
	color: #50C5D8;
	font-size: 12px;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.5em;
}

#nav .tier2 li:hover .tier3 {
	display: inline-block;
	position: absolute;
	left: 100%;
	margin-left: 0px;
	top: -10px;
	background-color: #fefefe;
	border-radius: 5px; border: 1px solid #dcdcdc;
	padding: 10px;
	min-width: 15em;
}



/********** body **********/
.body { background-color: #EBFBDE; padding: 1em; font-family: arial; color: #444; }
/*.body:after  { content: ''; display: table;} */

.body h1 { font-family: 'Century Gothic'; font-size: 2em; font-weight: bold; /* color: #F90; */ color: #0483aC; padding-bottom: 0.5em; border-bottom: 1px solid #dcdcdc; }

.body h2 { font-family: "Century Gothic"; color: #24A3CC; padding: 0.4em 0 0.4em 0.4em; border-bottom:1px dashed  #24A3CC; font-weight:normal; }
.body h2:first-child { margin-top: 0; }

.body h3 { font-family: "Century Gothic"; }
.body h3:first-child { margin-top: 0; }


.body h3 a { 
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	color: inherit;
}
.body h2 span { font: normal 11px Arial, Helvetica, sans-serif; font-weight:normal;}

.body img.floated { float:left; padding:0; margin:10px 15px 10px 0;}
/* .body li { padding:3px 5px; margin:0; font: normal 12px Arial, Helvetica, sans-serif; color:#7d7d7d;} */
.body p {  line-height:1.2em; padding:5px 0; margin:0;}
/* .body p span { font: normal 11px Arial, Helvetica, sans-serif; color:#b3b3b3;} */
/* .body a { text-decoration:none; color:#279fa7; } */

.body > form, .body .right > form { display: table; margin: 0 auto; }
.body > fieldset { background-color: white; border: 1px solid #dcdcdc; }

.body .right { display: table-cell; background-color: #F9FEF5; padding: 1em; }
.body .left { width:250px; float: left; padding: 1em; display: table-cell; background-color: #F9FEF5; margin-right: 1em; }

.body ul { list-style: url(images/fbg_ul_li.gif); margin:10px; padding:0;}

.body .backtop { display: inline-block; vertical-align: text-top; width: 16px; height: 16px; margin-left: 0.5em; background-image: url(images/backtop.gif); }

.body .faq-questions li { padding:5px 5px; font-size: 0.9em; }
.body .faq-questions a {  color: #007eae; }


.box-3 { display: table; border-spacing: 10px; width: 1040px; }
.box-3 > div { display: table-cell; width: 33.3%; }
.box-3 > div h2 { margin-top: 0; overflow: hidden; }



/* END_bloga*/
/*************footer**********/
.footer { color: white; font-family: arial; font-size: 0.8em; padding: 1em; }
.footer p { margin: 0; padding: 0.8em 0; }
.footer .copy { float: right; padding-top: 0; clear: right; }
.footer a { color: #fff; font-weight: bold; }
.footer .nav { float: left; clear: left; }
.footer .nav a { text-decoration:none; padding:0 5px; font-weight: bold; }

.footer .right { color: white; text-align: right; margin:0; float:right; clear: right; } 

.footer .button { 
	display: inline-block;
	border: 1px solid white;
	border-radius: 6px;
	padding: 0.5em;
	color: white;
	font-size: 1.2em;
	margin: 0.5em 0.5em 0.5em 0;
	background-color: #24A3CC;
}

.footer .address { float: left; clear: left; }
.buttons { clear: both; }
/********** contact form **********/
#contactform { margin:0; padding:5px 10px;}
#contactform * { color:#7a7a7a;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;}
#contactform li.buttons { margin:5px 0 5px 0;}
#contactform label { float:left; margin:0; width:100px; padding:5px 0; font:normal 12px Arial, Helvetica, sans-serif; color:#222; text-transform:capitalize;}
#contactform label span { font:normal 10px Arial, Helvetica, sans-serif;}
#contactform input.text { width:480px; border:1px solid #e8e8e8; margin:5px 0; padding:5px 2px; height:15px; background:#f8f8f8;}
#contactform textarea { width:480px; border:1px solid #e8e8e8; margin:10px 0; padding:2px; background:#f8f8f8; height:150px;}
#contactform li.buttons input { padding:3px 0; margin:0 0 0 370px; border:0; color:#FFF;}
p.response { text-align:center; color:#2c2c2c; font:bold 11px Arial, Helvetica, sans-serif; line-height:1.8em; width:auto;}


.product-table { border-collapse: collapse; font-family: arial; font-size: 12px; table-layout:fixed; width: 100%; font-size: 15px; }
.product-table th:first-child { width: 450px; }

.product-table thead tr { border-bottom: 1px solid #1D6CA4; }

.product-table tbody tr:nth-child(even) { background-color: #e3f3ff; }
.product-table tbody tr:nth-child(odd) { background-color: white; }

.product-table tbody tr { border-top: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc; }
.product-table tbody th[scope=row] { text-align: left; font-weight: normal; font-size: 15px; }
.product-table tbody td { text-align: center; min-width: 5em; padding: 0.5em; }
.product-table tbody th { padding: 0.5em; }


.product .name { display: inline-block; }
.product .name_cell { min-width: 500px; font-weight: bold !important; font-size: 16px !important; }
.product .shortdesc { display: none; }
.product .longdesc { display: none; height: 200px; overflow: auto; }

.product .longdesc, .product .shortdesc { text-align: justify; }
.product.open { background-color: white; border-radius: 5px; }

.link { display: inline-block; width: 26px; height: 26px; text-indent: 100%; overflow: hidden; white-space: nowrap; }
.info { background: url(images/info.png) no-repeat center top; }
.spec { background: url(images/specs.png) no-repeat center top; }
.msds { background: url(images/msds.png) no-repeat center top; }
.coa { background: url(images/coa.png) no-repeat center top; }
.ordering { background: url(images/ordering.png) no-repeat center top; }
.formulation { background: url(images/formulation.png) no-repeat center top; }
.link.pdf { background-image: url(images/pdf.png); background-repeat: no-repeat; }


/*
.sec-link { display: inline-block; padding: 8px; text-indent: 20px; background-color: #24A3CC; color: white !important; border-radius: 5px; white-space: nowrap; font-weight: bold !important; }

.sec-link.sec-interactive-zip { background-image: url(images/sec-interactive-files.gif); background-repeat: no-repeat; background-position: 7px center; }
.sec-link.sec-interactive-view { background-image: url(images/icon_link.gif); background-repeat: no-repeat; background-position: 7px center; }
.sec-link.sec-pdf-file { background-image: url(images/pdf.gif); background-repeat: no-repeat; background-position: 7px center; }
*/

.sec-link { display: block; margin: 0 auto; width: 40px; height: 40px; text-indent: 100%; overflow: hidden; white-space: nowrap; }

.sec-link.sec-interactive-zip { background-image: url(images/zip.png); background-repeat: no-repeat; }
.sec-link.sec-interactive-view { background-image: url(images/sec.png); background-repeat: no-repeat; }
.sec-link.sec-pdf-file { background-image: url(images/pdf.png); background-repeat: no-repeat; }

.jtable-main-container { font-weight: bold !important; font-size: 15px !important; }
.jtable th, .jtable td { font-weight: inherit !important; font-size: inherit !important; }
.jtable .jtable-column-header-container { background-position: center left !important; padding-left: 20px; height: auto !important; }
.jtable .jtable-column-header { height: 3em; vertical-align: middle; }
.jtable .nosort .jtable-column-header-container { padding-left: 0; text-align: center; }
.jtable td { padding-left: 24px !important; height: 40px; } /* +4 px for the margin-left on the column headers */
.jtable td.nosort { padding-left: 0 !important; }


.jtable .download { width: 5.5em; text-align: center !important; }
.jtable .fiscal-year { width: 5.5em; }
.jtable .date-of-report { width: 8em; }
.jtable .date-issued { width: 6em; }
.jtable .pdf-file { width: 5em; }
.jtable .year { width: 4em; }
.jtable .sec-url { width: 9em; }
.jtable .interactive-zip { width: 7em; }
.jtable .category { width: 6em; }

.jtable .product-name-col { width: 450px; }
.jtable th.product-name-col .jtable-column-header-container { text-align: left; padding-left: 0.5em; }
.jtable td.product-name-col { padding-left: 1em !important; font-weight: bold !important; font-family: arial; }
.jtable .product-info-col { width: 5.5em; text-align: center; }
.jtable .spec-col { text-align: center; }
.jtable .sds-col { text-align: center; }
.jtable .coa-col { text-align: center; }
.jtable .sample-request-col { width: 5.5em; text-align: center; }
.jtable .formulary-col { width: 5.5em; text-align: center; }

.sec-filter { font-size: 16px; font-weight: bold; }

.chosen-container { min-width: 100px; font-size: 16px !important; font-weight: bold !important; }
ul.chosen-results li { background: none; }

.jtable-row-even { background-color: #e3f3ff !important; }

.body fieldset { border: none;  }
.body fieldset * { box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; }
.body fieldset > div > label { display: block; clear: both; }
.body fieldset > div.required-field > label:after { content: ' *';  color: red; }
.body fieldset > div { float: left; position: relative; padding-right: 1em; text-align: left; }
/* fieldset > div > .ui-state-error { position: absolute; top: 50%; margin-top: -0.25em; white-space: nowrap; } */
.body fieldset > div > .ui-state-error { display: block; clear: left;}
.body input[type=text], .body select { border: 1px solid gray; }
.body select { margin-left: 2px; }


.tooltipster-content { line-height: 1px !important; font-size: 12px !important; }

.nobg * { background: none !important; font-size: 15px !important; }

#type_chosen { width: 318px !important; }

#contactForm input[type=text], #contactForm textarea { width: 200px; border-radius: 4px; padding: 2px; }
#contactForm textarea { width: 250px; }
#who_chosen { width: 207px !important; font-weight: normal !important; font-size: 0.8em !important }
