/* @override http://t10.panamseed.com/css/panamerican.webflow.css */
/* ================================================ */

.title-plant-spacing {
  display: inline-block;
  margin-bottom: 7px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #00a94f;
  font-size: 19px;
  font-weight: 700;
  text-decoration: underline;
}
.title-plant-spacing:hover {
  color: #2b2b2b;
  text-decoration: none;
}
.plant-spacing-text {
  margin-bottom: 4px;
  padding-right: 11px;
  font-size: 14px;
  line-height: 17px;
}


.shadow {
   /*#8c8c8c*/
  box-shadow: #8c8c8c 2px 2px 4px 0px;
  border-width: 2px; 
  border-color:#8c8c8c;
  border-style:solid;
}


/* wavebook stuff */
.nav-wave {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 10;
    height: 62px;
    background-color:  #d40f8c ;
}

.wave-logo {
    position: relative;
    left: 12px;
    margin-top: 7px;
    margin-bottom: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
    height:auto;
    width:110px
}


.menu-wave-return {
    padding: 9px 12px 12px;
    background-color: #d40f8c;
}

.menu-wave-text {
    padding-top: 4px;
    padding-bottom: 6px;
    text-align: center;
    color: #fff;
}

.wavebookbutton {
    display: inline-block;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 12px 12px;
    float: none;
    border: 1px solid #d40f8c;
    background-color: white;
    background-image: url('../images/icon-download.svg');
    background-position: 99% 49%;
    background-repeat: no-repeat;
    box-shadow: rgba(212, 15, 140, 0.24) 0px 0px 6px 0px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    font-family: Lato, sans-serif;
    color: #4f4f4f;
    font-size: 15px;
    text-align: left;
    text-decoration: none;
}

    .wavebookbutton:hover {
        background-color: #d40f8c;
        color: white;
    }

    .wavebookbutton.wave-return-top {
        margin-top: 6px;
        margin-bottom: 0px;
        padding-top: 7px;
        padding-bottom: 6px;
        border-color: #f2f2f2;
        background-color: #d40f8c;
        background-image: none;
        background-position: 0% 0%;
        background-size: auto;
        background-repeat: repeat;
        background-attachment: scroll;
        font-family: Muli, sans-serif;
        color: white;
        font-size: 18px;
        text-align: center;
    }

        .wavebookbutton.wave-return-top:hover {
            background-color: white;
            color: #d40f8c;
        }


    .wavebookbutton.wave-return {
        border-color: #f2f2f2;
        background-color: #d40f8c;
        background-image: none;
        background-position: 0% 0%;
        background-size: auto;
        background-repeat: repeat;
        background-attachment: scroll;
        font-family: Muli, sans-serif;
        color: white;
        font-size: 18px;
        text-align: center;
    }

        .wavebookbutton.wave-return:hover {
            background-color: white;
            color: #d40f8c;
        }

#leftbackbut {
    display: block;
}
#topbackbut {
    display: block; /* none*/
}

.footer-wave {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: auto;
  background-color: #d40f8c;
}

.social-icons-block {
  display: block;
  padding-top: 5px;
  padding-left: 6px;
}
.footer-notes {
  text-align: center;
}
.icon-image-link {
  margin-right: 7px;
  float: left;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.icon-image-link:hover {
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}
.terms {
  display: inline-block;
  height: auto;
  margin-right: 17px;
  margin-bottom: 12px;
  padding-top: 14px;
  font-family: Muli, sans-serif;
  color: white;
  font-size: 13px;
  text-align: right;
  text-decoration: none;
}
.terms:hover {
  text-decoration: underline;
}

.footer-copyright {
  display: inline;
  height: 33px;
  padding-top: 16px;
  font-family: Muli, sans-serif;
  color: #cccaca;
  font-size: 10px;
  text-align: right;
}

/* ================================================ */


body {
    overflow-x: visible;
    overflow-y: visible;
    margin-bottom: 0px;
    padding-top: 0px;
    background-color: white;
    -webkit-transition: all 500ms ease, -webkit-transform 500ms ease;
    -o-transition: all 500ms ease, -o-transform 500ms ease;
    transition: all 500ms ease, -ms-transform 500ms ease;
    transition: all 500ms ease, transform 500ms ease;
    font-family: 'Open Sans', sans-serif;
    color: #2b2b2b;
    font-size: 15px;
    line-height: 20px;
}

h1 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #8c63aa;
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    text-transform: none;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #00a94f;
    font-size: 26px;
    line-height: 28px;
    font-weight: 400;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #4d4d4d;
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
}

h4 {
    margin-top: 4px;
    margin-bottom: 7px;
    font-family: 'Open Sans', sans-serif;
    color: #4d4d4d;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
}

h5 {
    margin-top: 10px;
    margin-bottom: 8px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
}

h6 {
    margin-top: 16px;
    margin-bottom: 10px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
}

p {
    margin-bottom: 9px;
    font-family: 'Open Sans', sans-serif;
    color: #2e2e2e;
    line-height: 20px;
    font-weight: 400;
}

.pbutton {
    display: inline-block;
    margin-bottom: 9px;
    padding: 9px 18px;
    border-radius: 2px;
    background-color: #d30f8b;
    box-shadow: rgba(0, 0, 0, 0.49) 1px 1px 3px 0px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: white;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}

    .pbutton:hover {
        background-color: #669fd5;
    }

