:root {
  --orange-red: #ff6701;
  --turquoise: #26dfd0;
  --white: white;
  --black: #000;
  --gold: #f9d030;
  --deep-pink: #f62aa0;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.body {
  background-color: #0000;
  flex-flow: column;
  display: block;
}

.navbar {
  background-color: var(--orange-red);
  padding: 10px 0;
  display: block;
}

.image {
  width: 210px;
  max-width: none;
}

.image-2 {
  background-color: var(--turquoise);
  width: 100%;
  height: auto;
  min-height: 200px;
  max-height: none;
  padding-bottom: 0;
  display: none;
}

.sec_about {
  background-color: var(--white);
  padding: 40px 20px;
}

.heading {
  color: var(--black);
  text-align: center;
  font-weight: 700;
  line-height: 1.25;
}

.heading.semibold {
  font-size: 30px;
  font-weight: 600;
}

.heading.turquoise {
  color: var(--turquoise);
}

.heading.orange {
  color: var(--orange-red);
}

.heading.gold {
  color: var(--gold);
}

.heading.pink {
  color: var(--deep-pink);
}

.paragraph {
  color: var(--black);
  text-align: center;
  line-height: 1.25;
}

.paragraph.center {
  color: var(--black);
  text-align: center;
}

.paragraph.center:hover {
  color: var(--deep-pink);
}

.paragraph.center.turquoise {
  color: var(--turquoise);
}

.paragraph.center.orange {
  color: var(--orange-red);
}

.paragraph.center.gold {
  color: var(--gold);
}

.paragraph.center.pink {
  color: var(--deep-pink);
}

.paragraph.orange {
  color: var(--orange-red);
}

.paragraph.bold {
  color: var(--black);
  font-weight: 700;
}

.div-block {
  background-color: var(--white);
}

.image-3 {
  object-fit: fill;
  margin-top: 0;
  padding-bottom: 0;
}

