@charset "UTF-8";
/* >= 768 */
/* <= 1024 */
/* <= 768 */
/* <= 667 */
/* <= 414 */
@import url("/xm_css/fontface.css");
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/*------------------------------------------------------------------------------
CLEAR THE DECKS
------------------------------------------------------------------------------ */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-decoration: none;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

q {
  quotes: "“" "”" "‘" "’";
}

blockquote:before, q:before {
  content: open-quote;
}

blockquote:after, q:after {
  content: close-quote;
}

ol li {
  list-style-type: decimal;
  margin-left: 25px;
}

ul li {
  list-style-type: disc;
  margin-left: 20px;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

div, aside, nav, header, section, footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Site Colors */
/*------------------------------------------------------------------------------
Web Fonts
------------------------------------------------------------------------------*/
p, li, td, label {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}

/*------------------------------------------------------------------------------
Typographical styling
------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p {
  margin-bottom: .6em;
}

/* h1, h2, h3 { letter-spacing: -.05em; } */
h1, h2, h3, h4, h5, h6 {
  word-spacing: 0.25px;
  color: #9fbb3c;
}

h1, h2, h3 {
  line-height: 1.10em;
}

h4, h5, h6 {
  line-height: 1.25em;
  margin-bottom: .2em;
}

p, a, li, td, label {
  line-height: 1.5em;
  color: #676767;
}

/* initial sizes—use /xm_client/editor.css for special TinyMCE editor styling*/
h1 {
  font-size: 3.0rem;
  text-align: center;
}

h2 {
  font-size: 2.0rem;
}

h3 {
  font-size: 1.5rem;
  color: #2a562a;
  margin-bottom: .2em;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.3rem;
}

h6 {
  font-size: 1.2rem;
}

p, td, li {
  font-size: 1.1rem;
}

a, i, em, b, strong, span, q {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

@media screen and (max-width: 414px) {
  h1 {
    font-size: 2.0rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.6rem;
  }

  h4 {
    font-size: 1.4rem;
  }

  h5 {
    font-size: 1.2rem;
  }

  h6 {
    font-size: 1.1rem;
  }

  p, td, li {
    font-size: 1rem;
  }
}
a:link, a:visited {
  color: #9fbb3c;
}
a:hover {
  color: #ccc;
}

b, strong {
  font-weight: 600;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0 0 340px;
  /* bottom = footer height */
}

footer {
  /*or just footer */
  position: absolute;
  left: 0;
  bottom: 0;
  height: 340px;
  width: 100%;
  color: white;
  background: #9fbb3c;
  padding: 30px 0;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer p {
  color: white;
  padding-left: 30px;
}
@media screen and (max-width: 1000px) {
  footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer p {
    padding-left: 0;
  }
}
footer p {
  font-size: 1.1rem;
}
@media screen and (max-width: 1000px) {
  footer {
    padding: 30px;
  }
}
footer #mc_embed_signup {
  margin-left: 30px;
  top: 10px;
}
footer #mc_embed_signup label {
  color: white;
  font-family: "proxima-nova", sans-serif;
}
footer form#signup {
  position: relative;
  margin: 0 auto;
  padding: 0;
  top: 10px;
}
@media screen and (max-width: 414px) {
  footer form#signup {
    max-width: 100%;
    top: 0;
  }
}

