/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2010 osCommerce

  Released under the GNU General Public License
*/
@font-face {
	font-family: 'Lato';
	src: url('../../fonts/Lato-Regular.ttf')  format('truetype'),
	url('../../fonts/lato-regular-webfont.woff2') format('woff2'),
	url('../../fonts/lato-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lato';
	src: url('../../fonts/Lato-Bold.ttf')  format('truetype'),
	url('../../fonts/lato-bold-webfont.woff2') format('woff2'),
	url('../../fonts/lato-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#FFF;
}
/* Custom jQuery UI */
.ui-helper-clearfix {
	display: block;
	min-height: 0; /* support: IE7 */
	overflow: hidden;
	zoom: 1;
}
textarea:focus, input:focus{
	outline: 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}

.ui-datepicker {
	display: none;
}

.ui-widget {
  	font-family:  'Lato', Arial, helvetica, Verdana, sans-serif;
  	font-size: 11px;
}
/* End Custom jQuery UI */


body {
  	background-color: #FFF;
  	color: #000;
 	margin: 0;
  	font-size: 16px;
  	font-family: 'Lato', Arial, helvetica, Verdana, sans-serif;
}

a {
  	color: #00639D;
  	text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a.headerNavigation {
  	color: #000000;
}
a.headerNavigation:hover {
  	color: #000000;
}

a.pageResults {
  	color: #0000FF;
}
a.pageResults:hover {
  	color: #0000FF;
  	background: #FFFF33;
}

h1, h2, h3 {

}

h1 {color: #EC1B24;
	margin: 10px 0 0 0;
  	padding: 0 0 5px 0;
  	font-weight: bold;
	font-size:165%;
}

h2 {color: #00639D;
	margin: 10px 0;
	text-align: left;
	font-weight:bold;
	line-height: 113%;
	font-size:1.5em;
}

h3 {color: #00639D;
	margin: 10px 0;
	padding: 5px 0;
	text-align: left;
	font-size:20px;
}

img {
  	border: 0;
}

table, p {
  	line-height: 1.5;
}

.main {
  	font-size: 12px;
  	line-height: 1.5;
}

.smallText {
  	font-size: 10px;
}

.clear,
.clearFloats {
	clear: both;
}
.contentContainer ul li {
	margin-bottom:10px;
}
.catDesc li {
	margin-bottom:10px;
}
.listing-ul,
.listing-ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.inner-center {
	float: right;
	right: 50%;
	position: relative;
}
div.outer-center {
	float: left;
	right: -50%;
	position: relative;
}

.menuContainerJSListBox {
 	overflow: auto;
}

#bodyWrapper {
	margin-top: 144px;
}

/* Header */
#headerWrapper {
	width:100%;
	top:0;
	left:0;
	z-index:600;
	background-color:transparent;
	position: fixed;
}
#headerSubwrapper {
	background-color: white;
}

#header {
	max-width: 1100px;
	margin: 0 auto;
	background-color:#fff;
}

#storeLogo {
  	float: left;
  	margin-top: 35px;
	margin-left:4px;
}

#printlogo {
	display: none;
}

#headerLeft {
	/*padding-top: 10px;*/
	z-index:900;
}

#headerRight {
	/*float: right;*/
	/*max-width: 750px;*/
	text-align: right;
}
div#quicksearch {
	text-align: right;
}
.breadcrumbs {
	font-size:80%;
	max-width: 90%;
}

/* Header Phone */
.phoneblock {
	float:right;
}
#header_phone {
	font-weight: 900;
	color:#EC1B24;
}
.eighthundrednumber {
	font-size:162%;
	display:block;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.eighthundrednumber a{
	text-decoration:none;
	color:#EC1B24;
}
.eighthundrednumber i{
	color:#18315A;
}
.regulhundrednumber {
	font-size:94%;
	margin-top:-8px;
	display:block;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.regulhundrednumber a{
	text-decoration:none;
	color:#EC1B24;
}
/* Header Account/Order Shortcuts */
#headerShortcuts {
	float: right;
	width: 110px;
	height: 22px;
  	margin: 8px 15px 0 0;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	text-align: left;
}

#headerShortcuts ul,
#headerShortcuts ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#headerShortcuts a:hover {
	text-decoration: none;
}

.header-shortcuts {
	position: relative;
	display: inline-block;
	z-index: 4100;
}

.header-shortcuts li.nav_0 {
	position: relative;
}

.header-shortcuts a.nav_0 {
	display: block;
	padding: 4px 0;
}

.header-shortcuts li.nav_0:hover ul.nav_1 {
	display: block;
}

.header-shortcuts ul.nav_1 {
	display: none;
	position: absolute;
	width: 100%;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 0 3px #333;
	background-color: #FFF;
}

.header-shortcuts ul.nav_1 a {
	display: block;
	padding: 3px 4px;
}

.header-shortcuts ul.nav_1 li:hover {
	background-color: #C1C1C1;
}
/* End Header Account/Order Shortcuts */

/* Header Search */
#header_search {
	float: right;
	clear: right;
	margin: 6px 0 0 0;
	padding: 2px 0;
	background-image: url(../../images/site/search_bg.png);
	width: 283px;
	height: 34px;
}

#quicksearch_keywords,
#header_search .quicksearch-button {
	vertical-align: middle;
}

.quicksearch-button {
	background-color: transparent;
	padding: 4px 14px;
}
.quicksearch-button:hover {
	text-decoration: none;
}

#quicksearch_keywords {
	height: 28px;
	width: 227px;
	margin-right: 8px;
	border: none;
	padding: 0 5px;
	background: transparent;
	margin-top: 1px;
	font-size:94%;
	color:#777;
	font-weight:bold;
}
/* End Header Search */
/* End Header */


/* Sub Header */
.sub_header {
	margin: 0;
	padding: 0;
}

/* Main Body */
#mainContentWrapper {
	height:100%;
}

#mainContent {
	/*max-width: 1100px;*/
	/*margin: 0 auto;*/
	/*position: relative;*/
	/*padding: 0;*/
}
#bodyContent:before {
	content: '';
	position: absolute;
	left: 0;
	top: -0;
	width: 1px;
	height: 100%;
}
#bodyContent {

	height:100%;
}
.bodyContent_inner{
	margin-left:30px;
	height:100%;
}
#bodyContentHome {
	height:100%;
}
#bodyContentHome:before {
	background:none;
}
/* Primary Body Layout */
.body-content, .side-col {
	/*display: inline-block;*/
	/*padding-top: 3px;*/
	/*vertical-align: top;*/
}

#bodyContent {
	/*position: relative;*/
}

#columnLeft {
	/*vertical-align: top;*/
	/*display: inline-block;*/
	padding:0;
}

#columnRight {
	float: right;
}
/* End Primary Body Layout */


#page_homepage #bodyContent .contentContainer {
	padding: 0 12px;
}


#printNav {
	float: right;
	display:none;
}

.contentContainer {
  	padding-bottom: 10px;
}

.contentContainer h2 {
}

.contentText, .contentText table {
  	padding: 5px 0 5px 0;
}
.table-responsive table {
}
.table-responsive table th, .table-responsive table td{
	padding:10px;
	vertical-align: middle;
}

