@import url("https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic");


@media screen and (max-width: 480px) {
    .screen-only {
        display: none;
    }
}

/******************************************************************************/
/* Resets
/******************************************************************************/

a:hover {	   color: #006633 }
a:link,a:visited { color: #003333; text-decoration: underline; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }

html,body {
  /*background: #D0E4DD; */
  background: #d1e4d4;
  font-family: 'Roboto', Verdana, Arial, sans-serif;
  font-size: 10pt;
  /*font-size: 3.6vw;*/
}

img { max-width: 100%; }

table { font-size: inherit; }

table.white-bg    { background-color: #FFCC66; border-width: 1px; border-style: outset; text-align: center; }
table.white-bg td { background-color: white;   border-width: 1px; border-style: inset; }

table.pad10 td { padding: 10px; }

h1 {
    color: #009688;
    text-align: center;
    font-family: 'Droid Serif', serif;
}

h2 {
    text-align: center;
    font-family: 'Droid Serif', serif;
}

h3 {
    text-align: center;
    font-family: 'Droid Serif', serif;
}
/*#009688!*/
.fedco-green,.w3-hover-fedco-green:hover{color:#fff!important;background-color:#2ba17b!important}

/******************************************************************************/
/* Utilities
/******************************************************************************/

ul.no-bullet { list-style-type: none; }
.centered { margin-left: auto; margin-right: auto; }
.text-centered { text-align: center; }
div.inline { display: inline-block; }

/******************************************************************************/
/* Layout
/******************************************************************************/

.page-layout {
  background: #FDF5E6;
  border: 0px;
  padding: 0px;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

#page-header {
  height: 120px;
}

#page-header img {
  height: 118px;
  float: left;
}

#footer {
  vertical-align: top;
}

#division-ribbon {
  background: #A52A2A; /*#EBDD94;*/
  vertical-align: middle;
  font-size: .9em;
  color: #EBDD94;
}

#division-ribbon a {
    color: white;
}

#division-ribbon-container {
  padding-left: 20px;
  padding-right: 20px;
}

.ribbon-container {
  display: none;
}

.ribbon-container div {
  display: inline-block;
}

#left-column {
  width: 200px;
/*  background: #F4F6BA;*/
  background: #EBDD94;
  vertical-align: top;
}

#middle-column {
  width: 320px;
  vertical-align: top;
}

#right-column {
  width: 230px;
  vertical-align: top;
}


ul.left-sidebar {
  display: list-item;
  list-style: none;
  padding-left: 15px;
  margin-top: 3px;
}

ul.left-sidebar-padded {
    padding-top: 10px;
}
ul.left-sidebar-padded li {
    padding-bottom: 5px;
}

.left-sidebar-header {
  text-align: center;
  font-weight: bold;
}

div.left-sidebar-order {
  width: 150px;
  text-align: center;
  color: #003300;
  font-size: large;
  margin-left: auto;
  margin-right: auto;
}

.left-sidebar-logo {
  margin-bottom: 5px;
}

span.reset-filters {
  text-decoration: underline;
  cursor: pointer;
}


td#main-column {
  width: 550px;
  vertical-align: top;
}

#innercontent {
    padding: 10px 0px 10px 0px;
    overflow: hidden;
}

#innercontent img { padding: 5px; }

#login-text-2 {
  padding: 10px;
  display: inline-block;
  border: solid 1px #003333;
  border-radius: 5px;
  text-align: center;
}

#login-box {
  z-index: 101;
}

#login-box-2 {
  z-index: 101;
}

#login-vd-text, #mobile-vd-text {
    border-bottom: 2px dotted white;
    text-decoration: none;
}

form[name^="login-form"] > div {
  text-align: left;
  width: 100%;
}

form[name^="login-form"] {
  font-size: smaller;
  color: darkslategray;
}

form[name^="login-form"] div.cookie-message {
  border: solid 5px red;
  text-align: center;
  padding: 5px;
}

form[name^="login-form"] div.cookie-message > span:first-child {
  color: red;
  font-size: larger;
}

.white-box {
  padding: 5px;
  border: 1px solid #FFCC66;
  background: white;
}

.golden-box {
  background-color: #FFBB33;
  border: 1px solid #FFFFFF;
  padding: 5px;
}

.golden-box span {
  font-size: smaller;
}

.golden-box + .golden-box {
  margin-left: 5px;
}

#index-text > div {
  float: right;
  padding: 0px 5px;
}

#index-text > div > a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

#index-box {
  display: none;
  position: absolute;
  z-index: 10;
  padding: 0;
}
.index-item {
  white-space: nowrap;
  padding-left: 5px;
}

.index-item:first-child {
  margin-top: 1.5em;
}

.index-header {
  font-weight: bold;
  padding-left: 0px;
  margin-top: 1.5em;
}

.index-header:first-child {
  margin-top: 0px;
}

