/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  /*position: relative; 
  margin: 0 auto 60px;
  padding: 0;*/
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*-moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border:  5px solid #fff;
  left: -5px;
  background: #fff;*/
  overflow: visible !important;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  /*position: absolute;
  bottom: -30px;
  width: 100%;*/
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../../Images/bx_loader595c.gif?1407769071') center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('../../Images/controls61fd.png?1407769070') no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url('../../Images/controls61fd.png?1407769070') no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../../Images/controls61fd.png?1407769070') -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../../Images/controls61fd.png?1407769070') -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*Custom Settings*/
.bxslider .bx-pager.bx-default-pager a, .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  border: solid 1px #fff;
  -webkit-box-shadow: inset 1px 1px 1px 1px #cdcdcd;
  -moz-box-shadow: inset 1px 1px 1px 1px #cdcdcd;
  box-shadow: inset 1px 1px 1px 1px #cdcdcd;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 6px 6px;
  -moz-border-radius: 6px 6px / 6px 6px;
  border-radius: 6px 6px / 6px 6px;
  behavior: url('../css3pie/pie.htc');
  position: relative;
}
.lt-ie9 .bxslider .bx-pager.bx-default-pager a, .lt-ie9 .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #cdcdcd;
}
.bxslider .bx-pager.bx-default-pager a:hover,
.bxslider .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #5ea924;
  -webkit-box-shadow: inset 0px 0px 0px 0px #5ea924;
  -moz-box-shadow: inset 0px 0px 0px 0px #5ea924;
  box-shadow: inset 0px 0px 0px 0px #5ea924;
  behavior: url('../css3pie/pie.htc');
  position: relative;
}

/*Hero Carousel*/
#hero-carousel {
  height: 475px;
  padding: 2% 0;
  position: relative;
}
@media (max-width: 1280px) {
  #hero-carousel {
    height: auto;
  }
}
@media (max-width: 586px) {
  #hero-carousel {
    padding: 0;
  }
}
@media (max-width: 586px) {
  #hero-carousel .row {
    margin: 0;
  }
}
#hero-carousel .row .bxslider {
  visibility: hidden;
}

#hero-carousel .bx-wrapper {
  overflow: hidden;
  background-color: #fff;
  border: solid 6px #fff;
  position: relative;
  -webkit-box-shadow: #888888 0 0 20px;
  -moz-box-shadow: #888888 0 0 20px;
  box-shadow: #888888 0 0 20px;
  -webkit-border-radius: 110px 0px;
  -moz-border-radius: 110px 0px;
  -ms-border-radius: 110px 0px;
  -o-border-radius: 110px 0px;
  border-radius: 110px 0px;
  behavior: url('../css3pie/pie.htc');
  position: relative;
}
@media (max-width: 900px) {
  #hero-carousel .bx-wrapper {
    height: auto;
  }
}
@media (max-width: 586px) {
  #hero-carousel .bx-wrapper {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.lt-ie9 #hero-carousel .bx-wrapper {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
#hero-carousel .bx-wrapper .bxslider .slide {
  position: relative;
  height: 404px;
  overflow: hidden;
  -webkit-border-radius: 110px 0px;
  -moz-border-radius: 110px 0px;
  -ms-border-radius: 110px 0px;
  -o-border-radius: 110px 0px;
  border-radius: 110px 0px;
  behavior: url('../css3pie/pie.htc');
  position: relative;
}
.lt-ie9 #hero-carousel .bx-wrapper .bxslider .slide {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
@media (max-width: 1024px) {
  #hero-carousel .bx-wrapper .bxslider .slide {
    height: 404px !important;
  }
}
@media (max-width: 900px) {
  #hero-carousel .bx-wrapper .bxslider .slide {
    height: 360px !important;
  }
}
@media (max-width: 800px) {
  #hero-carousel .bx-wrapper .bxslider .slide {
    height: 340px !important;
  }
}
@media (max-width: 767px) {
  #hero-carousel .bx-wrapper .bxslider .slide {
    height: 324px !important;
  }
}
@media (max-width: 586px) {
  #hero-carousel .bx-wrapper .bxslider .slide {
    height: 668px !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
}
@media (max-width: 480px) {
  #hero-carousel .bx-wrapper .bxslider .slide {
    height: 600px !important;
  }
}
@media (max-width: 320px) {
  #hero-carousel .bx-wrapper .bxslider .slide {
    height: 552px !important;
  }
}
.lt-ie9 #hero-carousel .bx-wrapper .bxslider .slide {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
#hero-carousel .bx-wrapper .bx-controls {
  position: absolute;
  bottom: 5px;
  width: 100%;
  z-index: 100;
}
#hero-carousel .bx-wrapper .bx-controls-auto, #hero-carousel .bx-wrapper .bx-pager {
  width: auto !important;
}