/* Buttons */
.buttonSet {
  	margin: 10px 0;
  	vertical-align: top;
}

/*.buttonSet .buttonSet-buttons.left {
	float: left;
	width: 33%;
}

.buttonSet .buttonSet-buttons.center {
	float: left;
	width: auto;
	text-align: center;
}

.buttonSet .buttonSet-buttons.right {
	float: right;
	width: 33%;
	text-align: right;
}*/
.buttonBack {
    vertical-align: top;
}

.buttonAction {
  	float: right;
  	vertical-align: top;
}
#products_qty_block {
	display:inline-block;
	margin-right:20px;
	color: #000000;
	font-size: 17px;
	font-weight: 700;
}
.buttonAction-center {
	display: inline-block;
	margin: 0 auto 0 60px;
	text-align: center;
	vertical-align: top;
}
input#pQty {
	border:2px solid silver;
}
.addquote {
	-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.69);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.69);
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.69);
	background-color: #04a540;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 4px 12px;
	text-decoration: none;
	border: 1px;
	margin-top: 11px;
	margin-left: 2px;
	height:34px;
	width:160px;
}
.addquote:hover {
color:#ffffff;
	background-color: #00639D;
}
.buttonAction-left {
  	float: left;
  	vertical-align: top;
}

.cartButtonSet {
	width: 100%;
}

.cartButtonSet .cartButtonCell.left {
	width: 146px;
}

.cartButtonSet .cartButtonCell.center {
	width: auto;
	text-align: center;
}

.cartButtonSet .cartButtonCell.right {
	width: 112px;
	text-align: right;
}

.cartButtonSet.rfq .cartButtonCell.right {
	width: 208px;
}

.tdbLink a { }

.tdbLink button { }
/* End Buttons */


/* Product and category info images gallery display */
.gImage {
	text-align: right;
	padding: 0;
	margin: 0;
	/*display: inline-block;*/
}

.gImage.categories {

}

.gImage.products {

}

#piGal,
#iGal {
	text-align: center;
}

#piGal ul,
#iGal ul {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
}

#piGal ul.piGal_img,
#iGal ul.iGal-imgs {
	margin: 0 auto;
	clear: both;
	padding-bottom: 4px;
}

#piGal ul li.last,
#iGal ul li.last {

}

#piGal img,
#iGal img {
	/*float:right;*/
	float:none;
	max-width:250px;
	/*margin-top: -43px;*/
	margin-top: 10px;
}

#piGal .outer,
#iGal .outer {
  	margin-left: 0;
}

#piGal ul.thumbs,
#iGal ul.thumbs {
	margin: 4px auto;
}

#piGal ul.thumbs li,
#iGal ul.thumbs li {
	padding: 0 2px 0 0;
}
.iGal_img {
	max-height:250px;

}
/* End Product info images gallery display */


/* infobox styles */
.infoBoxContainer {
	margin-bottom: 5px;
}

.infoBox {
  	background: #EFEFEF;
  	font-size: 11px;
}

.infoBoxHeading {
	padding: 2px;
  	font-size: 13px;
  	font-weight: bold;
  	background: #B6B6B6;
  	color: #ffffff;
}

.infoBoxContents {
  	padding: 5px;
  	font-size: 11px;
  	line-height: 1.5;
}

.infoBoxNotice {
  	background: #FF8E90;
}

.infoBoxNoticeContents {
  	background: #FFE6E6;
  	font-size: 10px;
}
/* End infobox styles */

/* Faceted Search */
div#facetedsearch {
	width: 100%;
}
table.filterlist {
	width: 100%;
}
select.filter {
	width: 90%;
}
div.facetedfilterlist {
	width: 100%;
}
div.filtercolumn {
 	width: 100%;
	margin-bottom: 10px;
}
.filter-reset {
	margin: 10px 0;
}
select.facetedfilter {
	width: 100%;
}
span.down-arrow {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	position: absolute;
	right: 0;
}
div.filtercolumn a {
  text-align: left;
}
.facetedfilter_heading {
 	display: inline-block;
 	width: 100%;
 	font-weight: bold;
	margin-bottom: 5px;
	border: thin solid transparent;
	text-align: left;
	position: relative;
}
.facetedfilter_heading.selected {
	color: #fff;
}
a.facetedfilter_heading:hover {
	text-decoration: none;
}
a.search_item {
	border: thin solid transparent;
}
a.search_item.ui-widget-content {
	border: thin solid #C3C3C3;
}
/* End Faceted Search */

/* Filters */
.filters-lbl {
	padding-right: 4px;
}
/* End Filters */


/* Listing Rows */
.listing-row.odd, .productListing tr.odd,
TR.accountHistory-odd, TR.addressBook-odd,
TR.alsoPurchased-odd, TR.payment-odd,
TR.productListing-odd, TR.productReviews-odd,
TR.upcomingProducts-odd, TR.shippingOptions-odd,
.productListTable.odd {
  	background-color: #FFFFFF;
	border-bottom:1px solid #999999;
}

.listing-row.even, .productListing tr.even,
TR.accountHistory-even, TR.addressBook-even,
TR.alsoPurchased-even, TR.payment-even,
TR.productListing-even, TR.productReviews-even,
TR.upcomingProducts-even, TR.shippingOptions-even,
.productListTable.even {
  	background: #FFFFFF;
	border-bottom:1px solid #999999;
}
.productListing td {
	padding: 3px 0 3px 0;
	text-align: center;
}
#compare-flexer {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.comparebox {
    padding:5px 3px 0 3px;
	margin: 0 6px 0 6px;
    vertical-align:top;
    display: block;
}
.comp_back {
    margin-bottom:5px;
}
/* End Listing Rows */


/* Product Listing */
div.product-listing-layout {
	margin: 20px auto;
}

table.productListing {
	width: 100%
}

.productListingHeader {
	background-color: #FFFFFF;
  	table-layout: fixed;
  	color: #4070A9;
  	font-weight: bold;
	border-bottom:2px solid #4070A9;
	text-align: center;
}

.productListingHeader a {
	color: #4070A9 !important;
}
.productListingHeader a:hover {
	color: #000000;
	text-decoration: none;
}

.productListingData {
  	table-layout: fixed;
}

.productListing-price {

}

.productListTable {
  	padding: 5px;
  	font-size: 11px;
  	line-height: 1.5;
}

/* box product listing */
table.productTable {
	border-spacing: 10px;
	width: 100%
}
tr.products_image {
	text-align: center;
}
tr.products_image img {
	height: 50px;
}
div.productRow {
	height: 100%;
}
td.productBoxes {
	background-color: #ffffff;
	border: 3px solid #B6B6B6;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 5px;
	height: 100%;
	vertical-align: top;
}
td.productBoxes table {
	width: 100%;
}
td.productCell.box {
	padding-left: 5px;
}
td.filterLabel {
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}
table.addbuttons.box {
	vertical-align: bottom;
}
td.addbuttons.box {
	text-align: center;
}
td.addbuttons.box span.button {
	padding: 5px 0 5px 0;
}
/* end box product listing */
/* End Product Listing */