.introtable {
  width: 100%;
  max-width: 100%;
  color: white;
  /*text-align: center;*/
  font-family: sans-serif;
  font-size: x-large;
  font-weight: bold;
/*  margin-top: 10px;
  margin-left: 2px;*/
}

.introcell {
  width: 33.3%;
}
.introcell img {
  width: 100%;
}

.intro-wrapper {
  height: 100%;
  width:  100%;
  position: relative;
}
/*.intro-wrapper div {

  z-index: 1;
  position: relative;
  display: inline-block;

  margin: 5px;
  padding-top:    7px;
  padding-left:   7px;
  padding-right:  7px;
  padding-bottom: 3px;

  background: rgba( 128, 28, 28, .6 );
  border-radius: 10px;

}*/

a.cat-name {
  text-decoration: none;
  color: white;
  /*font-family: 'Droid serif', serif;*/
}

.cat-name {
    font-family: 'Droid Serif', serif;
}

a.blurb {
    font-size: small;
    font-style: italic;
    color: black;
    text-decoration: none;
}

/*.intro-wrapper img {
  z-index: 0;
  position: absolute;
  top: 0px;
  right: 0px;
}*/


/* For the "whole cell" link */
.intro-wrapper > a span {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left: 0;

  z-index: 2;

  /* edit: fixes overlap error in IE7/8,
     make sure you have an empty gif */
  /*background-image: url('empty.gif');*/
}


#bread-crumbs a {
  text-decoration: none;
}

