@charset "UTF-8";


article, aside, details, figcaption, figure, footer, header, hgroup, nav,
	section {
	display: block;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

h3 {
	display: block;
	font-size: 1.17em;
/*	margin-inline-start: 0; */
/*	margin-inline-end: 0; */
	font-weight: bold;
}

.row_class {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;

}

.dark_11BwPv {
	color: #393939;
}

.ProductFont {
	font-family: Brandon Text;
	font-weight: 400;
	line-height: 1.4;
}

element.style {
	left: 0;
	width: 31.6239%;
	background-position: 0;
	background-color: transparent;
}

.ProductBlock {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	position: relative;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
	margin:auto;
	width:23%;
	margin-top: 0;
}


.ProductImageDiv {
	text-align: left;
	position: relative;
	padding-top: 153.4%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 0;
}

.CategoryName {
	text-align: left;
	position: relative;
	background-color: #999999;
	padding: 10px 20px 10px 20px;
}

.CategoryName h2 {
	font-size:2em;
/*	margin-block-start: 0; */
/*    margin-block-end: 0; */
}

.CategoryName p {

	font-size:1em;

}



.ProductImageDivSolo {
	text-align: left;
	position: relative;
	padding-top: 153.4%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 0;
}


.ProductFont h1, .ProductFont h2, .ProductFont h3, .ProductFont h4,
	.ProductFont h5, .ProductFont h6 {
	font-weight: 400;
}

.ProductTitle {
	margin: 6px 0 9px 0;
	margin-bottom: 0;
	color: #393939;
	text-align:center;
}

.ProductFont a {
	color: currentColor;
	text-decoration: none;
}

input, textarea, select, button {
/*	text-rendering: auto; */
	color: initial;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0;
	text-shadow: none;
	display: inline-block;
	text-align: start;
	margin: 0em;
	font: 400 13.3333px Arial;
}





.flexbox {
	display: flex;
}

.LeftNavCol {
	margin-top: 40px;
	flex: 0 0 200px;
	margin: 10px 30px 30px 30px;
}

.MainBodyCol {
	flex: 1;
}

.SearchResults .topRowItem {
	margin-top: 10px;
}

.HeaderRow {
	margin: 0 20px 0 20px;
}

.results_count {
	text-align: left;
	margin: 0 30px 0 30px;
	white-space: nowrap;
}

.PageNav {
	float:right;
	width:100%;
	text-align: right;
	padding: 0 10px 12px 10px;
	text-decoration: none;
	display: block;
}

.PageNavRight {
	text-align:right;
	float:right;
	display: inline-block;
	/* width: 400px; */
}

.PageNavLeft {
	text-align:left;
	float:left;
	display: inline-block;
	/* width: 400px; */
}

.IndustryHeader {
	text-align: left;
	position: relative;
    background-color: #999999;
    padding: 10px 0 10px 0;
    width:100%;
    padding: 10px 20px 10px 20px;
}
.IndustryHeader H2 {
	text-align:left;
}

.Industry0 {
	background-image: linear-gradient(
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.2)
    ),
    url("../images/backgrounds/21-chips.jpg"); 
	background-size: cover;
	color: white;
}

.Industry1 {
	background-image: linear-gradient(
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1)
    ),
    url("../images/backgrounds/hotel-blue.jpg"); 
	background-size: cover;
	color: white;
}

.Industry2 {
	background-image: linear-gradient(
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.2)
    ),
    url("../images/backgrounds/restaurant-coffee.jpg"); 
	background-size: cover;
	color: white;
}

/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
}

.categoryleft {
  width: 200px;

}

.categoryRight {
  width: calc(100% - 210px);
}


.row {

}
/* Clear floats after the columns */
.row:after {
  content: '';
  display: table;
  clear: both;
}

/* Category page image rollover */
    .imagecard {
        max-width: 167px;
        height: auto;
        position: relative;
        display: inline-block;
    }
    .imagecard .img-top {
        display: none;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .imagecard:hover .img-top {
        display: inline;
        max-width: 167px;
	width:100%;
	height: auto;
        
    }
    .imagecard:hover .img-bot {
        display: none;
        
    }
    .img-solo {
    max-width: 167px;
	width:100%;
	height: auto;
    }
    
    .img-bot,img-top {
	max-width: 167px;
	width:100%;
	height: auto;
	
}



@media print {
	.no-print {
		display: none;
	}
	

}