<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Index Overwrite */

.overlord {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto 0 auto;

/*	text-align: center; */
	position: relative;
}

.overlord2 {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto 0 auto;
	text-align: center;
	position: relative;
	overflow: show;
}

#header3-right {
	width: 25%;
}

#header3-left {
	width: 25%;
}

#header3-center {
	width: 50%;
}

#bcc-header-login {
}

/* Rotating Banner */

#rslide-wrapper {
padding-top: 20px;
position: relative;
}

.rslides {
  margin: 0 auto 40px;
  width: 750px;
  }

#slider2,
#slider3 {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 0 0 13px;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.35);
	border: 1px solid #7f7f7f;
	width: 750px;
	height: 372px;
 }

.rslides_tabs {
  list-style: none;
  padding: 0;
  font-size: 18px;
  list-style: none;
  margin: 0 auto 0px;
  width: 750px;
  padding: 0 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs ul {
  list-style-type: none !important;
  width: 750px;

}

.rslides_tabs li {
display: inline;
float: none;
margin-right: 1px;
list-style-type: none ;
z-index: 100;
}

.rslides_tabs a {
width: auto;
line-height: 25px;
padding: 3px 3px 0 3px;
height: auto;
background: transparent;
display: inline;
}

.rslides_tabs li:first-child {
margin-left: 0;
}

.rslides_tabs .rslides_here a {
color: #fff;
font-weight: bold;
box-shadow: 0px 0px 9px rgba(0,0,0,0.35);
border: 1px solid #7f7f7f;
}

.no-dot {
	list-style-type: none ;
	padding: 0;
}

.fp-right-big {
	float: left;
	width: 765px;
	text-align: center;
}

.fp-col-left-rslide {
	float: left;
	padding-top: 10px;
	padding-left: 15px;
	width: 187px;
}

/*	Homepage Styles */

.prod_block {
	width: inherit;
	width: 690px;
	border: 1px solid #7f7f7f;
	margin-left: 13px;
	margin-top: 15px;
	padding-bottom: 5px;
	width: 752px;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.35);
}

	.prod_block .product {
		margin: 3px 3px 0 0;
	}

.fp-container {
	width: 100%;
	padding-left: auto;
}

.fp-widget-left {
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	height: auto;
	width: 185px;
	background: url(/images/fp-table/fp/header-BG.gif) center top repeat-x;
	border: 1px solid #7F7F7F;
}

.fp-widget-left a {
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial;
	color: #9b6968;
}

.fp-widget-header{
	height: 15px;
	width: 100%;
	overflow: hidden;
	margin: 0;
	Padding: 0;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Arial;
	text-align: center;
	border-bottom: 1px dotted #7F7F7F;
	Padding: 3px 0 0 0;
}

.fp-widget-brand {
	height: 30px;
	text-align: center;
	margin: 0;
	Padding: 0;
	border-bottom: 1px dotted #7F7F7F;
}

.fp-widget-brand:hover {
	background-image: url(/images/fp-table/fp/brand-hover.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.fp-brand-img {
	margin: 0;
	padding: 7px 0 0 0;
	border: none;
}

.fp_featured_title {
	font-family: 'ABeeZee', sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #7f7f7f;
	height: 10px;
}

.fp_featured_item {
	padding: 0px;
}

/* FP Tiles */

.tile-container {
	position: relative;
	overflow: hidden;
	padding: auto;
	margin: 0 0 0 20px;
}

.tile-link {
	position: relative;
	float: left;
    width: 340px;
    height: 45px;
    overflow: hidden;
	border: 1px solid #7f7f7f;
	margin: 10px 20px 10px 10px;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.35);
/*	border-radius: 10px 10px 10px 10px; */
	text-decoration: none;
}

.tile-link img {
	position: absolute;
	top: -0px;
	left: -57px;
	display: block;
    -webkit-transition: all .5s ease; /* Safari and Chrome */
  	-moz-transition: all .5s ease; /* Firefox */
  	-o-transition: all .5s ease; /* IE 9 */
  	-ms-transition: all .5s ease; /* Opera */
  	transition: all .4s ease;
}

.tile-link:hover img {
	top: -0px;
	left: 0px;
}

.tile-title-specials {
	text-align: center;
	width: 169px;
	height: 37px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	position: absolute;
	top: 4px;
	right: -50px;
	font-size: 12px;
	letter-spacing: .25em;
    -webkit-transition: all .25s ease; /* Safari and Chrome */
  	-moz-transition: all .25s ease; /* Firefox */
  	-o-transition: all .25s ease; /* IE 9 */
  	-ms-transition: all .25s ease; /* Opera */
  	transition: all .25s ease;
	background: transparent url('/images/temphp/specials.png');
}

.tile-link:hover &gt; .tile-title-specials {
	right: 0px;
}

.tile-title-rewards {
	text-align: center;
	width: 169px;
	height: 37px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	position: absolute;
	top: 4px;
	right: -50px;
	font-size: 12px;
	letter-spacing: .25em;
    -webkit-transition: all .25s ease; /* Safari and Chrome */
  	-moz-transition: all .25s ease; /* Firefox */
  	-o-transition: all .25s ease; /* IE 9 */
  	-ms-transition: all .25s ease; /* Opera */
  	transition: all .25s ease;
	background: transparent url('/images/temphp/rewards.png');
}

.tile-link:hover &gt; .tile-title-rewards {
	right: 0px;
}

.tile-link:hover &gt; .tile-title-bg {
	top: 138px;
}

#slider3 {
	border: none;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.35);
}

.bcc-black {
	color: #000;
}

.with_underline a {
	text-decoration: underline;
}

