.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

h1 {
  color: #2b4e64;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: #2b4e64;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: #2b4e64;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: #2b4e64;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  color: #2b4e64;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  color: #2b4e64;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

a {
  color: #bcc74f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  list-style-type: decimal;
}

li {
  text-align: left;
  background-image: url('../images/StickyFingers_weblogos-03.png');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 10px;
  padding-left: 30px;
}

blockquote {
  text-align: left;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 22px;
}

.feature-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.cta {
  text-align: center;
  background-color: #2b4e64;
  background-image: linear-gradient(rgba(43, 78, 100, .96), rgba(43, 78, 100, .96)), url('../images/226294.png');
  background-position: 0 0, 0 0;
  background-size: auto, 400px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container.nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.justify-left {
  text-align: left;
}

.container.justify-left.margin-top-bottom {
  margin-top: 50px;
  margin-bottom: 50px;
}

.container.align-left {
  text-align: left;
}

.container.flex {
  text-align: left;
  align-items: center;
  display: flex;
}

.container.flex.start {
  align-items: flex-start;
}

.container.flex.start.margin-bottom-20 {
  margin-bottom: 20px;
}

.container.dashed-border {
  max-width: 1203px;
  background-image: url('../images/sfc-dots.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
  padding-top: 10px;
}

.container.dashed-border.margin-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container.margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.container.header {
  align-items: center;
  display: flex;
}

.slider {
  height: 540px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 30px;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cards-section.green {
  background-color: #f8faee;
}

.cards-section.green.fruit, .cards-section.fruit {
  text-align: center;
  padding-top: 0;
}

.card-grids-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 60px;
  display: grid;
}

.card-grids-container._3-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-grids-container._3-column.zero-margin {
  padding-top: 0;
  padding-bottom: 0;
}

.card-grids-container.dual {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.section-slider {
  background-color: #f8faee;
  padding-bottom: 120px;
}

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

.div-logo.right {
  border-right-style: none;
}

.footer {
  text-align: center;
  background-image: linear-gradient(rgba(43, 78, 100, .96), rgba(43, 78, 100, .96)), url('../images/226294.png');
  background-position: 0 0, 0 0;
  background-size: auto, 400px;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
}

.subscribe-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.subscribe-form.green {
  text-align: center;
  background-color: #f8faee;
  background-image: url('../images/sfc-dots.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
  display: none;
}

.subscribe-form-flex {
  flex: 1;
  display: flex;
}

.subscribe-form-input-wrapper {
  width: 300px;
  text-align: left;
}

.subscribe-form-input {
  height: 50px;
  border: 1px solid #fff;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  margin-bottom: 0;
}

.navigation {
  z-index: 4;
  width: 100%;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.dropdown-link {
  color: #2b4e64;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top: 1px dashed #e0e0e0;
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.dropdown-link:hover {
  color: #bcc74f;
  text-decoration: none;
}

.dropdown-link.w--current {
  color: #bcc74f;
}

.dropdown-link.mobile {
  display: none;
}

.nav-menu {
  background-color: #fff;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.slide-1 {
  background-image: radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0) 27%, rgba(255, 255, 255, .8) 85%), url('../images/sticky-fingers-cooking-baking-boot-camp.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-fa {
  font-family: "Fa 400";
  font-size: 18px;
}

.text-fa.padded {
  padding-right: 10px;
  font-family: "Font awesome 5 pro solid 900", sans-serif;
  font-size: 13px;
}

.text-fa.padded.standard {
  font-size: 16px;
}

.text-fa.padded.nav {
  padding-right: 8px;
  font-family: "Font awesome 5 pro solid 900", sans-serif;
}

.text-fa.pun {
  color: #f05822;
  padding-right: 5px;
  font-size: 14px;
}

.text-fa.checklist {
  color: #2b4e64;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: "Font awesome 5 pro solid 900", sans-serif;
  font-size: 20px;
}

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

.div-nav-menu {
  flex-direction: column;
  display: flex;
}

.nav-link {
  color: #2b4e64;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: color .2s;
}

.nav-link:hover {
  color: #bcc74f;
  text-decoration: none;
}

.nav-link.w--current {
  color: #bcc74f;
}

.nav-link.right {
  padding-right: 0;
}

.nav-link.mobile {
  display: none;
}

.dropdown-toggle {
  color: #2b4e64;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px 15px;
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: all .2s, color .2s;
}

.dropdown-toggle:hover {
  color: #bcc74f;
}

.div-vertical-line {
  height: 18px;
  border-right: 1px solid #bcc74f;
  margin-left: 10px;
  margin-right: 10px;
}

.link-block-action {
  color: #bcc74f;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.link-block-action:hover {
  color: #2b4e64;
  text-decoration: none;
}

.link-block-action.standard {
  font-size: 16px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.margin-bottom-20 {
  margin-bottom: 20px;
}

.section.online {
  padding-top: 0;
}

.section.online.margin-bottom-20 {
  text-align: center;
}

.heading-jumbo-small {
  color: #333;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Nunito Sans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5em;
}

.heading-jumbo-small.media {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.subheader {
  color: #2b4e64;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.subheader.white {
  color: #fff;
}

.subheader.white.left {
  text-align: left;
}

.subheader.footer-menu {
  color: #f8faee;
  text-align: left;
}

.subheader.product-card {
  margin-bottom: 6px;
  font-size: 13px;
}

.subheader.blog-card {
  color: #333;
  text-align: left;
  margin-top: 15px;
  font-size: 13px;
}

.subheader.tiny {
  font-size: 12px;
  line-height: 1.5em;
}

.subheader.bold {
  font-weight: 700;
}

.subheader.bold.zero-margin-bottom {
  color: #333;
  margin-bottom: 0;
}

.subheader.large {
  font-size: 18px;
  line-height: 1.5em;
}

.subheader.center.testimonial {
  color: #b9206a;
  margin-bottom: 4px;
  font-weight: 700;
}

.heading-jumbo-tiny {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo {
  color: #2b4e64;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Nunito Sans, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1em;
}

.heading-jumbo.center {
  text-align: center;
}

.heading-jumbo.zero-margin-top {
  font-size: 60px;
}

.heading-jumbo.white {
  text-align: center;
}

.column-video-copy {
  text-align: left;
}

.button {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #bcc74f;
  border: 2px solid #bcc74f;
  border-radius: 100px;
  padding: 9px 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button:hover {
  color: #bcc74f;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.button.margin-top {
  border: 2px solid #bcc74f;
  border-radius: 50px;
  margin-top: 20px;
}

.button.reverse {
  color: #bcc74f;
  background-color: rgba(0, 0, 0, 0);
}

.button.reverse:hover {
  color: #fff;
  background-color: #bcc74f;
}

.button.reverse.grey {
  color: #c1c1c1;
  background-color: rgba(0, 0, 0, 0);
  border-color: #c2c2c2;
}

.button.reverse.grey:hover {
  color: #fff;
  background-color: #c2c2c2;
}

.button.update {
  margin-right: 10px;
}

.button.grey {
  background-color: #c2c2c2;
  border-color: #c2c2c2;
}

.button.grey:hover {
  color: #c1c1c1;
  background-color: rgba(0, 0, 0, 0);
}

.button.recipes {
  flex: none;
}

.button.margin-right {
  margin-right: 20px;
}

.button._100 {
  width: 100%;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.button._100.reverse {
  margin-top: 30px;
}

.button._100.reverse.margin-top-20 {
  margin-top: 20px;
}

.button._100.reverse.margin-top-20._60 {
  width: 60%;
  width: 60%;
}

.button.create {
  display: block;
}

.button.hover-dark {
  transition: border-color .2s, background-color .2s;
}

.button.hover-dark:hover {
  color: #fff;
  background-color: #b7bd24;
  border-color: #b7bd24;
}

.button.width-100 {
  width: 100%;
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.div-collection {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: box-shadow .3s, transform .3s;
  box-shadow: 4px 4px 25px 1px rgba(0, 0, 0, .15);
}

.div-collection:hover {
  transform: translate(0, -6px);
  box-shadow: 4px 4px 25px rgba(0, 0, 0, .25);
}

.h2-collection {
  height: 120px;
  color: #fff;
  margin-top: 10px;
  font-weight: 600;
  overflow: hidden;
}

.div-collection-title {
  background-image: linear-gradient(rgba(188, 199, 79, .92), rgba(188, 199, 79, .92)), url('../images/226294.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
}

.div-collection-title.pink {
  background-image: linear-gradient(rgba(161, 53, 108, .92), rgba(161, 53, 108, .92)), url('../images/226294.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.div-collection-title.blue {
  background-image: linear-gradient(rgba(43, 78, 100, .92), rgba(43, 78, 100, .92)), url('../images/226294.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.div-collection-title.orange {
  background-image: linear-gradient(rgba(211, 97, 60, .92), rgba(211, 97, 60, .92)), url('../images/226294.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.image-rotating-food {
  position: relative;
  top: -65px;
  transform: rotate(0);
}

.image-rotating-food.avocado {
  top: -50px;
}

.image-rotating-food.onion {
  top: -60px;
}

.image-rotating-food.banana {
  width: 110px;
}

.image-rotating-food.artichoke {
  width: 96px;
  top: -46px;
}

.image-rotating-food.tomato {
  width: 94px;
  top: -55px;
}

.image-rotating-food.carrot {
  width: 130px;
}

.image-rotating-food.radish {
  width: 140px;
}

.white {
  color: #fff;
}

.white.blog {
  margin-top: 10px;
  margin-bottom: 10px;
}

.white.margin-40 {
  margin-bottom: 40px;
}

.div-event {
  height: 360px;
  background-image: radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0) 6%, rgba(255, 255, 255, .98) 89%), url('../images/sticky-fingers-cooking-birthday-parties-for-kids_003.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  transition: box-shadow .3s, transform .3s;
  box-shadow: 4px 4px 25px 1px rgba(0, 0, 0, .15);
}

.div-event:hover {
  transform: translate(0, -6px);
  box-shadow: 4px 4px 25px 1px rgba(0, 0, 0, .25);
}

.div-event.family {
  background-image: radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0) 4%, rgba(255, 255, 255, .98) 89%), url('../images/private-events-family-cooking-classes_Sticky-Fingers-Cooking.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-event.scouts {
  background-image: radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0) 6%, rgba(255, 255, 255, .98) 89%), url('../images/istockphoto-517677809-612x612.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.div-event.corporate {
  background-image: radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0) 7%, rgba(255, 255, 255, .98) 89%), url('../images/corporate-team-building-cooking-events_Sticky-Fingers-Cooking.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.h2-events {
  height: 200px;
  margin-top: 10px;
  overflow: hidden;
}

.div-slide {
  width: 50%;
  height: 540px;
  padding: 180px 60px 60px;
}

.div-slide._2 {
  text-align: right;
  padding-top: 260px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-slide._2.upper {
  padding-top: 60px;
}

.h1-slider {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 1.1em;
}

.left-arrow, .right-arrow {
  display: none;
}

.button-overlay {
  height: 0%;
  background-color: #fbe200;
  margin-top: auto;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.line-divider-footer {
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

.line-divider-footer.second-style {
  height: 2px;
  background-color: #2b4e64;
  border-bottom: 1px dashed #6694b2;
  margin-bottom: 40px;
}

.social-link {
  color: #bcc74f;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Font awesome 5 brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}

.social-link:hover {
  text-decoration: none;
}

.footer-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}

.align-right {
  text-align: right;
}

.footer-navigation {
  color: #6694b2;
  text-align: left;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .1s;
  display: block;
}

.footer-navigation:hover {
  color: #a6bbc9;
}

.column-3 {
  padding-right: 0;
}

.text-block-3 {
  z-index: 2;
  text-decoration: none;
  position: relative;
}

.column-2 {
  padding-left: 0;
}

.div-social {
  text-align: left;
  align-items: flex-end;
}

.paragraph-copyright {
  color: #6694b2;
  font-size: 12px;
  line-height: 1.8em;
}

.text-footer-contact {
  color: #6694b2;
  text-align: left;
  font-size: 12px;
  line-height: 1.5em;
}

.div-footer-contact {
  align-items: center;
  padding-bottom: 15px;
  display: flex;
}

.contact-link {
  color: #bcc74f;
  text-align: left;
  padding-right: 15px;
  font-family: "Font awesome 5 pro solid 900", sans-serif;
  font-size: 18px;
}

.contact-link:hover {
  text-decoration: none;
}

.link-footer {
  color: #6694b2;
  text-decoration: none;
  transition: color .1s;
}

.link-footer:hover {
  color: #a6bbc9;
}

.div-menu-title {
  background-image: url('../images/5881055.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #d6d6d6;
  padding: 40px;
}

.div-account-date {
  width: 90%;
  background-color: #a1356c;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

.text-account-date {
  color: #fff;
  font-size: 14px;
  line-height: 2em;
}

.account-menu-column-left {
  min-height: 100vh;
  background-color: #f2f2f2;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  padding-left: 0;
  padding-right: 0;
}

.section-border-top {
  border-top: 1px solid #d6d6d6;
  padding-left: 20px;
  padding-right: 20px;
}

.div-menu-item {
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-menu-item:hover {
  text-decoration: underline;
}

.div-menu-item:active {
  background-color: #f2f2f2;
}

.section-title {
  color: #2b4e64;
  font-family: Nunito Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.section-subtitle {
  color: #b5be00;
  font-size: 14px;
  text-decoration: none;
}

.h2-menu-title {
  margin-top: 0;
  margin-bottom: 5px;
}

.div-active-content {
  text-align: left;
  padding: 40px;
}

.active-content-breadcrumb {
  color: #bcc74f;
  font-size: 13px;
  font-weight: 400;
}

.active-content-breadcrumb:hover {
  text-decoration: none;
}

.div-breadcrumb {
  display: flex;
}

.active-content-text {
  color: #b9bf15;
  font-size: 13px;
}

.div-section-content {
  background-color: #f2f2f2;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
}

.div-section-content.white {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f2f2f2;
}

.section-content-title {
  color: #2b4e64;
  padding-right: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.section-content-title.video {
  padding-bottom: 10px;
}

.active-content-column-right {
  min-height: 100vh;
  border-right: 1px solid #d6d6d6;
}

.div-flex-align-center {
  align-items: center;
  display: flex;
}

.data-header {
  padding-right: 6px;
  font-size: 14px;
  font-weight: 600;
}

.link-session {
  color: #b5be00;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
}

.link-session:hover {
  text-decoration: underline;
}

.div-no-more {
  text-align: center;
}

.grid-child-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 0%;
  grid-auto-flow: row;
  margin-top: 10px;
}

.child-details {
  font-weight: 600;
}

.div-left {
  border-top: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  padding: 10px;
}

.div-left.white {
  color: #333;
  background-color: #fff;
}

.div-left.bottom {
  border-bottom: 1px solid #d6d6d6;
}

.div-right {
  border-top: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  padding: 10px;
}

.div-right.white {
  color: #333;
  background-color: #fff;
}

.div-right.bottom {
  border-bottom: 1px solid #d6d6d6;
}

.div-block-5 {
  align-items: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-section-title-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.columns-flex {
  display: flex;
}

.div-break {
  height: 2px;
  border-top: 1px dashed #d6d6d6;
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-break._75 {
  width: 75%;
}

.div-break.breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-break.margin-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-break.solid {
  border-top: 2px solid rgba(188, 199, 79, .27);
}

.div-break.solid.fine {
  border-top-width: 1px;
}

.text-data {
  font-size: 14px;
}

.link-fa-solid {
  color: #bcc74f;
  font-family: "Fa solid 900";
  font-size: 22px;
  text-decoration: none;
  transition: color .2s;
}

.link-fa-solid:hover {
  color: #2b4e64;
}

.grid-profile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 3fr;
  padding-top: 10px;
}

.text-field {
  border: 1px solid #d6d6d6;
  margin-right: 15px;
}

.field-label {
  text-align: left;
  font-weight: 600;
}

.div-form-text-field-flex-left {
  flex: 1;
  margin-right: 15px;
}

.div-form-text-field-flex-right {
  flex: 1;
}

.preferred-location {
  width: 50%;
  margin-bottom: 30px;
}

.text-italics {
  font-size: 14px;
  font-style: italic;
}

.text-italics.margin {
  margin-bottom: 10px;
}

.radio-button-field {
  margin-right: 15px;
}

.radio-button {
  margin-top: 6px;
}

.pickup-type {
  width: 50%;
}

.div-scroll {
  height: 200px;
  border: 1px solid #d6d6d6;
  margin-bottom: 10px;
  padding: 10px;
  overflow: auto;
}

.checkbox {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  margin-top: 6px;
}

.checkbox-field.margin-bottom {
  margin-bottom: 30px;
}

.active-content-heading {
  margin-bottom: 20px;
}

.active-content-heading.zero-margin-bottom {
  margin-bottom: 0;
}

.section-internal-hero {
  text-align: center;
  background-image: linear-gradient(rgba(161, 53, 108, .95), rgba(161, 53, 108, .95)), url('../images/226294.png');
  background-position: 0 0, 0 0;
  background-size: auto, 400px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-internal-hero.blue {
  background-image: linear-gradient(rgba(43, 78, 100, .95), rgba(43, 78, 100, .95)), url('../images/226294.png');
  background-position: 0 0, 0 0;
  background-size: auto, 400px;
}

.section-internal-content {
  padding-top: 60px;
  padding-bottom: 80px;
}

.section-internal-content._100-bottom-padding {
  padding-bottom: 100px;
}

.page-nav-list {
  text-align: left;
  letter-spacing: .1px;
  margin-top: 0;
  font-weight: 400;
}

.page-nav-link {
  color: #bcc74f;
  padding-bottom: 2px;
  text-decoration: none;
  transition: border-color .2s;
}

.page-nav-link:hover {
  border-bottom: 1px solid #bcc74f;
  text-decoration: none;
}

.page-nav-link:active {
  border-bottom-style: solid;
}

.page-nav-link:focus {
  border-bottom: 1px solid #bcc74f;
}

.page-nav-link.w--current {
  color: #b9bf15;
  border-bottom: 1px solid #bcc74f;
}

.page-nav-list-item {
  background-image: none;
  margin-bottom: 10px;
  margin-right: 20px;
  padding-left: 0;
}

.column-content {
  text-align: left;
}

.image-interrnal {
  margin-top: 15px;
  margin-bottom: 15px;
}

.list {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.list-item {
  background-image: url('../images/StickyFingers_weblogos-03.png');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 10px;
  padding-left: 30px;
}

.div-button {
  margin-top: 30px;
}

.link {
  color: #a1356c;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.bring-sfc {
  background-color: #f8faee;
  padding: 100px 20px;
}

.div-rounded {
  height: 220px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
}

.community-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-fruit {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.div-news-item {
  border-radius: 10px;
  align-items: center;
  display: flex;
}

.image-news {
  width: 200px;
}

.div-news-details {
  margin-right: 20px;
}

.div-masonry-content {
  box-shadow: none;
  text-align: center;
  background-color: #fff;
  border: 1px dashed #e0e0e0;
  border-radius: 10px;
  flex: 0 50%;
  align-self: flex-start;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 30px;
  display: inline-block;
}

.div-circle {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border: 3px solid #e0e0e0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-circle.grape {
  border-color: #b5c734;
  margin-bottom: 20px;
}

.image-testimonial {
  width: 70px;
  margin-left: auto;
  margin-right: auto;
}

.div-quotation {
  text-align: left;
}

.text-quotation-mark-testimonial {
  color: #c2c2c2;
  font-family: Rochester, sans-serif;
  font-size: 100px;
  line-height: 0;
}

.text-quotation-mark-testimonial.margin-top {
  color: #a1356c;
  margin-top: 60px;
  font-size: 200px;
}

.text-quotation {
  color: #333;
  margin-bottom: 20px;
}

.text-quotation.bold {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.div-masonry-3-column {
  column-count: 3;
}

.div-masonry-2-column {
  column-count: 2;
  column-rule-style: none;
  column-rule-width: 0px;
  column-gap: 16px;
}

.image-bio {
  border-radius: 100px;
  margin-bottom: 20px;
}

.image-bio.green {
  border: 5px solid #bcc74f;
}

.image-bio.plum {
  border: 5px solid #a1356c;
}

.image-bio.orange {
  border: 5px solid #f05822;
}

.block-quote {
  border-left-color: #a1356c;
}

.block-quote.bio {
  color: #666;
}

.div-pun {
  align-items: center;
  display: flex;
}

.pun {
  color: #f05822;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 600;
}

.small {
  color: #666;
  text-align: left;
  font-size: 14px;
}

.small.green {
  color: #b5be00;
}

.small._333 {
  color: #333;
}

.text-bio {
  color: #666;
  margin-bottom: 20px;
  font-size: 14px;
}

.tabs-menu {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 12px;
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.tab-link-tab-1 {
  color: #2b4e64;
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px dashed #e0e0e0;
  transition: color .2s;
}

.tab-link-tab-1:hover {
  color: #bcc74f;
  text-decoration: none;
}

.tab-link-tab-1.w--current {
  color: #bcc74f;
  background-color: #fff;
}

.tab-link-tab-1.align-left {
  padding-left: 0;
}

.tab-link-tab-1.align-left:hover {
  text-decoration: none;
}

.tab-link-tab-2 {
  color: #2b4e64;
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px dashed #e0e0e0;
  transition: color .2s;
}

.tab-link-tab-2:hover {
  color: #bcc74f;
  text-decoration: none;
}

.tab-link-tab-2.w--current {
  color: #bcc74f;
  background-color: #fff;
}

.tab-link-tab-3 {
  color: #2b4e64;
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px dashed #e0e0e0;
}

.tab-link-tab-3:hover {
  color: #bcc74f;
  text-decoration: none;
}

.tab-link-tab-3.w--current {
  color: #bcc74f;
  background-color: rgba(0, 0, 0, 0);
  transition: color .2s;
}

.tab-link-tab-4 {
  color: #2b4e64;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 10px;
  transition: color .2s;
}

.tab-link-tab-4:hover {
  color: #bcc74f;
  text-decoration: none;
}

.tab-link-tab-4.w--current {
  color: #bcc74f;
  background-color: #fff;
  border-right: 1px dashed #fff;
}

.div-flex-child-50-rounded {
  background-color: #f8faee;
  border-radius: 10px;
  flex: 0 50%;
  margin-top: 10px;
  padding: 20px;
}

.div-flex-child-50-rounded.margin-right {
  margin-right: 16px;
}

.div-flex-horizontal-align-stretch {
  display: flex;
}

.section-banner-style-2 {
  background-image: linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .3)), url('../images/sticky-fingers-cooking-banner-6.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top: 1px solid #f8faee;
  border-bottom: 1px solid #f8faee;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-banner-style-2.green {
  background-color: #f8faee;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.section-banner-style-2.green.product {
  padding-top: 10px;
  padding-bottom: 10px;
}

.utility-page-wrap {
  width: 100%;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

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

.section-banner {
  background-color: #f8faee;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-blurb {
  width: 70%;
}

.submit-button {
  height: 50px;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #bcc74f;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #2b4e64;
}

.submit-button.order-summary {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.zero-margin-top {
  margin-top: 0;
}

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

.div-subscribe-1 {
  flex: 0 35%;
  align-self: flex-start;
  margin-right: 20px;
}

.div-subscribe-2 {
  flex: 0 30%;
  margin-right: 20px;
}

.accordion-wrapper {
  width: 75%;
}

.accordion-wrapper.margin-top {
  margin-top: 20px;
}

.accordion-wrapper.full-width {
  width: auto;
}

.accordion-item-trigger {
  text-align: left;
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-item-content {
  text-align: left;
  overflow: hidden;
}

.down-arrow {
  width: 26px;
}

.accordion-heading {
  margin-top: 0;
  line-height: 1.4em;
}

.faq-tabs-content {
  margin-top: 40px;
}

.section-content {
  padding: 60px 20px 80px;
}

.div-content {
  width: 75%;
}

.contact-form {
  padding: 60px 20px 80px;
}

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

.column-5 {
  border-right: 1px dashed #e0e0e0;
  padding-left: 0;
  padding-right: 30px;
}

.column-6 {
  padding-left: 30px;
}

.div-contact-details {
  margin-bottom: 20px;
}

.text-area {
  margin-bottom: 30px;
}

.div-recipes {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-recipe-content {
  width: 70%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.div-recipe-details {
  background-color: #f8faee;
  border-top: 2px solid #bcc74f;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 10px;
  padding: 15px;
  display: flex;
  overflow: hidden;
}

.div-recipe-details.results {
  height: 292px;
  margin-bottom: 0;
  margin-right: 0;
}

.link-recipe {
  color: #bcc74f;
  font-weight: 600;
  text-decoration: none;
}

.link-recipe:hover {
  text-decoration: underline;
}

.breadcrumb {
  font-size: 13px;
}

.slash {
  color: #b9bf15;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
}

.div-70 {
  width: 70%;
}

.div-70.margin-bottom {
  margin-bottom: 20px;
}

.text-block-signature {
  color: #f05822;
  font-family: Gochi Hand, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1em;
}

.fa-large {
  color: #2b4e64;
  padding-right: 30px;
  font-family: "Font awesome 5 pro solid 900", sans-serif;
  font-size: 30px;
}

.heading-sessions {
  margin-top: 0;
  margin-bottom: 0;
}

.column-product-image {
  text-align: center;
  border: 1px dashed #e0e0e0;
  padding: 40px;
}

.div-product-boilerplate {
  margin-top: 40px;
}

.column-product-details {
  padding-left: 40px;
}

.media {
  color: #2b4e64;
  text-align: center;
}

.media-columns {
  margin-bottom: 60px;
}

.div-media {
  height: 240px;
  background-image: url('../images/sfc-dots-short.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 125px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.section-media {
  background-color: #f8faee;
  padding-top: 40px;
  padding-bottom: 100px;
}

.dropdown {
  color: #2b4e64;
}

.dropdown:hover {
  color: #bcc74f;
  text-decoration: none;
}

.dropdown.w--current {
  color: #bcc74f;
}

.div-faux-button {
  border: 2px solid #fff;
  border-radius: 100px;
  margin-top: 30px;
  padding: 10px 20px;
  display: inline-block;
}

.div-faux-button.zero-margin-top {
  margin-top: 0;
}

.div-faux-button.zero-margin-top.green {
  background-color: #bcc74f;
  border-color: #bcc74f;
}

.div-faux-button.recipe-results {
  width: 50%;
  border-color: #bcc74f;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-faux-button.recipe-child {
  max-height: 46px;
  border-style: solid;
  border-color: #bcc74f;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-faux-button.recipe-child.margin-right {
  margin-right: 15px;
  display: flex;
}

.div-faux-button.recipe-child.margin-top {
  margin-top: 10px;
}

.faux-button {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.faux-button.dark {
  color: #bcc74f;
}

.link-block-card:hover {
  text-decoration: none;
}

.section-login {
  height: 100vh;
  text-align: center;
  background-color: #f8faee;
  padding: 40px 20px;
}

.stacked-logo {
  margin-bottom: 20px;
}

.div-sign-up {
  width: 40%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-sign-up.modal-recipes {
  width: 80%;
  margin-top: 0;
}

.text-field-sign-in {
  height: 44px;
  border: 1px solid #e0e0e0;
}

.form-block-sign-up {
  text-align: left;
}

.form-block-sign-up.modal-recipes {
  text-align: center;
}

.section-sign-up {
  background-color: #f8faee;
  padding: 40px 20px;
}

.div-create {
  width: 70%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.section-gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-video {
  text-align: center;
  background-color: #f8faee;
  padding-bottom: 100px;
}

.section-events-child {
  padding: 50px 20px 100px;
}

.section-events-child.center {
  padding-top: 0;
}

.section-events-child.center.line {
  border-top: 1px dashed #e0e0e0;
}

.section-events-child.center.green {
  background-color: #f8faee;
  padding-bottom: 20px;
}

.section-events-child.grape {
  padding-bottom: 20px;
}

.div-dots {
  height: 30px;
  background-image: url('../images/sfc-dots.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
}

.div-dots._99 {
  width: 99%;
}

.div-dots.recipe {
  height: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-dots._100 {
  width: 99%;
  background-repeat: repeat-x;
}

.slide-2 {
  background-image: radial-gradient(circle at 100% 100%, rgba(255, 255, 255, .9) 16%, rgba(255, 255, 255, .75) 40%, rgba(255, 255, 255, 0) 100%, #fff), url('../images/sticky-fingers-cooking-summer-camps-001.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-3 {
  background-image: radial-gradient(circle at 100% 0, rgba(255, 255, 255, .74) 30%, rgba(255, 255, 255, 0) 70%), url('../images/sticky-fingers-cooking-after-school-enrichment-programs_001.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-4 {
  background-image: radial-gradient(circle at 100% 0, rgba(255, 255, 255, .74) 31%, rgba(255, 255, 255, 0) 64%), url('../images/sticky-fingers-cooking-online-summer-camps_001.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-14 {
  padding-left: 10px;
}

.form-block-session-children {
  margin-top: 10px;
  padding-left: 70px;
}

.text-alert {
  margin-bottom: 20px;
}

.div-modal {
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-color: rgba(43, 78, 100, .8);
  display: none;
  position: fixed;
}

.div-popup {
  width: 660px;
  height: 440px;
  background-color: #f8faee;
  border-radius: 10px;
  margin: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-popup-form {
  flex-direction: column;
  flex: 0 55%;
  justify-content: space-around;
  align-items: center;
  padding: 10px 20px 20px;
  display: flex;
}

.div-block-popup-image {
  background-image: url('../images/sticky-fingers-cooking-classes-for-kids-002.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex: 0 45%;
}

.popup {
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}

.form-popup {
  width: 290px;
}

.text-field-popup {
  height: 42px;
  border: 1px solid #e0e0e0;
}

.mini {
  color: #666;
  text-align: center;
  font-size: 12px;
}

.x {
  float: right;
  padding: 8px;
  font-family: "Fa 400";
  font-size: 18px;
  line-height: 18px;
  transition: all .2s;
}

.x:hover {
  font-family: "Fa solid 900";
  text-decoration: none;
}

.grid-checkout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 5fr 2fr 1fr;
  align-items: end;
}

.div-checkout {
  border-bottom: 1px solid #e0e0e0;
}

.div-checkout-details {
  border-bottom: 1px dashed #e0e0e0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.div-total {
  padding-top: 10px;
}

.div-total.info {
  justify-content: space-between;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.link-tiny {
  margin-top: 10px;
  font-size: 12px;
}

.footer-flex {
  display: flex;
}

.footer-flex-child-logo {
  text-align: left;
  flex: 0 30%;
}

.footer-flex-child-menu {
  flex: 0 25%;
}

.footer-flex-child-contact {
  flex: 0 20%;
}

.dropdown-toggle-mobile {
  display: none;
}

.checkbox-2 {
  width: 14px;
  height: 14px;
  border-color: #e2e2e2;
  border-radius: 0;
  margin-top: 5.5px;
}

.checkbox-2.w--redirected-checked {
  background-color: #a1356c;
  border-color: #1a1b1f;
}

.div-collection-group {
  border-top: 1px dashed #e0e0e0;
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.6em;
}

.div-product-grid {
  position: relative;
}

.div-pagination {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.button-pagination {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-pagination:hover {
  color: #fff;
  background-color: #74a843;
}

.button-pagination:active {
  background-color: #578944;
}

.button-pagination.arrow {
  background-color: #2b4e64;
  border-radius: 20px;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 12px;
  font-family: "Fa solid 900";
  line-height: 12px;
}

.button-pagination.arrow:hover {
  background-color: #bcc74f;
  text-decoration: none;
}

.section-results {
  margin-bottom: 100px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.label {
  color: #2b4e64;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top-color: #000;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.text-arrow {
  color: #bcc74f;
  font-family: "Font awesome 5 pro solid 900", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

.div-collections-accordion {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.link-pagination {
  padding: 10px 15px;
  font-size: 18px;
  text-decoration: none;
}

.link-pagination:hover, .link-pagination:active {
  opacity: .4;
}

.div-search-results {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom: 1px dashed #e0e0e0;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 10px;
  display: flex;
}

.select-field {
  background-color: #fff;
  border: 1px solid #e0e0e0;
}

.text-field-filter {
  border: 1px solid #e0e0e0;
}

.div-product {
  transition: box-shadow .2s;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
}

.div-product:hover {
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, .25);
}

.div-image-wrapper {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  position: relative;
}

.div-product-details {
  height: 240px;
  background-color: #f8faee;
  border-top: 1px solid #bcc74f;
  flex-direction: column;
  justify-content: space-between;
  padding: 16.25px 16.26px 16.25px 16.25px;
  display: flex;
}

.text-block-product {
  color: #333;
  text-align: left;
  font-size: 14px;
}

.product-title {
  color: #2b4e64;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.product-price {
  font-size: 14px;
  font-weight: 300;
}

.link-block-product-card {
  color: #333;
}

.link-block-product-card:hover {
  text-decoration: none;
}

.checkbox-field-filter {
  align-items: flex-start;
}

.text-available {
  color: #a1356c;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}

.blog-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-blog-card {
  border: 1px dashed #e0e0e0;
  padding: 15px;
  overflow: hidden;
}

.div-blog-grid {
  position: relative;
}

.div-blog-card-image-wrapper {
  transition: opacity .3s;
  position: relative;
}

.div-blog-card-image-wrapper:hover {
  opacity: .9;
}

.div-blog-card-details {
  height: 200px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  display: flex;
}

.blog-card-title {
  color: #bcc74f;
  text-align: left;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  transition: color .3s;
}

.blog-card-title:hover {
  color: #2b4e64;
}

.text-blog-byline {
  color: #fff;
  letter-spacing: .4px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.section-banner-blog-post {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-top: 1px solid #f8faee;
  padding: 20px;
}

.heading-blog-post {
  width: 67%;
  font-size: 42px;
}

.section-blog-post {
  padding: 20px 20px 80px;
}

.div-block-blog-post-image {
  border: 1px dashed #e0e0e0;
  margin-bottom: 40px;
  padding: 40px;
}

.div-block-blog-copy {
  text-align: left;
}

.center {
  text-align: center;
}

.section-banner-style-events {
  background-image: linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .7)), url('../images/226820_StickyFingers_FruitToTile_Cornucopia_650.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, auto;
  padding: 40px 20px;
}

.section-dashed-line {
  padding-left: 20px;
  padding-right: 20px;
}

.div-works {
  text-align: center;
}

.div-image-works {
  width: 66%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-column-works {
  padding-left: 20px;
  padding-right: 20px;
}

.columns-works {
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 20px;
}

.section-testimonial-slider {
  text-align: center;
  background-color: #2b4e64;
  background-image: url('../images/225809_StickyFingers_Cornucopia_700w.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 100px 20px;
}

.slider-testimonial {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 30px;
}

.text-quote {
  color: #fff;
  padding-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5em;
}

.div-60 {
  max-width: 60%;
}

.left-arrow-3, .right-arrow-3 {
  display: none;
}

.slide-nav-testimonial {
  text-align: left;
  font-size: 12px;
}

.div-margin-top {
  margin-top: 40px;
}

.ordered-list-item {
  background-image: none;
  padding-left: 10px;
  list-style-type: decimal;
}

.section-sub-nav {
  padding-top: 50px;
}

.div-sub-nav {
  display: flex;
}

.link-block-sub-nav {
  color: #2b4e64;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-right: 1px dashed #e0e0e0;
  padding: 9px 30px;
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.link-block-sub-nav:hover {
  color: #bcc74f;
  text-decoration: none;
}

.link-block-sub-nav.align-left {
  padding-left: 0;
}

.link-block-sub-nav.last {
  border-right-style: none;
}

.div-image {
  text-align: center;
  background-image: url('../images/Sticky-Fingers-Cooking_FruitToTile1_Cornucopia.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 100px;
  padding: 20px;
}

.div-image.version-3 {
  background-image: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .4)), url('../images/226820_StickyFingers_FruitToTile3_Cornucopia_650.png');
}

.div-image.version-3.bottom {
  background-image: url('../images/Sticky-Fingers-Cooking_FruitToTile3_Cornucopia.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0;
}

.div-image.version-2 {
  background-image: url('../images/Sticky-Fingers-Cooking_FruitToTile2_Cornucopia.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-image.version-3 {
  background-image: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .4)), url('../images/226820_StickyFingers_FruitToTile3_Cornucopia_650.png');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.div-image.margin-bottom-zero {
  background-image: url('../images/Sticky-Fingers-Cooking_FruitToTile1_Cornucopia.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0;
}

.image-events {
  max-width: 80%;
  border-radius: 10px;
  transform: rotate(6deg);
}

.image-events.rotate-left {
  transform: rotate(-6deg);
}

.div-block-events-large {
  flex-basis: 65%;
}

.div-block-events-small {
  flex: 0 35%;
}

.div-recipe-card-grid {
  position: relative;
}

.div-recipe-card {
  transition: box-shadow .2s;
  overflow: hidden;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
}

.div-recipe-card:hover {
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, .25);
}

.link-block-recipe-card {
  color: #333;
}

.link-block-recipe-card:hover {
  text-decoration: none;
}

.div-recipe-image-wrapper {
  position: relative;
}

.recipe-card-title {
  color: #2b4e64;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}

.text-block-recipe-author {
  font-size: 14px;
}

.bookmark {
  color: #bcc74f;
  padding-right: 10px;
  font-family: "Font awesome 5 pro 400", sans-serif;
  font-size: 14px;
}

.bold-text {
  color: #bcc74f;
  font-size: 14px;
}

.recipe-social-link {
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Font awesome 5 brands 400", sans-serif;
  font-size: 24px;
}

.recipe-social-link:hover {
  text-decoration: none;
  transform: translate(0);
}

.recipe-social-link.zero-padding-left {
  padding-left: 0;
  font-family: "Font awesome 5 brands 400", sans-serif;
}

.heading-4-recipe {
  font-family: Nunito Sans, sans-serif;
  font-weight: 600;
}

.image-recipe {
  margin-top: 20px;
  margin-bottom: 10px;
}

.div-recipe-features {
  background-color: #f8faee;
  margin-top: 20px;
}

.column-recipe-features {
  border-right: 1px dashed #d6d6d6;
}

.columns-recipe-features {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-recipe-features-copy {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-scale {
  align-items: center;
  display: flex;
}

.subheader.tiny.zero-margin-bottom {
  color: #333;
  margin-bottom: 0;
}

.div-scale-amount {
  color: #333;
  border: 1px solid #333;
  margin-right: 8px;
  padding: 8px;
  font-weight: 600;
}

.div-scale-amount:active, .div-scale-amount.active {
  color: #bcc74f;
  border-color: #bcc74f;
}

.div-scale-copy {
  padding: 8px;
}

.heading-5-recipe {
  margin-top: 0;
  font-size: 24px;
  font-weight: 300;
}

.div-instruction-steps {
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.div-instruction-steps:hover {
  background-color: #f8faee;
}

.text-block-steps {
  color: #bcc74f;
  margin-right: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.image-recipe-fun-facts {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-recipe-social-flex {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.div-flex-child-flex {
  display: flex;
}

.div-recipe-child-flex {
  align-items: flex-start;
  display: flex;
}

.div-recipe-child-main {
  flex: 0 70%;
}

.div-recipe-child-sidebar {
  flex: 0 30%;
  margin-top: 20px;
  padding-left: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.div-ad-unit {
  display: none;
}

.div-ad-unit.tower {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-recipe-child-joke {
  background-image: linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .6)), url('../images/226820_StickyFingers_FruitToTile2_Cornucopia_650.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
}

.div-recipe-child-joke.v2 {
  background-image: linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .6)), url('../images/226820_StickyFingers_FruitToTile3_Cornucopia_650.png');
  background-size: auto, auto;
}

.div-recipe-child-joke.v3 {
  background-image: linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .6)), url('../images/226820_StickyFingers_FruitToTile2_Cornucopia_650.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.div-recipe-child-joke.v4 {
  background-image: linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .6)), url('../images/226820_StickyFingers_FruitToTile3_Cornucopia_650.png');
}

.div-joke-main {
  text-align: center;
  background-color: #fff;
  padding: 20px;
}

.div-divider-35 {
  width: 35%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px dashed #d6d6d6;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.div-joke {
  padding-left: 20px;
  padding-right: 20px;
}

.heading-3-joke {
  margin-top: 10px;
}

.div-flex-horizontal-space-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-flex-horizontal-space-between.margin-bottom-20 {
  margin-bottom: 20px;
}

.section-checkout {
  padding: 40px 20px;
}

.div-checkout-sidebar {
  background-color: #f8faee;
  border-radius: 10px;
  flex: 0 40%;
  padding: 20px 30px 40px 40px;
}

.div-checkout-main {
  flex: 0 60%;
  padding-right: 40px;
}

.link-block {
  margin-bottom: 20px;
}

.info {
  color: #bcc74f;
  font-family: "Fa solid 900";
}

.text-block-total {
  color: #333;
  font-size: 14px;
}

.text-block-total.strikethrough {
  color: #b91f69;
  text-decoration: line-through;
}

.text-block-total.strikethrough.left-padding {
  padding-right: 8px;
}

.text-block-total.strikethrough.left-padding.large, .text-block-total.large {
  font-size: 18px;
}

.text-block-5 {
  display: none;
}

.div-flex {
  display: flex;
}

.div-flex.order-summary {
  align-items: flex-start;
  padding-top: 10px;
}

.div-flex.vertical {
  flex-direction: column;
}

.div-flex.vertical.left-padding {
  padding-right: 5px;
}

.div-flex.space {
  justify-content: flex-start;
}

.div-flex.code {
  max-width: 30%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px dashed rgba(188, 199, 79, .4);
  border-radius: 10px;
  padding: 8px;
  display: none;
}

.div-flex.space {
  justify-content: space-between;
}

.div-flex.space.margin-bottom {
  margin-bottom: 10px;
}

.div-flex.center {
  justify-content: center;
}

.div-flex.blurb {
  align-items: flex-start;
}

.div-image-order-summary {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-bottom-color: #e0e0e0;
  border-radius: 10px;
  flex: none;
}

.text-number-order-summary {
  width: 21px;
  height: 21px;
  color: #fff;
  text-align: center;
  background-color: #bcc74f;
  border-radius: 21px;
  flex: none;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  position: relative;
  top: -7px;
  left: -7px;
}

.text-order-summary-item {
  font-family: Nunito Sans, sans-serif;
  font-weight: 700;
}

.text-block-order-summary-total {
  color: #b91f69;
  font-size: 14px;
  text-decoration: line-through;
}

.discount {
  color: #bcc74f;
  padding-right: 8px;
  font-family: "Font awesome 5 pro solid 900", sans-serif;
  font-size: 13px;
  position: static;
}

.text-tiny {
  text-transform: uppercase;
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
}

.text-tiny.green {
  color: #bcc74f;
}

.form-code {
  display: flex;
}

.text-field-code {
  height: 50px;
  border: 1px solid #e0e0e0;
  margin-right: 10px;
}

.form-block-code {
  margin-bottom: 6px;
}

.text-x {
  color: #bcc74f;
  font-family: "Fa solid 900";
}

.text-x.right-padding {
  padding-left: 10px;
  transition: color .2s;
}

.text-x.right-padding:hover {
  color: #2b4e64;
}

.link-block-text-x:hover {
  flex: none;
  text-decoration: none;
}

.form-3 {
  display: flex;
}

.select-field-scholarship {
  height: 50px;
  color: #999;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin-right: 10px;
}

.button-payment {
  height: 50px;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #bcc74f;
  margin-bottom: 40px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.5em;
  display: block;
}

.button-payment:hover {
  text-decoration: none;
}

.div-block-36 {
  text-align: center;
}

.div-confirmation-header {
  margin-top: 40px;
}

.italic-text {
  font-weight: 600;
}

.div-confirmation-child {
  border-bottom: 1px dashed #e0e0e0;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.div-confirmation-child.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.div-order-number {
  margin-bottom: 20px;
}

.heading-6-order-number {
  margin-bottom: 0;
}

.text-large {
  font-size: 18px;
  line-height: 1.6em;
}

.text-edit-child {
  padding-left: 15px;
  font-family: "Font awesome 5 pro solid 900", sans-serif;
  font-size: 32px;
  transition: color .2s;
}

.text-edit-child:hover {
  color: #2b4e64;
  text-decoration: none;
}

.div-flex-vertical {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  flex: 0 70%;
  margin-right: 20px;
  padding: 20px;
}

.div-confirmation-links {
  flex: 0 30%;
}

.div-flex-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-abc {
  color: #bcc74f;
  padding-right: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
}

.text-abc.purple {
  color: #b91f69;
}

.text-abc.purple.fa {
  font-family: "Font awesome 5 pro solid 900", sans-serif;
}

.text-abc.orange {
  color: #f05822;
}

.text-abc.orange.fa {
  font-family: "Font awesome 5 pro solid 900", sans-serif;
}

.text-abc.blue {
  color: #3593c2;
}

.text-abc.blue.fa {
  font-family: "Font awesome 5 pro solid 900", sans-serif;
}

.text-abc.tangerine {
  color: #ffa322;
}

.text-abc.tangerine.fa {
  font-family: "Font awesome 5 pro solid 900", sans-serif;
}

.text-abc.fa {
  font-family: "Font awesome 5 pro solid 900", sans-serif;
  line-height: 1.5em;
}

.div-checklist {
  align-items: center;
  display: flex;
}

.div-indent {
  border-left: 3px solid #b91f69;
  padding-left: 40px;
}

.h1-recipe-child {
  margin-top: 0;
  margin-bottom: 0;
}

.div-flex-results {
  justify-content: space-between;
  display: flex;
}

.div-results-filter {
  flex: 0 20%;
}

.div-results-grid {
  flex: 0 76%;
}

.section-header {
  z-index: 5;
  width: 100%;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 8px rgba(51, 51, 51, .08);
}

.nav-item-left {
  flex: 0 35%;
  padding-top: 20px;
  display: flex;
}

.nav-item-right {
  flex: 35%;
  justify-content: flex-end;
  padding-top: 20px;
  display: flex;
}

.nav-item-logo-center {
  text-align: center;
  flex: 0 30%;
  padding-top: 20px;
  padding-bottom: 10px;
}

.section-header-wrapper {
  background-color: #2b4e64;
}

.navbar-header {
  max-width: 1200px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-nav {
  max-width: 1200px;
  flex: 1;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-header-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.text-header-wrapper {
  color: rgba(255, 255, 255, .9);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Nunito Sans, sans-serif;
  font-size: 13px;
}

.link-header-wrapper {
  color: rgba(255, 255, 255, .9);
  text-decoration: underline;
}

.fa-header-wrapper {
  color: rgba(255, 255, 255, .9);
  padding-left: 6px;
  font-family: "Font awesome 5 pro solid 900", sans-serif;
  font-size: 13px;
}

.form-block-gift-card {
  justify-content: flex-start;
  align-items: stretch;
}

.form-gift-card {
  flex-flow: row;
  align-content: stretch;
}

.div-form-gift-card {
  margin-bottom: 10px;
  display: flex;
}

.div-form-gift-card-left {
  flex: 1;
  margin-right: 15px;
}

.div-form-gift-card-right {
  flex: 1;
}

.div-gift-card {
  align-items: flex-start;
  display: flex;
}

.div-gift-card-image {
  border: 1px dashed #e0e0e0;
  flex: 0 50%;
  margin-bottom: 20px;
  padding: 15px;
}

.div-gift-card-details {
  flex: 0 50%;
  padding-left: 20px;
}

.slider-testimonial-cards {
  min-height: 400px;
  background-color: #fff;
  margin-bottom: 100px;
  padding-left: 70px;
  padding-right: 70px;
}

.slider-testimonial-cards.green {
  background-color: #f8faee;
}

.left-arrow-grape {
  color: #b91f69;
}

.left-arrow-grape.none {
  display: none;
}

.right-arrow-grape {
  color: #b91f69;
}

.right-arrow-grape.none {
  display: none;
}

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

.div-testimonial-card {
  width: 100%;
  height: 420px;
  overflow-y: auto;
  background-color: #f8faee;
  border-radius: 10px;
  flex: 0 33.3%;
  margin: 10px;
  padding: 30px;
}

.div-testimonial-card.white {
  color: #333;
  background-color: #fff;
}

.text-stars {
  color: #fcd53f;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 10px;
  font-family: "Font awesome 5 pro solid 900", sans-serif;
  font-size: 14px;
}

.text-testimonial-card {
  text-align: center;
  margin-bottom: 20px;
}

.text-testimonial-venue {
  text-align: center;
  font-size: 14px;
}

.text-testimonial-venue.small {
  font-size: 13.5px;
}

.div-margin-bottom-40 {
  margin-bottom: 40px;
}

.slide-nav-testimonial-cards {
  opacity: .3;
  display: none;
}

.div-camp-theme {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 30px;
}

.div-camp-theme.right {
  margin-right: 30px;
}

.image-camp-theme {
  border-radius: 10px;
}

.div-flex-child-40 {
  flex: 0 40%;
  margin-right: 20px;
}

.div-flex-child-60 {
  flex: 0 60%;
}

.section-coming-soon {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/sticky-fingers-cooking_cooking-tools-background.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 80px;
}

.text-field-franchise {
  height: 54px;
  background-color: rgba(255, 255, 255, .9);
  margin-bottom: 30px;
}

.div-franchise-form {
  width: 45%;
}

.div-franchise-form.center {
  margin: 40px auto 60px;
}

.paragraph-large {
  font-size: 18px;
}

.h1-recipe-wrapper, .breadcrumb-wrapper {
  width: 75%;
}

.fun-facts-subheader-wrapper {
  margin-bottom: 20px;
}

.div-disclaimer {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}

.image-logo {
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.slider-grape {
  height: 400px;
  object-fit: scale-down;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 100px;
  padding-bottom: 20px;
}

.mask-grape {
  width: 30.3%;
  overflow: visible;
}

.slide-nav {
  display: none;
}

.last-slide-wrapper {
  width: 100vw;
  height: 100%;
  padding-right: 30.3%;
  display: flex;
}

.slide-5, .slide-6, .slide-7 {
  margin: 10px;
}

.slide-8 {
  width: 33.33%;
  margin: 10px;
}

.review-slide {
  width: 100%;
  max-width: none;
  margin-right: 100px;
}

.arrow-fa {
  color: #000;
  font-family: "Font awesome 5 pro solid 900", sans-serif;
}

.div-arrow-right-icon {
  background-color: #fff;
  border-radius: 50px;
  margin: 180px 20px;
  padding: 10px;
  box-shadow: 1px 0 8px rgba(0, 0, 0, .2);
}

.bold-text-2 {
  color: #b91f69;
}

.div-proof {
  width: 328px;
  height: 95px;
  background-color: #fff;
  border-radius: 15px;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 10.68px 1.32px rgba(53, 48, 105, .08);
}

.div-proof-icon {
  width: 64px;
  height: 64px;
  background-color: rgba(110, 151, 181, .1);
  border-radius: 50px;
  flex: none;
  margin-right: 20px;
  padding: 6px;
}

.div-proof-icon.yellow {
  background-color: rgba(150, 164, 53, .1);
}

.div-proof-icon.purple {
  background-color: rgba(179, 54, 116, .1);
}

.div-proof-copy {
  flex-direction: column;
  display: flex;
}

.div-proof-heading {
  flex: 0 auto;
  margin-bottom: 6px;
}

.text-proof-heading {
  color: #98a6ad;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.text-proof {
  font-size: 13px;
  line-height: 1.4em;
}

.bold-text-blue {
  color: #0a6db4;
}

.bold-text-yellow, .bold-text-5 {
  color: #e9aa42;
}

.bold-text-purple {
  color: #a93268;
}

.div-blurb-image {
  margin-right: 20px;
}

.div-modal-recipes {
  width: 70%;
  text-align: center;
  background-color: #fff;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 40px;
  box-shadow: 0 0 10.68px 1.32px rgba(53, 48, 105, .08);
}

.div-modal-recipes-login, .div-modal-recipes-new-account {
  flex: 0 50%;
  align-self: center;
}

.div-modal-recipes-flex {
  display: flex;
}

.div-vertical-break {
  width: 1px;
  border-right: 1px dashed #d6d6d6;
}

.div-new-account {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.text-block.margin-bottom-20 {
  margin-bottom: 20px;
}

.fa-x {
  color: #bcc74f;
  font-family: "Font awesome 6 brands 400", sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.text-block-new-account.margin-bottom-10 {
  margin-bottom: 10px;
}

.link-block-x {
  justify-content: flex-end;
  display: flex;
}

.link-block-x:hover {
  text-decoration: none;
}

.div-block-x {
  margin-right: 25px;
}

.div-button-news {
  width: 200px;
  text-align: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1440px) {
  .slide-1 {
    background-image: radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0) 27%, rgba(255, 255, 255, .8) 85%), url('../images/sticky-fingers-cooking-baking-boot-camp.jpg');
  }

  .div-blurb-image {
    margin-right: 30px;
  }
}

@media screen and (max-width: 991px) {
  .feature-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cards-section, .cards-section.green {
    padding: 60px 20px;
  }

  .card-grids-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .card-grids-container._3-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-slider {
    padding-bottom: 0;
  }

  .grid-logo {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subscribe-form.green {
    padding: 60px 20px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-link {
    border-top-style: none;
    border-bottom: 1px dashed #e0e0e0;
    padding-left: 40px;
  }

  .dropdown-link.mobile {
    display: block;
  }

  .div-login {
    display: none;
  }

  .nav-link {
    border-bottom: 1px dashed #e0e0e0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .nav-link.right {
    border-bottom-style: none;
    padding-right: 20px;
  }

  .nav-link.mobile {
    display: block;
  }

  .dropdown-toggle {
    border-bottom: 1px dashed #e0e0e0;
    display: none;
  }

  .section {
    padding: 60px 20px;
  }

  .subheader.margin-top {
    margin-top: 20px;
  }

  .styleguide-block {
    text-align: center;
  }

  .heading-jumbo {
    margin-top: 20px;
    font-size: 56px;
    line-height: 70px;
  }

  .column-video-copy {
    padding-top: 20px;
    padding-left: 0;
  }

  .button.margin-top.margin-break {
    margin-bottom: 20px;
  }

  .button.margin-right {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .button.create {
    width: auto;
  }

  .image-rotating-food.artichoke {
    z-index: 1;
    width: 80px;
    top: -40px;
  }

  .image-rotating-food.tomato {
    width: 80px;
    top: -45px;
  }

  .image-rotating-food.carrot, .image-rotating-food.radish {
    width: 110px;
    top: -55px;
  }

  .div-event {
    background-size: auto, cover;
    padding: 20px;
  }

  .h2-events {
    width: auto;
    height: 220px;
  }

  .div-slide {
    width: 60%;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-slide._2 {
    padding-top: 180px;
    padding-left: 0;
  }

  .footer-logo.w--current {
    padding-top: 0;
  }

  .contact-link, .contact-link.w--current {
    display: none;
  }

  .div-account-date {
    width: auto;
  }

  .text-account-date {
    line-height: 1.5em;
  }

  .div-menu-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }

  .section-title {
    font-size: 20px;
  }

  .div-active-content {
    padding: 20px;
  }

  .active-content-column-right {
    min-height: 100vh;
    padding-left: 0;
  }

  .div-break._75 {
    width: auto;
  }

  .section-internal-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-content {
    padding-left: 0;
    padding-right: 0;
  }

  .bring-sfc {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-masonry-3-column {
    column-count: 2;
  }

  .tabs-menu {
    flex-direction: column;
    display: flex;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    border-bottom: 1px dashed #e0e0e0;
    border-right-style: none;
    padding-left: 0;
  }

  .tab-link-tab-1.align-left {
    border-bottom: 1px dashed #e0e0e0;
    border-right-style: none;
  }

  .tab-link-tab-2, .tab-link-tab-2.w--current, .tab-link-tab-3 {
    border-bottom: 1px dashed #e0e0e0;
    border-right-style: none;
    padding-left: 0;
  }

  .tab-link-tab-4 {
    border-bottom: 1px dashed #e0e0e0;
    margin-right: 0;
    padding-left: 0;
  }

  .section-banner-style-2 {
    background-position: 0%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-banner {
    padding: 40px 20px;
  }

  .div-blurb {
    width: 90%;
  }

  .div-subscribe-1 {
    flex-basis: 50%;
    margin-right: 20px;
  }

  .div-subscribe-2 {
    flex-basis: 45%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .accordion-wrapper {
    width: auto;
  }

  .accordion-heading {
    padding-right: 20px;
  }

  .section-content {
    padding: 40px 20px 60px;
  }

  .div-content, .div-recipe-content, .div-70, .div-70.margin-bottom {
    width: auto;
  }

  .dropdown {
    display: none;
  }

  .dropdown:hover {
    color: #2b4e64;
  }

  .div-sign-up {
    width: 60%;
  }

  .form-block-sign-up {
    margin-bottom: 0;
  }

  .div-create {
    width: 90%;
  }

  .section-gallery, .section-video {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-dots._100 {
    width: 100%;
  }

  .icon {
    color: #bcc74f;
    font-family: Open Sans, sans-serif;
    font-size: 32px;
    font-weight: 300;
  }

  .footer-flex-child-logo {
    flex-basis: 27%;
  }

  .footer-flex-child-contact {
    flex-basis: 23%;
  }

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

  .dropdown-toggle-mobile {
    border-bottom: 1px dashed #e0e0e0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .dropdown-text-block {
    color: #2b4e64;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Nunito Sans, sans-serif;
    font-size: 13px;
    font-weight: 700;
  }

  .icon-2 {
    color: #bcc74f;
    font-size: 13px;
    font-weight: 800;
  }

  .dropdown-list-mobile {
    background-color: rgba(0, 0, 0, 0);
  }

  .dropdown-list-mobile.w--open {
    background-color: #fff;
  }

  .dropdown-mobile {
    display: block;
  }

  .heading-2 {
    display: none;
  }

  .form-block {
    font-size: 14px;
    line-height: 28px;
  }

  .button-pagination {
    justify-content: center;
  }

  .grid-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .heading-blog-post {
    width: 80%;
  }

  .div-block-blog-post-image {
    padding: 20px;
  }

  .grid-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .section-testimonial-slider {
    background-image: url('../images/cornucopia-trim_v5_Sticky-Fingers-Cooking.png');
    background-size: contain;
  }

  .slider-testimonial {
    height: 400px;
  }

  .div-60 {
    max-width: 70%;
  }

  .columns-5 {
    flex-direction: column-reverse;
    display: flex;
  }

  .columns-6 {
    display: flex;
  }

  .section-sub-nav {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-sub-nav {
    flex-direction: column;
  }

  .link-block-sub-nav {
    border-bottom: 1px dashed #e0e0e0;
    border-right-style: none;
    padding-left: 0;
  }

  .div-image {
    margin-bottom: 140px;
  }

  .div-block-events-large {
    flex-basis: 60%;
    padding-right: 10px;
  }

  .div-block-events-small {
    flex-basis: 40%;
  }

  .columns-video {
    flex-direction: column-reverse;
    display: flex;
  }

  .column-video-player {
    padding-left: 0;
  }

  .div-recipe-child-flex {
    flex-direction: column;
  }

  .div-recipe-child-sidebar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    display: grid;
  }

  .div-ad-unit.compact {
    text-align: center;
    margin-bottom: 40px;
    display: block;
  }

  .div-ad-unit.tower {
    display: none;
  }

  .div-recipe-child-joke {
    margin-bottom: 20px;
  }

  .div-recipe-child-joke.v3, .div-recipe-child-joke.v4, .div-sidebar-cta {
    display: none;
  }

  .div-checkout-sidebar {
    flex-basis: 100%;
    padding-left: 30px;
  }

  .div-checkout-main {
    flex-basis: 100%;
    padding-right: 0;
  }

  .div-flex.center {
    flex-wrap: wrap;
  }

  .div-flex-vertical {
    flex-basis: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-confirmation-links {
    flex-basis: 100%;
  }

  .div-block-recipe-child-sidebar-compact {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-results-filter {
    display: none;
  }

  .div-results-grid {
    flex-basis: 100%;
  }

  .div-gift-card {
    flex-direction: column;
    align-items: stretch;
  }

  .div-gift-card-details {
    padding-left: 0;
  }

  .slider-testimonial-cards {
    height: 520px;
    min-height: 0;
  }

  .div-testimonial-card {
    height: 470px;
    flex-basis: 35%;
  }

  .div-testimonial-card.middle {
    margin-right: 0;
  }

  .div-camp-theme {
    flex: 0 25%;
  }

  .div-camp-theme.right {
    margin-right: 0;
  }

  .div-modal-recipes-login, .div-modal-recipes-new-account {
    align-self: auto;
  }

  .div-modal-recipes-flex {
    flex-direction: column;
  }

  .text-block-new-account {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .feature-section, .cta {
    padding: 40px 20px;
  }

  .container.nav {
    align-items: stretch;
  }

  .container.flex.start {
    flex-direction: column;
  }

  .cards-section {
    padding: 40px 20px 60px;
  }

  .card-grids-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-self: stretch;
    padding-bottom: 20px;
  }

  .card-grids-container._3-column, .card-grids-container._3-column.zero-margin {
    grid-template-columns: 1fr 1fr;
  }

  .card-grids-container.dual {
    grid-template-columns: 1fr;
  }

  .grid-logo {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-logo.right {
    border-bottom-style: none;
  }

  .footer, .subscribe-form {
    padding: 40px 20px;
  }

  .slide-1 {
    background-image: radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0) 27%, rgba(255, 255, 255, .8) 80%), url('../images/IMG_6218.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .heading-jumbo-tiny {
    font-size: 16px;
    line-height: 28px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .column-video-copy.video {
    text-align: center;
    margin-bottom: 30px;
  }

  .button.margin-right {
    margin-right: 20px;
  }

  .div-collection-title {
    padding: 15px 10px 15px 15px;
  }

  .image-rotating-food {
    top: -65px;
  }

  .div-slide {
    width: 90%;
    height: 420px;
  }

  .div-slide._2 {
    width: 70%;
    padding-top: 40px;
  }

  .social-link {
    padding-bottom: 10px;
  }

  .paragraph-copyright {
    font-size: 12px;
  }

  .div-footer-contact.address {
    justify-content: flex-start;
  }

  .contact-link, .contact-link.w--current {
    display: block;
  }

  .account-menu-column-left {
    min-height: 0;
  }

  .div-active-content {
    padding: 20px 0 20px 10px;
  }

  .div-breadcrumb {
    flex-direction: row;
  }

  .active-content-column-right {
    min-height: 0;
    border-left: 1px solid #d6d6d6;
  }

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

  .page-nav-list {
    flex-wrap: wrap;
    display: flex;
  }

  .community-grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-news-item {
    align-items: flex-start;
  }

  .image-news {
    width: 140px;
  }

  .tab-link-tab-1.align-left {
    border-bottom: 1px dashed #e0e0e0;
    border-right-style: none;
    padding-right: 0;
  }

  .tab-link-tab-2.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .div-blurb, .accordion-wrapper, .div-content {
    width: auto;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .contact-form-grid {
    margin-top: 20px;
  }

  .column-5 {
    border-bottom: 1px dashed #e0e0e0;
    border-right-style: none;
    padding-bottom: 10px;
  }

  .column-6 {
    border-bottom: 1px dashed #e0e0e0;
    padding-top: 20px;
    padding-left: 0;
  }

  .div-70 {
    width: auto;
  }

  .column-product-image {
    margin-bottom: 20px;
  }

  .column-product-details {
    padding-left: 0;
  }

  .div-sign-up {
    width: 75%;
  }

  .div-create {
    width: auto;
  }

  .div-dots._100 {
    width: 99%;
  }

  .slide-2 {
    background-image: radial-gradient(circle at 100% 100%, rgba(255, 255, 255, .9) 16%, rgba(255, 255, 255, .75) 51%, rgba(255, 255, 255, 0) 100%, #fff), url('../images/sticky-fingers-cooking-summer-camps-001.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slide-3 {
    background-image: radial-gradient(circle at 100% 0, rgba(255, 255, 255, .74) 30%, rgba(255, 255, 255, 0) 72%), url('../images/sticky-fingers-cooking-after-school-enrichment-programs_001.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slide-4 {
    background-image: radial-gradient(circle at 100% 0, rgba(255, 255, 255, .74) 31%, rgba(255, 255, 255, 0) 67%), url('../images/sticky-fingers-cooking-online-summer-camps_001.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .div-popup {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .gift-card {
    width: 80%;
  }

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

  .footer-flex {
    flex-wrap: wrap;
  }

  .footer-flex-child-logo {
    flex-basis: 50%;
  }

  .footer-flex-child-menu {
    flex-basis: 50%;
    order: 1;
    margin-top: 20px;
  }

  .footer-flex-child-contact {
    flex-basis: 50%;
  }

  .form-block {
    font-size: 13px;
  }

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

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .heading-blog-post {
    width: 100%;
    font-size: 36px;
  }

  .div-column-works {
    padding-bottom: 20px;
  }

  .section-testimonial-slider {
    background-image: url('../images/cornucopia-trim_v5_Sticky-Fingers-Cooking.png');
    background-size: contain;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-testimonial {
    padding-top: 50px;
  }

  .text-quote {
    font-size: 34px;
  }

  .columns-6 {
    flex-direction: column-reverse;
    display: flex;
  }

  .div-block-events-small {
    display: none;
  }

  .div-ad-unit.compact {
    margin-bottom: 40px;
  }

  .div-flex.blurb {
    flex-direction: row;
    align-items: center;
  }

  .div-gift-card-image {
    padding: 10px;
  }

  .slider-testimonial-cards {
    height: 640px;
  }

  .slider-testimonial-cards.green.short, .slider-testimonial-cards.short {
    height: 600px;
  }

  .div-testimonial-card {
    height: 620px;
  }

  .div-testimonial-card.white.short, .div-testimonial-card.short {
    height: 540px;
  }

  .review-slide {
    max-width: 380px;
    margin-right: 40px;
  }

  .div-blurb-image {
    flex: none;
  }

  .div-modal-recipes {
    width: 100%;
  }

  .div-button-news {
    margin-top: 20px;
  }

  .slide-nav-2 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .container.nav {
    align-items: flex-end;
  }

  .container.flex {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
  }

  .container.flex.start {
    text-align: left;
  }

  .card-grids-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-grids-container._3-column, .card-grids-container._3-column.zero-margin, .card-grids-container.dual {
    grid-template-columns: 1fr;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subscribe-form-flex {
    flex-direction: column;
    align-items: center;
  }

  .subscribe-form-input-wrapper {
    width: 280px;
  }

  .subscribe-form-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .navigation {
    padding-bottom: 20px;
  }

  .heading-jumbo-small.media {
    font-size: 24px;
  }

  .subheader.white {
    height: auto;
  }

  .subheader.white.left, .subheader.footer-menu {
    text-align: center;
  }

  .subheader.slide {
    text-align: left;
  }

  .subheader.slide.right {
    text-align: right;
  }

  .subheader.product-card, .subheader.tiny.align-left {
    text-align: left;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .button.margin-right {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .button.margin-right.small-font {
    font-size: 13px;
  }

  .button._100 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-slide {
    width: 90%;
    height: 450px;
    padding-top: 130px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-slide._2 {
    width: 90%;
    padding-top: 140px;
  }

  .div-slide._2.upper {
    padding-top: 40px;
  }

  .h1-slider {
    font-size: 36px;
  }

  .align-right, .footer-navigation {
    text-align: center;
  }

  .column-3 {
    padding-left: 0;
  }

  .column-2 {
    padding-right: 0;
  }

  .div-social {
    text-align: center;
    margin-bottom: 20px;
  }

  .text-footer-contact {
    text-align: center;
  }

  .div-footer-contact, .div-footer-contact.address {
    justify-content: center;
  }

  .contact-link, .contact-link.w--current {
    display: none;
  }

  .div-breadcrumb {
    flex-wrap: wrap;
  }

  .div-flex-align-center {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-flex-align-center.session-details {
    flex-direction: row;
  }

  .grid-child-details {
    grid-template-columns: 1fr 2fr;
  }

  .child-details {
    font-size: 14px;
  }

  .text-field {
    width: 260px;
    margin-right: 0;
  }

  .div-form-text-field-flex-left {
    margin-right: 0;
  }

  .preferred-location {
    width: auto;
  }

  .page-nav-list {
    flex-direction: column;
  }

  .community-grid {
    grid-template-columns: 1fr;
  }

  .div-news-item {
    flex-direction: column;
  }

  .image-news {
    margin-bottom: 20px;
  }

  .div-news-details {
    order: 1;
  }

  .div-masonry-3-column, .div-masonry-2-column {
    column-count: 1;
  }

  .div-flex-child-50-rounded.margin-right {
    margin-right: 0;
  }

  .div-flex-horizontal-align-stretch {
    flex-direction: column;
  }

  .section-banner-style-2 {
    background-image: linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .4)), url('../images/sticky-fingers-cooking-banner-6.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .submit-button {
    height: auto;
    border-radius: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .submit-button.order-summary {
    height: 50px;
    border-radius: 0;
  }

  .div-subscribe-1 {
    flex: none;
    margin-right: 0;
  }

  .div-subscribe-2 {
    flex: none;
  }

  .div-block-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-recipes {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-recipe-details {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-faux-button.recipe-child.margin-top {
    max-height: 46px;
    line-height: 1.1em;
  }

  .faux-button.dark {
    line-height: 1.1em;
  }

  .section-login {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .stacked-logo {
    margin-bottom: 0;
  }

  .div-sign-up {
    width: auto;
  }

  .section-sign-up {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slide-4 {
    background-position: 0 0, 50%;
  }

  .div-popup {
    margin-right: 18px;
  }

  .div-block-popup-form {
    flex-basis: 100%;
  }

  .div-block-popup-image {
    display: none;
  }

  .form-popup {
    width: 100%;
  }

  .icon {
    font-weight: 300;
  }

  .gift-card {
    width: 100%;
  }

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

  .footer-flex-child-logo {
    text-align: center;
    flex-basis: 100%;
  }

  .footer-flex-child-menu {
    flex-basis: 100%;
  }

  .footer-flex-child-contact {
    flex-basis: 100%;
    order: 1;
    align-items: flex-start;
    margin-top: 20px;
  }

  .menu-button {
    padding: 0 0 0 20px;
  }

  .brand {
    padding-left: 0;
  }

  .column-8, .column-9, .column-10, .column-11, .column-12, .column-13, .column-14 {
    display: none;
  }

  .heading-2 {
    font-size: 24px;
  }

  .tiny {
    font-size: 14px;
  }

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

  .div-blog-card-details {
    height: 220px;
  }

  .div-block-blog-post-image {
    padding: 10px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .section-testimonial-slider {
    background-image: url('../images/cornucopia-trim_v3_Sticky-Fingers-Cooking.png');
    background-size: contain;
  }

  .slider-testimonial {
    height: 500px;
  }

  .div-60 {
    max-width: 100%;
  }

  .column-recipe-features {
    border-bottom: 1px dashed #d6d6d6;
    border-right-style: none;
  }

  .columns-recipe-features {
    padding: 10px 60px;
  }

  .div-recipe-features-copy {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image-recipe-fun-facts {
    margin-top: 30px;
  }

  .div-recipe-social-flex {
    justify-content: center;
  }

  .div-recipe-child-sidebar {
    grid-template-columns: 1fr;
  }

  .div-recipe-child-joke.v2 {
    display: none;
  }

  .div-flex-horizontal-space-between {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-checkout-sidebar {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-flex.code {
    max-width: 44%;
  }

  .div-flex.blurb {
    flex-direction: column;
  }

  .text-field-code, .select-field-scholarship {
    font-size: 11px;
  }

  .div-confirmation-child {
    flex-direction: column-reverse;
    align-items: center;
  }

  .text-large {
    font-size: 16px;
  }

  .text-edit-child {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .div-block-recipe-child-sidebar-compact {
    grid-template-columns: 1fr;
  }

  .heading-3, .h2-recipe-child {
    text-align: center;
  }

  .div-form-gift-card {
    flex-direction: column;
  }

  .div-form-gift-card-left {
    margin-right: 0;
  }

  .div-gift-card-image {
    padding: 4px;
  }

  .div-camp-theme {
    flex-basis: 40%;
    margin-right: 15px;
  }

  .div-camp-theme.right {
    margin-right: 0;
  }

  .div-camp-theme.right.first {
    margin-right: 15px;
  }

  .div-camp-theme.middle {
    margin-right: 0;
  }

  .review-slide {
    max-width: 240px;
  }
}

#w-node-_82767f34-c81a-1f73-fbdc-705c31f2a939-35fa0793 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ddf579d9-15fd-acdf-4b9a-bc2a58926828-35fa0793 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-effb9720-5dd0-b3ea-2592-29d37efbbbb1-35fa0793 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-a76166b2-f217-1aba-7a39-7d4f1192a53b-35fa0793 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_502b9402-8554-6392-51c8-e3c1b9c371c8-35fa0793 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_4f0e6f34-416c-7313-2def-a7041fcfad7e-35fa0793 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_10216a6d-63d6-9d71-107a-605716b2bf02-35fa0793 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_3cf81a79-026f-8597-12b0-d74e83f93d36-35fa0793 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-f77a1f99-78d4-5d21-55d1-97432eba8a5b-35fa0793 {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-_2e4e1a62-f4a7-7025-eef4-3d637b6545c7-35fa0793 {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-a21101ec-165b-0dca-a2a8-7ba05d2d1b99-35fa0793 {
  grid-area: 10 / 1 / 11 / 2;
}

#w-node-_998f7673-2af9-5f9a-9f59-7d15c9864e96-35fa0793 {
  grid-area: 10 / 2 / 11 / 3;
}

#w-node-_6719412f-4a04-fe6e-d608-82aef6d33df4-35fa0793 {
  grid-area: 11 / 1 / 12 / 2;
}

#w-node-_0bc185c8-843c-df59-7565-22d772fd569a-35fa0793 {
  grid-area: 11 / 2 / 12 / 3;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae7666-35fa0793 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae7669-35fa0793 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae7672-35fa0793 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae7678-35fa0793 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae767b-35fa0793 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae7681-35fa0793 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae7684-35fa0793 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae768a-35fa0793 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae7696-35fa0793 {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae769c-35fa0793 {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae76a5-35fa0793 {
  grid-area: 10 / 1 / 11 / 2;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae76a8-35fa0793 {
  grid-area: 10 / 2 / 11 / 3;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae76ae-35fa0793 {
  grid-area: 11 / 1 / 12 / 2;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae76b1-35fa0793 {
  grid-area: 11 / 2 / 12 / 3;
}

#w-node-_82767f34-c81a-1f73-fbdc-705c31f2a939-7f961691 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ddf579d9-15fd-acdf-4b9a-bc2a58926828-7f961691 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-effb9720-5dd0-b3ea-2592-29d37efbbbb1-7f961691 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-b51f4507-70b5-7dd3-1716-f5422b6835b8-2b68359f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e651c7cb-9f9a-6dab-d6d5-a393b60dc97d-7d6aa6b9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4614ae81-d5cd-a00c-43b9-2750129d5f04-7d6aa6b9 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3ea9ac1b-2924-a7a1-dd12-b93a817b7fa7-7d6aa6b9 {
  order: -9999;
}

#w-node-f2d82627-609f-4600-6087-ebec42b59677-7d6aa6b9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b8cde816-80f2-689d-fac9-8baa92e9d730-7d6aa6b9 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b4b6e99e-f26e-1aea-3ca0-53bf58041151-7d6aa6b9 {
  order: -9999;
}

#w-node-_17cd3cf1-04e1-445c-83f3-5391ffd5aea6-7d6aa6b9 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b8b36986-68da-194e-c013-e1b6faa28813-3a5f5c2e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3ef842a7-ea9e-4155-fd87-2a3fd4856271-617b4b76 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d8f4b67f-01c3-a698-6d4f-3b4b2eae5dd7-99a139ec {
  order: -9999;
}

#w-node-ae29a82f-d353-3309-7c32-ee0b26813c1d-f3203215 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acc7e794-3bda-5bd7-887a-324122395ac9-f3203215 {
  order: -9999;
}

#w-node-_8d5a63f1-95a8-76bd-d2dd-0a8b8606f4db-f3203215, #w-node-_7e33793e-d757-9bed-0ab5-35d1ed6ffded-1e6520e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e33793e-d757-9bed-0ab5-35d1ed6ffe11-1e6520e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_7e33793e-d757-9bed-0ab5-35d1ed6ffe15-1e6520e9 {
  align-self: start;
}

#w-node-ddb4ad00-c4c2-63cd-139b-07677f37a6a0-1e6520e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-b6c85c9b-faf3-1879-eee8-c24756144ae3-1e6520e9 {
  align-self: start;
}

#w-node-ae29a82f-d353-3309-7c32-ee0b26813c1d-388849e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acc7e794-3bda-5bd7-887a-324122395ac9-388849e8 {
  order: -9999;
}

#w-node-_8d5a63f1-95a8-76bd-d2dd-0a8b8606f4db-388849e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e651c7cb-9f9a-6dab-d6d5-a393b60dc97d-9fe7d5eb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4614ae81-d5cd-a00c-43b9-2750129d5f04-9fe7d5eb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3ea9ac1b-2924-a7a1-dd12-b93a817b7fa7-9fe7d5eb {
  order: -9999;
}

#w-node-f2d82627-609f-4600-6087-ebec42b59677-9fe7d5eb {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8d5a63f1-95a8-76bd-d2dd-0a8b8606f4db-1178196d, #w-node-ae29a82f-d353-3309-7c32-ee0b26813c1d-1178196d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acc7e794-3bda-5bd7-887a-324122395ac9-1178196d {
  order: -9999;
}

#w-node-_9d3de720-0338-dfdd-accb-747189244858-1178196d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b51f4507-70b5-7dd3-1716-f5422b6835b8-2b68359f, #w-node-_9d3de720-0338-dfdd-accb-747189244858-1178196d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e651c7cb-9f9a-6dab-d6d5-a393b60dc97d-7d6aa6b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4614ae81-d5cd-a00c-43b9-2750129d5f04-7d6aa6b9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f2d82627-609f-4600-6087-ebec42b59677-7d6aa6b9, #w-node-b8cde816-80f2-689d-fac9-8baa92e9d730-7d6aa6b9, #w-node-_17cd3cf1-04e1-445c-83f3-5391ffd5aea6-7d6aa6b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c03d3e01-11cf-ed7e-0764-b9a55cf05fde-f3203215, #w-node-_3be0d660-6bac-1fca-047a-7ef992d6736e-f3203215, #w-node-_948701ef-32cc-7857-d564-3ee8d7e0ee7b-f3203215, #w-node-_5d6c1700-7d04-9fea-4a76-786c7dcdaff2-f3203215, #w-node-_6ddca0ef-abbc-9f71-7206-a1cf584a8483-f3203215, #w-node-c4213899-eeb8-9e4d-f107-842a018b49ef-f3203215, #w-node-_1cde5c5f-d549-b356-451a-373fc35ce49d-f3203215, #w-node-c03d3e01-11cf-ed7e-0764-b9a55cf05fde-388849e8, #w-node-_3be0d660-6bac-1fca-047a-7ef992d6736e-388849e8, #w-node-_948701ef-32cc-7857-d564-3ee8d7e0ee7b-388849e8, #w-node-_5d6c1700-7d04-9fea-4a76-786c7dcdaff2-388849e8, #w-node-_6ddca0ef-abbc-9f71-7206-a1cf584a8483-388849e8, #w-node-c4213899-eeb8-9e4d-f107-842a018b49ef-388849e8, #w-node-_1cde5c5f-d549-b356-451a-373fc35ce49d-388849e8 {
    justify-self: center;
  }

  #w-node-e651c7cb-9f9a-6dab-d6d5-a393b60dc97d-9fe7d5eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4614ae81-d5cd-a00c-43b9-2750129d5f04-9fe7d5eb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f2d82627-609f-4600-6087-ebec42b59677-9fe7d5eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c03d3e01-11cf-ed7e-0764-b9a55cf05fde-96fe62d5, #w-node-_3be0d660-6bac-1fca-047a-7ef992d6736e-96fe62d5, #w-node-_948701ef-32cc-7857-d564-3ee8d7e0ee7b-96fe62d5, #w-node-_5d6c1700-7d04-9fea-4a76-786c7dcdaff2-96fe62d5, #w-node-_6ddca0ef-abbc-9f71-7206-a1cf584a8483-96fe62d5, #w-node-c4213899-eeb8-9e4d-f107-842a018b49ef-96fe62d5, #w-node-_1cde5c5f-d549-b356-451a-373fc35ce49d-96fe62d5, #w-node-c03d3e01-11cf-ed7e-0764-b9a55cf05fde-1178196d, #w-node-_3be0d660-6bac-1fca-047a-7ef992d6736e-1178196d, #w-node-_948701ef-32cc-7857-d564-3ee8d7e0ee7b-1178196d, #w-node-_5d6c1700-7d04-9fea-4a76-786c7dcdaff2-1178196d, #w-node-_6ddca0ef-abbc-9f71-7206-a1cf584a8483-1178196d, #w-node-c4213899-eeb8-9e4d-f107-842a018b49ef-1178196d, #w-node-_1cde5c5f-d549-b356-451a-373fc35ce49d-1178196d {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b51f4507-70b5-7dd3-1716-f5422b6835b8-2b68359f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3ef842a7-ea9e-4155-fd87-2a3fd4856261-617b4b76, #w-node-_3ef842a7-ea9e-4155-fd87-2a3fd4856265-617b4b76, #w-node-_3ef842a7-ea9e-4155-fd87-2a3fd4856269-617b4b76, #w-node-_3ef842a7-ea9e-4155-fd87-2a3fd485626d-617b4b76 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9d3de720-0338-dfdd-accb-747189244858-1178196d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 pro solid 900';
  src: url('../fonts/Font-Awesome-5-Pro-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 pro 300';
  src: url('../fonts/Font-Awesome-5-Pro-Light-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 pro 400';
  src: url('../fonts/Font-Awesome-5-Pro-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 duotone solid 900';
  src: url('../fonts/Font-Awesome-5-Duotone-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 6 brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}