.button {
    display: inline-block;
    margin-bottom: 9px;
    padding: 9px 18px;
    border-radius: 2px;
    background-color: #00a94f;
    box-shadow: rgba(0, 0, 0, 0.49) 1px 1px 3px 0px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: white;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}

    .button:hover {
        background-color: #8c63aa;
    }

    .button.side-enews {
        margin-top: 7px;
        margin-bottom: 9px;
        padding: 9px 18px;
        float: left;
        border-radius: 2px;
        background-color: #00a94f;
        box-shadow: rgba(0, 0, 0, 0.49) 1px 1px 3px 0px;
    }

        .button.side-enews:hover {
            background-color: #f48024;
            box-shadow: none;
        }

    .button.home-signup-button {
        width: 50%;
        margin-bottom: 22px;
        padding-top: 9px;
        padding-bottom: 9px;
        background-color: #f48024;
        box-shadow: rgba(0, 0, 0, 0.74) 1px 1px 3px 0px, #f2984e 0px 0px 2px 2px inset;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        font-size: 17px;
        text-shadow: #9c4c0b 1px 1px 6px;
    }

        .button.home-signup-button:hover {
            background-color: #f0b81f;
            box-shadow: none;
            -webkit-transition: none 0ms ease;
            -o-transition: none 0ms ease;
            transition: none 0ms ease;
        }

    .button.products {
        display: block;
        width: 97%;
        margin: 6px auto;
        padding: 9px 0px;
        background-color: #8c63aa;
        font-size: 19px;
        line-height: 24px;
        font-weight: 300;
    }

        .button.products:hover {
            background-color: #00a94f;
            box-shadow: none;
        }

        .button.products.wave-pink {
            background-color: #d40e8c;
        }

            .button.products.wave-pink:hover {
                background-color: #669fd5;
            }

    .button.search-button {
        margin-bottom: 0px;
        padding: 5px 9px;
        border: 1px solid white;
        background-color: #00a94f;
        font-size: 13px;
        line-height: 14px;
    }

        .button.search-button:hover {
            background-color: #8c63aa;
        }

        .button.search-button:active {
            background-color: #f48024;
        }

    .button.search-button-lrg {
        display: inline-block;
        background-color: #00a94f;
    }

        .button.search-button-lrg:hover {
            background-color: #8c63aa;
        }

        .button.search-button-lrg:active {
            background-color: #f48024;
        }

    .button.news-return {
        width: 100%;
        background-color: #a6ada1;
        font-weight: 400;
    }

        .button.news-return:hover {
            background-color: #00a94f;
        }

        .button.news-return:active {
            background-color: #f48024;
            box-shadow: none;
        }

    .button.news-download {
        width: 48%;
        margin-right: 10px;
        background-color: #a6ada1;
        font-weight: 400;
    }

        .button.news-download:hover {
            background-color: #00a94f;
        }

        .button.news-download:active {
            background-color: #f48024;
            box-shadow: none;
        }

    .button.news-print {
        width: 48%;
        float: right;
        background-color: #a6ada1;
        font-weight: 400;
    }

        .button.news-print:hover {
            background-color: #00a94f;
        }

        .button.news-print:active {
            background-color: #f48024;
            box-shadow: none;
        }

    .button.combo-but1 {
        margin-top: 9px;
        margin-right: 10px;
        margin-left: 11px;
        padding: 4px 20px;
        border: 1px solid #8c63aa;
        background-color: transparent;
        box-shadow: none;
        color: #51544f;
        font-size: 15px;
        font-weight: 400;
    }

        .button.combo-but1:hover {
            background-color: #8c63aa;
            box-shadow: none;
            color: white;
        }

    .button.series {
        font-size: 17px;
        font-weight: 400;
    }

    .button.order-seed {
        width: 100%;
        padding-top: 14px;
        padding-bottom: 14px;
        padding-left: 63px;
        border: 1px solid black;
        background-color: white;
        background-image: url('../images/icon_order_seed.png');
        background-position: 2% 36%;
        background-repeat: no-repeat;
        color: #2b2b2b;
        font-size: 15px;
        text-align: left;
    }

        .button.order-seed:hover {
            background-color: #8dbe50;
        }

    .button.questions {
        border: 1px solid black;
        background-color: white;
        color: #00a94f;
    }

        .button.questions:hover {
            background-color: #00a94f;
            color: white;
        }

.hdr-lang {
    height: auto;
    background-color: #00a94f;
}

    .hdr-lang.dk-gray {
        background-color: #3a3d3c;
    }

.hdr-lang-container {
    height: 30px;
}

.lang-txt {
    margin-top: 5px;
    padding-left: 9px;
    font-family: 'Open Sans', sans-serif;
    color: #c2c2c2;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
}

.lang-txt-2 {
    margin-top: 6px;
    font-family: 'Open Sans', sans-serif;
    color: #c2c2c2;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}

.lang-link {
    font-family: 'Open Sans', sans-serif;
    color: #a8c398;
    font-weight: 300;
    text-decoration: none;
}

    .lang-link:hover {
        color: white;
    }

.lang-col2 {
    text-align: center;
}

.nav-logo {
    position: relative;
    margin-top: 0px;
    padding: 0px;
}

.menu-link {
    position: static;
    display: block;
    width: 17%;
    float: left;
    font-size: 15px;
    text-decoration: none;
}

.menu-text {
    position: relative;
    top: 0px;
    z-index: 1000;
    display: block;
    width: auto;
    margin: 22px 0px 0px;
    padding: 12px 2px 0px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: white;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.09) 1px 1px 6px;
}

    .menu-text:hover {
        padding-top: 12px;
        -webkit-transform: translate(0px, -10px);
        -ms-transform: translate(0px, -10px);
        -o-transform: translate(0px, -10px);
        transform: translate(0px, -10px);
        -webkit-transition-delay: initial;
        -o-transition-delay: initial;
        transition-delay: initial;
        color: white;
        font-size: 16px;
        font-weight: 400;
    }

.search-box {
    display: inline-block;
    width: 100px;
    height: 24px;
    margin-top: 8px;
    margin-right: 7px;
    margin-bottom: 6px;
    padding: 0px 7px;
    float: none;
    border: 0px none black;
    font-size: 13px;
}

    .search-box:focus {
        border: 1px solid #00a94f;
    }

.search-form {
    display: block;
    height: 30px;
    margin-top: 8px;
    padding-top: 0px;
    font-size: 23px;
    line-height: 22px;
    text-align: right;
}

.search-submit {
    height: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 2px 8px;
    float: none;
    border: 1px solid #a8c398;
    background-color: #00a94f;
    font-size: 13px;
}

    .search-submit:hover {
        background-color: #0c8243;
    }

    .search-submit:active {
        background-color: #9dd92e;
    }

.search-wrapper {
    height: 30px;
    margin-top: 9px;
    float: right;
}

.hdr-section {
    background-color: #a8c398;
}

    .hdr-section.dk-green {
        background-color: #00a94f;
    }