/* Categories */
.catDesc {
}
/* End Categories */


/* Pricebreaks */
.pricebreaksBox {

}

.pricebreaksBoxHeading {
  	padding: 2px;
  	font-size: 11px;
}

.pricebreaksBoxContents {
  	padding: 5px;
  	font-size: 11px;
  	line-height: 1.5;
}

.pricebreaksBox tbody {
	background-color: #F1F1F1;
}

.pricebreaksBox .savings-row {
	background-color: #A9A9A9;
}

.pricebreaksListingBox {
	position: relative;
}

.pricebreaksListingSet,
.pricebreaksListingSet li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pricebreaksListingSet {
	position: absolute;
	left: -118px;
	bottom: -10px;
	z-index: 1600;
	/*width: 120px;*/
	border: 1px solid #3667A1;
	border-radius: 5px;
	background-color: #FFF;
	padding-bottom: 2px;
	text-align: left;
}

.pricebreaksListingSet .pricebreaksListingHeading {
	padding: 2px 8px;
	text-align: center;
}

.pricebreaksListingHeading {
	font-weight: bold;
}

.pricebreaksListingEntry .pbListing {
	display: inline-block;
}

.pricebreaksListingEntry .pbListing.pb-qty {
	width: 36px;
	margin-right: 7px;
	text-align: right;
}

.pricebreaksListingEntry .pbListing.pb-price {

}

.pb-trigger {
	color: #3465A8;
	text-decoration: underline;
	cursor: pointer;
}

.hide-pb {
	display: none;
}
/* End Pricebreaks */


/* Product Info */
.product-info-block {
	float: left;
}

.product-info-block.right {
	float: right;
}

div.product_info_filters {
	margin-top: 20px;
}
table.product_info_filters {
	width: 100%;
}
.product_info_filters td {
	padding: 4px;
	border: 0px solid black;
	font-size: 14px;
}
.product_info_filters tr.even, .product_info_filters li.even {
	background-color: #f2f2f2;
}
.product_info_filters tr.odd, .product_info_filters li.odd {
	background-color: #ffffff;
}

ul.complist {
    list-style: none;
    padding-left:0;
    margin-left:0;
}
ul.complist li {
    border-top:1px solid #ddd;
}
ul.product_info_filters {
	list-style-type: disc;
}
ul.product_info_filters li{
	margin-bottom:0;
}
.filters_product_info_heading, .extra_files_title {
	font-size:20px;
	font-weight:bold;
}
#product_info_price_block {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 280px;
}

/* BOM Parent Products */
.products-InfoBox,
.products-InfoBox li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.products-InfoBox li.products-InfoBox-item {
	display: inline-block;
	margin: 5px 0;
	padding: 3px 12px;
	text-align: center;
}

.products-InfoBox li.products-InfoBox-item.first {
	padding-left: 3px;
}

.products-InfoBox li.products-InfoBox-item.last {
	padding-right: 3px;
}

.productListTable tr td.child,
.products-InfoBox .ref-item {
	background-color: #F8F8AF;
}
/* EOM Parent Products */

div.producttable {
	min-height: 100%;
}

.productSpecialPrice {
  	color: #FF0000;
}
/* End Product Info */


/* Forms */
form {
	display: inline;
}
#rff_dbforms_contact_us, #rff_dbforms_request_for_quote, #rff_dbforms_contact_rep, #rff_dbforms_contact_rep_2 {
	float:left;
	width:76%;
}
.formArea {
  	background: #F1F1F1;
  	border-color: #B6B6B6;
 	border-style: solid;
  	border-width: 1px;
}
.formAreaTitle {
  	font-size: 12px;
  	font-weight: bold;
}

.inputRequirement {
	font-size: 10px;
	color: #ff0000;
}

.fieldKey {
  	font-weight: bold;
  	line-height: 1.5;
  	width: 150px;
}

.fieldValue {
  	line-height: 1.5;
}

input, select {
}

textarea {
  	width: 100%;
}

textarea.rfq-comments {
	width: 98%;
	height: 120px;
}

#filter_orders_type {
	float: right;
}
/* End Forms */


/* Message box */
.messageBox { font-size: 11px; }
.messageStackError,
.messageStackWarning {

	background-color: #ffb3b5;
}
.messageStackWarning {
	background-color: #fbf7a2;
}
.messageStackSuccess {
	font-size: 10px;
	background-color: #99ff00;
}
/* End message box */


/* Search related styles */
.search-keyword-highlight {
	font-weight: bold;
}

.search-result-row {
	margin: 0 0 7px 0;
	border-bottom: 1px solid #CDCDCD;
	padding-bottom: 2px;
}

.search-result-row.last {
	border: none;
}

.search-result-url {
	color: #676767;
}

.search-results-info-row.top {
	margin: 5px 0 ;
}

.search-result-info-cell {

}

.search-result-info-cell.result-count {
	float: left;
}

.search-result-info-cell.result-pager {
	float: right;
}
/* End Search related styles */


/* Sitemap layout */
div.sitemap ul {
	list-style-type: circle;
}
div.sitemap ul a {
	text-decoration: none;
}
div.sitemap ul a:hover {
	color: blue;
}
/* End sitemap layout */


/* Account link list */
.accountLinkList {
  	list-style-type: none;
  	margin: 2px 2px 2px 10px;
  	padding: 5px;
}

.accountLinkListEntry {
  	float: left;
  	margin-right: 5px;
}
/* End Account link list */


.boxText {
	font-size: 11px;
}

.errorBox {
	background-color: #ffb3b5;
	font-size : 11px;
	font-weight: bold;
}

.section-heading {
	margin: 0;
	padding: 0;
	color: #740000;
	font-size: 12px;
	font-weight: bold;
}

tr.header {
  	background: #FFFFFF;
}

.headerError {
  	font-size: 12px;
  	background-color: #FF0000;
  	color: #FFFFFF;
  	font-weight : bold;
  	text-align : center;
}

.headerInfo {
  	font-size: 12px;
  	background-color: #00FF00;
  	color: #FFFFFF;
  	font-weight: bold;
  	text-align: center;
}

.pageHeading {
  	font-size: 20px;
  	font-weight: bold;
  	color: #9a9a9a;
}

.tableHeading {
  	font-size: 12px;
  	font-weight: bold;
}

TD.subBar {
	background: #f4f7fd;
  	font-size: 11px;
  	color: #000000;
}

.accountCategory {
  	font-size: 13px;
  	color: #aabbdd;
}

.newItemInCart {
  	font-size: 11px;
  	color: #ff0000;
}

.stockWarning {
	font-size : 11px;
	color: #cc0033;
}
.productsNotifications {
	background: #f2fff7;
}

.orderEdit {
	font-size : 11px;
	color: #777777;
	text-decoration: underline;
}

SPAN.greetUser {
  	font-size: 12px;
  	color: #f0a480;
  	font-weight: bold;
}

SPAN.markProductOutOfStock {
  	font-size: 12px;
  	color: #c76170;
  	font-weight: bold;
}

SPAN.errorText {
  	color: #ff0000;
}