/*Hero Carousel Elements*/
button.arrow {
  display: block;
  height: 60px;
  width: 34px;
  border: none;
  visibility: hidden;
  position: relative;
  top: 45%;
}
@media (max-width: 1280px) {
  button.arrow {
    display: none;
  }
}

#hero-carousel-left {
  background: url('../../Images/home/hero-carousel-arrows61fd.png?1407769070') 0px 0px no-repeat;
  float: left;
  margin-left: 75px;
}

#hero-carousel-right {
  background: url('../../Images/home/hero-carousel-arrows61fd.png?1407769070') -60px 0px no-repeat;
  float: right;
  margin-right: 75px;
}

#hero-carousel h1 {
  margin: 20px 0px 20px 0px;
}
#hero-carousel h1.h-xlg {
  line-height: 1em;
}
@media (max-width: 1023px) {
  #hero-carousel h1 {
    font-size: 3.57143em;
    line-height: 0.84em;
  }
}
@media (max-width: 900px) {
  #hero-carousel h1 {
    font-size: 2.78571em;
    line-height: 0.80769em;
  }
}
@media (max-width: 767px) {
  #hero-carousel h1 {
    font-size: 2.14286em;
    line-height: 0.84em;
  }
}

#hero-carousel .slide p {
  margin: 0px 0px 10px 0px;
  width: 90%;
}
@media (max-width: 767px) {
  #hero-carousel .slide p {
    font-size: 0.78571em;
    line-height: 1.14545em;
  }
}
@media (max-width: 586px) {
  #hero-carousel .slide p {
    font-size: 0.92857em;
    line-height: 1.29231em;
  }
}

#hero-carousel .slide a {
  margin: 10px 0px 0px 0px;
}

#hero-carousel .no-mask {
  background-color: white;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f2e6), color-stop(10%, #f9f8f1), to(white));
  background-image: -webkit-linear-gradient(#f3f2e6, #f9f8f1 10%, white);
  background-image: -moz-linear-gradient(top, #f3f2e6, #f9f8f1 10%, white);
  background-image: -ms-linear-gradient(#f3f2e6, #f9f8f1 10%, white);
  background-image: -o-linear-gradient(#f3f2e6, #f9f8f1 10%, white);
  background-image: linear-gradient(#f3f2e6, #f9f8f1 10%, #ffffff);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f2e6', endColorstr='white', GradientType=0);
  color: #417c16;
}
.lt-ie9 #hero-carousel .no-mask {
  background-color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}
#hero-carousel .no-mask .text {
  padding: 40px 0 0 40px;
}
@media (max-width: 586px) {
  #hero-carousel .no-mask .text {
    padding: 20px;
  }
}
@media (max-width: 900px) {
  #hero-carousel .no-mask .img-container {
    margin-top: 10px;
  }
}
@media (max-width: 800px) {
  #hero-carousel .no-mask .img-container {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  #hero-carousel .no-mask .img-container {
    margin-top: 20px;
  }
}
@media (max-width: 586px) {
  #hero-carousel .no-mask .img-container {
    margin-left: 5% !important;
    width: 90%;
  }
}

#hero-carousel .mask {
  background-color: #ffffff;
  color: #417c16;
  overflow: hidden;
}
#hero-carousel .mask .text {
  padding: 40px 0 0 40px;
}
@media (max-width: 586px) {
  #hero-carousel .mask .text {
    padding: 20px;
  }
}
#hero-carousel .mask .copy a {
  color: #417c16 !important;
}
#hero-carousel .mask .copy a:hover, #hero-carousel .mask .copy a:active, #hero-carousel .mask .copy a:focus {
  color: #2a510e !important;
}
#hero-carousel .mask .text-link {
  margin-top: 10px;
}
#hero-carousel .mask .background-mask {
  -webkit-border-radius: 0 0 110px 0;
  -moz-border-radius: 0 0 110px 0;
  -ms-border-radius: 0 0 110px 0;
  -o-border-radius: 0 0 110px 0;
  border-radius: 0 0 110px 0;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 586px) {
  #hero-carousel .mask .background-mask {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: auto;
    margin-left: 5% !important;
    overflow: visible;
    width: 90%;
  }
}
#hero-carousel .mask .background-mask img {
  width: 509px;
  max-width: none;
}
@media (max-width: 586px) {
  #hero-carousel .mask .background-mask img {
    width: 100%;
  }
}