.search-results-nav {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

.search-results-nav:first-child {
  padding-top: 7px;
}

.search-results-nav-cell {
  width: 15%;
}

.search-results {
  width: 100%;
  border: 0px;
  /*text-align: center;*/
  padding: 0px;
  border-spacing: 2px;
}

.search-result-column {
  text-align: left;
  vertical-align: top;
  padding:0 !important;
}



.search-result-cat {
  font-size: larger;
  margin-top: 5px;
  background-color: #FFCC66;
  border-radius: 5px;
  /*padding-left: 1em;*/
  text-align: center;
  width: 100%;
  display: inline-block;
}

.search-result-cat h2, .search-result-cat h3 {
    margin: 5px;
    font-size: 1.9em;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0 10px 0;
}
.search-result-cat:first-child {
  border-top: none;
}

.search-result-subcat {
  font-weight: normal;
  font-style: italic;
}

.search-result-item:last-child {
  border-bottom: none;
}

.search-result-cat + .search-result-item {
  /*border-top: none;*/
}


.search-result-item table {
  width: 100%;
}

.search-result-item .name {
    font-family: 'Droid Serif', serif;
    font-weight: bold;
}

.search-result-item span.category {
}
.search-result-item span.hidden {
  display: none;
}
.search-result-item span.description {
  font-size: smaller;
}
.search-result-item span.status {
  margin-left: 1.5em;
  color: #CC3333;
  float: right;
}

.search-result-item img {
  border: none;
}

.search-result-item-subcat {
  font-weight: normal;
  font-style: italic;
  background-color: #FFCC66;
  padding: 0px 1em;
  display:inline-block;
  width:100%;
}

.search-result-item-subcat h3 {
  font-size: 1.25em;
  margin: 5px;
}

.search-result-cat + .search-result-item-subcat {
  margin-top: 5px;
}
.search-result-item-subcat + .search-result-item {
  border-top: none;
}


.search-result-item {
  position: relative;
  margin-bottom: 20px;
  vertical-align: top;
}

/*.chunk .search-result-item:nth-child(odd) {
    clear:both;
}*/

.qtip {
  max-width: 600px !important;
}
.qtip select {
  padding: 5px 10px;
  /*width: 50%;*/
  font-size: larger;
}
.qtip input {
  padding: 5px 10px;
  font-size: larger;
  margin-left: 10px;
}
.qtip a {
  margin-left: 25px;
  font-weight: bold;
}
.qtip div.popup-layout > div:not(.price-popup) {
    width: 50%;
    display: inline-block;
}
.qtip div.popup-layout > div.price-popup {
  text-align: center;
  display: block;
  width: 100%
}

.qtip span.close-popup {
  text-decoration: underline;
  cursor: pointer;
}

.qtip div.popup-layout > div:first-child {
    float: left;
}
.qtip div.popup-layout > div:first-child img {
    width: 98%;
}

.qtip .quick-popup-login {
  padding: 5px 1em;
  height: 1.75em;
  width: auto;
  white-space: nowrap;
  display: inline-block;
}



.catalog-desc {
  line-height: 1.5;
}

.desc_code {
    border-bottom: 2px dotted #A52A2A;
}

.order-table {
  width: 100%;
  border: 1px #FFCC66 solid;
  /*text-align: center;*/
  font-size: 1.2em;
  overflow: auto;
  padding: 16px;

  /* uncomment these for just a thin border between cells */
  background: white;

  /* uncomment these for thick border between cells */
  border-collapse: separate;
}



.order-table:first-of-type {
  margin-top: 5px;
}
.order-table:last-of-type {
  margin-bottom: 5px;
}

.order-table div.overweight div, .order-table div.out-of-stock div {
  background-color: pink;
}

.order-table div.has-comment div {
    border: none;
}

/*.order-table td:first-child {
  background: #FFCC66;
}*/

/* this item eliminates the border on top of the "totals table" */
.order-table + .order-table {
    border-top: 0 none;
}

.order-table:first-of-type div:first-child div { color: black; }

.order-table a {
    text-align:left;
    color:#A52A2A;
}

/*.order-table div >div {padding:5px 8px 5px 8px;}*/

.order-table tr:not(:first-child) td {
    border-top: 1px #A52A2A dotted;
}

.signin-table:first-of-type div:first-child div { color: white; }

.signin-heading {
  background-color: #A52A2A;
  color: white;
}

.signin-heading h1 {
  color: white;
}

.signin-table label, .signin-table input, .signin-table select, .signin-table textarea, .signin-table p {
    margin-top: 12px;
}

.signin-table label {
    text-align: left;
}

.signin-table p, .signin-table li {
    text-align: left;
}

table.signin-table div:not(.signin-heading) > div:first-child {
  color:#A52A2A;
  background: #FFCC66;
}

table.signin-table div.signin-heading a, div.signin-heading a:visited {
  color: white;
}

/*table.signin-table tr.signin-input-row > td:nth-child(1) {}*/
table.signin-table tr.signin-input-row > td:nth-child(2) {
    text-align: right;
}
table.signin-table tr.signin-input-row > td:nth-child(3) {
    text-align: left;
}

.sortable {
  width: 100%;
  border: 1px #D6B984 /*#FFCC66*/ solid;
  text-align: left;
  border-collapse: collapse;
  background: white;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_nosort):not(.sorttable_sorted_reverse):after {
    content: " \25B4\25BE"
}

.sortable td, .sortable th {
  /*border: 1px #A52A2A solid;
  background: white;*/
  border: none;
  padding: 4px;
}

.sortable th {
    font-weight: bold;
    background: #A52A2A;
    color: white;
    text-align: center;
}

.sortable td { vertical-align: top;}

.sortable tr { border-bottom: #D6B984 solid 1px;}

.sortable:first-of-type {
  margin-top: 5px;
}
.sortable:last-of-type {
  margin-bottom: 5px;
}

.smalltable, .densetable, .statustable {
  width: 100%;
  border: 1px #D6B984 /*#FFCC66*/ solid;
  text-align: left;
  font-size: 1.2em;
  border-collapse: collapse;
  background: white;
  margin-left: auto;
  margin-right: auto;
}

#shipdecision {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
    font-size: 1.2em;
}
#shipdecision td {
        vertical-align:middle;
        text-align:center;
}
#shipdecision .question {
        border: 1px solid #D6B984;
        background: white;
        padding: 10px;
        width: 110px;
}
#shipdecision .question p,#shipdecision .solution p,#shipdecision .yesno p {
        margin: 0px;
}
#shipdecision .yesno {
        text-align:center;
        vertical-align:middle;
        white-space: nowrap;
}
#shipdecision .solution span {
        color: #A52A2A;
        font-weight: bold;
        border: 1px solid #A52A2A;
        background: white;
        padding: 10px;
}
.smalltable td, .smalltable th, .densetable td, .densetable th {
  /*border: 1px #A52A2A solid;
  background: white;*/
  border: none;
  padding: 4px;
}

.statustable td, .statustable th {
  border: 1px #A52A2A solid;
  background: white;
  text-align: center;
}

.smalltable th {
    font-weight: bold;
    background: #A52A2A;
    color: white;
    text-align: center;
}

.densetable th {
    font-weight: normal;
    background: #A52A2A;
    color: white;
    text-align: center;
}

.smalltable td, .densetable td { vertical-align: top;}
.smalltable td div { text-align: center;}

