/* CSS Document */

@charset "UTF-8";
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

@font-face {
  font-family: 'Populaire';
  src: url('/fonts/Populaire.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.homepage {
  float: left;
  width: 100%;
  position: relative;
}
#fresh-packaging-pop-up {
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: fixed;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  left: 0%;
  top: 0%;
  z-index: 1000001;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  display: none;
}
#fresh-packaging-pop-up.visible {
  opacity: 1;
  pointer-events: all;
}
#fresh-packaging-pop-up #fp-pop-up {
  background: #003c71 url(../img/fresh-look-landing/fresh-look-pop-up.jpg) center center no-repeat;
  background-size: cover;
  width: 960px;
  height: 600px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  opacity: 1;
  display: block;
  overflow: hidden !important;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
}
#fresh-packaging-pop-up #fp-pop-up #f-close {
  background: url(../img/fresh-look-landing/popup-close.png) left top no-repeat;
  background-size: contain;
  width: 102px;
  height: 40px;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 1060px) {
  #fresh-packaging-pop-up #fp-pop-up {
    background-image: url(../img/fresh-look-landing/fresh-look-pop-up-mobile.jpg);
    width: 660px;
    height: 413px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
  }
  #fresh-packaging-pop-up #fp-pop-up #f-close {
    width: 77px;
    height: 30px;
    right: 40px;
    top: 20px;
  }
}
@media screen and (max-width: 720px) {
  #fresh-packaging-pop-up #fp-pop-up {
    background-image: url(../img/fresh-look-landing/fresh-look-pop-up-mobile.jpg);
    width: 440px;
    height: 275px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
  }
  #fresh-packaging-pop-up #fp-pop-up #f-close {
    right: 20px;
    top: 10px;
  }
}
@media screen and (max-width: 480px) {
  #fresh-packaging-pop-up #fp-pop-up {
    width: 300px;
    height: 188px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  #fresh-packaging-pop-up #fp-pop-up #f-close {
    width: 51px;
    height: 20px;
    right: 10px;
    top: 10px;
  }
}
#home-hero-container-parallax {
  width: 100%;
  height: calc(70vh + 80px);
  /* creates decimal pixels ... 63.8vh */
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  z-index: 0;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
#home-hero-container-parallax #home-parallax-foreground-elements.slides_container,
#home-hero-container-parallax #home-parallax-slide-contents.slides_container,
#home-hero-container-parallax #home-parallax-slide-bgs.slides_container {
  width: 100%;
  height: calc(100% - 80px);
  /* also check resize function in JS */
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  overflow-x: hidden;
  overflow-y: visible;
}
#home-hero-container-parallax #home-parallax-foreground-elements.slides_container .slide,
#home-hero-container-parallax #home-parallax-slide-contents.slides_container .slide,
#home-hero-container-parallax #home-parallax-slide-bgs.slides_container .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
#home-hero-container-parallax #home-parallax-foreground-elements.slides_container .slide:nth-child(2),
#home-hero-container-parallax #home-parallax-slide-contents.slides_container .slide:nth-child(2),
#home-hero-container-parallax #home-parallax-slide-bgs.slides_container .slide:nth-child(2) {
  left: 100%;
}
#home-hero-container-parallax #home-parallax-foreground-elements.slides_container .slide:nth-child(3),
#home-hero-container-parallax #home-parallax-slide-contents.slides_container .slide:nth-child(3),
#home-hero-container-parallax #home-parallax-slide-bgs.slides_container .slide:nth-child(3) {
  left: 200%;
}
#home-hero-container-parallax #home-parallax-foreground-elements.slides_container .slide:nth-child(4),
#home-hero-container-parallax #home-parallax-slide-contents.slides_container .slide:nth-child(4),
#home-hero-container-parallax #home-parallax-slide-bgs.slides_container .slide:nth-child(4) {
  left: 300%;
}
#home-hero-container-parallax #home-parallax-foreground-elements.slides_container .slide:nth-child(5),
#home-hero-container-parallax #home-parallax-slide-contents.slides_container .slide:nth-child(5),
#home-hero-container-parallax #home-parallax-slide-bgs.slides_container .slide:nth-child(5) {
  left: 400%;
}
#home-hero-container-parallax #home-parallax-foreground-elements.slides_container .slide:nth-child(6),
#home-hero-container-parallax #home-parallax-slide-contents.slides_container .slide:nth-child(6),
#home-hero-container-parallax #home-parallax-slide-bgs.slides_container .slide:nth-child(6) {
  left: 500%;
}
#home-hero-container-parallax #home-parallax-slide-contents {
  z-index: 500;
  overflow: visible !important;
}
#home-hero-container-parallax #home-parallax-slide-contents #slidecontent_0.slide-content .nav-width .content {
  flex-wrap: nowrap;
}
#home-hero-container-parallax #home-parallax-slide-contents .slide {
  overflow: visible !important;
  -webkit-transition: all 1000ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 1000ms cubic-bezier(0.39, 0.575, 0.565, 1);
  cursor: pointer;
  pointer-events: all;
}
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  overflow: visible !important;
}
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content .nav-width {
  height: 100%;
  z-index: 50;
}
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content .nav-width .foreground {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 50;
  -webkit-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content .nav-width .content {
  width: calc(50% - 40px);
  height: 100%;
  float: right;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  margin: 0px 0px -100% -100%;
  z-index: 50;
  -webkit-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content .nav-width .content h1 {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  font-family: 'NexaRustSans', sans-serif;
  font-size: 6vmin;
  line-height: 6vmin;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  text-align: right;
}
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content .nav-width .content h1 sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content .nav-width .content p {
  width: 100%;
  float: left;
  position: relative;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: white;
  text-align: right;
}
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content .nav-width .content p sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content .nav-width .content .recipe-mobile-only {
  display: none;
}
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content .nav-width .content a.cta {
  margin-top: 20px;
  -webkit-transition: background-color 125ms cubic-bezier(0.445, 0.05, 0.55, 0.95), color 125ms cubic-bezier(0.445, 0.05, 0.55, 0.95), margin-bottom 500ms cubic-bezier(0.39, 0.575, 0.565, 1) 750ms;
  transition: background-color 125ms cubic-bezier(0.445, 0.05, 0.55, 0.95), color 125ms cubic-bezier(0.445, 0.05, 0.55, 0.95), margin-bottom 500ms cubic-bezier(0.39, 0.575, 0.565, 1) 750ms;
}
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content.product .nav-width .foreground {
  width: 60%;
  height: 105%;
  margin-left: -5%;
  margin-bottom: -5%;
  z-index: 101;
}
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content.product .nav-width .content {
  width: calc(45% - 20px);
}
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content.recipe .nav-width .content {
  position: relative;
}
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content.recipe .nav-width .content a {
  margin-bottom: 127px;
  /* account for made-with */

}
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content.recipe .nav-width .content .made-with {
  background: url(../img/homepage/slider-fresh/made-with-bg-optimized.png) left bottom no-repeat;
  background-size: contain;
  width: 420px;
  height: 170px;
  position: absolute;
  right: 0px;
  bottom: -170px;
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-delay: 1500ms;
}
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content.recipe .nav-width .content .made-with .made-with-content {
  width: calc(100% - 150px - 20px - 40px);
  margin: 0px 20px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
}
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content.recipe .nav-width .content .made-with .made-with-content a.recipe:link,
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content.recipe .nav-width .content .made-with .made-with-content a.recipe:visited {
  width: 100%;
  color: #8fad15;
  font-family: 'Populaire', sans-serif;
  font-size: 28px;
  line-height: 26px;
  font-weight: 300;
  text-align: right;
  text-transform: uppercase;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-decoration: none;
  -webkit-transition: color 125ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: color 125ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  pointer-events: all;
}
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content.recipe .nav-width .content .made-with .made-with-content a.recipe:link:hover,
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content.recipe .nav-width .content .made-with .made-with-content a.recipe:visited:hover {
  color: #ffcc33;
}
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content.recipe .nav-width .content .made-with .made-with-content p {
  width: 100%;
  color: #4dbfe9;
  font-family: 'Populaire', sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  text-align: right;
  text-transform: uppercase;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-decoration: none;
}
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content.recipe .nav-width .content .made-with .made-with-content a.product:link,
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content.recipe .nav-width .content .made-with .made-with-content a.product:visited {
  width: 100%;
  color: #003c71;
  font-family: 'NexaRustSans', sans-serif;
  font-size: 11px;
  line-height: 11px;
  font-weight: 900;
  text-align: right;
  text-transform: uppercase;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-decoration: none;
  pointer-events: all;
}
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content.recipe .nav-width .content .made-with .made-with-content a.product:link:hover,
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content.recipe .nav-width .content .made-with .made-with-content a.product:visited:hover {
  color: #ffcc33;
}
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content.recipe .nav-width .content .made-with a.product-image {
  width: 150px;
  height: 130px;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  pointer-events: all;
}
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content.recipe .nav-width .content .made-with a.product-image img {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  object-fit: contain;
}
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content.current .nav-width .foreground {
  opacity: 1 !important;
}
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content.current .nav-width .content {
  opacity: 1 !important;
}
#home-hero-container-parallax #home-parallax-slide-contents .slide.slide-content.current.recipe .content .made-with {
  bottom: 0px;
  opacity: 1 !important;
}
#home-hero-container-parallax #home-parallax-foreground-elements {
  z-index: 700;
  pointer-events: none !important;
}
#home-hero-container-parallax #home-parallax-foreground-elements.slides_container {
  width: 100%;
  height: calc(100% - 0px);
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide {
  -webkit-transition: all 1100ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 1100ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide#slidefg_2 .pearlanimated {
  display: none !important;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements div {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements .pearl {
  background-image: url(../img/homepage/slider-fresh/pearl-up.svg);
  background-position: center bottom;
  width: 240px;
  height: 240px;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements .pearlanimated {
  background: url(../img/homepage/slider-fresh/pearl-animation-frames-240-optimized.png) 0px 0px no-repeat;
  animation: pecking 1800ms step-start infinite;
  transition: none !important;
  -webkit-transition: none !important;
  width: 240px;
  height: 240px;
}
@keyframes pecking {
  0% {
    background-position: 0px 0px;
  }
  35% {
    background-position: 0px 0px;
  }
  55% {
    background-position: 0px -240px;
  }
  65% {
    background-position: 0px -480px;
  }
  75% {
    background-position: 0px -240px;
  }
  85% {
    background-position: 0px 0px;
  }
}
@keyframes pecking_svg {
  0% {
    background-image: url(../img/homepage/slider-fresh/pearl-up.svg);
  }
  20% {
    background-image: url(../img/homepage/slider-fresh/pearl-up.svg);
  }
  40% {
    background-image: url(../img/homepage/slider-fresh/pearl-middle.svg);
  }
  65% {
    background-image: url(../img/homepage/slider-fresh/pearl-down.svg);
  }
  90% {
    background-image: url(../img/homepage/slider-fresh/pearl-middle.svg);
  }
  100% {
    background-image: url(../img/homepage/slider-fresh/pearl-up.svg);
  }
}
@keyframes pecking_broken {
  0% {
    background-position: 0px 0px, -240px -240px, -240px -240px;
  }
  25% {
    background-position: 0px 0px, -240px -240px, -240px -240px;
  }
  40% {
    background-position: -240px -240px, 0px 0px, -240px -240px;
  }
  50% {
    background-position: -240px -240px, -240px -240px, 0px 0px;
  }
  75% {
    background-position: -240px -240px, -240px -240px, 0px 0px;
  }
  90% {
    background-position: -240px -240px, -240px -240px, 0px 0px;
  }
  100% {
    background-position: -240px -240px, 0px 0px, -240px -240px;
  }
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements .corn1 {
  background-image: url(../img/homepage/slider-fresh/corn.svg);
  width: 70px;
  height: 200px;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements .corn2 {
  background-image: url(../img/homepage/slider-fresh/corn.svg);
  width: 70px;
  height: 200px;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements .grass1 {
  background-image: url(../img/homepage/slider-fresh/grass1.svg);
  width: 70px;
  height: 40px;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements .grass2 {
  background-image: url(../img/homepage/slider-fresh/grass2.svg);
  width: 70px;
  height: 40px;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements .grass3 {
  background-image: url(../img/homepage/slider-fresh/grass1.svg);
  width: 70px;
  height: 40px;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(1) .pearl {
  display: none;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(1) .pearlanimated {
  bottom: 10px;
  right: 35%;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(1) .corn1 {
  left: 0.5%;
  bottom: 40px;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(1) .corn2 {
  display: none;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(1) .grass1 {
  bottom: 20px;
  right: 33%;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(1) .grass2 {
  bottom: 0px;
  left: 15%;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(1) .grass3 {
  right: 5%;
  bottom: 20px;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(2) .pearl {
  left: 10%;
  bottom: 0px;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(2) .pearlanimated {
  display: none;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(2) .corn1 {
  left: 3.5%;
  bottom: 40px;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(2) .corn2 {
  display: none;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(2) .grass1 {
  bottom: 0px;
  left: 8%;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(2) .grass2 {
  bottom: 20px;
  left: 25%;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(2) .grass3 {
  right: 10%;
  bottom: 20px;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(3) .pearl {
  display: none;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(3) .pearlanimated {
  right: 1%;
  bottom: 0px;
  transform: rotateY(180deg);
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(3) .corn1 {
  left: 11%;
  bottom: 50px;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(3) .corn2 {
  display: none;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(3) .grass1 {
  bottom: 20px;
  left: 15%;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(3) .grass2 {
  bottom: 0px;
  right: 35%;
}
#home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(3) .grass3 {
  right: 12%;
  bottom: 20px;
}
#home-hero-container-parallax #home-parallax-slide-bgs {
  z-index: 0;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide {
  -webkit-transition: all 750ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 750ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide.background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  overflow: hidden;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide.background div {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: absolute;
  z-index: 1;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide.background .farm {
  background-image: url(../img/homepage/slider-fresh/farm.svg);
  width: 500px;
  height: 175px;
  z-index: 10;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide.background .sun {
  background-image: url(../img/homepage/slider-fresh/sun1.svg), url(../img/homepage/slider-fresh/sun2.svg);
  background-position: 0px 0px, -1000px -1000px;
  width: 200px;
  height: 200px;
  z-index: 0;
  animation: sunshine 1000ms steps(1) infinite;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide.background .cloud1 {
  /* 33.08% aspect ratio clouds */
  background-image: url(../img/homepage/slider-fresh/cloud-small.white.svg);
  width: 150px;
  height: 50px;
  opacity: 0.75;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide.background .cloud2 {
  background-image: url(../img/homepage/slider-fresh/cloud-medium.white.svg);
  width: 250px;
  height: 82px;
  opacity: 0.75;
  display: none;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide.background .cloud3 {
  background-image: url(../img/homepage/slider-fresh/cloud-large.white.svg);
  width: 300px;
  height: 100px;
  opacity: 0.75;
  display: none;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide.background .cloud4 {
  background-image: url(../img/homepage/slider-fresh/cloud-medium.white.svg);
  width: 250px;
  height: 82px;
  opacity: 0.75;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide.background .corn1 {
  background-image: url(../img/homepage/slider-fresh/corn.svg);
  width: 70px;
  height: 200px;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide.background .corn2 {
  background-image: url(../img/homepage/slider-fresh/corn.svg);
  width: 70px;
  height: 200px;
}
@keyframes sunshine {
  0% {
    background-position: 0px 0px, -1000px -1000px;
  }
  50% {
    background-position: -1000px -1000px, 0px 0px;
  }
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide.background .mobile-bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  display: none;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(1) .farm {
  left: -1%;
  bottom: -1%;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(1) .sun {
  right: 4%;
  top: -10%;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(1) .cloud1 {
  left: 42%;
  top: 7%;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(1) .cloud2 {
  left: 10%;
  bottom: 30%;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(1) .cloud3 {
  left: -4%;
  top: 5%;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(1) .cloud4 {
  right: -175px;
  top: 7%;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(1) .corn1 {
  right: 2%;
  bottom: -4%;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(1) .corn2 {
  right: -35px;
  bottom: -2%;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(2) .farm {
  background-image: url(../img/homepage/slider-fresh/farm2.svg);
  right: -100px;
  /* px cause we need to link to the third slide */
  bottom: -1%;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(2) .sun {
  display: none;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(2) .cloud1 {
  left: 7%;
  top: 30%;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(2) .cloud2 {
  display: none;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(2) .cloud3 {
  right: -200px;
  /* px cause we need to link to the third slide */
  top: 7%;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(2) .cloud4 {
  left: -75px;
  /* px cause we need to link to the first slide */
  top: 7%;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(2) .corn1 {
  display: none;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(2) .corn2 {
  left: -35px;
  /* px cause we need to link to the first slide */
  bottom: -2%;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(3) .farm {
  background-image: url(../img/homepage/slider-fresh/farm2.svg);
  left: -400px;
  /* px cause we need to link to the 2nd slide */
  bottom: -1%;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(3) .sun {
  left: 9%;
  top: -10%;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(3) .cloud1 {
  display: none;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(3) .cloud2 {
  right: -100px;
  top: 7%;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(3) .cloud3 {
  left: -100px;
  /* px cause we need to link to the 2nd slide */
  top: 7%;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(3) .cloud4 {
  display: none;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(3) .corn1 {
  left: 7%;
  bottom: -3%;
}
#home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(3) .corn2 {
  display: none;
}
#home-hero-container-parallax .paginationarrow {
  background: white url(../img/homepage/slider-fresh/arrow-left.png) center top no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1000;
  left: -40px;
  top: calc(50% - 20px - 40px);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: background-color 125ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 125ms cubic-bezier(0.445, 0.05, 0.55, 0.95), left 125ms cubic-bezier(0.445, 0.05, 0.55, 0.95), right 125ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: background-color 125ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 125ms cubic-bezier(0.445, 0.05, 0.55, 0.95), left 125ms cubic-bezier(0.445, 0.05, 0.55, 0.95), right 125ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 0;
  pointer-events: none;
}
#home-hero-container-parallax .paginationarrow:hover {
  background-color: #8fad15;
  background-position: center bottom;
}
#home-hero-container-parallax .paginationarrow:active {
  background-color: #505832;
  background-position: center top;
}
#home-hero-container-parallax #next {
  background-image: url(../img/homepage/slider-fresh/arrow-right.png);
  left: auto;
  right: -40px;
}
#home-hero-container-parallax:hover .paginationarrow {
  opacity: 1;
  pointer-events: all;
}
#home-hero-container-parallax:hover #next {
  right: 20px;
}
#home-hero-container-parallax:hover #previous {
  left: 20px;
}
#home-hero-container-parallax ul#pagination {
  width: 100%;
  height: 12px;
  float: left;
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 1001;
  list-style: none;
  list-style-position: outside;
}
#home-hero-container-parallax ul#pagination li {
  width: 12px;
  height: 12px;
  float: left;
  position: relative;
  margin: 0px 10px 0px 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #d5e8f3;
  cursor: pointer;
  -webkit-transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#home-hero-container-parallax ul#pagination li:last-child {
  margin-right: 0px;
}
#home-hero-container-parallax ul#pagination li:hover {
  border-color: #8fad15;
}
#home-hero-container-parallax ul#pagination li.current {
  border-color: #ffcc33;
  background: #ffcc33;
}
#home-hero-container-parallax ul#pagination li.current:hover {
  border-color: #8fad15;
  background: #8fad15;
}
#home-hero-container-parallax .wave {
  background: url(../img/homepage/slider-fresh/wave-white-repeat.png) center top repeat-x;
  width: 100%;
  height: 9px;
  position: absolute;
  left: 0px;
  bottom: 79px;
  z-index: 450;
  border-bottom: 1px solid white;
}
@media screen and (max-width: 1420px) {
  #home-hero-container-parallax #home-parallax-slide-contents.slides_container .slide .nav-width {
    width: calc(100% - 40px - 160px - 40px);
    max-width: 1420px;
  }
  #home-hero-container-parallax #home-parallax-foreground-elements.slides_container .slide.foreground-elements:nth-of-type(3) .pearlanimated {
    right: -8%;
  }
}
@media screen and (max-width: 1200px) {
  #home-hero-container-parallax #home-parallax-slide-contents.slides_container .slide.product .nav-width .content h1 {
    font-size: 5vmin;
    line-height: 5vmin;
  }
  #home-hero-container-parallax #home-parallax-slide-contents.slides_container .slide.recipe .nav-width .content h1,
  #home-hero-container-parallax #home-parallax-slide-contents.slides_container .slide.default .nav-width .content h1 {
    font-size: 5vmin;
    line-height: 5vmin;
  }
}
@media screen and (max-width: 960px) {
  #home-hero-container-parallax {
    width: 100%;
    float: left;
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    z-index: 0;
    overflow-x: hidden;
    overflow-y: visible;
  }
  #home-hero-container-parallax #home-parallax-slide-contents.slides_container {
    width: 100%;
    height: 800px;
    float: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
  }
  #home-hero-container-parallax #home-parallax-slide-contents.slides_container .nav-width {
    width: calc(100% - 40px) !important;
    height: auto !important;
    display: block !important;
    margin-left: 20px !important;
  }
  #home-hero-container-parallax #home-parallax-slide-contents.slides_container .nav-width .foreground {
    width: 100% !important;
    height: calc(50vh - 40px) !important;
    margin: 20px 0px 20px 0px !important;
    padding: 0px 0px 0px 0px !important;
    opacity: 1 !important;
  }
  #home-hero-container-parallax #home-parallax-slide-contents.slides_container .nav-width .content {
    width: calc(100% - 40px) !important;
    margin: 0px 20px 0px 20px !important;
    padding: 50px 0px 0px 0px !important;
    display: flex !important;
    overflow-x: visible !important;
    flex-direction: column !important;
    opacity: 1 !important;
    align-items: center !important;
  }
  #home-hero-container-parallax #home-parallax-slide-contents.slides_container .nav-width .content h1 {
    width: 100% !important;
    text-align: center !important;
    font-size: 36px !important;
    line-height: 42px !important;
    color: #003c71 !important;
  }
  #home-hero-container-parallax #home-parallax-slide-contents.slides_container .nav-width .content p {
    width: 100% !important;
    text-align: center !important;
    color: #7a7a7a !important;
    font-weight: 300 !important;
  }
  #home-hero-container-parallax #home-parallax-slide-contents.slides_container .nav-width .content a.cta {
    margin-bottom: 40px !important;
  }
  #home-hero-container-parallax #home-parallax-slide-contents.slides_container .nav-width .content a.recipe-mobile-only {
    background: url(../img/homepage/slider-fresh/recipe-icon-small.png) center top no-repeat;
    display: block !important;
    min-height: 22px;
    color: #8fad15;
    font-family: 'Populaire', sans-serif;
    font-size: 28px;
    line-height: 26px;
    font-weight: 300;
    text-align: center !important;
    text-transform: uppercase;
    float: left;
    position: relative;
    margin: 10px 0px 0px 0px !important;
    padding: 27px 0px 0px 0px;
    display: block;
    text-decoration: none;
    -webkit-transition: color 125ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: color 125ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    pointer-events: all;
  }
  #home-hero-container-parallax #home-parallax-slide-contents.slides_container .nav-width .content a.recipe-mobile-only:hover {
    color: #ffcc33;
  }
  #home-hero-container-parallax #home-parallax-slide-contents.slides_container .nav-width .content .made-with {
    background-size: cover !important;
    background-image: none !important;
    background: RED;
    top: -120px;
    right: -60px !important;
    bottom: auto !important;
    opacity: 1 !important;
  }
  #home-hero-container-parallax #home-parallax-slide-contents.slides_container .nav-width .content .made-with a,
  #home-hero-container-parallax #home-parallax-slide-contents.slides_container .nav-width .content .made-with p {
    text-align: right !important;
  }
  #home-hero-container-parallax #home-parallax-slide-contents.slides_container .nav-width .content .made-with .product-image {
    width: 150px;
    height: 130px;
  }
  #home-hero-container-parallax #home-parallax-slide-contents.slides_container .nav-width .content .made-with a.recipe {
    display: none !important;
  }
  #home-hero-container-parallax #home-parallax-slide-contents.slides_container .nav-width .content .made-with a.product {
    display: none !important;
  }
  #home-hero-container-parallax #home-parallax-slide-contents.slides_container .nav-width .content .made-with p {
    display: none !important;
  }
  #home-hero-container-parallax #home-parallax-slide-contents.slides_container .slide-content {
    height: auto !important;
    display: block;
  }
  #home-hero-container-parallax #home-parallax-foreground-elements.slides_container {
    height: calc(50vh + 50px) !important;
  }
  #home-hero-container-parallax #home-parallax-foreground-elements.slides_container,
  #home-hero-container-parallax #home-parallax-slide-bgs.slides_container {
    width: 100%;
    height: 50vh;
  }
  #home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements .pearl,
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.foreground-elements .pearl {
    width: 120px;
    height: 120px;
  }
  #home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements .pearlanimated,
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.foreground-elements .pearlanimated {
    background-image: url(../img/homepage/slider-fresh/pearl-animation-frames-120-optimized.png);
    width: 120px;
    height: 120px;
  }
  @keyframes pecking {
    0% {
      background-position: 0px 0px;
    }
    35% {
      background-position: 0px 0px;
    }
    55% {
      background-position: 0px -120px;
    }
    65% {
      background-position: 0px -240px;
    }
    75% {
      background-position: 0px -120px;
    }
    85% {
      background-position: 0px 0px;
    }
  }
  #home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements .corn1,
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.foreground-elements .corn1 {
    width: 35px;
    height: 100px;
  }
  #home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements .corn2,
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.foreground-elements .corn2 {
    width: 35px;
    height: 100px;
  }
  #home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements .grass1,
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.foreground-elements .grass1 {
    width: 35px;
    height: 20px;
  }
  #home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements .grass2,
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.foreground-elements .grass2 {
    width: 35px;
    height: 20px;
  }
  #home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements .grass3,
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.foreground-elements .grass3 {
    width: 35px;
    height: 20px;
  }
  #home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(1) .pearlanimated,
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.foreground-elements:nth-of-type(1) .pearlanimated {
    display: none;
    /*changed 1/17/18*/
  
  }
  #home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(1) .corn1,
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.foreground-elements:nth-of-type(1) .corn1 {
    display: none !important;
  }
  #home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(1) .grass1,
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.foreground-elements:nth-of-type(1) .grass1 {
    display: none;
  }
  #home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(1) .grass2,
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.foreground-elements:nth-of-type(1) .grass2 {
    bottom: 20px;
  }
  #home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(2) .pearl,
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.foreground-elements:nth-of-type(2) .pearl {
    left: 10%;
    bottom: 20px;
  }
  #home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(2) .corn1,
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.foreground-elements:nth-of-type(2) .corn1 {
    display: none;
  }
  #home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(2) .grass3,
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.foreground-elements:nth-of-type(2) .grass3 {
    right: 35%;
  }
  #home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(3) .pearlanimated,
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.foreground-elements:nth-of-type(3) .pearlanimated {
    right: 5%;
  }
  #home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(3) .corn1,
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.foreground-elements:nth-of-type(3) .corn1 {
    left: 6%;
    bottom: 20px;
  }
  #home-hero-container-parallax #home-parallax-foreground-elements .slide.foreground-elements:nth-of-type(3) .grass2,
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.foreground-elements:nth-of-type(3) .grass2 {
    bottom: 10px;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.background {
    background-image: none !important;
    background-size: auto !important;
    background-position: -100000px, -100000px !important;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.background .farm {
    width: 250px;
    height: 88px;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.background .sun {
    width: 100px;
    height: 100px;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.background .cloud1 {
    /* 33.08% aspect ratio clouds */
    width: 75px;
    height: 25px;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.background .cloud2 {
    width: 125px;
    height: 41px;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.background .cloud3 {
    width: 200px;
    height: 50px;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.background .cloud4 {
    width: 125px;
    height: 41px;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.background .corn1 {
    width: 35px;
    height: 100px;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.background .corn2 {
    width: 35px;
    height: 100px;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide.background .mobile-bg-image {
    display: block;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(1) .sun {
    right: 3%;
    top: 5%;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(1) .cloud1 {
    left: 5%;
    top: 7%;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(1) .cloud2 {
    left: 10%;
    bottom: 30%;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(1) .cloud3 {
    left: 15%;
    top: 10%;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(1) .cloud4 {
    right: -75px;
    /* px cause we need to link to the second slide */
    top: 50%;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(1) .corn1 {
    right: 2%;
    bottom: -0.5%;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(1) .corn2 {
    right: -17px;
    /* px cause we need to link to the second slide */
    bottom: 0%;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(2) .farm {
    right: -125px;
    /* px cause we need to link to the third slide */
    bottom: -5px;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(2) .cloud1 {
    left: 7%;
    top: 15%;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(2) .cloud2 {
    right: 3%;
    top: 25%;
    display: block;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(2) .cloud3 {
    right: -100px;
    /* px cause we need to link to the third slide */
    top: 7%;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(2) .cloud4 {
    left: -50px;
    /* px cause we need to link to the first slide */
    top: 50%;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(2) .corn1 {
    display: block;
    bottom: 0px;
    left: 2%;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(2) .corn2 {
    left: -18px;
    /* px cause we need to link to the first slide */
    bottom: 0%;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(3) .farm {
    left: -75px;
    /* px cause we need to link to the 2nd slide */
    bottom: -5px;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(3) .sun {
    left: 3%;
    top: 10%;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(3) .cloud3 {
    left: -100px;
    /* px cause we need to link to the 2nd slide */
    top: 7%;
  }
  #home-hero-container-parallax #home-parallax-slide-bgs .slide:nth-of-type(3) .corn1 {
    bottom: 0%;
    display: none;
  }
  #home-hero-container-parallax .wave {
    left: 0px;
    top: calc(50vh - 7px);
  }
  #home-hero-container-parallax .paginationarrow {
    top: calc(25vh - 20px);
    opacity: 1;
    pointer-events: none;
    display: none !important;
  }
  #home-hero-container-parallax #next {
    right: 10px !important;
  }
  #home-hero-container-parallax #previous {
    left: 10px !important;
  }
}