#hero-carousel .detail-summary {
  list-style: none;
  padding: 0;
  margin: 0px 0px 10px 0px;
}
@media (max-width: 900px) {
  #hero-carousel .detail-summary {
    display: none;
  }
}
@media (max-width: 586px) {
  #hero-carousel .detail-summary {
    text-align: left;
    margin-left: 20px;
  }
}
#hero-carousel .detail-summary li {
  width: 122px;
  display: inline-block;
}
#hero-carousel .detail-summary li.yield {
  width: 180px;
}
.lt-ie9 #hero-carousel .detail-summary li.yield {
  width: 185px;
}
#hero-carousel .detail-summary li img {
  float: left;
  margin: 0px 7px 0 0;
}
#hero-carousel .detail-summary li p {
  margin: 10px 0;
  color: #888888;
}
#hero-carousel .detail-summary li p span {
  font-weight: bold;
}

.featured-recipe {
  margin: 0;
}


@media (max-width: 586px) {
  #show-us-your-organic .row {
    height: 98px;
    overflow: hidden;
  }
  .featured-recipe {
    margin: 0;
  }
}


@media (max-width: 480px) {
  #show-us-your-organic .row {
    height: 90px;
  }
}
#show-us-your-organic .row h3 {
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (max-width: 586px) {
  #show-us-your-organic .row h3 {
    padding-bottom: 20px;
    font-size: 3em;
    line-height: 0.8em;
  }
}
@media (max-width: 480px) {
  #show-us-your-organic .row h3 {
    font-size: 2.42857em;
    line-height: 0.74118em;
  }
}
@media (max-width: 320px) {
  #show-us-your-organic .row h3 {
    font-size: 1.85714em;
    line-height: 0.96923em;
  }
}
#show-us-your-organic .row p {
  color: #888888;
  margin: 0px;
}
@media (max-width: 586px) {
  #show-us-your-organic .row p {
    margin: 0px 4% 0px 4%;
  }
}
#show-us-your-organic .row .col {
  padding: 20px 0px 40px 0px;
}
@media (max-width: 586px) {
  #show-us-your-organic .row .col {
    padding: 20px 4% 40px 4%;
  }
}

