﻿/*!  * Bootstrap v3.3.4 (http://getbootstrap.com)  * Copyright 2011-2015 Twitter, Inc.  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)  */ /*! normalize.css v3.0.2 | MIT License | git.io/normalize */

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

b, strong {
    font-weight: bold;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}
/*svg:not(:root) {   overflow: hidden; }*/

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, {
    -webkit-appearance: button;
    cursor: pointer;
}

.btn:hover {
    color: #333;
    text-decoration: none;
}

.btn-success {
    color: #9bc718;
    background-color: #287d87;
    border-color: #9bc718;
}

    .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        color: #287d87;
        background-color: #9bc718;
        border-color: #287d87;
    }

    .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

#partnerlist ul li p {
    font-weight: 100;
    line-height: 2;
    color: #737474;
    font-size: .75em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px;
}

.col-lg-4.col-md-6.col-sm-6 address a {
    color: #287d87;
}

.col-xs-2 a img {
    float: left;
}

.col-lg-12.text-left p a {
    color: #9bc718;
}

.jumbotron .text-center a {
    color: #9bc718;
}

@media print {
    *, *:before, *:after {
        color: #287D87 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }
}
/* * {   -webkit-box-sizing: border-box;      -moz-box-sizing: border-box; }*/

div ul li {
    font-size: 16px;
    margin-left: 5px;
}

#partnerlist ul li {
    font-weight: 200;
    line-height: 1.1;
    color: #9bc718;
    font-size: 2em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    list-style-image: url('http://epsstorage.blob.core.windows.net/websiteimages/flowerbullet.gif');
}

#partnerlist ul {
    float: left;
    width: 45%;
}

@media (max-width: 992px) {
    #partnerlist ul {
        float: none;
        width: 100%;
    }
}

.text-center.col-sm-6 ul li {
    font-size: 16px;
    margin-left: 5px;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

#partnerlist ul li a {
    text-decoration: none;
    margin: 0;
    color: #9bc718;
}

    #partnerlist ul li a:hover {
        text-decoration: underline;
        margin: 0;
        color: #287d87;
    }

figure {
    margin: 0;
}

.row .col-md-6.text-center img {
    margin: 20px 0px 0px 0px;
    vertical-align: middle;
}

.row .col-xs-2 a img {
    float: left;
    margin: 10px;
}

.img-responsive, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

[role="button"] {
    cursor: pointer;
}