.logo-column {
    padding: 0px 15px 25px;
    background-color: white;
    text-align: center;
}

    .logo-column.for-home {
        left: 10px;
        padding-right: 16px;
        padding-left: 16px;
    }

.nav-column {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 6px;
    padding-left: 6px;
    text-align: center;
}

.search-block {
    display: inline-block;
    width: 28%;
    height: 1px;
    float: right;
}

.footer {
    position: static;
    left: 0px;
    right: 0px;
    bottom: -50px;
    display: block;
    overflow-x: visible;
    overflow-y: visible;
}

.main {
    position: static;
    display: block;
    overflow-x: visible;
    overflow-y: visible;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    background-image: url('../images/BKG_03.jpg');
    background-position: 0% 0%;
    background-size: cover;
}

.wavemain {
    position: static;
    display: block;
    overflow-x: visible;
    overflow-y: visible;
    /*margin-top: 20px;
    margin-bottom: 20px;*/
    padding-bottom: 0px;
    background-image: url('../images/bkg_wave_lawn.jpg');
    background-position: 0% 0%;
    background-size: cover;
}

.footer-logo-bar {
    min-height: 50px;
    background-color: #00a94f;
}

.footer-menu-bar {
    background-color: #a8c398;
}

.footer-menu-wrapper {
    padding-left: 0px;
}

.footer-logo {
    margin-top: 15px;
    margin-bottom: 15px;
    float: right;
}

.footer-register {
    display: inline-block;
    margin-top: 20px;
    padding-top: 0px;
    float: left;
    color: #b9d4a9;
    font-size: 13px;
    font-weight: 300;
}

.link {
    display: inline-block;
    margin-bottom: 4px;
    color: white;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.29) 1px 1px 6px;
}

    .link.footer-link {
        display: block;
        margin-bottom: 9px;
        -webkit-transition: all 350ms ease;
        -o-transition: all 350ms ease;
        transition: all 350ms ease;
        font-weight: 300;
        text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 6px;
    }

        .link.footer-link:hover {
            -webkit-transform: translate(5px, 0px);
            -ms-transform: translate(5px, 0px);
            -o-transform: translate(5px, 0px);
            transform: translate(5px, 0px);
            color: #066934;
            text-shadow: none;
        }

.footer-menu-block {
    min-height: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 6px 9px;
    border-left-style: dotted;
    border-left-width: 1px;
    color: #f5eded;
}

.footer-icon {
    margin-right: 5px;
    float: left;
    text-shadow: none;
}

.social-link {
    display: block;
    margin-bottom: 8px;
    padding-top: 0px;
    border-left-style: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 300;
    text-decoration: none;
}

    .social-link:hover {
        -webkit-transform: translate(6px, 0px);
        -ms-transform: translate(6px, 0px);
        -o-transform: translate(6px, 0px);
        transform: translate(6px, 0px);
    }

.main-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    background-color: white;
}

.side-link {
    display: inline-block;
    width: 100%;
    padding: 4px 9px 4px 12px;
    float: none;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    color: white;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.49) 1px 1px 6px;
    line-height: 24px;
}

    .side-link:hover {
        color: #04c75f;
    }

    .side-link.w--current {
        color: #f48024;
    }

        .side-link.w--current:active {
            color: #d1deca;
        }

    .side-link.subtext {
        padding-left: 0px;
        color: #f5fcf8;
        font-size: 13px;
        line-height: 17px;
        text-decoration: none;
        text-shadow: none;
    }

        .side-link.subtext:hover {
            color: #f7a460;
            text-shadow: none;
        }

        .side-link.subtext.w--current {
            text-shadow: none;
        }

.side-menu-col {
    display: block;
    height: auto;
    /*min-height: 150px;*/
    margin-bottom: 12px;
    padding-left: 8px;
    background-color: white;
}

.main-col {
    padding-right: 12px;
    padding-left: 6px;
}

.main-content-block {
    margin-right: 0px;
    padding-right: 6px;
    padding-left: 0px;
    color: #51544f;
}

.main-content-row {
    margin-right: 0px;
    margin-left: 0px;
    background-color: white;
    color: #2e2e2e;
    font-size: 14px;
    text-indent: 0px;
}

.side-menu-title {
    margin-top: 13px;
    margin-bottom: 5px;
    padding-bottom: 6px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.49);
    color: white;
    font-size: 17px;
    line-height: 21px;
    text-shadow: rgba(0, 0, 0, 0.49) 1px 1px 6px;
}

.side-navbar {
    margin-left: 5px;
    padding-left: 0px;
    border-bottom: 12px solid #00a94f;
    background-color: #00a94f;
    background-image: url('../images/bkg_01.jpg');
    background-size: cover;
    background-attachment: fixed;
}

.side-menu-block {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 12px;
    padding-right: 9px;
    padding-left: 9px;
    background-color: transparent;
}

.side-search-input {
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 75%;
    height: 25px;
    margin-top: 7px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
    color: #6e6b6b;
    font-size: 13px;
    text-align: left;
    list-style-type: disc;
}

.side-search-submit {
    width: 32px;
    height: 25px;
    margin-top: 7px;
    margin-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #00a94f;
    box-shadow: rgba(0, 0, 0, 0.49) 1px 1px 3px 0px;
    font-size: 13px;
}

.slider {
    background-image: url('../images/bkg_01.jpg');
    background-size: cover;
    opacity: 1;
}

.band1 {
    margin-top: 60px;
    margin-bottom: 25px;
    padding-top: 0px;
    background-image: url('../images/bkg_01.jpg');
    background-position: 50% -476px;
    background-size: cover;
}

.home-pic-block {
    background-color: white;
    text-decoration: none;
}

    .home-pic-block:hover {
        color: black;
    }

.home-sec-hdr {
    position: relative;
    top: 6px;
    margin-top: -29px;
    padding-bottom: 0px;
    border-bottom-style: none;
    border-bottom-width: 12px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #f48024;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
}

.register {
    position: relative;
    top: -7px;
    padding-top: 0px;
    font-size: 19px;
    line-height: 19px;
}

.home-pic-col {
    padding-right: 9px;
    padding-left: 9px;
}