/*Social Row*/
#social {
  padding: 32px 0;
}
@media (max-width: 586px) {
  #social {
    padding: 0;
  }
}
#social .feed-containers .feed-wrapper {
  height: auto;
}
@media (max-width: 586px) {
  #social .feed-containers .feed-wrapper {
    height: 68px;
    min-height: 68px;
    overflow: hidden;
  }
}
#social .feed-containers .feed-wrapper .feed {
  margin-bottom: 10px;
  min-height: 306px;
}
@media (max-width: 900px) {
  #social .feed-containers .feed-wrapper .feed {
    min-height: 306px;
  }
}
@media (max-width: 800px) {
  #social .feed-containers .feed-wrapper .feed {
    min-height: 268px;
  }
}
@media (max-width: 767px) {
  #social .feed-containers .feed-wrapper .feed {
    min-height: 306px;
  }
}
#social .feed-containers .feed-wrapper .feed ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding: 0 10px;
}
#social .feed-containers .feed-wrapper .feed ul li {
  color: #636363;
  padding: 10px 0 20px 60px;
  border-bottom: dashed 1px #636363;
  min-height: 78px;
  background-repeat: no-repeat;
  background-position: 0px 16px;
  -webkit-background-size: 48px 48px;
  -moz-background-size: 48px 48px;
  -o-background-size: 48px 48px;
  background-size: 48px 48px;
  -pie-background-size: 48px 48px;
  behavior: url('../css3pie/pie.htc');
  position: relative;
  position: relative;
}
#social .feed-containers .feed-wrapper .feed ul li a.image-link {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 16px;
  left: 0px;
}
#social .feed-containers .feed-wrapper .feed ul li span {
  display: inline-block;
  font-weight: bold;
}
#social .feed-containers .feed-wrapper .feed ul li span.tweet {
  font-weight: normal;
}
#social .feed-containers .feed-wrapper .feed ul li span.tweet a {
  color: #336600;
  text-decoration: none;
  font-weight: normal;
}
.lt-ie9 #social .feed-containers .feed-wrapper .feed ul li span.tweet {
  display: inline;
}
#social .feed-containers .feed-wrapper .feed ul li p {
  margin: 0px;
}
#social .feed-containers .feed-wrapper .feed ul li p a {
  text-decoration: none;
  font-weight: bold;
  color: #636363;
}
#social .feed-containers .feed-wrapper .feed ul li p a:hover {
  text-decoration: underline;
}
#social .feed-containers .feed-wrapper .feed .message {
  padding: 10px 20px;
  display: inline-block;
  color: #636363;
}
#social .feed-containers .feed-wrapper h4 {
  background-color: #fff;
  padding: 0px;
  margin: 0px;
}
@media (max-width: 1023px) {
  #social .feed-containers .feed-wrapper h4 {
    font-size: 1.21429em;
    line-height: 1.23529em;
  }
}
@media (max-width: 586px) {
  #social .feed-containers .feed-wrapper h4 {
    font-size: 1.42857em;
    line-height: 2.1em;
  }
}
@media (max-width: 480px) {
  #social .feed-containers .feed-wrapper h4 {
    font-size: 1.07143em;
    line-height: 3.5em;
  }
}
#social .feed-containers .feed-wrapper h4 .header-wrapper {
  padding: 28px 0 29px 70px;
  background: white url('../../Images/home/social-header-leaf61fd.jpg?1407769070') no-repeat -10px 0;
  width: 100%;
  display: block;
}
@media (max-width: 1023px) {
  #social .feed-containers .feed-wrapper h4 .header-wrapper {
    padding: 26px 0 29px 70px;
  }
}
@media (max-width: 586px) {
  #social .feed-containers .feed-wrapper h4 .header-wrapper {
    padding: 16px 0 9px 70px;
    width: 92%;
  }
}
@media (max-width: 480px) {
  #social .feed-containers .feed-wrapper h4 .header-wrapper {
    padding: 12px 0 7px 70px;
  }
}

@media (max-width: 900px) {
  #twitter-box {
    width: 49.5%;
  }
}
@media (max-width: 586px) {
  #twitter-box {
    width: 100%;
    border-top: solid 1px #cacaca;
    border-bottom: solid 1px #cacaca;
  }
}
#twitter-box a.text-link-light {
  background-image: url('../../Images/icon-twitter595c.png?1407769071');
  -webkit-background-size: 19px 19px;
  -moz-background-size: 19px 19px;
  -o-background-size: 19px 19px;
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  -pie-background: transparent url('../../Images/icon-twitter595c.png?1407769071') no-repeat 0 0/19px 19px;
  behavior: url('../css3pie/pie.htc');
  position: relative;
  padding-left: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 586px) {
  #twitter-box a.text-link-light {
    margin-left: 10px;
  }
}

@media (max-width: 900px) {
  #facebook-box {
    width: 49.5%;
  }
}
@media (max-width: 586px) {
  #facebook-box {
    width: 100%;
    border-bottom: solid 1px #cacaca;
  }
}
#facebook-box a.text-link-light {
  background-image: url('../../Images/icon-facebook595c.png?1407769071');
  -webkit-background-size: 19px 19px;
  -moz-background-size: 19px 19px;
  -o-background-size: 19px 19px;
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  -pie-background: transparent url('../../Images/icon-facebook595c.png?1407769071') no-repeat 0 0/19px 19px;
  behavior: url('../css3pie/pie.htc');
  position: relative;
  padding-left: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 586px) {
  #facebook-box a.text-link-light {
    margin-left: 10px;
  }
}

@media (min-width: 587px) {
  .featured-recipe .recipe-col {
    margin: 0 0 30px 1%;
    left: 66.3333%;
  }

  .featured-recipe .video {
    right: 33.667%;
    position: relative;
    margin-left: 0;
  }
}

.recipe-col {
  padding: 0 30px 20px 30px;
}

.recipe-col h3 {
  margin-top: 40px;
}

.recipe-col .text p {
  color: #1d7125;
}

.recipe-col .right-column .green-btn {
  font-weight: normal;
  font-size: .85em;
}