/*------------------------------------------------------------------------------
Site-wide body & divs
------------------------------------------------------------------------------*/
.top {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.top::after {
  clear: both;
  content: "";
  display: table;
}
.top .logo {
  margin: 20px 0 0 0;
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .top .logo {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .top .logo {
    display: none;
  }
}
.top .logo-mobile {
  display: none;
}
@media screen and (max-width: 1000px) {
  .top .logo-mobile {
    display: block;
    max-width: 95%;
    height: auto;
    margin: 10px;
  }
}

textarea {
  max-width: 100%;
}

.mobile-menu {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}

.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
}

.utility {
  float: right;
  width: 800px;
  height: 30px;
  margin: 5px 0 0 0;
}
.utility ul {
  float: left;
  margin: 0 0 0 100px;
}
.utility li {
  float: left;
  list-style: none;
  padding: 9px 20px 0 0;
}
.utility input {
  width: 200px;
}
.utility .search {
  margin: 10px 0 0 0;
  width: 200px;
  height: 15px;
  border: 1px dotted;
}
.utility a img.startsearch {
  vertical-align: -5px;
}

/*------------------------------------------------------------------------------
DIVS -- HOME
------------------------------------------------------------------------------*/
.home .hero {
  position: relative;
  margin-top: 7px;
}
.home .hero #slider img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 414px) {
  .home .hero #slider img {
    height: 300px;
    width: auto;
    overflow: hide;
    display: block;
  }
}
.home .hero ul.flex-direction-nav {
  display: none;
}
.home .hero ol.flex-control-nav.flex-control-paging {
  display: none;
}
.home .hero .headline {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 100px;
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.home .hero .headline::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 414px) {
  .home .hero .headline {
    top: 70px;
  }
}
.home .hero .headline h1 {
  color: white;
}
@media screen and (max-width: 1000px) {
  .home .hero .headline h1 {
    font-size: 2.6rem;
    padding: 0 30px;
  }
}
@media screen and (max-width: 414px) {
  .home .hero .headline h1 {
    font-size: 2rem;
  }
}
.home .hero .find {
  background: rgba(159, 187, 60, 0.7);
  height: 130px;
  z-index: 100;
  position: relative;
  top: -147px;
  margin-bottom: -147px;
  text-align: center;
  padding-top: 15px;
}
@media screen and (max-width: 1000px) {
  .home .hero .find {
    height: 150px;
    top: -18px;
    margin-bottom: -18px;
    background: #9fbb3c;
  }
}
@media screen and (max-width: 414px) {
  .home .hero .find {
    height: 160px;
  }
}
.home .hero .find form {
  margin-bottom: 5px;
}
@media screen and (max-width: 414px) {
  .home .hero .find form {
    margin-bottom: 0;
  }
}
.home .hero .find #quicksearch, .home .hero .find #choice {
  background: none;
  color: white;
  border: none;
  border-bottom: solid 3px;
  width: 700px;
  font-size: 30px;
  margin-bottom: 10px;
  height: 48px;
  font-family: "proxima-nova", sans-serif;
}
@media screen and (max-width: 414px) {
  .home .hero .find #quicksearch, .home .hero .find #choice {
    width: 90%;
    font-size: 23px;
    max-width: 90%;
    margin-left: 16px;
    text-align: center;
  }
}
.home .hero .find #choice {
  display: none;
}
.home .hero .find #find {
  font-size: 1.75rem;
  padding: 16px 16px;
  font-family: "proxima-nova", sans-serif;
  color: white;
  opacity: .3;
}
@media screen and (max-width: 1000px) {
  .home .hero .find #find {
    font-size: 1.3rem;
    padding: 9px 9px;
  }
}
.home .hero .find ul {
  position: relative;
  margin: 0 auto;
}
.home .hero .find li {
  list-style: none;
}
.home .hero .find li:first-of-type {
  padding-right: 20px;
  display: none;
}
.home .hero .find #toggleLink, .home .hero .find #tryanother {
  color: white;
  font-size: 1em;
}
@media screen and (max-width: 414px) {
  .home .hero .find #toggleLink, .home .hero .find #tryanother {
    left: 0;
  }
}
.home .intro {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 35px 50px 35px;
  max-width: 833.33333px;
}
.home .intro::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 414px) {
  .home .intro {
    padding-bottom: 10px;
  }
}
.home .sprouts {
  max-width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 414px) {
  .home .sprouts {
    display: none;
  }
}
.home .sprout {
  display: none;
}
@media screen and (max-width: 414px) {
  .home .sprout {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.home .green_border {
  background: #2a562a;
}
.home .green_border .subnav {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.home .green_border .subnav::after {
  clear: both;
  content: "";
  display: table;
}
.home .green_border .subnav table, .home .green_border .subnav tbody {
  border-collapse: collapse;
  width: 90%;
}
@media screen and (max-width: 414px) {
  .home .green_border .subnav td {
    display: block;
    padding: 10px;
  }
}
.home .green_border .subnav td {
  color: white;
  padding: 15px 40px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  word-wrap: normal;
}
.home .green_border .subnav td a {
  color: white;
}
@media screen and (max-width: 1000px) {
  .home .green_border .subnav td {
    padding: 15px 25px;
  }
}
.home .home_bottom {
  background-image: url("/xm_client/images/home-background.jpg");
}
.home .home_bottom .home_bottom_content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
}
.home .home_bottom .home_bottom_content::after {
  clear: both;
  content: "";
  display: table;
}
.home .home_bottom .home_bottom_content td {
  padding: 0 30px;
}
@media screen and (max-width: 1000px) {
  .home .home_bottom .home_bottom_content {
    padding: 30px;
  }
}
@media screen and (max-width: 414px) {
  .home .home_bottom .home_bottom_content td {
    padding: 0 10px;
  }
  .home .home_bottom .home_bottom_content td img {
    width: 90%;
    height: auto;
  }
}

/*------------------------------------------------------------------------------
DIVS -- SUBPAGE
------------------------------------------------------------------------------*/
.subpage hr {
  border: solid 3px #9fbb3c;
  display: block;
  margin-top: 7px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.subpage .banner_image img {
  max-width: 100%;
  height: auto;
}
.subpage p.searchlink, .subpage div.advanced_find {
  display: none;
}
.subpage .main_text {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 15px 50px 15px;
  max-width: 833.33333px;
}
.subpage .main_text::after {
  clear: both;
  content: "";
  display: table;
}
.subpage .main_text #downloaded {
  margin-top: 10px;
}
.subpage .main_text #download_list {
  position: relative;
  left: -100px;
}
@media screen and (max-width: 1000px) {
  .subpage .main_text #download_list {
    left: 10px;
  }
}
.subpage .main_text table.list {
  margin-top: 30px;
  width: 100%;
}
.subpage .main_text table.list th.header {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 12px 12px;
  color: #676767;
}
@media screen and (max-width: 414px) {
  .subpage .main_text table.list th.header {
    display: none;
  }
}
.subpage .main_text table.list td {
  padding: 12px 12px;
}
@media screen and (max-width: 414px) {
  .subpage .main_text table.list td {
    display: block;
  }
}
.subpage .main_text table.list td img.call {
  padding-top: 10px;
  height: 46px;
}
@media screen and (max-width: 414px) {
  .subpage .main_text table.list td {
    text-align: center;
    padding: 0 7px;
  }
}
@media screen and (max-width: 414px) {
  .subpage .main_text table.list td:nth-child(1) {
    margin: 10px 0px;
  }
}
.subpage .main_text table.list td:nth-child(2) {
  min-width: 100px;
}
.subpage .main_text table.list td:nth-child(3) {
  text-align: center;
}
.subpage .main_text table.list tr {
  background-color: #fafaf4;
}
.subpage .main_text table.list tr.odd_row {
  background-color: #f2f4e5;
}
.subpage .main_text #types th {
  font-weight: 600;
  font-size: 1.1rem;
  padding: 12px 12px;
  font-family: "proxima-nova", sans-serif;
  color: #676767;
}
@media screen and (max-width: 414px) {
  .subpage .main_text #types th {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .subpage .main_text #types td:nth-child(1) {
    font-weight: 600;
    margin: 0;
    padding-top: 10px;
  }
}
.subpage .main_text #types table.list td:nth-child(3) {
  min-width: 126px;
  padding-bottom: 10px;
}
.subpage .main_text .tablesorter-pager {
  font-family: "proxima-nova", sans-serif;
  margin-top: 10px;
}
.subpage .main_text .search_content {
  margin-bottom: 50px;
}
.subpage .main_text .search_content label {
  font-family: "proxima-nova", sans-serif;
}
.subpage .main_text .search_content .searchname {
  float: left;
  margin-right: 75px;
}
@media screen and (max-width: 414px) {
  .subpage .main_text .search_content .searchname {
    margin-bottom: 30px;
  }
}
.subpage .main_text .search_content .searchname #genus_or_common_name, .subpage .main_text .search_content .searchname #search_by_chicagoland {
  width: 355px;
  max-width: 80%;
}
.subpage .main_text .search_content .searchtype {
  float: left;
  margin-bottom: 50px;
  margin-right: 100px;
}

