<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--bg: #fff;
	--accent: #579604;
	--secondary: #4E3227;
	--text: #221E1F;
	--mainFont: 'Libre Franklin', sans-serif;
	--accentFont: 'Amatic SC';
	--shadow: none;
	--borderRadius: 5px;
	--border: 1px solid #eee;
}

::selection {
	text-shadow: none;
	background: var(--accent);
	color: var(--text);
}

a {
	color: var(--accent);
}

a:hover {
	color: var(--secondary);
}

body {
	font-family: var(--mainFont) !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--accentFont);
	color: var(--accent);
	font-weight:700;
}

h1 a, h2 a, h4 a, h5 a, h6 a {
	font-family: inherit;
}

ul#Footer_menu&gt;li&gt;a:hover, #nav-menu {
	color: var(--bg);
	background: var(--accent);
}

.header .container {
	max-width: 1380px;
	width: 90%;
	display: flex;
	align-items: center;
	padding-top: 20px;
}

.header .container:before, .header .container:after {
	display: none;
}

.btn {
	font-family: var(--mainFont) !important;
	font-weight: bold;
}

.logo {
	flex: 0 0 200px;
}

#search {
	display: none;
}

#searchsubmit {
	background-color: transparent;
	height: 24px;
	border: 0px;
	cursor: pointer;
	background-image: url(img/search-magnifying-glass.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#hours {
	padding: 0px 0 0 62px;
	position: relative;
	z-index: 0;
	top: 0;
	right: 0;
	display: inline-block;
	background: url(img/clock.gif) no-repeat;
	background-size: 30px;
	background-position: 18px 14px;
	vertical-align: middle;
}

#hours p {
	margin: 1em 0;
	line-height: 1.2em;
}

#whitebarbut {
	margin-left: auto;
	display: flex;
	align-items: center;
}

#whitebarbut a {
	padding: 6px;
	text-align: center;
	display: inline-block;
	font-weight: bold;
}

.navbar-inverse, .btn-primary:hover, .btn:hover {
	background: var(--secondary);
	border-color: var(--secondary);
	color: var(--bg);
}

.btn-primary, .btn-default:hover {
	background: var(--accent);
	border-color: var(--accent);
	color: var(--bg);
}

#nav-menu &gt; ul {
	display: flex;
	justify-content: center;
	max-width: 980px;
	margin: 0 auto;
	padding-left: 0;
}

#nav-menu ul li {
	list-style-type: none;
}

#nav-menu &gt; ul &gt; li {
	flex: 1 1 20%;
	display: flex;
	text-align: center;
	position: relative;
}

#nav-menu &gt; ul &gt; li &gt; a {
	color: #fff;
	display: flex;
	flex-grow: 2;
	padding: 10px 0;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

#nav-menu &gt; ul &gt; li:hover {
	background: var(--secondary);
}

#nav-menu &gt; ul &gt; li &gt; a:hover {
	text-decoration: none;
}

#nav-menu li:hover &gt; ul {
	display: block;
}

#nav-menu ul ul {
	text-align: left;
	left: 0;
	min-width: 120%;
	background: #fff;
	top: 100%;
	position: absolute;
	z-index: 4;
	padding-left: 0;
	display: none;
}

#nav-menu &gt; ul &gt; li ul li {
	padding: 10px;
}

#nav-menu ul ul ul {
	left: 100%;
	top: 0;
}

#nav-menu &gt; ul &gt; li ul li img {
	vertical-align: middle;
}

#nav-menu &gt; ul &gt; li ul li a {
	font-weight: bold;
	color: #000;
	display: flex;
	align-items: center;
	line-height: 1.2em;
}

#nav-menu &gt; ul &gt; li ul li:hover {
	background: var(--secondary);
}

#nav-menu &gt; ul &gt; li ul li a:hover, #nav-menu &gt; ul &gt; li ul li:hover &gt; a {
	color: #fff;
	text-decoration: none;
}

.has-dropdown:after {
	font-size: 1.5em;
	line-height: 0.8;
	float: right;
	content: "";
	width: 0;
	height: 0;
	margin: 0 0 0 0.5em;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
}

.header:after {
	content: "";
	background: url('nav-squiggle.png') repeat-x bottom center;
	height: 19px;
	display: block;
}

