/* Master Global Styles */ 

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }
body { margin: 0; }
/* HTML5 display definitions ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary { display: block; }
audio,
canvas,
progress,
video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }
audio:not([controls]) { display: none; height: 0; }
[hidden],
template { display: none; }
/* Links ========================================================================== */
a { background-color: transparent; }
a:active,
a:hover { outline: 0; }
/* Text-level semantics ========================================================================== */
abbr[title] { border-bottom: 1px dotted; }
b,
strong { font-weight: bold; }
dfn { font-style: italic; }
h1 { font-size: 2em; margin: 0.67em 0; }
mark { background: #ff0; color: #000; }
small { font-size: 80%; }
sub,
sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* Embedded content ========================================================================== */
img { border: 0; }
svg:not(:root) { overflow: hidden; }
/* Grouping content ========================================================================== */
figure { margin: 1em 40px; }
hr { box-sizing: content-box; height: 0; }
pre { overflow: auto; }
code,
kbd,
pre,
samp { font-family: monospace, monospace; font-size: 1em; }
/* Forms ========================================================================== */
button,
input,
optgroup,
select,
textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }
button { overflow: visible; }
button,
select { text-transform: none; }
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }
button[disabled],
html input[disabled] { cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"],
input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; /* 1 */ box-sizing: content-box; /* 2 */ }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }
textarea { overflow: auto; }
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup { font-weight: bold; }
/* Tables
   ========================================================================== */
table { border-collapse: collapse; border-spacing: 0; }
td,
th { padding: 0; }

/* ********** End Normalize ********** */