.moduleRow { }
.moduleRowOver {
	background-color: #D7D7D7;
	cursor: hand;
}
.moduleRowSelected {
	background-color: #E9E9E9;
}

/* Products Attributes */
ul.pa-options-listing {
	width: 320px;
}

ul.pa-options-listing li {
	padding-bottom: 4px;
}

.pa-label, .pa-listing {
	display: table-cell;
	vertical-align: top;
}

.pa-label {
	width: 84px;
	padding-top: 2px;
}

.attribs-fld.pa-dims, .attribs-fld.pa-qty {
	width: 48px;
}

/* BOF - Zappo - Option Types v2 - Progress Bar */
.counter-bar {
	margin: 2px 3px;
  	border-style: solid;
  	border-width: 1px;
  	border-color: #bbc3d3;
}

.counter-progress {
  	width: 1px;
  	color: #4f4f4f;
  	font-size: 11px;
  	font-weight: bold;
 	/* overflow: hidden; */
  	background-color: #bbc3d3;
  	padding: 0 0 0 5px;
}
/* EOF - Zappo - Option Types v2 - Progress Bar */

/* BOF - Zappo - Option Types v2 - ONE LINE - Preload Option Type Images */
div#ImagePreload { display: none; }
/* EOF - Zappo - Option Types v2 - ONE LINE - Preload Option Type Images */
/* End Products Attributes */


/* Footer */
div.footerWrapper {
	width:100%;
	color:#fff;
	height:334px;
	background: #18315A url("../../images/site/footer_bg_x.jpg") repeat-x;
}

#footer {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	background-image: url("../../images/site/footer_bg.jpg");
	@supports (background-image: url('../../images/site/footer_bg.webp')) {
		background-image: url('../../images/site/footer_bg.webp');
	}
	background-position: center top;
}

#footer_content {
	min-height: 323px;
    text-align: center;
}

#siteCredits {
	text-align: center;
	background-position: top center;
}
.footerWrapper a {
	color: #FFFFFF;
}
.footertagline{
	text-align: center;
	font-weight: 900;
	font-size: 160%;
	padding-top: 39px;
	padding-bottom: 9px;
}
.footeraddress {
	font-size:90%;
	font-weight:bold;
}
/* End Footer */

div.customTabs {
	clear: both;
}
/* BOM Product Listing */
div.product-item div.products_price div.filter-label,
div.product-item div.products_price div.product-heading {
	vertical-align: top;
}