h1, h2, h4, h5 {
    font-weight: 500;
    line-height: 1.1;
    color: #EE7600;
    font-size: 3.2em;
    text-shadow: 2px 2px #FFF;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3 {
    font-weight: normal;
    line-height: .75;
    color: #737474;
    font-size: 1.1;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h6 {
    font-weight: 500;
    line-height: 1.1;
    color: #EE7600;
    font-size: 2.2em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
}

h7 {
    font-weight: 100;
    line-height: 1.1;
    color: #9bc718;
    font-size: 1.8em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
}

h1, h2, h3, {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4, {
    font-size: 18px;
}

h5, {
    font-size: 14px;
}

h6, p {
    margin: 0 0 10px;
}

body p {
}

small {
    font-size: 85%;
}

mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.text-center {
    text-align: center;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
    color: #737474;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.row .col-lg-4.col-md-6.col-sm-6 address {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #737474;
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.container {
    padding-right: 15px;
    padding-left: 35px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 90%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .col-sm-6 {
        float: left;
        box-sizing: border-box;
    }

    .col-sm-6 {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .col-md-6 {
        float: left;
    }

    .col-md-6 {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .col-lg-4, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-4 {
        width: 50%;
    }

    .container div h3 {
        margin: 2px 0;
        color: 737474;
    }
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn:hover {
        color: #333;
        text-decoration: none;
    }

.btn-danger {
    color: #fff;
    background-color: #287d87;
    border-color: #9bc718;
}

    .btn-danger:hover, .btn-danger.focus, .btn-danger.active {
        color: #fff;
        background-color: #9bc718;
        border-color: #287d87;
    }

    .btn-danger:active {
        background-image: none;
    }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    margin-bottom: 20px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.jumbotron {
    padding: 0 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #d6d6d6;
}

    .jumbotron h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 19px;
        font-weight: normal;
        color: #737474;
    }

.container .jumbotron {
    border-radius: 6px;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 1px 0px 48px 0px;
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1 {
        font-size: 63px;
        color: #287d87;
        ;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .thumbnail > img {
        margin-right: auto;
        margin-left: auto;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.container:before, .container:after, .row:before, .row:after {
    display: table;
    content: " ";
}

.container:after, .row:after {
    clear: both;
}

@-ms-viewport {
    width: device-width;
}
/*# sourceMappingURL=bootstrap.css.map */

@media screen {
    .row div p {
    }

    .row .text-left p {
        text-align: left;
    }
}
@charset "UTF-8"; /* CSS Document */

#page_content {
    clear: both;
}

@font-face {
    font-family: 'architects_daughter';
    src: url('/Content/fonts/ArchitectsDaughter-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'ProximaNovaLtLight',sans-serif;
}

a {
    text-decoration: none;
}

ul {
    margin-bottom: 35px;
}

.button1 {
    font-size: 1.2em;
    color: #fff;
    text-align: center;
    background-color: #287d87;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'architects_daughterregular';
}

#watchvideo {
    text-align: right;
    width: 48%;
    float: left;
}

    #watchvideo img {
        margin: 254px 0 0 38%;
    }

    #watchvideo a {
        font-size: 1.4em;
        color: #fff;
        text-align: center;
        background-color: #287d87;
        padding: 20px 30px;
        border-radius: 5px;
        font-family: 'architects_daughterregular';
    }

#register {
    text-align: left;
    width: 48%;
    float: left;
    margin-left: 3%;
}

    #register img {
        margin: 50px 0 0 69%;
    }

    #register a {
        font-size: 1.4em;
        color: #fff;
        text-align: center;
        background-color: #ef7700;
        padding: 20px 30px;
        border-radius: 5px;
        font-family: 'architects_daughterregular';
    }

        #register a:hover, #watchvideo a:hover {
            color: #fff;
            background-color: #a2d7de;
        }

.section4 a, .section5 a, .section6 a, .section7 a {
    color: color: #fff;
    ;
    line-height: 40px;
    text-decoration: none;
    font-weight: normal;
}

.section1 {
    background-image: url('../../Images/eplantsource-greenhouse.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; /*width:1280px; suzanne deleted rule July 22*/
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 0px 8px 0;
    clear: both;
}

    .section1 p {
        color: #EE7600;
        margin: 10px 0px 40px 90px;
        font-size: 3.7em;
        text-align: center;
        text-shadow: 2px 2px #FFF;
    }

h1, h2, h3 {
    text-align: center;
    font-weight: normal;
}

h1 {
    color: #629da0;
    margin: 20px 0px 0px -90px;
    font-size: 3em;
    text-shadow: 2px 2px #ffffff;
}

h2 {
    color: #ee7600;
    margin: 20px 0 40px 0;
    font-size: 3.4em;
}

h3 {
    color: #9bc718;
    margin: 20px 0 20px 0;
    font-size: 1.5em;
    text-align: left;
}

li a {
    color: #2d7e86;
    text-decoration: none;
}

.icons {
    padding: 120px 0px 0px 0;
}

    .icons ul {
        text-align: center;
        margin: none;
        padding: none;
    }

        .icons ul li {
            display: inline;
            list-style-type: none;
            font-family: 'ProximaNovaLtLight',sans-serif;
            color: #2d7e86;
            font-size: 18px;
            font-weight: 300;
            margin-right: 30px;
        }

            .icons ul li a:hover {
                color: #fff;
            }

.icon1 {
    background-image: url(../../Images/icon1.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 20px 0 20px 45px;
}

.icon2 {
    background-image: url(../../Images/icon2.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 20px 0 20px 45px;
}

.icon3 {
    background-image: url(../../Images/icon3.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 20px 0 20px 45px;
}

.icon4 {
    background-image: url(../../Images/icon4.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 20px 0 20px 45px;
}

.section2 {
    font-family: 'ProximaNovaLtLight',sans-serif;
    color: #737474;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
    width: 800px;
    max-width: 100%;
    min-height: 260px;
    margin: 0 auto;
    clear: both;
}

    .section2 p {
        text-transform: uppercase;
        color: #9bc718;
        font-size: 23px;
        font-weight: 400;
        line-height: 1.2em;
    }

.bullet1, .bullet2, .bullet3 {
    float: left;
    width: 29%;
    padding: 35px 2%;
}

.section3 {
    background-image: url("../../Images/livegoods.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; /*width:1280px;suzanne removed this rule July 22*/
    max-width: 100%;
    font-family: 'ProximaNovaLtLight',sans-serif;
    color: #333333;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    min-height: 240px;
    text-align: center;
    margin: 0 auto;
}

    .section3 p {
        background-repeat: no-repeat;
        color: #FFFFFF;
        font-size: 23px;
        font-weight: 300;
        line-height: 22px;
    }

.quote {
    width: 80%;
    padding: 50px 0px 20px 10%;
}

.section4 {
    width: 1280px;
    max-width: 100%;
    min-height: 410px;
    font-family: 'ProximaNovaLtLight',sans-serif;
    color: #737474;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 auto;
}

    .section4 p {
        color: #9bc718;
        font-size: 30px;
        font-weight: 300;
        line-height: 22px;
    }

.orderingvideo {
    float: left;
    padding: 40px 5% 15px 2%;
    width: 40%;
}

    .orderingvideo iframe {
        border: #BBBBBB;
        border-style: solid;
    }

.onlineorderingtext {
    float: left;
    width: 45%;
    padding-top: 25px;
}

.section5 {
    background-image: url("../../Images/eplantpartners.jpg");
    background-repeat: no-repeat;
    background-position: right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; /*width:1280px;suzanne removed this rule July 22*/
    max-width: 100%;
    min-height: 426px;
    color: #444;
    margin: 0 auto;
    font-size: 14px;
    font-family: 'ProximaNovaLtLight',sans-serif;
    line-height: 22px;
    clear: both;
}

    .section5 p {
        color: #9bc718;
        font-size: 30px;
        font-weight: 300;
        line-height: 22px;
    }

.ourpartnerstext {
    width: 40%;
    padding: 40px 0px 20px 8%;
}

.section6 {
    background-image: url("../../Images/freeregistration.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 1280px;
    max-width: 100%;
    min-height: 379px;
    color: #737474;
    margin: 0 auto;
    font-size: 14px;
    font-family: 'ProximaNovaLtLight',sans-serif;
    line-height: 22px;
    clear: both;
}

    .section6 p {
        color: #9bc718;
        font-size: 30px;
        font-weight: 300;
        line-height: 22px;
    }

.freeregtext {
    float: left;
    width: 40%;
    padding: 40px 0px 20px 58%;
}

.section7 {
    background-image: url("../../Images/weeklydeals.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right center; /*width:1280px;suzanne deleted this rule July 22*/
    max-width: 100%;
    min-height: 380px;
    color: #737474;
    margin: 0 auto;
    font-size: 14px;
    font-family: 'ProximaNovaLtLight',sans-serif;
    line-height: 22px;
}

    .section7 p {
        color: #555;
        font-size: 30px;
        font-weight: 300;
        line-height: 22px;
    }

.weeklydealstext {
    float: left;
    width: 55%;
    padding: 30px 0px 20px 8%;
}

@media all and (max-width: 768px) {
    .section1 p {
        margin: 10px 0px 40px 0px;
        font-size: 3em;
        text-align: center;
        text-shadow: 2px 2px #FFF;
    }

    h1 {
        margin: 20px 0px 0px 0px;
        font-size: 3.5em;
    }

    .bullet1, .bullet2, .bullet3 {
        float: none;
        width: 100%;
        padding: 10px 0;
    }

    .orderingvideo {
        float: none;
        padding: 40px 0 15px 0;
        width: 100%;
    }

    .onlineorderingtext {
        float: none;
        width: 100%;
        padding: 10px 0 15px 0;
    }

    .section5 {
        background-position: center;
        background-image: url("../../Images/eplantpartners_m.jpg");
    }

    .weeklydealstext {
        float: none;
        width: 90%;
        padding: 30px 0px 20px 5%;
        color: #555;
    }

    .ourpartnerstext {
        float: none;
        width: 90%;
        padding: 30px 0px 20px 5%;
        color: #555;
    }

    .section6 {
        background: none;
    }

    .freeregtext {
        float: none;
        width: 80%;
        padding: 30px 0px 20px;
        margin: 0 auto;
    }

    h1, h2 {
        font-size: 2.2em;
    }

    #watchvideo {
        width: 100%;
        clear: both;
        text-align: center;
    }

    #register {
        width: 100%;
        clear: both;
        text-align: center;
        margin: 50px 0 0 0;
    }

    .icons ul {
        text-align: center;
        margin-top: 70px;
    }

        .icons ul li {
            display: block;
            font-size: 24px;
            font-weight: 300;
            margin-right: 0px;
            text-align: left;
        }

    .section7 {
        background-image: url("../../Images/weeklydeals_m.jpg");
        background-position: bottom right;
        padding-bottom: 40px;
    }