html { padding: 0; margin: 0; color: #292A26; }
body { font-family: Arial, Helvetica, sans-serif; margin: 0; padding: 0; background: #E7E8E6; }

table,
th,
td { border: 0; }
a { outline: none; color: #0076a3; font-weight: bold; text-decoration: none;}
a:hover { color: #555; text-decoration: underline;}

.clear-fix:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; } /* Clear */

.horiz-spot { float: left; margin: 0 8px 9px;}
.horiz-spot-last { float: left; margin: 0 0 0 0;}
.vert-spot { margin: 0;}
.cursorWait { cursor: wait;}

.genericESpot table { display: none; }

.testing { color: #f0a; }
.errorMessage { color: #D00D00; }
.error-msg { margin: 5px 0; padding: 10px 30px; text-align: center; background: #FFF1F1; color: #D00D00; font-weight: bold; font-size: 13px; border: 1px solid red; border-radius: 4px;}
.success-msg { border: 1px solid #D6E9C6; border-radius: 4px; font-size: 14px; font-weight: bold; margin: 10px 0; padding: 10px 30px; text-align: center; color: #fff; background-color: #5da423; }

#my-account .success-msg { border-radius: 5px; box-shadow: 0 0 4px #787878; background-color: #0076A3; border: 2px solid #FFFFFF; font-size: 16px; margin: 6px; }

/**js form validation**/
span.error-validate-msg { margin: 2px 0; padding: 10px 30px; color: red; font-weight: bold; font-size: 11px; display: none;}
div.error-validate-msg {  margin: 2px 0; color: #D00D00; font-weight: bold; /* font-size: 11px; */ }
div#topErrorContainer { position: relative; z-index: 0; }
div.error-validate-msg#topError { padding: 10px 20px; margin: 10px 3px; font-size: 13px; border: 1px solid red; background-color: #FFF1F1; border-radius: 5px; }
select.error-validate-msg,
form input.error-validate-msg { background: #FFF1F1; border: 1px solid red; }

.clear { clear: both; line-height: 0; font-size: 0;}
.required-text { font-size: 9px; color: #B0A621;}
.required { color: red; font-weight: bold;}

/* Larger than mobile */
@media (min-width: 400px) {
body { font-size: 16px; line-height: 1.4; }
}
/* Larger than phablet */
@media (min-width: 650px) {
}
/* Larger than tablet */
@media (min-width: 850px) {
body { font-size: 14px; }
}
/* Larger than desktop */
@media (min-width: 1000px) {
}
/* Larger than Desktop HD */
@media (min-width: 1200px) {
}

/* Forms */
input[type=text],
input[type=number],
input[type=password],
.item-qty input,
textarea { border: 1px solid #ACAEA6; border-radius: 3px; box-shadow: 1px 1px 1px rgb(224, 224, 224) inset; color: #60615A; font-size: 14px; font-weight: bold; /* height: 18px; */ height: 20px; line-height: 1.428857143; padding: 5px; width: 100%; transition: all 0.6s ease; }/* Testing the width. Forms could need adjusting. */
textarea { overflow: auto; }
select { background: #FFFFFF; border: 1px solid #ACAEA6; color: #60615A; font-weight: bold; height: 32px; padding: 5px; width: 100%; }
select[disabled="disabled"] { border-color: #E7E8E6; cursor: not-allowed; }
input:focus,
textarea:focus,
select:focus,
.form-control:focus,
input[type=text]:focus,
input[type=password]:focus { background-color: #FFFDD8; border-color: #FFC425; box-shadow: 0 0 4px #ACAEA6; outline: 0; }
.formline { margin-bottom: 3px; }
select:focus,
.form-control:focus { background-color: #FFFFFF; box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 196, 37, 0.6); }
select.disabled,
select[disabled] { border-color: #DBDBDB; color: #B4B4B4; cursor: not-allowed; }

/* select replacement drop-down. Note not mobile-friendly. */
div.select { width: 200px;}
div.select div.selected { background-color: #f6f5f3; background-image: url(/wcsstore/CVB2BDirectStorefrontAssetStore/images/jjkeller/icons/select-icon.gif); background-position: right center; background-repeat: no-repeat; border-color: #b7b6b2 #e2e3de #e2e3de #b6b6b2; border-style: solid; border-width: 1px; cursor: pointer; font-weight: bold; height: 22px; padding: 5px 21px 0 5px; white-space: nowrap; }
div.select div.selected div.clip { overflow:hidden; }
div.select div.options-list { position: relative; width: 300px; left: 0; top: 21px; z-index: 9999; height: 0;}
div.select ul.options { display: none; position: absolute; border: 1px solid #757575; overflow-x: hidden; overflow-y: auto; max-height: 200px; top: -21px; list-style-type: none; margin: 0; padding: 2px 2px 1px; background-color: white;}
div.select ul.options li { padding: 1px 5px; margin: 0 0 1px;}
div.select ul.options li.hover { color: #252525; background-color: #e3e3e3; }
div.select ul.options li.selected { color: white; background-color: #757575; }

#container { box-shadow: 0 0 12px #898b80; margin: 0 auto; /* padding: 0 10px; */ width: 960px; background: #FFFFFF; }

a.button-link { background: #0076a3; border:medium none; border-radius: 4px; color: #FFFFFF; float:left; font-size:13px; height:17px; width:auto; margin-left:5px; padding:4px 10px 2px; }

#locator-box { float: right; width: 200px; margin: 0; padding: 3px; font-size: 10px; }
#locator-box input.text { font-size: 10px; border: 1px solid #ccc; padding: 2px; width: 80px; }
#locator-box input.text:focus { border: 1px solid #ffc425; }
#locator-box a { color: #FFFFFF; }
#locator-box a:hover { color: #ddd; }

/* Start Search Auto-complete ***************************************** */
.ac_results { box-shadow: 0 4px 6px #252525; background-color: white; border-color: #B7B6B2 #E2E3DE #E2E3DE #B6B6B2; border-style: solid; border-width: 1px; margin-left: 22px; overflow: hidden; padding: 0; width: 314px; z-index: 99999; }
.ac_results ul { list-style-position: outside; list-style: none; margin: 0; padding: 0; width: 100%; }
.ac_results li { cursor: default; display: block; font: menu; font-size: 12px; line-height: 16px; margin: 0px; overflow: hidden; padding: 2px 5px; /*width: 100%;*/ } 
/* if width will be 100% horizontal scrollbar will apear when scroll mode will be used */ /* it is very important, if line-height not setted or setted in relative units scroll will be broken in firefox */
/* .ac_loading { background: white url('indicator.gif') right center no-repeat; } */
.ac_odd { background-color: #eee; }
.ac_over { background-color: #787878; color: white; }

.header.row { margin-bottom: 0; position: relative; }
	.header .span12 { width: 100%; } /* This is not ideal. Figure out how to implement this width. */
	.header .logo { display: inline-block; float: left; margin: 15px 15px 12px; }
				.header .logo img { height: 59px; width: 129px; }
			.header .search { /* background-color: #fff; */ border: 1px solid #E5E5E5; border-radius: 3px; clear: none; display: inline-block; float: left; margin: 1.25em 8% .5em; padding: 3px; width: 50%; }
				.header .search .column:first-child { width: 67%; }
				.header .search [class*="column"] + [class*="column"]:last-child { margin-left: 0; margin-right: 5px; width: 26%; }
				.header .search input[type="text"] { background-image: url(/wcsstore/CVCatalogAssetStore/images/global/icons/JJK-mega-sprite.png); background-repeat: no-repeat; background-position: -592px 6px; display: block; padding: 5px 0 5px 26px; border-radius: 2px 0 0 2px; width: 100%; }
				.header .search a.btn { border-radius: 0 2px 2px 0; box-shadow: 0 0 0 0; margin: 0 0 0 -7px; padding: 6px 0 4px; width: 108.5%; border: none;}
			.header .mini-cart { margin: 20px 9px 0 0; position: relative; width: 150px; float: right; }
				.header .mini-cart > a { color: #5e5e5e; float: right; font-size: 13px; padding: 0 0 10px; position: relative; }
				.header .mini-cart a:hover { /* border: 1px solid #0076a3; */ text-decoration: none; }
				.header .mini-cart > a:before { display: block; font-size: 24px; content:"\f07a"; position: absolute; font-family: 'FontAwesome'; left: -30px; top: -8px;}

			.header #mini-bag-popUp { position: absolute; top: 25px; right: -10px; border: 1px solid #ACAEA6; border-top-width: 6px; background: #FFFFFF; color: #60615A; /* width: 268px; */ width: 200%; /* Testing percentage based width */ /* margin: 10px 0 0 0; */ border-radius: 0 0 0 4px; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); font-size: 13px; line-height: 1.4; z-index: 9999; }
				.header #mini-bag-popUp table,
				.header #mini-bag-popUp table td { border: none; }
				.header #mini-bag-popUp img#loading { width: 80%; height: 80%; } /* Delete height soon. */
				.header #mini-bag-popUp #empty { text-align: center; padding: 10px 0; }
				.header #mini-bag-popUp form { background: #FFFFFF; max-height: 275px; overflow-x: hidden; overflow-y: auto; padding: 10px 15px 15px; float: right; /* width: 100%; */ }
				.header #mini-bag-prd-table { border-bottom: 1px solid #E7E8E6 !important; margin: 0 0 10px; text-align: right; }
					.header #mini-bag-prd-table td { border-bottom: 1px solid #E7E8E6 !important; padding: 10px 0; }
						.header #mini-bag-prd-table td a { color: #0076a3; font-weight: bold; }
						.header #mini-bag-ttl-table td { padding: 2px; }
				.header #mini-bag-buttons { background: #E7E8E6; border-radius: 0 0 0 4px; border-top: 1px solid #898b80; clear: both; padding: 10px; text-align: right; }

			.sub-nav.inline li { float: left; display: inline-block; }
			.header .sub-nav { font-size: 10px; padding: 0; margin: 10px 0; /* width: 36.5%; */ }
			/* .header .sub-nav { top: 52px; padding: 0; position: absolute; right: 0; width: 36.5%; } */
			.header .sub-nav.inline { list-style: none; overflow: hidden; }
				.header .sub-nav li { border-left: 1px solid #909090; bottom: 43px; margin: 0 10px 0 0; padding-left: 10px; }
				.header .sub-nav .customer-service a span { font-weight: normal; }
				.header .sub-nav li:first-child { border-left: none; }
					.header .sub-nav li a { color: #5e5e5e; }
			.header .main-nav { background: #8b2346;
								background: linear-gradient(#8b2346, #60172F);
								background-clip: padding-box; 
								border-bottom: 8px solid #898b80; font-size: 12px; margin-bottom: 0; width: 100%; } /* rem font-size breaks with browser zoom */
			.transportation .header .main-nav { border-color: #707D32; }
			.workplace .header .main-nav { border-color: #987012; }
			.hr .header .main-nav { border-color: #643D65; }
			.construction .header .main-nav { border-color: #A8530C; }
			.hazmat .header .main-nav { border-color: #A91B20; }
				.header .main-nav ul { margin: 0; padding: 0; }
					.header .main-nav li { display: inline-block; float: left; margin: 0; text-align: center; position: relative; z-index: 1002; }
					.header .main-nav li.shop,
					.header .main-nav li.home { width: 87px; } /* .home is only for the subscription pages. Delete once the header is updated to the new shop nav. */
					.header .main-nav li.transportation { width: 147px; }
					.header .main-nav li.workplace { width: 169px; }
					.header .main-nav li.hr { width: 175px; }
					.header .main-nav li.construction { width: 182px; }
					.header .main-nav li.hazmat { margin-right: 0; width: 200px; }
						.header .main-nav li a { color: #fff; display: block; padding: 14px 8px; margin: 0 23px; }
						.header .main-nav li.shop a { margin: 0 18px; }
						.header .main-nav li.hazmat a { margin: 0 30px; }
						.header .main-nav li a:hover { text-decoration: none; border-bottom: 6px solid #787878; padding-bottom: 8px; }
						.header .main-nav li.transportation a:hover { border-color: #7d8c31; }
						.header .main-nav li.workplace a:hover { border-color: #ca9a28; }
						.header .main-nav li.hr a:hover { border-color: #956497; }
						.header .main-nav li.construction a:hover { border-color: #e67c22; }
						.header .main-nav li.hazmat a:hover { border-color: #cf3236; }
						.header .main-nav .shop { background: #898b80; background: linear-gradient(#898b80, #60615A); background-clip: padding-box; }
						.transportation .header .main-nav .transportation { background: #707d32; background: linear-gradient(#7d8c31, #454f13); background-clip: padding-box; }
						.workplace .header .main-nav .workplace { background: #987012; background: linear-gradient(#ca9a28, #8a6610); background-clip: padding-box; }
						.hr .header .main-nav .hr { background: #643d65; background: linear-gradient(#956497, #623d64); background-clip: padding-box; }
						.construction .header .main-nav .construction { background: #a8530c; background: linear-gradient(#e67c22, #9f4f0b); background-clip: padding-box; }
						.hazmat .header .main-nav .hazmat { background: #a91b20; background: linear-gradient(#cf3236, #8e171b); background-clip: padding-box; }
						.header .main-nav .shop a:hover,
						.transportation .header .main-nav .transportation a:hover,
						.workplace .header .main-nav .workplace a:hover,
						.hr .header .main-nav .hr a:hover,
						.construction .header .main-nav .construction a:hover,
						.hazmat .header .main-nav .hazmat a:hover { border-bottom: 6px solid transparent; }					
.header .main-nav .shop:hover .dropdown-menu { display:block; }
.header .main-nav .shop .dropdown-menu { background: #FFFFFF; background: -moz-linear-gradient(#FFFFFF, #E7E8E6); background: -ms-linear-gradient(#FFFFFF, #E7E8E6); /* IE 10 */ background: -webkit-linear-gradient(#FFFFFF, #E7E8E6); background: linear-gradient(#FFFFFF, #E7E8E6); -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ACAEA6; border-top: 6px solid #ACAEA6; color: #898b80; position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 15px; margin: 0; font-size: 16px; text-align: left; list-style: none; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border-radius: 0 0 4px 0; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); width: 285px; top: 100%; }
.header .main-nav li.shop .top-category { display: block; font-weight:bold; text-align:left; width: 100%; }
.header .main-nav li.shop .top-category a { color: #60615A; margin:0; padding: 10px; }
.header .main-nav li.shop .top-category a:hover { background: #8B2346; border: none; border-radius: 4px; color: #FFFFFF; }
.header .main-nav li.shop .top-category a:hover:before { content: "\f054"; display: block; float: right; font-family: FontAwesome; margin-left: 10px; }
.header .main-nav li.shop li .child-category { width: 100%; }
.header .main-nav li.shop li .child-category a { /* color: #60615A; display: block; padding: 10px; margin: 0; */ font-weight: normal; text-align:left; }
.header .main-nav li.shop li .child-category a:hover { border-bottom: 0; }

table#articles thead { background: #898b80; }
.transportation table#articles thead { background: #707D32; }
.workplace table#articles thead { background: #987012; }
.hr table#articles thead { background: #643D65; }
.construction table#articles thead { background: #A8530C; }
.hazmat table#articles thead { background: #A91B20; }

#subcat-display-body { position: relative; }

.transportation #subcat-display-body { background-color: #eff0e8; }
.transportation #category-area ul.level2 > li.child-category[hasflyout=true] { background-image: url(/wcsstore/CVB2BDirectStorefrontAssetStore/images/jjkeller/colors/panels/transparentbg/Transportation/panel-170px-bpm.png);}
.transportation #references-area .tabs ul.tabNavigation li.active a span {color: #454F13;}

.workplace #subcat-display-body { background-color: #eff0e8; }
.workplace #category-area ul.level2 > li.child-category[hasflyout=true] { background-image: url(/wcsstore/CVB2BDirectStorefrontAssetStore/images/jjkeller/colors/panels/transparentbg/Workplace%20Safety/panel-170px-bpm.png);}
.workplace #references-area .tabs ul.tabNavigation li.active a span {color: #8A6610;}

.hr #subcat-display-body { background-color: #eff0e8; }
.hr #category-area ul.level2 > li.child-category[hasflyout=true] { background-image: url(/wcsstore/CVB2BDirectStorefrontAssetStore/images/jjkeller/colors/panels/transparentbg/Human%20Resources/panel-170px-bpm.png);}
.hr #references-area .tabs ul.tabNavigation li.active a span {color: #623d64;}

.construction #subcat-display-body { background-color: #eff0e8; }
.construction #category-area ul.level2 > li.child-category[hasflyout=true] { background-image: url(/wcsstore/CVB2BDirectStorefrontAssetStore/images/jjkeller/colors/panels/transparentbg/Construction%20Safety/panel-170px-bpm.png);}
.construction #references-area .tabs ul.tabNavigation li.active a span {color: #9F4F0B;}

.hazmat #subcat-display-body { background-color: #eff0e8; }
.hazmat #category-area ul.level2 > li.child-category[hasflyout=true] { background-image: url(/wcsstore/CVB2BDirectStorefrontAssetStore/images/jjkeller/colors/panels/transparentbg/Hazardous%20Materials/panel-170px-bpm.png);}
.hazmat #references-area .tabs ul.tabNavigation li.active a span { color: #8E171B; }

#content-area { clear: both; margin: 10px;}
#content-area .content-head { padding: 0 13px;}

.short-area { padding: 0 0 200px 0; }

dl.form { padding: 0; margin: 0; }
dl.form dt { padding: 2px 0 0 0; margin: 0; }
dl.form dd { padding: 5px 0; margin: 0; }
dl.form dd.section-end { margin: 10px 2px; padding: 0px; border-bottom: 1px solid #E2E2E2; width: 900px; }
dl.display { padding: 0; margin: 0; }
dl.display dt { padding: 2px 0 0 0; margin: 0; }
dl.display dd { padding: 5px 0; margin: 0; }
	#addrbook-username { font-weight: bold; color: #000; }
dl.display>dt.userDetails { padding-left: 5px; }

.clean { border: 0;}
.clean th { padding: 3px; background: #6da7f6; color: #fff; font-size: 10px;}
.clean td { padding: 7px; background: #eee; color: #666; font-size: 11px;}
.clean td.right { text-align: right;}
.clean td.center { text-align: center;}

	#breadcrumb { color: #747474; margin: -7px 0 20px -7px; padding: 10px; width: 99.4%; }
	  	#breadcrumb .crumbs { white-space: nowrap; max-width: 100%; overflow: hidden; max-width: 100%; }
	  		#breadcrumb .crumbs a,
			#breadcrumb .crumbs span { display: inline-block; float: left; font-size: 12px; margin: 0 5px 0 0; }
			#breadcrumb .crumbs a:hover,
			#breadcrumb .crumbs span:hover { text-decoration: none; }
			#breadcrumb .crumbs a:before,
			#breadcrumb .crumbs span:before { color: #ACAEA6; content:"\f054"; font-family: FontAwesome; font-weight: normal !important; cursor: default; margin: 0 5px 0 0; }
				#breadcrumb .crumbs a:first-child:before { content: ' '; margin: 0; }
				#breadcrumb .crumbs a.last { color:#7d7d7d; }
				.crumbtrail-separator { display: none !important; }

/* Non-responsive footer styles only. */
#footer.fixed-width { font-size: 12px; color: #60615A; } 
    #product #footer.fixed-width { margin-top: -14px; }
    #footer.fixed-width h5,
    #footer.fixed-width h6 { color: #60615A; font-weight: bold; margin: 0; }
    #footer.fixed-width a { color: #60615A; text-decoration: none; }
    #footer.fixed-width a:hover { text-decoration: underline; }
    .footer.fixed-width.row,
    .footer.fixed-width .row { margin: 0 auto; }
    .footer.fixed-width ul { list-style-type: none; margin: 5px 0 0 0; } 

    .footer.fixed-width .top { background-color: #8b2346; border-radius: 3px; margin: 15px auto 10px; width: 98.2%; }
        .footer.fixed-width .top ul { margin-left: 15px; padding: 10px 0; }   
            .footer.fixed-width .top ul li { color: #FFFFFF; display: inline; font-size: 14px; padding: 0 30px 0 0; }
                #footer.fixed-width .top ul li a { color: white; font-size: 14px; transition: all .25s ease-in-out; }
                #footer.fixed-width .top ul li a:hover { text-decoration: none; border-bottom: 6px solid #909090; padding: 0 0 4px; }
                #footer.fixed-width .top ul li:first-child { background: #642238; border-radius: 3px 0 0 3px; margin: 0 15px 0 -14px; padding: 11px; position: relative; }
                #footer.fixed-width .top ul li:first-child:after { border-top: 19px solid transparent; border-right: 6px solid transparent; border-bottom: 19px solid transparent; border-left: 10px solid #642238; content: ''; display: inline-block;  position: absolute; top: 0px; right: -16px; }      

    .footer.fixed-width .connect { background: #E7E8E6; border: 1px solid #DBDBDB; height: 100px; width: 98.2%; border-radius: 3px; }
        .footer.fixed-width .connect .email-sign-up-copy { float: left; margin: 15px 15px 0; width: 302px; }
            .footer.fixed-width .connect .email-sign-up-copy p { line-height: 16px; margin: 0; }
        .footer.fixed-width .connect form { float: left; margin: 36px 0 0; width: 304px; }
            .footer.fixed-width .connect form input { border-radius: 3px 0 0 3px; width: 212px; }
            .footer.fixed-width .connect form #signUpEmailLink { border-radius: 0 3px 3px 0; color: #FFFFFF; float: right; margin: 0 0 0 -6px; padding: 5px 10px 3px; position: relative; text-decoration: none; }
            .footer.fixed-width .connect form #footer-email-prefs { display: inline-block; margin: 4px 0 0 10px; }
        .footer.fixed-width .connect .social-container { height: 85px; margin: 0 0 0 15px; padding: 15px 0 0 22px; }
            .footer.fixed-width .connect .social-container ul { margin: 7px 0 0 0; }
                .footer.fixed-width .connect .social-container ul li { display: inline-block; float: left; margin-right: 15px; }
                    .footer.fixed-width .connect .social-container ul li a { background: url(/wcsstore/CVCatalogAssetStore/images/global/icons/JJK-mega-sprite.png) no-repeat 0px -121px; border-radius: 4px; display: block; height: 30px; margin: 0; overflow: hidden; position: relative; text-indent: 100%; white-space: nowrap; width: 30px; }
                    .footer.fixed-width .connect .social-container ul li .linkedin { background-position: -55px -122px; }
                    .footer.fixed-width .connect .social-container ul li .google-plus { background-position: -108px -120px; }
                    .footer.fixed-width .connect .social-container ul li .youtube { background-position: -162px -121px; width: 31px; }

    .footer.fixed-width .links { margin: 15px; width: 97%; }
        .footer.fixed-width .links .column { margin-left: 2.1%; }
            .footer.fixed-width .links .column ul li { margin: 0 0 6px; }
                .footer.fixed-width .links .column ul li a { font-weight: normal; }
        .footer.fixed-width .links .seo { margin: 0; }
            .footer.fixed-width .links .seo p { line-height: 17px; margin: 0 0 15px; }

    .footer.fixed-width .span2 { width: 14.7%; }
    .footer.fixed-width .span4 { width: 30.37%; }
    .footer.fixed-width .span8 { width: 69.2%; }
    .footer.fixed-width .last,
    .footer.fixed-width .column.first { margin-left: 0; }

/* What are these styles for? */
/*
div.panel-250px-whitebg { margin: 7px 10px 7px; width: 256px; background-repeat: no-repeat; background-position: bottom; background-image: url(/wcsstore/CVB2BDirectStorefrontAssetStore/images/jjkeller/colors/panels/whitebg/panel-250px-btm.gif);}
div.panel-250px-whitebg>div { padding: 10px 13px 8px; margin-bottom: 5px; background-repeat: repeat-y; background-image: url(/wcsstore/CVB2BDirectStorefrontAssetStore/images/jjkeller/colors/panels/whitebg/panel-250px-mid.gif);}
div.panel-250px-whitebg>h3 { color: white; height: 20px; padding: 9px 13px 0; font-size: 13px; margin: 0; background-repeat: no-repeat; background-image: url(/wcsstore/CVB2BDirectStorefrontAssetStore/images/jjkeller/colors/panels/whitebg/panel-250px-hed.gif);}
div.panel-250px-whitebg ul { margin: 8px 0 8px;}

div.panel-610px-f1f1f1bg { margin: 7px 0; padding-bottom: 8px; width: 616px; background-repeat: no-repeat; background-position: bottom; background-image: url(/wcsstore/CVB2BDirectStorefrontAssetStore/images/jjkeller/colors/panels/f1f1f1bg/panel-610px-btm.gif);}
div.panel-610px-f1f1f1bg>div { padding: 10px 23px 8px; background-repeat: repeat-y; background-image: url(/wcsstore/CVB2BDirectStorefrontAssetStore/images/jjkeller/colors/panels/f1f1f1bg/panel-610px-mid.gif);}
div.panel-610px-f1f1f1bg>h3 { color: white; height: 20px; padding: 9px 23px 0; font-size: 13px; margin: 0; background-repeat: no-repeat; background-image: url(/wcsstore/CVB2BDirectStorefrontAssetStore/images/jjkeller/colors/panels/f1f1f1bg/panel-610px-hed.gif);}

div.panel-920px-f1f1f1bg { margin: 7px 0; padding-bottom: 8px; width: 926px; background-repeat: no-repeat; background-position: bottom; background-image: url(/wcsstore/CVB2BDirectStorefrontAssetStore/images/jjkeller/colors/panels/f1f1f1bg/panel-920px-btm.gif);}
div.panel-920px-f1f1f1bg>div { padding: 10px 23px 8px; background-repeat: repeat-y; background-image: url(/wcsstore/CVB2BDirectStorefrontAssetStore/images/jjkeller/colors/panels/f1f1f1bg/panel-920px-mid.gif);}
div.panel-920px-f1f1f1bg>h3 { color: white; height: 20px; padding: 6px 23px 0; font-size: 13px; margin: 0; background-repeat: no-repeat; background-image: url(/wcsstore/CVB2BDirectStorefrontAssetStore/images/jjkeller/colors/panels/f1f1f1bg/panel-920px-hed.gif);}
*/

#subscriptionsLinksDiv{padding-bottom:5px;}

/* Tweaked and expanded for JJK - Influenced by Foundation v2.2.1 and Twitter Bootstrap 2 */ /* Cleaned up, but needs additional updates. */

	/* Clear-fix */
	.group:after,
	.row:before,
	.row:after,
	.clearfix:before,
	.clear-fix:after,
	.main-content:before,
	.main-content:after,
	.prod-list:before,
	.prod-list:after,
	.formline:before,
	.formline:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; } /* Try to eliminate "group", and replace it with "clear-fix". */
	.row,
	.clear-fix,
	.main-content,
	.prod-list,
	.formline { zoom: 1; }

	.radius-all { border-radius: 5px; }
	.radius-top { border-radius: 5px 5px 0 0; }
	.radius-right { border-radius: 0 5px 5px 0; }
	.radius-bottom { border-radius: 0 0 5px 5px; }
	.radius-left { border-radius: 5px 0 0 5px; }

	.main-content #back2top { clear: both; margin: 20px 0; }
	.scrollToTop { color: #0076a3; cursor: pointer; display: block; font-weight: normal; margin: 0 15px 15px 0; }

/*
	.main-content .gray-bar.radius-top { border-radius: 5px 5px 0 0; }
	.main-content .gray-bar.radius-right { border-radius: 0 5px 5px 0; }
	.main-content .gray-bar.radius-bottom { border-radius: 0 0 5px 5px; }
	.main-content .gray-bar.radius-left { border-radius: 5px 0 0 5px; }
*/

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 12px 0 18px; height: 0; }
	hr.fancy { background: url("/wcsstore/CVCatalogAssetStore/images/global/misc/divider_740x17.jpg") no-repeat 0 0 #fff; border: 0 none; clear: both; margin: 25px auto 15px; padding: 10px 0; }
	hr.thickness-1 { background: #E7E8E6; border: 0; height: 1px; }
	hr.thickness-2 { background: #E7E8E6; border: 0; height: 2px; }
	hr.thickness-3 { background: #E7E8E6; border: 0; height: 3px; }
	hr.thickness-4 { background: #E7E8E6; border: 0; height: 4px; }
	hr.thickness-5 { background: #E7E8E6; border: 0; height: 5px; }
	hr.thickness-6 { background: #E7E8E6; border: 0; height: 6px; }
	hr.thickness-7 { background: #E7E8E6; border: 0; height: 7px; }
	hr.thickness-8 { background: #E7E8E6; border: 0; height: 8px; }
	hr.thickness-9 { background: #E7E8E6; border: 0; height: 9px; }
	hr.thickness-10 { background: #E7E8E6; border: 0; height: 10px; }
	.sole-column .main-content hr.fancy { margin: 25px 0 15px 65px; }
	
	.border-top { border-top: 1px solid #e6e6e6; padding-top: 15px; }
	.border-right { border-right: 1px solid #e6e6e6; padding-right: 15px; }
	.border-bottom { border-bottom: 1px solid #e6e6e6; padding-bottom: 15px; }
	.border-left { border-left: 1px solid #e6e6e6; padding-left: 15px; }
	.border-none { border: none !important; }

	.box { border-radius: 4px; background: #FFFFFF; border: 1px solid #ACAEA6; box-shadow: 0 1px 1px rgba(0,0,0,0.05); margin: 0 0 15px; padding: 15px; }
	.box > *:first-child { margin-top: 0; padding-top: 0; }
	.box > *:last-child { margin-bottom: 0; padding-bottom: 0; }
	
	.main-content .gray-bar { background: #898b80; color: #fff; font-weight: bold; margin: -17px 0 12px -16px; padding: 10px 0 10px 10px; }

/* --------------------------------------------------
	:: Grid (old)
	-------------------------------------------------- */
	.row { clear: both; margin: 0 auto 20px; width: 100%; }
	.row .row { min-width: 0; }
	.content-head.row,
	.row .row:last-child { margin-bottom: 0; }

	.column { float: left; margin-left: 4.4%; min-height: 1px; position: relative; }
	.column:first-child { margin-left: 0; }
	[class*="column"] + [class*="column"]:last-child { float: right; }

	.main-content .first { margin-left: 0; }
	.main-content .last { margin-right: 0; }

	/* Spans need additional testing */
	.main-content .span1 { width: 4.3%; }
	.main-content .span2 { width: 13%; }
	.main-content .span3 { width: 21.679%; }
	.main-content .span4 { width: 30.37%; }
	.main-content .span5 { width: 39.1%; }
	.main-content .span6 { width: 47.8%; }
	.main-content .span7 { width: 56.5%; }
	.main-content .span8 { width: 65.2%; }
	.main-content .span9 { width: 73.9%; }
	.main-content .span10 { width: 82.6%; }
	.main-content .span11 { width: 91.3%; }
	.main-content .span12 { width: 100%; }

	.main-content .gray-bar { width: 0; } /* Did this pass? */
	.main-content .gray-bar.span1 { width: 105%; } /* Test */
	.main-content .gray-bar.span2 { width: 136%; }
	.main-content .gray-bar.span3 { width: 119%; }
	.main-content .gray-bar.span4 { width: 112.4%; }
	.main-content .gray-bar.span5 { width: 109.7%; }
	.main-content .gray-bar.span6 { width: 107.8%; }
	.main-content .gray-bar.span7 { width: 106.4%; }
	.main-content .gray-bar.span8 { width: 105.5%; }
	.main-content .gray-bar.span9 { width: 104.7%; }
	.main-content .gray-bar.span10 { width: 104.3%; }
	.main-content .gray-bar.span11 { width: 103.9%; }
	.main-content .gray-bar.span12 { width: 103.6%; }

	.sole-column .main-content .gray-bar { width: 0; } /* Did this pass? */
	.sole-column .main-content .gray-bar.span1 { width: 105%; } /* Test */
	.sole-column .main-content .gray-bar.span2 { width: 126%; }
	.sole-column .main-content .gray-bar.span3 { width: 113%; }
	.sole-column .main-content .gray-bar.span4 { width: 109%; }
	.sole-column .main-content .gray-bar.span5 { width: 107%; }
	.sole-column .main-content .gray-bar.span6 { width: 105.4%; }
	.sole-column .main-content .gray-bar.span7 { width: 104.5%; }
	.sole-column .main-content .gray-bar.span8 { width: 103.8%; }
	.sole-column .main-content .gray-bar.span9 { width: 103.5%; }
	.sole-column .main-content .gray-bar.span10 { width: 103%; }
	.sole-column .main-content .gray-bar.span11 { width: 102.7%; }
	.sole-column .main-content .gray-bar.span12 { width: 102.5%; }

	.main-content .row .centered { float: none; margin: 0 auto; }

/* Typography -------------------------------------------------- */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 { color: #8B2346; font-weight: normal; /* margin-bottom: .2rem; */ }

h1, .h1 { font-size: 36px; /* font-size: 2.25rem; */ }
h2, .h2 { font-size: 24px; /* font-size: 1.5rem; */ }
h3, .h3 { font-size: 20px; /* font-size: 1.25rem; */ }
h4, .h4 { font-size: 18px; /* font-size: 1.125rem; */ }
h5, .h5 { font-size: 16px; /* font-size: 1rem; */ }
h6, .h6 { font-size: 14px; /* font-size: .875rem; */ }

h1, .h1,
h2, .h2,
h3, .h3 { margin-top: 22px; margin-bottom: 11px; }
h4, .h4,
h5, .h5,
h6, .h6 { margin-top: 11px; margin-bottom: 11px; }

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a { font-weight: inherit; }

.display-1,
.display-2,
.display-3,
.display-4,
.lead { font-weight: 300; }
.display-1 { font-size: 3.5rem; }
.display-2 { font-size: 4.5rem; }
.display-3 { font-size: 5.5rem; }
.display-4 { font-size: 6rem; }

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h1 .small, .h1 .small,
h2 .small, .h2 .small,
h3 .small, .h3 .small { font-size: 65%; }

.subhead { color: #5e5e5e; }
.header-group { margin-bottom: 20px; }
.header-group *:first-child { margin-top: 0; }
.header-group *:last-child { margin-bottom: 0; }

p { line-height: 1.5; margin: 0 0 1rem; }
.lead { color: #60615A; font-size: 18px; line-height: 1.6; }
small, .small { font-size: 85%; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }
.text-nowrap { white-space: nowrap; }
.text-uppercase { text-transform: uppercase; }
.text-lowercase { text-transform: lowercase; }
.text-capitalize { text-transform: capitalize; }

@media (max-width: 767px) {
	.text-center-xs { text-align: center; }
	}

.indent-10 { margin-left: 10px; }
.indent-20 { margin-left: 20px; }
.indent-30 { margin-left: 30px; }
.indent-40 { margin-left: 40px; }
.indent-50 { margin-left: 50px; }
.indent-60 { margin-left: 60px; }
.indent-70 { margin-left: 70px; }
.indent-80 { margin-left: 80px; }
.indent-90 { margin-left: 90px; }
.indent-100 { margin-left: 100px; }

blockquote { background: rgb(255, 255, 255); background: rgba(255, 255, 255, 0.9); border-right: 4px solid #B5BABD; border-radius: 5px 0 0 5px; box-shadow: 0 0 5px #909090; color: #60615A; font-size: 17px; /* font-size: 1.7rem; */ font-style: italic; line-height: 22px; /* line-height: 2.25rem; */ margin: 20px; padding: 20px; position: relative; }
	blockquote.right { border-left: 4px solid #B5BABD; border-right: none; border-radius: 0 5px 5px 0; }
	.transportation blockquote { border-color: #7d8c31; }
	.workplace blockquote { border-color: #ca9a28; }
	.hr blockquote { border-color: #956497; }
	.construction blockquote { border-color: #e67c22; }
	.hazmat blockquote { border-color: #cf3236; }
	blockquote cite { display: block; font-size: 16px; /* font-size: 1.6rem; */ font-style: normal; line-height: 18px; /* line-height: 1.8rem; */ margin: 10px 0 0 0; }
.main-content blockquote.plain { border: none; box-shadow: none; margin: 0 25px; padding: 0; position: relative; }
blockquote.quotes:before,
    blockquote.quotes p:after { display: block; font-size: 100px; position: absolute; width: 30px; height: 30px; }
    blockquote.quotes:before { content: '“'; left: -48px; top: 52px; }
    blockquote.quotes p:after { content: '”'; right: -7px; bottom: -7px; }

	.vcard { border: 1px solid #C0C0C0; display: inline-block; list-style-type: none; margin: 0 0 1.11111em 0; padding: 15px; /* <- Fallback */ padding: 1.1em; }
	.vcard li { margin-bottom: 2px; }
	.vcard li:last-child { margin-bottom: 0; }
	.vcard .name { font-weight: bold; }
	.media .media-body .vcard { padding: 0; }
	
/*	--------------------------------------------------
	:: Lists
	-------------------------------------------------- */

	ol { list-style: decimal; }
	ul.circle, 
	ul.disc { list-style: disc outside; }
	/* .main-content ul.square { list-style: square outside; } */ /* .square will use an image icon */
	ul.circle { list-style: circle outside; }
	ul.square,
	ul.checks,
	ul.checkbox,
	ul.triangle { /* display: inline-block; */ list-style-type: none; }
	ul.mixed { list-style: none; padding-left: 2rem; }
	ul.mixed li { margin: 0 0 8px; }
	.no-bullet { list-style: none; }
	.list-unstyled { padding-left: 0; list-style: none; }
	ul.flush-left { margin-left: 0; padding-left: 0; }
	ul.triangle li { margin: 0 0 6px 0; padding-left: 14px; }
			ul.triangle li:before { color: #787878; content: "▶"; padding-right: 5px; margin-left: -17px; }
	ul.checkbox li:before { color: #787878; content: "\f096"; font-size: 25px; float: left; font-family: FontAwesome; font-weight: bold; margin: 0 10px 0 -30px; }

			ul.square ul,
			ul.triangle ul,
			ul.checks ul,
			ul.checkbox ul { list-style: none; }
				ul.square ul li:before,
				ul.triangle ul li:before,
				ul.checks ul li:before,
				ul.checkbox ul li:before { content: "○"; font-size: 16px; padding-right: 6px; margin-left: -8px; }

	ul.square li:before,
	ul.checks li:before,
	li.article:before,
	li.pdf:before,
	li.webcast-download:before,
	li.external:before,
	li.pdp:before { color: #898b80; display: inline-block; float: left; font-family: FontAwesome; margin: 0 0 0 -1.25em; }
	li.article:before { content: "\f0f6"; }
	li.pdf:before { content:"\f1c1"; }
	li.webcast-download:before { content:"\f019"; }
	ul.square li:before { content:"\f0c8"; font-size: 70%; margin-top: .2rem; }
	ul.checks li:before { content:"\f046"; height: 16px; margin: 0 0 0 -1.25em; }
	li.external:before { content:"\f08e"; }
	li.pdp:before { content:"\f00a"; }
	
	.transportation ul.square li:before,
	.transportation ul.triangle li:before,
	.transportation ul.checks li:before,
	.transportation ul.checkbox li:before { color: #707d32; }
	.workplace ul.square li:before,
	.workplace ul.triangle li:before,
	.workplace ul.checks li:before,
	.workplace ul.checkbox li:before { color: #987012; }
	.hr ul.square li:before,
	.hr ul.triangle li:before,
	.hr ul.checks li:before,
	.hr ul.checkbox li:before { color: #643d65; }
	.construction ul.square li:before,
	.construction ul.triangle li:before,
	.construction ul.checks li:before,
	.construction ul.checkbox li:before { color: #a8530c; }
	.hazmat ul.square li:before,
	.hazmat ul.triangle li:before,
	.hazmat ul.checks li:before,
	.hazmat ul.checkbox li:before { color: #a91b20; }
	.encompass ul.square li:before,
	.encompass ul.triangle li:before,
	.encompass ul.checks li:before,
	.encompass ul.checkbox li:before { color: #F90; }

	ul.square ul li, 
	ul.checks ul li { padding: 0; }

	.list-inline { padding-left: 0; margin-left: -5px; list-style: none; }
		.list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; }
	.list-stacked > li { float: none !important; }
	.list-stacked > li + li { margin-top: 2px; margin-left: 0; }
	.prod-list.list-stacked > li { width: 100%; }
		
/* Tables -------------------------------------------------- */
table { border: 1px solid #D0D1CC; margin: 0 0 20px 0; width: 100%; }
table tbody { background: #FFFFFF; }
table th,
table td { border: 1px solid #D0D1CC; padding: 10px; }
table th,
table tfoot { /* background: #E7E8E6; */ background: #F5F5F5; }

table#articles { clear: both; width: 98%; margin: 15px auto; }
table#articles tbody { border: 1px solid #E7E8E6; }
table#articles th { background: #898b80; color: #FFFFFF; height: 30px; text-align: left; margin: 0; padding: 0 0 0 10px; }
table#articles td { padding: 10px; }
table#articles .date { width: 65px; }
table#articles .size { width: 55px; }
table#articles .subcategory { padding-left: 10px; padding-right: 10px; width: 105px; }
table.references#articles .desc a { font-weight: normal; }

.transportation table thead,
.transportation table tfoot { color: #FFFFFF; }
.transportation table,
.transportation table th,
.transportation table td { border: 1px solid #707D32; }
.transportation table th,
.transportation table tfoot,
.transportation table#articles th { background: #7D8C31; }

.workplace table thead,
.workplace table tfoot { color: #FFFFFF; }
.workplace table,
.workplace table th,
.workplace table td { border: 1px solid #987012; }
.workplace table th,
.workplace table tfoot,
.workplace table#articles th { background: #CA9A28; }

.hr table thead,
.hr table tfoot { color: #FFFFFF; }
.hr table,
.hr table th,
.hr table td { border: 1px solid #643D65; }
.hr table th,
.hr table tfoot,
.hr table#articles th { background: #643D65; }

.construction table thead,
.construction table tfoot { color: #FFFFFF; }
.construction table,
.construction table th,
.construction table td { border: 1px solid #A8530C; }
.construction table th,
.construction table tfoot,
.construction table#articles th { background: #A8530C; }

.hazmat table thead,
.hazmat table tfoot { color: #FFFFFF; }
.hazmat table,
.hazmat table th,
.hazmat table td { border: 1px solid #A91B20; }
.hazmat table th,
.hazmat table tfoot,
.hazmat table#articles th { background: #A91B20; }

/* Buttons -------------------------------------------------- */
/* Don't use native buttons on iOS */
input[type=submit].btn,
button.btn 			{ -webkit-appearance: none; }

/* Hide inner focus effect in Firefox */
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none; }

button,
a.button,
a.button-link,
#new-address a,
#edit-address a,
#billing-address-edit a,
#delete-address a,
#delete-address-confirm a,
#delete-address-cancel a,
.btn,
.btn-primary { background: #015EA1; border-radius: 4px; color: #FFFFFF; display: inline-block; font-weight: bold; }
button:hover,
a.button:hover,
a.button-link:hover,
#new-address a:hover,
#edit-address a:hover,
#billing-address-edit a:hover,
#delete-address a:hover,
#delete-address-confirm a:hover,
#delete-address-cancel a:hover,
.btn:hover,
.btn-primary:hover { background-color: #2385CB; border-color: #04A8F9; color: #FFFFFF; text-decoration: none; }

.login button,
.login .button-link,
.forgot-form button,
.register button,
#share-wishlist button,
.thank-you .button,
#new-address a ,
#edit-address a,
#billing-address-edit a,
#delete-address a,
#delete-address-confirm a,
#delete-address-cancel a,
.password-reset button,
.address-edit button,
.leadgen-nonpdp button { height: 30px; padding: 6px 10px; width: 75px; }
#share-wishlist button { margin-top: 10px; width: 175px; }
.thank-you .button { height: initial; text-align: center; width: 175px; }

a.button { padding: 4px 7px; margin: 0 5px; display: block; width: 150px; text-align: right; text-decoration: none; }
button { border-radius: 4px; color: #FFFFFF; cursor: pointer; border: none; background-color: #015EA1; font-weight: bold; font-size: 14px; height: 24px; display: inline; width: auto;}
button.grey { background: #787878; }
a.button-link {  border: none;  float:left; font-size:13px; height:17px; width:auto; margin-left:5px; padding:4px 10px 2px; }

.btn,
.btn-primary			{ border: 1px solid #0593dc; cursor: pointer; font-size: 16px; margin: 0 10px 10px 0; /* outline: none; */ padding: 10px 20px; position: relative; text-align: center; text-decoration: none; transition: all 0.3s ease; white-space: normal; width: auto; }
.btn:focus 			{ color: #FFFFFF; }
.white.btn			{ background-color: #f1f1f1; border-color: #e3e3e3; color: #60615A; }
.white.btn:hover		{ background-color: #E8E8E8; }
.gray-1.btn			{ background-color: #DBDBDB; border-color: #c9c9c9; color: #60615A; }
.gray-1.btn:hover		{ background-color: #f1f1f1; }
.gray-2.btn			{ background-color: #787878; border-color: #919191; }
.gray-2.btn:hover		{ background-color: #939393; }
.black.btn			{ background-color: #141414; border-color: #838383; }
.black.btn:hover		{ background-color: #787878; }
/*	.yellow.btn			{ background-color: #FFFA9B; border-color: #F2E600; color: #60615A; }
.yellow.btn:hover		{ background-color: #F4EE73; } */
.gold.btn			{ background-color: #ffcc33; border-color: #fedb74; color: #60615A;}
.gold.btn:hover		{ background-color: #FFD65B; color: #252525; }
.orange.btn			{ background-color: #F26B10; border-color: #FFAE7C; }
.orange.btn:hover		{ background-color: #FF8738; }
.red.btn			{ background-color: #a91b20; border-color: #C96C6E; }
.red.btn:hover			{ background-color: #B50A10; }
.purple.btn			{ background-color: #5B12A5; border-color: #936FB7; }
.purple.btn:hover		{ background-color: #6C27B5; }
/*	.blue-violet.btn		{ background-color: #000099; border-color: #7474C1; }
.blue-violet.btn:hover		{ background-color: #3A3ABC; } */
/*	.blue.btn			{ background-color: #2245B7; border-color: #6F85C4; }
.blue.btn:hover			{ background-color: #345BD1; } */
.green.btn			{ background-color: #4F9628; border-color: #92BF78; }
.green.btn:hover		{ background-color: #6FAD4C; }
.lime.btn			{ background-color: #CDE575; border-color: #BFE54E; color: #336CA3; }
.lime.btn:hover			{ background-color: #B2DB36; }
.transportation.btn 		{ background-color: #707d32; border-color: #9CAA55; }
.transportation.btn:hover 	{ background-color: #7d8c31; }
.workplace.btn 		{ background-color: #987012; border-color: #C9AD6A; }
.workplace.btn:hover 		{ background-color: #ca9a28; }
.hr.btn 				{ background-color: #643d65; border-color: #A470A8; }
.hr.btn:hover 			{ background-color: #956497; }
.construction.btn 		{ background-color: #a8530c; border-color: #C98E5E; }
.construction.btn:hover 	{ background-color: #e67c22; }
.hazmat.btn 			{ background-color: #a91b20; border-color: #DB393E; }
.hazmat.btn:hover 		{ background-color: #cf3236; }
.info.btn 			{ background-color: #F2D56F; border-color: #EFE3BD; color: #60615A; }
.info.btn:hover 		{ background-color: #F9E295; color: #60615A; }
.btn.btn-cart			{ background-color: #F26B10; border-color: #FFAE7C; }
.btn.btn-brand 		{ background-color: #8B2346; border-color: #8b2346; }
.btn.btn-brand-eld 		{ background-color: ; border-color: ; }
.btn.btn-brand-services	{ background-color: ; border-color: ; }

#addToCartBtn,
#customOrderForm .btn.orange { background-color: #F26B10; border-color: #FFAE7C; display: inline-block; font-size: 16px; margin: 0 8px; padding: 10px 20px; }
#addToCartBtn:hover,
#customOrderForm .btn.orange { background-color: #FF8738; text-decoration: none; }
#addToCartBtn:before,
#customOrderForm .btn.orange:before { content:"\f07a"; font-family: FontAwesome; margin-right: 5px; }

/*
.btn:focus 		{ background-color: #0192dd; color: #fff; }
.red.btn:focus 		{ background-color: #d01217; }
.white.btn:focus	{ background-color: #dadada; color: #333; }
.black.btn:focus	{ background-color: #000; }
.green.btn:focus	{ background-color: #699c40; }
*/

.btn.disabled,
.btn[disabled] { opacity: 0.6; cursor: not-allowed; }

/* Correct FF button padding */
@-moz-document url-prefix("http://") {
	input[type=submit].btn::-moz-focus-inner, button.btn::-moz-focus-inner { border: 0; padding: 0; }
	input[type=submit].tiny.btn		{ padding: 5px 14px 7px; }
	input[type=submit].small.btn	{ padding: 7px 20px 8px; }
	input[type=submit].medium.btn	{ padding: 8px 34px 9px; }
	input[type=submit].large.btn	{ padding: 9px 48px 10px; }
}

.fancy.btn { background: linear-gradient(#00a0dd, #015EA1); background-clip: padding-box; }
.fancy.btn:hover { background: linear-gradient(#45b5df, #198eba); }
.fancy.btn:active { background: linear-gradient(#006a93, #00a0dd); }
.white.fancy.btn { background: linear-gradient(#fff, #d9d9db); }
.white.fancy.btn:hover { background: linear-gradient(#fff, #C6C6C6); }
.white.fancy.btn:active { background: linear-gradient(#d9d9db, #fff); }
.gray-1.fancy.btn { background: linear-gradient(#ededed, #b5b5b5); }
.gray-1.fancy.btn:hover {  background: linear-gradient(#F1F1F1, #d8d8d8); }
.gray-1.fancy.btn:active { background: linear-gradient(#b5b5b5, #ededed); }
.gray-2.fancy.btn { background: linear-gradient(#c6c6c6, #787878); }
.gray-2.fancy.btn:hover { background: linear-gradient(#dfdfdf, #979797); }
.gray-2.fancy.btn:active { background: linear-gradient(#787878, #c6c6c6); }
.black.fancy.btn { background: linear-gradient(#6d6d6d, #000); }
.black.fancy.btn:hover { background: linear-gradient(#737373, #434343); }
.black.fancy.btn:active { background: linear-gradient(#000, #6d6d6d); }
/*	.yellow.fancy.btn { background: linear-gradient(#fffbaf, #f1e500); }
.yellow.fancy.btn:hover { background: linear-gradient(#fffdce, #fffa95); }
.yellow.fancy.btn:active { background: linear-gradient(#f1e500, #fffbaf); } */
.gold.fancy.btn { background: linear-gradient(#ffe495, #f5b700); }
.gold.fancy.btn:hover { background: linear-gradient(#fcebba, #ffd761); }
.gold.fancy.btn:active { background: linear-gradient(#f5b700, #ffe495); }
.orange.fancy.btn { background: linear-gradient(#ff9e4f, #e26500); }
.orange.fancy.btn:hover { background: linear-gradient(#ffcd6b, #ff8a2b); }
.orange.fancy.btn:active { background: linear-gradient(#e26500, #ff9e4f); }
.purple.fancy.btn { background: linear-gradient(#955bd0, #4e0499); }
.purple.fancy.btn:hover { background: linear-gradient(#ba96df, #7035ac); }
.purple.fancy.btn:active { background: linear-gradient(#4e0499, #955bd0); }
/*	.blue-violet.fancy.btn { background: linear-gradient(#6969fa, #1b1b89); }
.blue-violet.fancy.btn:hover { background: linear-gradient(#6161f5, #3939bf); }
.blue-violet.fancy.btn:active { background: linear-gradient(#1b1b89, #6969fa); } */
/*	.blue.fancy.btn { background: linear-gradient(#416eff, #002bb7); }
.blue.fancy.btn:hover { background: linear-gradient(#7595ff, #1748e5); }
.blue.fancy.btn:active { background: linear-gradient(#002bb7, #416eff); } */
.green.fancy.btn { background: linear-gradient(#81dd4e, #349400); }
.green.fancy.btn:hover { background: linear-gradient(#9ded71, #61b832); }
.green.fancy.btn:active { background: linear-gradient(#349400, #81dd4e); }
.lime.fancy.btn { background: linear-gradient(#CDE575, #8ab30f); }
.lime.fancy.btn:hover { background: linear-gradient(#e2f6a4, #a3c737); }
.lime.fancy.btn:active { background: linear-gradient(#8ab30f, #cded6e); }
.transportation.fancy.btn { background: linear-gradient(#95a05e, #636e2b); }
.transportation.fancy.btn:hover { background: linear-gradient(#9ab708, #7D8C31); }
.transportation.fancy.btn:active { background: linear-gradient(#636e2b, #95a05e); }
.workplace.fancy.btn { background: linear-gradient(#dd9b00, #886104); }
.workplace.fancy.btn:hover { background: linear-gradient(#f0ad0e, #bf8702); }
.workplace.fancy.btn:active { background: linear-gradient(#886104, #dd9b00); }
.hr.fancy.btn { background: linear-gradient(#ac26b0, #631d65); }
.hr.fancy.btn:hover { background: linear-gradient(#c906ce, #9b0b9f); }
.hr.fancy.btn:active { background: linear-gradient(#631d65, #ac26b0); }
.construction.fancy.btn { background: linear-gradient(#ed6c00, #ad5d1c); }
.construction.fancy.btn:hover { background: linear-gradient(#ff8b2c, #e06500); }
.construction.fancy.btn:active { background: linear-gradient(#ad5d1c, #ed6c00); }
.red.fancy.btn,
.hazmat.fancy.btn { background: linear-gradient(#e40101, #870f0f); }
.red.fancy.btn:hover,
.hazmat.fancy.btn:hover { background: linear-gradient(#ff0000, #bb0000); }
.red.fancy.btn:active,
.hazmat.fancy.btn:active { background: linear-gradient(#870f0f, #e40101); }
.info.fancy.btn { background: linear-gradient(#FFF2BF, #CCB466); }
.info.fancy.btn:hover { background: linear-gradient(#F9EBBB, #F2D56F); }
.info.fancy.btn:active { background: linear-gradient(#CCB466, #FFF2BF); }

.btn.sticker { border: 4px solid #e3e3e3; border-radius: 100px; font-size: 30px; line-height: 32px; padding: 20px; position: absolute; }
.btn-text { background: none; color: #0076a3; }
.btn-outline { background: none; border: 1px solid; color: inherit; height: auto; }
.btn-outline:hover { background: none; border: 1px solid; color: inherit; }

.btn.full-width,
.btn-block { width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }
.left-align.btn 	{ text-align: left; text-indent: 12px; }
.btn.centered { display: block; }

/* Sizes ---------- */
.tiny.btn { font-size: 10px; padding: 6px 14px 8px; }
.small.btn { font-size: 12px; padding: 8px 20px 10px; }
.medium.btn { font-size: 14px; width: auto; }
.large.btn { font-size: 18px; padding: 11px 48px 13px; }

p .btn:last-child { margin-bottom: 0; }

/*	--------------------------------------------------
	:: Alerts
	-------------------------------------------------- */
	.alert-box { display: block; padding: 6px 7px; color: #d00d00; font-weight: bold; /* font-size: 12px; */ background: #FCF8E3; border: 1px solid #f5e8cd; margin-bottom: 12px; border-radius: 5px; position: relative; }
	.alert-box.success { background-color: #5da423; border-color: #D6E9C6; color: #fff; }
	.alert-box.warning { background-color: #fbd740; border: 1px solid #FBEED5; color: #5e5e5e; }
	.alert-box.error { background-color: #d00d00; border-color: #EED3D7; color: #fff; }
	.alert-box.info { background-color: #D9EDF7; border-color: #BCE8F1; color: #5e5e5e; }
		.alert-box.success a,
		.alert-box.error a { color: #fff; text-decoration: underline; }
		.alert-box.warning a,
		.alert-box.info a { color: #5e5e5e; text-decoration: underline; }
		.alert-box h1, 
		.alert-box h2, 
		.alert-box h3, 
		.alert-box h4, 
		.alert-box h5, 
		.alert-box h6 { color: #d00d00; font-weight: bold; }
		.alert-box p { color: #252525; margin: 0; }
		
/*    --------------------------------------------------
    Labels
    -------------------------------------------------- */
	.main-content .label { padding: 2px 4px; font-size: 12px; font-weight: bold; text-align: center; text-decoration: none; line-height: 1;  white-space: nowrap; display: inline; position: relative; bottom: 1px; color: #fff; background: #00a6fc; }
	.main-content .label.radius { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
	.main-content .label.round { padding: 1px 7px 2px; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
	
	/* Colors ---------- */
	.main-content .white.label			{ background-color: #f1f1f1; color: #252525; }
	.main-content .gray-1.label			{ background-color: #e3e3e3; color: #252525; }
	.main-content .gray-2.label			{ background-color: #787878; }
	.main-content .black.label			{ background-color: #141414; }
	.main-content .yellow.label			{ background-color: #ffe523; color: #252525; }
	.main-content .lt-yellow.label 		{ background-color: #fff17c; color: #252525; }
	.main-content .gold.label			{ background-color: #ffcc33; color: #252525; }
	.main-content .orange.label			{ background-color: #ff6600; }
	.main-content .red.label			{ background-color: #a91b20; }
	.main-content .purple.label			{ background-color: #663399; }
	.main-content .blue-violet.label	{ background-color: #000099; }
	.main-content .blue.label			{ background-color: #0033ff; }
	.main-content .green.label			{ background-color: #339900; }
	.main-content .lime.label			{ background-color: #99cc00; }
	.main-content .transportation.label { background-color: #707d32; }
	.main-content .workplace.label 		{ background-color: #987012; }
	.main-content .hr.label 			{ background-color: #643d65; }
	.main-content .construction.label 	{ background-color: #a8530c; }
	.main-content .hazmat.label 		{ background-color: #a91b20; }

/* Tooltips and Callouts -------------------------------------------------- */
.has-css-tooltip,
.has-callout { position: relative; }
.css-tooltip span,
.callout { background: #FFFFFF; background-clip: padding-box; border: 2px solid #898b80; border-radius: 4px; box-shadow: 0 17px 50px 0 rgba(0,0,0,0.19); position: absolute; height: initial; width: initial; z-index: 1001; }
.css-tooltip { cursor: pointer; height: 40px; padding: 10px; width: 40px; }
.css-tooltip span { display: none; width: 200px; }
.css-tooltip:hover span { display: block; }
.css-tooltip span:after,
.callout:after { content: ""; position: absolute; margin-left: -9px; width: 0; height: 0; }
.css-tooltip span:after { border-right: 10px solid transparent; border-left: 10px solid #999; border-top: 10px solid transparent; border-bottom: 10px solid transparent; /*right: -21px; top: 28px; */ }
.callout { height: initial; width: 200px; }
.callout-body { padding: 10px; }
.callout.callout-left:after { border-right: 10px solid transparent; border-left: 10px solid #898b80; border-top: 10px solid transparent; border-bottom: 10px solid transparent; right: -21px; top: 7px; }
.callout.callout-right:after { border-right: 10px solid #898b80; border-left: 10px solid transparent; border-top: 10px solid transparent; border-bottom: 10px solid transparent; left: -13px; top: 7px; }
.callout-header { padding: 6px; margin: 0; background-color: #E7E8E6; border-bottom: 1px solid #D0D1CC; border-radius: 2px 2px 0 0; }
.callout-header .callout-title { color: #60615A; font-size: 16px; font-weight: bold; }
.callout-header.bg-gray4 .callout-title,
.callout-header.bg-gray5 .callout-title,
.callout-header.bg-gray6 .callout-title,
.callout-header.bg-gray7 .callout-title,
.callout-header.bg-gray8 .callout-title,
.callout-header.bg-gray9 .callout-title,
.callout-header.bg-gray10 .callout-title,
.callout-header.bg-black .callout-title { color: #FFFFFF; }
.css-tooltip span *:first-child,
.callout *:first-child,
.callout-header *:first-child { margin-top: 0; }
.css-tooltip span *:last-child,
.callout *:last-child,
.callout-header *:last-child { margin-bottom: 0; }

/*    --------------------------------------------------
    Navs
    -------------------------------------------------- */
	.navbar-inner { background: #D9D9DB; border: 1px solid #e6e6e6; border-radius: 4px; box-shadow: 0 0 5px #909090; 
					background: -moz-linear-gradient(top, white, #D9D9DB);
					background: -ms-linear-gradient(top, white, #D9D9DB); /* IE 10 */
					background: -webkit-linear-gradient(top, white, #D9D9DB);
					background: linear-gradient(top, white, #D9D9DB);
					-pie-background: linear-gradient(#fff, #d9d9db);
					-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; min-height: 42px;
	}

		.nav { list-style: none; }
		.navbar .nav { display: block; float: left; left: 0; margin: 0; padding: 0; position: relative; }
			/* .navbar .nav > li { float: left; } */
				/* .navbar .nav > li > a { display: block; float: none; font-size: 13px; line-height: 14px; padding: 6px 7px 8px 8px; text-align: center; text-shadow: 0 1px 0 white; } */
				.navbar .nav > li > a:hover { text-decoration: none; }
				.navbar .nav > .active > a, 
				.navbar .nav > .active > a:hover, 
				.navbar .nav > .active > a:focus { background-color: #787878; box-shadow: inset 0 3px 8px #5e5e5e; color: #fff; text-decoration: none; text-shadow: 0 1px 0 #5e5e5e; }
				.navbar .nav > .active.last a { border-radius: 0 5px 5px 0; }
		.navbar .divider-vertical { border-right: 1px solid #e6e6e6; border-left: 1px solid #d6d6d6; min-height: 42px; margin: 0; padding: 0; width: 0; }

/*	--------------------------------------------------
	:: Pseudo Espot - Not controlled by MC
	-------------------------------------------------- */
	.pseudo-espot { margin: 0 0 15px; position: relative; }   
	        .pseudo-espot img { margin: 0 0 5px 5px; }
	        .pseudo-espot h3 { font-size: 12px; font-size: 1.15rem; font-weight: bold; }
	            .transportation .pseudo-espot h3,
	            .transportation .pseudo-espot h3 a { color: #707d32; }
	            .workplace .pseudo-espot h3,
	            .workplace .pseudo-espot h3 a { color: #987012; }
	            .hr .pseudo-espot h3,
	            .hr .pseudo-espot h3 a { color: #643d65; }
	            .construction .pseudo-espot h3,
	            .construction .pseudo-espot h3 a { color: #a8530c; }
	            .hazmat .pseudo-espot h3,
	            .hazmat .pseudo-espot h3 a { color: #a91b20; }
	        .pseudo-espot span { display: block; margin: 0 0 2px; }
	        .pseudo-espot .description { line-height: 15px; margin: 0 0 8px; }

/*	--------------------------------------------------
	:: 2-column Product List
	-------------------------------------------------- */
	ul.prod-list { list-style-type: none; margin-left: 0; padding-left: 0; } /* This is here to cover the pages that do not have the class "main-content". */
	.prod-list li { float: left; height: 110px; margin: 5px 50px 5px 0; width: 47%; }
   	/* .sole-column .prod-list li { width: 47%; } */
        .prod-list span { display: block; margin: 0 0 3px; }
        .prod-list .description { font-size: 11px; line-height: 15px; }
        .prod-list > li:nth-child(2n+2) { margin-right: 0; }
            .prod-list li h1:first-child, .prod-list li .h1:first-child,
            .prod-list li h2:first-child, .prod-list li .h2:first-child,
            .prod-list li h3:first-child, .prod-list li .h3:first-child,
            .prod-list li h4:first-child, .prod-list li .h4:first-child,
            .prod-list li h5:first-child, .prod-list li .h5:first-child,
            .prod-list li h6:first-child, .prod-list li .h6:first-child { margin: 0 0 5px; }

/*	--------------------------------------------------
	:: Tabbed Coda Slider
	-------------------------------------------------- */	
	.coda-slider-wrapper { clear: both; overflow: hidden; padding: 10px 0 0 0; }
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px; }
	.coda-nav ul { clear: both; display: block; list-style-type: none; margin: 0; overflow: hidden; padding: 0; width: 100%; }
		.coda-nav ul li { display: inline; margin: 0 auto;}
			.coda-nav ul li a { background-color: #898b80; border-radius: 5px 5px 0 0; color: #FFFFFF; display: block; float: left; margin-right: 5px; padding: 8px 45px; text-align: center; text-decoration: none; }
			.coda-slider-wrapper .coda-nav li a:hover { background-color: #2988AA; }
			.coda-slider-wrapper .coda-nav li a:active { background-color: #135168; }
			.coda-slider-wrapper .coda-nav li a.current { background-color: #0076a3; }
			.coda-slider-wrapper .coda-nav li a.current:hover { background-color: #0076a3; }
			.coda-slider-wrapper .coda-nav li a.current:hover { background-color: #0076a3; }
			.coda-slider-wrapper .coda-nav li.transportation a.current,
			.transportation .coda-slider-wrapper .coda-nav li a:hover,
			.coda-slider-wrapper .coda-nav li.transportation a:hover { background-color: #7d8c31; }
			.transportation .coda-slider-wrapper .coda-nav li a:active { background-color: #454f13; }
			.transportation .coda-slider-wrapper .coda-nav li a.current,
			.coda-slider-wrapper .coda-nav li.transportation a.current /* For mixed category tabs */ { background-color: #707d32; }
			.transportation .coda-slider-wrapper .coda-nav li a.current:hover,
			.coda-slider-wrapper .coda-nav li.transportation a.current:hover /* For mixed category tabs */ { background-color: #707d32; }
			.coda-slider-wrapper .coda-nav li.workplace a.current,
			.workplace .coda-slider-wrapper .coda-nav li a:hover,
			.coda-slider-wrapper .coda-nav li.workplace a:hover { background-color: #ca9a28; }
			.workplace .coda-slider-wrapper .coda-nav li a:active { background-color: #8a6610; }
			.workplace .coda-slider-wrapper .coda-nav li a.current,
			.coda-slider-wrapper .coda-nav li.workplace a.current { background-color: #987012; }
			.workplace .coda-slider-wrapper .coda-nav li a.current:hover,
			.coda-slider-wrapper .coda-nav li.workplace a.current:hover { background-color: #987012; }
			.coda-slider-wrapper .coda-nav li.hr a.current,
			.hr .coda-slider-wrapper .coda-nav li a:hover,
			.coda-slider-wrapper .coda-nav li.hr a:hover { background-color: #956497; }
			.hr .coda-slider-wrapper .coda-nav li a:active { background-color: #623d64; }
			.hr .coda-slider-wrapper .coda-nav li a.current,
			.coda-slider-wrapper .coda-nav li.hr a.current { background-color: #643d65; }
			.hr .coda-slider-wrapper .coda-nav li a.current:hover,
			.coda-slider-wrapper .coda-nav li.hr a.current:hover { background-color: #643d65; }
			.coda-slider-wrapper .coda-nav li.construction a.current,
			.construction .coda-slider-wrapper .coda-nav li a:hover,
			.coda-slider-wrapper .coda-nav li.construction a:hover { background-color: #e67c22; }
			.construction .coda-slider-wrapper .coda-nav li a:active { background-color: #9f4f0b; }
			.construction .coda-slider-wrapper .coda-nav li a.current,
			.coda-slider-wrapper .coda-nav li.construction a.current { background-color: #a8530c; }
			.construction .coda-slider-wrapper .coda-nav li a.current:hover,
			.coda-slider-wrapper .coda-nav li.construction a.current:hover { background-color: #a8530c; }
			.coda-slider-wrapper .coda-nav li.hazmat a.current,
			.hazmat .coda-slider-wrapper .coda-nav li a:hover,
			.coda-slider-wrapper .coda-nav li.hazmat a:hover { background-color: #cf3236; }
			.hazmat .coda-slider-wrapper .coda-nav li a:active { background-color: #8e171b; }
			.hazmat .coda-slider-wrapper .coda-nav li a.current,
			.coda-slider-wrapper .coda-nav li.hazmat a.current { background-color: #a91b20; }
			.hazmat .coda-slider-wrapper .coda-nav li a.current:hover,
			.coda-slider-wrapper .coda-nav li.hazmat a.current:hover { background-color: #a91b20; }

	.coda-slider p.loading { padding: 20px; text-align: center; }
	.coda-slider { background-color: #FFFFFF; border-top: 5px solid #0076a3; border-bottom: 1px solid #e1e1e1; border-left: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; margin-left: 0; padding-bottom: 20px; border-radius: 0 0 5px 5px; overflow: hidden; position: relative; width: 928px; }	
	
	.transportation .coda-slider { border-top: 5px solid #707d32; }
	.workplace .coda-slider { border-top: 5px solid #987012; }
	.hr .coda-slider { border-top: 5px solid #643d65; }
	.construction .coda-slider { border-top: 5px solid #a8530c; }
	.hazmat .coda-slider { border-top: 5px solid #a91b20; }

		.coda-slider .panel { display: block; float: left; width: 928px; }
		.coda-slider .panel-wrapper { padding: 20px; }

	.main-column .coda-slider .panel { width: 928px; }

/* Infographic -------------------------------------------------- */
	.infograph { background: none 0 0 #EEEDE1; border: 1px solid #F5E8CD; margin: 30px 0; /* padding: 20px; */ position: relative; /* width: 100%; */ }

    .infograph h1, .infograph .h1 { font-size: 48px; }
    .infograph h2, .infograph .h2 { font-size: 36px; }
    .infograph h3, .infograph .h3 { font-size: 24px; }
    .infograph h4, .infograph .h4 { font-size: 20px; }
    .infograph h5, .infograph .h5 { font-size: 18px; }
    .infograph h6, .infograph .h6 { font-size: 16px; }
    
    .infograph h1, .infograph .h1,
    .infograph h2, .infograph .h2,
    .infograph h3, .infograph .h3,
    .infograph h4, .infograph .h4,
    .infograph h5, .infograph .h5,
    .infograph h6, .infograph .h6 { font-weight: bold; }

    .transportation .infograph h1, .transportation .infograph .h1,
    .transportation .infograph h2, .transportation .infograph .h2,
    .transportation .infograph h3, .transportation .infograph .h3,
    .transportation .infograph h4, .transportation .infograph .h4,
    .transportation .infograph h5, .transportation .infograph .h5,
    .transportation .infograph h6, .transportation .infograph .h6,
    .transportation .infograph .stats { color: #707d32; }

    .hr .infograph h1, .hr .infograph .h1,
    .hr .infograph h2, .hr .infograph .h2,
    .hr .infograph h3, .hr .infograph .h3,
    .hr .infograph h4, .hr .infograph .h4,
    .hr .infograph h5, .hr .infograph .h5,
    .hr .infograph h6, .hr .infograph .h6,
    .hr .infograph .stats { color: #643d65; }

    .construction .infograph h1, .construction .infograph .h1,
    .construction .infograph h2, .construction .infograph .h2,
    .construction .infograph h3, .construction .infograph .h3,
    .construction .infograph h4, .construction .infograph .h4,
    .construction .infograph h5, .construction .infograph .h5,
    .construction .infograph h6, .construction .infograph .h6,
    .construction .infograph .stats { color: #9f4f0b; }
.workplace .infograph .stats { color: #8a6610; }
.hazmat .infograph .stats { color: #a91b20; }
@media (max-width: 550px) {
.infograph > [class*="col-"] { padding: 0; }
}
    
/* Misc ------------------------------------------------ */
	.left        { float: left; }
	.right       { float: right; }
	.clear-right { clear: right; float: right; }
	.clear-left  { clear: left; float: left; }
	.hide        { display: none; }
	pre { background: #FCF8E3; border: 1px solid #F5E8CD; border-radius: 5px; color: #787878; font-weight: normal; padding: 6px 7px; }
	code { color: #D14; font-family: courier, monospace; font-weight: normal; white-space: nowrap; }
	.pageheader { border-bottom: 1px solid #E7E8E6; margin: 40px 0 15px; padding-bottom: 15px; }
	.center-block.for-reals { float: none; }
	.billboard { margin: 0 0 0 -15px; width: 104.3%; }
            .billboard .billboard-body { box-sizing: border-box; margin: -17px 0 0; padding: 20px; width: 100%; }
        @media (min-width: 991px) {
                .billboard { width: 103.3%; }
            }
        .row.banner-ad { margin: 50px auto; }
        .full-container-width,
        .row.full-container-width { margin-left: -15px; width: 103.2%; }
        
.bg-brand,
.label-brand { background-color: #8B2346; }
.bg-transport,
.label-transport { background-color: #707d32; }
.bg-wp,
.label-wp { background-color: #987012; }
.bg-hr,
.label-hr { background-color: #643D65; }
.bg-construction,
.label-construction { background-color: #A8530C; }
.bg-hazmat,
.label-hamat { background-color: #A91B20; }
.bg-eld,
.label-eld { background-color: #005581; }
.bg-encompass { background-color: #E90; }
.bg-elp,
.label-elp { background-color: #4C87B1; }
.bg-white,
.label-white { background-color: #FFFFFF; }
.bg-gray1,
.label-gray1 { background-color: #F3F3F2; }
.bg-gray2,
.label-gray2 { background-color: #D0D1CC; }
.bg-gray3,
.label-gray3 { background-color: #B8B9B3; }
.bg-gray4,
.label-gray4 { background-color: #A1A299; }
.bg-gray5,
.label-gray5 { background-color: #898B80; }
.bg-gray6,
.label-gray6 { background-color: #6E6F66; }
.bg-gray7,
.label-gray7 { background-color: #52534D; }
.bg-gray8,
.label-gray8 { background-color: #444640; }
.bg-gray9,
.label-gray9 { background-color: #373833; }
.bg-gray10,
.label-gray10 { background-color: #1B1C1A; }
.bg-black,
.label-black { background-color: #000000; }

.bg-gray-gradient-l2d-1 { background: #FFFFFF; background: linear-gradient(#FFFFFF, #e7e8e6); }
.bg-gray-gradient-l2d-2 { background: #e7e8e6; background: linear-gradient(#e7e8e6, #acaea6); }
.bg-gray-gradient-l2d-3 { background: #acaea6; background: linear-gradient(#acaea6, #898b80); }
.bg-gray-gradient-l2d-4 { background: #898b80; background: linear-gradient(#898b80, #60615a); }
.bg-gray-gradient-l2d-5 { background: #60615a; background: linear-gradient(#60615a, #292a26); }
.bg-gray-gradient-l2d-6 { background: #292a26; background: linear-gradient(#292a26, #000); }

.bg-gray-gradient-d2l-1 { background: #e7e8e6; background: linear-gradient(#e7e8e6, #FFFFFF); }
.bg-gray-gradient-d2l-2 { background: #acaea6; background: linear-gradient(#acaea6, #e7e8e6); }
.bg-gray-gradient-d2l-3 { background: #898b80; background: linear-gradient(#898b80, #acaea6); }
.bg-gray-gradient-d2l-4 { background: #60615a; background: linear-gradient(#60615a, #898b80); }
.bg-gray-gradient-d2l-5 { background: #292a26; background: linear-gradient(#292a26, #60615a); }
.bg-gray-gradient-d2l-6 { background: #000; background: linear-gradient(#000, #292a26); }
	
	.with-shadow { box-shadow: 0 0 70px rgba(0, 0, 0, 0.53); }
	.with-shadow-inset { box-shadow: 0 0 70px rgba(0, 0, 0, 0.53) inset; }
	.content-inverse-all h1,
	.content-inverse-all h2,
	.content-inverse-all h3,
	.content-inverse-all h4,
	.content-inverse-all h5,
	.content-inverse-all h6,
	.content-inverse-all p,
	.content-inverse-all a,
	.content-inverse-all ul,
	.content-inverse-all ol,
	.content-inverse { color: #FFFFFF; } /* The is only for dark backgrounds. */
	
	/* Testing general padding styles. Revisit this. */
	[class*="pad-all-"] { box-sizing: border-box; }
	.pad-all-5 { padding: 5px; }
	.pad-all-10 { padding: 10px; }
	.pad-all-15 { padding: 15px; }
	.pad-all-20 { padding: 20px; }
	.pad-all-30 { padding: 30px; }
	.pad-all-40 { padding: 40px; }
	.pad-all-50 { padding: 50px; }
	.pad-all-60 { padding: 60px; }

/* Pulled from bootstrap for non-responsive page */
.form-group { margin-bottom: 6px; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }
.sr-only-focusable:active,
.sr-only-focusable:focus { position:static; width:auto; height:auto; margin:0; overflow:visible; clip:auto; }

/* BV PDP Styles */
#BVRRSummaryContainer { float: left; margin: 15px 0; }
#BVRRContainer { clear: both; margin: 30px 0 0 0; }
/* BV Login Message Styles */
.bv-login-msg { background-color: #fbd740; border: 2px solid #fbeed5; border-radius: 5px; box-shadow: 0 0 6px #999; color: #5e5e5e; display: block; font-size: 14px; font-weight: bold; line-height: 20px; margin: 10px auto 20px; padding: 15px; position: relative; text-align: center; width: 66%; }

@media print {
	.header .search, .main-nav, .mini-cart, #cart-head, .order-complete button, .order-complete .genericESpot, .footer, .order-conf-userreg { display: none !important; }
	body { background: none !important;; }
	#container, .checkout.order-complete .row > .span8 { width: 100% !important; }
}

/* Font Awesome Styles Only Below This Line */
/* Tweaked or added FontAwesome Styles */
.fa.brand { color: #8B2346; }
.fa.white { color: #FFFFFF; }
.fa.gray-1 { color: #F3F3F2; }
.fa.gray-2 { color: #D0D1CC; }
.fa.gray-3 { color: #B8B9B3; }
.fa.gray-4 { color: #B2B2B2; }
.fa.gray-5 { color: #A1A299; }
.fa.gray-6 { color: #808080; }
.fa.gray-7 { color: #666666; }
.fa.gray-8 { color: #4D4D4D; }
.fa.gray-9 { color: #333333; }
.fa.gray-10 { color: #191919; }
.fa.black { color: #000000; }

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../CVCatalogAssetStore/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../../CVCatalogAssetStore/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../../CVCatalogAssetStore/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../../CVCatalogAssetStore/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../../CVCatalogAssetStore/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../../CVCatalogAssetStore/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}