.smalltable tr, .densetable tr { border-bottom: #D6B984 solid 1px;}

.smalltable a, .smalltable a.link, .smalltable a.visited { color: white;}

.smalltable:first-of-type, .densetable:first-of-type {
  margin-top: 5px;
}
.smalltable:last-of-type, .densetable:last-of-type {
  margin-bottom: 5px;
}

.smalltable caption {
	font-weight: bold;
	color: #009900;
}

.smalltable caption span {
  font-size: 1.2em;
  color: darkslategray;
}

.smalltable caption span a,.smalltable caption span a.link, .smalltable caption span a.visited {
  color: darkslategray;
}

.check span {
    display: none;
}

.check:after {
    content: "\2713";
}

#pollinator-table tr > td:first-child + td + td + td { border-right: #D6B984 solid 1px;}
#pollinator-table tr > td:first-child + td + td + td + td { border-right: #D6B984 solid 1px;}
#pollinator-table tr > td:first-child + td + td + td + td + td { border-right: #D6B984 solid 1px;}
#pollinator-table tr > td:first-child + td + td + td + td + td + td { border-right: #D6B984 solid 1px;}
#pollinator-table tr > td:first-child + td + td + td + td + td + td + td { border-right: #D6B984 solid 1px;}

.apple span {
  display: none;
}
span.hide1 {
  display: none;
}
.apple:after {
  content: url(/trees/trees_images/apicon.jpg);
}
#appletable tr > td:first-child + td + td { border-right: #D6B984 solid 1px;}
#appletable tr > td:first-child + td + td + td + td + td + td + td + td { border-right: #D6B984 solid 1px;}

#appletable tr > th:first-child + th + th { border-right: #D6B984 solid 1px;}
#appletable tr > th:first-child + th + th + th + th + th + th + th + th { border-right: #D6B984 solid 1px;}

#cctable td { border-right: #D6B984 solid 1px;}
#cctable th { border-right: #D6B984 solid 1px;}

#cctable tr > td:first-child + td { border-right: #D6B984 solid 3px;}
#cctable tr > td:first-child + td + td + td { border-right: #D6B984 solid 3px;}
#cctable tr > td:first-child + td + td + td + td + td + td { border-right: #D6B984 solid 3px;}

#cctable tr > th:first-child + th { border-right: #D6B984 solid 3px;}
#cctable tr > th:first-child + th + th + th { border-right: #D6B984 solid 3px;}
#cctable tr > th:first-child + th + th + th + th + th + th { border-right: #D6B984 solid 3px;}

#cctable td:nth-of-type(8), #cctable td:nth-of-type(9), #cctable td:nth-of-type(10), #cctable td:nth-of-type(11), #cctable td:nth-of-type(12), #cctable td:nth-of-type(13), #cctable td:nth-of-type(14), #cctable td:nth-of-type(15), #cctable td:nth-of-type(16), #cctable td:nth-of-type(17), #cctable td:nth-of-type(18), #cctable td:nth-of-type(19), #cctable td:nth-of-type(20) {
  display: none;
}

#cctable th:nth-of-type(8), #cctable th:nth-of-type(9), #cctable th:nth-of-type(10), #cctable th:nth-of-type(11), #cctable th:nth-of-type(12), #cctable th:nth-of-type(13), #cctable th:nth-of-type(14), #cctable th:nth-of-type(15), #cctable th:nth-of-type(16), #cctable th:nth-of-type(17), #cctable th:nth-of-type(18), #cctable th:nth-of-type(19), #cctable th:nth-of-type(20) {
  display: none;
}

.ccrop span {
  display: none;
}
.ccrop:after {
  content: "\2713\0020";
}

#cc_update_table tr > td:first-child + td + td + td { border-right: #D6B984 solid 1px;}
#cc_update_table tr > td:first-child + td + td + td + td + td { border-right: #D6B984 solid 1px;}
#cc_update_table tr > td:first-child + td + td + td + td + td + td + td { border-right: #D6B984 solid 1px;}

#cc_update_table tr > th:first-child + th + th + th { border-right: #D6B984 solid 1px;}
#cc_update_table tr > th:first-child + th + th + th + th + th { border-right: #D6B984 solid 1px;}
#cc_update_table tr > th:first-child + th + th + th + th + th + th + th { border-right: #D6B984 solid 1px;}

#applephototable {
    text-align:center;
    padding:0;
    margin:0;
    border-spacing: 0;
    border-collapse: collapse;
}
#applephototable td {padding: 4px;}
#applephototable tr:nth-child(even) td {border-bottom: #D6B984 solid 1px;}

#herbs_table tr > td:first-child + td + td { font-style:italic }
#flower_table tr >td:first-child + td + td { font-style:italic }

.footnotes dl { padding: 0.5em; }
.footnotes dt { float: left; clear: left; width: 100px; text-align: right; font-weight: bold; }
.footnotes dt:after { content: ":"; }
.footnotes dd { margin: 0 0 0 110px; padding: 0 0 0.5em 0; }

#addl-info-header {
  text-align: center;
  margin-bottom: .25em;
}

#addl-info-header a {
  color: inherit;
}

#addl-info-text {
  text-align: left;
  /*display: none;*/
  margin: 1em;
  padding: .5em;
  border: 1px solid brown;
  border-radius: 5px;
}

#addl-info-text h3:first-of-type{
  margin-top: 0px;

}
#addl-info-text h3 {
  text-align: center;
}

.addl-info {
  background-color: #EBDD94;
  border-radius: 5px;
  border: 1px solid black;
  line-height: 1.5;
  white-space: nowrap;
  font-weight: bold;
  margin: .25em 1em;
  padding: 0em .5em;
  display: inline-block;
}