/*------------------------------------------------------------------------------
DIVS -- ADVANCED FIND FORM
------------------------------------------------------------------------------*/
.home p.searchlink, .Growers p.searchlink, .Plant_Locator p.searchlink, .Types p.searchlink {
  display: block;
  margin: 5px auto;
  position: relative;
  width: 180px;
}
.home .advanced_find, .Growers .advanced_find, .Plant_Locator .advanced_find, .Types .advanced_find {
  display: none;
  height: auto;
  background-color: #f8f4e4;
}
.home .advanced_find .search_content, .Growers .advanced_find .search_content, .Plant_Locator .advanced_find .search_content, .Types .advanced_find .search_content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}
.home .advanced_find .search_content::after, .Growers .advanced_find .search_content::after, .Plant_Locator .advanced_find .search_content::after, .Types .advanced_find .search_content::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 1000px) {
  .home .advanced_find .search_content, .Growers .advanced_find .search_content, .Plant_Locator .advanced_find .search_content, .Types .advanced_find .search_content {
    padding: 40px 25px;
  }
}
.home .advanced_find .search_content input, .Growers .advanced_find .search_content input, .Plant_Locator .advanced_find .search_content input, .Types .advanced_find .search_content input {
  border: none;
  border-bottom: solid 2px #2a562a;
}
.home .advanced_find .search_content label.label, .Growers .advanced_find .search_content label.label, .Plant_Locator .advanced_find .search_content label.label, .Types .advanced_find .search_content label.label {
  color: #2a562a;
  font-family: "proxima-nova", sans-serif;
  padding-top: 5px;
  font-size: 1.1rem;
}
.home .advanced_find .search_content label.droplabel, .Growers .advanced_find .search_content label.droplabel, .Plant_Locator .advanced_find .search_content label.droplabel, .Types .advanced_find .search_content label.droplabel {
  display: inline-block;
}
.home .advanced_find .search_content #units, .Growers .advanced_find .search_content #units, .Plant_Locator .advanced_find .search_content #units, .Types .advanced_find .search_content #units {
  width: 95px;
  margin-left: 10px;
}
.home .advanced_find .search_content #size, .Growers .advanced_find .search_content #size, .Plant_Locator .advanced_find .search_content #size, .Types .advanced_find .search_content #size {
  width: 65px;
}
.home .advanced_find .search_content .button, .Growers .advanced_find .search_content .button, .Plant_Locator .advanced_find .search_content .button, .Types .advanced_find .search_content .button {
  opacity: .3;
}
.home .advanced_find .search_content .check, .Growers .advanced_find .search_content .check, .Plant_Locator .advanced_find .search_content .check, .Types .advanced_find .search_content .check {
  border: solid 1px #2a562a;
}
.home .advanced_find .search_content .searchname, .Growers .advanced_find .search_content .searchname, .Plant_Locator .advanced_find .search_content .searchname, .Types .advanced_find .search_content .searchname {
  float: left;
  margin-right: 100px;
}
@media screen and (max-width: 414px) {
  .home .advanced_find .search_content .searchname, .Growers .advanced_find .search_content .searchname, .Plant_Locator .advanced_find .search_content .searchname, .Types .advanced_find .search_content .searchname {
    margin-bottom: 30px;
  }
}
.home .advanced_find .search_content .searchname #genus_or_common_name, .home .advanced_find .search_content .searchname #search_by_chicagoland, .Growers .advanced_find .search_content .searchname #genus_or_common_name, .Growers .advanced_find .search_content .searchname #search_by_chicagoland, .Plant_Locator .advanced_find .search_content .searchname #genus_or_common_name, .Plant_Locator .advanced_find .search_content .searchname #search_by_chicagoland, .Types .advanced_find .search_content .searchname #genus_or_common_name, .Types .advanced_find .search_content .searchname #search_by_chicagoland {
  width: 460px;
  height: 35px;
}
@media screen and (max-width: 414px) {
  .home .advanced_find .search_content .searchname #genus_or_common_name, .home .advanced_find .search_content .searchname #search_by_chicagoland, .Growers .advanced_find .search_content .searchname #genus_or_common_name, .Growers .advanced_find .search_content .searchname #search_by_chicagoland, .Plant_Locator .advanced_find .search_content .searchname #genus_or_common_name, .Plant_Locator .advanced_find .search_content .searchname #search_by_chicagoland, .Types .advanced_find .search_content .searchname #genus_or_common_name, .Types .advanced_find .search_content .searchname #search_by_chicagoland {
    width: 260px;
  }
}
.home .advanced_find .search_content .searchtype, .Growers .advanced_find .search_content .searchtype, .Plant_Locator .advanced_find .search_content .searchtype, .Types .advanced_find .search_content .searchtype {
  float: left;
}

