/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
     Imports
     ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
@font-face {
  font-family: DecaturFont;
  src: url("../img/DF_FONT_RND1.otf") format("opentype"); }
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #f8f7f1;
  color: #333a42;
  width: 100vw;
  overflow-x: hidden; }

.no-scroll {
  overflow: hidden;
  height: 100%; }

h1,
h2,
h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  max-width: 700px; }

h1 {
  font-size: 4.75rem;
  line-height: 5.25rem;
  margin-bottom: 0; }
  @media screen and (max-width: 1007px) {
    h1 {
      font-size: 3.75rem;
      line-height: 4.25rem; } }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 3.75rem;
      line-height: 4.25rem; } }

h2 {
  font-size: 3.5rem;
  line-height: 4rem;
  text-align: center; }
  @media screen and (max-width: 640px) {
    h2 {
      font-size: 2.75rem;
      line-height: 3.25rem; } }

h3 {
  font-size: 1.75rem;
  line-height: 1.85rem; }

p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.1rem; }
  p a {
    border-bottom: 3px solid #c5d433;
    transition: border 0.15s linear; }
    p a:hover {
      border-color: #333a42; }

ul {
  margin: 0;
  padding: 0; }

a {
  color: #333a42;
  text-decoration: none; }

hr {
  border-top: 4px solid #c5d433;
  border-bottom: 4px solid #c5d433;
  height: 10px;
  width: 100%; }

button {
  font-family: "DecaturFont", sans-serif;
  font-size: 1.2rem;
  background: #c5d433;
  border: 3px solid #c5d433;
  color: #08411b;
  outline: none;
  overflow: hidden;
  padding: 10px 30px;
  position: relative;
  text-transform: uppercase;
  transition: 0.45s ease; }
  button:after {
    background: #f8f7f1;
    border-radius: 999px;
    content: "";
    left: 50%;
    padding-top: 150%;
    position: absolute;
    top: 600%;
    transform: translate(-50%, -50%);
    transition: 0.45s ease;
    width: 150%;
    z-index: 0; }
  button:hover {
    cursor: pointer; }
    button:hover:after {
      top: 100%; }
  button.footer:after {
    background: #333a42; }
  button.footer:hover {
    color: #f8f7f1; }
  button span {
    position: relative;
    z-index: 1; }

header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #08411b;
  width: calc(100vw - 120px);
  padding: 30px 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  @media screen and (max-width: 1080px) and (min-width: 768px) {
    header {
      width: calc(100vw - 60px);
      padding: 30px; } }
  @media screen and (max-width: 768px) {
    header {
      width: calc(100vw - 60px);
      padding: 30px; } }
  header .logo-container {
    width: 20vw;
    min-width: 200px; }
  header nav {
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.2rem;
    max-width: 75vw; }
    header nav ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      list-style: none;
      max-width: 700px;
      width: 60vw; }
      header nav ul li {
        display: inline; }
        header nav ul li a {
          background: linear-gradient(to bottom, var(#f8f7f1) 0%, var(#f8f7f1) 100%);
          background-position: 0 100%;
          background-repeat: repeat-x;
          background-size: 3px 3px;
          color: #c5d433;
          padding-bottom: 12px;
          text-decoration: none; }
          header nav ul li a:hover {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 136.1 3.9'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift 1s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-50%);}}%3C/style%3E%3Cpath fill='none' stroke='%23f8f7f1' stroke-width='0.75' class='squiggle' d='M0,0.9c17,0,17,2,34,2c17,0,17-2,34-2c17,0,17,2,34,2s17-2,34-2'/%3E%3C/svg%3E");
            background-position: 0 100%;
            background-size: auto 9px;
            background-repeat: repeat-x;
            text-decoration: none; }
    @media screen and (max-width: 768px) {
      header nav {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        background: #f2771e;
        bottom: 0;
        color: #08411b;
        display: none;
        font-size: 2rem;
        height: 100vh;
        left: 0;
        max-width: 100vw;
        position: fixed;
        right: 0;
        top: 100vh;
        width: 100vw;
        transition: top 1s linear; }
        header nav ul {
          -webkit-flex-flow: column;
          -moz-flex-flow: column;
          -ms-flex-flow: column;
          flex-flow: column;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          height: 100vh;
          width: 100vw; }
          header nav ul li {
            display: block;
            padding: 20px 0; }
            header nav ul li a {
              color: #08411b; }
        header nav.open {
          top: 0; } }
  header #mobile-navigation {
    display: none; }
    @media screen and (max-width: 768px) {
      header #mobile-navigation {
        display: block; } }
    header #mobile-navigation .hamburger {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      -ms-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      height: 23px;
      position: relative;
      width: 30px;
      z-index: 10001;
      cursor: pointer; }
      header #mobile-navigation .hamburger span {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #c5d433;
        border-radius: 9px;
        opacity: 1;
        left: 0; }
        header #mobile-navigation .hamburger span:nth-child(1) {
          top: 0px; }
        header #mobile-navigation .hamburger span:nth-child(2), header #mobile-navigation .hamburger span:nth-child(3) {
          top: 9px; }
        header #mobile-navigation .hamburger span:nth-child(4) {
          top: 18px; }
      header #mobile-navigation .hamburger:hover span {
        background-color: #f2771e;
        cursor: pointer; }
      header #mobile-navigation .hamburger.open span {
        background: #08411b; }
        header #mobile-navigation .hamburger.open span:nth-child(1) {
          left: 50%;
          top: 18px;
          width: 0%; }
        header #mobile-navigation .hamburger.open span:nth-child(2) {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        header #mobile-navigation .hamburger.open span:nth-child(3) {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        header #mobile-navigation .hamburger.open span:nth-child(4) {
          left: 50%;
          top: 18px;
          width: 0%; }

footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  background: #333a42;
  color: #f8f7f1;
  font-size: 1.3rem;
  padding: calc(100% / 12) 60px; }
  footer ul {
    list-style: none; }
  footer li {
    padding: 10px 0; }
    footer li a {
      color: #f8f7f1;
      background-position: 0 100%;
      background-repeat: repeat-x;
      background-size: 3px 3px;
      padding-bottom: 12px;
      text-decoration: none; }
      footer li a:hover {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 136.1 3.9'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift 1s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-50%);}}%3C/style%3E%3Cpath fill='none' stroke='%23f8f7f1' stroke-width='0.75' class='squiggle' d='M0,0.9c17,0,17,2,34,2c17,0,17-2,34-2c17,0,17,2,34,2s17-2,34-2'/%3E%3C/svg%3E");
        background-position: 0 100%;
        background-size: auto 9px;
        background-repeat: repeat-x;
        text-decoration: none; }
  footer .logo-address {
    width: calc(100% * 4 / 12); }
    footer .logo-address .address {
      margin-right: 0; }
  footer .address {
    margin-right: 0;
    padding: 0 0 20px 0;
    text-align: center; }
    footer .address a {
      color: #c5d433;
      transition: color 0.15s linear; }
      footer .address a:hover {
        color: #f8f7f1; }
    @media screen and (max-width: 768px) {
      footer .address {
        width: 200px; }
        footer .address a {
          font-size: 1rem;
          line-height: 1rem; } }
  footer .hours-donate {
    font-size: 1rem; }
    footer .hours-donate .hours-row {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row;
      -moz-flex-flow: row;
      -ms-flex-flow: row;
      flex-flow: row;
      padding: 5px 0; }
      footer .hours-donate .hours-row .seed-orange {
        height: auto;
        width: 10px;
        padding: 0 5px; }
        footer .hours-donate .hours-row .seed-orange path {
          fill: #f2771e; }
    footer .hours-donate .hours-span {
      font-family: "DM Sans", sans-serif;
      font-weight: 500;
      font-style: normal; }
    footer .hours-donate button {
      margin-top: 30px; }
  @media screen and (max-width: 640px) {
    footer {
      flex-flow: column; }
      footer .footer-nav,
      footer .address,
      footer .hours-donate,
      footer .logo-address {
        width: 100%;
        padding: 30px 0;
        text-align: left; } }
  footer .footer-nav {
    order: 1; }
  footer .logo-address {
    order: 3; }
  footer .hours-donate {
    order: 2; }

.logo-container img {
  width: 100%;
  height: auto; }
.logo-container svg .st0 {
  fill: #f8f7f1; }
.logo-container svg .st1 {
  fill: #c5d433; }

.text-container {
  padding-bottom: 60px; }
  .text-container button {
    margin-top: 30px; }

.parallax-item {
  position: absolute; }

.squiggle svg path {
  stroke-dasharray: 500;
  stroke-dashoffset: 500; }

.loading-screen {
  background: #c5d433;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  transition: top 2.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  z-index: 1000; }
  .loading-screen.down {
    top: 100%; }
  .loading-screen.hidden {
    display: none; }

main {
  overflow: hidden;
  width: 100vw; }

section {
  min-height: calc(70vh - 180px);
  padding: 90px 60px;
  position: relative; }
  @media screen and (max-width: 1080px) and (min-width: 768px) {
    section {
      padding: 90px 30px; } }
  @media screen and (max-width: 768px) {
    section {
      padding: 90px 30px; } }
  section .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding-top: 60px;
    width: 100%; }
    section .row:first-child {
      padding-top: 0; }
  section .one-twelfth {
    width: calc(100% / 12); }
  section .two-twelfths {
    width: calc(100% * 2 / 12); }
  section .three-twelfths {
    width: calc(100% * 3 / 12); }
    @media screen and (max-width: 1007px) {
      section .three-twelfths {
        width: calc(100% * 4 / 12); } }
    @media screen and (max-width: 768px) {
      section .three-twelfths {
        width: calc(100% * 5 / 12); } }
  section .four-twelfths {
    width: calc(100% * 4 / 12); }
  section .five-twelfths {
    width: calc(100% * 5 / 12); }
    @media screen and (max-width: 640px) {
      section .five-twelfths {
        width: calc(100% * 10 / 12); } }
  section .six-twelfths {
    width: calc(100% * 6 / 12); }
    @media screen and (max-width: 1007px) {
      section .six-twelfths {
        width: calc(100% * 10 / 12); } }
  section .seven-twelfths {
    width: calc(100% * 7 / 12); }
  section .eight-twelfths {
    width: calc(100% * 8 / 12); }
  section .nine-twelfths {
    width: calc(100% * 9 / 12); }
  section .ten-twelfths {
    width: calc(100% * 10 / 12); }
  section .eleven-twelfths {
    width: calc(100% * 11 / 12); }
  section .full {
    width: 100%; }
  section.break {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 0px 60px;
    min-height: auto; }
    @media screen and (max-width: 1007px) {
      section.break {
        padding: 0 60px; } }
    @media screen and (max-width: 768px) {
      section.break {
        padding: 0px; } }
    section.break svg {
      width: calc(100% / 12); }
      section.break svg path {
        fill: none;
        stroke: #fdae9f; }
  section#landing {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    background: #08411b;
    color: #f8f7f1;
    min-height: calc(100vh - 270px);
    padding-top: 210px;
    padding-bottom: 30px; }
    @media screen and (max-width: 768px) {
      section#landing {
        min-height: 50vh;
        padding-top: 120px; } }
    section#landing .row {
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end; }
      @media screen and (max-width: 640px) {
        section#landing .row {
          -webkit-flex-flow: column;
          -moz-flex-flow: column;
          -ms-flex-flow: column;
          flex-flow: column;
          position: relative; } }
    section#landing .slogan-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      border: 10px solid #f2771e;
      border-radius: 50%;
      height: 30vw;
      left: -10vw;
      position: absolute;
      transform: rotate(-78deg);
      width: 30vw; }
      @media screen and (max-width: 768px) {
        section#landing .slogan-container {
          bottom: -60px;
          height: 45vw;
          width: 45vw; } }
      @media screen and (max-width: 640px) {
        section#landing .slogan-container {
          bottom: auto;
          height: 70vw;
          width: 70vw;
          top: 60px;
          left: -30vw; } }
      section#landing .slogan-container .slogan {
        position: absolute;
        left: 13vw;
        top: -8vh;
        width: calc(100vw / 6); }
        @media screen and (max-width: 1080px) and (min-width: 768px) {
          section#landing .slogan-container .slogan {
            top: -5vh; } }
        @media screen and (max-width: 768px) {
          section#landing .slogan-container .slogan {
            left: 19vw;
            top: -5vh;
            width: calc(100vw / 4); } }
        @media screen and (max-width: 640px) {
          section#landing .slogan-container .slogan {
            left: 25vw;
            top: -6vh;
            width: calc(100vw / 2); } }
        section#landing .slogan-container .slogan svg {
          width: 100%;
          height: auto; }
      section#landing .slogan-container img {
        border-radius: 50%;
        height: calc(30vw - 60px);
        object-fit: cover;
        tranform: rotate(78deg);
        width: calc(30vw - 60px); }
        @media screen and (max-width: 1080px) and (min-width: 768px) {
          section#landing .slogan-container img {
            height: calc(30vw - 30px);
            width: calc(30vw - 30px); } }
        @media screen and (max-width: 768px) {
          section#landing .slogan-container img {
            height: calc(45vw - 30px);
            width: calc(45vw - 30px); } }
        @media screen and (max-width: 640px) {
          section#landing .slogan-container img {
            height: calc(70vw - 30px);
            width: calc(70vw - 30px); } }
    section#landing .scroll-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      margin-right: calc(100% * 3 / 12);
      overflow: visible;
      width: 20px; }
      @media screen and (max-width: 1007px) {
        section#landing .scroll-container {
          margin-right: calc(100% * 2 / 12); } }
      section#landing .scroll-container span {
        font-family: "DM Sans", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 1.2rem;
        padding-top: 10px;
        white-space: nowrap; }
      section#landing .scroll-container .seed-container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column; }
        section#landing .scroll-container .seed-container svg {
          height: auto;
          padding: 15px 0;
          width: 15px; }
          section#landing .scroll-container .seed-container svg.seed-1 {
            animation-name: seed-move;
            animation-duration: 1s;
            animation-iteration-count: infinite;
            animation-direction: alternate; }
          section#landing .scroll-container .seed-container svg.seed-2 {
            transform: rotate(70deg);
            padding: 0;
            animation-name: seed-move-reverse;
            animation-duration: 1s;
            animation-iteration-count: infinite;
            animation-direction: alternate; }
          section#landing .scroll-container .seed-container svg.seed-3 {
            animation-name: seed-move;
            animation-duration: 1s;
            animation-iteration-count: infinite;
            animation-direction: alternate; }
          section#landing .scroll-container .seed-container svg path {
            fill: #f8f7f1; }
      @media screen and (max-width: 768px) {
        section#landing .scroll-container {
          display: none; } }
    section#landing button:before {
      background: #f8f7f1; }
    section#landing button:after {
      background: #f8f7f1; }
    section#landing .text-container p {
      font-size: 1rem;
      line-height: 1.4rem; }
    @media screen and (max-width: 640px) {
      section#landing .text-container.three-twelfths {
        width: 100%;
        margin-top: calc(70vw + 60px); } }
    @media screen and (max-width: 768px) {
      section#landing .six-twelfths {
        width: calc(100% * 10 / 12); } }
    @media screen and (max-width: 640px) {
      section#landing .six-twelfths {
        width: 100%; } }
  section#about .red-pepper-container {
    height: 100vh;
    right: -8vw;
    top: 60px; }
    @media screen and (max-width: 768px) {
      section#about .red-pepper-container {
        height: 90vh;
        right: -21vw; } }
    @media screen and (max-width: 640px) {
      section#about .red-pepper-container {
        height: 70vh;
        right: -30vw; } }
    section#about .red-pepper-container img {
      height: 100%;
      width: auto; }
  section#about .six-twelfths,
  section#about .five-twelfths {
    margin-left: calc(100% * 3 / 12); }
    @media screen and (max-width: 1007px) {
      section#about .six-twelfths,
      section#about .five-twelfths {
        margin-left: calc(100% / 12); } }
    @media screen and (max-width: 640px) {
      section#about .six-twelfths,
      section#about .five-twelfths {
        margin-left: 0; } }
  @media screen and (max-width: 768px) {
    section#about .six-twelfths {
      width: calc(100% * 8 / 12); } }
  @media screen and (max-width: 640px) {
    section#about .six-twelfths {
      width: calc(100% * 10 / 12); } }
  @media screen and (max-width: 1007px) {
    section#about .five-twelfths {
      width: calc(100% * 7 / 12); } }
  @media screen and (max-width: 640px) {
    section#about .five-twelfths {
      width: 100%; } }
  section#about .images-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    margin-left: calc(100% / 12);
    margin-top: 60px;
    position: relative; }
    @media screen and (max-width: 640px) {
      section#about .images-row.eight-twelfths {
        width: 100%;
        margin-left: 0; } }
    section#about .images-row svg {
      height: auto;
      position: absolute;
      right: -90px;
      top: -90px;
      width: calc(100% * 3 / 12); }
      @media screen and (max-width: 1007px) {
        section#about .images-row svg {
          right: -60px;
          top: -60px; } }
      @media screen and (max-width: 768px) {
        section#about .images-row svg {
          width: calc(100% * 4 / 12); } }
      @media screen and (max-width: 640px) {
        section#about .images-row svg {
          right: -15px; } }
      section#about .images-row svg path {
        fill: #f2771e; }
  section#about .image-container {
    overflow: hidden;
    width: calc(50% - 10px); }
    section#about .image-container:first-child {
      padding-right: 10px; }
    section#about .image-container:last-child {
      padding-left: 10px; }
    section#about .image-container img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
  section#about .text-container.eight-twelfths {
    margin-left: calc(100% / 12);
    padding-top: 30px;
    padding-bottom: 0; }
    @media screen and (max-width: 640px) {
      section#about .text-container.eight-twelfths {
        width: 100%;
        margin-left: 0; } }
  section#specials .pear-container {
    height: auto;
    left: calc(-100% / 24);
    top: -90px;
    width: calc(100% * 5 / 12); }
    section#specials .pear-container img {
      height: auto;
      width: 100%; }
    @media screen and (max-width: 1007px) {
      section#specials .pear-container {
        width: calc(100% * 4 / 12); } }
    @media screen and (max-width: 768px) {
      section#specials .pear-container {
        width: calc(100% * 5 / 12);
        left: calc(-100% / 8); } }
    @media screen and (max-width: 768px) {
      section#specials .pear-container {
        left: calc(-100% / 6); } }
  section#specials .apple-container {
    height: auto;
    left: calc(-100% / 24);
    width: calc(100% * 4 / 12);
    top: 50vh; }
    section#specials .apple-container img {
      height: auto;
      width: 100%; }
    @media screen and (max-width: 1007px) {
      section#specials .apple-container {
        width: calc(100% * 3 / 12);
        top: 30vh; } }
    @media screen and (max-width: 768px) {
      section#specials .apple-container {
        width: calc(100% * 5 / 12);
        left: calc(-100% / 8);
        top: 20vh; } }
    @media screen and (max-width: 768px) {
      section#specials .apple-container {
        left: calc(-100% / 6);
        top: 0vh; } }
  section#specials .offerings-row {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    padding-top: 0; }
  section#specials .offerings-text {
    margin-left: calc(100% * 5 / 12); }
    @media screen and (max-width: 1007px) {
      section#specials .offerings-text {
        margin-left: calc(100% * 4 / 12); }
        section#specials .offerings-text.four-twelfths {
          width: calc(100% * 5 / 12); } }
    @media screen and (max-width: 640px) {
      section#specials .offerings-text {
        margin-left: calc(100% * 3 / 12); }
        section#specials .offerings-text.four-twelfths {
          width: calc(100% * 9 / 12); } }
  section#specials .circle-image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border: 5px solid #c5d433;
    border-radius: 50%;
    height: 22vw;
    margin: 60px -60px 0 0;
    width: 22vw; }
    section#specials .circle-image img {
      border-radius: 50%;
      height: calc(22vw - 30px);
      object-fit: cover;
      width: calc(22vw - 30px); }
    @media screen and (max-width: 768px) {
      section#specials .circle-image {
        height: 30vw;
        width: 30vw;
        margin-right: -120px; }
        section#specials .circle-image img {
          height: calc(30vw - 30px);
          width: calc(30vw - 30px); } }
    @media screen and (max-width: 640px) {
      section#specials .circle-image {
        height: 40vw;
        margin: 0px;
        position: absolute;
        right: -10px;
        top: -60px;
        width: 40vw; }
        section#specials .circle-image img {
          height: calc(40vw - 30px);
          width: calc(40vw - 30px); } }
  section#specials .instagram-row {
    margin-left: calc(100% * 5 / 12); }
    @media screen and (max-width: 1007px) {
      section#specials .instagram-row {
        margin-left: calc(100% * 4 / 12); } }
    @media screen and (max-width: 768px) {
      section#specials .instagram-row {
        margin-left: calc(100% * 3 / 12); } }
    @media screen and (max-width: 640px) {
      section#specials .instagram-row {
        margin-left: 0; }
        section#specials .instagram-row.six-twelfths {
          width: 100%; } }
  section#work-with-us {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row; }
    @media screen and (max-width: 640px) {
      section#work-with-us {
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column; } }
    section#work-with-us .events-text {
      margin-left: calc(100% * 2 / 12); }
    section#work-with-us .image-container.three-twelfths {
      margin-left: calc(100% / 12); }
      @media screen and (max-width: 768px) {
        section#work-with-us .image-container.three-twelfths {
          width: calc(100% * 4 / 12); }
          section#work-with-us .image-container.three-twelfths img {
            width: 100%;
            height: auto; } }
      @media screen and (max-width: 640px) {
        section#work-with-us .image-container.three-twelfths {
          width: calc(100% * 7 / 12);
          margin-left: calc(100% * 5 / 12);
          padding-top: 60px; } }
    section#work-with-us .yellow-pepper {
      right: -10vw;
      top: -180px;
      width: calc(100% * 5 / 12);
      z-index: -1; }
      @media screen and (max-width: 768px) {
        section#work-with-us .yellow-pepper {
          right: -33vw;
          top: -130px;
          width: calc(100% * 6 / 12); }
          section#work-with-us .yellow-pepper img {
            width: 100%;
            heigh: auto; } }
      @media screen and (max-width: 640px) {
        section#work-with-us .yellow-pepper {
          top: 0; } }
    section#work-with-us .text-container {
      padding-bottom: 0; }
    @media screen and (max-width: 768px) {
      section#work-with-us .five-twelfths {
        width: calc(100% * 7 / 12); } }
    @media screen and (max-width: 640px) {
      section#work-with-us .five-twelfths {
        width: 100%; } }
  section#events .events-container {
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-left: calc(100% * 2 / 12);
    padding-top: 90px; }
    @media screen and (max-width: 768px) {
      section#events .events-container {
        margin-left: 30px; }
        section#events .events-container.nine-twelfths {
          width: calc(100% - 60px); } }
    @media screen and (max-width: 640px) {
      section#events .events-container {
        width: 100%;
        margin-left: 0; }
        section#events .events-container.nine-twelfths {
          width: 100%; } }
    section#events .events-container ul {
      list-style: none;
      width: 100%; }
    section#events .events-container li {
      overflow: visible;
      position: relative;
      width: 100%; }
      section#events .events-container li.no-link {
        border-bottom: 5px solid #08411b; }
      section#events .events-container li a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        border-bottom: 5px solid #08411b;
        font-size: 1.2rem;
        padding: 30px 0 10px;
        max-width: 800px;
        width: 100%; }
        @media screen and (max-width: 640px) {
          section#events .events-container li a {
            font-size: 1rem; } }
        section#events .events-container li a .time {
          width: calc((100% * 4 / 12) - 30px); }
        section#events .events-container li a .date {
          width: calc(100% * 2 / 12); }
        section#events .events-container li a .event {
          width: calc((100% * 4 / 12) - 20px);
          padding-left: 20px; }
        section#events .events-container li a:hover {
          border-bottom: none;
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 1512.5 19'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift 3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-50%);}}%3C/style%3E%3Cpath fill='none' stroke='%2308411B' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' class='squiggle' d='M1511,1.5c-62.9,0-62.9,16-125.8,16c-62.9,0-62.9-16-125.8-16s-62.9,16-125.8,16c-62.9,0-62.9-16-125.8-16  s-62.9,16-125.8,16s-62.9-16-125.8-16s-62.9,16-125.8,16s-62.9-16-125.8-16s-62.9,16-125.8,16s-62.9-16-125.8-16s-62.9,16-125.8,16  S64.4,1.5,1.5,1.5'/%3E%3C/svg%3E");
          background-position: 0 52px;
          background-size: auto 36px;
          background-repeat: repeat-x;
          text-decoration: none;
          overflow-y: visible;
          margin-bottom: -85px;
          padding-bottom: 100px;
          text-decoration: none; }
      section#events .events-container li:before {
        background-image: url(../img/seed.png);
        background-size: 15px auto;
        background-repeat: no-repeat;
        content: "";
        height: 30px;
        left: -30px;
        position: absolute;
        top: 31px;
        width: 30px; }
        @media screen and (max-width: 640px) {
          section#events .events-container li:before {
            display: none; } }
      section#events .events-container li:nth-child(even):before {
        transform: rotate(-100deg);
        top: 16px; }
  section#events .carrot {
    right: -10vw;
    top: 0;
    width: calc(100% * 4 / 12); }
    @media screen and (max-width: 1007px) {
      section#events .carrot {
        right: 1vw; } }
    @media screen and (max-width: 768px) {
      section#events .carrot {
        width: calc(100% * 5 / 12);
        right: -2vw; }
        section#events .carrot img {
          width: 100%; } }
  section#visit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row; }
    @media screen and (max-width: 640px) {
      section#visit {
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column; } }
    section#visit .headline-container,
    section#visit hr {
      margin-left: calc(100% * 3 / 12);
      width: auto; }
      @media screen and (max-width: 768px) {
        section#visit .headline-container,
        section#visit hr {
          margin-left: calc(100% * 2 / 12); } }
      @media screen and (max-width: 640px) {
        section#visit .headline-container,
        section#visit hr {
          margin-left: 0; } }
    section#visit .map-container {
      border: 5px solid #333a42;
      height: 70vh;
      width: 100%; }
      @media screen and (max-width: 768px) {
        section#visit .map-container {
          height: 40vh;
          margin-top: 30px; } }
    section#visit .visit-text-container {
      margin-right: calc(100% / 12); }
      @media screen and (max-width: 768px) {
        section#visit .visit-text-container {
          margin-right: 0; } }
      @media screen and (max-width: 640px) {
        section#visit .visit-text-container {
          order: 1; }
          section#visit .visit-text-container.seven-twelfths {
            width: 100%; } }
    section#visit .address-hours-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      margin-left: calc(100% / 12);
      position: relative; }
      @media screen and (max-width: 768px) {
        section#visit .address-hours-container {
          margin-left: 0; } }
      @media screen and (max-width: 640px) {
        section#visit .address-hours-container {
          order: 2; }
          section#visit .address-hours-container.five-twelfths {
            width: 100%;
            padding-bottom: 120px; } }
      section#visit .address-hours-container .svg-container {
        position: absolute;
        right: calc(-100% / 4);
        width: calc(100% + (100% * 2 / 12));
        z-index: 0; }
        @media screen and (max-width: 768px) {
          section#visit .address-hours-container .svg-container {
            width: calc(100% + (100% / 3));
            top: 126px; } }
        @media screen and (max-width: 640px) {
          section#visit .address-hours-container .svg-container {
            top: 60px;
            right: -30px;
            width: calc(100% + 60px); } }
        section#visit .address-hours-container .svg-container svg.pepper {
          width: 100%;
          height: auto; }
          section#visit .address-hours-container .svg-container svg.pepper .address-link path {
            fill: #f2771e; }
          section#visit .address-hours-container .svg-container svg.pepper .address-link:hover {
            cursor: pointer; }
            section#visit .address-hours-container .svg-container svg.pepper .address-link:hover path {
              fill: #08411b; }
      section#visit .address-hours-container .hours {
        color: #f8f7f1;
        text-align: center;
        margin-left: calc(100% * 3 / 12);
        padding-top: 90px;
        z-index: 2; }
        @media screen and (max-width: 768px) {
          section#visit .address-hours-container .hours {
            padding-top: 208px; } }
        @media screen and (max-width: 768px) {
          section#visit .address-hours-container .hours {
            margin-left: calc(100% / 12); } }
        section#visit .address-hours-container .hours .hours-container {
          padding: 20px 0; }
        section#visit .address-hours-container .hours h3 {
          margin: 0; }
        section#visit .address-hours-container .hours .hours-span {
          font-size: 1.5rem; }
        section#visit .address-hours-container .hours svg.seed-green {
          width: 20px;
          height: auto; }
          section#visit .address-hours-container .hours svg.seed-green path {
            fill: #c5d433; }

