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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

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

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

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

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

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

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

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

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: 0px;
  list-style-type: none;
}

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

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

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

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

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

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

.container.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.container.flex.start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.slider {
  height: 540px;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.subscribe-form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

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

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

.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 {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
}

.slide-1 {
  background-image: radial-gradient(circle farthest-corner at 100% 100%, hsla(0, 0%, 100%, 0) 27%, hsla(0, 0%, 100%, 0.8) 85%), url('../images/IMG_6218.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.nav-bar-shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -999;
  background-color: #fff;
  box-shadow: 0 0 3px 7px hsla(0, 0%, 40%, 0.05);
}

.text-fa {
  font-family: 'Fa 400', sans-serif;
  font-size: 18px;
}

.text-fa.padded {
  padding-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 13px;
}

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

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

.text-fa.checklist {
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #2b4e64;
  font-size: 20px;
}

.div-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

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

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

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

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

.link-block-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #bcc74f;
  font-size: 13px;
  text-decoration: none;
}

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

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

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

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

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

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

.heading-jumbo-small.white {
  font-family: 'Open Sans', sans-serif;
  color: #f5f5f5;
  font-style: italic;
  font-weight: 400;
}

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

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

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

.subheader.white {
  color: #fff;
}

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

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

.subheader.zero-margin {
  margin-bottom: 0px;
}

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

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

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

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

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

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

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

.heading-jumbo-tiny.white {
  color: #f5f5f5;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

.button.grey:hover {
  background-color: transparent;
  color: #c1c1c1;
}

.button.recipes {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

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

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

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

.button.create {
  display: block;
}

.button.hover-dark {
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
}

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

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

.div-collection {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  box-shadow: 4px 4px 25px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

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

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

.div-collection-title {
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(188, 199, 79, 0.92)), to(rgba(188, 199, 79, 0.92))), url('../images/226294.png');
  background-image: linear-gradient(180deg, rgba(188, 199, 79, 0.92), rgba(188, 199, 79, 0.92)), url('../images/226294.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.div-collection-title.pink {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(161, 53, 108, 0.92)), to(rgba(161, 53, 108, 0.92))), url('../images/226294.png');
  background-image: linear-gradient(180deg, rgba(161, 53, 108, 0.92), rgba(161, 53, 108, 0.92)), url('../images/226294.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.div-collection-title.blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 78, 100, 0.92)), to(rgba(43, 78, 100, 0.92))), url('../images/226294.png');
  background-image: linear-gradient(180deg, rgba(43, 78, 100, 0.92), rgba(43, 78, 100, 0.92)), url('../images/226294.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.div-collection-title.orange {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(211, 97, 60, 0.92)), to(rgba(211, 97, 60, 0.92))), url('../images/226294.png');
  background-image: linear-gradient(180deg, rgba(211, 97, 60, 0.92), rgba(211, 97, 60, 0.92)), url('../images/226294.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.div-75 {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding-right: 150px;
  padding-bottom: 40px;
  padding-left: 150px;
}

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

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

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

.white {
  color: #fff;
}

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

.div-event {
  height: 360px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, hsla(0, 0%, 100%, 0) 6%, hsla(0, 0%, 100%, 0.98) 89%), url('../images/sticky-fingers-cooking-birthday-parties-for-kids_003.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 4px 4px 25px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

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

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

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

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

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

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

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

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

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

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact-link {
  padding-right: 15px;
  font-family: 'Fa solid 900', sans-serif;
  color: #bcc74f;
  font-size: 18px;
  text-align: left;
}

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

.link-footer {
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  color: #6694b2;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.div-breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

.div-section-content.white {
  border: 1px solid #f2f2f2;
  background-color: transparent;
}

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

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

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

.div-flex-align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.link-session {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #b5be00;
  font-weight: 600;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

.div-section-title-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.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, 0.27);
}

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

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

.link-fa-solid {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Fa solid 900', sans-serif;
  color: #bcc74f;
  font-size: 22px;
  text-decoration: none;
}

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

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

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

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

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

.div-form-text-field-flex-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  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 {
  overflow: auto;
  height: 200px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #d6d6d6;
}

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

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

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

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

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

.section-internal-hero.blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 78, 100, 0.95)), to(rgba(43, 78, 100, 0.95))), url('../images/226294.png');
  background-image: linear-gradient(180deg, rgba(43, 78, 100, 0.95), rgba(43, 78, 100, 0.95)), url('../images/226294.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 400px;
}

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

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

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

.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 {
  border-bottom: 1px solid #bcc74f;
  color: #b9bf15;
}

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

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

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

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

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

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

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

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

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

.div-rounded {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

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

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

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

.image-news {
  width: 200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.small.green {
  color: #b5be00;
}

.small._333 {
  color: #333;
}

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

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

.tab-link-tab-1 {
  border-right: 1px dashed #e0e0e0;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #2b4e64;
}

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

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

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

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

.tab-link-tab-2 {
  border-right: 1px dashed #e0e0e0;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #2b4e64;
}

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

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

.tab-link-tab-2.no-border {
  border-right-style: none;
}

.tab-link-tab-3 {
  border-right: 1px dashed #e0e0e0;
  background-color: transparent;
  color: #2b4e64;
}

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

.tab-link-tab-3.w--current {
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #bcc74f;
}

.tab-link-tab-4 {
  margin-right: 10px;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #2b4e64;
}

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

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

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

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

.div-flex-horizontal-align-stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-session-content {
  padding-top: 50px;
  padding-bottom: 60px;
}

.section-banner-style-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #f8faee;
  border-bottom: 1px solid #f8faee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('../images/sticky-fingers-cooking-banner-6.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('../images/sticky-fingers-cooking-banner-6.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

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

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.search-input {
  height: 50px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 40%;
  -ms-flex: 0 40%;
  flex: 0 40%;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.search-button {
  height: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 10%;
  -ms-flex: 0 10%;
  flex: 0 10%;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #bcc74f;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

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

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

.div-session {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-session {
  width: 100px;
  margin-right: 20px;
}

.div-session-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.div-blurb {
  width: 70%;
}

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

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

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

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

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

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

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

.accordion-wrapper {
  width: 75%;
}

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

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

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

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

.down-arrow {
  width: 26px;
}

.accordion-heading {
  margin-top: 0px;
  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 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

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

.div-recipes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

.breadcrumb {
  font-size: 13px;
}

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

.div-70 {
  width: 70%;
}

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

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

.fa-large {
  padding-right: 30px;
  font-family: 'Fa solid 900', sans-serif;
  color: #2b4e64;
  font-size: 30px;
}

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

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

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

.column-7 {
  padding-left: 40px;
}

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

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

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

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

.dropdown {
  color: #2b4e64;
}

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

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

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

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

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

.div-faux-button.recipe-results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-color: #bcc74f;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-grid {
  grid-template-areas: "Area Area Area-2"
    "Area Area Area-2";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 160px 160px 240px;
  grid-template-rows: 160px 160px 240px;
}

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

.div-block-9 {
  background-image: url('../images/sticky-fingers-cooking-birthday-parties-for-kids_001.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-9.family {
  background-image: url('../images/IMG_1961.jpg');
  background-position: 50% 50%;
}

.div-block-10 {
  background-image: url('../images/sticky-fingers-cooking-birthday-parties-for-kids_007.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-10.family {
  background-image: url('../images/IMG_1835.jpg');
  background-position: 50% 40%;
}

.div-block-11 {
  background-image: url('../images/sticky-fingers-cooking-birthday-parties-for-kids_006.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-11.family {
  background-image: url('../images/IMG_0247.jpg');
}

.div-block-12 {
  background-image: url('../images/sticky-fingers-cooking-birthday-parties-for-kids_003.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-12.family {
  background-image: url('../images/IMG_1621.jpg');
  background-position: 50% 50%;
}

.div-block-13 {
  background-image: url('../images/sticky-fingers-cooking-birthday-parties-for-kids_004.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-13.family {
  background-image: url('../images/IMG_1701.jpg');
}

.section-testimonials {
  padding-top: 80px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 78, 100, 0.96)), to(rgba(43, 78, 100, 0.96))), url('../images/226294.png');
  background-image: linear-gradient(180deg, rgba(43, 78, 100, 0.96), rgba(43, 78, 100, 0.96)), url('../images/226294.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 400px;
}

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

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

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

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

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

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

.slider-testimonials {
  background-color: transparent;
}

.div-slide-testimonial {
  position: relative;
  text-align: center;
}

.slide-nav {
  position: relative;
  margin-top: 20px;
}

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

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

.div-mark {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  text-align: left;
}

.text-testimonial {
  margin-bottom: 15px;
  color: #f5f5f5;
  font-size: 32px;
  line-height: 1.6em;
  font-style: italic;
  font-weight: 400;
}

.slide-family-testimonial-1 {
  padding-right: 160px;
  padding-left: 160px;
}

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

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

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

.div-timezone {
  margin-top: 10px;
  padding: 10px;
  background-color: #f8faee;
}

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

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

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

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

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

.div-block-popup-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 55%;
  -ms-flex: 0 55%;
  flex: 0 55%;
}

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

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

.form-popup {
  width: 290px;
}

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

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

.x {
  padding: 8px;
  float: right;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Fa 400', sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.x:hover {
  font-family: 'Fa solid 900', sans-serif;
  text-decoration: none;
}

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

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

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

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

.div-total.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Open Sans', sans-serif;
}

.form-scholarships {
  width: 30%;
}

.select-field-scholarships {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}

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

.footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

.gallery-mobile {
  display: none;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

.div-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-2 {
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 60px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 60px 4fr;
  grid-template-columns: 1fr 4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

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

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

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

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

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

.text-arrow {
  font-family: 'Fa solid 900', sans-serif;
  color: #bcc74f;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 400;
}

.div-collections-accordion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.link-pagination:hover {
  opacity: 0.4;
}

.link-pagination:active {
  opacity: 0.4;
}

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

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

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

.div-product {
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

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

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

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

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

.product-title {
  font-family: 'Nunito Sans', sans-serif;
  color: #2b4e64;
  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 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

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

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

.div-blog-card-image-wrapper {
  position: relative;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

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

.div-blog-card-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

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

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

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

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

.center {
  text-align: center;
}

.section-banner-style-events {
  padding: 40px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.7)), to(hsla(0, 0%, 100%, 0.7))), url('../images/226820_StickyFingers_FruitToTile_Cornucopia_650.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0.7)), url('../images/226820_StickyFingers_FruitToTile_Cornucopia_650.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, repeat-x;
}

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

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

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

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

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

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

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

.slider-testimonial {
  padding-top: 30px;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

.div-sub-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

.div-image {
  margin-bottom: 100px;
  padding: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.4)), to(hsla(0, 0%, 100%, 0.4))), url('../images/226820_StickyFingers_FruitToTile_Cornucopia_650.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4)), url('../images/226820_StickyFingers_FruitToTile_Cornucopia_650.png');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.div-image.version-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.4)), to(hsla(0, 0%, 100%, 0.4))), url('../images/226820_StickyFingers_FruitToTile3_Cornucopia_650.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4)), url('../images/226820_StickyFingers_FruitToTile3_Cornucopia_650.png');
}

.div-image.version-3.bottom {
  margin-bottom: 0px;
}

.div-image.version-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.4)), to(hsla(0, 0%, 100%, 0.4))), url('../images/226820_StickyFingers_FruitToTile2_Cornucopia_650.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4)), url('../images/226820_StickyFingers_FruitToTile2_Cornucopia_650.png');
}

.div-image.version-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.4)), to(hsla(0, 0%, 100%, 0.4))), url('../images/226820_StickyFingers_FruitToTile3_Cornucopia_650.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4)), url('../images/226820_StickyFingers_FruitToTile3_Cornucopia_650.png');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.image-events {
  max-width: 80%;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}

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

.div-block-events-large {
  -webkit-flex-basis: 65%;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
}

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

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

.div-recipe-card {
  overflow: hidden;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.div-recipe-card:hover {
  box-shadow: 0 0 15px 1px rgba(0, 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 {
  margin-bottom: 10px;
  font-family: 'Nunito Sans', sans-serif;
  color: #2b4e64;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 700;
}

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

.bookmark {
  padding-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #bcc74f;
  font-size: 14px;
}

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

.recipe-social-link {
  display: none;
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'Fa brands 400', sans-serif;
  font-size: 24px;
}

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

.recipe-social-link.zero-padding-left {
  padding-left: 0px;
}

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

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

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

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

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

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

.div-scale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

.div-flex-child-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-recipe-child-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.div-recipe-child-joke {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/226820_StickyFingers_FruitToTile2_Cornucopia_650.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/226820_StickyFingers_FruitToTile2_Cornucopia_650.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.div-recipe-child-joke.v2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6))), url('../images/226820_StickyFingers_FruitToTile3_Cornucopia_650.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6)), url('../images/226820_StickyFingers_FruitToTile3_Cornucopia_650.png');
  background-size: auto, auto;
}

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

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

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

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

.div-flex-horizontal-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

.info {
  font-family: 'Fa solid 900', sans-serif;
  color: #bcc74f;
}

.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 {
  font-size: 18px;
}

.text-block-total.large {
  font-size: 18px;
}

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

.div-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.div-flex.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.div-flex.space {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.div-flex.space {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.div-image-order-summary {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f2f2 #f2f2f2 #e0e0e0;
  border-radius: 10px;
  background-color: #fff;
}

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

.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 {
  padding-right: 8px;
  font-family: 'Fa solid 900', sans-serif;
  color: #bcc74f;
  font-size: 13px;
}

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

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

.form-code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

.text-x {
  font-family: 'Fa solid 900', sans-serif;
  color: #bcc74f;
}

.text-x.right-padding {
  padding-left: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

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

.link-block-text-x:hover {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-decoration: none;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed #e0e0e0;
}

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

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

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

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

.text-edit-child {
  padding-left: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 32px;
}

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

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

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

.div-flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.text-abc.purple.fa {
  font-family: 'Fa solid 900', sans-serif;
}

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

.text-abc.orange.fa {
  font-family: 'Fa solid 900', sans-serif;
}

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

.text-abc.blue.fa {
  font-family: 'Fa solid 900', sans-serif;
}

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

.text-abc.tangerine.fa {
  font-family: 'Fa solid 900', sans-serif;
}

.text-abc.fa {
  font-family: 'Fa solid 900', sans-serif;
  line-height: 1.5em;
}

.div-checklist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

  .container.flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

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

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

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

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

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

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

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

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

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

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

  .div-login {
    display: none;
  }

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

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

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

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

  .section {
    padding: 60px 20px;
  }

  .heading-jumbo-small.white.center {
    font-size: 32px;
  }

  .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: 0px;
  }

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

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

  .button.create {
    width: auto;
  }

  .div-75 {
    padding-right: 100px;
    padding-left: 100px;
  }

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

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

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

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

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

  .contact-link {
    display: none;
  }

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

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

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

  .div-menu-item {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

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

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

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

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

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

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

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

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

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

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

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

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

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

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

  .search-input {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }

  .div-session-content {
    width: auto;
  }

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

  .div-blurb {
    width: 90%;
  }

  .zero-margin-top.margin-bottom-10 {
    margin-bottom: 10px;
  }

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

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

  .accordion-wrapper {
    width: auto;
  }

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

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

  .div-content {
    width: auto;
  }

  .div-recipe-content {
    width: auto;
  }

  .div-70 {
    width: auto;
  }

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

  .dropdown {
    display: none;
  }

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

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

  .div-create {
    width: 90%;
  }

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

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

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

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

  .text-testimonial {
    font-size: 24px;
  }

  .text-testimonial.small {
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 400;
    text-align: center;
  }

  .slide-family-testimonial-1 {
    padding-right: 100px;
    padding-left: 100px;
  }

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

  .footer-flex-child-logo {
    -webkit-flex-basis: 27%;
    -ms-flex-preferred-size: 27%;
    flex-basis: 27%;
  }

  .footer-flex-child-contact {
    -webkit-flex-basis: 23%;
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
  }

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

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

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

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

  .dropdown-list-mobile {
    background-color: transparent;
  }

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

  .dropdown-mobile {
    display: block;
  }

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

  .button-pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .blog-grid {
    -ms-grid-columns: 1fr 1fr;
    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;
    -ms-grid-columns: 1fr 1fr;
    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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .columns-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

  .div-sub-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

  .div-block-events-small {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .columns-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

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

  .div-checkout-main {
    padding-right: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

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

  .div-confirmation-links {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

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

  .cta {
    padding: 0px 20px 40px;
  }

  .container.nav {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container.flex.start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider {
    height: 420px;
  }

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

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

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

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

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

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

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

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

  .footer {
    padding: 40px 20px;
  }

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

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

  .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 {
    margin-bottom: 30px;
    text-align: center;
  }

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

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

  .div-75 {
    padding-right: 60px;
    padding-left: 60px;
  }

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

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

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

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

  .div-footer-contact.address {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .contact-link {
    display: block;
  }

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

  .account-menu-column-left {
    min-height: 0vh;
  }

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

  .div-breadcrumb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .columns-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .div-news-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-news {
    width: 140px;
  }

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

  .tab-link-tab-2.w--current {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-link-tab-2.no-border {
    padding-right: 0px;
    padding-left: 0px;
  }

  .search-input {
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }

  .div-blurb {
    width: auto;
  }

  .accordion-wrapper {
    width: auto;
  }

  .div-content {
    width: auto;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .contact-form-grid {
    margin-top: 20px;
  }

  .column-5 {
    padding-bottom: 10px;
    border-bottom: 1px dashed #e0e0e0;
    border-right-style: none;
  }

  .column-6 {
    padding-top: 20px;
    padding-left: 0px;
    border-bottom: 1px dashed #e0e0e0;
  }

  .div-70 {
    width: auto;
  }

  .column-product-image {
    margin-bottom: 20px;
  }

  .column-7 {
    padding-left: 0px;
  }

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

  .div-create {
    width: auto;
  }

  .section-testimonials {
    padding: 60px 20px 100px;
  }

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

  .slider-testimonials {
    height: 400px;
  }

  .div-mark {
    position: static;
    width: 120px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    text-align: center;
  }

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

  .slide-family-testimonial-1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide-2 {
    background-image: radial-gradient(circle farthest-corner at 100% 100%, hsla(0, 0%, 100%, 0.9) 16%, hsla(0, 0%, 100%, 0.75) 51%, hsla(0, 0%, 100%, 0) 100%, #fff), url('../images/sticky-fingers-cooking-summer-camps-001.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

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

  .slide-4 {
    background-image: radial-gradient(circle farthest-corner at 100% 0%, hsla(0, 0%, 100%, 0.74) 31%, hsla(0, 0%, 100%, 0) 67%), url('../images/sticky-fingers-cooking-online-summer-camps_001.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .div-popup {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }

  .gift-card {
    width: 80%;
  }

  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-flex-child-logo {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .footer-flex-child-menu {
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .footer-flex-child-contact {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .form-block {
    font-size: 13px;
  }

  .grid-2 {
    -ms-grid-columns: 25% 75%;
    grid-template-columns: 25% 75%;
  }

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

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

  .heading-blog-post {
    width: 100%;
    font-size: 36px;
  }

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

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

  .slider-testimonial {
    padding-top: 50px;
  }

  .text-quote {
    font-size: 34px;
  }

  .columns-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-events-small {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .container.nav {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .container.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

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

  .slider {
    height: 450px;
  }

  .card-grids-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

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

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

  .subscribe-form-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .subscribe-form-input-wrapper {
    width: 280px;
  }

  .subscribe-form-input {
    margin-bottom: 20px;
    padding-left: 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .navigation {
    padding-bottom: 20px;
  }

  .heading-jumbo-small.white.center {
    font-size: 20px;
    line-height: 1.5em;
  }

  .heading-jumbo-small.media {
    font-size: 24px;
  }

  .subheader.white {
    height: auto;
  }

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

  .subheader.footer-menu {
    text-align: center;
  }

  .heading-jumbo-tiny.white {
    font-size: 14px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

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

  .button.margin-right.small-font {
    font-size: 13px;
  }

  .button._100 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-75 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-slide {
    width: 90%;
    height: 450px;
    padding-top: 130px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-slide._2 {
    width: 90%;
    padding-top: 180px;
  }

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

  .h1-slider {
    font-size: 36px;
  }

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

  .footer-navigation {
    text-align: center;
  }

  .column-3 {
    padding-left: 0px;
  }

  .column-2 {
    padding-right: 0px;
  }

  .div-social {
    margin-bottom: 20px;
    text-align: center;
  }

  .text-footer-contact {
    text-align: center;
  }

  .div-footer-contact {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-footer-contact.address {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact-link {
    display: none;
  }

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

  .div-breadcrumb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-flex-align-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-flex-align-center.session-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .grid-child-details {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }

  .child-details {
    font-size: 14px;
  }

  .text-field {
    width: 260px;
    margin-right: 0px;
  }

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

  .preferred-location {
    width: auto;
  }

  .page-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .div-news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-news {
    margin-bottom: 20px;
  }

  .div-news-details {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

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

  .div-masonry-2-column {
    -webkit-column-count: 1;
    column-count: 1;
  }

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

  .div-flex-horizontal-align-stretch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-banner-style-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.4)), to(hsla(0, 0%, 100%, 0.4))), url('../images/sticky-fingers-cooking-banner-6.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0.4)), url('../images/sticky-fingers-cooking-banner-6.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search-input {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .search-button {
    height: auto;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    border-radius: 100px;
  }

  .div-session {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-session {
    margin-bottom: 10px;
  }

  .submit-button {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 100px;
  }

  .submit-button.order-summary {
    height: 50px;
    border-radius: 0px;
  }

  .div-subscribe-1 {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-subscribe-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-8 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-recipes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-recipe-details {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .section-login {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .div-sign-up {
    width: auto;
  }

  .section-sign-up {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .gallery-grid {
    display: none;
    grid-auto-columns: 1fr;
    grid-column-gap: 17px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 160px;
    grid-template-rows: 160px;
  }

  .div-mark {
    position: static;
    width: 100px;
    text-align: center;
  }

  .text-testimonial {
    font-size: 18px;
  }

  .slide-4 {
    background-position: 0px 0px, 50% 50%;
  }

  .div-popup {
    margin-right: 18px;
  }

  .div-block-popup-form {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .div-block-popup-image {
    display: none;
  }

  .form-popup {
    width: 100%;
  }

  .select-field-scholarships {
    width: 240px;
  }

  .icon {
    font-weight: 300;
  }

  .gift-card {
    width: 100%;
  }

  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-flex-child-logo {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }

  .footer-flex-child-menu {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .footer-flex-child-contact {
    margin-top: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .menu-button {
    padding: 0px 0px 0px 20px;
  }

  .brand {
    padding-left: 0px;
  }

  .gallery-mobile {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 200px 200px 200px 200px 200px;
    grid-template-rows: 200px 200px 200px 200px 200px;
  }

  .div-block-17 {
    background-image: url('../images/sticky-fingers-cooking-birthday-parties-for-kids_001.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-18 {
    background-image: url('../images/sticky-fingers-cooking-birthday-parties-for-kids_006.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-19 {
    background-image: url('../images/sticky-fingers-cooking-birthday-parties-for-kids_003.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-20 {
    background-image: url('../images/sticky-fingers-cooking-summer-camps-001.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-21 {
    background-image: url('../images/sticky-fingers-cooking-birthday-parties-for-kids_007.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .column-8 {
    display: none;
  }

  .column-9 {
    display: none;
  }

  .column-10 {
    display: none;
  }

  .column-11 {
    display: none;
  }

  .column-12 {
    display: none;
  }

  .column-13 {
    display: none;
  }

  .column-14 {
    display: none;
  }

  .heading-2 {
    font-size: 24px;
  }

  .tiny {
    font-size: 14px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 200px 200px 200px 200px 200px;
    grid-template-rows: 200px 200px 200px 200px 200px;
  }

  .div-block-23 {
    background-image: url('../images/IMG_1961.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-24 {
    background-image: url('../images/IMG_0247.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-25 {
    background-image: url('../images/IMG_1701.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-26 {
    background-image: url('../images/IMG_1621.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-27 {
    background-image: url('../images/IMG_1835.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .grid-2 {
    -ms-grid-columns: 30% 70%;
    grid-template-columns: 30% 70%;
  }

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

  .div-blog-card-details {
    height: 220px;
  }

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

  .grid-4 {
    -ms-grid-columns: 1fr;
    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%;
  }

  .div-checkout-sidebar {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-flex.code {
    max-width: 44%;
  }

  .text-field-code {
    font-size: 11px;
  }

  .select-field-scholarship {
    font-size: 11px;
  }

  .div-confirmation-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-large {
    font-size: 16px;
  }

  .text-edit-child {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
  }
}

#w-node-_8d5a63f1-95a8-76bd-d2dd-0a8b8606f4db-e2166c07 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-acc7e794-3bda-5bd7-887a-324122395ac9-e2166c07 {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#w-node-_82767f34-c81a-1f73-fbdc-705c31f2a939-35fa0793 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-ddf579d9-15fd-acdf-4b9a-bc2a58926828-35fa0793 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-effb9720-5dd0-b3ea-2592-29d37efbbbb1-35fa0793 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-a76166b2-f217-1aba-7a39-7d4f1192a53b-35fa0793 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-_502b9402-8554-6392-51c8-e3c1b9c371c8-35fa0793 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-_4f0e6f34-416c-7313-2def-a7041fcfad7e-35fa0793 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-_10216a6d-63d6-9d71-107a-605716b2bf02-35fa0793 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-_3cf81a79-026f-8597-12b0-d74e83f93d36-35fa0793 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
}

#w-node-f77a1f99-78d4-5d21-55d1-97432eba8a5b-35fa0793 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 8;
  grid-row-start: 8;
  -ms-grid-row-span: 1;
  grid-row-end: 9;
}

#w-node-_2e4e1a62-f4a7-7025-eef4-3d637b6545c7-35fa0793 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 9;
  grid-row-start: 9;
  -ms-grid-row-span: 1;
  grid-row-end: 10;
}

#w-node-a21101ec-165b-0dca-a2a8-7ba05d2d1b99-35fa0793 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 10;
  grid-row-start: 10;
  -ms-grid-row-span: 1;
  grid-row-end: 11;
}

#w-node-_998f7673-2af9-5f9a-9f59-7d15c9864e96-35fa0793 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 10;
  grid-row-start: 10;
  -ms-grid-row-span: 1;
  grid-row-end: 11;
}

#w-node-_6719412f-4a04-fe6e-d608-82aef6d33df4-35fa0793 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 11;
  grid-row-start: 11;
  -ms-grid-row-span: 1;
  grid-row-end: 12;
}

#w-node-_0bc185c8-843c-df59-7565-22d772fd569a-35fa0793 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 11;
  grid-row-start: 11;
  -ms-grid-row-span: 1;
  grid-row-end: 12;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae7666-35fa0793 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae7669-35fa0793 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae7672-35fa0793 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae7678-35fa0793 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae767b-35fa0793 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae7681-35fa0793 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae7684-35fa0793 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae768a-35fa0793 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae7696-35fa0793 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 8;
  grid-row-start: 8;
  -ms-grid-row-span: 1;
  grid-row-end: 9;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae769c-35fa0793 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 9;
  grid-row-start: 9;
  -ms-grid-row-span: 1;
  grid-row-end: 10;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae76a5-35fa0793 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 10;
  grid-row-start: 10;
  -ms-grid-row-span: 1;
  grid-row-end: 11;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae76a8-35fa0793 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 10;
  grid-row-start: 10;
  -ms-grid-row-span: 1;
  grid-row-end: 11;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae76ae-35fa0793 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 11;
  grid-row-start: 11;
  -ms-grid-row-span: 1;
  grid-row-end: 12;
}

#w-node-de23a3f3-a6e7-5138-8f2e-e86578ae76b1-35fa0793 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 11;
  grid-row-start: 11;
  -ms-grid-row-span: 1;
  grid-row-end: 12;
}

#w-node-_82767f34-c81a-1f73-fbdc-705c31f2a939-7f961691 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-ddf579d9-15fd-acdf-4b9a-bc2a58926828-7f961691 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-effb9720-5dd0-b3ea-2592-29d37efbbbb1-7f961691 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-b51f4507-70b5-7dd3-1716-f5422b6835b8-2b68359f {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_96dba6f5-41ce-7031-2256-d662f5f0d313-ceb5b482 {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#w-node-e651c7cb-9f9a-6dab-d6d5-a393b60dc97d-7d6aa6b9 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_4614ae81-d5cd-a00c-43b9-2750129d5f04-7d6aa6b9 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_3ea9ac1b-2924-a7a1-dd12-b93a817b7fa7-7d6aa6b9 {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#w-node-f2d82627-609f-4600-6087-ebec42b59677-7d6aa6b9 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-b8cde816-80f2-689d-fac9-8baa92e9d730-7d6aa6b9 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-b4b6e99e-f26e-1aea-3ca0-53bf58041151-7d6aa6b9 {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#w-node-_17cd3cf1-04e1-445c-83f3-5391ffd5aea6-7d6aa6b9 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-b8b36986-68da-194e-c013-e1b6faa28813-3a5f5c2e {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_3ef842a7-ea9e-4155-fd87-2a3fd4856271-617b4b76 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-d8f4b67f-01c3-a698-6d4f-3b4b2eae5dd7-99a139ec {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#w-node-b947616b-835a-ad05-6f0b-83cdff9fe232-f3741f1d {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

#w-node-_0689da55-8a8e-eb75-8ffc-bc66f474ad52-f3741f1d {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: Area;
}

#w-node-b947616b-835a-ad05-6f0b-83cdff9fe232-3336517d {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

#w-node-_0689da55-8a8e-eb75-8ffc-bc66f474ad52-3336517d {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: Area;
}

#w-node-_9e6d4a4b-8f3f-9527-77d2-4683945fd169-f70d2c10 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_9e6d4a4b-8f3f-9527-77d2-4683945fd16a-f70d2c10 {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#w-node-_0aaba202-ca41-4567-2296-b888be4c3d4b-f70d2c10 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_0aaba202-ca41-4567-2296-b888be4c3d4c-f70d2c10 {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#w-node-_9e6d4a4b-8f3f-9527-77d2-4683945fd169-7a4d72c1 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_9e6d4a4b-8f3f-9527-77d2-4683945fd16a-7a4d72c1 {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#w-node-_0aaba202-ca41-4567-2296-b888be4c3d4b-7a4d72c1 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_0aaba202-ca41-4567-2296-b888be4c3d4c-7a4d72c1 {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#w-node-_8599f121-af11-8df4-b872-f65b9adf96be-4b6e14ef {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-eb3fa687-7b81-8665-a345-004f14f1794b-4b6e14ef {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-cfe5ee01-b93b-ea75-679b-8d359929dc34-4b6e14ef {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a17b1d07-f590-8ce2-f740-a70c6b1cfed6-e275b733 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-ae29a82f-d353-3309-7c32-ee0b26813c1d-f3203215 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-acc7e794-3bda-5bd7-887a-324122395ac9-f3203215 {
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#w-node-_8d5a63f1-95a8-76bd-d2dd-0a8b8606f4db-f3203215 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-b947616b-835a-ad05-6f0b-83cdff9fe232-bd0e53b9 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

#w-node-_0689da55-8a8e-eb75-8ffc-bc66f474ad52-bd0e53b9 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: Area;
}

#w-node-b947616b-835a-ad05-6f0b-83cdff9fe232-8e9968a9 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

#w-node-_0689da55-8a8e-eb75-8ffc-bc66f474ad52-8e9968a9 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: Area;
}

#w-node-b947616b-835a-ad05-6f0b-83cdff9fe232-ddfec58d {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

#w-node-_0689da55-8a8e-eb75-8ffc-bc66f474ad52-ddfec58d {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: Area;
}

#w-node-a17b1d07-f590-8ce2-f740-a70c6b1cfed6-ad63c508 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_7e33793e-d757-9bed-0ab5-35d1ed6ffded-1e6520e9 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_7e33793e-d757-9bed-0ab5-35d1ed6ffe11-1e6520e9 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_7e33793e-d757-9bed-0ab5-35d1ed6ffe15-1e6520e9 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ddb4ad00-c4c2-63cd-139b-07677f37a6a0-1e6520e9 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b6c85c9b-faf3-1879-eee8-c24756144ae3-1e6520e9 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-b51f4507-70b5-7dd3-1716-f5422b6835b8-2b68359f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e651c7cb-9f9a-6dab-d6d5-a393b60dc97d-7d6aa6b9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4614ae81-d5cd-a00c-43b9-2750129d5f04-7d6aa6b9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-f2d82627-609f-4600-6087-ebec42b59677-7d6aa6b9 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-b8cde816-80f2-689d-fac9-8baa92e9d730-7d6aa6b9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_17cd3cf1-04e1-445c-83f3-5391ffd5aea6-7d6aa6b9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9e6d4a4b-8f3f-9527-77d2-4683945fd169-f70d2c10 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0aaba202-ca41-4567-2296-b888be4c3d4b-f70d2c10 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9e6d4a4b-8f3f-9527-77d2-4683945fd169-7a4d72c1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0aaba202-ca41-4567-2296-b888be4c3d4b-7a4d72c1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c03d3e01-11cf-ed7e-0764-b9a55cf05fde-f3203215 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3be0d660-6bac-1fca-047a-7ef992d6736e-f3203215 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_948701ef-32cc-7857-d564-3ee8d7e0ee7b-f3203215 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5d6c1700-7d04-9fea-4a76-786c7dcdaff2-f3203215 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6ddca0ef-abbc-9f71-7206-a1cf584a8483-f3203215 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c4213899-eeb8-9e4d-f107-842a018b49ef-f3203215 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1cde5c5f-d549-b356-451a-373fc35ce49d-f3203215 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b51f4507-70b5-7dd3-1716-f5422b6835b8-2b68359f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3ef842a7-ea9e-4155-fd87-2a3fd4856261-617b4b76 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3ef842a7-ea9e-4155-fd87-2a3fd4856265-617b4b76 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3ef842a7-ea9e-4155-fd87-2a3fd4856269-617b4b76 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3ef842a7-ea9e-4155-fd87-2a3fd485626d-617b4b76 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}