#tips-box {
  background-color: #56a629;
  overflow: hidden;
  position: relative;
  padding: 30px 40px 30px 50px;
}

#tips-box p {
  font-weight: normal;
  font-size: 1.2em;
}

#tips-box a {
  font-size: 1.2em;
  line-height: 1.2em;
}

@media (max-width: 900px) {
  #tips-box {
    width: 100%;
    margin: 0px;
  }
}
@media (max-width: 586px) {
  #tips-box {
    margin: 0px;
    height: 65px;
    padding:0 0 20px 0;
  }
}
#tips-box h3 {
  color: #fff;
  margin: 0px 0px 0px 0px;  
}
@media (max-width: 586px) {
  #tips-box h3 {
    font-size: 1.71429em;
    line-height: 1.225em;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 320px) {
  #tips-box h3 {
    font-size: 1.71429em;
    line-height: 1.225em;
  }
}
#tips-box li {
  overflow: hidden;
}

#tips-box p,
#tips-box .text-link,
#tips-box .text-link-light {
  color: #fff;
}



#tips-box .bx-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 250px;
}
@media (max-width: 900px) {
  #tips-box .bx-wrapper {
    min-height: 160px;
  }
}
@media (max-width: 586px) {
  #tips-box .bx-wrapper {
    min-height: 236px;
  }
}
#tips-box .bx-wrapper .bxslider {
  visibility: hidden;
  color: #fff;
  margin: 0px;
}
#tips-box .bx-wrapper .bxslider .img-container {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 900px) {
  #tips-box .bx-wrapper .bxslider .img-container {
    width: 38%;
    margin: 0 0 0 2%;
    float: left;
  }
}
@media (max-width: 586px) {
  #tips-box .bx-wrapper .bxslider .img-container {
    width: 80%;
    margin: 0 0 0 20px;
    float: none;
  }
}
#tips-box .bx-wrapper .bxslider p {
  margin: 0;
  padding: 0 20px;
}
@media (max-width: 900px) {
  #tips-box .bx-wrapper .bxslider p {
    font-size: 1.28571em;
    line-height: 1.4em;
    width: 80%;
    margin: 0;
    float: left;
  }
}
@media (max-width: 586px) {
  #tips-box .bx-wrapper .bxslider p {
    width: 98%;
    margin: 0;
    float: none;
  }
}
#tips-box .bx-wrapper .bxslider p a {
  color: #336600;
}
#tips-box .bx-wrapper .bxslider p a:hover {
  color: #feffd3;
}
#tips-box .bx-wrapper .bx-pager, #tips-box .bx-wrapper .bx-controls-auto, #tips-box .bx-wrapper .bx-controls {
  position: relative;
  bottom: 0px;
  margin: 0;
}
#tips-box .bx-wrapper .bx-controls {
  bottom: 10px;
  left: 1%;
  position: absolute;
  right: 1%;
}

/*Show us you're organic*/
#show-us-your-organic {
  background-color: #fff;
}

#recipe-and-market {
  padding-bottom: 32px;
}

.farmers-market p {
  font-weight: normal;
}

.farmers-market {
  float: left;
}

.farmer-market-search {
  position: absolute;
  display: inline-block;
  top:35%;
}

.search-zip {
  width:100px;
}

@media (max-width: 586px) {
  #recipe-and-market {
    padding: 0;
  }
}
  #recipe-and-market .col {
   padding: 30px 40px 30px 50px;
  }
@media (max-width: 800px) {
  #recipe-and-market .col {
    margin: 0;
    width: 100%;
  }
}
#recipe-and-market .h-lg {
  margin: 20px 5px 20px 0;
}
@media (max-width: 900px) {
  #recipe-and-market .h-lg {
    font-size: 2.71429em;
    line-height: 0.88421em;
  }
}

