a.noUnderline,
a.noUnderline:hover {
	text-decoration: none; 
}

.pressRelease {
	padding-top:1px; 
	text-align: justify;
	font-size: 15px;
	clear: both;
	float: right;
	width: 384px;
	margin-top: 20px;
}

.clearBoth {
	clear:both;
}

.topMarg8 {
	margin-top: 8px;
}

.topMarg10 {
	margin-top: 10px;
}

.topMarg14 {
	margin-top: 14px;
}

.topMarg20 {
	margin-top: 20px;
}

.topMarg25 {
	margin-top: 25px;
}

.topMarg50 {
	margin-top: 50px;
}

.topMarg150 {
	margin-top: 150px;
}

.bottomMarg5{
	margin-bottom: 5px;
}

.bottomMarg20 {
	margin-bottom: 20px;
}

.bottomMarg50 {
	margin-bottom: 50px;
}

.topPadding25 {
	padding-top: 25px;
}

.ht200 {
	height: 200px;
}

.center {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.newProductCenter {
	margin: 0 auto;
	width: 190px;
}

.pressReleaseCenter {
	margin: 0 auto;
	width: 100%;
}

.centerContent {
	margin: 0 auto;
	text-align: center;
}

.rightAlign {
	text-align: right;
}

.leftAlign {
	text-align: left;
}

.bottom {
	bottom: 0;
	position: absolute;
}

.right {
	right: 0;
	position: absolute;
}

.right12 {
	right: 12px;
	position: absolute;
}

.ht50 {
	height: 50px;
}

.searchMsg{
	padding-top:15px; 
	text-align: center;
}

.JPMessageHeader {
	color: #3366FF;
	font-size: 22px;
	font-weight: bolder;
}

.JPIndexText {
	color: black;
	font-size: 15px;
}

.CSIndexText {
	color: #000000;
	font-size: 22px;
}

.homepage-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.homepage-main > .homepage-search,
	.homepage-main > .homepage-feature {
		min-height: 100px;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		text-align: center;
	}
}

