/** HOMEPAGE STYLES HERE **/

.bg-img{
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url("/img/bkgrds/carbon-fume-hoods-v2.webp");
	background-size: cover;
	background-position: top;
}



.go-button{
	color: #ffffff;
	background-color: #0061AA;
	border: 1px solid #ffffff;
	border-radius: 0 !important;
}

.go-button:hover{
	color: #0061AA !important;
	background-color: #ffffff !important;
}

.product-slider{
	background-color: #ffffff;
	background: linear-gradient(116deg, rgba(0, 136, 206, 0.9), rgba(0, 172, 205, 0.9)), url("/img/bkgrds/science-bg-01.svg") no-repeat;
	background-size: cover;
	background-position: bottom;
}

.hexagon{
	transform: rotate(30deg);
}

.card-bg{
	background-color: rgba(0, 0, 0, 0.4) !important;
}

.reviews-bg{
	background-color: #ffffff;
	background: linear-gradient(116deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/bkgrds/reviews.jpg") no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

a p{
	color:#0061aa;
}

a p:hover{
	text-decoration: underline;
}

h5 a{
	color:#0061aa;
}

.card{
	height: 100% !important;
}

.highlight a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.highlight a:hover{
	background-color: #0061aa;
	text-decoration: none;
	color: #ffffff;
}

.highlight a img:hover{
	background-color: none !important;
}

.underline a{
	color:#0061aa;
}

.underline a:hover{
	text-decoration:underline;
}

/* styles for search funciton in manuals */

.search-box {
	width:100%;
	padding:0.4em;
	font-size:1em;
	color:#555;
  }
  
  .list-count {
	text-align:center;
	width:10%;
	padding:0.5em;
	color:#ddd;
  }
  
  .hidden {
	display:none;
  }
  
  .list-wrap ul {
	width:100%;
	margin:2em 0;
	padding:0;
	position:relative;
  }
  
  #list li {
	width:100%;
	margin:1em 0;
	padding:0.5em 0.8em;
	list-style:none;
	background-color:#f2f2f2;
	cursor:pointer;
	color:#333;
	position:relative;
	z-index:2;
	word-wrap: break-word;
  }

  
  .empty-item {
	color:#ddd;
	margin:0.2em 0;
	padding:0.5em 0.8em;
	visibility:hidden;
	opacity:0;
  }
  
  .empty .empty-item {
	opacity:1;
	visibility:visible;
  }
  