.Plant_Locator div.advanced_find {
  display: block;
  background-color: #fff;
}

.Plant_Locator p.searchlink {
  display: none;
}

/*------------------------------------------------------------------------------
DIVS -- SITE MAP
------------------------------------------------------------------------------*/
#sitemap p {
  margin: 0;
}

#sitemap p.level_1,
#sitemap p.level_2,
#sitemap p.level_3 {
  font-size: 1.0em;
}

#sitemap p.level_1 a,
#sitemap p.level_2 a,
#sitemap p.level_3 a {
  color: #555;
}

/*------------------------------------------------------------------------------
HORIZONTAL MENU
------------------------------------------------------------------------------*/
nav {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: 19px;
  display: block;
  position: relative;
  margin-right: 15px;
}
nav::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (max-width: 414px) {
  nav {
    margin-right: 0;
    height: 29px;
  }
}
nav #menuh {
  margin-top: 20px;
}
@media screen and (max-width: 667px) {
  nav #menuh {
    width: 100%;
    position: absolute;
    top: 16px;
    left: -100vw;
    z-index: 999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  nav #menuh.open {
    left: 0;
  }
  nav #menuh.open ul {
    height: auto;
    top: 42px;
  }
  nav #menuh.open li {
    width: 100%;
  }
  nav #menuh.open > li:hover {
    background-color: rgba(42, 86, 42, 0.8);
  }
  nav #menuh.open > li:hover li:hover {
    background-color: transparent;
  }
  nav #menuh.open a {
    padding-left: 30px;
    color: white;
  }
  nav #menuh.open a:hover {
    color: #fff;
  }
  nav #menuh.open a:hover.toggle {
    background-color: transparent;
  }
  nav #menuh ul {
    display: none;
    clear: both;
  }
  nav #menuh ul li {
    background-color: transparent;
  }
  nav #menuh .toggle {
    margin-top: 12px;
  }
  nav #menuh li {
    list-style: none;
    margin-left: 0;
    background-color: rgba(42, 86, 42, 0.9);
  }
  nav #menuh li::after {
    display: table;
    content: '';
    clear: both;
  }
  nav #menuh li a {
    float: left;
  }
}
nav #menuh li {
  list-style: none;
  float: right;
  margin-left: 0px;
  font-weight: 600;
}
@media screen and (max-width: 667px) {
  nav #menuh li {
    float: none;
  }
}
@media screen and (min-width: 768px) {
  nav #menuh li .toggle {
    display: none;
  }
}
nav #menuh li a {
  letter-spacing: 0;
  color: #9fbb3c;
  text-decoration: none;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0.625rem 0.625rem;
}
nav #menuh li a:hover {
  color: #2a562a;
}
nav #menuh li a .current_top_menu_item {
  color: #9fbb3c;
}
nav .mobile-menu {
  display: none;
  position: absolute;
  right: 20px;
  color: #9fbb3c;
  padding: 0.4375rem;
  font-size: 1.375rem;
}
@media screen and (max-width: 667px) {
  nav .mobile-menu {
    bottom: -6px;
  }
}
@media screen and (max-width: 667px) {
  nav .mobile-menu {
    display: inline-block;
  }
}
@media screen and (max-width: 414px) {
  nav .mobile-menu {
    top: 0px;
  }
}