#recipe-and-market .recipe-col {
  padding-bottom: 20px;
}
@media (max-width: 586px) {
  #recipe-and-market .recipe-col {
    height: 65px;
    overflow: hidden;
    padding: 0;
  }
}
@media (max-width: 586px) {
  #recipe-and-market .recipe-col .h-lg {
    font-size: 1.71429em;
    line-height: 1.05em;
    height: 65px;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 586px) {
  #recipe-and-market .recipe-col .recipe-content-body {
    padding: 0 4%;
  }
}
@media (max-width: 800px) {
  #recipe-and-market .recipe-col .recipe-content-body p {
    margin: 10px 0px;
  }
}
#recipe-and-market .recipe-col .recipe-content-body .med {
  color: #636363;
}
@media (max-width: 800px) {
  #recipe-and-market .recipe-col .recipe-content-body .text {
    float: left;
    width: 60%;
    margin-top: 10px;
  }
}
@media (max-width: 586px) {
  #recipe-and-market .recipe-col .recipe-content-body .text {
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }
}
@media (max-width: 800px) {
  #recipe-and-market .recipe-col .recipe-content-body .image-container {
    float: left;
    width: 38%;
    margin-right: 2%;
    margin-top: 10px;
    overflow: hidden;
  }
  #recipe-and-market .recipe-col .recipe-content-body .image-container img {
    min-width: 275px;
  }
}
@media (max-width: 586px) {
  #recipe-and-market .recipe-col .recipe-content-body .image-container {
    float: none;
    width: 100%;
  }
}
#recipe-and-market .recipe-col .recipe-content-body .green-btn {
  margin-bottom: 10px;
}
@media (max-width: 586px) {
  #recipe-and-market .market-col {
    height: 65px;
    overflow: hidden;
    padding: 0;
  }
}

@media (max-width: 586px) {
  #recipe-and-market .market-col .h-lg {
    font-size: 1.71429em;
    line-height: 1.05em;
    height: 65px;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 480px) {

}
@media (max-width: 586px) {
  #recipe-and-market .market-col .market-content-body,
  #organic-living-tips-home .tips-content-body {
    padding: 0 4%;
  }
}

.market-content-body p {
  font-weight: normal;
}

#recipe-and-market .farmers-market-results .farmers-market-results-border {
  background: #ffffff;
  border: 1px solid #cacaca;
  margin-bottom: 1em;
  padding: 6px;
}
#recipe-and-market .farmers-market-results .farmers-market-results-clip {
  height: 0;
  overflow: hidden;
  position: relative;
}
#recipe-and-market .farmers-market-results .farmers-market-results-clip.open {
  height: auto;
  overflow: auto;
}
#recipe-and-market .farmers-market-results .farmers-market-results-content {
  bottom: 0;
  position: absolute;
  width: 100%;
}
#recipe-and-market .farmers-market-results .farmers-market-results-content .more-details-dates-times {
  display: none;
}
#recipe-and-market .farmers-market-results .farmers-market-results-content .distance,
#recipe-and-market .farmers-market-results .farmers-market-results-content .date-time,
#recipe-and-market .farmers-market-results .farmers-market-results-content .map-link-wrap {
  display: block;
}
@media (max-width: 767px) {
  #recipe-and-market .farmers-market-results .farmers-market-results-content .col3 {
    display: none;
  }
  #recipe-and-market .farmers-market-results .farmers-market-results-content .more-details-dates-times {
    display: block;
  }
}
#recipe-and-market .farmers-market-results .farmers-market-results-clip.open .farmers-market-results-content {
  bottom: auto;
  position: relative;
}
#recipe-and-market .farmers-market-results th {
  color: #1d7125;
  font-size: 0.92857em;
  line-height: 1.61538em;
  font-weight: normal;
  padding: 0 6px 6px;
  text-align: left;
  vertical-align: top;
}
#recipe-and-market .farmers-market-results td {
  font-size: 0.85714em;
  line-height: 1.75em;
  padding: 10px 6px 0;
  vertical-align: top;
}
#recipe-and-market .farmers-market-results td.more-details-cell {
  padding: 0 0 5px;
}
#recipe-and-market .farmers-market-results tbody tr {
  border-top: 1px solid #cacaca;
}
#recipe-and-market .farmers-market-results tbody tr.more-details-row {
  border-top: 0 none;
}
#recipe-and-market .farmers-market-results .more-details-button {
  display: inline-block;
  font-size: 0.83333em;
  line-height: 2.1em;
  margin: 0 0 5px 6px;
  vertical-align: middle;
}
#recipe-and-market .farmers-market-results .more-details-button .plus-minus-icon {
  background: url('../../Images/plus-minus-icons-sea0e4b35e5.png');
  background-position: 0 0;
  display: inline-block;
  height: 15px;
  margin: 0 5px 0 0;
  width: 15px;
  vertical-align: middle;
}
#recipe-and-market .farmers-market-results .more-details-button.open .plus-minus-icon {
  background-position: 0 -15px;
  height: 15px;
  width: 15px;
}
#recipe-and-market .farmers-market-results .more-details-wrapper {
  height: 0;
  overflow: hidden;
  position: relative;
}
#recipe-and-market .farmers-market-results .more-details-wrapper.open {
  height: auto;
  overflow: none;
}
#recipe-and-market .farmers-market-results .more-details-content {
  background: #f6faed;
  bottom: 0;
  padding: 4px 6px;
  position: absolute;
  width: 100%;
}
#recipe-and-market .farmers-market-results .more-details-wrapper.open .more-details-content {
  bottom: auto;
  position: relative;
}
#recipe-and-market .farmers-market-results .more-details-heading {
  color: #1d7125;
  font-size: 1.08333em;
  line-height: 1.61538em;
  display: block;
}