.image-carousel .slide:before {
	display: none;
}

.page-home .product-carousel-wrapper {
	margin-left: 0;
}

.product-list .product-thumbnail {
	margin-bottom: 0;
	height: unset;
}

.product-list .product-thumbnail:before {
	padding-top: 50%;
	display: block;
	content: "";
}

.quickviewlink {
	width: 150px;
}

.owl-item .thumbnail,
.product-list .thumbnail {
	min-height: unset;
	box-shadow: none;
	border: 0;
	display: flex;
	flex-direction: column;
	flex-grow: 2;
}

.owl-item .thumbnail .caption,
.product-list .thumbnail .caption {
	position: static;
	margin-top: 20px;
	width: 100%;
	padding: 0 15px 50px;
	text-align: center;
	flex-grow: 2;
}

.caption p {
	font-size: 1.2em;
	margin: 1em auto 0;
}

.owl-item .thumbnail a.product-thumbnail-image,
.product-list .thumbnail a.product-thumbnail-image {
	height: unset;
}

.owl-item .thumbnail a.product-thumbnail-image:before,
.product-list .thumbnail a.product-thumbnail-image:before {
	display: block;
	content: "";
	padding-top: 50%;
}

.owl-item .thumbnail a.product-thumbnail-image img,
.product-list .thumbnail a.product-thumbnail img {
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	padding: 0;
}

.owl-item .thumbnail .btn, .product-list .thumbnail .btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.4s;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}


div.checkoutbuttonsDiv {
	overflow: visible;
}

h1 a, h2 a, h4 a, h5 a, h6 a {
	font-family: inherit;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 1.9em;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.3em;
}

h6 {
	font-size: 1em;
}

.btn-primary, 
#customcontent form button, .page-contact input[type=submit] {
	border: 0;
	border-radius: 0;
	background: var(--accent);
	color: var(--bg);
	font-family: var(--mainFont);
}

.btn-primary:hover, #customcontent form button:hover, .page-contact input[type=submit]:hover {
	background: var(--bg);
	color: var(--accent);
}


.pagebody-wrapper, .page-product .product-info {
	background: none;
}

.form-control {
	background-color: var(--bg);
	border: 1px solid var(--accent);
	border-radius: 0;
}

.navbar-inverse {
	background: var(--accent);
}


.category-pictures-panel h5 {
	font-size: 1.8em;
}
/* new  account pages */

#membership-cta {
	width: 400px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e2f2cb;
	border: 1px solid var(--accent);
	padding: 20px 30px;
	transition: all 0.3s;
}

#membership-cta span {
	font-weight: bold;
	font-family: var(--accentFont);
	font-size: 2.3em;
	line-height: 1em;
}

#membership-cta:hover {
	background: var(--accent);
	color: #fff;
	text-decoration: none;
}

#membership-cta i {
	font-size: 3em;
	margin-left: 1em;
}

.page-account .pagebody-wrapper p, #table-navigation,
.page-loggedin .pagebody-wrapper p {
	text-align: center;
}

#account-options {
	display: grid;
	grid-template-columns: 120px 120px 120px;
	grid-gap: 30px;
	justify-content: center;
	margin: 30px 0;
}

.option {
	border-radius: 3px;
	text-align: center;
	transition: all 0.3s;
	box-shadow: 0 10px 10px -15px rgba(0,0,0,0.1);
	text-decoration: none !important;
}

.option:hover, .option:focus, .option:hover:focus {
	text-decoration: none;
	color: #000;
}

.option:hover i {
	color: #43B3D6;
	transform: translateY(-5px);
}

.option i {
	font-size: 4em;
	display: block;
	margin-bottom: 5px;
	transition: all 0.2s;
}

.history-page {
	margin-top: 30px;
}

.notice-item-success {
	border-bottom: 5px solid #15a9c7;
	box-shadow: 10px 10px 80px #15a9c7;
}

.notice-item, .notice-item-error, .notice-item-loading, .notice-item-success {
	padding: 20px;
	border-radius: 0;
	background: #fff !important;
	font-family: inherit;
}

.notice-item-success * {
	color: #15a9c7 !important;
}

.notice-item-success h4, .notice-item-success p {
	margin-top: 0;
}