@media (min-width: 768px) {
	.homepage-main {
		margin-bottom: 60px;
	}
	
	.homepage-main > .homepage-search {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.homepage-main > .homepage-feature {
		padding-left: 20px;
	}
}

.homeMsg { 
	color: #565656;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:500;
	line-height: 150%;
	text-align: center;
	border-radius:6px;behavior:url(border-radius.htc);
	padding: 20px 20px 20px 20px;
	overflow: auto;
	-moz-box-shadow: 3px 3px 4px #A9A9A9;
	-webkit-box-shadow: 3px 3px 4px #A9A9A9;
	box-shadow: 3px 3px 4px #A9A9A9;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#A9A9A9')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#A9A9A9');
	/* background: ##999;  for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DADADA', endColorstr='#FFFFFF'); /* for IE */
	background: -webkit-linear-gradient(#DADADA, #FFFFFF); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#DADADA, #FFFFFF); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#DADADA, #FFFFFF); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#DADADA, #FFFFFF); /* Standard syntax (must be last) */}
	
.homeMsgBox {text-align: center;}
#homeMsgTitle {font-size: 13px;font-weight: bolder;color: #1A1A1A;padding: 0px 0px 4px 0px;text-align: center;}

.homeMessage {
	padding: 10px;
	clear: both;
}

.homeMessage:empty {
	padding: 60px;
}

@media (max-width: 767px) {
	.homeMessage:empty {
		padding: 10px;
	}
}

.productFind {
	width: 100%;
	height: 28px;
	float:right;
	background: rgba(214,207,214,1);
	background: -moz-linear-gradient(top, rgba(214,207,214,1) 0%, rgba(219,219,219,1) 0%, rgba(209,209,209,1) 0%, rgba(128,124,128,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,207,214,1)), color-stop(0%, rgba(219,219,219,1)), color-stop(0%, rgba(209,209,209,1)), color-stop(100%, rgba(128,124,128,1)));
	background: -webkit-linear-gradient(top, rgba(214,207,214,1) 0%, rgba(219,219,219,1) 0%, rgba(209,209,209,1) 0%, rgba(128,124,128,1) 100%);
	background: -o-linear-gradient(top, rgba(214,207,214,1) 0%, rgba(219,219,219,1) 0%, rgba(209,209,209,1) 0%, rgba(128,124,128,1) 100%);
	background: -ms-linear-gradient(top, rgba(214,207,214,1) 0%, rgba(219,219,219,1) 0%, rgba(209,209,209,1) 0%, rgba(128,124,128,1) 100%);
	background: linear-gradient(to bottom, rgba(214,207,214,1) 0%, rgba(219,219,219,1) 0%, rgba(209,209,209,1) 0%, rgba(128,124,128,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6cfd6', endColorstr='#807c80', GradientType=0 );
	-webkit-box-shadow: 2px 3px 3px 0px rgba(77,75,77,1);
	-moz-box-shadow: 2px 3px 3px 0px rgba(77,75,77,1);
	box-shadow: 2px 3px 3px 0px rgba(77,75,77,1);
}

.searchBox {
	position: relative;
	line-height: 15px;
	margin-top: 3px;
	margin-left: 5px;
}

.searchButton {
	font-weight: bold;
	color: #383738;
	font-size: 16px;
	padding: 2px 4px 2px 4px;
	border-left: solid #383738 2px;
	border-right: solid #383738 2px;
	float: right;
	margin-right: 5px;
	margin-top: 2px;
	height: 18px;
	cursor: pointer;
}

.productShop {
	text-shadow: 0px 3px 2px rgba(56, 55, 56, 1);
	color: #ffffff;
	margin-left: 15px;
	margin-top: 3px;
	font-size: 16px;
	width: 150px;
}

.shopButton {
	font-weight: bold;
	color: #383738;
	font-size: 16px;
	padding: 0px 4px 20px 4px;
	border-left: solid #383738 2px;
	border-right: solid #383738 2px;
	float: right;
	margin-right: 5px;
	margin-top: -20px;
	height: 18px;
	cursor: pointer;
}

.ui-autocomplete {
	position: absolute !important;
	left: 0 !important;
	top: calc(100% + 5px) !important;
	background-color: #F0F0F0;
	box-shadow: 0 2px 8px 2px rgb(0 0 0 / 25%);
	margin: 0;
	padding: 0;
	text-align: left;
	width: calc(100% - 80px) !important;
	z-index: 2000;
}

@media (max-width: 767px) {
	.ui-autocomplete {
		width: 100% !important;
	}
}

.ui-autocomplete li:hover {
	background-color: #999;
	cursor: pointer;	
}

.ui-autocomplete li {
	list-style: none;
}

.ui-autocomplete li a {
	padding: 5px 10px;
	display: block;
}

.ui-autocomplete li a.black {
	color: #000;
}

.autocompleteHeader {
	text-transform: uppercase;
	background-color: #CCC;
	color: #333;
	padding: 5px 10px;
	font-size: 12px;
}

.imgSearch {
	margin-right: 8px;
	width: 50px;
	height: 50px;
	border: 1px solid #CCC;
	float: left;
}

.partNumber, #partNumber {
	overflow-y: scroll;
	height: 250px;
	width: 100%;
}

.partnumber > li,
.partNumber > li > .searchResultDiv,
.partNumber > li > .searchResultDiv > a,
#partNumber > li,
#partNumber > li > .searchResultDiv,
#partNumber > li > .searchResultDiv > a {
	clear: both;
	height: 60px;
}

.ui-autocomplete li a.viewAll {
	float: right;
	padding: 0 10px 0 0;
	color: #387BD2;
	text-decoration: none;
}

.searchInput {
	width: calc(100% - 80px);
}

.secondary-homepage-features {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}

a.secondary-feature {
	display: inline-block;
    color: #000;
	font-size: 14px;
    font-weight: bold;
    text-decoration: none;
	text-align: center;
	margin-bottom: 25px;
}

a.secondary-feature > div {
	margin: auto;
}

@media (max-width: 767px) {
	a.secondary-feature {
		width: 50%;
	}
}

.covid {
	background: url(/images/newhp/COVID19_HomepageButton_Final.jpg) no-repeat;
	
	width: 131px;
	height: 86px;
}

.New_Products_Icon_50px, .OEM_Icon_1214, .Labsnacks_Icon, .brochure, .shopping_cart2_Icon, .shopping_cart2, .shopping_cart_filled2, .New_Products_Icon100, .shopping_cart_filled2, .OSA2016_Icon{
	background: url(/images/newhp/homePageSprites09_22_16.png) no-repeat;
}

.New_Products_Icon_50px{
	background-position: -3px -6px ;
	width: 50px;
	height: 29px;
}

.OEM_Icon_1214{
	background-position: -72px 0;
	width: 121px;
	height: 88px;
}

.Labsnacks_Icon{
	background-position: -5px -92px ;
	width: 131px;
	height: 86px;
}

.brochure{
	background-position: -5px -224px ;
	width: 127px;
	height: 88px;
}

.shopping_cart2{
	background-position: -15px -187px ;
	width: 30px;
	height: 30px;
	float:left;
}

.shopping_cart_filled2{
	background-position: -72px -185px ;
	width: 30px;
	height: 30px;
	float:left;
}

.New_Products_Icon100{
	background-position: -150px -94px ;
	width: 120px;
	height: 88px;
}

.shopping_cart_filled2{
	background-position: -70px -187px ;
	width: 30px;
	height: 30px;
	float:left;
}

.OSA2016_Icon{
	background-position: -151px -200px ;
	width: 96px;
	height: 108px;
}

.ui-helper-hidden-accessible {
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}