#producttable {
    width: 100%;
    position: relative;
}
div.product-heading.responsive,
div.product-listing.responsive,
div.product-item.responsive {
    width: 100%;
}
div.product-item.responsive > div {
    display: inline-block;
}
div.product-item.responsive div.product-attribute {
    display: inline-block;
}
div.product-item.responsive div.product-filter-label-responsive {
    display: none;
}
div.product-item.responsive div.filter-label {
    display: none;
}
div.product-heading.responsive {
    border-bottom: 1px solid #AAAAAA;
    padding: 10px 10px;
}
div.product-item.responsive {
    border-bottom: 1px solid #AAAAAA;
    padding: 10px 10px;
    height: 75px;
}
div.product-heading.responsive a {
    color: #1F3F88;
    font-weight: bold;
    text-decoration: none;
}
div.product-attribute.responsive a {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}
div.product-attribute.responsive a.ui-button {
}
div.products_image.responsive {
    width: 50px;
    word-wrap: break-word;
}
div.products_name.responsive {
    width: 100px;
    word-wrap: break-word;
}
div.products_model.responsive {
    width: 75px;
}
div.products_description.responsive {
    width: 45%;
}
div.product-item.responsive div.filter.call_to_action {
    width: 95px;
    display: block;
    padding: 0;
}
div.product-item.responsive div.addbuttons {
    width: 100px;
    display: inline-block;
    float: right;
    clear: both;
}
div.product-filter-label.responsive,
div.product-attribute.responsive {
    padding: 10px 5px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
div.product-filter-label.responsive {
    color: #1F3F88;
    font-weight: bold;
}
div.product-heading.responsive div.filter,
div.product-item.responsive div.filter {
    width: 50px;
    padding: 10px 5px;
}
#page_homepage p a,
h4 a,
h3 a,
h2 a,
h2 a span,
.contentContainer a,
.news_items_link a {
	text-decoration: underline;
}
/* box product listing */
.products_model {
	/*font-size:18px;*/
}
.viewDetailsButton {
	background: #f41922;
	background: -webkit-linear-gradient(#f41922, #931218);
	background: linear-gradient(#f41922, #931218);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 2px 2px 5px 0 rgba(50, 50, 50, 0.75);
	box-shadow: 2px 2px 5px 0 rgba(50, 50, 50, 0.75);
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
.viewDetailsButton a:hover{
	color: #ffffff;
	text-decoration: none;
}
.viewDetailsButton:hover{
	color: #ffffff;
	-webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
	box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
}
.contentContainer .viewDetailsButton-table {
	background: #18315A;
	background: -webkit-linear-gradient(#2C5BA7FF, #18315A);
	background: linear-gradient(#2C5BA7FF, #18315A);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 2px 2px 5px 0 rgba(50, 50, 50, 0.75);
	box-shadow: 2px 2px 5px 0 rgba(50, 50, 50, 0.75);
	color: #ffffff;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 3px;
	text-decoration: none;
	width: 110px;
}
.addquote-table {
	background: #f41922;
	background: -webkit-linear-gradient(#f41922, #931218);
	background: linear-gradient(#f41922, #931218);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 2px 2px 5px 0 rgba(50, 50, 50, 0.75);
	box-shadow: 2px 2px 5px 0 rgba(50, 50, 50, 0.75);
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 110px;
}
.addquote-table:hover,
.contentContainer .viewDetailsButton-table:hover {
	color: #ffffff;
	-webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
	box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
}
div.product-element.box.call_to_action {
	/*all: unset;*/
	display: flex;
	gap: 10px;
	justify-content: center;
	padding: 4px 15px 10px 15px;
}
.updated-cta-button {
	align-content: center;
	border-radius: 8px;
	color: #ffffff;
	min-height: 40px; width: 110px;
	padding: 2px 4px;
	text-decoration: none !important;
	white-space: normal;
}
.updated-cta-button:active,
.updated-cta-button:hover,
.updated-cta-button:focus,
.updated-cta-button:focus-visible {
	box-shadow: none;
	color: #ffffff;
	outline: none !important;
}
.use-red-cta {
	background: hsl(5, 66%, 41%);
}
.use-red-cta:hover {
	background: hsl(5, 66%, 51%);
}
.use-blue-cta {
	background: hsl(225, 52%, 41%);
}
.use-blue-cta:hover {
	background: hsl(225, 52%, 51%);
}
.products_model a, .products_name a{
	color:#000000;
}
div.product-listing.box {
    border-spacing: 10px;
    width: 100%
}
div.products_image.box {
    text-align: left;
}
div.products_image.box img {

}
div.product-listing-wrapper.box {
    text-align: center;
}
div.product-item.box {
    /*display: inline-block;*/
    /*width: 235px;*/
    /*padding: 6px;*/
}
div.product-element.box {
	padding: 0 10px;
	text-align:left;
	font-size:14px;
}
.product-element > .filter-label {
	font-weight:bold;
}
.product-element > .filterLabel {
	font-weight:bold;
}

div.product-element.box.products_image {
    text-align: left;
}

div.product-element.box.call_to_action > div {
	display: block;
}

div.product-element.box.products_image.product-heading {
    /*width: 180px;*/
    /*height: 180px;*/
    padding: 15px;
}
div.product-element.box > div {
    display: inline-block;
}

div.product-element.box > div.products_image {
	display: block;
}

div.category-listing {
	text-align: center;
	padding-top:20px;
	clear: both;
}
div.catListingBox {
	text-align: center;
	margin-bottom: 30px;
	font-weight:bold;
}
div.catListingBox:first-child {
	border-left:none;
}
div.category-image {
	margin-left: auto;
	margin-right: auto;
}
div.catListingBox:hover .category-image-button-wrapper {
	background-color: #FFFFFF;
	border-top:1px solid #000000;
}
div.catListingBox:hover .category-image-button-wrapper a{
	color:#000000;
}
.industry-catboxes-block {
	display: flex;
}
div.category-image > img {
	display: inline-block;
}
.category-image img {
	margin-left: auto;
	margin-right: auto;
	height: 150px;
	width: auto;
}
div.category-image-button-wrapper {
	min-height:54px;
	background-color: #18315A;
	border-top:1px solid #18315A;
	color: #FFFFFF;
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
div.category-image-button-wrapper:hover {
	background-color: #FFFFFF;
	border-top:1px solid #000000;
}
div.category-image-button-wrapper a{
	color: #FFFFFF;
	display: block;
}
div.category-image-button-wrapper a:hover{
	text-decoration:none;
}
div.category-image-button-wrapper:hover a{
	color: #000000;
}
.catbox {
	border:1px solid black;
}
div.category-image-button {
	-moz-box-shadow: 0 3px 9px -2px #000000;
	-webkit-box-shadow: 0 3px 9px -2px #000000;
	box-shadow: 0 3px 9px -2px #000000;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #B6B6B6), color-stop(1, #999999));
	background:-moz-linear-gradient(top, #B6B6B6 5%, #999999 100%);
	background:-webkit-linear-gradient(top, #B6B6B6 5%, #999999 100%);
	background:-o-linear-gradient(top, #B6B6B6 5%, #999999 100%);
	background:-ms-linear-gradient(top, #B6B6B6 5%, #999999 100%);
	background:linear-gradient(to bottom, #B6B6B6 5%, #999999 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#B6B6B6', endColorstr='#999999',GradientType=0);
	background-color:#B6B6B6;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:10px 5px;
	text-decoration:none;
	min-width: 160px;
	max-width: 200px;
}
div.catListingBox:hover {
	cursor: pointer;
}
div.catListingBox:hover div.category-image-button-wrapper div.category-image-button {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #999999), color-stop(1, #B6B6B6));
	background:-moz-linear-gradient(top, #999999 5%, #B6B6B6 100%);
	background:-webkit-linear-gradient(top, #999999 5%, #B6B6B6 100%);
	background:-o-linear-gradient(top, #999999 5%, #B6B6B6 100%);
	background:-ms-linear-gradient(top, #999999 5%, #B6B6B6 100%);
	background:linear-gradient(to bottom, #999999 5%, #B6B6B6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#B6B6B6',GradientType=0);
	background-color:#999999;
	text-decoration:none;
	color:#ffffff;
}

div.product-item.box,.category-listing div.smallText {
    background-color: #ffffff;
    border: 1px solid #B6B6B6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /*margin: 5px;*/
	margin-top: 10px;
    vertical-align: top;
}
div.product-item.box table {
    width: 100%;
}
div.productCell.box {
    padding-left: 5px;

}
div.product-item.box div.box.products_model a {
    font-size: 18px;
	margin-bottom:5px;
}
div.filter-label.box,.category-listing div.smallText a{
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
div.addbuttons.box {
    vertical-align: bottom;
}
#bodyContent .product-item.box div.addbuttons .button a{
    color:#ffffff;
}
div.addbuttons.box {
    text-align: center;
}
div.addbuttons.box span.button {
    padding: 5px 0 5px 0;
}
/* end box product listing */


#admin_editbar {
	background: url(../../images/site/heading_gradient_med.jpg) #444 repeat-x;
	width: 100%;
	left: 0;
	position: fixed;
	bottom: 0;
	z-index: 1000;
	padding: 6px;
	font: 12px/1em Verdana, Arial;
	color: white;
	opacity: .9;
	border-top: 1px solid white;
}

#admin_editbar a {
	color: white;
}

.dimmed-block {
	opacity: 0.4;
}

#receipt_products_listing .shipping-vendor {
	margin-bottom: 7px;
	border: 1px solid #CCC;
	border-radius: 6px;
	padding: 5px;
}

#receipt_products_listing .listing-ul.receipt-product-row {
	display: table-row;
}

#receipt_products_listing .listing-ul.listing-cols li {
	display: table-cell;
	padding-right: 8px;
}

#receipt_products_listing li.name-col {
	width: 350px;
}
#receipt_products_listing li.model-col {
	width: 200px;
}
#receipt_products_listing li.product-price-col,
#receipt_products_listing li.product-total-col {
	width: 100px;
}
.account.fa {
	color: green;
	font-size: 12px;
	padding: 0 5px;
}

#cart_buttonSet .col-sm-4 {
    padding-left: 0;
    padding-right: 0;
}

.buttons-row-item {
    display: inline-block;
}

.ui-dialog {
	z-index: 11000 !important;
}
.textAlignCenter {
	/*text-align: center;*/
}
i.help {
	font-size: 15px;
}
i.help:hover {
	cursor: pointer;
}
div.site-credits {
	display: table-cell;
	vertical-align: initial;
}
div.site-credits > a {
	display: inline-block !important;
	vertical-align: initial !important;
}
.float_images_right {
	text-align: center;
	font-size:90%;
	margin-left:20px;
}
.float_images_right img{
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 10px;
}
.img-desc {
	margin-bottom:5px;

}
.img-desc cite {
	background: #111;
	filter: alpha(opacity=75);
	opacity: .75;
	color: #fff;
	margin-top: -32px;
	padding: 5px 0 5px 0;
	border-top: 1px solid #999;
	width: 100%;
	text-align: center;
	clear: both;
	display: block;
}
.thumbimg {
	margin-right:25px;
}
/*JOB POSTING STUFF*/
table.app {
	border:1px solid #3F3F3F;
	clear:both;
}
table.app td {
	border-bottom:1px solid #FFFFFF;
	background-color:#ECF4F6;
}
table.app td table td {
	border:none;
}
.job-container {
	clear:both;
	padding:10px;
	margin:5px 0 15px 0;
	border: 1px #CCC solid;
	background-color: #f5f5f5;
}
.job-container h2 {
	font-size: 12px;
	font-weight:bold;
	padding:0;
	margin:0;
}

.job-container h2 a {
	font-size:12px;
	color:#006198;
}

.job-container .date {
	color:#686868;
	margin:0;
	padding:0;
}

.job_posting .head {
	border-right:1px solid #C1DAD7;
}
.job_posting td {
	background: #FFFFFF none repeat scroll 0 0;
	border-bottom:1px solid #C1DAD7;
	color:#4F6B72;
	padding:10px 15px;
}

#job_posting {
	padding: 0;
	margin: 0;
	width:100%;
}
#job_posting td {
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 10px 15px;
	color: #4f6b72;
}
#job_posting .head{
	border-right: 1px solid #C1DAD7;
	width:15%;
}
.display-none {
	display: none;
}
.col-7 {
	width:40%;
}
.home_icon_blocks {
	text-align:center;
	display:inline-block;
	vertical-align: top;
}
.home_icon_text {
	font-weight:bold;
}
.home_mid {
	background-color:#ddd;
}
#ecwrf_back{

	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.69);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.69);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.69);
	background-color:#ed1c23;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor: pointer;
	color:#ffffff;
	font-weight:bold;
	padding:4px 13px;
	text-decoration:none;
	border:1px;
}
#ecwrf_back:hover{
	background-color:#eb675e;
}
.catalog_files {
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}

.catalog_files th {
	background-color:#0088D9;
	color:#FFFFFF;
	border:1px solid #CCCCCC;
	text-align:center;
}

.catalog_files td {
	border:1px solid #CCCCCC;
	text-align:center;
}
.custom_message {
	width:1100px;
	margin: 0 auto 18px;
}
.categorylink {
	font-size:100%;
	font-weight:bold;
}
.categorylink:first-child {
	background-image:none;
}

#custom_tabset > ul {
	list-style:none;
	background-repeat:no-repeat;
	background-position: bottom center;
	padding: 10px 0 20px 0;
}
#custom_tabset > ul li{
	display:inline-block;
	font-size:16px;
	margin-right:5px;
	text-align:left;
}
#custom_tabset > ul li a{
	color:#00639D;
	font-weight:bold;
	line-height:38px;
	display:block;
	text-decoration: none;
	background-repeat:no-repeat;
	background-position: center right;
	padding-right:20px;
}
#custom_tabset > ul li a:hover{
	text-decoration:none;
}
#custom_tabset .ctabs-content {
  	padding:0;
  	margin-bottom:20px;
}
.history {
	width:100%;
	margin-bottom:20px;
}
.history_pic {
	display: inline-block;
	vertical-align: top;
	min-width:155px;
}
.history_date {
	display:inline-block;
	margin: 0 10px 0 10px;
	vertical-align: top;
	min-width:82px;
}
.history_text {
	display:inline-block;
	width:66%;
}