/*------------------------------------------------------------------------------
FOOTER MENU
------------------------------------------------------------------------------*/
/* ----- footer menu --- */
.footer_menu {
  float: left;
  min-height: 100px;
  width: 850px;
  margin: 30px 0 0 0;
}

.menu2 {
  display: inline;
  width: 850px;
}
.menu2 li {
  float: left;
  margin: 0;
  list-style: none;
}
.menu2 li.top a {
  text-transform: uppercase;
  color: #555;
  font-weight: bold;
}
.menu2 li a {
  display: block;
  font-size: 13px;
  line-height: 18px;
}
.menu2 li a:hover {
  color: #aaa;
}
.menu2 li ul {
  position: relative;
  left: 0;
  list-style: none;
}
.menu2 ul {
  float: left;
  margin: 0;
  padding: 0;
  width: 140px;
}
.menu2 ul li a {
  display: block;
  text-transform: capitalize !important;
  text-align: left;
  padding: 0;
  width: 100px;
  line-height: 15px;
  margin: 5px 0 0 0;
  font-weight: normal !important;
}
.menu2 ul li a:hover {
  color: #999;
}

/*------------------------------------------------------------------------------
HIGHSITE ONLY -- keep at end of file
------------------------------------------------------------------------------*/
.error_page h1 {
  margin: 40px 0 10px 40px;
}

