@media screen {
  .Container {
    overflow-x: hidden;
    margin-top: 35px; } }

[data-mobilenavopen] .Container {
  visibility: hidden; }

@media screen and (min-width: 1025px) {
  .Container {
    margin-top: 55px; }
    [data-mobilenavopen] .Container {
      visibility: visible; } }
.Content {
  font-size: 0; }
  @media screen {
    .Content {
      background-color: #fbf8f0; } }
.ContentBlock {
  font-size: 0;
  margin: 0 auto; }
  @media screen {
    .ContentBlock {
      padding: 0 25px; } }
  @media (min-width: 1280px) {
    .ContentBlock {
      max-width: 95%; } }
.Button {
  display: inline-block;
  padding: 0 20px;
  border-radius: 2px;
  border: none;
  outline: none;
  font-size: 17px;
  font-family: "ff-tisa-web-pro";
  font-style: italic;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease; }

.Green.Button {
  background-color: #20bac6;
  color: #ffffff; }
  .Green.Button:hover {
    color: #ffffff;
    background-color: #1ca2ac; }

.Brown.Button {
  background-color: #4a2e1c;
  color: #ffffff; }
  .Brown.Button:hover {
    color: #ffffff;
    background-color: #332013; }

.Gold.Button {
  color: #4a2e1c;
  background-color: #fdca40; }
  .Gold.Button:hover {
    color: #4a2e1c;
    background-color: #fcbc0e; }

.LightBlue.Button {
  color: #ffffff;
  background-color: #5092e0; }
  .LightBlue.Button:hover {
    color: #ffffff;
    background-color: #2677d7; }
.Footer {
  background-color: #3a2d21;
  padding: 45px 0; }
  @media print {
    .Footer {
      display: none; } }

.Footer .ContentBlock {
  position: relative; }

.Footer-title {
  color: #aa9d93;
  font-family: "franklin-gothic-urw-cond";
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px; }

.Footer .SocialIcon {
  background: #fbf8f0;
  transition: background 0.3s ease; }

.Footer .SocialIcon svg {
  fill: #3a2d21; }

.Footer .SocialIcon:hover {
  background: #20bac6; }

.Footer-helpfulNav {
  margin-bottom: 40px; }

.Footer-farmingNav, .Footer-goodnessNav,
.Footer-socialNav, .Footer-socialNav {
  margin-bottom: 30px; }

.Footer-socialMedia {
  margin-bottom: 20px; }

.Footer-podlist {
  margin: 0 0 0 12px;
  display: inline-block; }
  .Footer-podlist a img {
    margin-top: 10px;
    float: left;
    clear: left; }
  .Footer-podlist a svg {
    margin-top: 10px;
    float: left;
    clear: left; }

.Footer nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.Footer nav li a {
  color: #fbf8f0;
  font-size: 18px;
  font-family: "ff-tisa-web-pro";
  text-decoration: none;
  transition: color .3s ease; }
  .Footer nav li a:hover {
    color: #20bac6; }

.Footer-badges img {
  display: inline-block;
  margin-bottom: 30px; }
  .Footer-badges img:first-of-type {
    margin-right: 12px; }

.Footer-copyright {
  font-size: 14px;
  font-family: "ff-tisa-web-pro";
  color: #aa9d93;
  margin-top: 15px; }

@media (min-width: 500px) {
  .Footer-socialMedia,
  .Footer-helpfulNav,
  .Footer-farmingNav,
  .Footer-goodnessNav,
  .Footer-badges {
    display: inline-block;
    vertical-align: top;
    width: 50%; } }

@media (min-width: 768px) {
  .Footer-socialMedia {
    display: inline-block;
    vertical-align: top; }
  .Footer-socialMedia,
  .Footer-helpfulNav,
  .Footer-farmingNav,
  .Footer-goodnessNav,
  .Footer-badges {
    width: 45%; } }

@media (min-width: 1025px) {
  .Footer-socialMedia,
  .Footer-helpfulNav,
  .Footer-farmingNav,
  .Footer-goodnessNav,
  .Footer-badges {
    width: 25%; }
  .Footer-badges {
    position: absolute;
    bottom: 0;
    right: 0; } }

@media (min-width: 1281px) {
  .Footer-socialMedia,
  .Footer-helpfulNav,
  .Footer-farmingNav,
  .Footer-goodnessNav,
  .Footer-badges {
    margin-bottom: 0; }
  .Footer-socialMedia {
    width: 25.60976%; }
  .Footer-helpfulNav {
    width: 25.60976%; }
  .Footer-farmingNav {
    width: 17.07317%; }
  .Footer-goodnessNav {
    width: 17.07317%; }
  .Footer-badges {
    width: 14.63415%;
    position: relative;
    text-align: right; }
  .Footer-navColumn {
    display: inline-block;
    vertical-align: top;
    width: 40%; }
  .Footer-lineBreak {
    display: block; }
  .Footer nav li a {
    font-size: 14px; } }
.SocialIcon {
  appearance: none;
  font-size: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0;
  outline: 0;
  border-radius: 50%;
  margin-left: 12px; }
  .SocialIcon:first-child {
    margin-left: 0; }
  .SocialIcon:hover {
    background-color: #20bac6; }

.cms-plugin > .SocialIcon {
  margin-right: 12px; }

.SocialIcon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%; }
.ImageShare {
  background-color: #ffffff;
  padding: 50px; }
  @media (min-width: 1025px) {
    .ImageShare {
      padding: 60px 80px; } }

.ImageShare img {
  display: block;
  max-width: 100%;
  max-height: 425px;
  margin: 0 auto 40px; }

.ImageShare-share {
  color: #4a2e1c;
  font-size: 25px;
  font-weight: 700; }
  @media (min-width: 768px) {
    .ImageShare-share {
      display: flex;
      flex-flow: row nowrap; } }

@media (max-width: 767px) {
  .ImageShare-socialLinks {
    margin-top: 10px; } }

@media (min-width: 768px) {
  .ImageShare-socialLinks {
    margin-left: 20px; } }

.ImageShare .SocialIcon {
  background-color: #5092e0; }
  .ImageShare .SocialIcon:hover {
    background-color: #2677d7; }

.ImageShare .SocialIcon svg {
  fill: #ffffff; }
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: "geared-slab-bold";
  src: url(//static.organicvalley.coop/static/organicvalley/fonts/geared-slab-bold.eot);
  src: url(//static.organicvalley.coop/static/organicvalley/fonts/geared-slab-bold.eot?#iefix) format("embedded-opentype"), url(//static.organicvalley.coop/static/organicvalley/fonts/geared-slab-bold.woff) format("woff"), url(//static.organicvalley.coop/static/organicvalley/fonts/geared-slab-bold.ttf) format("truetype"), url(//static.organicvalley.coop/static/organicvalley/fonts/geared-slab-bold.svg#geared-slab-bold) format("svg");
  font-weight: 400;
  font-style: normal; }

body {
  font-family: "ff-tisa-web-pro";
  color: #4a2e1c; }

.wf-loading {
  visibility: hidden; }

.wf-active, .wf-inactive {
  visibility: visible; }

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  line-height: 1.2; }

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased; }

.Headline {
  -webkit-font-smoothing: antialiased;
  font-family: "geared-slab-bold";
  font-size: 45px;
  color: #332013;
  line-height: 0.825;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 1.093; }
  @media (min-width: 768px) {
    .Headline {
      font-size: 59px; } }

h1 {
  font-family: "geared-slab-bold";
  font-size: 45px;
  color: #4a2e1c; }
  @media (min-width: 768px) {
    h1 {
      font-size: 65px; } }

h2 {
  font-family: "ff-tisa-web-pro";
  font-size: 27px;
  font-weight: 700;
  color: #4a2e1c;
  letter-spacing: -0.02em; }
  @media (min-width: 768px) {
    h2 {
      font-size: 30px; } }

h3 {
  font-family: "ff-tisa-web-pro";
  font-size: 27px;
  font-weight: 700;
  color: #4a2e1c;
  letter-spacing: -0.02em; }
  @media (min-width: 768px) {
    h3 {
      font-size: 25px; } }

h4 {
  font-size: 21px;
  font-family: "ff-tisa-web-pro";
  font-style: italic;
  color: #4a2e1c; }

h5 {
  font-family: "ff-tisa-web-pro";
  font-size: 22px;
  font-weight: 700;
  color: #4a2e1c; }
  @media (min-width: 768px) {
    h5 {
      font-size: 18px; } }

h6 {
  font-size: 15px;
  font-family: "franklin-gothic-urw-cond";
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.Number {
  font-size: 40px;
  font-family: "clarendon-urw";
  color: #4a2e1c;
  line-height: 1.2; }

.LearnMore {
  font-size: 17px;
  font-family: "ff-tisa-web-pro";
  font-weight: 700;
  font-style: italic;
  line-height: 1.29412;
  color: #20bac6;
  text-decoration: none;
  transition: color 0.3s ease; }
  .LearnMore:hover {
    color: #1ca2ac; }
  .LearnMore.NoHover:hover {
    text-decoration: none; }

p {
  font-size: 16px;
  font-family: "ff-tisa-web-pro";
  color: #4a2e1c;
  line-height: 1.375; }

ol, ul {
  padding-left: 25px;
  margin-bottom: 16px; }
  ol li, ul li {
    font-size: 16px;
    font-family: "ff-tisa-web-pro";
    color: #4a2e1c;
    line-height: 1.375; }

b {
  font-weight: 700; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c4c0bc;
  margin: 60px 0;
  padding: 0; }

input,
textarea {
  color: #4a2e1c;
  font-family: "ff-tisa-web-pro";
  font-size: 16px;
  font-style: italic;
  -webkit-appearance: none;
  outline: none;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: inset 0px 1px 4px 0px rgba(60, 29, 3, 0.25); }
  input[data-haserror],
  textarea[data-haserror] {
    border: 1px solid #f92b0f !important; }
    input[data-haserror]::-webkit-input-placeholder,
    textarea[data-haserror]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #f92b0f; }
    input[data-haserror]::-moz-placeholder,
    textarea[data-haserror]::-moz-placeholder {
      /* Firefox 19+ */
      color: #f92b0f; }
    input[data-haserror]:-ms-input-placeholder,
    textarea[data-haserror]:-ms-input-placeholder {
      /* IE 10+ */
      color: #f92b0f; }
    input[data-haserror]:-moz-placeholder,
    textarea[data-haserror]:-moz-placeholder {
      /* Firefox 18- */
      color: #f92b0f; }

* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

img[width="1"][height="1"],
img[src*="everesttech.net"] {
  display: none; }
.StoryStep {
  position: relative;
  background-size: cover;
  background-position: center; }
  @media (max-width: 767px) {
    .StoryStep {
      background-image: none !important; } }

.StoryStep-mobileImage {
  background-size: cover;
  height: 0;
  padding-bottom: 100%; }
  @media (min-width: 768px) {
    .StoryStep-mobileImage {
      display: none; } }

@media (min-width: 768px) {
  .StoryStep .ContentBlock {
    position: relative;
    height: 800px; } }

.StoryStep-number {
  font-size: 80px;
  font-family: "clarendon-urw";
  color: #000000;
  opacity: 0.2;
  position: absolute;
  top: 20px;
  left: 20px;
  line-height: 0.6;
  letter-spacing: -0.05em; }
  @media (min-width: 768px) {
    .StoryStep-number {
      font-size: 250px;
      top: 110px; } }
  .StoryStep-number.White {
    color: #ffffff; }

.StoryStep-text {
  padding: 35px 0 30px; }
  @media (min-width: 768px) {
    .StoryStep-text {
      position: absolute;
      top: 90px;
      right: 0;
      width: 460px;
      padding: 0; }
      .StoryStep-text.White h2, .StoryStep-text.White p {
        color: #ffffff; } }

.StoryStep-text h2 {
  margin-bottom: 20px; }

.StoryStep-text p {
  margin-bottom: 20px; }

.StoryStep-text .Button {
  height: 40px;
  line-height: 40px;
  margin-right: 15px; }

.Small.PlayButton {
  margin-right: 5px; }

.StoryStep-text.Middle-text {
  top: 220px; }
.Modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 0;
  z-index: 99999999; }

body[data-modalopen] {
  position: fixed;
  overflow: hidden; }

/* Message modal */
.Modal-mountNode {
  width: 100%; }

.Modal-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.Modal-message {
  position: relative;
  text-align: center;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .Modal-message {
      max-width: 600px;
      height: auto; } }

@media (min-width: 768px) {
  .Modal-padded {
    padding: 75px 0; } }

@media (min-width: 768px) {
  .Modal-extraPadded {
    padding: 120px 0; } }

.Modal-message .Modal-close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px; }

.Modal-message .Modal-close svg {
  fill: #4a2e1c; }

.Modal-avatar {
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  background-size: cover;
  background-position: center;
  border-radius: 50%; }

.Modal-headline {
  color: #4a2e1c;
  font-size: 35px;
  font-family: "geared-slab-bold";
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 10px; }

.Modal-headline a,
.Modal-message p a {
  color: #5092e0;
  text-decoration: none; }
  .Modal-headline a:hover,
  .Modal-message p a:hover {
    text-decoration: underline; }

.Modal-message .Button {
  height: 50px;
  line-height: 50px; }

/* Video modal */
.Modal-video .Modal-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  z-index: 1;
  cursor: pointer;
  width: 100%;
  background-color: #20bac6;
  height: 40px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.Modal-video .Modal-close svg {
  display: inline-block;
  vertical-align: middle;
  fill: #ffffff;
  transform: translateY(-2px);
  margin-top: 1px; }

.Modal-videoPlayer {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0; }

#VideoPlayer {
  width: 100%;
  height: 100%; }
.PlayButton {
  position: relative;
  background-color: #20bac6;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease; }
  .PlayButton:hover {
    background-color: #1ca2ac; }
  .PlayButton:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -50%);
    border-left: 25px solid #ffffff;
    border-top: 17px dashed transparent;
    border-bottom: 17px dashed transparent; }

.Small.PlayButton {
  width: 40px;
  height: 40px; }

.Small.PlayButton:after {
  border-left-width: 15px;
  border-top-width: 11px;
  border-bottom-width: 11px; }
.BackButton {
  display: block;
  font-size: 16px;
  font-style: italic;
  color: #20bac6;
  cursor: pointer;
  text-decoration: none; }

.BackButton svg {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 15px;
  fill: #20bac6;
  margin-right: 5px;
  transform: translateY(-2px); }

.BackButton:hover {
  color: #1ca2ac; }
  .BackButton:hover svg {
    fill: #1ca2ac; }
.LoadingAnimation img {
  display: block;
  width: 200px;
  height: auto;
  margin: 0 auto; }

.LoadingAnimation[data-fullscreen] {
  position: relative;
  background-color: #ffffff;
  height: 95vh; }
  .LoadingAnimation[data-fullscreen] img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
@media (min-width: 1025px) {
  .SideBySide {
    display: flex;
    flex-flow: row nowrap; }
    .SideBySide > * {
      width: 50%;
      flex-grow: 1; }
    .SideBySide > .cms-plugin > * {
      height: 100%; } }

@media (min-width: 1025px) {
  .SideBySideRev {
    display: flex;
    flex-flow: row-reverse nowrap; }
    .SideBySideRev > * {
      width: 50%;
      flex-grow: 1; }
    .SideBySideRev > .cms-plugin > * {
      height: 100%; } }
.PageHero {
  position: relative;
  min-height: 550px;
  display: flex;
  overflow: hidden; }
  @media (max-width: 767px) {
    .PageHero {
      min-height: 100%;
      flex-direction: column; } }

.PageHero .ContentBlock {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 550px; }
  @media (max-width: 767px) {
    .PageHero .ContentBlock {
      min-height: 100%; } }
  @media (min-width: 768px) {
    .PageHero .ContentBlock {
      margin: 0 33px; } }

.PageHero .ContentBlock a {
  text-decoration: none; }

.Farmer .PageHero {
  height: 0;
  padding-bottom: 80%; }
  @media (min-width: 768px) {
    .Farmer .PageHero {
      padding-bottom: 0;
      height: auto; } }

.PageHero-backgroundImage {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 550px; }
  @media (max-width: 767px) {
    .PageHero-backgroundImage {
      min-height: 100%; }
      [data-mobileimage] .PageHero-backgroundImage {
        position: relative;
        height: 0;
        padding-bottom: 80%;
        background-position: 85% center;
        background-size: cover;
        margin-bottom: 60px; }
      [data-video] .PageHero-backgroundImage {
        background-position: center;
        background-size: cover; } }
  @media (min-width: 768px) {
    .PageHero-backgroundImage {
      background-position: center;
      background-size: cover; } }
  @media (min-width: 1025px) {
    [data-video] .PageHero-backgroundImage {
      display: none; } }

.PageHero-ambientVideo {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%); }
  @media (min-width: 1025px) {
    .PageHero-ambientVideo {
      display: block; } }

.Farmer .PageHero-backgroundImage {
  background-size: cover;
  background-position: center; }

.PageHero-copy-wrapper {
  display: flex; }

.PageHero-copy {
  position: relative;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0; }
  [data-mobileimage] .PageHero-copy {
    padding: 0;
    margin-bottom: 60px; }
  @media (min-width: 768px) {
    .PageHero-copy {
      margin: 0;
      padding: 0;
      max-width: 370px; }
      [data-mobileimage] .PageHero-copy {
        margin-bottom: 0; } }

.PageHero-copy img {
  display: block;
  margin: 0 auto 20px;
  max-width: 85%;
  min-width: 250px; }

.PageHero-title {
  font-family: "geared-slab-bold";
  font-size: 45px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0;
  color: #4a2e1c; }
  @media (min-width: 768px) {
    .PageHero-title {
      font-size: 65px; } }
  @media (min-width: 1025px) {
    .PageHero-title {
      margin-bottom: 25px; } }

.PageHero-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #4a2e1c;
  margin: 10px auto 0; }

.PageHero-copy p {
  margin-bottom: 0; }

.PageHero-copy.White .PageHero-title, .PageHero-copy.White p {
  color: #ffffff; }

.PageHero-copy.White .PageHero-title::after {
  background-color: #ffffff; }

@media (max-width: 767px) {
  [data-mobileimage] .PageHero-copy .PageHero-title, [data-mobileimage] .PageHero-copy p {
    color: #4a2e1c; }
  [data-mobileimage] .PageHero-copy .PageHero-title::after {
    background-color: #4a2e1c; } }

.PageHero .LearnMore {
  display: inline-block;
  margin-top: 20px; }
  .PageHero .LearnMore .PlayButton {
    margin-right: 10px; }
  .PageHero .LearnMore:hover .PlayButton {
    background-color: #1ca2ac; }

.PageHero > .PlayButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.PageHero .ZIPCodeSearch {
  margin-top: 30px; }

.PageHero-HeaderText-White {
  text-shadow: 2px 2px 3px rgba(50, 50, 50, 0.75); }

.PageHero-HeaderText-Brown {
  text-shadow: 2px 2px 3px rgba(200, 200, 200, 0.75); }
.FuzzySearch-results {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  transform: translateY(1px);
  background: #ffffff;
  border-left: 1px solid #d1c9bf;
  border-right: 1px solid #d1c9bf;
  border-bottom: 1px solid #d1c9bf;
  z-index: 1; }

.FuzzySearch-searchResult {
  font-size: 13px;
  text-align: left;
  padding: 3px 10px;
  display: block;
  color: #4a2e1c;
  text-decoration: none;
  cursor: pointer; }
  .FuzzySearch-searchResult:hover, .FuzzySearch-searchResult[data-selected] {
    background-color: #e8e5e0; }
.MobileNav-additionalLevel {
  -ms-overflow-style: none; }
  .MobileNav-additionalLevel::-webkit-scrollbar {
    display: none; }

.MobileNav {
  position: relative;
  z-index: 1000; }
  @media (min-width: 1025px) {
    .MobileNav {
      display: none; } }
  @media print {
    .MobileNav {
      display: none; } }

body[data-mobilenavopen] {
  overflow: hidden; }
  @media (min-width: 1025px) {
    body[data-mobilenavopen] {
      overflow: visible; } }

.MobileNav-navbar,
.MobileNav-menubar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  background: #ffffff;
  border-bottom: 1px solid #e1dfdd;
  transform: translate3d(0, 0, 0); }

.MobileNav-navbar {
  left: 0;
  transition: transform .3s ease; }
  body[data-hidenav] .MobileNav-navbar {
    transform: translate3d(0, -130%, 0); }

.MobileNav-logo {
  position: absolute;
  top: 10px;
  left: 15px;
  display: inline-block;
  width: 86px;
  height: 62px;
  background-image: url(//static.organicvalley.coop/static/organicvalley/images/logo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0; }
  .MobileNav-menubar .MobileNav-logo {
    width: 58px;
    height: 42px; }

.MobileNav-icons {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%); }

.MobileNav-hamburgerIcon,
.MobileNav-closeIcon,
.MobileNav-searchIcon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 20px;
  height: 20px; }
  .MobileNav-hamburgerIcon svg,
  .MobileNav-closeIcon svg,
  .MobileNav-searchIcon svg {
    fill: #4a2e1c;
    width: 20px;
    height: 20px; }

.MobileNav-hamburgerIcon,
.MobileNav-closeIcon {
  right: 25px; }

.MobileNav-searchIcon {
  right: 60px; }

.MobileNav-menubar {
  left: 100%; }

.MobileNav-menu {
  position: fixed;
  top: 60px;
  left: 100%;
  width: 100%;
  background: #fbf8f0;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.MobileNav nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fbf8f0; }

.MobileNav nav li {
  position: relative;
  color: #4a2e1c;
  font-size: 19px;
  font-family: "franklin-gothic-urw-cond";
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 15px;
  height: 80px;
  border-bottom: 1px solid #e1dfdd;
  display: flex;
  align-items: center;
  cursor: pointer; }

.MobileNav nav li img {
  max-height: 60px;
  max-width: 60px;
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-right: 20px;
  width: auto;
  margin: 0 auto;
  display: block; }

.MobileNav nav li:after {
  content: '';
  display: block;
  border-left: 10px solid #20bac6;
  border-top: 6px dashed transparent;
  border-bottom: 6px dashed transparent;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%); }

.MobileNav-utilityNav li a {
  width: 100%;
  text-decoration: none;
  color: #4a2e1c; }

.MobileNav nav .Button {
  width: 100%;
  height: 50px;
  line-height: 50px; }

.MobileNav-socialNav {
  margin-top: 25px;
  text-align: center; }

.MobileNav-socialNav .SocialIcon {
  background-color: #4a2e1c; }

.MobileNav-socialNav .SocialIcon svg {
  fill: #fbf8f0; }

.MobileNav-backButton {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  font-family: "ff-tisa-web-pro";
  font-weight: 700;
  color: #4a2e1c;
  cursor: pointer; }
  .MobileNav-backButton svg {
    transform: translateY(1px);
    margin-right: 5px; }

.MobileNav-additionalLevel {
  position: fixed;
  top: 60px;
  left: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #ffffff; }

.MobileNav-search {
  display: none;
  background: #fbf8f0;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #e1dfdd; }

.MobileNav > .MobileNav-search {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: -1; }

.MobileNav-fuzzySearch {
  position: relative;
  margin-bottom: 10px; }

.MobileNav-search input {
  width: 100%;
  font-family: "ff-tisa-web-pro";
  color: #4a2e1c;
  outline: none;
  border: 1px solid #e1dfdd;
  padding: 0 10px;
  height: 40px;
  line-height: 40px; }

.MobileNav-search .Button {
  height: 40px;
  line-height: 40px; }

.MobileNav-productItemImage {
  display: inline-block;
  width: 60px;
  margin-right: 10px; }

.MobileNav-productItemName {
  display: inline-block; }
.SiteNav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: transform .3s ease;
  z-index: 1000; }

@media screen and (min-width: 1025px) {
  .SiteNav {
    display: block; } }

body[data-hidenav] .SiteNav {
  transform: translateY(-130%); }

.SiteNav-primaryNav > i, .SiteNav-utilityNav > span > i {
  color: #4a2e1c;
  display: inline-block;
  font-size: 16px;
  transform: translateY(-1px); }

.SiteNav-navbar {
  height: 80px;
  background: #ffffff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15); }

.SiteNav-navbar .ContentBlock {
  position: relative; }

.SiteNav-logo {
  position: absolute;
  bottom: -8px;
  left: 0;
  display: inline-block;
  width: 125px;
  height: 87px;
  background-image: url(//static.organicvalley.coop/static/organicvalley/images/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1001; }

.SiteNav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.SiteNav-primaryNav {
  position: relative;
  clear: both;
  text-align: right;
  z-index: initial; }

.SiteNav-primaryNav {
  position: relative; }

.SiteNav-primaryNav > i {
  margin-left: 25px;
  margin-right: 25px; }
  .SiteNav-primaryNav > i:first-of-type {
    display: none; }

.SiteNav-primaryNav > li {
  position: relative;
  display: inline-block; }
  .SiteNav-primaryNav > li:first-child {
    margin-left: 0; }

.SiteNav-primaryNav > li > a {
  display: inline-block;
  font-size: 18px;
  font-family: "franklin-gothic-urw-cond";
  font-weight: 700;
  height: 45px;
  letter-spacing: 0.0275em;
  text-transform: uppercase;
  text-decoration: none;
  color: #4a2e1c;
  transition: color .3s ease; }
  .SiteNav-primaryNav > li > a:hover {
    color: #20bac6; }

.SiteNav-primaryNav > li.children:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 50%;
  border-top: 6px solid #20bac6;
  border-left: 6px dashed transparent;
  border-right: 6px dashed transparent;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity ease .3s; }

.SiteNav-primaryNav > li.children:hover:after {
  opacity: 1; }

.SiteNav-primaryNav li.recipes, .SiteNav-primaryNav li.power-of-we {
  margin-left: 35px; }
  .SiteNav-primaryNav li.recipes a, .SiteNav-primaryNav li.power-of-we a {
    font-family: "ff-tisa-web-pro";
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: none; }

.SiteNav-primaryNav i.recipes, .SiteNav-primaryNav i.power-of-we {
  display: none; }

.SiteNav-primaryNav li > ul {
  text-align: left;
  width: 240px;
  position: absolute;
  top: 100%;
  left: 50%;
  background: #fbf8f0;
  padding: 35px;
  box-shadow: 0px 0px 4.95px 0.05px rgba(0, 0, 0, 0.17);
  transform: translate(-50%, -13px);
  z-index: -2;
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; }

.SiteNav-primaryNav li:hover > ul {
  z-index: -1;
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: auto; }

.SiteNav-primaryNav li.products > ul {
  display: none; }

.SiteNav-primaryNav li > ul > li {
  margin-top: 12px; }
  .SiteNav-primaryNav li > ul > li:first-of-type {
    margin-top: 0; }
  .SiteNav-primaryNav li > ul > li > a {
    font-size: 18px;
    font-family: "franklin-gothic-urw-cond";
    font-weight: 700;
    color: #4a2e1c;
    text-decoration: none;
    transition: color 0.3s ease; }
  .SiteNav-primaryNav li > ul > li:hover > a, .SiteNav-primaryNav li > ul > li.selected > a {
    color: #20bac6; }

.SiteNav-utilityNav {
  display: inline-block;
  float: right;
  border-left: 1px solid #d1c9bf;
  border-right: 1px solid #d1c9bf;
  border-bottom: 1px solid #d1c9bf;
  margin-bottom: 10px;
  height: 30px; }

.SiteNav-utilityNav > span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px; }

.SiteNav-utilityNav li {
  display: inline-block; }
  .SiteNav-utilityNav li:first-child {
    margin-left: 0; }

.SiteNav-utilityNav > span > i {
  margin-left: 15px;
  margin-right: 15px; }

.SiteNav-utilityNav li svg {
  display: inline-block;
  vertical-align: middle;
  fill: #20bac6;
  transform: translateY(-1px);
  margin-right: 3px; }

.SiteNav-utilityNav li a {
  color: #4a2e1c;
  font-size: 13px;
  font-family: "ff-tisa-web-pro";
  text-decoration: none;
  transition: color 0.3s ease; }
  .SiteNav-utilityNav li a:hover {
    color: #20bac6; }

.SiteNav-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  height: 100%;
  border-left: 1px solid #d1c9bf; }

.SiteNav-search .FuzzySearch {
  display: inline-block; }

.SiteNav-search .FuzzySearch-results {
  left: -1px;
  right: 1; }

.SiteNav-search input {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-family: "ff-tisa-web-pro";
  font-style: normal;
  color: #4a2e1c;
  outline: none;
  border: none;
  box-shadow: none;
  width: 0;
  transition: width ease-in .25s; }

.SiteNav-search svg {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  fill: #4a2e1c;
  cursor: pointer;
  transition: fill ease .25s; }
  .SiteNav-search svg:hover {
    fill: #20bac6; }

.SiteNav-productsNav {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  display: none;
  background: #fbf8f0;
  padding: 40px 0 80px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
  max-height: 100vh;
  overflow: auto; }

.SiteNav-productsNav .ContentBlock {
  position: relative; }

.SiteNav-productsNav svg {
  display: block;
  width: 215px;
  height: 40px;
  margin: 0 auto;
  fill: #4a2e1c; }

.SiteNav-closeIcon {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }
  .SiteNav-closeIcon svg {
    fill: #4a2e1c;
    width: 25px;
    height: 25px; }

.SiteNav-productsNav li {
  display: inline-block;
  width: 20%;
  text-align: center;
  margin-top: 35px; }

.SiteNav-productsNav li a {
  text-decoration: none;
  transition: color .3s ease; }

.SiteNav-productsNav li img {
  display: block;
  width: auto;
  height: auto;
  max-width: 80%;
  max-width: 22.5vh;
  max-height: 200px;
  max-height: 22.5vh;
  margin: 0 auto 10px; }

@media (min-width: 1280px) and (min-height: 901px) {
  .SiteNav-productsNav li img {
    max-height: 280px; } }

.SiteNav-productsNav h4 {
  font-size: 16px; }

.fancy-tooltip p {
  font-size: 14px;
  color: #fff; }
.Row > * {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px; }
  .Row > *:first-child {
    margin-left: 0; }
.FindProduct {
  text-align: center;
  color: #ffffff;
  padding: 70px 0 60px;
  background-size: cover;
  background-position: center; }
  @media (min-width: 1025px) {
    .FindProduct {
      padding: 140px 0 120px; } }

.FindProduct-content {
  max-width: 535px;
  margin: 0 auto; }

.FindProduct .Headline {
  color: #ffffff;
  margin-bottom: 20px; }

.FindProduct img {
  display: block;
  width: auto;
  height: auto;
  max-width: 300px;
  max-height: 300px;
  margin: 0 auto; }

.FindProduct p {
  color: #ffffff; }
.ZIPCodeSearch input {
  width: 100%;
  height: 50px;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .ZIPCodeSearch input {
      display: inline-block;
      width: 190px;
      vertical-align: middle; } }

.ZIPCodeSearch button.Green.Button {
  width: 100%;
  height: 50px;
  line-height: 1em;
  margin-left: 0; }
  @media (max-width: 767px) {
    .ZIPCodeSearch button.Green.Button {
      margin-top: 20px; } }
  @media (min-width: 768px) {
    .ZIPCodeSearch button.Green.Button {
      display: inline-block;
      width: 180px;
      vertical-align: middle; } }
#PreFooterFarm {
  max-width: 700px;
  margin-right: auto; }
  @media (max-width: 1024px) {
    #PreFooterFarm {
      margin-bottom: 50px; } }
  @media (max-width: 1279px) {
    #PreFooterFarm {
      margin-left: auto; } }
  @media (min-width: 1280px) {
    #PreFooterFarm {
      min-width: 45%;
      max-width: 48%; } }
  @media print {
    #PreFooterFarm {
      display: none; } }

.PreFooterFarm-content {
  position: relative;
  padding: 20px 40px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center; }

.PreFooterFarm-corner {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px; }

.PreFooterFarm-corner.topLeft {
  top: 0;
  left: 0;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: translate(-50%, -50%); }

.PreFooterFarm-corner.topRight {
  top: 0;
  right: 0;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: translate(50%, -50%); }

.PreFooterFarm-corner.bottomLeft {
  bottom: 0;
  left: 0;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  transform: translate(-50%, 50%); }

.PreFooterFarm-corner.bottomRight {
  bottom: 0;
  right: 0;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  transform: translate(50%, 50%); }

.PreFooterFarm-border {
  position: absolute; }
  .PreFooterFarm-border.top {
    top: 0;
    left: 10px;
    right: 10px;
    border-bottom: 1px solid #ffffff; }
  .PreFooterFarm-border.bottom {
    bottom: 0;
    left: 10px;
    right: 10px;
    border-top: 1px solid #ffffff; }
  .PreFooterFarm-border.left {
    top: 10px;
    bottom: 10px;
    left: 0;
    border-right: 1px solid #ffffff; }
  .PreFooterFarm-border.right {
    top: 10px;
    bottom: 10px;
    right: 1px;
    border-left: 1px solid #ffffff; }

.PreFooterFarm-thumbnail {
  width: 125px;
  height: 125px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin-right: 30px;
  flex-shrink: 0; }
  @media (max-width: 499px) {
    .PreFooterFarm-thumbnail {
      display: none; } }

.PreFooterFarm h6 {
  font-size: 17px;
  margin-bottom: 5px; }

.PreFooterFarm-details {
  color: #ffffff; }
  @media (min-width: 768px) {
    .PreFooterFarm-details {
      display: flex;
      flex-direction: row;
      align-items: center; } }

.PreFooterFarm-summary h4 {
  color: #ffffff;
  font-style: normal;
  margin-bottom: 5px; }

.PreFooterFarm-summary address,
.PreFooterFarm-membership {
  font-size: 18px;
  font-style: normal;
  line-height: 1.2; }

.PreFooterFarm-summary .LearnMore {
  color: #ffffff;
  display: block;
  font-size: 15px;
  margin-top: 5px; }
  .PreFooterFarm-summary .LearnMore:hover {
    color: rgba(255, 255, 255, 0.85); }

.PreFooterFarm-distance {
  color: #ffffff; }
  @media (max-width: 767px) {
    .PreFooterFarm-distance {
      padding-top: 20px;
      margin-top: 20px;
      border-top: 1px solid #ffffff; } }
  @media (min-width: 768px) {
    .PreFooterFarm-distance {
      padding-left: 50px;
      margin-left: 30px;
      border-left: 1px solid #ffffff;
      text-align: center; } }

.PreFooterFarm-distanceValue {
  font-family: "clarendon-urw";
  font-size: 47px;
  line-height: 0.75;
  margin-bottom: 5px; }
  @media (max-width: 767px) {
    .PreFooterFarm-distanceValue {
      display: inline-block;
      margin-right: 10px; } }

.PreFooterFarm-distanceUnits {
  font-family: "franklin-gothic-urw-cond";
  font-size: 19px; }
  @media (max-width: 767px) {
    .PreFooterFarm-distanceUnits {
      display: inline-block; } }
.PreFooter {
  background-image: url(//static.organicvalley.coop/static/organicvalley/images/backgrounds/distressed-green.jpg);
  padding: 50px 0; }
  @media (max-width: 1024px) {
    .PreFooter {
      background-size: cover; } }
  @media (min-width: 768px) {
    .PreFooter {
      padding: 65px 0; } }
  @media print {
    .PreFooter {
      display: none; } }

.PreFooter[data-farmfound] .ContentBlock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (min-width: 1025px) {
    .PreFooter[data-farmfound] .ContentBlock {
      flex-direction: row; } }

@media (min-width: 1600px) {
  .PreFooter[data-farmfound] .NewsletterSignUp-form {
    text-align: left; } }

@media (min-width: 1600px) {
  .PreFooter[data-farmfound] .NewsletterSignUp-form p {
    max-width: none; } }
.NewsletterSignUp {
  text-align: center; }
  @media print {
    .NewsletterSignUp {
      display: none; } }

@media (min-width: 1025px) {
  [data-farmfound] .NewsletterSignUp {
    width: 50%; } }

.NewsletterSignUp-heading {
  font-family: "geared-slab-bold";
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .NewsletterSignUp-heading {
      font-size: 35px; } }

.NewsletterSignUp-form p {
  color: #ffffff;
  max-width: 360px;
  margin: 0 auto 15px; }

.NewsletterSignUp-form input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 15px; }

.NewsletterSignUp-form input[type="email"] {
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .NewsletterSignUp-form input[type="email"] {
      display: inline-block;
      vertical-align: middle;
      width: 245px;
      margin-right: 5px;
      margin-bottom: 0; } }

.NewsletterSignUp-form input[type="text"],
.NewsletterSignUp-form input[name="postal_code"] {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .NewsletterSignUp-form input[type="text"],
    .NewsletterSignUp-form input[name="postal_code"] {
      display: inline-block;
      vertical-align: middle;
      width: 160px;
      margin-right: 5px;
      margin-bottom: 0; } }

@media (min-width: 1025px) and (max-width: 1279px) {
  [data-farmfound] .NewsletterSignUp-form input {
    display: block;
    width: 320px;
    margin: 0 auto 10px; } }

.NewsletterSignUp-form .Button {
  width: 100%;
  height: 50px;
  line-height: 50px; }
  @media (min-width: 768px) {
    .NewsletterSignUp-form .Button {
      display: inline-block;
      vertical-align: middle;
      width: 110px; } }

.NewsletterTab-Wrapper {
  padding: 10px 20px; }
.Background.Linen {
  background-image: url(//static.organicvalley.coop/static/organicvalley/images/backgrounds/linen.jpg);
  background-repeat: repeat; }

.Background.Wood {
  background-image: url(//static.organicvalley.coop/static/organicvalley/images/backgrounds/wood.jpg);
  background-size: cover; }

.Background.cork {
  background-image: url(//static.organicvalley.coop/static/organicvalley/images/backgrounds/cork.jpg);
  background-repeat: repeat; }

.Background.craft-paper {
  background-image: url(//static.organicvalley.coop/static/organicvalley/images/backgrounds/craft-paper.jpg);
  background-repeat: repeat; }

.Background.marble {
  background-image: url(//static.organicvalley.coop/static/organicvalley/images/backgrounds/marble.jpg);
  background-size: cover; }

.Background.green {
  background-image: url(//static.organicvalley.coop/static/organicvalley/images/backgrounds/distressed-green.jpg);
  background-size: cover; }

.Background:after {
  content: '';
  display: table;
  clear: both; }
.CTA {
  background: #ffffff;
  text-align: center;
  padding: 110px 25px; }

.CTA h2 {
  max-width: 400px;
  margin: 0 auto 10px; }

.CTA p {
  max-width: 400px;
  margin: 0 auto 20px; }

.CTA .Button {
  height: 50px;
  line-height: 50px; }
.ImageGrid {
  max-width: 980px;
  margin: 0 auto;
  padding: 10px 25px 30px; }

.ImageGrid-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center; }

.ImageGrid-grid img {
  display: block;
  max-width: 250px;
  height: auto;
  margin: 30px; }
.Logos {
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px; }
  @media (min-width: 768px) {
    .Logos {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1025px) {
    .Logos {
      padding-left: 134px;
      padding-right: 134px; } }
  @media (min-width: 768px) {
    .Logos {
      padding-top: 80px;
      padding-bottom: 80px; } }

.Logos h3 {
  margin: 0 0 0.5em; }

.Logos img {
  padding: 15px;
  max-width: 100%; }
  @media (min-width: 768px) {
    .Logos img {
      padding: 30px;
      max-width: none; } }
/* The Modal (background) */
.yesmail-modal {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.yesmail-wrapper {
  background-color: #b1ba42;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }
  @media (min-width: 768px) {
    .yesmail-wrapper {
      width: 50%; } }

.yesmail-wrapper svg {
  fill: #fff;
  width: 125px; }

.yesmail-close, .yesmail-tab-close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.yesmail-tab-close {
  margin-right: 15px;
  line-height: 35px; }

.yesmail-close:hover, .yesmail-close:focus,
.yesmail-tab-close:hover, .yesmail-tab-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.yesmail-content, .yesmail-tab-content {
  margin: 0 auto;
  text-align: center; }

.yesmail-content p, .yesmail-tab-content p {
  color: #fff; }

#ModalNewsletterForm > button {
  background-color: #4a2e1c;
  color: #fff;
  border: medium none;
  border-radius: 2px;
  cursor: pointer;
  font-family: ff-tisa-web-pro, sans-serif;
  font-size: 17px;
  font-style: italic;
  outline: medium none;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease 0s;
  padding: 2px 15px;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

#ModalNewsletterForm > input,
#ModalTabForm > input {
  margin: 0 10px 15px;
  padding: 3px 8px; }

.yesmail-share {
  margin-top: 15px;
  text-align: center;
  display: none; }

.yesmail-share p {
  color: #fff; }

/******
 * Tab Popup from bottom of screen
 */
.yesmail-tab {
  display: none;
  position: fixed;
  bottom: -230px;
  width: 100%;
  transition: transform .3s ease;
  z-index: 1000; }
  @media (min-width: 500px) {
    .yesmail-tab {
      bottom: -190px; } }
  @media (min-width: 768px) {
    .yesmail-tab {
      bottom: -170px; } }
  @media (min-width: 1280px) {
    .yesmail-tab {
      bottom: -150px; } }

.yesmail-tab-wrapper {
  height: 220px;
  background: #b1ba42;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px; }
  @media (min-width: 500px) {
    .yesmail-tab-wrapper {
      height: 160px; } }
  @media (min-width: 768px) {
    .yesmail-tab-wrapper {
      height: 150px; } }

#ModalTabForm > button {
  background-color: #4a2e1c;
  color: #fff;
  border: medium none;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-family: ff-tisa-web-pro, sans-serif;
  font-size: 17px;
  font-style: italic;
  outline: medium none;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease 0s;
  padding: 2px 15px 5px;
  margin: 0 80px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  @media (min-width: 768px) {
    #ModalTabForm > button {
      margin: -10px 0 0 10px; } }

.yesmail-tab-content h4 {
  padding-top: 10px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .yesmail-tab-content h4 {
      margin-bottom: 5px; } }

.yesmail-tab-subheader {
  display: none; }
  @media (min-width: 768px) {
    .yesmail-tab-subheader {
      display: block; } }

.yesmail-social {
  display: none; }