.catalog_table_head {
	background-color: #0088D9;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: center;
	font-size:18px;
	height:55px;
}
.catalog_table_block {
	display: inline-block;
	width: 200px;
	text-align: center;
	vertical-align: top;
	border-left:1px solid gray;
	border-right:1px solid gray;
	border-bottom:1px solid gray;
	font-size:13px;
	height:230px;

}
.catalog_table_wrapper {
	text-align: center;
}
.catalog_single_wrapper {
	text-align: center;
}
.catalog_table_single {
	width:200px;
	display:inline-block;
}
.zipbutton {
	-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.69);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.69);
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.69);
	background-color: #ed1c23;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 9px;
	text-decoration: none;
	border: 1px;
	margin-left:4px;
}
.repzip {
	min-height:37px;
}
label {
	display:inline;
}
a[href]:not(#customized_solution_cta):after {
	content: "";
}
table.video_links{
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}
table.video_links th{
	background-color:#D60026;
	color:#FFFFFF;
	border:1px solid #CCCCCC;
	text-align:left;
	height: 15px;
    	padding: 8px;
    	font-size: 13px;
}
table.video_links td{
	border:1px solid #CCCCCC;
	text-align:center;
	padding: 9px;
}
.homeprefooter {
	background-color:#ddd;
	}
.rep_label {
padding-right:10px;
}
.imgtitle {
	font-size:80%;
}
.infocontact{
	position: relative;
	float: right;
	margin-top:-67px;
	width:300px;
	margin-left:15px;
	text-align: right;
}
.infocontact a{
	margin-bottom:8px;
	display: inline-block;
}
.infocontact img{
	/*width:170px;*/
	/*height:40px;*/
}
h2 img{
	/*images in the h2? Really?*/
	clear: right;
}
.bottomhomeblurb {
	float:left;
	margin-right:20px;
	vertical-align:top;
	width:50%;
}
.bottomhomeblurbimg {
	text-align: right;
	float:right;
	width:40%;
}
.required_field {
	color:red;
	font-weight: bold;
}
.video_icon_blocks  {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 300px;
        margin-top: 5px;
}
.prodlisttext ul {
	padding-left:30px !important;
}
.imgflot {
	float:right;
	margin-left: 15px;
}