.error_page p {
  margin: 10px 40px;
}

p.edit_link_block {
  background: none !important;
}

p.edit_link_block a.edit_link {
  color: #9a4446 !important;
  font-weight: normal !important;
  font-size: 9px !important;
  text-decoration: none !important;
}

p.edit_link_block a.edit_link:hover {
  text-decoration: underline !important;
}

.multidiv {
  /* for separating multiple sections */
  position: relative;
  margin: 0 0 20px 0;
  border-bottom: 2px dotted #999;
  padding-bottom: 20px;
}

#sitemap p {
  margin: 0;
}

#sitemap p.level_1,
#sitemap p.level_2,
#sitemap p.level_3 {
  font-size: 1.0em;
}

#sitemap p.level_1 a,
#sitemap p.level_2 a,
#sitemap p.level_3 a {
  color: #555;
}

/*------------------------------------------------------------------------------
INSTA-SEARCH
------------------------------------------------------------------------------*/
#is_search {
  display: inline-block;
}

#search_response {
  box-shadow: 0 0  10px #bbb;
}
#search_response li p {
  font-size: 15px;
  line-height: 20px;
}
#search_response li h5 {
  font-size: 16px;
}
#search_response li h3 {
  font-size: 18px;
}

input#is_search_text {
  width: 200px;
  height: 20px;
}

/* add to head jQuery
$('input[type=submit]').addClass('button');
$('input[type=submit]').val('Go');
*/
.form {
  float: left;
  width: 100%;
  margin: 10px 0 40px 0px;
}

label {
  display: block;
}

.checkbox_label,
p.wrap,
input,
textarea,
.label,
.blabel,
select,
label,
.chzn-single span,
.chzn-results li,
p.success,
p.error,
ul.error li,
a.button, a.small_button,
input.button, input.small_button,
button.button, button.small_button,
a.edit_link,
p.wrap span {
  font-family: 'fira_sansbook',Verdana, sans-serif;
  color: #444;
  /* <<=== CHANGE */
  font-size: 15px;
  /* <<=== CHANGE  if specifying web fonts */
  line-height: 20px;
  font-weight: normal;
}

p.wrap b, p.wrap strong, .blabel {
  font-family: 'fira_sanssemibold',Verdana;
  font-weight: normal;
}

.checkbox_label {
  display: inline;
}

.onleft {
  float: left;
  text-align: right;
  width: 100px;
}

p.wrap {
  width: 100%;
  clear: both;
  margin-top: 12px;
}

p.inline {
  margin: 9px 0 0 0;
}

p.submit_button_row {
  margin-top: 12px;
}

.disabled {
  opacity: 0.40;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {
  width: 280px;
  margin-top: 0;
}

input[type="checkbox"] {
  margin: 0 5px 4px 0;
}

input[type="radio"] {
  margin: 5px 2px 0 0;
}

input[id=submitBtn] {
  margin: 10px 0 0;
}

label.nextto {
  display: inline;
}

/*for checkboxes and radios */
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #ccc;
  padding: 2px 4px;
  height: 30px;
}

input#server_image {
  border: none;
}