.blog {
	position: relative;
	width: 100%;
	float: left;
	display: block;
	text-align: center;
	clear: both;
	margin: 10px 0 10px 0;
}

.blog a {
	transition: all .25s ease;
	display: inline-block;
	width: 32.99%;
	border-right: 1px solid #a4d7d6;
	float: left;
	text-align: center;
	padding: 25px 0;
}

.blog a:last-of-type {
	border-right: none;
}

.blog span {
	width: 90%;
	font-size: 22px;
	text-align: center;
	display: inline-block;
	margin: 15px 0 15px 0;
	height: 50px;
}


.blog img {
	border-radius: 3px;
}

.blog a:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	border-radius: 6px;
}

@media only screen and (max-width: 860px) {
	.blog a {
		width: 100%;
		border-right: none;
	}
.blog a:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0);
	border-radius: 6px;
}
}


.hpsearch-container {
	position: relative;
	width: 100%;
	background: #a4d7d6;
	float: left;
	padding: 0 9999% 0 9999%;
	margin: 0 -9999% 0 -9999%;
}

.hpsearch {
	position: relative;
	width: 80%;
	text-align: center;
	height: 45px;
	float: left;
	border-radius: 6px;
	border: 1px solid #bcbcbc;
	padding: 0;
	margin: 15px 10% 15px 10%;
	background: #fff;
	overflow: hidden;
}

.hpsearch input {
	width: 80%;
	font-size: 26px !important;
	margin: 6px 0 0 10px;
	border: none;
	float: left;
	padding: none !important;
}

.hpsearch button {
	font-size: 26px;
	height: 45px;
	width: 45px;
	border: none;
	float: right;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	color: #a4d7d6;
	background: #fff;
}

.hpbanner {
	width: 1920px;
	float: left;
	position: relative;
	margin: 0 -310px 0 -310px;

	z-index: 20;
}

.WDoI-HP {
	display: block;
}

.DoI-HP {
	Display: None;
}

.MoI-HP {
	display: none;
}

	.index-footerbanners {width: 29%; border: 1px solid #bfbfbf; margin: 1.5%;}
	@media only screen and (max-width: 570px) {
		.index-footerbanners {width: 50%; border: 1px solid #bfbfbf; margin: 10px auto;}
	}

	@media only screen and (max-width: 400px) {
		.index-footerbanners {width: 90%; border: 1px solid #bfbfbf; margin: 10px auto;}
	}

	.hp-headers {
		border-bottom: 1px solid #a4d7d6;
		text-align: center;
		margin: 0 0 25px 0;
		padding: 0 0 0 0;
		clear: both;
	}

	.hp-sub-headers {
		display: block;
		width: 130px;
		text-align: center;
		margin: 0 auto 30px auto;
		padding: 10px;
		border: 1px solid #a4d7d6;
		clear: both;
		color: #2c817f;
		font-size: 16px;
		transition: ease all .10s;
	}

	.hp-sub-headers:hover {
		background: #a4d7d6;
		text-decoration: none;
	}

	.hp-headers span {
		display: inline-block;
		padding: 10px;
		font-size: 26px;
		margin: 0 0 -25px 0;
		background: #fff;
		letter-spacing: 2px;
		color: #2c817f;
	}
	/*
	Section Headers (previously exclusively used for the home page, thus the 'hp-' prefix)
	This is to fix the vertically-centered horizontal lines on either side of the heading that broke in HTML 5
	*/
	#panel .hp-headers {
		padding: 0;
		margin-bottom: 26px !important; /* Override inline styling */
		clear: both;
		display: flex;
		align-items: center;
		border-bottom-width: 0 !important; /* The ::before and ::after now display the line */
	}
	#panel .hp-headers &gt; span {
		margin-bottom: 0; /* Override the -25px in home.css */
	}
	/* The horizontal lines on either side of the headers */
	#panel .hp-headers::before,
	#panel .hp-headers::after {
		content: '';
		flex: 1;
		border-bottom: 1px solid #a4d7d6;
	}

	.hp-clip {
		width: 100%;
		overflow: hidden;
		margin: 0 0 5px 0;
		padding: 5px 0 5px 0;
		text-align: center;
	}

	.space {
		width: 100%;
		height: 10px;
	}

	.blog-header {
		margin: 0 0 15px 0;
	}

	.hp-brands {
		width: 200px;
		height: 70px;
		overflow: hidden;
		padding: 10px;
		margin: 0 5px;
	}

	.hp-brands a {
		width: 100%;
	}

	.hp-brands img {
		width: 100%;
	}

	.hp-brands:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(105,190,189,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(105,190,189,1);
	box-shadow: 0px 0px 5px 0px rgba(105,190,189,1);
	border-radius: 6px;
	z-index: 999;
	}

@media only screen and (max-width: 1299px) {

	.hpbanner {
		width: 100%;
		float: left;
		position: relative;
		margin: 0 -0 0 -0;
	}

	.WDoI-HP {
		display: none;
	}

	.DoI-HP {
		Display: block;
	}

	.MoI-HP {
		display: none;
	}
}

@media only screen and (max-width: 800px) {
	.blog a {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #e5e5e5;
	}

	.blog a:last-of-type {
		border-bottom: none;
	}

}

@media only screen and (max-width: 400px) {
	.hpsearch {
		margin: 15px 1% 15px 1%;
		width: 98%;
	}
	.hpsearch button {
		display: none;
	}

	.hpsearch input {
		text-align: center;
		width: 98%;
		margin: 7px 0 0 0 !important;
		padding: 0 0 0 0 !important;
	}

	.WDoI-HP {
		display: none;
	}

	.DoI-HP {
		Display: none;
	}

	.MoI-HP {
		display: block;
	}

}</pre></body></html>