.notice-wrap h4, .notice-wrap p {
	font-family: inherit;
}

.notice-wrap h4 {
	font-size: 1.5em;
}

#map_canvas {
	position: relative;
}

#map_canvas iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}

.articleDiv, .blogarticleDiv, .page-contact .panel {
	box-shadow: var(--shadow);
	border-radius: var(--borderRadius);
	border: var(--border);
}

.page-product h1 {
	margin-top: 0;
	text-transform: none;
	font-size: 3em;
	line-height: 1.2em;
	font-weight: bold;
}

#productlist-header .headerInner {
	background: #fafafa;
}

#products {
	padding: 30px 0;
	clear: both;
	display: flex;
	flex-wrap: wrap;
}

.product-list &gt; table {
	margin-bottom: 30px;
}

.product-list-item {
	display: flex;
	flex-direction: column;
}

footer {
	margin-top: 50px;
	background: url('img/footer2.jpg') no-repeat center top;
	position: relative;
	color: #fff;
}

footer h6 {
	font-size: 2em;
	color: #fff;
}

footer:before {
	height: 9px;
	width: 100%;
	bottom: 100%;
	position: absolute;
	content: "";
	left: 0;
	background: #fff url('img/footer-transition2.png') no-repeat center top;
}

#logosfoot {
	width:65%;
	display:inline-block;
	vertical-align:top;
	text-align:right;
	float:right;
}

#logosfoot a{
	margin:0.5%;
	display:inline-block;
}

#social {
	width:34%;
	display: inline-block;
	vertical-align:top;
	text-align:left;
	float:left;
}

#social a {
	margin:1%;
	display:inline-block;
}


footer .row {
	max-width: 1325px;
	margin: 0 auto;
	padding-top: 20px;
}

ul#Footer_menu {
	padding: 30px 0;
	text-align: left;
	display: none;
}

ul#Footer_menu&gt;li&gt;a {
	padding: 0;
	font-weight: bold;
	color: #fff;
	margin-right: 2em;
}

ul#Footer_menu&gt;li&gt;a:hover {
	background: none;
	text-decoration: underline;
}
/*
.page-home .product-carousel-wrapper .owl-wrapper {
	display: flex !important;
	max-width: 100%;
}
*/

.productAdd .form-group div {
	display: inline-block;
}

#ParkingPassNumber {
	max-width: 300px;
}

#searchresult {
	margin-bottom: 30px;
}

/*SOCIAL BAR*/
.share-icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	cursor: pointer;
	vertical-align: middle;
	background-image: url(img/social.png?c);
	transition: all 0.4s;
}
.share-1 {background-position: 0px 0px; }
.share-1:hover {background-position: 0px -48px;}
.share-2 {background-position: -48px 0px; }
.share-2:hover {background-position: -48px -48px;}
.share-3 {background-position: -96px 0px;}
.share-3:hover {  background-position: -96px -48px;}
.share-4 {background-position: -144px 0px;}
.share-4:hover {background-position: -144px -48px;}
.share-5 {background-position: -192px 0px;}
.share-5:hover {background-position: -192px -48px;}


.pagebody-container &gt; img {
	margin: 30px;
	display: block;
	max-width: calc(100% - 60px);
	height: auto;
}

.owl-theme .owl-controls .owl-buttons {
	height: 0;
}

.owl-theme .owl-controls .owl-buttons div {
	font-size: 0;
	background: #fff;
	color: var(--accent);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -20px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -20px;;
}

.owl-theme .owl-controls .owl-buttons div:before {
	font-size: 20px;
	font-family: 'FontAwesome';
}

.owl-theme .owl-controls .owl-buttons div.disabled:before {
	opacity: 0.2;
	color: #222;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
	content: "\f053";
}

.owl-theme .owl-controls .owl-buttons div.owl-next:before {
	content: "\f054";
}



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

	.header .container {
		flex-direction: column;
	}

	.logo {
		flex: 0 0 80px;
	}

	#social, #logosfoot {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}

	footer h6 {
		margin-top: 0;
	}

	footer {
		background-size: cover;
		background-position: top center;
	}

	#account-options {
		display: grid;
		grid-template-columns: 120px 120px;
		grid-gap: 30px;
		justify-content: center;
		margin: 30px 0;
	}


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