textarea {
  height: 100px;
  width: 390px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus textarea:focus {
  background: #fff;
  box-shadow: 0px 0px 6px 2px #7aa3e8;
}

p.wrap span {
  padding-right: 10px;
}

p.wrap span.text_under_field {
  display: block;
  padding: 10px 0 0 0;
  line-height: 18px;
}

select {
  border: 1px solid #bbb;
  border-radius: 3px 3px 3px 3px;
  height: 30px;
  overflow: hidden;
  width: 203px;
  padding: 4px;
  background: #e7e7e7;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #e7e7e7 0%, #fefefe 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e7e7e7 0%, #fefefe 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e7e7e7 0%, #fefefe 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e7e7e7 0%, #fefefe 100%);
  /* W3C */
  -webkit-box-shadow: 0 0 2px 2px #fefefe;
  box-shadow: 0 0 2px 2px #fefefe;
}

/* fancy select (chosen) */
.chzn-single span {
  padding: 5px 0 0 0;
}

.label, .blabel {
  line-height: 18px;
  padding: 0 7px 2px 0;
}

.error_label {
  /* Default ajax error styling. */
  color: #c00;
}

.success_label {
  /* Default ajax error styling. */
  color: green;
}

.errors_above {
  display: none;
  color: #c00;
}

#counter1, #counter2, #counter3, #counter4, #counter5, #counter6, #counter7, #counter8, #counter9, #counter10, #counter11, #counter12, #counter13, #counter14, #counter15, #counter16 {
  clear: both;
  width: 40px;
}

/* for textarea counters */
input.counter {
  clear: both;
  width: 40px;
}

/* for textarea counters */
#save {
  margin: 15px 0 0 0;
}

.check {
  margin: 5px 0 0 0;
}

p.error {
  color: #c00;
}

#msgs, .msgs {
  display: none;
}

p.success {
  padding: 0 0 4px 20px;
  color: #2b9a00;
  background: url(/images/success.png) no-repeat 0px 0px;
}

p.success a {
  display: block;
  margin: 10px 0 0 0;
}

/* login screen, others? */
ul.error {
  list-style: none;
  margin: 0 0 20px 0;
}

ul.error li {
  color: #c00;
  background: transparent url(/images/error.png) no-repeat 5px;
  padding: 0 0 0 20px;
}

.select_list {
  padding: 4px;
  width: 300px;
  margin: 10px 0 10px 0;
}

.follow_mouse tr:hover td {
  background: #ddd;
}

/* Opinion Captcha
 * Hides field as a rudimentary captcha against bots who fill out any field.
 * Both input.opinion and p.opinion since just the field or the entire
 * label/field combo may be hidden.
 */
input.opinion, p.opinion {
  display: none;
}

/* category ecomm discounts */
input#order_by {
  width: 40px;
  text-align: right;
}

#total_div table {
  width: 400px;
}

#total_div td {
  text-align: center;
}

#total_div input[type=text] {
  width: 60px;
  text-align: right;
}

/*-------------- news ticker -------------------- */
#speed_of_scroll, #time_between_scrolls, #items_visible_at_once, order_of_item {
  width: 50px;
}

/*-------------- overlay -------------------- */
#overlay {
  background: none repeat scroll 0 0 #777;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.5;
  padding-top: 300px;
  position: fixed;
  top: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}

div#overlay p {
  color: #fff;
}

/* ----------------------------------------------------------------------
BUTTONS
---------------------------------------------------------------------- */
/* replace 'lighter-color' with lighter hex, and 'darker-color' with darker hex*/
a.button, a.small_button, input.button, input.small_button, button.button, button.small_button {
  background: #999;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  text-decoration: none;
  border: none;
  letter-spacing: 0;
  padding: 8px 20px 7px;
  display: inline-block;
}
a.button:hover, a.small_button:hover, input.button:hover, input.small_button:hover, button.button:hover, button.small_button:hover {
  opacity: .5;
  color: #ffffff;
}
a.small_button, input.small_button, button.small_button {
  font-size: 13px;
  padding: 1px 8px 2px 8px;
}

input[type=button] {
  background: #999;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  text-decoration: none;
  border: none;
  letter-spacing: 0;
  padding: 8px 20px 7px;
  display: inline-block;
}
input[type=button]:hover {
  opacity: .5;
  color: #ffffff;
}

p.edit_link_block {
  position: absolute;
  z-index: 9;
  margin: -10px 0 0 0;
  background: #fff;
}

a.edit_link {
  color: #c00;
  font-size: 9px;
  text-decoration: none;
  padding: 1px 2px;
}

a.edit_link:hover {
  text-decoration: underline;
}

::-webkit-input-placeholder {
  color: white;
}