.addl-info a {
  text-decoration: none;
}

.checkout-info-pane {
    width: 100%;
    float: left;
}

#right-pane {
    width: 100%;
    float: left;
}

.checkout-info-pane > div {
  text-align: center;
  margin: 1em;
  padding: .5em;
  background-color: #fff1d4;
  border: 1px solid brown;
  border-radius: 5px;

}

.checkout-info-pane .error {
  color: red;
  font-weight: bold;
  font-style: normal;
}

.checkout-info-pane .coupon_code {
  font-weight: bold;
}

/*.checkout-item-cell-note-left {
  text-align:left;
  font-size:smaller;
  float:left;
}

.checkout-item-cell-note-right {
  font-size: smaller;
  font-style: italic;
  text-align: right;
}*/

.checkout-item-cell-note-left {
  text-align:left;
  font-size:smaller;
}

.checkout-item-cell-note-right {
  font-size: smaller;
  font-style: italic;
  text-align: left;
}

div.checkout-item-cell-note-right.overweight {
  color: red;
}

div.checkout-item-cell-note-right.out-of-stock {
  color: red;
  font-weight: bold;
  font-style: normal;
}

.depot-hidden-element {
  display: none;
}

.pickup-hidden-element {
  display: none;
}

.green-button {
  background-color: #003333;
  border: 1px solid white;
  color: white;
  font-size: larger;
  width: 9em;
  height: 2.5em;
  outline: 1px solid #003333;
}

.brown-button {
  background-color: #A52A2A;
  border: 1px solid white;
  color: white;
  font-size: larger;
  height: 1.75em;
  outline: 1px solid #A52A2A;
  cursor: pointer;
  margin-bottom: 5px;

}

button.brown-button:disabled,
input.brown-button:disabled {
  color: lightgray;
  cursor: default;
}

a.brown-button:link,a.brown-button:visited {
  color: white;
  text-decoration: none;
  padding: 0px 6px;
}

.brown-button + .brown-button {
  margin-left: 5px;
}

.og-eco , .abbreviations {
  font-weight: bold;
  /* font-style: italic; */
  border-bottom: 2px dotted #A52A2A;
}

/******************************************************************************/
/* Groups Page
/******************************************************************************/

p.group-instruction:first-letter {
  font-size: larger;
  font-weight: bold;
}



/******************************************************************************/
/* Front Page
/******************************************************************************/

div.front-page-background {
  margin-left: auto;
  margin-right: auto;
  width: 750px;
}


/* for testing the front page */
/*div { border: 1px dotted blue; }*/




.GreenUnderlne {
	color: #009900;
}


.bigNbold {
        font-size: 2.4em;
	font-weight: bold;
	color: #009900;
}


.times24grnbold {
        font-size: 2.4em;
	font-weight: bold;
	color: #009900;
}


.listNone {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}

#nav {
        margin: 0;
        padding: 0;
}

#nav li {
        margin: 0px;
        padding: 8px;
        float: left;
        position: relative;
        list-style: none;
        width: 166px;
        cursor: pointer;
}
#nav li:after {
 content: "\020 \0BB \020";
 }

 #nav li li:after {
     content: none;
 }

#nav > li {border-top: solid 1px #D6B984; width: 185px;}
#nav > li:last-child {
        border-bottom: solid 1px #D6B984;
}

/* main level link */
#nav a {
        text-decoration: none;
        display: block;
}

/* main level link hover */
#nav > li:hover {
        background: #FFFFCC; /* for non-css3 browsers */
        color: #444;
}

/* sub levels link hover */
#nav ul li, #nav li li {
        color: #666;
        border-top: solid 1px #D6B984;
        border-right: solid 1px #D6B984;
        border-left: solid 1px #D6B984;
}

#nav li li:last-child {
    border-bottom: solid 1px #D6B984;
}

#nav ul li:hover {
        background: #EBDD94 !important;
        /* for non-css3 browsers */
        color: #fff !important;
}

/* level 2 list */
#nav ul {
        background: #FFFFCC; /* for non-css3 browsers */
        display: none;
        margin: 0;
        padding: 0;
        width: 183px;
        position: absolute;
        top: 0px;
        left: 100%;
        z-index: 9999;
}

#nav ul li {
        float: none;
        margin: 0;
        padding: 8px;
}

 /* clearfix */
#nav:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
}

#nav {
        display: inline-block;
}

html[xmlns] #nav {
        display: block;
}

* html #nav {
        height: 1%;
}


#indexnav {
        margin: 0;
        padding: 0;
        text-align: left;
        /* position: relative; */
}

#indexnav > li {
        margin: 0px;
        padding: 8px;
        float: left;
        /* position: relative; */
        list-style: none;
        width: 169px;
        cursor: pointer;
        border-top: solid 1px #D6B984;
}
#nav > li {border-top: solid 1px #D6B984; width: 185px;}