#farmers-market-form {
  margin-bottom: 1em;
}
#farmers-market-form input[type="text"] {
  border: 1px solid #cacaca;
  padding: 4px 6px;
}
#farmers-market-form input[type="text"].error {
  border: 1px solid #ff0000;
  outline: 1px solid #ff0000;
}
#farmers-market-form .search-btn {
  border: 0 none;
}

.home-fruit1 {
  background: url("../../Images/home/fruit1.png") no-repeat -122px 5px;
  background-position: fixed;
}
@media (max-width: 1024px) {
  .home-fruit1 {
    background-size: 405px 378px;
  }
}
@media (max-width: 586px) {
  .home-fruit1 {
    background: none;
  }
}

.home-fruit2 {
  background: url("../../Images/home/fruit2.png") no-repeat right 0;
  background-position: fixed;
}

@media (max-width: 586px) {
  .home-fruit2 {
    background: none;
  }
}

.home-fruit3 {
  background: url("../../Images/home/fruit3.png") no-repeat bottom left;
  background-position: fixed;
}
@media (max-width: 1024px) {
  .home-fruit3 {
    background-size: 359px 209px;
  }
}
@media (max-width: 586px) {
  .home-fruit3 {
    background: none;
  }
}

/* Bug fix 01-04-16*/

#applesauce.slide.mask p{color: #417c16;}
#applesauce.slide.no-mask p {
    color: #417c16;
}
#tips-box .bx-wrapper .bxslider p{color: #fff;}
.recipe-content-body .text{margin-top:15px; }
#product-categories .image-container img, #product-flavors .image-container img, #recipe-categories .image-container img, #recipe-course-details .image-container img {
border: 4px solid #ffffff !important;}
#featured-tip p{color: #fff; font-size: 16px;line-height: 1.18125em;}
.slot.parchment .product-name.h-med{margin-top: 0.47727em;margin-bottom: 0.47727em;}
body #tabs-controls .tab-control {float: left;width: 50%;}
.nav-footer ul a{font-family: Helvetica, Arial, sans-serif ;}
#blogger-spotlight .row p {color: #464646;}
#search-results a{color: #1d7125;}
.search-container{ display:inline-block; width:80%; }
.search-container div, #searchForm{ display: inline; position: relative;;}
#pnlSearchArea{width: 100%; display: block;}
.fa-search {position: absolute;right: 5px;top: 11px;border: none;outline: none;cursor: pointer;}
.form.search-form .form-group {margin: 20px 0;}
#txtSearchField{display: block;; width: 100%; padding: 10px; background-color: #fff; border:  solid 1px #ddd;}
.search-form .results-pager {border-top: 1px solid #1d7125;border-bottom: 1px solid #1d7125;margin:20px 0 10px 0px;}
.search-form .results-pager .paginationControl{ text-align:right;}
.search-results li{ padding: 10px 0;}
.paginationControl a {text-decoration: none;padding:6px 3px; display: inline-block; font-weight: bold;}
.paginationControl a:hover{text-decoration: underline; color: #000;}
.search-form  .search-results{list-style:none; padding: 0px; }
.search-form  .search-results  a:hover {color: #5ea924 !important;}

@media (max-width: 767px) {
  .home-fruit2 {
    background-size: 252px 457px;
  }
  .search-container{ display:inline-block; width:100%; }
.search-form .results-pager .paginationControl {text-align: center ;}
#search-results h1{font-size:30px; }
}




/* 11 April bug fix */

/*-------------------------------Button Apperance For safari Browser ------------------------------------- */ 
button, input[type="button"], input[type="submit"], input[type="text"], input[type="password"], textarea{-webkit-appearance: none !important; outline: none; -moz-appearance: none;appearance: none; border-radius:0px;}
.recipe-content-body p{margin-top: 0;}

#hero-carousel .mask .img-container img {
    width: 509px;
    max-width: none;
}

#ifrm-unsub {margin-top: 0px; }

#hero-carousel .bx-wrapper .bxslider .slide:nth-child(2) img{max-width: 100% !important;}

#faq-content #accordion div p{margin-top: 0;}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 586px){
#hero-carousel .img-container{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: auto;
    margin-left: 5% !important;
    overflow: visible;
    width: 90%;}

#site-header-nav-wrapper .mobile-primary-nav-list-item.nav-item-where-to-buy .nav-item-name {width: 48px;}
#hero-carousel .bx-wrapper .bxslider .slide img{max-width: 100% !important;}
.row.smartphone-max-gutter > .headline{line-height: 40px;}
}