.home-pic-img {
    margin-top: 1px;
    border-top: 12px solid #f48024;
    background-color: transparent;
    -webkit-transition: border 500ms ease, opacity 500ms ease;
    -o-transition: border 500ms ease, opacity 500ms ease;
    transition: border 500ms ease, opacity 500ms ease;
}

    .home-pic-img:hover {
        border-top-color: #00a94f;
        opacity: 0.75;
    }

.slider-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
}

.band2 {
    margin-top: 45px;
    margin-bottom: 30px;
    padding-top: 0px;
    background-image: url('../images/bkg_01.jpg');
    background-size: cover;
}

.band3 {
    margin-top: 45px;
    margin-bottom: 23px;
    background-image: url('../images/bkg_01.jpg');
    background-position: 0% -46%;
    background-size: cover;
}

.home-signup {
    position: static;
    left: 0px;
    top: 2px;
    display: block;
    height: 100%;
    min-height: 20px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    border-top: 12px solid #f48024;
    background-color: white;
    text-align: center;
    text-decoration: none;
}

.home-sec2-hdr {
    position: relative;
    top: -31px;
    color: #f48024;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
}

.home-signup-txt {
    margin-top: 0px;
    margin-bottom: 13px;
    padding-top: 0px;
    float: none;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.rule-orange {
    position: relative;
    top: -16px;
    height: 3px;
    margin-right: 9px;
    background-color: #f48024;
}

.prod-text {
    margin-right: 16px;
    margin-left: 16px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #444;
    font-size: 15px;
    text-align: left;
}

.prod-subhead {
    margin-top: 10px;
    margin-bottom: 9px;
    border-bottom: 3px solid #a8c398;
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 600;
}

.prod-image.scale {
    width: 100%;
}

.purple {
    margin-top: 0px;
    color: #8c63aa;
    line-height: 39px;
    text-shadow: none;
}

.sec-div.gu30 {
    width: 30%;
    float: left;
}

.sec-div.gu70 {
    width: 70%;
    float: left;
}

.sec-index-words {
    margin-left: 12px;
}

.sec-index-hdr {
    position: relative;
    top: 4px;
    color: #8c63aa;
    font-size: 28px;
    line-height: 30px;
}

.sec-index-text-block {
    margin-right: 0px;
    padding: 12px;
    background-color: #8c63aa;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .sec-index-text-block:hover {
        background-color: #6a4287;
    }

.sec-index-text {
    color: white;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
}

.sec-index-block {
    position: relative;
    margin-top: 24px;
}

.link-block {
    text-decoration: none;
}

.sec-index-link {
    -webkit-transition: color 500ms ease;
    -o-transition: color 500ms ease;
    transition: color 500ms ease;
    color: #f7c10f;
    font-weight: 600;
}

    .sec-index-link:hover {
        color: #f5f4f2;
    }

.sec-index-image {
    border: 4px solid white;
    -webkit-transition: border 500ms ease;
    -o-transition: border 500ms ease;
    transition: border 500ms ease;
}

    .sec-index-image:hover {
        border: 4px solid #8c63aa;
    }

.sp10 {
    height: 10px;
    min-width: 1px;
    clear: both;
}

.gu30 {
    width: 30%;
    float: left;
}

.gu70 {
    width: 70%;
    float: left;
}

.prod-group-hdr {
    margin-bottom: 9px;
    padding-left: 0px;
    float: none;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #2e2e2e;
    font-weight: 700;
}

.prod-group-download {
    display: block;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    color: #00a94f;
    font-size: 14px;
    text-decoration: none;
}

    .prod-group-download:hover {
        color: #f48024;
    }

.prod-group-new {
    margin-bottom: 7px;
    color: #fa0505;
    font-weight: 700;
}

.prod-photo-area {
    border: 1px solid #00a94f;
}

.prod-more-photos {
    width: 18%;
    padding: 9px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .prod-more-photos:hover {
        background-color: #a8c398;
    }

.side-menu-sub {
    display: none;
}

.nav-logo-link {
    position: relative;
    top: 13px;
    display: block;
    height: 100%;
}

.underline {
    text-decoration: underline;
}

.drawer-handle {
    color: #00a94f;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    text-decoration: none;
    padding: 0 0 4 0;
    margin-bottom: 4px;
    cursor: pointer;
}

.seriesname {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.listing-text {
    display: block;
    margin-bottom: 4px;
    color: #00a94f;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    text-decoration: none;
}

    .listing-text:hover {
        color: #f48024;
    }

    .listing-text:focus {
        color: #00a94f;
    }

.list-note {
    color: #51544f;
}

.social-icon {
    margin-right: 6px;
    float: left;
}

.social-text-link {
    padding-top: 2px;
    -webkit-transition: all 250ms ease, all 350ms ease;
    -o-transition: all 250ms ease, all 350ms ease;
    transition: all 250ms ease, all 350ms ease;
    color: white;
}

    .social-text-link:hover {
        color: #066934;
    }

.column-marker {
    padding: 8px;
    border: 1px solid black;
    background-color: #9e9090;
    color: white;
}

.col-box {
    min-height: 175px;
    margin-right: 9px;
    margin-bottom: 9px;
    padding: 12px;
    border: 1px solid #00a94f;
}

.col-pad {
    position: relative;
    display: block;
    padding-right: 9px;
}

    .col-pad.last {
        padding-right: 9px;
    }

.cat-block {
    display: block;
    padding-right: 12px;
}

.cat-image {
    width: 125px;
    margin-right: 9px;
    margin-bottom: 6px;
    margin-left: 0px;
    float: left;
    box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px 0px;
}

.cat-heading {
    margin-bottom: 6px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #2b2b2b;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}

.cat-download {
    display: block;
    margin-bottom: 4px;
    float: none;
    clear: none;
    font-family: 'Feather webfont', sans-serif;
    color: #00a94f;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-decoration: none;
}

    .cat-download:hover {
        color: #8c63aa;
    }

.sp20 {
    height: 20px;
}

.sp10 {
    height: 10px;
}

.privacy {
    font-size: 13px;
}

.subhead {
    padding-bottom: 18px;
    border-bottom: 2px solid #00a94f;
    color: #2e2e2e;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
}
.bottom-pink {border-bottom: 2px solid #d40e8c;
}
.bottom-blue {
    border-bottom: 2px solid #669fd5;
}
    .subhead.green {
        padding-bottom: 14px;
        border-bottom-width: 3px;
        border-bottom-color: #00a94f;
        text-shadow: none;
    }

.box-white {
    padding: 0px 9px 9px 12px;
}

.bullet-item {
    color: #2b2b2b;
    font-size: 13px;
    text-indent: 0px;
    list-style-type: square;
}

.rule-green {
    position: relative;
    top: -16px;
    width: auto;
    height: 2px;
    margin-right: 9px;
    padding-right: 0px;
    background-color: #00a94f;
}

    .rule-green.rule-pink {
        background-color: #d40e8c;
    }

    .rule-green.rule-cool-blue {
        background-color: #669fd5;
    }

.prod-head {
    position: relative;
    z-index: 1;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #f48024;
    font-weight: 700;
}

.text-green {
    position: relative;
    z-index: 1;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #00a94f;
    text-transform: none;
    text-shadow: white 0px 0px 1px;
}

    .text-green.white-region {
        padding-top: 11px;
        padding-left: 12px;
        color: #ebf2e6;
        font-weight: 400;
        text-shadow: none;
    }

.text-purple {
    color: #8c63aa;
}

.form-select-country {
    width: 50%;
    margin-top: 6px;
    border: 1px solid #00a94f;
    box-shadow: rgba(0, 0, 0, 0.49) 1px 1px 3px 0px;
}

.feather {
    font-family: 'Feather webfont', sans-serif;
    font-size: 16px;
}

.feather14 {
    position: relative;
    top: -2px;
    margin-right: 2px;
    padding-right: 0px;
    font-family: 'Feather webfont', sans-serif;
    color: #f48024;
    font-size: 21px;
    line-height: 26px;
}

.photo-list {
    width: 40%;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    border: 2px solid white;
}

    .photo-list:hover {
        border-color: #00a94f;
    }

.results-top {
    margin-right: 9px;
    margin-bottom: 13px;
    padding: 9px 12px;
    border: 1px solid #a8c398;
    background-color: rgba(168, 195, 152, 0.09);
}

.search-breadcrumb {
    height: 40px;
}

.link-breadcrumb {
    display: inline-block;
    padding-right: 0px;
    float: none;
    color: #00a94f;
    font-size: 15px;
    text-decoration: none;
}

.search-arrow {
    display: inline-block;
    margin-right: 12px;
    margin-left: 12px;
    font-size: 15px;
    font-weight: 700;
}

.search-result-text {
    display: inline-block;
    color: #2b2b2b;
    text-align: center;
}

.search-jump {
    display: block;
    height: 25px;
    float: right;
    background-color: #f2f7f5;
    font-size: 14px;
}

.form-search-jump {
    display: block;
    width: 75%;
    height: 1px;
    float: right;
}

.form-container {
    height: 1px;
}

.search-pagination {
    padding-right: 9px;
    color: #2b2b2b;
    text-align: right;
}

.object-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.search-layout-text {
    color: #2b2b2b;
    text-align: center;
}

.box-yellow {
    padding: 0px 12px 9px;
    background-color: #fffced;
}

.row-yellow {
    background-color: #fffced;
}

.photo-combo {
    width: 200px;
    margin-right: 11px;
    margin-bottom: 10px;
    float: left;
    border: 4px solid #a8c398;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

    .photo-combo:hover {
        border-color: #f48024;
    }

.rule-yellow {
    position: relative;
    top: -15px;
    height: 12px;
    margin-right: 9px;
    background-color: #ffcd00;
}

.indent {
    text-indent: 12px;
    list-style-type: square;
}

.link-photo {
    display: inline-block;
}

.row-feature {
    margin-bottom: 16px;
}

.brochure-img {
    width: 150px;
    margin-right: 12px;
    margin-bottom: 7px;
    float: left;
    box-shadow: rgba(0, 0, 0, 0.49) 1px 1px 3px 0px;
}

    .brochure-img._100px {
        width: 100px;
    }

.rule-purple {
    position: relative;
    top: -16px;
    height: 3px;
    background-color: #8c63aa;
}

.link-green {
    color: #00a94f;
    text-decoration: none;
}

    .link-green:hover {
        color: #8c63aa;
    }

.background-bottom {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #a8c398;
}

.prod-group-subhead {
    /*border-bottom: 2px solid #a8c398;*/
    font-size: 16px;
}

.benchcard_row {
    margin-top: 6px;
}

.benchcard_caption {
    margin-top: 9px;
    color: #2b2b2b;
}

.benchcard_img {
    border: 3px solid white;
}

    .benchcard_img:hover {
        border-color: #00a94f;
    }

    .benchcard_img:active {
        border-color: #f48024;
    }

.list-drop-div {
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 7px 9px;
    background-color: #ebf2e6;
}

.list-drop-text {
    margin-bottom: 4px;
    color: #00a94f;
}

    .list-drop-text:hover {
        color: #2b2b2b;
    }

    .list-drop-text:active {
        color: #f48024;
    }

.bold {
    font-weight: 700;
}

.search-box-lrg {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 60%;
    margin-top: 0px;
    margin-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid #00a94f;
    color: #2b2b2b;
}

    .search-box-lrg:focus {
        border-color: #f48024;
    }

.search-advanced-form {
    margin-top: 11px;
}

.search-padding {
    margin-top: 9px;
    margin-right: 0px;
    padding: 9px 12px 12px;
    background-color: #f2f2f2;
    color: #51544f;
}

.advanced-row {
    margin-top: 15px;
    padding: 6px 12px 12px;
    background-color: #f2f2f2;
    color: #2b2b2b;
}

.dropdown-title-div {
    display: inline;
    width: 50%;
    height: 30px;
    float: left;
}

.search-dropdown {
    display: block;
    width: 65%;
    height: 26px;
    margin-left: 9px;
    padding-top: 0px;
    font-size: 14px;
    list-style-type: none;
}

.dropdown-title {
    height: 24px;
    margin-right: 6px;
    float: left;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
}

.dropdown-row {
    display: inline;
}

.tab-link-box.w--current {
    background-color: #00a94f;
    color: white;
}

.news-block {
    margin-right: 9px;
    margin-bottom: 9px;
    padding: 9px;
    border: 1px solid #51544f;
    border-radius: 2px;
    background-color: white;
}

    .news-block:hover {
        border-color: #00a94f;
        background-color: #e3eddd;
    }

.news-block-head {
    margin-right: 9px;
    background-color: #8c63aa;
}

.news-section-head {
    margin-top: 0px;
    padding: 9px 11px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: white;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
}

.news-date {
    margin-top: 0px;
    margin-bottom: 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.news-describe {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    text-decoration: none;
}

.news-block-link {
    width: 100%;
    text-decoration: none;
}

.news-row {
    padding-top: 12px;
    padding-bottom: 9px;
    padding-left: 9px;
    background-color: #8c63aa;
}

.news-text {
    line-height: 22px;
    font-weight: 400;
}

.news-title {
    color: #51544f;
    font-weight: 700;
}

.news-subhead {
    margin-top: 12px;
    color: #51544f;
}

.combo-row {
    margin-bottom: 18px;
}

.combo-color-block {
    width: 100%;
    height: 30px;
    margin-bottom: 12px;
    padding: 5px 12px 5px 6px;
    float: left;
    background-color: #8dbe50;
    color: #fff7f7;
    font-size: 15px;
    text-align: right;
}

    .combo-color-block.combo-magenta {
        background-color: #d40e8c;
    }

    .combo-color-block.combo-yellow {
        background-color: #fdb71b;
    }

.combo-title1 {
    margin-top: 5px;
    margin-bottom: 14px;
    padding-left: 10px;
    float: none;
    color: #2b2b2b;
    font-size: 16px;
}

.combo-photo1 {
    display: block;
    margin-top: 10px;
    border: 1px solid #a6ada1;
}

.combo-descrip1 {
    margin-bottom: 12px;
    padding-right: 20px;
    padding-left: 10px;
    color: #2b2b2b;
    font-size: 13px;
    line-height: 18px;
}

.combo-left {
    width: 50%;
    float: left;
}

.combo-right {
    width: 50%;
    float: right;
}

.fuseable_icon_block {
    padding: 8px 9px;
    border: 1px solid black;
    border-radius: 3px;
    background-color: white;
    box-shadow: black 1px 1px 3px 0px;
}

    .fuseable_icon_block:hover {
        background-color: #8dbe50;
        color: white;
    }

.fuseable-cart-text {
    margin-top: 6px;
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 400;
}

.fuseable-cart-icon {
    margin-right: 11px;
    margin-left: 6px;
    float: left;
}

.caption {
    display: block;
    color: #00a94f;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

    .caption:hover {
        color: #8c63aa;
    }

.caption-box {
    margin-top: 8px;
    font-size: 13px;
}

.medley-row {
    margin-bottom: 12px;
}

.medley-title-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: inline-block;
    padding: 9px;
    background-color: #d40e8c;
}

.medley-title-text {
    color: white;
    line-height: 15px;
    text-transform: uppercase;
}

.text-wave-pink {
    color: #d40e8c;
}

.text-coolwave-blue {
    color: #669fd5;
}

.object-left {
    margin-right: 12px;
    margin-bottom: 12px;
    float: left;
}

.radio-label {
    color: #2b2b2b;
}

.video-img {
    width: 225px;
    margin-right: 12px;
    margin-bottom: 12px;
    float: left;
    box-shadow: rgba(0, 0, 0, 0.52) 1px 1px 3px 0px;
}

.text-packaging {
    color: #51544f;
    font-size: 13px;
    font-weight: 400;
}

.rule-coolwave {
    position: relative;
    top: -16px;
    height: 3px;
    background-color: #669fd5;
}

.wave-list {
    margin-bottom: 12px;
    color: #00a94f;
    font-size: 14px;
    list-style-type: disc;
}

.indent-12 {
    padding-left: 20px;
}

.wave-bullet {
    margin-bottom: 3px;
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 400;
    list-style-type: square;
}

.plant-search-input {
    width: 95%;
}

.plant-dropdown {
    width: 70%;
    height: 30px;
    margin-left: 7px;
    float: right;
}

.plant-search-label {
    position: relative;
    top: 5px;
    font-size: 15px;
    font-weight: 400;
    text-align: right;
}

.label {
    display: inline-block;
}

.hdr-text {
    padding-top: 4px;
    color: #c2c2c2;
    font-size: 13px;
}

.lang-col3 {
    text-align: right;
}

.region-section {
    background-color: #00a94f;
}

.region-col2 {
    background-color: #00a94f;
}

.maparea {
    position: relative;
}

.mapsection {
    margin-top: 12px;
    margin-right: 12px;
    margin-left: 12px;
}

.row-map {
    height: 30px;
}

.map_america {
    position: static;
    width: 100%;
    float: left;
}

.map_europe {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
}

.map-america-block {
    position: relative;
    left: 0px;
    top: 0px;
    width: 40.3%;
    float: left;
}

.map_america_over {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .map_america_over:hover {
        opacity: 1;
    }

.map-europe-block {
    position: relative;
    left: 0px;
    top: 0px;
    width: 59.4%;
    float: left;
}

.map_europe_over {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow-x: visible;
    overflow-y: visible;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .map_europe_over:hover {
        opacity: 1;
    }

.main-nav-side-block {
    margin-bottom: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #00a94f;
}

.main-nav-side-link {
    padding: 9px 25px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    color: white;
    font-size: 18px;
}

    .main-nav-side-link:hover {
        padding-top: 9px;
        padding-bottom: 9px;
        -webkit-transform: translate(10px, 0px);
        -ms-transform: translate(10px, 0px);
        transform: translate(10px, 0px);
        color: white;
        text-decoration: none;
    }

    .main-nav-side-link:active {
        color: white;
    }

    .main-nav-side-link:visited {
        color: white;
    }

.toolkit-row {
    border-bottom: 1px solid #00a94f;
}

.toolkit-col1 {
    padding: 6px;
}

.toolkit-col2 {
    padding: 6px;
}

.toolkit-block {
    min-height: 130px;
    margin-right: 0px;
    padding: 3px;
    border: 1px solid #51544f;
}

.kit-genus {
    margin-bottom: 4px;
    padding-left: 6px;
    font-weight: 700;
}

.toolplant-col2 {
    padding-left: 0px;
}

.kit-text {
    margin-bottom: 5px;
    padding-left: 6px;
    font-size: 12px;
    line-height: 14px;
}

@media (max-width: 991px) {
    .wavebookbutton.wave-return {
        font-size: 16px;
    }

    .button.side-enews {
        margin-bottom: 16px;
    }

    .button.products {
        padding: 12px 17px;
    }

    .nav-logo {
        margin-top: 4px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .menu-link {
        width: 25%;
    }

    .menu-text {
        margin-top: 6px;
        padding-right: 5px;
        padding-left: 5px;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        font-size: 16px;
        line-height: 14px;
        text-align: center;
    }

        .menu-text:hover {
            background-color: transparent;
            -webkit-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
            color: #b3e895;
        }

    .search-box {
        width: 150px;
    }

    .search-form {
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 0px;
        text-align: center;
    }

    .search-wrapper {
        display: block;
        float: none;
    }

    .logo-column {
        display: block;
        padding-right: 0px;
        padding-bottom: 25px;
        padding-left: 0px;
    }

        .logo-column.for-home {
            padding-right: 10px;
            padding-bottom: 30px;
            padding-left: 10px;
        }

    .nav-column {
        padding-right: 0px;
        padding-left: 0px;
    }

    .search-block {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 47px;
        float: none;
        clear: left;
        text-align: center;
    }

    .main {
        background-image: none;
        background-position: 0% 0%;
        background-size: auto;
    }

    .footer-icon {
        text-shadow: none;
    }

    .side-link.subtext {
        text-shadow: none;
    }

    .main-content-row {
        margin-left: 0px;
    }

    .side-navbar {
        margin-left: 0px;
    }

    .side-menu-block {
        margin-bottom: 0px;
        padding-right: 6px;
        padding-left: 6px;
        background-color: #51544f;
    }

    .band3 {
        background-image: none;
        background-position: 0% 0%;
        background-size: auto;
    }

    .prod-subhead {
        margin-bottom: 9px;
    }

    .prod-group-hdr {
        line-height: 18px;
    }

    .prod-group-download {
        display: block;
        float: none;
    }

    .prod-group-new {
        margin-bottom: 6px;
    }

    .side-menu-sub {
        display: none;
    }

    .row-main-nav {
        margin-right: 0px;
        margin-left: 0px;
    }

    .hdr-container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .col-box {
        min-height: 190px;
        margin-right: 8px;
        margin-bottom: 9px;
        margin-left: 0px;
        padding: 10px;
    }

    .subhead {
        padding-top: 9px;
        text-shadow: none;
    }

    .text-green.white-region {
        text-shadow: none;
    }

    .kit-genus {
        font-size: 14px;
        font-weight: 600;
    }
}

@media (max-width: 767px) {
    #leftbackbut {
        display: none;
    }
    #topbackbut {
    display: block;
}
    .drawer-handle {
        color: #00a94f;
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        text-decoration: none;
        padding: 0 0 4 0;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .seriesname {
        font-size: 18px;
        font-weight: bold;
        color: #000000;
    }

    .listing-text {
        margin-bottom: 10px;
        color: #00a94f;
        font-size: 18px;
        line-height: 22px;
    }

    body {
        -webkit-transition: none 0ms ease;
        -o-transition: none 0ms ease;
        transition: none 0ms ease;
    }

        body:hover {
            -webkit-transition: none 0ms ease;
            -o-transition: none 0ms ease;
            transition: none 0ms ease;
        }

    .button.products {
        display: block;
    }

    .hdr-lang-container {
        height: 80px;
    }

    .menu-text {
        font-size: 18px;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition-duration: 350ms;
        -o-transition-duration: 350ms;
        transition-duration: 350ms;
    }

        .menu-text:hover {
            -webkit-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
        }

    .search-form {
        height: 33px;
    }

    .search-wrapper {
        float: none;
    }

    .logo-column.for-home {
        left: 0px;
    }

    .nav-column {
        height: 50px;
    }

    .footer-logo-wrapper {
        padding-right: 12px;
        padding-left: 12px;
    }

    .footer-register {
        font-size: 13px;
    }

    .link.footer-link {
        -webkit-transition: none 0ms ease;
        -o-transition: none 0ms ease;
        transition: none 0ms ease;
    }

    .footer-icon {
        text-shadow: none;
    }

    .social-link {
        -webkit-transition-property: -webkit-transform;
        -o-transition-property: -o-transform;
        transition-property: -ms-transform;
        transition-property: transform;
        -webkit-transition-duration: 350ms;
        -o-transition-duration: 350ms;
        transition-duration: 350ms;
    }

    .side-link.subtext {
        text-shadow: none;
    }

    .side-menu-col {
        padding-right: 15px;
    }

    .side-menu-title {
        text-align: left;
    }

    .side-menu-block {
        padding-right: 12px;
        padding-left: 12px;
        background-color: #8c63aa;
    }

    .side-search-input {
        float: none;
        text-align: left;
    }

    .side-search-submit {
        width: 68px;
        float: left;
    }

    .side-menu-icon {
        color: white;
        font-size: 32px;
    }

    .band3 {
        background-image: none;
        background-position: 0% 0%;
        background-size: auto;
    }

    .home-signup {
        margin-top: 23px;
    }

    .side-menu-sub {
        position: relative;
        left: 55px;
        top: 25px;
        display: inline-block;
        color: white;
        font-weight: 300;
        text-shadow: black 1px 1px 6px;
    }

    .social-text-link {
        -webkit-transition: all 350ms ease;
        -o-transition: all 350ms ease;
        transition: all 350ms ease;
    }

    .subhead {
        text-shadow: none;
    }

    .text-green.white-region {
        padding-top: 16px;
        font-size: 26px;
        text-shadow: none;
    }

    .search-breadcrumb {
        margin-bottom: 21px;
    }

    .search-result-text {
        display: inline-block;
    }

    .search-jump {
        float: none;
    }

    .form-search-jump {
        width: 50%;
        float: none;
    }

    .form-container {
        float: none;
    }

    .photo-section {
        display: block;
        width: 100%;
        margin-right: auto;
        margin-bottom: 13px;
        margin-left: auto;
        text-align: center;
    }

    .combo-photo1 {
        margin-bottom: 20px;
    }

    .hdr-text {
        text-align: center;
    }

    .kit-genus {
        padding-left: 0px;
    }

    .kit-text {
        padding-left: 0px;
    }

    .toolkit-button {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .tool-kit-heading {
        margin-bottom: 4px;
    }
}

@media (max-width: 479px) {

      .footer-copyright {
    display: block;
    height: 45px;
    padding-top: 0px;
    text-align: center;
  }

 .terms {
    display: block;
    margin-bottom: 11px;
    padding-top: 12px;
    padding-bottom: 0px;
    text-align: center;
  }

      .footer-wave {
    height: auto;
  }
  .footer-copyright {
    display: block;
    height: 45px;
    padding-top: 0px;
    text-align: center;
  }

 .social-icons-block {
    margin-bottom: 18px;
    padding-top: 10px;
  }
  .footer-notes {
    padding-right: 0px;
    padding-left: 0px;
  }


    .wavebookbutton.wave-return-top {
        font-size: 13px;
    }

    #leftbackbut {
        display: none;
    }
    #topbackbut {
    display: block;
}
    .wave-logo {
        margin-top: 9px;
    }

    .drawer-handle {
        color: #00a94f;
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        text-decoration: none;
        padding: 0 0 4 0;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .seriesname {
        font-size: 18px;
        font-weight: bold;
        color: #000000;
    }

    .listing-text {
        margin-bottom: 10px;
        color: #00a94f;
        font-size: 18px;
        line-height: 22px;
    }

    body {
        -webkit-transition: none 0ms ease;
        -o-transition: none 0ms ease;
        transition: none 0ms ease;
    }

    h1 {
        font-size: 30px;
    }

    h3 {
        font-size: 22px;
    }

    .button {
        display: block;
    }
     .pbutton {
        display: block;
    }

        .button.products {
            display: block;
        }

        .button.series {
            display: block;
        }

    .hdr-lang-container {
        height: 80px;
    }

    .lang-txt {
        text-align: center;
    }

    .lang-txt-2 {
        text-align: center;
    }

    .menu-link {
        width: 90%;
        height: 38px;
    }

    .menu-text {
        font-size: 18px;
        top: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition-delay: initial;
        -o-transition-delay: initial;
        transition-delay: initial;
    }

    .search-box {
        width: 157px;
        text-align: left;
    }

    .search-form {
        text-align: center;
    }

    .search-submit {
        padding-right: 20px;
        padding-left: 20px;
    }

    .logo-column.for-home {
        left: 0px;
    }

    .nav-column {
        height: auto;
    }

    .search-block {
        display: inline-block;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .footer-logo-wrapper {
        text-align: center;
    }

    .footer-logo {
        display: inline-block;
        margin-bottom: 0px;
        float: none;
        text-align: center;
    }

    .footer-register {
        float: none;
    }

    .link.footer-link {
        display: block;
        -webkit-transition: none 0ms ease;
        -o-transition: none 0ms ease;
        transition: none 0ms ease;
    }

    .footer-menu-block {
        border-left-style: none;
    }

    .footer-row {
        text-align: center;
    }

    .footer-icon {
        float: none;
        text-shadow: none;
    }

    .social-link {
        -webkit-transition: none 0ms ease;
        -o-transition: none 0ms ease;
        transition: none 0ms ease;
    }

        .social-link:hover {
            -webkit-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
        }

    .side-link.subtext {
        padding-left: 0px;
        text-shadow: none;
    }

    .side-menu-col {
        display: block;
        height: auto;
        padding-right: 15px;
    }

    .side-menu-title {
        text-align: left;
    }

    .side-menu-block {
        padding-right: 12px;
        padding-left: 12px;
    }

    .band1 {
        background-image: none;
        background-position: 0% 0%;
        background-size: auto;
    }

    .home-sec-hdr {
        margin-top: 0px;
    }

    .band2 {
        background-image: none;
        background-size: auto;
    }

    .band3 {
        background-image: none;
        background-position: 0% 0%;
        background-size: auto;
    }

    .home-signup {
        margin-top: 28px;
    }

    .purple {
        line-height: 38px;
    }

    .side-menu-sub {
        left: 10px;
        top: -48px;
        display: inline-block;
        margin-right: 91px;
        float: none;
        font-size: 14px;
    }

    .nav-logo-link {
        position: relative;
        height: 100%;
        margin-top: 1px;
    }

    .side-bar-container {
        /*height: 74px;*/
    }

    .social-icon {
        float: none;
    }

    .social-text-link {
        -webkit-transition-delay: initial;
        -o-transition-delay: initial;
        transition-delay: initial;
    }

    .col-box {
        min-height: 100px;
    }

    .col-pad {
        padding-right: 0px;
    }

    .cat-image {
        width: 100px;
    }

    .subhead {
        text-shadow: none;
    }

    .text-green.white-region {
        padding-top: 12px;
        text-shadow: none;
    }

    .search-result-text {
        text-align: center;
    }

    .form-search-jump {
        width: 50%;
    }

    .row-search-layout {
        margin-top: 25px;
    }

    .photo-combo {
        width: 150px;
    }

    .brochure-img {
        width: 125px;
    }

    .dropdown-title-div {
        width: 36%;
        font-size: 17px;
    }

    .search-dropdown {
        width: 60%;
    }

    .dropdown-title {
        font-size: 12px;
    }

    .plant-search-label {
        font-size: 13px;
        line-height: 13px;
    }

    .region-col2 {
        height: 57px;
    }

    .toolkit-row {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .toolkit-block {
        margin-right: 0px;
        padding-left: 5px;
    }

    .tool-kit-heading {
        margin-bottom: 4px;
        font-size: 16px;
    }
}

.toolkit-name {
    font-size: 12px;
}

.pad10 {
padding-left:10px;padding-right:10px}
@font-face {
    font-family: 'Feather webfont';
    src: url('../fonts/feather-webfont.eot') format('embedded-opentype'), url('../fonts/feather-webfont.woff') format('woff'), url('../fonts/feather-webfont.ttf') format('truetype'), url('../fonts/feather-webfont.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}
