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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #585858;
  flex-direction: column;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  line-height: 1.7em;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: #d20f8a;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: #d20f8a;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  color: #444;
  margin-bottom: 12px;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  line-height: 1.7em;
}

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

a:hover {
  color: #444;
  text-decoration: none;
}

a:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #d20f8a;
}

a[data-wf-focus-visible] {
  outline-offset: 2px;
  outline: 2px solid #d20f8a;
}

ul {
  color: #d20f8a;
  margin-top: 0;
  margin-bottom: 18px;
  padding-left: 30px;
  list-style-type: square;
}

li {
  color: #444;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 1.6em;
}

img {
  max-width: 100%;
  margin-bottom: 12px;
  display: inline-block;
}

figure {
  max-width: 600px;
  margin-bottom: 10px;
}

.footer {
  min-height: 20px;
  text-align: center;
  background-color: #d30f8b;
  align-items: flex-start;
  margin-top: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  position: static;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

.content {
  flex-direction: column;
  flex: 1;
  margin-top: 92px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 30px;
  display: block;
}

.content.recycle {
  background-image: url('../images/paper-texture-background.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: row;
  margin-top: auto;
  padding-bottom: 0;
}

.nav-flex-container {
  max-width: 1300px;
  justify-content: space-around;
  display: flex;
}

.contain {
  max-width: 1300px;
}

.footer-link {
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  flex: 0 auto;
  margin-left: 2%;
  margin-right: 2%;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.25em;
  transition: all .225s;
  display: inline-block;
}

.footer-link:hover {
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
}

.footer-link:active {
  color: #fbff00;
  text-decoration: none;
}

.footer-link.small {
  margin-bottom: 0;
  margin-left: 1px;
  margin-right: 1px;
  font-size: 13px;
}

.footer-link.small:focus-visible {
  outline-offset: 1px;
  outline: 1px solid #fff;
}

.footer-link.small[data-wf-focus-visible] {
  outline-offset: 1px;
  outline: 1px solid #fff;
}

.footer-colon {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1em;
  display: inline-block;
}

.navbar {
  z-index: 100;
  height: 75px;
  background-color: #fff;
  border-bottom: 4px solid #d20f8a;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu {
  width: 82%;
  height: 100%;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.brand-link {
  z-index: 1500;
  width: 12%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.brand-link:focus-visible {
  outline-offset: 0px;
  outline: 2px solid #d20f8a;
}

.brand-link[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 2px solid #d20f8a;
}

.brand-link.w--current {
  width: 11%;
  padding: 4px 0 0;
}

.brand-link.w--current:focus-visible {
  outline-offset: 0px;
  outline: 2px solid #d20f8a;
}

.brand-link.w--current[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 2px solid #d20f8a;
}

.nav-container {
  height: 100%;
  max-width: 1300px;
  justify-content: space-between;
  align-items: flex-start;
}

.nav-link {
  padding: 4px 6px 0;
  font-size: 17px;
  line-height: 1.1em;
  transition: all .225s;
}

.nav-link:hover {
  color: #d20f8a;
  text-decoration: none;
  transform: translate(0, -3px);
}

.nav-link:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #d20f8a;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 2px;
  outline: 2px solid #d20f8a;
}

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

.social-flex-container {
  flex-direction: row;
  flex: 0 auto;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.social-link {
  padding: 0 7px;
  transition: all .225s;
}

.social-link:hover {
  transform: translate(0, -4px);
}

.social-link:focus-visible {
  outline-offset: 0px;
  outline: 2px solid #d20f8a;
}

.social-link[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 2px solid #d20f8a;
}

.hamburger-wrapper {
  width: 50px;
  background-color: #f63e80;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 6px 14px -4px rgba(0, 0, 0, .5);
}

.hamburger-wrapper:hover {
  transform: translate(0, -2px);
  box-shadow: 0 8px 18px -4px rgba(0, 0, 0, .39);
}

.burger-line {
  width: 22.5px;
  height: 3px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.grid {
  height: 80vh;
  flex: 80vh;
  grid-template: "area-left area-top-middle top-middle2 area-top-right" 50%
                 "area-left area-middle-bottom area-bottom-right bottom-right2" 50%
                 / 1.75fr 1fr .75fr 1fr;
  grid-auto-columns: .5fr;
  margin-top: 68px;
  margin-bottom: 17px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.home-block-3 {
  flex-direction: row;
  display: flex;
  position: relative;
}

.home-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.25em;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.grid-text-container {
  background-color: rgba(0, 0, 0, .5);
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.search-link-block {
  height: 30px;
  color: #444;
  border: 1px solid #d20f8a;
  border-radius: 18px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 8px;
  line-height: 1em;
  text-decoration: none;
  transition: all .225s;
}

.search-link-block:hover {
  color: #fff;
  background-color: #d20f8a;
  text-decoration: none;
}

.search-link-block:focus-visible {
  outline-offset: 3px;
  outline: 2px solid #d20f8a;
}

.search-link-block[data-wf-focus-visible] {
  outline-offset: 3px;
  outline: 2px solid #d20f8a;
}

.product {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.product-title-block {
  min-height: 25px;
  background-color: #d20f8a;
  align-items: flex-end;
  display: block;
}

.product-head {
  color: #fff;
  align-items: flex-end;
  margin-top: 0;
  padding: 20px 18px 12px;
  font-weight: 300;
  line-height: 1em;
  display: block;
}

.superscript {
  font-size: .5em;
  position: relative;
  top: -.6em;
}

.rule-product {
  height: 2px;
  background-color: #d20f8a;
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
  position: relative;
  top: auto;
}

.product-main-photo {
  width: 100%;
  height: 100%;
  min-height: 25px;
  object-fit: cover;
  background-color: #eee;
}

.product-more {
  color: #d20f8a;
  border-bottom: 2px solid #d20f8a;
  margin-top: 16px;
  margin-bottom: 28px;
  padding-bottom: 12px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2em;
}

.product-more-photo-block {
  color: #d20f8a;
  background-color: #fff;
  flex-direction: column;
  line-height: 1.25em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-more-img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 0;
}

.product-more-text {
  color: #444;
  background-color: #fff;
  margin-top: 9px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.1em;
}

.frame {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.search-text {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 17px;
}

.sp25 {
  height: 25px;
}

.sp10 {
  height: 10px;
}

.product-photo-container {
  margin-bottom: 0;
}

.product-extra-block {
  color: #d20f8a;
  background-color: #fff;
  flex-direction: column;
  line-height: 1.25em;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.button {
  z-index: 3;
  color: #fff;
  background-color: #d20f8a;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 3px;
  padding: 6px 1.5em;
  font-size: 16px;
  line-height: 1.25em;
  text-decoration: none;
  transition: all .225s;
  display: inline-block;
  position: relative;
}

.button:hover {
  color: #fff;
  background-color: #444;
  text-decoration: none;
}

.button:focus-visible {
  outline-offset: 3px;
  outline: 2px solid #d20f8a;
}

.button[data-wf-focus-visible] {
  outline-offset: 3px;
  outline: 2px solid #d20f8a;
}

.button.library {
  width: auto;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 17px;
  display: block;
}

.button.library:hover {
  color: #fff;
}

.button.empty {
  color: #d20f8a;
  background-color: #fff;
  border: 1px solid #d20f8a;
}

.button.fade {
  color: #414141;
  background-color: #d4d4d4;
}

.button.fade:hover {
  background-color: #b8b7b7;
}

.button.recycle-intro {
  justify-content: center;
  padding: 13px 19px;
  font-size: 18px;
  display: inline-block;
}

.button.rc-about {
  color: #d20f8a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d20f8a;
  justify-content: center;
  padding: 13px 19px;
  font-size: 18px;
  display: inline-block;
}

.button.rc-about:hover {
  color: #fff;
  background-color: #d20f8a;
}

.button.for-van {
  border-radius: 9px;
  justify-content: center;
  padding: 13px 19px;
  font-size: 1.4em;
  line-height: 1.1;
  display: inline-block;
}

.page-heading {
  min-width: 33%;
  color: #fff;
  background-color: #d20f8a;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 6px;
  padding: 26px 30px 9px 16px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1em;
  display: inline-block;
}

.flowers-flex {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 24px;
  padding-right: 19px;
  display: flex;
}

.flowers-flex:hover {
  text-decoration: none;
}

.flowers-flex:focus-visible {
  outline-offset: 3px;
  outline: 2px solid #d20f8a;
}

.flowers-flex[data-wf-focus-visible] {
  outline-offset: 3px;
  outline: 2px solid #d20f8a;
}

.flower-description-link {
  width: 33%;
  min-height: 25px;
  padding-right: 11px;
  text-decoration: none;
  transition: all .225s;
}

.flower-description-link:hover {
  background-color: #f1f1f1;
  text-decoration: none;
}

.flower-description-link.w--current {
  text-decoration: none;
}

.flowers-family-heading {
  color: #d20f8a;
  text-align: right;
  border-bottom: 1px solid #d20f8a;
  margin-bottom: 14px;
  padding-bottom: 8px;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.25em;
}

.flowers-family-heading.cool-wave {
  color: #6099cf;
  border-bottom-color: #6099cf;
}

.flower-photos-block {
  width: 65%;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.flowers-family-text {
  max-width: 32ch;
  min-width: 60%;
  float: right;
  clear: right;
  text-align: right;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5em;
}

.how-to-pic {
  width: 100%;
  height: 200px;
  flex: 0 auto;
  display: block;
}

.flowers-block-2 {
  width: 300px;
  height: 300px;
  margin-left: 24px;
  position: relative;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  margin-bottom: 0;
  display: block;
}

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

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

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

.search-button {
  height: 55px;
  float: right;
  background-color: #d20f8a;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 1em;
  transition: all .225s;
  position: relative;
  top: -64px;
}

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

.search-input {
  height: 55px;
}

.c-faq-icon {
  background-color: #d20f8a;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-faq-q {
  background-color: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  padding-right: 9px;
  transition: all .225s;
  display: flex;
}

.c-faq-q:hover {
  border: 1px solid #d20f8a;
}

.faq-a-text {
  font-size: 17px;
  line-height: 1.6em;
}

.c-faq-q-text {
  color: #f1f1f1;
  flex: 1;
  padding: 20px;
}

.faq-q-text {
  color: #d20f8a;
  font-size: 18px;
}

.c-faq-divider {
  background-color: #0f158d;
  padding-left: 20px;
  padding-right: 20px;
}

.faq-stripe-1 {
  width: 2px;
  height: 100%;
  background-color: #fff;
}

._w-faq-icon {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.c-faq-a-text {
  background-color: #fff;
  padding: 20px;
  display: block;
}

.faq-divider {
  height: 0;
  border-top: 1px dashed #d20f8a;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  display: block;
  overflow: hidden;
}

.c-faq {
  margin-left: auto;
  margin-right: auto;
}

.c-faq-item {
  width: 80%;
  cursor: pointer;
  border-left: 3px solid #d20f8a;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faq-stripe-2 {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
}

.faq-headings {
  margin-top: 25px;
  margin-bottom: 20px;
  padding-left: 35px;
  font-size: 28px;
  font-weight: 400;
}

.ideas-link-block {
  width: 650px;
  align-items: center;
  text-decoration: none;
  transition: all .225s;
  display: flex;
}

.ideas-link-block:hover {
  background-color: #f1f1f1;
}

.topic-area {
  min-height: 50vh;
}

.video-block-lrg {
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.video-thumb-title {
  color: #d20f8a;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

.how-to-link-block {
  border: 1px solid #d20f8a;
  flex-direction: column;
  flex: 23.8%;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  transition: all .225s;
  display: flex;
}

.how-to-link-block:hover {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  text-decoration: none;
}

.how-to-link-block:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #d20f8a;
}

.how-to-link-block[data-wf-focus-visible] {
  outline-offset: 2px;
  outline: 2px solid #d20f8a;
}

.how-to-title {
  color: #d20f8a;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 24px;
}

.heading-4 {
  font-size: 17px;
  font-weight: 700;
}

.heading-5 {
  font-size: 16px;
  font-weight: 700;
}

.how-to-text {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.35em;
}

.how-to-flex-area {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: -6px;
  margin-right: -6px;
  display: grid;
}

.modal-screen {
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .88);
  justify-content: center;
  align-self: center;
  align-items: center;
  display: none;
}

.video-modal-block {
  width: 75%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.close-modal {
  width: 60px;
  padding: 6px;
  transition: all .225s;
  position: relative;
  left: 12px;
}

.close-modal:hover {
  border: 1px solid #d20f8a;
}

.title-area {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.page-rule {
  height: 2px;
  background-color: #d20f8a;
  display: block;
  position: relative;
  top: auto;
}

.title-description {
  justify-content: flex-end;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 34%;
  display: block;
}

.search-input-block {
  width: 100%;
  float: right;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-index-block {
  min-height: 25px;
  background-color: #f5f5f5;
  padding: 6px 10px 10px;
}

.blog-index-head {
  color: #444;
  border-bottom: 1px solid #d20f8a;
  margin-top: 13px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}

.blog-index-item {
  margin-bottom: 6px;
  padding: 4px;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .225s;
  display: block;
}

.blog-index-item:hover {
  color: #444;
  background-color: #fff;
}

.blog-index-item:focus-visible {
  outline-offset: 0px;
  outline: 2px solid #d20f8a;
}

.blog-index-item[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 2px solid #d20f8a;
}

.blog-title {
  color: #d20f8a;
  margin-top: 6px;
  margin-bottom: 9px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25em;
  text-decoration: none;
  display: block;
}

.blog-title:hover {
  color: #444;
  text-decoration: none;
}

.blog-text {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.7em;
}

.button-inside {
  color: #fff;
  background-color: #d20f8a;
  border: 1px solid #d20f8a;
  border-radius: 5px;
  margin-top: auto;
  padding: 6px 1.5em 5px;
  line-height: 1.25em;
  text-decoration: none;
  transition: all .225s;
  display: inline-block;
}

.button-inside:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
  text-decoration: none;
}

.button-inside:focus-visible {
  outline-offset: 4px;
  outline: 1px solid #d20f8a;
}

.button-inside[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 1px solid #d20f8a;
}

.button-inside.align-right {
  float: right;
  color: #fff;
  background-color: #d20f8a;
  margin-right: 0;
}

.button-inside.align-right:hover {
  background-color: #444;
  border-color: #444;
}

.blogger-pic {
  width: 33%;
  flex: 0 auto;
  margin-right: 13px;
  display: block;
}

.blogger-name {
  color: #d20f8a;
  margin-top: 9px;
  margin-bottom: 6px;
  font-size: 22px;
}

.blogger-description {
  width: 100%;
  margin-top: 9px;
  margin-bottom: 0;
  line-height: 1.5em;
}

.blogger-title {
  color: #444;
  margin-top: 0;
  font-size: 16px;
}

.blogger-text-block {
  width: 62%;
  flex: 0 auto;
}

.button-return {
  height: auto;
  color: #d20f8a;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d20f8a;
  border-radius: 4px;
  align-items: center;
  padding: 6px 16px;
  font-size: 15px;
  line-height: 1.25em;
  transition: all .225s;
  display: flex;
}

.button-return:hover {
  color: #fff;
  background-color: #d20f8a;
  text-decoration: none;
}

.button-inside-cool {
  color: #d20f8a;
  border: 1px solid #d20f8a;
  border-radius: 4px;
  margin-top: auto;
  padding: 6px 1.5em 5px;
  line-height: 1.25em;
  transition: all .225s;
  display: inline-block;
}

.button-inside-cool:hover {
  color: #fff;
  background-color: #d20f8a;
}

.button-inside-cool.align-right {
  float: right;
  color: #4774a0;
  border-color: #4774a0;
}

.button-inside-cool.align-right:hover {
  color: #fff;
  background-color: #4774a0;
}

.blog-tag-link {
  flex: 0 auto;
  padding: 6px 30px;
  line-height: 1.25em;
}

.blog-tag-container {
  grid-column-gap: 11px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-left: -6px;
  margin-right: -6px;
  display: grid;
}

.blogger-grid-test {
  grid-column-gap: 12px;
  grid-row-gap: 11px;
  grid-template-columns: 1fr 1fr 1fr;
}

.blogger-test-block {
  border: 1px solid #d20f8a;
  flex-flow: wrap;
  flex: 0 auto;
  align-content: flex-start;
  justify-content: space-between;
  align-self: stretch;
  margin: 0;
  padding: 9px;
  text-decoration: none;
  transition: all .225s;
  display: flex;
}

.blogger-test-block:hover {
  background-color: #f1f1f1;
}

.blog-index-box {
  width: 100%;
  border-bottom: 3px solid #d20f8a;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 18px;
  text-decoration: none;
  transition: all .225s;
  display: inline-block;
}

.blog-index-box:hover {
  border-bottom-color: #d20f8a;
  text-decoration: none;
}

.grid-product-uses {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 16px;
}

.product-in-use-title {
  color: #d20f8a;
  border-bottom: 2px solid #d20f8a;
  margin-top: 5px;
  padding-bottom: 14px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
}

.grid-product-more {
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
}

.frame-for-product {
  width: 100%;
  height: auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.search {
  width: 80%;
}

.video-main-container {
  width: 100%;
  align-items: flex-start;
  display: flex;
}

.faq-link-block {
  width: 650px;
  align-items: center;
  text-decoration: none;
  transition: all .225s;
  display: flex;
}

.faq-link-block:hover {
  background-color: #f1f1f1;
  text-decoration: none;
}

.videos-link-block {
  width: 650px;
  align-items: center;
  text-decoration: none;
  transition: all .225s;
  display: flex;
}

.videos-link-block:hover {
  background-color: #f1f1f1;
  text-decoration: none;
}

.ideas-fan-club-block {
  width: 650px;
  align-items: center;
  text-decoration: none;
  transition: all .225s;
  display: flex;
}

.ideas-fan-club-block:hover {
  background-color: #f1f1f1;
  text-decoration: none;
}

.ideas-how-to-link-block {
  width: 650px;
  align-items: center;
  text-decoration: none;
  transition: all .225s;
  display: flex;
}

.ideas-how-to-link-block:hover {
  background-color: #f1f1f1;
  text-decoration: none;
}

.ideas-blog-link-block {
  width: 650px;
  align-items: center;
  padding-right: 16px;
  text-decoration: none;
  transition: all .225s;
  display: flex;
}

.ideas-blog-link-block:hover {
  background-color: #f1f1f1;
  text-decoration: none;
}

.lottie-blog {
  width: 100%;
  height: auto;
  text-align: center;
}

.flag-menu {
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  margin-top: 12px;
  margin-left: 14px;
  display: block;
}

.flag-link-block {
  width: 45px;
  opacity: .2;
  margin-left: 8px;
  margin-right: 8px;
  padding: 4px;
  transition: all .225s;
}

.flag-link-block:hover {
  opacity: 1;
  border-top: 1px solid #d20f8a;
  transform: translate(0, -3px);
}

.flag-link-block.currentlang {
  opacity: 1;
  border-top: 1px solid #d20f8a;
  padding-top: 4px;
}

.flag-link-block.currentlang:focus-visible {
  outline-offset: 0px;
  outline: 2px solid #d20f8a;
}

.flag-link-block.currentlang[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 2px solid #d20f8a;
}

.nav-link-container {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.underlay {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
}

.flowers-block-1 {
  width: 500px;
  height: 300px;
  object-fit: cover;
  position: relative;
}

.vertical-rule {
  width: 100%;
  height: 200px;
  border-left: 1px solid #d20f8a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 50%;
  display: flex;
}

.subhead {
  margin-top: 0;
  font-size: 24px;
}

.retailer-logos-block {
  text-align: center;
  border: 1px solid #d20f8a;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 12px;
  font-size: 15px;
  display: flex;
}

.retailer-logos-flex {
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.retail-logo-link {
  padding-left: 12px;
  padding-right: 12px;
  transition: all .225s;
}

.retail-logo-link:hover {
  transform: translate(0, -6px);
}

.search_business_name {
  color: #d20f8a;
  font-size: 17px;
  font-weight: 700;
}

.search_item {
  margin-bottom: 30px;
  font-family: Nunito Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-field {
  border-radius: 20px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.5em;
}

.text-field:focus {
  background-color: #f1f1f1;
  border: 1px solid #d32f91;
}

.text-field::-ms-input-placeholder {
  color: #444;
}

.text-field::placeholder {
  color: #444;
}

.form-error {
  color: #d20f8a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3em;
}

.button-submit {
  color: #fff;
  background-color: #d20f8a;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

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

.button-submit:active {
  background-color: #d20f8a;
}

.form-block {
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.field-label {
  font-size: 16px;
  line-height: 1.25em;
}

.captcha {
  margin-top: 25px;
  margin-bottom: 25px;
}

.font-icon {
  font-family: Fontawesome webfont, sans-serif;
}

.choose-country-link {
  width: 150px;
  margin-left: 15px;
  margin-right: 15px;
  transition: all .225s;
}

.choose-country-link:hover {
  transform: translate(0, -6px);
}

.choose-country-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.choose-text {
  margin-right: 20px;
  padding-top: 13px;
  font-weight: 700;
  line-height: 1.25em;
}

.how-to-intro {
  margin-bottom: 20px;
  font-size: 19px;
}

.how-to-intro.pink-italic {
  color: #d20f8a;
  font-style: italic;
  font-weight: 700;
}

.how-to-head {
  margin-top: 0;
  font-size: 32px;
}

.how-to-subhead {
  margin-top: 6px;
  font-size: 27px;
}

.pic-flex-box {
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.pic-flex-child {
  object-fit: cover;
  margin-right: 16px;
  padding-left: 0;
  padding-right: 0;
}

.list {
  color: #444;
  padding-left: 18px;
  list-style-type: none;
}

.pink {
  color: #d20f8a;
}

.how-to-combos {
  align-items: center;
  margin-bottom: 19px;
  display: flex;
}

.combo-pic-block {
  height: 275px;
  object-fit: cover;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.combo-text-block {
  width: 65%;
  height: 275px;
  background-color: #f1f1f1;
  align-self: flex-start;
  padding: 12px;
}

.combo-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.combo-head {
  margin-top: -12px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3em;
}

.combo-items {
  margin-top: -9px;
  font-size: 16px;
  line-height: 1.6em;
}

.combo-diagram {
  flex: 0 auto;
  margin-right: 13px;
}

.combo-diagram-flex, .combo-head-flex {
  align-items: center;
  display: flex;
}

.combo-sun {
  width: 35px;
  margin-right: 6px;
}

.caption {
  margin-top: -6px;
  font-size: 15px;
  line-height: 1.35em;
}

.ideas-flex-link-block {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 24px;
  padding-right: 19px;
  display: flex;
}

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

.ideas-block-pic-1 {
  width: 100%;
  height: 250px;
  object-fit: cover;
  position: relative;
}

.ideas-block-pic-2 {
  width: 325px;
  height: 250px;
  background-color: #d20f8a;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 9px;
  display: flex;
  position: relative;
}

.ideas-block-text {
  width: 33%;
  min-height: 25px;
  padding: 6px 9px;
  text-decoration: none;
  transition: all .225s;
}

.ideas-block-text:hover {
  background-color: #f1f1f1;
  text-decoration: none;
}

.ideas-block-text.w--current {
  text-decoration: none;
}

.ideas-imgs-block {
  width: 65%;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.blog-thumb {
  width: 250px;
  height: auto;
  float: right;
  margin-bottom: 0;
  margin-left: 20px;
  display: block;
  position: static;
}

.blog-date {
  background-color: #f5f5f5;
  background-image: url('../images/icon_calendar.svg');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 17px;
  margin-bottom: 20px;
  padding: 5px 6px 4px 32px;
  font-size: 14px;
  line-height: 1.5em;
}

.blog-author {
  margin-bottom: 12px;
  font-size: 15px;
}

.blog-social-icon {
  width: 45px;
  margin-right: 18px;
}

.blog-tag-subhead {
  color: #444;
  margin-top: 13px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.intro-head {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 22px;
  line-height: 1.3em;
}

.gallery-block {
  background-color: #fff;
  border-top: 2px solid #d20f8a;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
  display: block;
  position: relative;
}

.gallery-img-block {
  cursor: pointer;
  flex: 0 auto;
  align-self: flex-start;
  margin-bottom: 20px;
  position: relative;
}

.gallery-img {
  width: 100%;
  margin-bottom: 0;
  display: inline-block;
}

.mag-mask {
  object-fit: cover;
  background-color: rgba(2, 2, 2, .45);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mag-img {
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 50%;
  overflow: visible;
  transform: translate(0, -50%);
}

.fan-club-flex {
  grid-column-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 9px;
  display: flex;
}

.fanclub-block {
  width: 32%;
  text-align: center;
  border: 1px solid #d20f8a;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px;
  text-decoration: none;
  transition: all .225s;
  display: flex;
}

.fanclub-block:hover {
  background-color: #f1f1f1;
  border-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.fanclub-block.w--current {
  text-decoration: none;
}

.fanclub-block.fun {
  justify-content: space-between;
  margin-bottom: 12px;
  margin-left: 0;
  margin-right: 0;
}

.fanclub-description {
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1.5em;
}

.fanclub-heading {
  color: #d20f8a;
  text-align: center;
  border-bottom: 1px solid #d20f8a;
  margin-top: 10px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.25em;
}

.form-text {
  font-size: 16px;
  line-height: 1.6em;
}

.media-hilight {
  border: 1px solid #d20f8a;
  padding: 16px;
  line-height: 1.6em;
  display: inline-block;
}

.list-item {
  color: #444;
  background-image: url('../images/square-pink.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 12px 15px;
  padding-left: 24px;
}

.fanclub-thumb-phone-bkg {
  width: 100%;
  object-fit: cover;
  flex: 0 auto;
  margin-bottom: 16px;
  display: block;
}

.logos-block {
  width: 100%;
  border: 1px solid #d20f8a;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 5px;
  padding: 13px;
  display: flex;
}

.logos-flex {
  display: flex;
}

.photo-guidelines-block {
  border: 1px solid #c8cacc;
  margin-bottom: 35px;
  padding: 33px;
  display: none;
}

.paragraph-2 {
  font-size: 17px;
}

.button-close-guidelines {
  z-index: 3;
  color: #fff;
  background-color: #d20f8a;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin: 8px 3px;
  padding: 6px 1.5em;
  font-size: 16px;
  line-height: 1.25em;
  text-decoration: none;
  transition: all .225s;
  display: inline-block;
  position: relative;
}

.button-close-guidelines:hover {
  color: #fff;
  background-color: #444;
  text-decoration: none;
}

.form-field-note {
  color: #444;
  margin-bottom: 6px;
  padding: 0 12px;
  font-size: 13px;
  font-style: italic;
  line-height: 1.5em;
  display: inline-block;
}

.video-thumb-block {
  min-height: 280px;
  border: 1px solid #d20f8a;
  flex-direction: column;
  flex: 0 23.8%;
  justify-content: space-around;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  transition: all .225s;
  display: block;
}

.video-thumb-block:hover {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.video-large {
  border: 1px solid #d20f8a;
}

.video-title {
  float: left;
  margin-top: 16px;
  margin-bottom: 9px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
}

.video-link {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding-top: 16px;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.video-thumb-time {
  color: #444;
  font-size: 15px;
  line-height: 1.2em;
  display: inline-block;
}

.video-description {
  border-bottom: 2px solid #d20f8a;
  padding-bottom: 20px;
  line-height: 1.5em;
}

.home-blog-title {
  color: #fff;
  margin-top: 8px;
  line-height: 1.3em;
}

.home-block-2 {
  position: relative;
  overflow: hidden;
}

.home-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-block-4 {
  flex-direction: row;
  display: flex;
  position: relative;
}

.home-block-5 {
  position: relative;
  overflow: hidden;
}

.where-to-buy-flex {
  min-height: 100px;
  border-bottom: 1px solid #d20f8a;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 20px;
  display: flex;
}

.where-to-buy-block {
  width: 45%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.vertical-rule {
  width: 1%;
  height: auto;
  flex-direction: row;
  flex: 0 auto;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grower-retailer-flex {
  justify-content: space-between;
  display: flex;
}

.grower-retailer-block {
  width: 32%;
  height: auto;
  min-height: 25px;
  color: #d20f8a;
  border: 1px solid #d20f8a;
  flex-direction: column;
  padding: 16px;
  line-height: 1.2em;
  display: flex;
}

.grower-retailer-block:hover {
  background-color: #f1f1f1;
  border-color: rgba(0, 0, 0, 0);
}

.grower-retailer-block:focus-visible {
  outline-offset: 0px;
  outline: 2px solid #d20f8a;
}

.grower-retailer-block[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 2px solid #d20f8a;
}

.box-subhead {
  color: #d20f8a;
  margin-top: 0;
  margin-bottom: 11px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.faq-block {
  height: auto;
}

.c-faq-answer-block {
  width: 80%;
  background-color: #fff;
  border-left: 1px solid #d20f8a;
  margin-bottom: 14px;
  margin-left: 75px;
  padding: 20px;
  display: none;
}

.c-faq-question-block {
  width: 80%;
  cursor: pointer;
  border-left: 3px solid #d20f8a;
  margin-bottom: 10px;
  margin-left: 75px;
  margin-right: auto;
  font-size: 1.2em;
  line-height: 1.6em;
}

.dropdown-faq {
  width: 600px;
  min-width: 0;
}

.dropdown-faq.w--open {
  display: block;
}

.dropdown-link {
  width: auto;
  min-width: 10px;
  display: block;
}

.dropdown {
  width: 80%;
  border: 1px solid #d20f8a;
  display: block;
}

.dropdown-list.w--open {
  width: 600px;
  min-width: 0;
}

.home-link-block {
  z-index: 101;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.home-link-block:hover {
  -webkit-backdrop-filter: saturate(110%);
  backdrop-filter: saturate(110%);
}

.home-link-block:focus-visible {
  outline-offset: 0px;
  outline: 3px solid #d20f8a;
}

.home-link-block[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px solid #d20f8a;
}

.ground-flex {
  justify-content: space-around;
  align-items: center;
  margin-top: 21px;
  display: flex;
}

.ground-image {
  width: 20%;
  object-fit: fill;
  flex: 0 auto;
}

.ground-image.diagram {
  width: 30%;
}

.select-field {
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 18px;
  font-size: 17px;
  line-height: 1.5em;
}

.radio-button {
  margin-bottom: 6px;
  line-height: 1.5em;
}

.radio-button-icon {
  margin-top: 6px;
  margin-left: -20px;
  padding-top: 0;
}

.upload-button {
  float: left;
  border-radius: 20px;
  margin-right: 17px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  top: -5px;
}

.upload-button:hover {
  color: #fff;
  background-color: #444;
}

.blog-subtitle {
  color: #d20f8a;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.inforow {
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1.4em;
}

.award {
  color: #d20f8a;
  margin-top: 8px;
  display: block;
}

.flex-product-use {
  flex-wrap: nowrap;
  margin-bottom: 6px;
  display: flex;
}

.extra-photo-block {
  max-width: 25%;
  color: #d20f8a;
  background-color: #fff;
  flex-direction: column;
  margin-right: 7px;
  line-height: 1.25em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.promo-box {
  z-index: 100;
  width: 350px;
  height: 100px;
  transform-style: preserve-3d;
  background-color: #d20f8a;
  margin-top: 12px;
  margin-right: 8px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
  transform: translate3d(81px, -19px, 29px)rotate(29deg);
}

.pop-up-bkg {
  z-index: 5000;
  background-color: rgba(0, 0, 0, .8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pop-up-block {
  width: 55vw;
  height: auto;
  background-color: #d20f8a;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 26px;
  display: flex;
  position: relative;
  box-shadow: inset 2px 2px 3px #f836b1;
}

.pop-up-img {
  margin-right: 29px;
}

.pop-up-head {
  color: #fff;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 36px;
}

.pop-up-text {
  color: #fff;
  margin-bottom: 22px;
}

.button-pop-up {
  color: #fff;
  background-color: #a50a6c;
  border: 1px solid #fff;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
}

.button-pop-up:hover {
  color: #fff;
  background-color: #6099cf;
}

.button-close-pop-up {
  background-color: #000;
  border-radius: 5px;
  margin-bottom: 15px;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 16px;
}

.button-close-pop-up:hover {
  color: #fff;
  background-color: #d20f8a;
}

.footer-logo-block {
  text-align: center;
  flex: 0 auto;
}

.footer-logo-block:focus-visible {
  outline-offset: 1px;
  outline: 2px solid #fff;
}

.footer-logo-block[data-wf-focus-visible] {
  outline-offset: 1px;
  outline: 2px solid #fff;
}

.footer-logo-block.w--current:focus-visible {
  outline-offset: 0px;
  outline: 2px solid #fdfbfb;
}

.footer-logo-block.w--current[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 2px solid #fdfbfb;
}

.footer-logo-block.show-mobile {
  display: none;
}

.footer-subtext-flex {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.register-text-group {
  color: #fcfcfc;
  text-align: center;
  justify-content: space-around;
  padding-top: 0;
  padding-left: 33px;
  font-family: Nunito Sans, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.5em;
  display: flex;
}

.footer-logo-cool {
  width: 146px;
  margin-bottom: 0;
  margin-left: 20px;
}

.footer-logo-wave {
  width: 161px;
  margin-bottom: 0;
  margin-left: 20px;
  position: relative;
  top: -8px;
}

.footer-link-text {
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  flex: 0 auto;
  margin-left: 7%;
  margin-right: 7%;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.25em;
  transition: all .225s;
  display: inline-block;
}

.footer-link-text:hover {
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
}

.footer-link-text:active {
  color: #fbff00;
  text-decoration: none;
}

.footer-link-text:focus-visible {
  outline-offset: 0px;
  outline: 2px solid #fff;
}

.footer-link-text[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 2px solid #fff;
}

.footer-center {
  width: 63%;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-center-subtext {
  text-align: center;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 4px;
  line-height: 1.2em;
  display: flex;
}

.footer-center-main {
  width: 100%;
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 3px;
  margin-bottom: 10px;
  line-height: 1em;
  display: flex;
}

.main-logo {
  margin-bottom: 0;
  padding-top: 7px;
  display: block;
}

.social-img, .flag-img {
  margin-bottom: 0;
}

.side-by-side-block {
  flex: 0 auto;
  display: flex;
}

.vertical-block {
  width: 15%;
  min-height: 10px;
  flex-direction: column;
  margin-right: 17px;
  display: flex;
}

.photo-container-for-vertical {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.main-pic {
  width: 85%;
  min-height: 25px;
  object-fit: contain;
  object-position: 50% 0%;
}

.test-lrg-image {
  width: 50vw;
}

.thumb-pic {
  object-fit: fill;
  margin-bottom: 0;
}

.thumb-link {
  margin-bottom: 14px;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-weight: 400;
}

.rc-intro-section {
  width: auto;
  background-color: #d20f8a;
  background-image: url('../images/bkg_lifestyle.jpg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
  margin-top: 74px;
  margin-bottom: -30px;
  display: flex;
}

.recycle-intro-block {
  width: 85%;
  height: auto;
  min-height: 200px;
  background-image: url('../images/paper-texture-background.png');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #858585;
  justify-content: space-between;
  margin: 0 auto 88px;
  padding: 20px;
  display: flex;
  position: relative;
  top: 154px;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, .25);
}

.recycle-intro-interior {
  width: 100%;
  height: auto;
  border: 3px solid #8fb17b;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding: 32px 15%;
  display: flex;
}

.logo-beyond {
  text-align: center;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 48px;
}

.recycle-into-subhead {
  color: #406f24;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 0;
  font-family: Sumana, sans-serif;
  font-size: 31px;
  font-weight: 700;
}

.recycle-into-heading {
  color: #406f24;
  text-align: center;
  margin-top: 0;
  font-family: Sumana, sans-serif;
  font-size: 72px;
}

.recycle-into-text {
  margin-top: 35px;
  margin-bottom: 17px;
  font-size: 1.2rem;
}

.recycle-button-block {
  justify-content: center;
  display: flex;
}

.wax-seal {
  z-index: 25;
  width: 150px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 158px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.recycle-intro-text-block {
  position: relative;
  top: 0;
}

.rc-countdown-section {
  width: 100%;
  height: 700px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/bkg_countdown_wave_wide.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.countdown-block {
  width: 100%;
  position: relative;
  top: 133px;
}

.rc-details-section {
  min-height: 300px;
  padding: 24px 12px;
}

.recycle-details-flex {
  display: flex;
}

.event-col-map {
  width: 33%;
  min-height: 50px;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 10px;
  display: flex;
}

.event-block {
  width: 47%;
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.event-icon {
  width: 25%;
}

.event-text-block {
  width: 75%;
}

.event-subhead {
  font-size: 25px;
}

.event-col-details {
  width: 66%;
  min-height: 50px;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.rc-heading {
  color: #444;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Sumana, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}

.map-wrapper {
  position: relative;
}

.recycle-map-img {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, .25);
}

.map-line-decor {
  z-index: 10;
  border: 3px solid #8fb17b;
  margin: 19px;
  padding: 18px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rc-form-section {
  min-height: 300px;
  background-color: rgba(210, 15, 138, .1);
  padding: 65px 12px 40px;
}

.rc-about-section {
  background-image: url('../images/bkg_wave_transparent.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: flex-end;
  margin-bottom: -13px;
  padding-top: 129px;
  padding-bottom: 0;
  display: flex;
}

.rc-about-flex {
  width: 100%;
  min-height: 50px;
  display: flex;
}

.rc-about-flower-col {
  width: 25%;
  align-items: flex-end;
  display: flex;
}

.rc-form-flex {
  grid-column-gap: 36px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.rc-entry-map-block {
  width: 33%;
  min-height: 50px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.rc-form-block {
  width: 61%;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.rc-form-subhead {
  margin-bottom: 0;
  font-size: 25px;
}

.rc-form-heading {
  color: #444;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Sumana, sans-serif;
  font-size: 40px;
}

.rc-about-text-col {
  width: 50%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 45px;
  display: flex;
}

.rc-about-button-flex {
  grid-column-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.countdown-outer {
  height: auto;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.countdown-block-2 {
  width: 174px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 4px 5px;
  padding-top: 13px;
  padding-bottom: 13px;
  display: inline-block;
}

.countdown-time {
  margin-bottom: 16px;
  font-family: Sumana, sans-serif;
  font-size: 100px;
  line-height: 1;
}

.countdown-detail {
  font-size: 25px;
}

.rc-countdown-hdr {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Sumana, sans-serif;
  font-size: 42px;
  font-weight: 400;
  position: relative;
  top: 142px;
}

.rc-entry-form {
  width: 100%;
  min-height: 25px;
  border: 1px solid #c50b81;
  margin-left: 0;
}

.text-block {
  height: 500px;
}

.van-intro-section {
  width: auto;
  height: auto;
  background-color: #d20f8a;
  background-image: url('../images/bkg-van-blooms.jpg');
  background-position: 50% 0;
  background-size: cover;
  margin-top: 74px;
  padding-bottom: 25px;
  display: flex;
}

.postcard-pic-block {
  width: 50%;
}

.van-pic {
  height: 100%;
  object-fit: cover;
}

.postcard-text-block {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.postcard-block {
  width: 90%;
  height: auto;
  min-height: 200px;
  grid-column-gap: 36px;
  background-image: url('../images/paper-texture-background.png');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #858585;
  justify-content: space-between;
  margin: 0 auto 88px;
  padding: 20px 21px;
  display: flex;
  position: relative;
  top: 52px;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, .25);
}

.van-text {
  margin-top: 14px;
  margin-bottom: 17px;
  padding-right: 18px;
  font-size: 1rem;
}

.van-hdr {
  color: #444;
  letter-spacing: -.5px;
  margin-top: 57px;
  margin-bottom: 14px;
  font-family: Sumana, sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}

.van-subhead {
  color: #444;
  font-family: Sumana, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.postmark {
  width: 160px;
  margin-top: 34px;
  margin-right: 39px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.keyline {
  z-index: 0;
  border: 2px solid #8fb17b;
  padding: 21px;
  display: block;
  position: absolute;
  top: 19px;
  bottom: 19px;
  left: 19px;
  right: 19px;
}

.van-tracker-section {
  min-height: 100px;
  background-color: #c6007e;
  padding-top: 24px;
  padding-bottom: 4px;
}

.wave-bottom {
  height: 197px;
  background-image: url('../images/bkg_wave_bottom_02.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.van-tracker-flex {
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 3px;
  display: flex;
}

.van-tracker-img-block {
  width: 45%;
}

.van-tracker-text-block {
  width: 54%;
}

.van-hdr-2 {
  color: #444;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Sumana, sans-serif;
  font-size: 2.5rem;
}

.van-hdr-2.text-white {
  color: #fff;
  margin-bottom: 9px;
  font-size: 2.4rem;
}

.van-hdr-2.center {
  text-align: center;
  margin-bottom: 24px;
  font-size: 2.5rem;
  line-height: 1.1em;
}

.tracker-graphic {
  width: 100%;
}

.text-white {
  color: #fff;
}

.van-event-block {
  margin-top: 24px;
  margin-bottom: 36px;
  display: flex;
}

.van-flower-icon {
  width: 83%;
}

.van-icon-block {
  width: 8%;
}

.van-event-text-block {
  width: 90%;
  padding-left: 11px;
}

.van-event-hdr {
  color: #fcfcfc;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
}

.van-event-txt {
  color: #fff;
  margin-bottom: 9px;
  font-size: 1rem;
  line-height: 1.2;
}

.van-event-link {
  color: #fff;
  margin-right: 25px;
  font-size: 1rem;
  text-decoration: underline;
}

.van-event-link:hover {
  color: #fbff00;
}

.van-video-section {
  min-height: 100px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.van-video {
  margin-top: 36px;
}

.center {
  text-align: center;
}

.van-slider-section {
  min-height: 300px;
  background-color: rgba(210, 15, 138, .1);
  padding: 65px 12px 40px;
}

.van-slider {
  height: 400px;
  max-width: 1300px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.mask {
  max-width: 1000px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
}

.slider-flex-for-centering {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.wave-event-sub {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
}

.mural-intro-block {
  width: 100%;
  min-height: 800px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.mural-intro-section {
  width: auto;
  height: auto;
  background-color: #d20f8a;
  background-image: url('../images/bkg-van-blooms.jpg');
  background-position: 50% 0;
  background-size: cover;
  margin-top: 44px;
  padding-bottom: 25px;
  display: block;
}

.polaroid-image {
  height: 460px;
  background-image: url('../images/petunia_shape_small.svg');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  top: 150px;
  left: 60%;
  transform: rotate(-8deg);
}

.petunia-block {
  z-index: 10;
  width: 810px;
  background-image: url('../images/petunia_shape_lrg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.beyond-title-mural {
  width: 500px;
  margin-bottom: 18px;
}

.going-text {
  color: #d20f8a;
  margin-bottom: 17px;
  font-family: Sumana, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1;
}

.mural-intro-text {
  max-width: 450px;
  color: #444;
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.mural-intro-text.small {
  margin-bottom: 14px;
  font-family: Nunito, sans-serif;
  font-size: 1.2rem;
}

.brush-stroke-mural {
  width: 150px;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 17px;
}

.petunia-block-small {
  z-index: 20;
  width: 300px;
  height: 300px;
  background-image: url('../images/petunia_shape_small.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 64%;
  bottom: auto;
  left: -1%;
  right: auto;
}

.petunia-block-small.hide {
  display: none;
}

.mural-time-text {
  max-width: 450px;
  color: #fff;
  text-align: center;
  font-family: Sumana, sans-serif;
  font-size: 1.6rem;
}

.mural-time-block {
  color: #fff;
  margin-bottom: 4px;
  font-family: Sumana, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.text-block-2 {
  font-size: 62px;
}

.about-mural-block {
  min-height: 50px;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.about-mural-pic-block, .about-mural-txt-block {
  width: 50%;
}

.about-mural-hdr {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Sumana, sans-serif;
  font-size: 2.5rem;
  line-height: 1.1em;
}

.magic-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 35px;
  display: flex;
}

.find-block {
  width: 50%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.find-block._100 {
  width: 100%;
}

.who-block {
  width: 50%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.find-pic-block {
  width: 50%;
  height: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: fill;
  display: flex;
}

.find-txt-block {
  width: 50%;
}

.who-pic-block {
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.who-txt-block {
  width: 50%;
}

.chance-to-win-section {
  min-height: 300px;
  background-color: rgba(210, 15, 138, .1);
  padding: 65px 12px 40px;
}

.enter-chance-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.chance-pic-block {
  width: 50%;
  min-height: 25px;
}

.chance-form-block {
  width: 50%;
}

.van-hdr-3 {
  color: #444;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Sumana, sans-serif;
  font-size: 2.5rem;
}

.van-hdr-4 {
  color: #444;
}

.chance-entry-block {
  margin-top: 9px;
}

.event-mural-head {
  font-size: 27px;
}

.mural-artist, .mural-map-graphic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.petunia-block-mural-link {
  z-index: 15;
  width: 300px;
  height: 300px;
  background-image: url('../images/petunia_shape_small.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 64%;
  bottom: auto;
  left: -1%;
  right: auto;
}

.mural-link-text {
  color: #fbff00;
  text-align: center;
  margin-top: 10px;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1;
  transition: all .2s;
}

.mural-link-text:hover {
  color: #0f4;
}

.wave-van-video-flex {
  width: 80%;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 15px;
  display: block;
}

.wave-color-bkg {
  background-color: #c6007e;
}

.banner-flex-block {
  grid-column-gap: 20px;
  background-color: #d30f8b;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 16px;
  padding: 16px 15px;
  display: flex;
}

.wave-promo-block {
  width: 50%;
  min-height: 20px;
  background-color: #fff;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.img-banner {
  width: 33%;
  margin-bottom: 0;
}

.promo-text-block {
  width: 66%;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 16px;
  display: flex;
}

.promo-hdr {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 1.4em;
  line-height: 1.2;
}

.promo-text {
  font-size: 1em;
  line-height: 1.5;
}

.icon-mural {
  width: 85px;
}

.logos-in-row {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  display: flex;
}

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

  .footer-flex-container {
    flex-direction: row;
    align-items: center;
  }

  .content {
    margin-top: 91px;
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-link {
    margin-left: 2%;
    margin-right: 2%;
    font-size: 15px;
    display: inline-block;
  }

  .footer-link.small {
    margin: 3px;
    padding: 4px;
    font-size: 12px;
  }

  .footer-colon {
    padding-top: 5px;
    display: block;
  }

  .nav-menu {
    z-index: 100;
    width: 50vw;
    background-color: #e7e7e7;
    margin-top: 62px;
  }

  .nav-menu.w--open {
    width: 75%;
  }

  .brand-link {
    width: 20%;
    margin-left: 10px;
    padding-left: 0;
  }

  .brand-link.w--current {
    width: 20%;
  }

  .nav-container {
    display: block;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .social-flex-container {
    justify-content: space-around;
    margin-top: 23px;
    margin-bottom: 22px;
    padding-top: 24px;
    padding-bottom: 14px;
    padding-left: 12px;
    display: flex;
  }

  .social-link {
    padding: 0;
  }

  .menu-button {
    margin-top: 6px;
    padding: 8px 15px;
  }

  .menu-button:focus {
    border: 2px solid #070094;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 9px;
    padding-bottom: 4px;
  }

  .hamburger-wrapper {
    box-shadow: none;
    background-color: #d20f8a;
  }

  .hamburger-wrapper:hover {
    box-shadow: none;
  }

  .grid {
    grid-template-columns: 1.25fr 1.25fr .25fr 1fr;
    grid-template-areas: "area-left area-top-middle top-middle2 area-top-right"
                         "area-left area-middle-bottom area-bottom-right bottom-right2";
    margin-top: 65px;
  }

  .home-heading {
    line-height: 1.25em;
  }

  .search-link-block {
    margin: 9px 17px;
    display: block;
  }

  .product-title-block {
    flex-direction: row;
    justify-content: center;
    display: block;
  }

  .product-head {
    padding-bottom: 7px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 28px;
    line-height: 1.1em;
  }

  .product-name-columns {
    align-items: flex-start;
    display: block;
  }

  .product-more-img {
    margin-bottom: 0;
  }

  .frame {
    flex: none;
  }

  .product-extra-block {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    text-align: center;
    font-size: 17px;
  }

  .page-heading {
    font-size: 30px;
  }

  .intro-text {
    font-size: 17px;
    line-height: 1.5em;
  }

  .flowers-flex {
    margin-top: 14px;
  }

  .flower-description-link {
    width: 52%;
  }

  .flowers-family-heading {
    font-size: 30px;
  }

  .flowers-family-text {
    max-width: 26ch;
  }

  .flowers-block-2 {
    width: 350px;
    height: 250px;
    flex: none;
    margin-left: 0;
  }

  .image-cover {
    object-fit: cover;
  }

  .topic-area {
    min-height: 10vh;
  }

  .video-thumb-title {
    line-height: 1.2em;
  }

  .how-to-link-block {
    flex: 0 31.3%;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 6px;
  }

  .how-to-flex-area {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    align-content: flex-start;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  .close-modal {
    width: 50px;
  }

  .title-description {
    padding-left: 35%;
  }

  .blog-index-item {
    font-size: 15px;
  }

  .blog-title {
    font-size: 28px;
  }

  .blogger-pic {
    width: 100%;
  }

  .blogger-description {
    margin-top: 6px;
  }

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

  .blogger-test-block {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
  }

  .blog-index-box {
    flex-direction: column;
    flex: 0 auto;
  }

  .grid-product-more {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .frame-for-product {
    flex: none;
  }

  .flag-menu {
    margin-top: 7px;
    margin-bottom: 7px;
    padding-top: 0;
    padding-bottom: 24px;
  }

  .flag-link-block {
    margin-left: 18px;
    margin-right: 18px;
  }

  .nav-link-container {
    height: auto;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    display: block;
  }

  .flowers-block-1 {
    display: none;
  }

  .retailer-logos-flex {
    flex-wrap: wrap;
  }

  .retail-logo-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .form-block {
    width: 100%;
    margin-top: 12px;
  }

  .choose-country-link {
    margin-left: 18px;
    margin-right: 18px;
  }

  .ideas-flex-link-block {
    margin-top: 14px;
  }

  .ideas-block-pic-1 {
    display: none;
  }

  .ideas-block-pic-2 {
    width: 250px;
    height: 250px;
    flex: none;
    margin-left: 0;
  }

  .ideas-block-text {
    width: 66%;
    padding-left: 9px;
  }

  .ideas-imgs-block {
    width: 42%;
  }

  .blog-thumb {
    float: right;
  }

  .gallery-block {
    width: 680px;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-img {
    flex: 0 auto;
  }

  .fan-club-flex {
    flex-direction: row;
    justify-content: center;
  }

  .fanclub-block {
    width: 31%;
    flex-direction: column;
    flex: 0 auto;
    align-content: flex-end;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 14px;
    padding: 12px;
    display: flex;
  }

  .fanclub-block.fun {
    width: auto;
  }

  .fanclub-heading {
    margin-top: 0;
    font-size: 30px;
  }

  .fanclub-thumb-phone-bkg {
    margin-bottom: 9px;
  }

  .button-close-guidelines {
    text-align: center;
    font-size: 17px;
  }

  .video-thumb-block {
    min-height: 235px;
    flex: 0 23.3%;
  }

  .vertical-rule {
    width: 1%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-link-block {
    display: block;
  }

  .ground-image {
    width: 32%;
    flex: 0 auto;
  }

  .flex-product-use {
    margin-bottom: 6px;
  }

  .extra-photo-block {
    margin-right: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .pop-up-bkg {
    flex-direction: column;
    align-items: center;
  }

  .pop-up-block {
    width: 90vw;
  }

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

  .register-text-group {
    width: 100ch;
    padding-left: 27px;
    font-size: 10px;
    line-height: 1.25em;
  }

  .footer-logo-cool, .footer-logo-wave {
    width: 125px;
    margin-left: 0;
  }

  .footer-link-text {
    margin-left: 2%;
    margin-right: 2%;
    font-size: 15px;
    display: inline-block;
  }

  .footer-center {
    width: 61%;
  }

  .footer-center-subtext {
    width: 85%;
    justify-content: space-between;
    margin-bottom: 8px;
  }

  .footer-center-main {
    margin-top: 2px;
    margin-bottom: 7px;
  }

  .main-logo {
    padding-top: 8px;
  }

  .vertical-block {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 0;
  }

  .photo-container-for-vertical {
    flex-flow: column-reverse;
  }

  .main-pic {
    width: 99%;
  }

  .thumb-link {
    max-width: 75px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .recycle-intro-interior {
    padding-left: 8%;
    padding-right: 8%;
  }

  .rc-countdown-section {
    height: 650px;
  }

  .event-col-map {
    width: 30%;
  }

  .event-block {
    width: 101%;
  }

  .event-icon {
    width: 15%;
  }

  .event-text-block {
    width: 81%;
  }

  .event-col-details {
    width: 69%;
  }

  .map-wrapper {
    width: 100%;
    margin-left: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .rc-form-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rc-about-flower-col {
    width: 15%;
  }

  .rc-form-flex {
    grid-column-gap: 31px;
    flex-wrap: nowrap;
  }

  .rc-entry-map-block {
    width: 30%;
    margin-left: 12px;
  }

  .rc-form-block {
    width: 59%;
  }

  .rc-form-heading {
    line-height: 1.1em;
  }

  .rc-about-text-col {
    width: 70%;
  }

  .countdown-outer {
    width: 100%;
    flex-direction: column;
  }

  .countdown-block-2 {
    width: 133px;
  }

  .rc-entry-form, .postcard-pic-block, .van-pic {
    width: 100%;
  }

  .postcard-text-block {
    width: 100%;
    padding-bottom: 11px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .postcard-block {
    flex-wrap: wrap;
  }

  .van-hdr {
    font-size: 2.6rem;
  }

  .wave-bottom {
    height: 100px;
  }

  .van-tracker-flex {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .van-tracker-img-block, .van-tracker-text-block {
    width: 100%;
  }

  .van-hdr-2.center {
    line-height: 1.2;
  }

  .van-slider-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .van-slider {
    height: 293px;
  }

  .slider-flex-for-centering {
    max-width: 504px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-img {
    width: 50%;
  }

  .mural-intro-section {
    margin-top: 22px;
  }

  .about-mural-block {
    flex-wrap: wrap;
  }

  .about-mural-pic-block {
    width: 100%;
  }

  .about-mural-txt-block {
    width: 100%;
    padding-left: 9px;
    padding-right: 9px;
  }

  .magic-block {
    flex-wrap: wrap;
  }

  .find-block, .who-block {
    width: 100%;
    padding-left: 9px;
    padding-right: 9px;
  }

  .chance-to-win-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image {
    width: 100%;
  }

  .wave-van-video-flex {
    width: 90%;
  }

  .wave-promo-block {
    flex-wrap: wrap;
  }

  .img-banner, .promo-text-block {
    width: 100%;
  }

  .logo-pack-example {
    width: 175px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }

  .footer {
    height: auto;
    padding: 20px;
  }

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

  .content {
    margin-top: 87px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 16px;
  }

  .contain {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-link {
    margin-left: 3%;
    margin-right: 3%;
    font-size: 17px;
    display: inline-block;
  }

  .footer-link.small {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
  }

  .footer-colon {
    padding-top: 4px;
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block;
  }

  .nav-menu {
    width: 60vw;
  }

  .nav-menu.w--open {
    margin-top: 70px;
  }

  .brand-link {
    width: 159px;
    padding-left: 9px;
  }

  .brand-link.w--current {
    width: 22%;
    padding-top: 8px;
    padding-left: 0;
  }

  .social-link {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 0 auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "Area Area-2 Area-3"
                         "Area-4 . Area-5";
    grid-auto-columns: 1fr;
    margin-top: 69px;
  }

  .home-heading {
    font-size: 22px;
  }

  .product-head {
    margin-bottom: 5px;
  }

  .product-more-photo-block {
    justify-content: center;
  }

  .product-more-text {
    font-size: 15px;
  }

  .product-photo-container {
    margin-bottom: 0;
  }

  .product-extra-block {
    justify-content: center;
  }

  .button {
    font-size: 16px;
  }

  .button.rc-about {
    font-size: 17px;
  }

  .page-heading {
    padding-left: 12px;
    font-size: 27px;
  }

  .intro-text {
    width: 100%;
    padding-bottom: 28px;
    padding-left: 0;
  }

  .flowers-flex {
    flex-direction: column;
    padding-right: 1px;
  }

  .flower-description-link {
    width: 100%;
    padding: 9px;
  }

  .flowers-family-heading {
    font-size: 26px;
  }

  .flower-photos-block {
    width: 100%;
    height: auto;
    align-items: flex-end;
  }

  .flowers-block-2 {
    width: 100%;
    margin-left: 0;
  }

  .faq-a-text {
    font-size: 16px;
  }

  .video-block-lrg {
    margin-bottom: 30px;
  }

  .how-to-link-block {
    flex-wrap: wrap;
    flex: 0 47%;
    align-content: flex-start;
    margin-left: 6px;
    margin-right: 6px;
  }

  .how-to-flex-area {
    grid-template-columns: 1fr 1fr;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .close-modal {
    width: 40px;
    height: auto;
  }

  .title-description {
    padding-left: 45%;
  }

  .blog-index-block {
    width: 100%;
  }

  .blog-index-item {
    padding-left: 16px;
    padding-right: 16px;
    display: inline-block;
  }

  .blog-title {
    font-size: 24px;
  }

  .blog-text {
    font-size: 16px;
  }

  .button-inside.align-right {
    font-size: 15px;
  }

  .blogger-pic {
    width: auto;
  }

  .blogger-grid-test {
    grid-template-columns: 1fr 1fr;
  }

  .blogger-test-block, .blog-index-box {
    flex: 0 auto;
    align-content: flex-start;
  }

  .grid-product-uses {
    grid-template-rows: auto;
  }

  .grid-product-more {
    grid-column-gap: 16px;
    grid-row-gap: 14px;
  }

  .flag-link-block {
    margin-left: 18px;
    margin-right: 18px;
  }

  .vertical-rule {
    display: block;
  }

  .choose-country-link {
    margin-left: 18px;
    margin-right: 18px;
  }

  .how-to-intro {
    font-size: 18px;
  }

  .ideas-flex-link-block {
    flex-direction: row;
    padding-right: 1px;
  }

  .ideas-block-pic-2 {
    width: 225px;
    height: 225px;
    margin-left: 0;
  }

  .ideas-block-text {
    width: 50%;
  }

  .ideas-imgs-block {
    width: 50%;
    height: auto;
    align-items: flex-end;
  }

  .blog-thumb {
    float: right;
  }

  .gallery-block {
    width: 500px;
    padding: 40px 0;
    top: -30px;
  }

  .gallery-img {
    width: 100%;
  }

  .fan-club-flex {
    flex-flow: wrap;
    justify-content: center;
  }

  .fanclub-block {
    width: 48%;
    flex-direction: column;
    flex: 0 auto;
  }

  .fanclub-block.fun {
    margin-left: 0;
    margin-right: 0;
  }

  .form-text {
    font-size: 15px;
  }

  .media-hilight {
    display: block;
  }

  .photo-guidelines-block {
    padding: 20px;
  }

  .button-close-guidelines {
    font-size: 16px;
  }

  .video-thumb-block {
    flex-basis: 47%;
    margin-bottom: 10px;
  }

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

  .ground-image {
    width: 60%;
  }

  .extra-photo-block {
    justify-content: center;
    margin-right: 6px;
  }

  .pop-up-block {
    width: 70vw;
    flex-direction: column;
  }

  .pop-up-img {
    margin-bottom: 31px;
    margin-right: 0;
  }

  .footer-logo-block {
    margin-bottom: 8px;
  }

  .footer-logo-block.show-mobile {
    display: block;
  }

  .footer-logo-block.hide-logo {
    display: none;
  }

  .register-text-group {
    padding-top: 9px;
  }

  .footer-logo-cool {
    margin-bottom: 0;
    margin-left: 23px;
    padding-top: 0;
    position: relative;
    top: -8px;
  }

  .footer-logo-wave {
    margin-bottom: 0;
  }

  .footer-link-text {
    margin-left: 4%;
    margin-right: 4%;
    font-size: 17px;
    display: inline-block;
  }

  .footer-center {
    width: 100%;
    flex-direction: row;
  }

  .footer-center-subtext {
    width: 80%;
  }

  .footer-center-main {
    margin-bottom: 17px;
  }

  .main-logo {
    padding-top: 8px;
  }

  .side-by-side-block {
    flex-direction: row;
    align-items: center;
  }

  .photo-container-for-vertical {
    margin-bottom: 0;
  }

  .recycle-intro-block {
    width: 95%;
  }

  .recycle-intro-interior {
    padding-left: 5%;
    padding-right: 5%;
  }

  .wax-seal {
    width: 125px;
  }

  .rc-countdown-section {
    height: 500px;
    background-position: 50% 100%;
    background-size: cover;
    margin-bottom: 0;
  }

  .countdown-block {
    top: 124px;
  }

  .rc-details-section {
    padding-top: 0;
  }

  .recycle-details-flex {
    flex-wrap: wrap;
  }

  .event-col-map {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 23px;
    padding-left: 0;
    display: none;
  }

  .event-icon {
    width: 13%;
  }

  .event-text-block {
    width: 83%;
    padding-right: 9px;
  }

  .event-col-details {
    width: 100%;
  }

  .map-wrapper {
    width: 100%;
    display: none;
  }

  .rc-form-section {
    padding-top: 1px;
  }

  .rc-about-section {
    padding-top: 53px;
  }

  .rc-entry-map-block {
    width: 100%;
    display: none;
  }

  .rc-form-block {
    width: 100%;
    padding-top: 16px;
  }

  .rc-about-text-col {
    width: 203%;
  }

  .rc-about-button-flex {
    grid-column-gap: 16px;
  }

  .countdown-outer {
    width: 100%;
    margin-bottom: 14px;
  }

  .countdown-row {
    justify-content: center;
    display: block;
  }

  .countdown-block-2 {
    width: 120px;
  }

  .countdown-time {
    font-size: 84px;
  }

  .postcard-block {
    width: 95%;
  }

  .van-hdr {
    margin-top: 18px;
  }

  .wave-bottom {
    height: 75px;
  }

  .van-slider-section {
    padding-top: 1px;
  }

  .mural-intro-block {
    min-height: 763px;
  }

  .mural-intro-section {
    margin-top: 35px;
  }

  .polaroid-image {
    display: none;
  }

  .petunia-block {
    height: 500px;
  }

  .beyond-title-mural {
    width: 300px;
  }

  .going-text {
    font-size: 2.3em;
  }

  .mural-intro-text, .mural-intro-text.small {
    max-width: 380px;
    font-size: 1.2rem;
  }

  .petunia-block-small {
    top: 56%;
  }

  .about-mural-block {
    flex-wrap: wrap;
  }

  .about-mural-pic-block, .about-mural-txt-block {
    width: 100%;
  }

  .chance-to-win-section {
    padding-top: 1px;
  }

  .petunia-block-mural-link {
    top: 56%;
  }

  .wave-van-video-flex {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .wave-promo-block {
    flex-wrap: wrap;
  }

  .img-banner {
    width: 100%;
    margin-bottom: 12px;
  }

  .promo-text-block {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    text-align: left;
    padding: 20px 17px;
  }

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

  .content {
    margin-top: 90px;
  }

  .footer-link {
    justify-content: center;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 17px;
    transition: all .2s;
    display: flex;
  }

  .footer-link.small {
    margin-bottom: 11px;
    font-size: 13px;
  }

  .footer-colon {
    display: none;
  }

  .nav-menu {
    width: 70vw;
    margin-top: 65px;
  }

  .nav-menu.w--open {
    margin-top: 65px;
  }

  .brand-link {
    width: 150px;
    margin-top: 3px;
    margin-left: 4px;
  }

  .brand-link.w--current {
    width: 37%;
    margin-left: 8px;
  }

  .social-flex-container {
    justify-content: space-around;
    padding-left: 6px;
    padding-right: 6px;
  }

  .menu-button {
    margin-top: 9px;
    padding: 6px 9px;
  }

  .menu-button.w--open {
    padding: 6px 9px;
  }

  .hamburger-wrapper {
    position: relative;
  }

  .grid {
    height: 100vh;
    grid-column-gap: 2px;
    flex: 0 auto;
    grid-template: "Area Area-2 Area-3" 26%
                   "Area-4 . Area-5" 26%
                   ". . ." 25%
                   / .75fr 1fr 1fr;
    grid-auto-rows: 18%;
    grid-auto-columns: minmax(33px, .25fr);
    grid-auto-flow: row;
    margin-top: 72px;
    margin-bottom: 0;
  }

  .home-heading {
    font-size: 18px;
  }

  .product-head {
    flex-direction: row;
    align-items: flex-end;
    font-size: 24px;
  }

  .product-more-img {
    object-fit: cover;
  }

  .product-more-text {
    font-size: 15px;
  }

  .button.recycle-intro {
    width: 100%;
    margin-right: 0;
  }

  .button.rc-about {
    width: 100%;
    padding: 9px;
  }

  .button.for-van {
    width: 90%;
    margin-right: 0;
  }

  .page-heading {
    padding-right: 32px;
    font-size: 24px;
    display: inline-block;
  }

  .intro-text {
    font-size: 16px;
  }

  .flowers-flex {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .flowers-family-text {
    font-size: 17px;
  }

  .how-to-pic {
    height: 200px;
    display: block;
  }

  .flowers-block-2 {
    height: 200px;
  }

  .search-button {
    padding-left: 12px;
    padding-right: 12px;
  }

  .search-input {
    width: 100%;
    padding-left: 7px;
    padding-right: 7px;
  }

  .ideas-link-block {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .how-to-link-block {
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .how-to-flex-area {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .close-modal {
    width: 30px;
  }

  .title-description {
    padding-left: 0%;
  }

  .blog-col-1, .blog-col-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-title {
    font-size: 22px;
  }

  .blog-text {
    font-size: 16px;
  }

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

  .blogger-pic {
    width: 33%;
    margin-right: 9px;
    display: block;
  }

  .button-return {
    height: auto;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
  }

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

  .blogger-grid-test {
    grid-template-columns: 1fr;
  }

  .blogger-test-block {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .blog-index-box {
    width: 100%;
  }

  .grid-product-more {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .faq-link-block, .videos-link-block, .ideas-fan-club-block, .ideas-how-to-link-block, .ideas-blog-link-block {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .lottie-blog {
    width: 100%;
    height: 89px;
  }

  .flag-menu {
    margin-left: 0;
    padding-left: 9px;
    padding-right: 9px;
  }

  .flag-link-block {
    margin-left: 9px;
    margin-right: 9px;
  }

  .vertical-rule {
    margin-left: 45px;
    margin-right: 45px;
    display: none;
  }

  .choose-country-link {
    margin-left: 18px;
    margin-right: 18px;
  }

  .how-to-combos {
    flex-flow: column wrap;
  }

  .combo-text-block {
    width: 100%;
    height: auto;
    align-self: center;
  }

  .combo-head, .combo-items {
    font-size: 15px;
  }

  .combo-diagram-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ideas-flex-link-block {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 10px;
  }

  .ideas-block-pic-2 {
    width: 100%;
    height: 300px;
  }

  .ideas-block-text {
    width: 65%;
    height: 300px;
  }

  .ideas-imgs-block {
    width: 30%;
  }

  .blog-thumb {
    width: 100%;
    margin-bottom: 12px;
    margin-left: 0;
  }

  .blog-date {
    font-size: 13px;
  }

  .blog-social-icon {
    width: 35px;
  }

  .gallery-block {
    width: 95%;
    padding: 25px 11px;
  }

  .gallery-img-block {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .fanclub-block {
    width: 100%;
    flex: 0 auto;
  }

  .fanclub-heading {
    font-size: 28px;
  }

  .fanclub-thumb-phone-bkg {
    display: block;
  }

  .logos-flex {
    flex-wrap: wrap;
  }

  .photo-guidelines-block {
    padding: 20px;
  }

  .paragraph-2 {
    font-size: 15px;
  }

  .video-thumb-block {
    flex-basis: 100%;
  }

  .video-title {
    font-size: 22px;
    line-height: 1.2em;
  }

  .home-block-1 {
    display: none;
  }

  .where-to-buy-flex {
    flex-direction: column;
  }

  .where-to-buy-block {
    width: auto;
    margin-bottom: 19px;
  }

  .grower-retailer-flex {
    flex-direction: column;
  }

  .grower-retailer-block {
    width: 100%;
    margin-bottom: 19px;
  }

  .ground-image {
    width: 90%;
  }

  .blog-subtitle {
    line-height: 1.3em;
  }

  .extra-photo-block {
    margin-right: 6px;
  }

  .pop-up-block {
    width: 80vw;
  }

  .register-text-group {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 7px;
    padding-left: 0;
  }

  .footer-link-text {
    justify-content: center;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 17px;
    transition: all .2s;
    display: flex;
  }

  .footer-center {
    flex-direction: row;
    justify-content: center;
  }

  .footer-center-subtext {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1px;
  }

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

  .vertical-block {
    width: 100%;
    flex-direction: row;
  }

  .rc-intro-section {
    background-size: auto;
  }

  .recycle-intro-block {
    width: 100%;
    padding: 10px;
    top: 136px;
  }

  .recycle-intro-interior {
    padding: 18px 13px;
  }

  .logo-beyond {
    margin-bottom: 64px;
  }

  .recycle-into-subhead {
    font-size: 24px;
  }

  .recycle-into-heading {
    font-size: 42px;
  }

  .recycle-into-text {
    font-size: 1.1rem;
  }

  .wax-seal {
    width: 100px;
  }

  .rc-countdown-section {
    height: 330px;
    background-position: 50% 0;
    background-size: cover;
  }

  .countdown-block {
    top: 93px;
  }

  .rc-details-section {
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .recycle-details-flex {
    flex-wrap: wrap-reverse;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .event-col-map {
    padding-top: 0;
    display: block;
  }

  .event-block {
    flex-wrap: wrap;
  }

  .event-icon {
    width: 18%;
  }

  .event-text-block {
    width: 100%;
  }

  .rc-heading {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .map-wrapper {
    margin-bottom: 29px;
    margin-left: 0;
    display: block;
  }

  .rc-form-section {
    padding: 0 6px 20px;
  }

  .rc-about-section {
    padding-top: 48px;
  }

  .rc-about-flower-col {
    width: 10%;
  }

  .rc-form-flex {
    flex-wrap: wrap;
  }

  .rc-entry-map-block {
    width: 100%;
    align-items: center;
    margin-top: 14px;
    display: none;
  }

  .rc-form-block {
    width: 100%;
    padding-top: 15px;
  }

  .rc-form-heading {
    line-height: 1.1em;
  }

  .rc-about-button-flex {
    flex-wrap: wrap;
  }

  .countdown-outer {
    margin-bottom: 9px;
  }

  .countdown-block-2 {
    width: 59px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .countdown-time {
    margin-bottom: 8px;
    font-size: 35px;
  }

  .countdown-detail {
    font-size: 14px;
  }

  .rc-countdown-hdr {
    font-size: 34px;
    top: 105px;
  }

  .van-intro-section {
    background-size: auto;
  }

  .postcard-text-block {
    padding-left: 18px;
    padding-right: 18px;
  }

  .postcard-block {
    width: 100%;
    padding: 10px;
    top: 16px;
  }

  .van-text {
    font-size: 1rem;
    line-height: 1.6em;
  }

  .van-hdr {
    margin-top: 16px;
    font-size: 1.9rem;
  }

  .keyline {
    padding: 0;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
  }

  .van-tracker-section {
    margin-bottom: 14px;
  }

  .wave-bottom {
    height: 50px;
  }

  .van-tracker-flex {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .van-hdr-2 {
    margin-bottom: 12px;
    font-size: 32px;
  }

  .van-hdr-2.text-white {
    font-size: 2rem;
    line-height: 1;
  }

  .van-hdr-2.center {
    font-size: 2rem;
    line-height: 1.1;
  }

  .van-flower-icon {
    width: 100%;
  }

  .van-event-hdr {
    font-size: 22px;
  }

  .van-event-link {
    margin-bottom: 8px;
    margin-right: 21px;
    font-size: 1rem;
    display: block;
  }

  .van-slider-section {
    padding: 0 6px 20px;
  }

  .van-slider {
    height: 197px;
  }

  .right-arrow, .left-arrow {
    width: 45px;
  }

  .wave-event-sub {
    font-size: 18px;
  }

  .mural-intro-section {
    background-size: auto;
    margin-top: 44px;
    padding-bottom: 0;
  }

  .petunia-block {
    height: 433px;
    background-color: #fff;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .beyond-title-mural {
    background-color: #fff;
    margin-bottom: 6px;
    padding: 18px;
  }

  .going-text {
    margin-bottom: 8px;
  }

  .mural-intro-text, .mural-intro-text.small {
    font-size: 1rem;
  }

  .petunia-block-small {
    top: 56%;
  }

  .about-mural-block {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .about-mural-pic-block, .about-mural-txt-block {
    width: 100%;
  }

  .about-mural-hdr {
    margin-bottom: 12px;
    font-size: 32px;
  }

  .find-block, .who-block {
    flex-wrap: wrap;
  }

  .find-pic-block {
    width: 100%;
    height: auto;
  }

  .find-txt-block {
    width: 100%;
  }

  .who-pic-block {
    width: 100%;
    height: auto;
  }

  .who-txt-block {
    width: 100%;
  }

  .chance-to-win-section {
    padding: 0 6px 20px;
  }

  .enter-chance-block {
    flex-wrap: wrap;
  }

  .chance-pic-block, .chance-form-block {
    width: 100%;
  }

  .van-hdr-3 {
    margin-bottom: 12px;
    font-size: 32px;
  }

  .image {
    margin-bottom: 9px;
  }

  .petunia-block-mural-link {
    top: 56%;
  }

  .wave-van-video-flex {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .banner-flex-block {
    flex-wrap: wrap;
  }

  .wave-promo-block {
    width: 100%;
  }

  .img-banner {
    margin-bottom: 12px;
  }

  .logo-pack-example {
    width: 86px;
  }
}

#w-node-_46b5008a-bf70-4843-f19d-64cbbd363fc0-3da44017 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3c7204f2-9447-9d38-4ffc-1a0b75fb2b0b-3da44017, #w-node-_1ad97215-8483-1c45-e994-2b474ff6eb05-3da44017 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_59c1ae63-0800-4307-5d4c-a3dd86db7143-0fb0ae1a {
  align-self: stretch;
}

#w-node-_46b5008a-bf70-4843-f19d-64cbbd363fc0-119ad404 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3c7204f2-9447-9d38-4ffc-1a0b75fb2b0b-119ad404, #w-node-_1ad97215-8483-1c45-e994-2b474ff6eb05-119ad404 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_46b5008a-bf70-4843-f19d-64cbbd363fc0-ebe43c05 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3c7204f2-9447-9d38-4ffc-1a0b75fb2b0b-ebe43c05, #w-node-_1ad97215-8483-1c45-e994-2b474ff6eb05-ebe43c05 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_46b5008a-bf70-4843-f19d-64cbbd363fc0-d4f0a5db {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3c7204f2-9447-9d38-4ffc-1a0b75fb2b0b-d4f0a5db, #w-node-_1ad97215-8483-1c45-e994-2b474ff6eb05-d4f0a5db {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_59c1ae63-0800-4307-5d4c-a3dd86db7143-79871f4d, #w-node-_59c1ae63-0800-4307-5d4c-a3dd86db7143-a0a06e52 {
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  #w-node-_46b5008a-bf70-4843-f19d-64cbbd363fc0-3da44017, #w-node-_1ad97215-8483-1c45-e994-2b474ff6eb05-3da44017, #w-node-_46b5008a-bf70-4843-f19d-64cbbd363fc0-119ad404, #w-node-_1ad97215-8483-1c45-e994-2b474ff6eb05-119ad404, #w-node-_46b5008a-bf70-4843-f19d-64cbbd363fc0-ebe43c05, #w-node-_1ad97215-8483-1c45-e994-2b474ff6eb05-ebe43c05, #w-node-_46b5008a-bf70-4843-f19d-64cbbd363fc0-d4f0a5db, #w-node-_1ad97215-8483-1c45-e994-2b474ff6eb05-d4f0a5db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_46b5008a-bf70-4843-f19d-64cbbd363fc0-3da44017 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3c7204f2-9447-9d38-4ffc-1a0b75fb2b0b-3da44017, #w-node-cb0f269c-4a98-cf3e-52a3-9be59d67cd04-3da44017, #w-node-_815aa6e6-7db8-9925-2b4e-39b5b34d81f7-3da44017, #w-node-_1ad97215-8483-1c45-e994-2b474ff6eb05-3da44017 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_46b5008a-bf70-4843-f19d-64cbbd363fc0-119ad404 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3c7204f2-9447-9d38-4ffc-1a0b75fb2b0b-119ad404, #w-node-cb0f269c-4a98-cf3e-52a3-9be59d67cd04-119ad404, #w-node-_815aa6e6-7db8-9925-2b4e-39b5b34d81f7-119ad404, #w-node-_1ad97215-8483-1c45-e994-2b474ff6eb05-119ad404, #w-node-_46b5008a-bf70-4843-f19d-64cbbd363fc0-ebe43c05, #w-node-_3c7204f2-9447-9d38-4ffc-1a0b75fb2b0b-ebe43c05, #w-node-cb0f269c-4a98-cf3e-52a3-9be59d67cd04-ebe43c05, #w-node-_815aa6e6-7db8-9925-2b4e-39b5b34d81f7-ebe43c05, #w-node-_1ad97215-8483-1c45-e994-2b474ff6eb05-ebe43c05 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_46b5008a-bf70-4843-f19d-64cbbd363fc0-d4f0a5db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3c7204f2-9447-9d38-4ffc-1a0b75fb2b0b-d4f0a5db, #w-node-cb0f269c-4a98-cf3e-52a3-9be59d67cd04-d4f0a5db, #w-node-_815aa6e6-7db8-9925-2b4e-39b5b34d81f7-d4f0a5db, #w-node-_1ad97215-8483-1c45-e994-2b474ff6eb05-d4f0a5db {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}