@media (max-width: 992px) {    
    .md-full-width {
        width:100%;        
    }

    .md-hide {
        display: none;        
    }

    .grower-commitment .video {
      margin-left: 0; 
    }      
}

/*Organic Living*/
#organic-living-tips-home {
  padding-bottom: 20px;
  background: url("../../Images/live-organic/lo-fruit2.png") no-repeat;
  background-position: 0px 168px;
  background-size: 108px 321px;
}
@media (max-width: 1024px) {
  #organic-living-tips-home {
    background-size: 78px 291px;
    background-position: 0px 200px;
  }
}
@media (max-width: 586px) {
  #organic-living-tips-home {
    background: none;
    padding-bottom: 0px;
  }
}
#organic-living-tips-home .row {
  overflow: hidden;
}
@media (max-width: 480px) {
  #organic-living-tips-home .row {
    height: 80px;
  }
}
#organic-living-tips-home .row .addthis_toolbox {
  float: none;
  padding: 40px 0 0 20px;
}
#organic-living-tips-home .row .addthis_toolbox .addthis_button_tweet {
  margin-top: 1px;
}
@media (max-width: 800px) {
  #organic-living-tips-home .row .addthis_toolbox {
    float: none;
    padding: 10px 0 0 0px;
  }
}
@media (max-width: 586px) {
  #organic-living-tips-home .row .addthis_toolbox {
    padding: 10px 0 0 20px;
  }
}
#organic-living-tips-home .row h3 {
  margin: 20px 5px 20px 0;  
  float: left;  
  padding-right:20px;
}
@media (max-width: 800px) {
  #organic-living-tips-home .row h3 {
    float: none;
  }
}
@media (max-width: 586px) {
  #organic-living-tips-home .row h3 {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 1.71429em;
    line-height: 0.8em;    
    margin: 0;
  }
}
@media (max-width: 480px) {
  #organic-living-tips-home .row h3 {
    font-size: 2.42857em;
    line-height: 0.74118em;
  }
}
@media (max-width: 320px) {
  #organic-living-tips-home .row h3 {
    font-size: 1.85714em;
    line-height: 0.96923em;
    min-height: 70px;
  }
}

#tips-content {
  margin: 0px;
  position: relative;
  min-height: 250px;
  padding-bottom: 30px;
}
@media (max-width: 800px) {
  #tips-content {
    width: 100%;
  }
}
@media (max-width: 586px) {
  #tips-content {
    min-height: 0px;
  }
}
#tips-content .bxSlider .slide {
  padding: 20px 20px 0px 0px;
}
#tips-content .bxSlider .slide.active {
  display: block;
}
#tips-content .bxSlider .slide h6 {
  font-family: "ClarendonBT-Roman", Georgia, "Times New Roman", serif;
  margin: 0px;
  color: #5ea924;
  font-weight: normal;
}
@media (max-width: 586px) {
  #tips-content .bxSlider .slide h6 {
    padding-left: 20px;
  }
}
@media (max-width: 320px) {
  #tips-content .bxSlider .slide h6 {
    font-size: 1.78571em;
    line-height: 0.84em;
  }
}
#tips-content .bxSlider .slide p {
  margin: 10px 0px;
  color: #555555;
  line-height: 1.4em;
}
@media (max-width: 586px) {
  #tips-content .bxSlider .slide p {
    padding-left: 20px;
  }
}
@media (max-width: 586px) {
  #tips-content .bxSlider .slide .img-container {
    padding: 0 20px;
  }
}