#indexnav > li:last-child {
        border-bottom: solid 1px #D6B984;
}

/* main level link */
#indexnav a {
        text-decoration: none;
        display: block;
}

/* main level link hover */
#indexnav > li:hover {
        background: #FFFFCC; /* for non-css3 browsers */
        color: #444;
}

/* sub levels link hover */

ul.col {
    display: block;
    width: 100px;
    border-right: 1px dotted #333333;
    float:left;
    /* margin: 0 12px 0 0; */
    overflow:hidden;
    list-style: none outside none;
    padding: 0 0 0 12px;
    font-size: smaller;
    /* position: absolute; */
}

.dotted {
    border-left: 1px dotted #333333;
}

.flyoutMenu {
    display: none;
    float: right;
    right: 190px;
    top: 0px;
    position: absolute;
    border: 1px solid #FFCC66;
}

.flyoutMenu td:last-child ul {
    border-right: none;
}

.flyoutMenu table {
    background-color: #FFEED2;
    padding: 10px;
}

.flyoutMenu td {
     vertical-align: top;
}

.flyoutMenu a:hover {
    text-decoration: underline !important;
}

 /* clearfix */
#indexnav:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
}

#indexnav {
        display: inline-block;
}

html[xmlns] #indexnav {
        display: block;
}

* html #indexnav {
        height: 1%;
}

#TJK_ToggleON,
#TJK_ToggleOFF {display: none;}

/*  "Show All" and "Hide All" links */
#TJK_ToggleON,
#TJK_ToggleOFF {
    /*border: 1px solid #333;*/
    padding: 3px 7px;
    margin-right: 5px;
}
/* zeroing out padding and margin */
#TJK_DL dd,
#TJK_DL dt {
    margin: 0;
    padding: 0;
}
/* margin for the DTs (shorthand) */
#TJK_DL dt {margin:7px 0;}
/* image and left padding for DDs */
.FAQ dd {
    padding-left: 55px;
}
/* styling all anchors in the DTs */
#TJK_DL dt a {
    background: 0 0;
    /*padding-left: 32px;*/
    color: #000;
    text-decoration: none;
    display: block;
}
#TJK_DL dt a:visited {color: #666}
#TJK_DL dt a:visited:hover,
#TJK_DL dt a:hover,
#TJK_DL dt a:active,
#TJK_DL dt a {font-weight: bold;}
#TJK_DL dt a:focus {font-style: italic;}
/* the + and - gif in the anchors */
.FAQ .DTplus a:before {content:"+ "; font-size: larger; padding-right:5px; color: #C93D1F;}
.FAQ .DTminus a:before {content:"- "; font-size:larger; padding-right:5px; color: #C93D1F;}

/**********************************/
#TJK_DL .showDD {position: static;}
#TJK_DL dd,
.hideDD {
    top: -19999px;
    position: absolute;
}
#TJK_ToggleON,
#TJK_ToggleOFF {
    display: inline;
    cursor: pointer;
    cursor: hand;
}

.loginfaq dt {
    font-weight: bold;
    /* text-decoration: underline; */
}

.loginfaq dd {
    /* margin: 0; */
    padding: 0 0 10px 0;
}

.search-results-dl dd, .search-results-dl dt {
    margin:0;
    padding:0;
    /* background: none; */
}

.cat_download {
    clear:both;
    border-bottom: 1px solid #FFCC66;
    padding: 5px 0px 5px 0px;
    overflow: auto;
}

.cat_download div {
    margin: 0 0 0 150px;
}

.cat_download img {
    float:left;
}

.cat_download span {
    font-weight: bold;
    color: #009900;
    font-size: larger;
}

.popup {
    background-color: #FDF5E6;
    padding:10px;
}

.list-div  div {
    width:250px;
    float:left;
    display:block;
}

.list-div ul {
    list-style:none;
    padding-left:5px;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 101; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    /*width: 80%;*/
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
.photo-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal
.modal-content, .photo-caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}*/

.division-menu-parent, #index-visual-slides {
    text-decoration:none;
}

ol li {
    margin: 10px 0;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}


.division-slide-text h2, .macro-text h4 {
    text-align: left;
    font-family: 'Droid Serif', serif;
}

.division-slide-text h2 {
    line-height: 90%;
}

.division-slide-text {

    font-weight: bold;
    width: 100%;
    bottom:0;
    padding:20px;
}

.orderline, .order-header div {
    float: left;
}

.orderline {
    padding: 8px;
}

div#right-pane > div {
    text-align: right;
    float: left;
    width: 100%
}

div#right-pane > div > div {
    text-align: right;
    float: left;
}

.left {
    text-align: right;
    float: left;
    width: 70%;
}

.right {
    text-align: right;
    float: left;
    width: 30%
}

.left-mobile {
    width: 30%;
    float: left;
}