.columns {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image_top {
  max-width: 75%;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  text-align: center;
  line-height: 40px;
}

.text-block {
  text-align: center;
  margin-top: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.container-fresh-brewed-tea {
  max-width: 100%;
  margin-top: 40px;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text, .bold-text-2 {
  color: var(--black);
  font-weight: 600;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image_item {
  max-width: none;
  height: 350px;
}

.div-block-5 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.sec_fresh-brewed-iced-tea {
  background-color: var(--deep-pink);
  margin-top: -2px;
  padding: 40px 20px;
}

.div-block-6 {
  background-color: var(--deep-pink);
}

.sec_fresh-squeezed-lemonades {
  background-color: var(--gold);
  margin-top: -2px;
  padding: 40px 20px;
}

.columns-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sec_leamonade-bottom {
  background-image: url('../images/Group-Drinks.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: space-between;
  width: 100vw;
  height: 50vh;
  min-height: auto;
  margin-top: -2px;
  display: flex;
}

.sec_freshed-squeezed-orangeade {
  background-color: var(--orange-red);
  margin-top: -2px;
  padding: 40px 20px;
}

.container, .container-2 {
  max-width: none;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-9 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-11 {
  background-color: var(--orange-red);
  max-width: none;
  margin-top: -4px;
}

.image-12 {
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  max-width: none;
  display: block;
  overflow: visible;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-4 {
  align-items: center;
  display: flex;
}

.sec_frappes {
  background-color: var(--turquoise);
  margin-top: -2px;
  padding: 40px 20px;
}

.columns-5 {
  align-items: center;
  display: flex;
}

.image-14 {
  background-color: var(--turquoise);
}

.sec_shark-attack-slushy {
  background-color: var(--deep-pink);
  margin-top: -2px;
  padding: 40px 20px;
}

.columns-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10 {
  justify-content: flex-end;
  display: flex;
}

.div-block-11 {
  background-color: var(--turquoise);
}

.sec_contact {
  background-color: var(--white);
  margin-top: -4px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sec_contact.fund {
  background-image: url('../images/scribble_neon-orange-L.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 100px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
  margin-top: 40px;
}

.link-block {
  color: var(--orange-red);
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-span, .text-span-2, .text-span-3 {
  font-weight: 600;
}

.dropdown-list {
  background-color: var(--deep-pink);
}

.dropdown-list.w--open {
  background-color: var(--orange-red);
}

.nav-link {
  color: var(--black);
  text-align: center;
}

.nav-link:hover {
  color: var(--white);
}

.nav-link.w--current {
  color: var(--black);
}

.nav-container {
  grid-column-gap: 0px;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-dark {
  background-color: var(--orange-red);
  border-bottom: 1px solid #e4ebf3;
  margin-top: -2px;
  padding: 50px 30px 15px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 75%;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-block.facebook {
  color: var(--black);
  text-decoration: none;
}

.title-small {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--black);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--white);
}

.footer-link.top-margin {
  margin-top: 40px;
}

.footer-social-block {
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: var(--gold);
  color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--black);
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.footer-logo {
  width: 200px;
  max-width: none;
}

.html-embed {
  color: var(--black);
  width: 30px;
}

.html-embed:hover {
  color: var(--white);
}

.link-4 {
  color: var(--black);
  text-decoration: none;
}

.container-5, .container-6 {
  max-width: none;
}

.div-block-19 {
  background-color: var(--deep-pink);
}

.section-9 {
  background-color: var(--turquoise);
  background-image: url('../images/Trailer_2400.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  width: 100%;
  height: 75vh;
  margin-top: -2px;
}

.div-block-20 {
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.schedule-section {
  background-color: var(--turquoise);
  margin-top: -2px;
  padding: 40px 20px;
}

.text-block-4 {
  color: var(--deep-pink);
  text-align: center;
  font-style: italic;
  font-weight: 400;
}

.grid-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  padding: 20px;
}

.list {
  color: var(--deep-pink);
  text-align: center;
  padding-left: 0;
}

.list-item {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
  text-decoration: none;
}

.benefit-text {
  font-size: 12px;
  font-style: italic;
}

.fundraising-section {
  background-color: var(--turquoise);
  background-image: url('../images/scribble_gold-R.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
}

.fundraising-container {
  width: 100%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.fundraising-header-div {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.fundraising-step-section {
  background-color: var(--deep-pink);
  background-image: url('../images/scribble_white-R.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -2px;
  padding-top: 10px;
  padding-bottom: 100px;
}

.fundraising-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.fund-step-heading {
  color: var(--turquoise);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.fund-step-detail {
  color: var(--turquoise);
  text-align: center;
  margin-top: 10px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.25;
}

.contact-fund-grid {
  grid-template-rows: auto;
  place-items: start center;
}

.nav-div-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.brand {
  padding-left: 0;
}

.flavor-section {
  background-color: var(--gold);
  background-image: url('../images/scribble_hot-pink-L.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -2px;
  padding-top: 20px;
  padding-bottom: 100px;
}

.flavor-container {
  width: 100%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.flavor-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
}

.flavor-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.flavor-title {
  color: var(--orange-red);
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.25;
}

.flavor-title.main {
  font-size: 28px;
}

.flavor-photo {
  width: 100px;
  max-width: none;
}

.flavor-text {
  color: var(--orange-red);
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.25;
}

.pickle-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
}

.flavor-grid-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .section-9 {
    height: 85vh;
    margin-top: -8px;
  }

  .grid-3 {
    grid-template-rows: auto;
  }

  .list-item {
    margin-top: 0;
  }

  .contact-fund-grid {
    grid-template-rows: auto;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 36px;
  }

  .heading.turquoise, .heading.orange, .heading.gold, .heading.pink {
    font-size: 34px;
    line-height: 40px;
  }

  .paragraph {
    font-size: 14px;
  }

  .bold-text {
    font-size: 30px;
  }

  .bold-text-2 {
    font-size: 28px;
  }

  .sec_leamonade-bottom {
    justify-content: space-between;
    align-items: stretch;
  }

  .sec_contact.fund {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    color: var(--black);
  }

  .nav-container {
    width: 100%;
  }

  .nav-menu {
    background-color: var(--orange-red);
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-4 {
    max-width: 728px;
  }

  .menu-button {
    background-color: var(--orange-red);
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    place-items: stretch stretch;
  }

  .fundraising-section, .fundraising-step-section, .flavor-section {
    padding-bottom: 60px;
  }

  .flavor-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pickle-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 200px;
  }

  .image-2 {
    width: 40%;
    min-height: auto;
  }

  .heading {
    font-size: 34px;
    line-height: 40px;
  }

  .heading.semibold {
    line-height: 38px;
  }

  .heading.turquoise {
    font-size: 32px;
    line-height: 38px;
  }

  .heading.orange, .heading.gold, .heading.pink {
    line-height: 38px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .image_top {
    max-width: 90%;
  }

  .bold-text {
    font-size: 28px;
    line-height: 36px;
  }

  .columns-2 {
    flex-direction: column;
  }

  .div-block-5 {
    justify-content: center;
  }

  .columns-3 {
    flex-direction: column;
  }

  .div-block-9 {
    align-items: center;
  }

  .columns-4, .columns-5, .columns-6 {
    flex-direction: column;
    justify-content: center;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .link-block {
    padding-top: 0;
  }

  .div-block-12, .div-block-13 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-link.top-margin {
    margin-top: 0;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .section-9 {
    background-color: var(--turquoise);
    background-size: 100vw;
    justify-content: center;
    width: 100%;
    height: 80vh;
    display: flex;
  }

  .div-block-20 {
    margin-top: -5px;
    display: flex;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .fundraising-section, .fundraising-step-section {
    padding-bottom: 40px;
  }

  .fundraising-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .flavor-section {
    padding-bottom: 40px;
  }

  .flavor-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 150px;
  }

  .columns {
    flex-direction: column;
  }

  .image_top {
    margin-bottom: 20px;
  }

  .image_item {
    width: 262.5px;
  }

  .sec_leamonade-bottom {
    margin-top: 0;
  }

  .image-11 {
    margin-top: -10px;
  }

  .div-block-11 {
    align-items: flex-end;
    margin-bottom: 0;
    display: flex;
  }

  .container-4 {
    max-width: none;
  }

  .div-block-14, .div-block-15, .div-block-16 {
    margin-top: -8px;
  }

  .section-7 {
    margin-bottom: 0;
  }

  .section-9 {
    background-size: 100%;
    height: 40vh;
    margin-top: -8px;
  }

  .fundraising-section {
    margin-top: -6px;
    padding-bottom: 20px;
  }

  .fundraising-step-section {
    padding-bottom: 20px;
  }

  .fundraising-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .contact-fund-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .flavor-section {
    padding-bottom: 20px;
  }

  .flavor-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .pickle-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

#w-node-_4c846275-f390-c237-2898-1bd92453a142-a55955a9, #w-node-ee88f183-b033-694d-13c6-b383538c3aa8-a55955a9, #w-node-_78a7b5fb-4d05-7913-abb6-754194b2f7a7-a55955a9, #w-node-e2a86d1b-9bc9-3eb5-82e8-a4c65f165c9e-5f165c98, #w-node-_18b48b1c-cee1-f8f2-b24b-9add2e6e8490-5f165c98, #w-node-e2a86d1b-9bc9-3eb5-82e8-a4c65f165ca9-5f165c98, #w-node-_682b050c-bb52-7903-a6f8-554a9f1a95bd-0f861dca, #w-node-_682b050c-bb52-7903-a6f8-554a9f1a95c5-0f861dca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