.juicer-feed .referral {
  display: none !important; }
.juicer-feed .j-stack .feed-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: calc(100vw * (2 / 12) - 20px);
  margin: 10px;
  width: calc(100% - 10px);
  overflow: hidden; }
  .juicer-feed .j-stack .feed-item a {
    display: inline-block; }
    .juicer-feed .j-stack .feed-item a img {
      object-fit: cover;
      height: calc(100vw * (2 / 12) - 20px) !important; }
  @media screen and (max-width: 768px) {
    .juicer-feed .j-stack .feed-item {
      display: inline-block;
      height: calc(100vw * (5 / 12) - 40px);
      width: calc(100vw * (5 / 12) - 40px); }
      .juicer-feed .j-stack .feed-item a img {
        height: calc(100vw * (5 / 12) - 40px) !important;
        width: calc(100vw * (5 / 12) - 40px) !important; } }

@keyframes seed-move {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(10deg); }
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(10deg); } }
@keyframes seed-move-reverse {
  0% {
    transform: rotate(70deg); }
  25% {
    transform: rotate(60deg); }
  50% {
    transform: rotate(70deg); }
  100% {
    transform: rotate(60deg); } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */ }

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table; }

.clearfix::after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]::after {
    content: " (" attr(href) ")"; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=main.css.map */