.group-mobile-left {
    width: 60%;
    float: left;
    padding: 8px;
    text-align: left;
}

.group-mobile-right {
    width: 40%;
    float:left;
    text-align: right;
    padding: 8px;
}

.group-part-line, .group-part-email, .group-part-phone {
    font-size: smaller;
    font-style: italic;
}

.group-part-total {
    color: #A52A2A;
}

.group-part-comments {
    clear:both;
    padding: 8px;
}

.orderitem-linenum {
    display: none;
    width: 100%;
}

.orderitem-quan {
    width: 100%;
    text-align: center;
}

.orderitem-quan input {
    text-align: right;
}

.orderitem-itemnum {
    width: 100%;
}

.orderitem-price div:after {
    content: " each"
}
.gift-cert-price div:after {
    content: "";
}

.gift-cert-price div:before {
    content: "enter value of at least $10: ";
}

.orderitem-weight {
    display: none;
}

.mobile-orderitem-price {
    float:left;
    width: 100%;
    color: #A52A2A;
    text-align: right;
}

.orderitem-total {
    display: none;
}

.delete_cell {
    width: 10%;
}

.orderitem-name {
    width: 65%;
    float:left;
}

.order-header {
    display: none;
}
.order-header-group {
    display: none;
}

.review-mail-address, .review-ship-address,
.review-po-number, .review-billing-address {
    width: 100%;
    float:left;
    border-bottom: 1px #A52A2A dotted;
    padding: 8px;
 }

 .review-email, #gift_cert_info_cell, #card_row {
    clear: both;
    border-bottom: 1px #A52A2A dotted;
    padding: 8px;
 }

a.w3-bar-item:link, #big-index a:link {
    text-decoration: none;
}

.thumb-container
{
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  float: left;
}

.thumb-container img
{
    position: absolute;
    width: auto;
    max-width: unset;
    min-width: 100%;
    min-height: 100%;
    top: 0%;
    left: 0;
}

#right-pane > div {
    padding: 8px;
}

.smalltable .cell {
    float:left;
  border: none;
  padding: 4px;
}

.smalltable .row {
    overflow: auto;
    width: 100%;
}

.smalltable .tableheader {
    font-weight: bold;
    background: #A52A2A;
    color: white;
    text-align: center;
    border: none;
    padding: 4px;
}

.smalltable .cell { vertical-align: top;}
.smalltable .cell div { text-align: center;}

.smalltable .row { border-bottom: #D6B984 solid 1px;}

div.smalltable a, div.smalltable a.link, div.smalltable a.visited { color: #A52A2A;}

.smalltable .itemno {
    text-align: center;
    font-weight: bold;
}
.FormUnit--spin {
	display: inline-block;
	display: flex;
        justify-content: center;
        flex-wrap: wrap-reverse;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.FormUnit-quantity {
        background: none;
        border: none;
	height: 1.5rem;
}
.FormUnit-quantity--add {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	float: right;
	order: 2;
        height: 42px;
	width: 30px;
	color: #009688;
	font-weight: bold;
        font-size: 16px;
}
.FormUnit-quantity--remove {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	float: left;
	order: 1;
        height: 42px;
	width: 30px;
	color: #009688;
	font-weight: bold;
        font-size: 16px;
}
.FormUnit-field--spin {
	/*padding: 0.275rem;*/
	width: 42px;
	height: 42px;
	font-size: 16px;
        margin: auto;
}

.product-page {
	display: flex;
        flex-wrap: nowrap;
}
.product-page .FormUnit-quantity--add {
	order: 3;
}

.quantity {
    border: 1px solid lightgray;
}

.product-page .extra-container {
    flex-basis: auto;
    order: 2;
}

button:disabled {
	opacity: 0.5;
}

input[type=number].FormUnit-field::-webkit-inner-spin-button,
input[type=number].FormUnit-field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.extra-container {
    flex-basis: 100%;
    order: 3;
    padding: 0.275rem;
}

.group-part {
    border-top: 1px #A52A2A dotted;
    overflow:auto
}

#divswitch {
    z-index: 20;
}

.slideshow-caption {
    position: absolute;
    bottom: 15%
}

#home-flower-banner {
    display: none;
}

#quick-content {
    display: none;
}

.shoppingbasket {
  width:40px;
  height:100%;
  position:relative;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  text-align:left;
}
.basketitems {
  color:#fff;
  font-size:80%;
  background-color:#e74c3c;
  position:absolute;
  top:50%;
  -webkit-transform:translate(-50%,-90%);
  -moz-transform:translate(-50%,-90%);
  transform:translate(-50%,-90%);
  padding:0 12%;
  border-radius:1000px;
}