.rightImages {
	max-width: 100%;
	text-align: center;
}
.rightImages img {
	max-width: 190px !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
}
.text-right {
	text-align: right;
}
.rfq_button {
	background:    #f41922;
	background:    -webkit-linear-gradient(#f41922, #931218);
	background:    linear-gradient(#f41922, #931218);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 5px 0 rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 5px 0 rgba(50, 50, 50, 0.75);
	width:         137px;
	height:        47px;
	color:         #ffffff;
	font:          normal 700 18px 'Lato', Arial, helvetica, Verdana, sans-serif;
	text-align:    center;
	text-shadow:   2px 2px #000000;
	display:inline-block;
	vertical-align: middle;
}
.rfq_button:hover {
	-webkit-box-shadow: -2px -2px 5px 0 rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -2px -2px 5px 0 rgba(50, 50, 50, 0.75);
	box-shadow:         -2px -2px 5px 0 rgba(50, 50, 50, 0.75);
}
.rfq_button a{
	color: #ffffff;
	display: block;
	height: 100%;
	padding-top:10px;
}
.rfq_button a:hover{
	text-decoration: none;
}
.contact_button {
	background:    #41a0f2;
	background:    -webkit-linear-gradient(#41a0f2, #265f91);
	background:    linear-gradient(#41a0f2, #265f91);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 5px 0 rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 5px 0 rgba(50, 50, 50, 0.75);
	width:         137px;
	height:        47px;
	color:         #ffffff;
	font:          normal 700 18px 'Lato', Arial, helvetica, Verdana, sans-serif;
	text-align:    center;
	text-shadow:   2px 2px #000000;
	display:inline-block;
	vertical-align: middle;
	margin-left:3px;
}
.contact_button:hover{
	-webkit-box-shadow: -2px -2px 5px 0 rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -2px -2px 5px 0 rgba(50, 50, 50, 0.75);
	box-shadow:         -2px -2px 5px 0 rgba(50, 50, 50, 0.75);
}
.contact_button a{
	color: #ffffff;
	display: block;
	height: 100%;
	padding-top:10px;
}
.contact_button a:hover{
	text-decoration: none;
}
.results-links {
	border-top:1px solid #00639D;
	color:#666666;
	font-size:13px;
	margin-bottom: 10px;
}
.pagelinks {
	display:inline-block;
}
.results {
	float:right;
}
.addbuttons {
	text-align:right;
	padding-right:10px;
}
.addbuttons.stackable-ctas {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	padding: 0 10px;
}
#customHomepageContent h1 {
	width:100%;
	max-width:100%;
}
.uommetric {
}
.uomenglish {
	display:none;
}
.uomenglish li{
	display:block;
}
.aaa:hover {
	background: #000000;
}
.aaa {
	width:125px;
	background:    #19315a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:         #ffffff;
	font:          normal 700 13px 'Lato', Arial, helvetica, Verdana, sans-serif;
	padding:5px;
	text-align:    center;
	vertical-align: middle;
	cursor: pointer;
	display:inline-block;
}
.bbb:hover {
	background: #000000;
}
.bbb {
	width:125px;
	background:    #838383;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:         #ffffff;
	font:          normal 700 13px 'Lato', Arial, helvetica, Verdana, sans-serif;
	padding:5px;
	text-align:    center;
	vertical-align: middle;
	cursor: pointer;
	display:inline-block;
}
.specchanger {
	border-top:1px solid black;
	border-bottom:1px solid black;
	padding:5px 0 8px 0;
}
.blue_full_bottom h2{
	color:#FFFFFF;
}
.blue_full {
	color:#FFFFFF;

}
.blue_full a, .blue_full_bottom a{
	color: #FFF;
}
#page_homepage .blue_full a:hover, #page_homepage .blue_full_bottom a:hover {
	text-decoration: none;
}
.blue_full_text {
	margin:33px 0;
}
.blue_full h2{
	color:#FFFFFF;
	font-size:36px;
}
.blue_full_bottom {
	padding-top:20px;
}
.first_white h2, .second_white h2, .third_white h2, .first_gray h2, .second_gray h2, .blue_full_bottom h2{
    font-size:36px;
}
.first_white h1{
    font-size:36px !important;
    color: #00639D;
    margin: 10px 0;
    text-align: left;
    font-weight: 900;
    line-height: 113%;
    font-size: 1.5em;
}
.first_white {
	display: block;
	position: relative;
	margin-top:-17px;
	padding-bottom: 20px;
}
.second_white, .third_white {
	padding-top:20px;
	padding-bottom:20px;
}
.first_gray {
	background: url("../../images/site/first_gray_bg.jpg") center top;
	@supports (background-image: url("../../images/site/first_gray_bg.webp")) {
		background-image: url("../../images/site/first_gray_bg.webp");
	}
	background-size: cover;
	padding-top:20px;
	padding-bottom:20px;
}
.second_gray {
	background-image: url("../../images/site/second_gray_bg.jpg");
	@supports (background-image: url("../../images/site/second_gray_bg.webp")) {
		background-image: url("../../images/site/second_gray_bg.webp");
	}
	background-position: center top;
	background-size: cover;
	padding-top:20px;
	padding-bottom:20px;
}
a.home_cad_button {
	height:45px;
	padding: 11px 52px;
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	margin-top:20px;
	margin-bottom:20px;
	display:block;
	width:180px;
	background: #ff0000;
	background: -moz-linear-gradient(top, #ff0000 0%, #a10001 100%);
	background: -webkit-linear-gradient(top, #ff0000 0%,#a10001 100%);
	background: linear-gradient(to bottom, #ff0000 0%,#a10001 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#a10001',GradientType=0 );
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 1);
	-moz-box-shadow:    0 0 12px 0 rgba(0, 0, 0, 1);
	box-shadow:         0 0 12px 0 rgba(0, 0, 0, 1);
}
a.home_cad_button:hover {
	background: #ff0000;
	background: -moz-linear-gradient(top, #a10001 0%, #ff0000 100%);
	background: -webkit-linear-gradient(top, #a10001 0%, #ff0000 100%);
	background: linear-gradient(to bottom, #a10001 0%, #ff0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a10001', endColorstr='#ff0000',GradientType=0 );
	text-decoration:none;
}
a.home_contact_button {
	height:45px;
	padding: 9px 43px;
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	margin-top:20px;
	margin-bottom:20px;
	display:block;
	width:180px;
	background: #ff0000;
	background: -moz-linear-gradient(top, #ff0000 0%, #a10001 100%);
	background: -webkit-linear-gradient(top, #ff0000 0%,#a10001 100%);
	background: linear-gradient(to bottom, #ff0000 0%,#a10001 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#a10001',GradientType=0 );
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 1);
	-moz-box-shadow:    0 0 12px 0 rgba(0, 0, 0, 1);
	box-shadow:         0 0 12px 0 rgba(0, 0, 0, 1);
}
a.home_contact_button:hover {
	background: #ff0000;
	background: -moz-linear-gradient(top, #a10001 0%, #ff0000 100%);
	background: -webkit-linear-gradient(top, #a10001 0%, #ff0000 100%);
	background: linear-gradient(to bottom, #a10001 0%, #ff0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a10001', endColorstr='#ff0000',GradientType=0 );
	text-decoration:none;
}
a.home_frq_button {
	height:45px;
	padding: 10px 19px;
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	margin-top:20px;
	margin-bottom:20px;
	display:block;
	width:180px;
	background: #ff0000;
	background: -moz-linear-gradient(top, #ff0000 0%, #a10001 100%);
	background: -webkit-linear-gradient(top, #ff0000 0%,#a10001 100%);
	background: linear-gradient(to bottom, #ff0000 0%,#a10001 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#a10001',GradientType=0 );
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 1);
	-moz-box-shadow:    0 0 12px 0 rgba(0, 0, 0, 1);
	box-shadow:         0 0 12px 0 rgba(0, 0, 0, 1);
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
a.home_frq_button:hover {
	background: #ff0000;
	background: -moz-linear-gradient(top, #a10001 0%, #ff0000 100%);
	background: -webkit-linear-gradient(top, #a10001 0%, #ff0000 100%);
	background: linear-gradient(to bottom, #a10001 0%, #ff0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a10001', endColorstr='#ff0000',GradientType=0 );
	text-decoration:none;
}

.home_notice {
    background-color: #ED1D26;
    text-align: center;
    color:#FFFFFF;
    padding:20px;
    margin-bottom:30px;
}
.faq_question {
    color: #EC1B24;
    margin: 10px 0 0 0;
    padding: 0 0 5px 0;
    font-weight: 900;
    font-size: 120%;
}
.faq_depth2 {

	padding-left: 15px;
}
.faq_question.faq_depth1 {
	color: #EC1B24;
}
.faq_question.faq_depth2, .faq_question.faq_depth3{
	color: #00639D;
}
.faq_depth3 {
	padding-left: 30px;
}
.faq_depth4 {
	padding-left: 45px;
}
.faq_answer {
    color: #00639D;
    margin: 0 0 0 20px;
    padding: 0 0 5px 0;
    font-weight: bold;
    font-size: 110%;
}
.faq2_question2 {
	color: black;
}
.faq_answer2 {
    color: black;
    padding-left: 60px;
    font-weight: normal;
    font-size: 100%;
}
.addplus::before {
    content:'+ ';
}
.addminus::before {
    content:'- ';
}
.pagination {
    width:100%;
    border-bottom:1px solid gray;
}
#bodyContent > div.contentContainer > div > div > div.pagination {
    margin-bottom: 0;
}
.link {
    display:inline-block;
    padding:5px;
}
.link:hover {
    background-color:#00639D;
    color:#ffffff !important;
}
.link:hover a{
    color:#ffffff !important;
}

#bottomMenu{
	display: none;
	top: 0;
	height: 60px;
	z-index: 1;
	padding-top:20px;
}

hr.sep  {
	margin-top:10px;
	margin-bottom:5px;
}
#backToTopButton {
	position: fixed;
	bottom: 20px;
	right: 15px;
	border: none;
	color: #FFF;
	background: #807f83;
	padding: 5px;
	z-index: 100;
}
#backToTopButton i {
	font-size: 30px;
}
.youtube-embed {
	position: relative;
}
.youtube-embed-overlay img {
	max-width: 76px;
	margin-top: -63%;
}
.youtube-embed img:hover {
	cursor: pointer;
}
.youtube-embed-container img {
	width: 620px;
}
/* The overlay effect - lays on top of the container and over the image */
.youtube-embed-overlay {
	position: absolute;
	bottom: 0;
	background: transparent;
	color: #f1f1f1;
	width: 100%;
	opacity:1;
	color: white;
	font-size: 20px;
	padding: 20px;
	text-align: center;
}

/* When you mouse over the container, fade in the overlay title */

.youtube-embed-container {
	position: relative;
	display: inline-block;
}
.home_icon_blocks a {
	display: flex;
	justify-content: center;
	text-decoration: underline;
}

.catListingBox a,
.infocontact a {
	text-decoration: none;
}
#careers-button {
	background: #ff0000;
	background: -moz-linear-gradient(top, #ff0000 0%, #a10001 100%);
	background: -webkit-linear-gradient(top, #ff0000 0%,#a10001 100%);
	background: linear-gradient(to bottom, #ff0000 0%,#a10001 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#a10001',GradientType=0 );
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:12px 32px;
	text-decoration:none;
}
#careers-button:hover {
	background: #ff0000;
	background: -moz-linear-gradient(top, #a10001 0%, #ff0000 100%);
	background: -webkit-linear-gradient(top, #a10001 0%, #ff0000 100%);
	background: linear-gradient(to bottom, #a10001 0%, #ff0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a10001', endColorstr='#ff0000',GradientType=0 );
}
.listing_box_upper {
	display: flex;
	align-items: center;
}
.image_table {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.infopage_table {
	margin:5px 6px 5px 6px;
}
.infopage_table img{
	height:150px;
	width:200px;
	margin-left:auto;
	margin-right:auto;
}

.twocolumnlist ul{
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
.blue {
	background-color:#008DE1;
	color:#fff;
	padding: 1px 10px;
}
.blue a{
	color:#fff;
	text-decoration: underline;
}
.blue h2, .blue h3 {
	color:#FFFFFF;
}
.floated_image {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.mobile-search {
	position: absolute;
	width: 100%;
	background: #969696;
	top: 150px;
}
#left_nav_custom_cta, #left_nav_custom_cta_mobile {
	background: #e6e6e6;
	margin-bottom: 10px;
	max-width: 260px;
	padding: 10px 10px 6px 10px;
	text-align: center;
}
#left_nav_custom_cta_mobile {
	margin-left: auto;
	margin-right: auto;
}
#left_nav_custom_cta .home_frq_button, #left_nav_custom_cta h2, #left_nav_custom_cta_mobile .home_frq_button, #left_nav_custom_cta_mobile h2 {
	text-align: center;
}
#left_nav_custom_cta h2,
#left_nav_custom_cta_mobile h2 {
	color: #18315a;
	font-size: 1.25em;
	text-transform: uppercase;
}
#left_nav_custom_cta p,
#left_nav_custom_cta_mobile p {
	line-height: 1.6;
}
#left_nav_custom_cta .home_frq_button,
#left_nav_custom_cta_mobile .home_frq_button {
	align-items: center;
	background: #ed1c29;
	border: none;
	box-shadow: none;
	display: flex;
	justify-content: space-around;
	margin-top: 0;
	padding: 2px;
}
.home_category_caption {
	display: none;
}
.catListingBox .catbox {
	position: relative;
}
.catListingBox:hover p {
	display: block;
	position: absolute;
	background-color: rgba(24, 49, 90, 0.9);
	width: 100%;
	top: 0;
	height: 100%;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
#page_homepage .catListingBox:hover .category-image-button-wrapper a {
	display: none;
}
#header-round {
	position: absolute;
	color: #ffffff;
	border-radius: 100%;
	padding: 2px;
	background: #cb0702;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	left: -2px;
	border-radius: 50%;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	overflow: hidden;
}
#page_product .title-ponumber,
#page_product .buy-content {
	max-width: 356px;
	float: left;
	clear: left;
}
#prod_info_head {
	display: flex;
	flex-direction: column;
}
.contentContainer a.custom-couplings-cta-button {
	text-decoration: none;
	background-color: #d41717;
	color: white;
	font-weight: bold;
	transition: all 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 10px 20px;
	border-radius: 5px;
	text-align: center;
	border: none;
}
.contentContainer a.custom-couplings-cta-button:hover {
	background-color: #b51414;
}
.cta-content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.cta-icon {
	height: 40px;
	width: auto;
}

.custom-couplings-cta-container-desktop {
	display: none;
	background-color: #f5f5f5;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	max-width: 600px;
	text-align: center;
}
.custom-couplings-cta-container-desktop h2 {
	color: #000;
	margin-bottom: 15px;
}
.custom-couplings-cta-content-desktop {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.custom-couplings-cta-content-desktop img {
	max-width: 150px;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px;
	background-color: #fff;
	margin-left: 45px;
}
.custom-couplings-cta-text-desktop {
	text-align: left;
	margin-left: 15px;
}
.custom-couplings-cta-text-desktop h3 {
	font-size: 16px;
	color: #333;
}
.custom-couplings-cta-text-desktop ul {
	/*padding: 0;*/
}
.custom-couplings-cta-text-desktop ul li {
	font-size: 14px;
	color: #555;
	margin-bottom: 5px;
}
.contentContainer a.custom-couplings-cta-button-desktop {
	display: inline-block;
	background-color: #e60012;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 10px;
	transition: all 0.2s;
}
.contentContainer a.custom-couplings-cta-button-desktop:hover {
	background-color: #c50010;
}

.search-no-results {
	text-align: center;
	font-weight: 700;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #18315a;
}
.search-no-results a {
	color: #e60012;
}
.search-no-results-title {
	font-size: 28px;
}
.search-no-results-content {
	font-size: 20px;
	margin-bottom: 2em;
}
#empty_search_results_listing {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2em;
}
#empty_search_results_listing .result_listing {
	min-width: 200px;
	padding: 10px;
	width: calc((100% / 5) - 2em);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#empty_search_results_listing .result_listing:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
#empty_search_results_listing .result_listing a{
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: #000;
	gap: 1em;
}

