<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer {
	text-align: right;
}
a {color:green!important;}

cite {
    text-align: right;
}

h1 {
	color: white;
}

h3
{
  line-height: 24px;
}

#blurry-text {
   color: transparent;
    text-shadow: 0 0 13px #000; 
}

.subheadwhite
{
	color:white;
	font-size:24px;
  line-height:30px;
}

.paddingbox
{
	padding: 10px;
}

.rightpaddingbox
{
  padding-right: 20px;
}

.smallpadding
{
	padding: 5px;
	padding-top: 10px;
	min-height:350px;
	width:100%;
}

.announcementbackground #announcementbackground
{
  background-color: #031263;
  padding: 5px;
}


.background_container{
  background-image: url("/images/plantstrip.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; /* &lt;= This one */
	clear:both;
}
#breadcrumbHolder{
  background-image: url("/images/plantstrip.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; /* &lt;= This one */
  height:40px;
  width:100%;
  position:fixed;
  top:40px;
  z-index:8000;
	box-shadow:0 1px 10px #888;
}
#searchHolder {
	position:fixed;
	display:none;
	height:42px;
	top:40px;
	width:100%;
	z-index:8001;
	text-align:center;
}
.select-simple {
  color: #212529;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

div.rounded
	{
	width: auto !important;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: -10px;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 2px solid #000;
	border-radius: 15px;
	-moz-border-radius: 15px;
	background: rgba(200, 240, 240, 0.4);
	}


.button {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-right: 30px;
  padding-left: 70px;
  position: relative;
  background-color:#031263;
  color:rgb(255,255,255);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  
  
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow:0px 1px 0px rgba(0,0,0,0.5);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);

  -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}

.button span {
  position: absolute;
  left: 0;
  width: 50px;
  background-color:rgba(0,0,0,0.5);
  
  -webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-right: 1px solid  rgba(0,0,0,0.15);
}

.button:hover span, .button.active span {
  background-color:rgb(0,102,26);
  border-right: 1px solid  rgba(0,0,0,0.3);
}

.button:active {
  margin-top: 2px;
  margin-bottom: 13px;

  -moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
-webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
box-shadow:0px 1px 0px rgba(255,255,255,0.5);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true);
}

.button.orange {
  background: #FF7F00;
}

.button.purple {
  background: #8e44ad;
}

.button.turquoise {
  background: #1abc9c;
}

.button.red {
  background: #e74c3c;
}

.textbox
{
    height:30px;
    font-size:14pt;
}

.cart-count {
  position: relative;
  top: 0px;
  left: 0px;
}
.content-card {
  display: block;
  border: 1px solid rgb(126, 205, 119);
  border-radius: 4px;
  text-align: center;
  padding: 15px;
  margin-bottom: 10px;
}
.tag-selection {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #666;
  border-radius: 6px;
  background-color: #eee;
  padding: 3px 6px 4px;
  white-space: nowrap;
}
.trumbowyg-modal {
  z-index: 100001 !important;
}
@media print {
  .no-print, no-print * {
    display: none !important;
  }
  .gift-certificate-card {
    box-shadow: none;
  }
}
</pre></body></html>