.row-fluid:after, .row-fluid:before {
    display: table;
    content: "";
    line-height:0;
}
.row-fluid {
    width: 100%;
    margin-top: 20px;
    clear:both;
}
.first {
    margin-bottom: 20px;
}
.span6 {
    clear:both;
    background-color: #FDF5E6;
}
.span6 h2 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1em;
 }
 .span6 h3 {
     padding-left: 5px;
     padding-right: 5px;
 }

#cyclelist {
    margin:0;
    padding:0;
    display:inline-block;
}

#cyclelist li {
    /*font-size:1.4em;*/
    margin:0;
    padding:0;
    display:none;
    list-style: none;
}

#cyclelist li.show {
    display:inline-block;
}

#home-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#bb {
    display: none;
}

#bb .span6 {
    border-radius: 20px;
    background-color: orangered;
    color: #FDF5E6;
}

#home-content {
    padding-bottom: 20px;
}


/* ---- grid ---- */

.grid {
  max-width: 1200px;
}
/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */
.grid-sizer, .grid-item { width: 49%}

.gutter-sizer { width: 2%; }

.home-page gutter-sizer { width: 0; }

.grid-item { float: left; }

.grid-division-item { padding-bottom: 50%; }


#search-intro .grid-item { margin-bottom: 20px; }

#search-intro .grid-item--height-full { height: 150px; }

#trees-vd, #moose-vd, #bulbs-vd, #vd-review-text {
    border-bottom: 2px dotted;
}

/*.search-results-container {
    width:40%;
    float:left;
    position:relative;
}
*/
.search-results-text {
    /*width:60%;
    float:left;*/
    padding: 10px;
}

.search-results-text div {
    font-style: italic;
    font-family: 'Droid Serif', serif;
}

.search-results-text div ul {
    display:none;
}

.search-results-text h2 {
    border-bottom: 1px solid black;
}

.search-results-overlay {
    text-align:center;
    width:40%;
    position:absolute;
    z-index:2;
    font-family: 'Droid Serif', serif;
    font-size: 1.5em;
    font-weight: bold;

}

.search-results-container img {
    margin-bottom: -7px;
}

.missing-image-filler {
    display:none;
}

.subcategory {
    font-style: italic;
    text-transform: uppercase;
    font-size: small;
    color: grey;
    width: 100%;
    text-align:right;
    padding: 2px;
}

.search-results-text .status {
    font-style: italic;
}

.quick-view-row {
    display: grid;
}






.index-container {
    width:40%;
    float:left;
    position:relative;
}

.index-overlay {
    text-align:center;
    width:100%;
    height: 40%;
    position:absolute;
    top:40%;
    z-index:10;
    margin-top:auto;
    margin-bottom:auto;
}

.index-text {
    width:60%;
    float:left;
    padding: 10px;
}

.index-text div {
    font-style: italic;
    font-family: 'Droid Serif', serif;
}

.index-text div ul {
    display:none;
}

.index-text h2 {
    border-bottom: 1px solid black;
}

.inline-list p {
    display: inline;
    font-family: 'Roboto', Verdana, Arial, sans-serif;
    text-transform: uppercase;
    font-style: normal;
}

.inline-list ul, .inline-list li {
    display: inline;
    margin: 0;
    padding: 0;
}

.inline-list ul li:not(:last-child)::after {
 content: " • ";
 }

 #homeSidenav {
    width:50%;
    display:none;
    font-size:large;
    background-color: #A5BABA;
    z-index: 12;
 }

 /*#D0E4DD*/
 #mySidenav {
    width:220px;
    background-color: #d1e4d4;
    z-index: 2;
 }

#mySidenav .w3-button:hover {
    background-color: #616161 !important;;
    color: #fff !important;;
}

#homeSidenav .w3-button:hover {
    background-color: #616161 !important;;
    color: #fff !important;;
}






.responsive-container {
  position: relative;
  width: 100%;
}

.dummy {
  padding-top: 60%;
}

.text-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.text-container .centerer {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.text-container h3 {
  vertical-align: middle;
  display: inline-block;
}

 #ogs-ship-table, #mt-ship-table {
     display:none;
 }

 .group-part-line-medium {
     display: none;
     padding: 10px;
 }

 .group-spacer {
     display: none;
 }

 .icing {
    display: none;
 }

 a.anchor {
     display: block;
     position: relative;
     top: -54px;
     visibility: hidden;
     z-index: -20;
 }

 .product-name {
     font-weight: bold;
     display: inline;
     font-family: 'Roboto', Verdana, Arial, sans-serif;
     font-size: 10pt;
     line-height: 1.5;
     color: #000;
 }

#header-logout {
     display: none;
 }

 .cart-buttons input {
     margin-bottom: 4px;
 }

 #quick-table input {
     border: 1px solid lightgrey;
 }

 #expanded-switch-divisions-bar {
     display: none;
 }

 .superfluous {
     display: none;
 }

 .other-carts {
     display: none;
 }

 #return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

 #footer3 {
    text-align: left !important;
 }

 #pest-form input {
     max-width: 200px;
 }