.home .button, .subpage .button {
  background: #2a562a;
  border: none;
  font-family: "proxima-nova", sans-serif;
}
.home input[type="text"]:focus, .subpage input[type="text"]:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 0);
  padding: 3px 0px 3px 3px;
}

footer p.loginlink {
  float: right;
  margin: 0px 30px 0 0;
  font-size: 1.2rem;
}
footer p.loginlink a {
  color: white;
}
footer .loginform {
  position: absolute;
  z-index: 99;
  width: 400px;
  height: 400px;
  right: -400px;
  top: -400px;
  background: #9fbb3c;
  padding: 30px;
  display: none;
  max-width: 100%;
}
footer .loginform p, footer .loginform h5 {
  padding-left: 0;
}
footer .loginform span.unencrypted {
  display: none;
}
footer .loginform a.closelogin {
  color: #fff;
}
footer .loginform h5 {
  color: #fff;
}
footer .loginform p.success {
  color: #fff;
  background-image: none;
}
footer .loginform a.hide_password, footer .loginform a.show_password {
  color: #fff;
}
footer .loginform a.hide_password:hover, footer .loginform a.show_password:hover {
  color: #ccc;
}
footer .loginform a.hide_password:visited, footer .loginform a.show_password:visited {
  color: #fff;
}

select#plant_type {
  width: 250px;
}

/*------------------------------------------------------------------------------
BLOG
------------------------------------------------------------------------------*/
.blog .container {
  position: relative;
  margin: 0 auto;
  width: 960px;
  padding-bottom: 40px;
  background: #fff;
  overflow: hidden;
}
.blog section#intro {
  height: 120px;
  margin: 0 0 20px 0;
}
.blog section#intro header {
  position: relative;
  top: -6px;
  /* edit */
  left: 80px;
  font-family: "futura-pt";
  font-size: 60px;
  color: #00326D;
  letter-spacing: .3em;
}
.blog section#intro header span {
  color: #bbb;
}
.blog section#intro header span + span {
  color: #629b00;
}
.blog section#intro .logo {
  top: -18px;
  left: 80px;
}
.blog section#intro ul#menuh {
  top: -10px;
  right: 50px;
}
.blog .left_column {
  float: left;
  width: 620px;
  margin: 0 0 0 80px;
  /* padding-bottom: 80px; */
}
.blog .left_column p {
  color: #777;
  font-family: "kepler-std-semicondensed";
  font-size: 18px;
  margin-bottom: 6px;
}
.blog .left_column h1 {
  font-family: "kepler-std-semicondensed";
  font-size: 30px;
  margin: 15px 0 20px 0;
  letter-spacing: 0em;
  color: #6A7C8A;
  line-height: 1.0em;
}
.blog .left_column h3 {
  margin: 12px 0 6px 0;
}
.blog .left_column ul, .blog .left_column ol {
  margin: 0 0 12px 20px;
}
.blog .right_column {
  float: left;
  width: 230px;
  margin: 0 0 0 50px;
  /* padding-bottom: 80px; */
}
.blog .right_column img {
  margin-bottom: 40px;
  width: 220px;
}
.blog .listings {
  margin-bottom: 40px;
  width: 220px;
}
.blog .listings h6 {
  font-size: 18px;
  font-family: "futura-pt";
  font-weight: normal;
  letter-spacing: .1em;
  color: #00326D;
}
.blog .listings p.category {
  font-weight: bold;
  margin: 5px 0 0 0;
  color: #777;
  cursor: pointer;
}
.blog .listings ul {
  list-style: none;
  margin-bottom: 10px;
}
.blog .listings ul li {
  margin: 0 0 8px 0;
}
.blog .listings p.category + ul {
  display: none;
  margin-bottom: 5px;
  margin-left: 15px;
}
.blog .listings p.category + ul {
  display: none;
  margin-bottom: 5px;
  margin-left: 15px;
}
.blog .listings h6 + ul {
  margin-left: 0px;
  margin-top: 5px;
}
.blog .arrows {
  font-size: 12px;
  color: #ccc;
  cursor: pointer;
}
.blog #disqus_thread {
  float: left;
  width: 620px;
  margin: 20px 0;
}
.blog .meta {
  display: none;
  /* at least for this site */
  background: beige;
  padding: 5px 12px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.blog .meta p {
  font: 12px/18px Verdana;
}
