:root {
  --pas-type: #333;
  --pas-p355-general: #00973a;
  --pas-green-footer: #008332;
  --pas-p158-potted: #e87928;
  --pas-p7442-cut: #983cc9;
  --pas-p577-veg: #aac689;
  --pas-p233-wave: #c70087;
  --p3258-turquoise: #4dc1b9;
  --pas-p116-annuals: #ffcf00;
  --pas-p199-perennials: #d50037;
  --white: white;
  --light-lines: #d6d6d6;
  --gray-lt-lines: #c4c4c4;
  --kitchenminis-red: #c01226;
}

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

body {
  color: #333;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  font-family: Mulish, sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: .7rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: .7rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: .8rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: .7rem;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: .7rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}

h6 {
  margin-top: 0;
  margin-bottom: .7rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3rem;
}

p {
  color: var(--pas-type);
  margin-bottom: .9rem;
  font-size: 1.1rem;
  line-height: 1.45;
}

a {
  color: #006126;
  text-decoration: none;
  transition: all .225s;
}

a:hover {
  color: #b94f01;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 40px;
  font-size: 1rem;
  line-height: 1.3;
}

li {
  margin-bottom: .5rem;
  font-size: 1.1rem;
  line-height: 1.3;
  list-style-type: square;
}

img {
  max-width: 100%;
  overflow: hidden;
}

label {
  font-size: .95rem;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.125rem;
  line-height: 1.3rem;
}

.sg-section {
  z-index: 0;
  text-align: left;
  padding: 60px 80px 60px 60px;
  position: relative;
}

.sg-section.header {
  background-color: var(--pas-p355-general);
  color: #fff;
}

.ds-colour-block {
  width: 20%;
  margin-top: 16px;
  padding-right: 16px;
  font-size: .9em;
  line-height: 1em;
  display: inline-block;
}

.sg-label {
  color: #808c91;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.form-error {
  color: #444;
  background-color: #ece7e0;
  border-radius: 6px;
  padding: 16px;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.tab-link {
  opacity: .5;
  color: #4c5458;
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #afb7bb;
  flex: 0 auto;
  width: 140px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-size: 18px;
  transition: border-color .2s, color .2s;
}

.tab-link:hover {
  color: #2a2f31;
  border-bottom-color: #4c5458;
}

.tab-link.w--current {
  opacity: 1;
  color: #356af0;
  background-color: #0000;
  border-bottom-color: #529dff;
  font-weight: 700;
}

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

.visible-spacer {
  background-color: #d0e8ff;
  border-radius: 5px;
  width: 100%;
  display: inline-block;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #2b95ff;
}

.ds-section-header {
  margin-bottom: 50px;
}

.ds-icon {
  margin-bottom: 4px;
  margin-right: 24px;
  display: inline-block;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

.field-label {
  color: #4c5458;
  font-size: 14px;
  font-weight: 500;
}

.form {
  margin-bottom: 8px;
}

.field-block {
  z-index: 1;
  border: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 50px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.ds-icon-grid {
  margin-top: 24px;
}

.text-box {
  max-width: 750px;
}

.sg-nav-container {
  background-color: #f0f2f3;
  width: 240px;
  height: 100vh;
}

.button {
  background-color: var(--pas-green-footer);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  flex: none;
  margin-right: 14px;
  padding: .2em 1em;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
  box-shadow: 0 2px 8px #00000008;
}

.button:hover {
  background-color: var(--pas-p158-potted);
  color: #fff;
  box-shadow: 0 7px 20px -10px #0003;
}

.button:active {
  background-color: var(--pas-p7442-cut);
}

.button.light {
  background-color: var(--pas-p577-veg);
  color: #2e2e2e;
}

.button.light:hover {
  background-color: var(--pas-p355-general);
  color: #fff;
}

.button.light:active {
  color: #fff;
  background-color: #356af0;
}

.button.outline {
  border: 1px solid var(--pas-green-footer);
  box-shadow: none;
  color: #111;
  background-color: #0000;
}

.button.outline:hover {
  background-color: var(--pas-p355-general);
  box-shadow: inset 0 0 0 2px var(--pas-p355-general);
  color: #fff;
}

.button.outline:active {
  background-color: #0f42c3;
  box-shadow: inset 0 0 0 2px #0f42c3;
}

.button.outline.wave {
  border-color: var(--pas-p233-wave);
}

.button.combos {
  background-color: var(--p3258-turquoise);
  color: #000;
}

.sg-description {
  color: #929aa1;
  max-width: 400px;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.sg-menu {
  width: 100%;
}

.horizontal-line {
  opacity: .2;
  background-color: #1d1916;
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

.sg-nav {
  border-right: 1px solid #ced5db;
  width: 240px;
  height: 0;
  position: fixed;
  inset: 0% auto 0 0;
}

.form-success {
  color: #444;
  background-color: #d4e9ff;
  border-radius: 6px;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.sg-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
}

.vertical-tab {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.sg-menu-link {
  color: #4c5458;
  border-left: 4px solid #0000;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
  transition: background-color .2s, color .2s;
}

.sg-menu-link:hover {
  color: #111314;
}

.sg-menu-link.w--current {
  color: #111314;
  background-color: #e1e5e7;
  padding-right: 0;
  font-weight: 600;
}

.check-box {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  background-color: #2b95ff;
  background-position: 50%;
  background-size: 16px;
  border-color: #2b95ff;
}

.brand-slider-icon {
  color: #949494;
  width: 27px;
  height: 35px;
  margin-right: .4em;
  font-size: 24px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-input {
  border: 1px solid #e1e5e7;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 24px 16px;
  font-size: 15px;
  line-height: 1.4px;
  box-shadow: 0 0 10px #00000003;
}

.text-input:focus {
  border-color: #529dff;
}

.text-input::placeholder {
  color: #e1e5e7;
}

.text-input.form {
  min-height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4em;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-4 {
  width: 33.33%;
}

.heading.h5 {
  color: #4c5458;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5em;
}

.heading.h6 {
  color: #4c5458;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
}

.sg-body {
  background-color: #fff;
}

.sg-title {
  color: #3f3b35;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.4em;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.sp10 {
  height: 10px;
}

.sp10._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.sp10._48 {
  background-color: #0000;
  border-radius: 6px;
  width: 48px;
}

.color-block {
  background-color: #7e7e7e;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 9px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.black {
  background-color: var(--pas-type);
}

.color-block.green {
  background-color: var(--pas-p355-general);
}

.color-block.magenta {
  background-color: var(--pas-p233-wave);
}

.color-block.yellow {
  background-color: var(--pas-p116-annuals);
}

.color-block.red {
  background-color: var(--pas-p199-perennials);
}

.color-block.orange {
  background-color: var(--pas-p158-potted);
}

.color-block.purple {
  background-color: var(--pas-p7442-cut);
}

.color-block.lt-green {
  background-color: var(--pas-p577-veg);
}

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

.color-block.green-footer {
  background-color: var(--pas-green-footer);
}

.tabs-menu {
  justify-content: center;
  width: 100%;
  margin-bottom: 48px;
  display: flex;
}

.sg-menu-brand {
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 30px;
  padding-left: 0;
}

.form-dropdown {
  color: #4c5458;
  background-color: #fff;
  border: 1px solid #e1e5e7;
  border-radius: 5px;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-size: 15px;
  position: relative;
}

.form-dropdown:hover, .form-dropdown:focus {
  color: #37474e;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.sg-block {
  margin-bottom: 32px;
}

.green {
  background-color: #00973a;
  margin-bottom: 9px;
}

.black {
  background-color: #333;
  margin-bottom: 9px;
}

.p-large {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.p-large.center {
  text-align: center;
}

.p-small {
  font-size: .9rem;
  line-height: 1.4;
}

.sp25 {
  height: 25px;
}

.sp50 {
  height: 50px;
}

.sp100 {
  height: 100px;
}

.contain {
  flex: 1;
  max-width: 1400px;
  min-height: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5em;
  padding-right: .5em;
  display: block;
}

.contain.flex-text-left {
  flex-flow: row-reverse wrap;
  justify-content: flex-end;
  display: flex;
}

.contain.flex-text-right {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.footer {
  background-color: var(--pas-green-footer);
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 8px;
  position: relative;
  inset: auto 0% 0%;
}

.footer-flex {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 90px;
  display: flex;
}

.footer-block-col1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 12px;
  font-size: 1em;
  line-height: 1.2;
  display: flex;
}

.footer-heading {
  color: #fff;
  width: 100%;
  margin-bottom: 9px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
}

.footer-link {
  color: #fff;
  margin-bottom: 12px;
  font-size: .9rem;
  text-decoration: none;
  transition: all .225s;
}

.footer-link:hover {
  color: #fff;
  transform: translate(6px);
}

.copyright-block {
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 11px;
  font-size: .6rem;
  line-height: 1.1;
  display: flex;
}

.alert-section {
  background-color: var(--pas-green-footer);
  padding: .5em 0;
  display: block;
}

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

.alert-heading {
  color: #fff;
  margin-right: 15px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.1;
}

.alert-text-block {
  align-items: flex-end;
  display: flex;
}

.alert-text {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.1;
}

.pop-up-cat {
  width: 306px;
  margin-bottom: 4px;
}

.feature-text-block {
  padding: .8em;
}

.feature-heading {
  margin-bottom: .3em;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2;
}

.feature-text {
  font-size: 1em;
  line-height: 1.2em;
}

.about-section {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.about-block {
  margin-top: .7em;
}

.about-intro-block {
  flex-direction: column;
  align-items: center;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.search-link-block {
  color: #5a5a5a;
  align-items: center;
  padding-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.search-link-block:hover {
  color: var(--pas-green-footer);
}

.n-menu-link {
  color: var(--pas-type);
  letter-spacing: .15px;
  flex: 0 auto;
  margin-left: 9px;
  margin-right: 9px;
  padding: 5px 4px;
  font-family: Mulish, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.n-menu-link:hover {
  color: var(--pas-green-footer);
}

.n-menu-link:focus-visible, .n-menu-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: var(--pas-green-footer);
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.n-menu-link:visited {
  color: var(--pas-type);
}

.n-menu-link.search {
  margin-right: 0;
  padding-top: 12px;
  padding-right: 7px;
  text-decoration: none;
}

.n-menu-link.sm {
  font-size: 1rem;
}

.n-menu-link.current {
  color: var(--pas-green-footer);
  font-weight: 700;
}

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

.nav-menu {
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.n-menu-brand {
  width: 25%;
}

.n-menu-brand.w--current {
  width: 25%;
  transition: all .225s;
  display: block;
}

.magnify {
  width: 10%;
  padding-bottom: 0;
  padding-left: 5px;
  position: relative;
  top: 3px;
  left: -3px;
}

.nav-divider-2 {
  background-color: #adadad;
  width: 1px;
  height: 22px;
  margin-left: 10px;
  margin-right: 10px;
}

.nav-img {
  transition: all .225s;
}

.nav-img:hover {
  transform: scale(1.03);
}

.list-item-div-block {
  color: #c2c2c2;
  list-style-type: none;
  position: relative;
  top: 8px;
}

.nav-menu-links {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  left: auto;
}

.nav-menu-links.upper {
  border-bottom: 1px solid #b6b6b6;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 18px;
  font-size: .95rem;
}

.nav-menu-links.bottom {
  font-size: .95rem;
}

.n-menu-container {
  z-index: 1000;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 9px;
}

.button-arrow {
  border: 1px solid var(--pas-p355-general);
  color: #202020;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin: .5em auto;
  padding: .5em .8em .5em 1em;
  font-size: 1.1rem;
  line-height: 1.4;
  transition: all .225s;
  display: inline-block;
  position: sticky;
}

.button-arrow:hover {
  background-color: var(--pas-p355-general);
  color: #fff;
}

.button-arrow.subscribe {
  text-align: center;
  width: 30%;
  margin: 0 0;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 17px;
  display: flex;
  position: relative;
  top: -18px;
}

.button-arrow.orange {
  border-color: var(--pas-p158-potted);
  background-color: var(--pas-p158-potted);
  color: #000;
}

.button-arrow.orange:hover {
  background-color: var(--pas-p7442-cut);
}

.button-arrow.alert {
  color: #000;
  background-color: #fff;
  margin-right: 0;
  padding: .4em 1.1em;
  font-size: .9rem;
  display: flex;
}

.button-arrow.alert:hover {
  background-color: var(--pas-type);
  color: #fff;
}

.arrow {
  width: 30%;
  height: 18px;
  padding-top: 0;
  padding-left: 16px;
}

.feature-flex {
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: .7em;
  padding-bottom: .7em;
  display: flex;
}

.feature-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-size: 1em;
}

.feature-wrap {
  color: #333;
  background-color: #eee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 24.5%;
  text-decoration: none;
  display: flex;
}

.feature-wrap:hover {
  background-color: var(--pas-green-footer);
  color: var(--white);
}

.feature-img-block {
  height: 250px;
}

.home-section-hd {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 2.6rem;
}

.home-section-hd.center {
  text-align: center;
}

.gen-section-bkg {
  align-items: center;
  min-height: 550px;
  margin-bottom: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.gen-section-bkg.gen-pic-1 {
  background-image: url('../images/home_BCF21-28609.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 2em;
  padding-bottom: 2em;
}

.gen-section-bkg.gen-pic-2 {
  background-image: url('../images/home_angelonia.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gen-section-bkg.about-2 {
  background-image: url('../images/about_11_14-07-2022_16.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gen-section-bkg.about-1 {
  background-image: url('../images/about_foto_6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gen-section-bkg.kieft {
  background-image: url('../images/kieft_14-07-2022_15.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 2em;
}

.gen-section-bkg.seed {
  background-image: url('../images/seed_SeedLab_105.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gen-section-bkg.media {
  background-color: #eee;
}

.gen-section-bkg.north-america {
  background-image: url('../images/north-america_DSC_5956.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gen-section-bkg.eurasia {
  background-image: url('../images/485A7722_M.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gen-section-bkg.asia-pacific {
  background-image: url('../images/5P3A0843.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gen-section-bkg.wave {
  background-image: url('../images/wave_PAS12-13712.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.gen-section-bkg.fantastic {
  background-image: url('../images/fantastic_PAS08-6593.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gen-section-bkg.handpicked {
  background-image: url('../images/handpicked_PAS15-19918.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gen-section-bkg.prolandscape {
  background-image: url('../images/prolandscape_BEG17-22344_1.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gen-section-bkg.prolandscape-2 {
  background-image: url('../images/prolandscape_BEG17-22344.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gen-section-bkg.wave-tips-bkg {
  background-image: url('../images/wave-tips_bkg_PAS12-13714.jpg');
  background-position: 50%;
  background-size: cover;
}

.gen-section-bkg.latin-america {
  background-image: url('../images/latin_N02_9493_full.jpg');
  background-position: 50%;
  background-size: cover;
}

.gen-section-bkg.europe-africa {
  background-image: url('../images/europe_bkg_02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gen-description-block {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  min-height: 100px;
  padding: 1.5em;
}

.gen-description-block.white {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.gen-description-block.wide {
  width: 70%;
}

.gen-description-block.prolandscape {
  width: 45%;
}

.gen-description-block.wave-col-2 {
  width: 70%;
}

.gen-description-block.wave-tips {
  width: 45%;
}

.section-title {
  margin-bottom: 1.2rem;
  font-family: Mulish, sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.1;
}

.section-title.wave-tips {
  color: var(--pas-p233-wave);
}

.text-white {
  color: #fff;
}

.home-gen-pic-block {
  object-fit: cover;
  background-color: #fff;
  width: 60%;
}

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

.our-brands-section {
  margin-top: 1em;
  margin-bottom: 2em;
}

.footer-block-contact {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.contact-col {
  color: #fff;
  width: 42%;
  margin-right: 24px;
  font-size: .9em;
  line-height: 1.3em;
}

.product-main-section {
  align-items: center;
  margin-top: 1em;
  margin-bottom: 2em;
  display: block;
}

.product-region-block {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  min-height: 20px;
  margin-bottom: 18px;
  display: flex;
}

.product-region-block.test {
  margin-bottom: 24px;
}

.product-array-section {
  margin-bottom: 30px;
}

.filter-menu {
  background-color: #fff;
  min-height: 25px;
  padding: 4px 12px 12px 0;
}

.variety-wrapper {
  color: #333;
  background-color: #eee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 19%;
  padding-bottom: .4em;
  text-decoration: none;
  transition: all .225s;
  display: flex;
}

.variety-wrapper:hover {
  background-color: var(--pas-p355-general);
  color: #fff;
}

.variety-wrapper.w--current {
  width: 19%;
}

.variety-wrapper.combo:hover {
  background-color: var(--p3258-turquoise);
  color: #000;
}

.p-image-block {
  flex-direction: row;
  justify-content: center;
  transition: all .225s;
  display: block;
  position: relative;
  overflow: hidden;
}

.cat-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .22s;
  display: block;
  overflow: hidden;
}

.cat-img:hover {
  transform: scale(1.07);
}

.product-text-block {
  padding: .6em;
}

.p-title {
  margin-bottom: .4rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.p-text {
  font-size: .9rem;
  line-height: 1.2em;
  text-decoration: none;
}

.plantsearchbox {
  border: 1px solid #a3a3a3;
  flex: 0 90%;
  width: 100%;
  padding: 6px;
}

.filter-heading {
  margin-top: 0;
  margin-bottom: .5rem;
  margin-left: 0;
  font-size: 1.4rem;
}

.filter-head {
  border-bottom: 1px solid var(--light-lines);
  padding-bottom: 4px;
  font-size: 1.2em;
}

.checkbox {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 17px;
  margin-bottom: 4px;
  display: flex;
}

.icon-wrapper {
  color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 35px;
  margin-bottom: 8px;
  padding-top: 0;
  padding-left: 11px;
  padding-right: 11px;
  font-size: .95rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.icon-wrapper:hover {
  color: var(--pas-p116-annuals);
  transform: translate(0, -5px);
}

.brand-intro-section {
  background-image: url('../images/brand_img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: space-between;
  align-items: center;
  height: 70vh;
  display: flex;
}

.brand-intro-section.handpicked {
  background-image: url('../images/handpicked_PAS13-16205AL2.jpg');
  background-position: 50%;
  background-size: cover;
}

.brand-intro-section.handpicked.short {
  height: 35vh;
}

.brand-intro-section.beacon {
  background-color: #fff;
  background-image: url('../images/beacon_IMP19-26063_AL.jpg');
  background-position: 50%;
  background-size: cover;
}

.brand-intro-section.kieft {
  background-image: url('../images/bkg_kieft_ECH09-8558.jpg');
  background-position: 0 0;
  background-size: cover;
}

.brand-intro-section.kieft.short {
  height: 35vh;
}

.brand-intro-section.fantastic {
  background-image: url('../images/fantastic_FAN10-9642.jpg');
  background-position: 50%;
  background-size: cover;
}

.brand-intro-section.bloomstudios {
  background-image: url('../images/bloomstudios_BCF21.jpg');
  background-position: 0 0;
  background-size: cover;
}

.brand-intro-section.wave {
  background-image: url('../images/wave_PET24-31969_CC.jpg');
  background-position: 50%;
  background-size: cover;
}

.brand-intro-section.wave.marketing {
  background-image: url('../images/wave_PET14-17515.jpg');
  justify-content: flex-start;
  align-items: center;
}

.brand-intro-section.wave.pansy {
  background-image: url('../images/wave-pansy_topwave_PAN24-32746.webp');
}

.brand-intro-section.kitchen-minis {
  background-image: url('../images/bkg_kitchen_shutterstock_577834054.jpg');
  background-position: 0%;
  background-size: cover;
}

.brand-intro-section.kitchen-minis.narrow {
  height: 40vh;
}

.brand-intro-section.prolandscape {
  background-image: url('../images/prolandscape_MIX05-1041cc-1080.jpg');
  background-position: 50%;
  background-size: cover;
}

.brand-intro-section.narrow {
  height: 45vh;
  margin-bottom: 20px;
}

.brand-intro-section.narrow.sow-fast {
  background-image: url('../images/sowfast_MAR12-13775.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.brand-intro-section.narrow.pollinators {
  background-image: url('../images/pollinators_Venhuizen_2024_181.jpg'), url('../images/brand_img.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: scroll, fixed;
}

.brand-intro-section.new-varieties {
  background-image: url('../images/about_PanAmerican_proeftuin_Drone_11.jpg');
  background-position: 50%;
  background-size: cover;
}

.brand-intro-section.colorgrass {
  background-image: url('../images/bkg_colorgrass_PAS16-20673.jpg'), url('../images/brand_img.jpg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: scroll, fixed;
}

.brand-intro-section.wave-display {
  background-image: url('../images/wave-tips_PAS12-13712.jpg');
  background-position: 50%;
  background-size: cover;
}

.intro-flex {
  grid-column-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.intro-flex.blog {
  grid-column-gap: 12px;
}

.intro-flex.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.intro-title-block-left {
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 1.3em 1.6em 1em;
  display: flex;
}

.intro-title-block-left.with-button {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  padding-right: 0;
}

.brand-logo-block {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 45%;
  padding: 2em 1.5em;
  display: flex;
}

.brand-logo {
  width: 60%;
}

.brand-logo.fantastic, .brand-logo.kitchen-minis {
  width: 75%;
}

.brand-logo.prolandscape {
  width: 80%;
}

.brand-logo.handpicked {
  width: 75%;
}

.large {
  color: var(--pas-type);
  margin-bottom: .5em;
  font-weight: 400;
}

.intro-text {
  margin-bottom: .5em;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.intro-heading {
  color: var(--pas-p355-general);
  margin-bottom: .4em;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.1;
}

.intro-heading.small {
  font-size: 1.7rem;
}

.intro-heading.combos {
  color: #3f9e97;
}

.brand-describe-section {
  margin-bottom: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
}

.brand-describe-section.handpicked {
  background-color: var(--pas-p577-veg);
}

.brand-describe-section.kitchen-minis {
  background-color: #b5231d;
  line-height: 1.3;
}

.brand-describe-section.kieft {
  background-color: #015c50;
  margin-bottom: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1.3;
}

.brand-describe-section.beacon {
  background-color: #7c295a;
}

.brand-describe-section.wave {
  background-color: #c70087;
}

.brand-describe-section.coolwave {
  background-color: #819ed1;
}

.brand-describe-section.bloomstudios {
  background-color: var(--pas-p7442-cut);
}

.brand-describe-section.fantastic {
  background-color: #ffd600;
}

.brand-describe-section.prolandscape {
  background-color: #8ac63f;
}

.brand-sub-1 {
  font-size: 1.8rem;
}

.large-list {
  padding-left: 16px;
  font-size: 1.1em;
  line-height: 1.3;
}

.large-list.text-white {
  padding-left: 19px;
  font-size: 1em;
}

.brand-item-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1em;
  display: block;
}

.p-wrap-25 {
  color: #333;
  background-color: #eee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 24%;
  padding-bottom: .4em;
  text-decoration: none;
  transition: all .225s;
  display: flex;
}

.p-wrap-25:hover {
  background-color: var(--pas-p355-general);
  color: #fff;
}

.thumb-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 16px;
  position: absolute;
  overflow: hidden;
}

.thumb-img-wrapper {
  border: 1px solid var(--pas-p355-general);
  object-fit: fill;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 8px;
  display: flex;
  position: relative;
}

.downloads-flex {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: stretch;
  min-height: 50px;
  margin-bottom: 2em;
  display: flex;
}

.icon-download {
  float: left;
  color: var(--pas-p233-wave);
  width: 17px;
  min-width: 17px;
  margin-right: .5em;
  font-size: 14px;
  position: relative;
  inset: 0%;
}

.brand-item-download {
  color: var(--pas-type);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 23%;
  margin-bottom: 2em;
  text-decoration: none;
  display: block;
}

.brand-item-download:hover {
  color: var(--pas-p355-general);
  background-color: #f3f3f3;
  text-decoration: none;
}

.download-item-caption {
  text-align: center;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.1;
}

.product-sub {
  color: var(--pas-green-footer);
  margin-top: 1rem;
  margin-bottom: .6rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.button-flex {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  font-size: .95em;
  display: flex;
}

.home-video-wrapper {
  width: 100%;
  margin-top: -99px;
  padding-top: 56.25%;
  position: relative;
}

.home-bkg-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bkg {
  background-color: #f1f1f1;
  padding: 1px 2px;
}

.product-img-large {
  width: 100%;
  height: auto;
}

.download-link {
  color: var(--pas-p199-perennials);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .7em;
  padding: 2px;
  font-size: .95rem;
  line-height: 1.4;
  text-decoration: none;
  transition: all .225s;
  display: flex;
}

.download-link:hover {
  color: var(--pas-p355-general);
  transform: translate(.5em);
}

.download-link.bkg {
  padding: 2px;
}

.products-video-section {
  grid-column-gap: 12px;
  grid-row-gap: 19px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.v-time {
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
}

.prod-vid-wrapper {
  color: #333;
  background-color: #eee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 32%;
  padding-bottom: .4em;
  text-decoration: none;
  transition: all .225s;
  display: flex;
}

.prod-vid-wrapper:hover {
  background-color: var(--pas-p355-general);
  color: #fff;
}

.prod-vid-wrapper.w--current {
  justify-content: flex-start;
  align-items: stretch;
  width: 32.5%;
}

.products-videos-flex, .products-varieties-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.products-varieties-section {
  grid-column-gap: 12px;
  grid-row-gap: 19px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.prod-pic-section {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 2em;
  position: relative;
}

.prod-pic-section.annuals {
  background-image: url('../images/bkg_annuals.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.prod-pic-section.perennials {
  background-image: url('../images/bkg_perennials.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.prod-pic-section.cutflowers {
  background-image: url('../images/bkg_cutflowers.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.prod-pic-section.veg {
  background-image: url('../images/bkg_veg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.prod-pic-section.wave {
  background-image: url('../images/bkg_wave.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.prod-pic-section.potted {
  background-image: url('../images/bkg_potted.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.prod-pic-section.combos {
  background-color: var(--p3258-turquoise);
}

.img-overlay {
  z-index: -1;
  opacity: 1;
  mix-blend-mode: multiply;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.prod-main-title {
  color: var(--pas-type);
  background-color: #fff;
  width: 50%;
  margin-top: 0;
  margin-bottom: .6em;
  padding: 14px 9px 14px 25px;
  font-size: 2.5rem;
  font-weight: 500;
}

.prod-main-flex {
  grid-column-gap: 12px;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.prod-details-sect {
  margin-bottom: 2em;
}

.prod-description-1 {
  padding-right: 1em;
}

.prod-description-2 {
  padding-left: 1em;
}

.sales-block {
  background-color: #ebebeb;
  align-items: flex-start;
  margin-top: 2em;
  padding: 1em;
  display: flex;
}

.sales-info {
  width: 70%;
}

.sales-photo {
  width: 30%;
  height: 100%;
}

.prod-title-flex {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1em;
  display: block;
}

.prod-title-flex.subscribe {
  display: flex;
}

.prod-download-section {
  grid-column-gap: 12px;
  grid-row-gap: 19px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.video-icon {
  color: #00973aad;
  width: 14%;
  margin: auto;
  font-size: 14px;
  position: absolute;
  inset: 0%;
}

.prod-download-flex {
  grid-column-gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.downloads-wrapper {
  border-left-width: 2px;
  border-left-color: var(--pas-p355-general);
  flex: 0 32%;
  width: 32%;
  padding-top: 0;
  padding-bottom: 1em;
  font-size: 1rem;
  line-height: 1.3;
}

.downloads-wrapper.handpicked {
  width: 100%;
}

.home-section-title {
  color: var(--pas-type);
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
}

.slider-logo {
  height: 85px;
}

.slider-logo.wave {
  width: 150px;
}

.slider-logo.beacon {
  width: 160px;
}

.slider-logo.kitchenminis, .slider-logo.kieft {
  width: 170px;
}

.slider-logo.bloomstudios {
  width: 176px;
}

.slider-logo.handpicked {
  width: 150px;
}

.slider-logo.fantastic {
  width: 165px;
}

.slider-logo.pro-landscape {
  width: 190px;
}

.slider-logo.logo-gen {
  height: 54px;
}

.slider-logo.pas-logo {
  width: 80%;
}

.brand-downloads-section {
  margin-bottom: 2em;
}

.download-item-wrap {
  border: 1px solid var(--pas-p355-general);
  color: #333;
  flex-direction: column;
  flex: 0 32%;
  justify-content: space-between;
  align-items: flex-start;
  padding: .7em;
  text-decoration: none;
  transition: all .225s;
  display: flex;
}

.download-item-wrap.w--current {
  width: 19%;
}

.download-item-wrap.wave-marketing {
  justify-content: space-between;
  align-items: flex-start;
}

.item-img-block {
  text-align: center;
  object-fit: cover;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  min-height: 100px;
  margin-top: 12px;
  margin-bottom: 12px;
  transition: all .225s;
  position: relative;
}

.section-intro-flex {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
}

.section-intro-flex.north-america {
  background-image: url('../images/north-america_9GT_Brief.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-intro-flex.about {
  background-image: url('../images/about_PanAmerican_proeftuin_Drone_11.jpg');
}

.section-intro-flex.history {
  background-image: url('../images/history_485A7759_M.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.section-intro-flex.people {
  background-image: url('../images/people_N02_9457-reduced.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-intro-flex.products {
  background-image: url('../images/products_DJI_0867fotografia.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-intro-flex.brands {
  background-image: url('../images/home_WaveProduction01.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-intro-flex.seed-form {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/seed_7_PAS_14-07-2022_14.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
}

.section-intro-flex.awards {
  background-image: url('../images/awards_LEU19-25717_AL.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-intro-flex.media {
  background-image: url('../images/media_DSC_5955.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-intro-flex.news {
  background-image: url('../images/media_DSC_5955jpg.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-intro-flex.news.narrow {
  background-image: url('../images/media_DSC_5955.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 35vh;
}

.section-intro-flex.latin-america {
  background-image: url('../images/latin_FOTO1.jpg');
  background-position: 0%;
  background-size: cover;
}

.section-intro-flex.europe-africa {
  background-image: url('../images/europe_2022_08-09_PanAmerican_Proeftuin_Drone_4.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-intro-flex.eurasia {
  background-image: url('../images/DJI_0853.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-intro-flex.asia-pacific {
  background-image: url('../images/DJI_0512.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-intro-flex.inspirired {
  background-image: url('../images/inspired_11_PAS_14-07-2022_16.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-intro-flex.where {
  background-image: url('../images/where_DSC_5783.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-intro-flex.blog {
  background-image: linear-gradient(#00000080, #00000080), url('../images/megawatt_1.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section-intro-flex.blog.narrow {
  background-image: linear-gradient(#00000080, #00000080), url('../images/megawatt_1.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 35vh;
}

.section-intro-flex.region {
  background-image: url('../images/region_PAS11-11351_zinniafield.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-intro-flex.combos {
  background-image: url('../images/combos_MIX23-30716_AL.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.section-intro-flex.culture {
  background-color: #7c7c7c;
  background-image: url('../images/culture_DSC09908-12187875.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
  margin-bottom: 18px;
}

.intro-title-block {
  color: #fff;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 1.7em 1.5em 1.4em;
  display: flex;
}

.intro-title-block.people {
  text-align: left;
  align-items: flex-start;
  width: 45%;
  padding-top: 1.3em;
  padding-bottom: 1.2em;
  position: absolute;
  inset: 31% auto auto 0%;
}

.region-details-section {
  background-color: var(--pas-p116-annuals);
  padding-top: 2em;
  padding-bottom: 2em;
}

.region-details-text-block {
  padding-left: 5em;
  padding-right: 5em;
}

.region-areas-section {
  margin-top: 2em;
  margin-bottom: 2em;
}

.region-areas-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.region-areas-flex.center {
  justify-content: center;
}

.region-wrap {
  border: 1px solid var(--pas-p355-general);
  flex-direction: column;
  width: 32.3%;
  padding: 1rem;
  display: flex;
}

.n-list-item {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: .95em;
  list-style-type: none;
  display: flex;
  position: relative;
  top: 6px;
}

.n-list-item.search-box {
  justify-content: flex-end;
  align-items: flex-start;
  width: 300px;
  display: flex;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.nav-dropdown-toggle:hover {
  color: var(--pas-green-footer);
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border-radius: 6px;
  font-size: .9rem;
}

.nav-dropdown-link {
  border-bottom: 1px solid #d4d4d4;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: .9em;
}

.nav-dropdown-link:hover {
  background-color: #f1f1f1;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.footer-colorbar {
  object-fit: cover;
  align-items: flex-start;
  width: 50px;
  height: 100%;
  padding-top: 19px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.list-block {
  margin-bottom: 1rem;
  padding-left: 30px;
  list-style-type: square;
}

.region-detail-wrap {
  border: 1px solid var(--pas-p355-general);
  width: 24%;
  margin-bottom: 12px;
  padding: 12px;
  font-size: 1.1rem;
}

.region-detail-wrap.sm {
  width: 19%;
}

.region-person-pic {
  object-fit: cover;
  width: 100%;
  height: 275px;
  margin-bottom: 16px;
}

.footer-sub {
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.1;
}

.footer-block-social {
  width: 31%;
}

.social-icon-wrapper {
  justify-content: flex-start;
  margin-top: 3px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-colorbar-img {
  object-fit: cover;
  height: 32%;
  position: relative;
  inset: 0 auto 0% 0%;
}

.text-block-2 {
  font-size: .75em;
}

.specialist-img {
  object-fit: cover;
  background-color: #e0e0e0;
  width: 100%;
  height: 200px;
  margin-bottom: 9px;
}

.brand-thumbs-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.gen-item-wrap {
  grid-column-gap: 12px;
  border: 1px solid var(--pas-p355-general);
  text-align: center;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  width: 23%;
  padding: 1rem;
  display: flex;
}

.gen-item-wrap.no-box {
  border-style: none;
}

.brand-logo-link {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.brand-logo-link:hover {
  transform: scale(1.08);
}

.brand-slider {
  background-color: #fff;
  height: 175px;
}

.brands-flex {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.slider-arrow-icon {
  color: #707070;
  font-size: 1.2rem;
}

.intro {
  color: var(--pas-type);
  font-size: 1.1em;
}

.footer-address {
  font-size: .85rem;
  line-height: 1.3;
}

.footer-social-icon {
  width: 25px;
  margin-right: 10px;
}

.section {
  padding-top: 1em;
  padding-bottom: 1em;
}

.news-thumb-img-block {
  width: 100%;
  height: 200px;
  margin-bottom: .75rem;
  position: relative;
  overflow: hidden;
}

.news-thumb-hdr {
  margin-bottom: .7rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.news-thumb-date {
  font-size: .8rem;
}

.thumb-more-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  display: flex;
}

.news-thumb-text-block {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.news-link-wrapper {
  border: 1px solid var(--pas-green-footer);
  color: var(--pas-type);
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  width: 32%;
  padding: 12px;
  display: flex;
}

.news-link-wrapper:hover {
  border-color: var(--gray-lt-lines);
  background-color: var(--pas-green-footer);
  color: #fff;
}

.news-link-wrapper.one-quarter {
  border-color: #c4c4c4;
  width: 24%;
}

.news-link-wrapper.one-quarter:hover {
  border-color: #fff;
}

.blog-thumb-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .225s;
}

.blog-thumb-img:hover {
  transform: scale(1.07);
}

.intro-title-block-right {
  width: 60%;
  display: block;
}

.block-quote {
  line-height: 1.3;
}

.map-wrapper {
  background-color: #090050;
  height: 75vh;
  padding-bottom: 56.25%;
  position: relative;
}

.frame-16-9 {
  background-color: #010f47;
  background-image: radial-gradient(circle closest-corner, #fff, #dfdfdf);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.link-blog {
  margin-bottom: .8rem;
  font-size: .9rem;
  display: block;
}

.story-block {
  margin-bottom: 16px;
  display: block;
}

.img-left {
  float: left;
  clear: both;
  width: 40%;
  margin-bottom: 10px;
  margin-right: 16px;
  padding-bottom: 0;
}

.story-title {
  margin-bottom: 14px;
  font-size: 2.2rem;
  line-height: 1.1;
}

.story-subtitle {
  margin-bottom: 16px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}

.search-block {
  margin-bottom: 1.5em;
}

.story-author {
  margin-bottom: 1em;
  font-size: 1.1rem;
  font-weight: 500;
}

.story-date {
  background-color: #f1f1f1;
  margin-bottom: .7em;
  padding: 4px 12px;
  font-size: .95rem;
  line-height: 1.5;
  display: inline-block;
}

.brand-logo-small {
  width: 80%;
}

.contact-address-1 {
  color: var(--pas-type);
  margin-top: 22px;
  padding-right: 30px;
  font-size: .95em;
  line-height: 1.4em;
}

.contact-address-flex {
  width: 100%;
  display: flex;
}

.section-subhead {
  color: var(--pas-p355-general);
  border-bottom: 1px solid #d6d6d6;
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 6px;
  font-size: 1.8rem;
  font-weight: 500;
}

.section-subhead.blog {
  border-bottom-style: none;
}

.contact-form-heading {
  margin-bottom: 12px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.inspiration-columns {
  margin-bottom: 2em;
}

.download-img {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.story-subhead {
  clear: both;
  font-size: 1.5rem;
  font-weight: 500;
}

.button-icon {
  border: 1px solid var(--pas-p355-general);
  color: #202020;
  letter-spacing: -.5px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin: .5em auto .5em 0;
  padding: 0 1em;
  font-size: 1.2em;
  line-height: 1.2;
  transition: all .225s;
  display: inline-block;
}

.button-icon:hover {
  border-color: var(--gray-lt-lines);
  color: var(--pas-type);
  letter-spacing: 0;
}

.button-icon.center {
  margin-left: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.button-icon.news-return {
  float: right;
  margin-bottom: 2.6em;
  margin-left: 65px;
  font-size: 1rem;
}

.button-icon.small {
  font-size: 1.1rem;
  line-height: 1.3;
}

.button-icon.inspired {
  margin-right: 0;
  font-size: 1.1em;
}

.pas-icon-lottie {
  width: 35px;
  margin-left: 14px;
  padding-top: 5px;
  padding-left: 0;
}

.pas-icon-lottie.small {
  width: 28px;
}

.news-more-flex {
  grid-column-gap: 12px;
  justify-content: space-between;
  display: flex;
}

.news-col {
  width: 50%;
  min-height: 20px;
}

.more-news-title-block {
  background-color: var(--pas-green-footer);
  padding: 7px;
}

.more-news-title {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
}

.news-wrapper {
  border: 1px solid var(--pas-green-footer);
  color: var(--pas-type);
  background-color: #fff;
  align-items: flex-start;
  width: 100%;
  min-height: 25px;
  margin-top: 12px;
  padding: 12px;
  transition: all .225s;
  display: flex;
}

.news-wrapper:hover {
  background-color: var(--pas-green-footer);
  color: #fff;
}

.news-date-block {
  color: var(--pas-type);
  text-align: center;
  background-color: #e0e0e0;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-right: 12px;
  padding: 10px 4px;
  font-size: .85rem;
  display: flex;
}

.news-title-block {
  width: 70%;
  font-weight: 400;
  line-height: 1.3;
}

.news-page-block {
  border: 1px solid var(--gray-lt-lines);
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  padding: 6px;
  font-size: .9rem;
  display: flex;
}

.page-range {
  width: 25%;
}

.page-numbers {
  justify-content: flex-start;
  width: 75%;
  display: flex;
}

.news-story-block {
  border-left: 1px solid var(--pas-green-footer);
  margin-top: 24px;
  margin-bottom: 16px;
  padding-left: 75px;
  display: block;
}

.we-are-flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.we-are-col {
  width: 25%;
  padding-left: 6px;
  padding-right: 6px;
}

.we-are-col.rule-on-right {
  border-right: 1px solid #d8d8d8;
  font-size: 1rem;
}

.product-img-block {
  width: 40%;
}

.product-thumb-block {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 12px;
  display: flex;
}

.thumb {
  flex: 0 auto;
  width: 18.35%;
  height: auto;
  margin-bottom: 2%;
}

.filter-block {
  margin-bottom: 17px;
}

.footer-telephone {
  color: #fafafa;
}

.footer-telephone:hover {
  color: #ffdb42;
}

.check-row {
  color: var(--pas-type);
  justify-content: space-between;
  margin-bottom: 7px;
  font-size: .95rem;
  display: flex;
}

.check-title {
  color: var(--pas-type);
  display: flex;
}

.check-number {
  color: #4b4b4b;
  font-size: .85rem;
}

.filter-title-block {
  border-bottom: 1px solid var(--gray-lt-lines);
  justify-content: space-between;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
}

.arrow-drop-link {
  display: block;
}

.filter-items-block {
  display: none;
}

.we-are-icon {
  float: left;
  width: 60px;
  margin-right: 12px;
}

.we-are-icon._75-years {
  width: 75px;
}

.we-are-icon.awards {
  width: 48px;
}

.we-are-icon.experts {
  width: 25%;
}

.we-are-icon.world {
  width: 54px;
}

.paginate {
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
}

.page-no {
  color: var(--pas-green-footer);
  padding: 6px 12px;
}

.page-no:hover {
  color: var(--pas-type);
  text-decoration: underline;
}

.page-no.current {
  background-color: var(--pas-type);
  color: #fff;
  border-radius: 6px;
}

.page-no.current:hover {
  text-decoration: none;
}

.page-arrow {
  padding: 4px 12px 6px;
  font-size: 1.4rem;
  font-weight: 700;
}

.page-arrow:hover {
  color: #030303;
}

.new {
  z-index: 2;
  background-color: var(--pas-type);
  color: #fff;
  align-items: center;
  padding: 6px 8px;
  display: inline-block;
  position: absolute;
}

.new.annual {
  background-color: var(--pas-p116-annuals);
  color: var(--pas-type);
}

.new.perennials {
  background-color: #ed1944;
}

.new.potted {
  background-color: var(--pas-p158-potted);
  color: #000;
}

.new.cut {
  background-color: var(--pas-p7442-cut);
}

.new.veg {
  background-color: var(--pas-p577-veg);
  color: #000;
}

.new.wave {
  background-color: var(--pas-p233-wave);
}

.arrow-drop-down {
  width: 24px;
}

.filter-clear-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  display: flex;
}

.filter-button {
  background-color: var(--pas-type);
  color: #f8f8f8;
  border-radius: 9px;
  justify-content: space-around;
  margin-left: 12px;
  padding: 5px 9px;
  font-size: .85rem;
  display: flex;
}

.filter-button:hover {
  color: #242424;
  background-color: #bdbdbd;
}

.filter-x {
  margin-left: 13px;
  font-weight: 700;
}

.filter-button-block {
  grid-row-gap: 6px;
  flex-wrap: wrap;
  align-items: center;
  width: 88%;
  display: flex;
}

.item-count-block {
  align-items: center;
  font-size: .9rem;
  display: flex;
}

.all-prod-variety-wrap {
  color: #333;
  background-color: #eee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 24%;
  padding-bottom: .4em;
  text-decoration: none;
  transition: all .225s;
  display: flex;
}

.all-prod-variety-wrap:hover {
  background-color: var(--pas-p355-general);
  color: #fff;
}

.all-prod-variety-wrap.w--current {
  width: 19%;
}

.all-prod-variety-wrap.combo:hover {
  background-color: var(--p3258-turquoise);
  color: #000;
}

.resource-hdr-block {
  background-color: var(--pas-green-footer);
  color: #fff;
  margin-bottom: 14px;
  padding: 12px 9px 1px;
}

.resource-hdr {
  font-size: 1.2rem;
}

.resource-hdr.return {
  padding-left: 10px;
}

.slider-brand-link {
  text-align: center;
  width: 25%;
}

.footer-block-links {
  width: 21%;
  display: flex;
}

.region-bar {
  z-index: 101;
  background-color: var(--pas-green-footer);
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.4rem;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.region-bar.north-america {
  background-color: var(--pas-green-footer);
  position: sticky;
  inset: 0% 0% auto;
}

.region-bar.latin {
  background-color: #d90037;
}

.region-bar.asia {
  background-color: #c70087;
}

.region-bar.eurasia {
  background-color: #983cc9;
}

.region-bar.europe-africa {
  background-color: var(--pas-p158-potted);
  color: #000;
}

.region-bar.combos {
  background-color: var(--p3258-turquoise);
  color: #000;
}

.region-hdr {
  color: #000;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
}

.chklabel {
  margin-bottom: 4px;
  padding-left: 9px;
  font-weight: 400;
}

.entries {
  margin-left: 100px;
}

.filter-heading-block {
  margin-bottom: 11px;
}

.text-block-6 {
  font-weight: 700;
}

.blog-pic-left {
  float: left;
  width: 33%;
  margin-bottom: 18px;
  margin-right: 18px;
  display: inline-block;
}

.blog-pic-right {
  float: right;
  width: 33%;
  margin-bottom: 18px;
  margin-left: 18px;
}

.blog-pic-row {
  float: left;
  width: 23%;
  margin-bottom: 18px;
  margin-right: 18px;
  display: inline-block;
}

.author-button {
  border: 1px solid var(--pas-green-footer);
  color: var(--pas-green-footer);
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  width: 50%;
  margin-top: 6px;
  padding: 10px;
  font-size: 1rem;
  font-weight: 700;
  display: block;
}

.tag-block {
  border-top: 1px solid var(--light-lines);
  border-bottom: 1px solid var(--light-lines);
  min-height: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: .95rem;
}

.icon-blog {
  width: 19px;
  margin-right: 3px;
  padding-right: 0;
  transition: all .2s;
}

.icon-blog:hover {
  filter: grayscale();
  transform: translate(0, -4px);
}

.blog-comments-hdr {
  margin-top: 12px;
  margin-bottom: 2px;
}

.tag-flex-block {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.icon-blog-tag {
  width: 20px;
  margin-left: 6px;
  margin-right: 2px;
  padding-left: 2px;
  padding-right: 2px;
}

.blog-tag-link {
  align-items: center;
  margin-left: 3px;
  margin-right: 3px;
  display: flex;
}

.blog-tag-link:hover {
  color: var(--pas-p199-perennials);
  text-decoration: underline;
}

.icon-blog-link {
  margin-right: 18px;
}

.flex-col-wrapper {
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.flex-col-33 {
  width: 33%;
  padding: 0;
}

.listing-text {
  margin-bottom: .8rem;
  line-height: 1.15;
  display: block;
}

.event-locale-block {
  margin-top: 5px;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.4;
}

.img-right-small {
  float: right;
  width: 25%;
  margin-bottom: 10px;
  margin-left: 12px;
  margin-right: 0;
  padding-bottom: 0;
}

.img-left-small {
  float: left;
  clear: both;
  width: 25%;
  margin-bottom: 10px;
  margin-right: 16px;
  padding-bottom: 0;
}

.brand-describe-flex {
  grid-column-gap: 15px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.brand-describe-flex.center {
  text-align: center;
  justify-content: center;
}

.brand-scroll-down {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.brand-scroll-down.text-dark {
  width: 100%;
}

.brand-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  padding-left: 0;
}

.brand-block-1 {
  justify-content: center;
  align-items: flex-start;
  width: 60%;
}

.scroll-down-arrow {
  width: 100px;
  margin-top: 9px;
}

.text-red {
  color: var(--pas-p199-perennials);
}

.download-social-text {
  margin-bottom: 14px;
  font-size: .95rem;
  line-height: 1.3;
}

.download-item-title {
  text-align: left;
  font-weight: 700;
}

.download-instruction-text {
  width: 75%;
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.4;
}

.icon-link {
  color: #ffffff73;
  width: 1.2em;
  margin-right: .5em;
  font-size: 14px;
  position: relative;
  inset: 0%;
}

.kieft-scheduling-instruct-block {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.5;
  display: flex;
}

.kieft-title-hardiness {
  text-align: center;
  width: 10%;
  font-weight: 700;
}

.kieft-title-blank {
  text-align: center;
  width: 15%;
}

.kieft-title-spring, .kieft-title-summer, .kieft-title-fall {
  text-align: center;
  width: 10%;
  font-weight: 700;
}

.kieft-row-2 {
  grid-column-gap: 12px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  min-height: 25px;
  display: flex;
}

.kieft-schedule-row-wrap {
  border-bottom: 1px solid var(--gray-lt-lines);
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 6px;
  font-size: 1rem;
}

.kieft-input-blank {
  width: 30%;
  min-height: 10px;
}

.kieft-row-1 {
  grid-column-gap: 12px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  min-height: 25px;
  display: flex;
}

.kieft-title-name {
  width: 30%;
  min-height: 10px;
  font-size: 1.1rem;
  font-weight: 700;
}

.kieft-input-day {
  text-align: center;
  width: 15%;
}

.kieft-input-spring, .kieft-input-summer, .kieft-input-fall, .kieft-input-hardiness {
  text-align: center;
  width: 10%;
}

.gen-section-photo {
  align-items: center;
  min-height: 100px;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.gen-pic-block {
  background-color: #fff;
  width: 60%;
}

.gen-pic-block.narrow, .gen-pic-block.wave-col-1 {
  width: 30%;
}

.gen-pic {
  width: 100%;
}

.gen-pic.shadows {
  border: 1px solid var(--light-lines);
  box-shadow: -3px 3px 10px #0003;
}

.gen-section-box-50 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 50%;
  min-height: 100px;
  padding: 1.5em 2em;
  display: flex;
}

.flex-wrapper.with-gap {
  grid-column-gap: 2em;
  justify-content: space-between;
  display: flex;
}

.photo-fill {
  width: 100%;
}

.gen-section-text {
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.history-intro-text {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  line-height: 1.5;
  display: flex;
}

.results-link {
  padding-left: 25px;
  font-weight: 700;
  display: inline;
}

.results-link.icon-leaf {
  background-image: url('../images/icon_leaf.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  line-height: 1.5;
  display: inline;
}

.results-link-block {
  margin-bottom: 4px;
  display: block;
}

.small {
  font-size: .95rem;
}

.kieft-schedule {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-bottom: 1em;
  display: block;
}

.kieft-notes-block {
  padding: 12px;
}

.prod-head {
  color: var(--pas-type);
  margin-bottom: 20px;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.1;
}

.logo-box {
  align-self: flex-start;
  width: 30%;
  margin-bottom: 16px;
  display: flex;
}

.seed-section {
  flex-flow: column wrap;
  min-height: 100px;
  padding-top: 2em;
  padding-bottom: 2em;
  display: block;
}

.seed-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  min-height: 50px;
  margin-bottom: 1em;
  display: flex;
}

.seed-photo-block {
  position: relative;
}

.seed-title-block {
  text-align: center;
  font-size: 1.1rem;
}

.seed-title {
  text-transform: uppercase;
  font-size: 1.8rem;
}

.seed-descrip-block {
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.1rem;
}

.seed-flex-block {
  flex-wrap: wrap;
  flex: 0 auto;
  display: flex;
}

.resource-text {
  margin-bottom: 14px;
  font-size: 1.1rem;
  line-height: 1.4;
}

.seed-start-img {
  z-index: 10;
  display: block;
  position: absolute;
  inset: 0%;
}

.media-catalogue-block {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 50%;
  min-height: 100px;
  padding: 1.5em 2em;
  display: flex;
}

.cat-image-block {
  border: 1px solid var(--gray-lt-lines);
  width: 33%;
}

.region-plants-section {
  margin-top: 16px;
  margin-bottom: 2em;
}

.region-plants-flex {
  grid-column-gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.region-plant-item {
  border: 1px solid var(--pas-p577-veg);
  background-color: var(--pas-p577-veg);
  color: var(--pas-type);
  flex: 1;
  margin-bottom: 14px;
  padding: 12px 9px 1px;
}

.region-plant-item:hover {
  color: var(--pas-type);
  background-color: #fff;
}

.region-plant-item.annuals {
  border: 1px solid var(--pas-p116-annuals);
  background-color: var(--pas-p116-annuals);
  color: #000;
}

.region-plant-item.annuals:hover {
  color: var(--pas-type);
  background-color: #fff;
  border: 1px solid #ffd600;
}

.region-plant-item.perennials {
  border: 1px solid var(--pas-p199-perennials);
  background-color: var(--pas-p199-perennials);
  color: #fff;
}

.region-plant-item.perennials:hover {
  color: var(--pas-type);
  background-color: #fff;
}

.region-plant-item.cut-flowers {
  border: 1px solid var(--pas-p7442-cut);
  background-color: var(--pas-p7442-cut);
  color: #fff;
}

.region-plant-item.cut-flowers:hover {
  color: var(--pas-type);
  background-color: #fff;
}

.region-plant-item.potted-plants {
  border: 1px solid var(--pas-p158-potted);
  background-color: var(--pas-p158-potted);
  color: #1a1a1a;
}

.region-plant-item.potted-plants:hover {
  color: var(--pas-type);
  background-color: #fff;
}

.region-expert-section {
  margin-bottom: 2em;
}

.region-expert-flex {
  grid-column-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.help-section-title {
  margin-bottom: 1em;
}

.youtube-thumb {
  margin-bottom: 12px;
}

.brand-intro-listing {
  background-image: linear-gradient(#ffcf00ba, #ffcf00ba);
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  min-height: 20px;
  padding: 1em;
  display: flex;
}

.brand-intro-listing.beacon {
  background-color: #7c295a;
  background-image: none;
  padding-left: 1.2em;
  padding-right: 1.2em;
}

.crop-table {
  border: 1px solid var(--gray-lt-lines);
  flex-flow: wrap;
  width: 100%;
  padding: 7px;
  display: flex;
}

.div-hdr {
  clear: left;
  border-bottom: 1px solid var(--gray-lt-lines);
  width: 100%;
  margin-bottom: 6px;
  padding-bottom: 6px;
  display: block;
}

.div-cell-1 {
  width: 70%;
  min-height: 10px;
}

.div-cell-2 {
  background-color: var(--pas-p199-perennials);
  color: #fff;
  text-align: center;
  width: 15%;
  min-height: 10px;
  padding: 4px;
}

.div-cell-2.hdr {
  color: var(--pas-type);
  background-color: #fff;
  font-weight: 700;
}

.div-row {
  grid-column-gap: 6px;
  align-items: center;
  width: 100%;
  padding: 4px;
  font-size: .95rem;
  display: flex;
}

.div-row.striped {
  background-color: #f0f0f0;
}

.div-cell-3 {
  background-color: var(--pas-p199-perennials);
  color: #fff;
  text-align: center;
  width: 15%;
  min-height: 10px;
  padding: 4px;
}

.div-cell-3.hdr {
  color: var(--pas-type);
  background-color: #fff;
  font-weight: 700;
}

.div-cell-double {
  background-color: var(--pas-p355-general);
  color: #fff;
  text-align: center;
  width: 30%;
  padding: 4px 0;
}

.key-heading {
  width: 25%;
  margin-right: 4px;
  font-weight: 400;
  line-height: 1.2em;
}

.schedule-hdr-flex {
  color: var(--pas-type);
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
  padding: 6px;
  font-weight: 700;
  display: flex;
}

.dot-col-2 {
  justify-content: space-around;
  align-items: center;
  width: 33%;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 1rem;
  display: flex;
}

.season-title {
  text-align: center;
  justify-content: center;
  width: 33%;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.season-title.summer {
  text-align: center;
  background-color: #ffc28a;
  margin-left: 1px;
  margin-right: 1px;
  line-height: 1.2em;
}

.season-title.winter {
  text-align: center;
  background-color: #ace8f6;
}

.season-title.spring {
  background-color: #c8f6ac;
}

.variety-hdr {
  color: var(--pas-type);
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  margin-right: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
}

.schedule-table-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.dotkey-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15%;
  padding: 0 3px;
  display: flex;
}

.dot-group {
  flex-direction: row;
  display: flex;
}

.dotkey-block {
  float: right;
  border: 1px solid #777;
  justify-content: space-around;
  align-items: center;
  width: 66%;
  margin-left: 0;
  padding: 6px;
  font-weight: 400;
  display: flex;
}

.dotsize-key {
  width: 15px;
  height: 15px;
  margin-top: 3px;
  padding-top: 0;
}

.schedule-row-2 {
  border-bottom: 1px solid #d3d3d3;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  line-height: 1.2em;
  display: flex;
}

.dotsize {
  width: 25px;
  height: 25px;
}

.brand-social-flex {
  justify-content: flex-start;
  align-items: flex-start;
  width: 54%;
  margin-top: 18px;
  margin-bottom: 18px;
  display: flex;
}

.icon-brand-lrg {
  width: 45px;
  margin-right: 20px;
  transition: all .225s;
}

.icon-brand-lrg:hover {
  transform: scale(1.15);
}

.prolandscape-person {
  margin-bottom: 0;
}

.prolandscape-sellsheets {
  width: 31%;
  margin-right: 24px;
}

.button-text-flex {
  grid-column-gap: 12px;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.landscape-button-caption {
  color: var(--pas-green-footer);
  width: 35%;
  font-size: .9rem;
}

.video-caption {
  font-size: .95rem;
}

.results-block {
  margin-bottom: 2em;
  display: block;
}

.button-return {
  clear: left;
  border: 1px solid var(--pas-p355-general);
  color: #202020;
  background-color: #fff;
  border-radius: 6px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5em;
  margin-bottom: .5em;
  padding: .5em .5em .5em .8em;
  font-size: 1.1rem;
  line-height: 1.4;
  transition: all .225s;
  display: inline-block;
}

.button-return:hover {
  background-color: var(--pas-p355-general);
  color: #fff;
}

.button-return.blog {
  text-align: center;
  padding-top: .7em;
  padding-bottom: .7em;
  padding-right: .8em;
  font-size: .9rem;
  line-height: 1.1;
}

.button-return.combos {
  border-color: var(--p3258-turquoise);
  background-color: #0000;
}

.button-return.combos:hover {
  background-color: var(--p3258-turquoise);
}

.button-return-flex {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.arrow-return {
  width: 45px;
  height: 18px;
  margin-right: 5px;
  padding-top: 0;
  padding-left: 5px;
}

.return-button-text {
  flex: 1;
}

.brand-variety-wrap {
  color: #333;
  background-color: #eee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 19.2%;
  padding-bottom: .4em;
  text-decoration: none;
  transition: all .225s;
  display: flex;
}

.brand-variety-wrap:hover {
  background-color: var(--pas-p355-general);
  color: #fff;
}

.brand-variety-wrap.w--current {
  width: 19%;
}

.footer-logo {
  width: 85%;
  margin-bottom: 30px;
  padding-top: 6px;
}

.brand-dropdown-block {
  width: 42%;
}

.wave-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.wave-block-1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  margin-right: 21px;
  display: flex;
}

.wave-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 43%;
  padding-left: 0;
  display: flex;
}

.smart-schedule-section {
  margin-bottom: 2em;
  font-size: 1rem;
}

.smart-credit-flex {
  grid-column-gap: 16px;
  border: 1px solid var(--gray-lt-lines);
  align-items: center;
  margin-bottom: 9px;
  padding: 12px;
  display: flex;
}

.smart-credit-image {
  width: 15%;
}

.smart-credit-text {
  width: 85%;
  font-size: .9rem;
}

.smart-schedule-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--pas-green-footer);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-bottom: 1em;
  padding-bottom: 8px;
  display: block;
}

.smart-notes-block {
  font-size: .85rem;
}

.smart-note {
  margin-bottom: 6px;
}

.contact-col-1 {
  align-self: flex-start;
  width: 60%;
  padding-right: 22px;
}

.contact-col-2 {
  width: 40%;
}

.input-box {
  border: 1px solid var(--pas-type);
}

.text-box {
  border: 1px solid var(--pas-type);
  min-height: 150px;
}

.checkbox-field-2, .contact-us-form-block {
  font-size: 1rem;
}

.tiny {
  margin-bottom: .5rem;
  font-size: .95rem;
}

.table-flex {
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.table-flex.hdr-row {
  color: #fff;
  background-color: #00813c;
  padding: 4px;
  font-size: 15px;
  line-height: 1.1;
}

.table-flex.striped {
  background-color: #eee;
}

.t-col {
  justify-content: center;
  width: 20%;
  padding: 4px;
  font-size: 1rem;
  line-height: 1.1;
  display: flex;
}

.t-col.sticky {
  justify-content: flex-start;
  width: 50%;
}

.table-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  inset: 0% 0% auto;
}

.smart-text-space {
  border-right: 1px solid var(--pas-green-footer);
  background-color: #fff;
  width: 38%;
  min-height: 100px;
  margin-right: 12px;
  padding: 0 12px 1.5em 2em;
}

.smart-table-space {
  background-color: #fff;
  width: 60%;
  padding-left: 8px;
}

.smart-section {
  justify-content: flex-start;
  align-items: center;
  min-height: 600px;
  padding-top: 2em;
  padding-bottom: 2em;
}

.generic-img-block {
  width: 50%;
}

.inspired-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.solutions-photo {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.inspired-item-wrap {
  grid-column-gap: 12px;
  border: 1px solid var(--pas-p355-general);
  text-align: center;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: 32%;
  padding: 1rem;
  display: flex;
}

.handpicked-category-hdr {
  background-color: var(--pas-p577-veg);
  color: var(--pas-type);
  margin-bottom: 14px;
  padding: 12px 9px 1px;
}

.instruction-block {
  padding: 12px;
}

.handpicked-return-hdr {
  background-color: var(--pas-p577-veg);
  color: var(--pas-type);
  margin-bottom: 14px;
  padding: 12px 9px 1px;
  display: flex;
}

.handpicked-return-hdr:hover {
  color: #fff;
  background-color: #718b7e;
}

.benchcard-hdr-flex {
  border-bottom: 1px solid var(--pas-p577-veg);
  justify-content: space-between;
  margin-bottom: 9px;
  display: flex;
}

.benchcard-radio-block {
  flex: 0 auto;
  padding-top: 4px;
}

.benchcard-download-hdr {
  margin-bottom: 2px;
  font-size: 1.4rem;
  font-weight: 700;
}

.download-benchcard-flex {
  grid-column-gap: 12px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  display: flex;
}

.thumb-benchcard {
  flex: 0 auto;
  width: 19%;
}

.benchcard-caption {
  margin-top: 4px;
  font-size: .95rem;
}

.form-select-country {
  width: 50%;
  font-size: 1rem;
  font-weight: 700;
}

.html-embed {
  font-weight: 400;
}

.where-results-flex {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25em;
  flex-flow: wrap;
  margin-top: 1em;
  display: flex;
}

.tbsize {
  border: 1px solid var(--pas-p355-general);
  width: 32%;
  padding: .6em;
}

.tbhead {
  margin-bottom: 4px;
  font-size: 1.2rem;
  font-weight: 700;
}

.where-col-1 {
  width: 25%;
}

.where-col-2 {
  width: 85%;
}

.tdinfo {
  flex-flow: column wrap;
  display: block;
}

.tdhead {
  font-weight: 700;
}

.plant-spacing-block {
  grid-column-gap: 12px;
  border: 1px solid var(--pas-p355-general);
  flex: 0 auto;
  width: 49%;
  min-height: 10px;
  padding: 9px;
  display: flex;
}

.plant-spacing-col1 {
  width: 40%;
}

.plant-spacing-col2 {
  width: 60%;
}

.title-plant-spacing {
  margin-bottom: 9px;
  font-size: 1.3rem;
  font-weight: 700;
}

.plant-spacing-text {
  margin-bottom: 6px;
  font-size: 1rem;
}

.calculate-row {
  grid-column-gap: 6px;
  align-items: center;
  width: 100%;
  margin-bottom: 6px;
  padding: 4px;
  font-size: 1rem;
  display: flex;
}

.plant-spacing-flex {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  display: flex;
}

.button-sign-up {
  border: 1px solid var(--pas-p355-general);
  color: #202020;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin: .5em auto 1.5em;
  padding: .5em .8em .5em 1em;
  font-size: 1.1rem;
  line-height: 1.4;
  transition: all .225s;
  display: inline-block;
}

.button-sign-up:hover {
  color: var(--pas-green-footer);
  background-color: #fff;
}

.search-results-hdr {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.3rem;
}

.search-results-link {
  color: var(--pas-green-footer);
  align-items: center;
  margin-bottom: .7em;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
  transition: all .225s;
  display: flex;
}

.search-results-link:hover {
  color: var(--pas-p199-perennials);
  transform: translate(.5em);
}

.specialist-flex {
  flex-direction: column;
  display: flex;
}

.specialist-detail-block {
  margin-bottom: 12px;
}

.wave-tip-subhead {
  color: #d60d8c;
  font-size: 1.4rem;
  font-weight: 500;
}

.wave-tips-flex {
  grid-column-gap: 12px;
  justify-content: space-between;
  margin-bottom: 16px;
  display: flex;
}

.wave-block-50 {
  border: 1px solid var(--pas-p233-wave);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 20px;
  padding: 12px 12px 6px;
  display: flex;
}

.wave-tip-sub-2 {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 4px;
  font-weight: 700;
}

.wave-tip-img {
  margin: 9px;
  box-shadow: 0 2px 5px #00000080;
}

.wave-colors-flex {
  border: 1px solid var(--pas-p233-wave);
  flex-direction: row;
  align-items: center;
  width: 100%;
  min-height: 20px;
  padding: 12px 16px 6px;
  display: flex;
}

.wave-tips-colors-block {
  align-items: center;
  width: 60%;
  padding-left: 6px;
  display: flex;
}

.wave-colors-text {
  width: 40%;
}

.wave-tip-planogram {
  margin: 16px 9px 20px;
  box-shadow: 0 2px 5px #00000080;
}

.giant-img {
  z-index: -10;
  object-fit: cover;
  width: 100%;
  position: absolute;
}

.wave-plano-flex {
  justify-content: space-around;
  width: 70%;
  margin-top: 6px;
  margin-bottom: 10px;
  display: flex;
}

.m-regular {
  padding: 15px;
  font-weight: 400;
}

.type-block {
  flex-direction: column;
}

.m-500 {
  padding: 15px;
  font-weight: 500;
}

.m-700 {
  padding: 15px;
  font-weight: 700;
}

.m-700-italic {
  padding: 15px;
  font-style: italic;
  font-weight: 700;
}

.m-500-italic {
  padding: 15px;
  font-style: italic;
  font-weight: 500;
}

.m-regular-italic {
  padding: 15px;
  font-style: italic;
  font-weight: 400;
}

.img-thumb {
  width: 100%;
  height: auto;
}

.icon-home {
  width: 18px;
  position: relative;
  top: -4px;
  right: -4px;
}

.contact-intro-flex {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact-block {
  grid-column-gap: 16px;
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.contact-button {
  border: 1px solid var(--pas-green-footer);
  background-color: var(--pas-green-footer);
  text-align: center;
  border-radius: 8px;
  width: 100%;
  padding: 6px 8px;
  font-size: .85em;
}

.contact-button:hover {
  color: var(--pas-green-footer);
  background-color: #fff;
}

.t-photo-section {
  height: 55vh;
}

.t-photo-bcf {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tt-intro-flex {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-self: center;
  max-width: 1400px;
  height: auto;
  margin-top: 20%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tt-brand-logo-block {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 45%;
  padding: 2em 1.5em;
  display: flex;
}

.tt-brand-title-block {
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 1.3em 1.6em 1em;
  display: flex;
}

._16-9-wrapper {
  width: 100%;
  height: 30vh;
  padding-top: 56.25%;
  position: relative;
}

._16-9 {
  width: 100%;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.button-to-top {
  z-index: 1000;
  width: 125px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.combo-table-block {
  grid-column-gap: 0px;
  background-color: #fff;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1300px;
  margin: 12px auto;
  display: flex;
}

.combo-title-block {
  width: 50%;
}

.combo-main-title {
  color: var(--pas-type);
  background-color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 14px 9px 14px 25px;
  font-size: 2.5rem;
  font-weight: 500;
}

.combo-sub-title {
  color: #32807a;
  background-color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 14px 9px 0 25px;
  font-size: 1.7rem;
  font-weight: 500;
}

.combo-description-block {
  background-color: #fff;
  padding: 15px 20px 15px 25px;
}

.combo-diagram {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6px;
  padding-top: 9px;
  padding-right: 14px;
  font-size: .95rem;
  display: flex;
}

.combo-diagram-table {
  width: 80%;
}

.combo-diagram-block {
  flex-direction: column;
  width: 20%;
  display: flex;
}

.combo-diagram-hdr {
  border-bottom: 6px solid var(--p3258-turquoise);
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  min-height: 55px;
  margin-bottom: 0;
  padding-bottom: 9px;
  font-family: Mulish, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  display: flex;
}

.combo-diagram-hdr.left {
  justify-content: space-between;
  align-items: flex-end;
  min-height: 55px;
  font-size: .9rem;
  display: flex;
}

.combo-components {
  border-bottom: 4px solid var(--p3258-turquoise);
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.combo-key {
  width: 5%;
}

.combo-name {
  width: 30%;
  font-size: 1rem;
}

.combo-seeds, .combo-plug {
  text-align: center;
  width: 10%;
  font-size: 1rem;
}

.combo-plants {
  text-align: center;
  width: 20%;
  font-size: 1rem;
}

.combo-hdr {
  text-align: center;
  width: 10%;
}

.combo-key-hdr {
  text-align: left;
  width: 5%;
}

.combo-name-hdr {
  width: 30%;
}

.combo-social-block {
  border: 1px solid var(--p3258-turquoise);
  border-radius: 6px;
  justify-content: space-around;
  align-items: center;
  width: 25%;
  margin-top: 9px;
  margin-left: auto;
  padding: 4px 12px;
  font-size: .9rem;
  display: flex;
}

.combo-social-link {
  width: 30px;
}

.combo-social-link:hover {
  filter: grayscale();
}

.button-pdf {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 160px;
  margin-left: 0;
  line-height: 1.2;
  transition: all .225s;
}

.button-pdf:hover {
  border-color: var(--gray-lt-lines);
  color: var(--pas-type);
  letter-spacing: 0;
}

.arrow-down {
  height: 18px;
  padding-top: 0;
  padding-left: 10px;
  transform: scale(1.1)rotate(90deg);
}

.button-pdf-down {
  border: 1px solid var(--pas-p355-general);
  color: #202020;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin: .5em auto;
  padding: .5em .8em;
  font-size: 1rem;
  line-height: 1.4;
  transition: all .225s;
  display: inline-block;
}

.button-pdf-down:hover {
  background-color: var(--pas-p355-general);
  color: #fff;
}

.culture-columns {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
}

.combo-crop {
  text-align: center;
  width: 10%;
  font-size: 1rem;
}

.footnote {
  margin-top: 4px;
  font-size: .9rem;
}

.combo-daylength {
  text-align: center;
  width: 15%;
  font-size: 1rem;
}

.variety-link {
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 9px;
  font-size: 1rem;
  display: flex;
}

.variety-link:hover {
  transform: translate(3px);
}

.main-item-link {
  align-items: center;
  display: flex;
}

.button-combo-pdf {
  border: 1px solid var(--p3258-turquoise);
  color: #141414;
  background-color: #fff;
  background-image: url('../images/icon_download_pdf_teal.svg');
  background-position: 130px;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  border-radius: 6px;
  align-items: center;
  margin-top: 6px;
  padding: 9px 11px;
  font-size: .95rem;
  display: flex;
}

.button-combo-pdf:hover {
  background-color: var(--p3258-turquoise);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-image: url('../images/icon_download_pdf_white.svg');
  background-position: 130px;
  background-size: 23px 23px;
}

.icon-pdf-container {
  background-image: url('../images/dot-key-teal.svg');
  background-position: 0 0;
  background-size: auto;
  width: 25px;
  margin-left: 10px;
}

.test-drawer-handle {
  background-color: #eee;
  padding: 13px;
}

.test-text-color {
  color: #006126;
}

.contacts-block {
  width: 60%;
}

.badge-block {
  width: 40%;
}

.badge-link-block {
  margin-top: 27px;
}

.badge-img {
  width: 90px;
}

.p-text-sm {
  margin-top: 8px;
  font-size: .8rem;
}

.member-price {
  color: #7ead31;
  font-weight: 700;
}

.data-cell {
  text-align: center;
  border-right: 1px solid #bec3c7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15%;
  padding: 10px 12px;
  display: flex;
}

.data-cell.main {
  align-items: flex-start;
  width: 40%;
}

.data-cell.striped {
  border-right-color: var(--light-lines);
}

.data-hdr-cell {
  border-right: 1px solid var(--light-lines);
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  width: 15%;
  padding: 12px 15px;
  display: flex;
}

.data-hdr-cell.wide {
  text-align: left;
  justify-content: flex-start;
  width: 40%;
}

.data-hdr-cell._60 {
  background-color: #dbdbdb;
  width: 60%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.data-hdr-cell._60.drk-green {
  background-color: var(--pas-green-footer);
}

.data-hdr-cell._30 {
  width: 30%;
}

.data-hdr-cell._30.drk-green {
  background-color: var(--pas-green-footer);
}

.data-hdr-text {
  color: var(--pas-type);
  text-transform: none;
  font-family: Mulish, sans-serif;
  font-size: .9rem;
  font-weight: 700;
}

.data-hdr-text.no-bold {
  font-weight: 400;
}

.data-hdr-text.white {
  color: var(--white);
}

.data-text {
  color: var(--pas-type);
  text-align: left;
  font-family: Mulish, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.data-row {
  border-bottom: 1px solid var(--light-lines);
  display: flex;
}

.data-row.striped {
  background-color: #eee;
}

.data-row-hdr {
  z-index: 10;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.data-row-hdr.light-green {
  background-color: #c4e4ca;
}

.data-row-hdr.white {
  background-color: #fff;
}

.table-row-flex {
  border: 1px #bec3c7;
  border-style: solid none none solid;
  flex-wrap: wrap;
  width: 100%;
}

.sowfast-table-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.data-hdr-block {
  margin-bottom: 4px;
}

.sowfast-image-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 21px;
  display: flex;
}

.caption {
  text-align: center;
  font-size: .95rem;
}

.icon-flex-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 9px;
  margin-bottom: 9px;
}

.icon-svg {
  align-items: center;
  height: 4rem;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1rem;
  line-height: 1;
  display: flex;
}

.match-padding {
  padding-left: 10px;
  padding-right: 10px;
}

.but-hdr {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  text-align: center;
  background-color: #57775d;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 15%;
  margin: 3px;
  padding: 6px;
  font-size: 1.1rem;
  line-height: 21px;
  transition: all .225s;
  display: flex;
}

.but-hdr:hover {
  color: #fff;
  background-color: #cf3e22;
  text-decoration: none;
}

.but-hdr:active {
  background-color: #6f548c;
}

.but-hdr:focus {
  background-color: #cf3e22;
}

.but-hdr.hp-kitchen {
  color: #000;
  background-color: #fff;
  border: 3px solid #c01327;
  padding: 2px;
  font-size: 1.1rem;
}

.but-hdr.hp-kitchen:hover {
  border-color: #fff;
}

.but-hdr.hp-kitchen.current {
  color: #fff;
  background-color: #c01327;
  border-color: #c01327;
}

.but-hdr.current {
  background-color: #cf3e22;
}

.but-hdr.hp-basket {
  color: #000;
  background-color: #fff;
  border: 3px solid #f3725a;
}

.but-hdr.hp-basket:hover {
  border-color: #fff;
}

.but-hdr.hp-basket.current {
  color: #fff;
  background-color: #f3725a;
  border-color: #f3725a;
  line-height: 1.1;
}

.but-hdr.hp-ground {
  color: #000;
  background-color: #fff;
  border: 3px solid #00aa4f;
  padding-left: 4px;
  padding-right: 4px;
}

.but-hdr.hp-ground:hover {
  color: #000;
  border-color: #fff;
}

.but-hdr.hp-ground.current {
  color: #fff;
  background-color: #00aa4f;
  border-color: #00aa4f;
}

.but-hdr.hp-patio {
  color: #000;
  background-color: #fff;
  border: 3px solid #faa85d;
}

.but-hdr.hp-patio:hover {
  color: #000;
  border-color: #fff;
}

.but-hdr.hp-patio.current {
  color: #fff;
  background-color: #faa85d;
  border-color: #faa85d;
}

.button-block {
  justify-content: space-around;
  margin-bottom: 18px;
  display: flex;
}

.icon-for-hdr {
  height: 3rem;
}

.hp-icon-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 1.1rem;
  margin-bottom: 1rem;
}

.icon-hp-lrg {
  width: 7rem;
  margin-bottom: .5rem;
}

.brand-block-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.hp-icon-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 22%;
  font-size: 1rem;
  display: flex;
}

.hp-icon-text {
  font-size: .95rem;
}

.plant-search-wrap {
  flex: 0 auto;
  justify-content: space-between;
  width: 250px;
  display: flex;
}

.nav2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav2-wrap {
  padding-top: 7px;
  padding-bottom: 7px;
}

.nav-top-flex {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.top-item-flex {
  border-bottom: 1px solid #d4d4d4;
  flex: 0 74%;
  justify-content: flex-end;
  align-items: flex-start;
  width: 73%;
  height: auto;
  padding-bottom: 11px;
  display: flex;
}

.bottom-item-flex {
  justify-content: flex-end;
  align-items: center;
  padding-top: 6px;
  display: flex;
}

.navbar {
  background-color: #fff;
}

.nav-menu-2 {
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
}

.navbar-2 {
  background-color: #fff;
}

.brand-image {
  width: 300px;
}

.brand {
  margin-top: 11px;
  display: none;
}

.dropdown-text {
  font-size: .9rem;
}

.combo-plants-text {
  margin-bottom: 9px;
}

.pot-plan-66 {
  width: 66%;
  margin-bottom: 6px;
}

.pot-plan-100 {
  width: 100%;
  margin-bottom: 6px;
}

.combo-seeds-hdr, .combo-plug-hdr, .combo-crop-hdr {
  text-align: center;
  width: 10%;
}

.combo-plants-hdr {
  text-align: center;
  width: 20%;
}

.combo-daylength-hdr {
  width: 15%;
}

.be-ix-link-block {
  width: 100%;
  min-height: 10px;
  margin-top: .5rem;
}

.gen-section-photo-copy {
  align-items: center;
  min-height: 100px;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.image-social {
  text-align: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.video-download-link {
  border: 1px solid #fff;
  margin-bottom: .8rem;
}

.arrow-rev {
  transform-style: preserve-3d;
  height: 18px;
  padding-top: 0;
  padding-left: 16px;
  transition: opacity .2s;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.button-return-lrg {
  z-index: 1000;
  border: 1px solid var(--pas-p355-general);
  color: #202020;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 16rem;
  margin-top: 0;
  margin-bottom: .5em;
  margin-right: 1rem;
  padding: .5em .8em;
  font-size: 1.1rem;
  line-height: 1.4;
  transition: all .225s;
  display: block;
}

.button-return-lrg:hover {
  background-color: var(--pas-p355-general);
  color: #fff;
}

.button-return-lrg.subscribe {
  text-align: center;
  width: 30%;
  margin: 0 0;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 17px;
  display: flex;
  position: relative;
  top: -18px;
}

.button-return-lrg.orange {
  border-color: var(--pas-p158-potted);
  background-color: var(--pas-p158-potted);
  color: #000;
}

.button-return-lrg.orange:hover {
  background-color: var(--pas-p7442-cut);
}

.button-return-lrg.alert {
  color: #000;
  background-color: #fff;
  margin-right: 0;
  padding: .4em 1.1em;
  font-size: .9rem;
  display: flex;
}

.button-return-lrg.alert:hover {
  background-color: var(--pas-type);
  color: #fff;
}

.text-block-7 {
  word-break: keep-all;
}

.pollinator-table-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.pollinator-grid {
  flex-flow: column;
  display: flex;
}

.hdr-cell {
  border-right: 1px solid var(--light-lines);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 15px 12px .6rem;
  display: flex;
}

.hdr-cell.wide {
  text-align: left;
  justify-content: flex-start;
  width: 40%;
}

.hdr-cell._60 {
  background-color: #dbdbdb;
  width: 60%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hdr-cell._60.drk-green {
  background-color: var(--pas-green-footer);
}

.hdr-cell._30 {
  width: 30%;
}

.hdr-cell._30.drk-green {
  background-color: var(--pas-green-footer);
}

.hdr-cell.light-green {
  background-color: #c4e4ca;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: .9rem;
}

.table-data {
  border-bottom: 1px solid var(--light-lines);
  padding-top: .6rem;
  padding-bottom: .6rem;
  padding-left: .6rem;
}

.table-data.striped {
  background-color: #eeeeeeed;
}

.table-text {
  color: var(--pas-type);
  text-align: left;
  font-family: Mulish, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.icon-pollinator {
  margin-bottom: 1rem;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 1.1em;
  }

  h2 {
    margin-bottom: .7rem;
    line-height: 1.1;
  }

  h3 {
    margin-bottom: .7rem;
  }

  h4 {
    margin-bottom: .6rem;
    line-height: 1.3;
  }

  h5, h6 {
    margin-bottom: .6rem;
    line-height: 1.4;
  }

  p {
    margin-bottom: .8rem;
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .sg-nav-container {
    width: 280px;
  }

  .button.outline {
    background-color: #fff;
  }

  .sg-description {
    max-width: 450px;
  }

  .sg-nav {
    width: 280px;
  }

  .sg-content {
    margin-left: 280px;
  }

  .p-large {
    margin-bottom: .8rem;
  }

  .contain {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .contain.flex-text-left {
    display: flex;
  }

  .contain.flex-text-right {
    justify-content: flex-end;
    display: flex;
  }

  .footer-flex {
    flex-flow: row;
    padding-left: 0;
  }

  .alert-section {
    background-color: var(--pas-p355-general);
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .notifcation-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .alert-heading {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
  }

  .feature-heading {
    font-size: 1.2rem;
  }

  .feature-text {
    font-size: 1rem;
    line-height: 1.2;
  }

  .about-section {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .about-block {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 18px;
    display: flex;
  }

  .about-intro-block {
    text-align: center;
    background-color: #fff;
    width: 75%;
    margin-bottom: 2.25em;
  }

  .nav-menu {
    position: sticky;
  }

  .button-arrow.subscribe {
    width: 25%;
    margin-left: 9px;
    margin-right: 0;
    top: -16px;
  }

  .feature-wrap {
    color: #333;
    text-decoration: none;
    transition: all .225s;
  }

  .feature-wrap:hover {
    background-color: var(--pas-p355-general);
    color: #fff;
  }

  .home-section-hd {
    font-weight: 700;
    line-height: 1.2;
  }

  .gen-section-bkg {
    align-items: center;
    min-height: 600px;
    display: flex;
  }

  .gen-section-bkg.right {
    justify-content: flex-end;
  }

  .gen-section-bkg.gen-pic-1 {
    background-image: url('../images/home_BCF21-28609.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .gen-section-bkg.gen-pic-2 {
    background-image: url('../images/home_WaveProduction01.jpg');
  }

  .gen-section-bkg.about-2 {
    background-image: url('../images/about_11_14-07-2022_17.jpg');
  }

  .gen-section-bkg.prolandscape-2 {
    background-image: url('../images/prolandscape_BEG17-22344_1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .gen-description-block.white {
    flex-direction: column;
    justify-content: center;
  }

  .gen-description-block.wide {
    width: 70%;
  }

  .section-title {
    margin-bottom: .9rem;
    font-weight: 500;
  }

  .text-white {
    color: #fff;
  }

  .home-gen-pic-block {
    width: 60%;
  }

  .our-brands-section {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-col {
    width: 42%;
  }

  .product-region-block {
    display: flex;
  }

  .variety-wrapper {
    color: #333;
    width: 19.2%;
    text-decoration: none;
    transition: all .225s;
  }

  .variety-wrapper:hover {
    background-color: var(--pas-p355-general);
    color: #fff;
  }

  .icon-wrapper {
    flex: 0 auto;
    padding-left: 14px;
    padding-right: 14px;
  }

  .brand-intro-section.prolandscape {
    background-image: url('../images/prolandscape_MIX05-1041cc-1500.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .intro-flex {
    height: 100%;
  }

  .intro-flex.blog {
    flex-direction: row;
    justify-content: space-between;
    height: auto;
  }

  .intro-flex.center {
    position: relative;
  }

  .intro-title-block-left {
    background-color: #fff;
    width: 60%;
  }

  .brand-logo-block {
    margin-left: 1em;
  }

  .brand-logo.kieft {
    width: 70%;
  }

  .brand-logo.wave {
    width: 50%;
  }

  .brand-logo.kitchen-minis {
    width: 75%;
  }

  .intro-text {
    font-size: 1.15em;
    line-height: 1.4;
  }

  .intro-heading {
    color: var(--pas-p355-general);
    margin-bottom: .35em;
    font-size: 2.3rem;
  }

  .brand-describe-section {
    background-color: #d1d1d1;
  }

  .brand-describe-section.bloomstudios {
    background-color: var(--pas-p7442-cut);
  }

  .p-wrap-25 {
    color: #333;
    text-decoration: none;
    transition: all .225s;
  }

  .p-wrap-25:hover {
    background-color: var(--pas-p355-general);
    color: #fff;
  }

  .thumb-image {
    width: 100%;
    margin-bottom: .75em;
  }

  .thumb-img-wrapper {
    padding: 0;
    display: flex;
  }

  .brand-item-download {
    color: var(--pas-type);
    text-decoration: none;
  }

  .brand-item-download:hover {
    color: var(--pas-p355-general);
    background-color: #c9c3c3;
    text-decoration: none;
  }

  .product-sub {
    font-size: 1.5rem;
  }

  .home-bkg-video {
    margin-left: auto;
    margin-right: auto;
  }

  .download-link:hover {
    color: var(--pas-p355-general);
    transform: translate(6px);
  }

  .download-link.bkg {
    background-color: #f3f3f3;
  }

  .prod-vid-wrapper {
    color: #333;
    width: 32%;
    text-decoration: none;
    transition: all .225s;
  }

  .prod-vid-wrapper:hover {
    background-color: var(--pas-p355-general);
    color: #fff;
  }

  .img-overlay {
    z-index: -1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .prod-main-title {
    padding-left: 20px;
  }

  .prod-description-1 {
    background-color: #fff;
    border-top-style: none;
  }

  .prod-description-2 {
    border-top-style: none;
  }

  .sales-info {
    padding-right: 1.25em;
  }

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

  .prod-download-flex {
    justify-content: flex-start;
    margin-bottom: 12px;
  }

  .downloads-wrapper {
    border-top-style: none;
    flex: 0 auto;
  }

  .home-section-title {
    margin-bottom: 0;
  }

  .slider-logo.wave {
    width: 175px;
  }

  .slider-logo.kitchenminis {
    width: 170px;
  }

  .slider-logo.kieft {
    width: 183px;
  }

  .slider-logo.handpicked {
    width: 150px;
  }

  .slider-logo.fantastic {
    width: 175px;
  }

  .download-item-wrap {
    color: #333;
    text-decoration: none;
    transition: all .225s;
  }

  .section-intro-flex {
    justify-content: flex-start;
  }

  .section-intro-flex.about {
    background-image: url('../images/about_2022-08-09_PAS_Drone-1500.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section-intro-flex.history {
    background-image: url('../images/history_485A7759-1500.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .section-intro-flex.brands {
    background-image: url('../images/brands_WaveProduction01.jpg');
  }

  .section-intro-flex.seed-form {
    background-position: 50%;
    background-size: cover;
  }

  .section-intro-flex.inspirired {
    background-image: url('../images/inspired_11_PAS_16.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .section-intro-flex.region {
    background-size: cover;
  }

  .intro-title-block {
    background-color: #fff;
  }

  .intro-title-block.people {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: 45%;
    padding-top: 1em;
    padding-bottom: .3em;
    position: absolute;
    top: 35%;
  }

  .region-areas-flex {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .region-wrap {
    border: 1px solid var(--pas-p355-general);
    background-color: #fff;
  }

  .home-subhead {
    font-size: 1.4rem;
    font-weight: 500;
  }

  .footer-colorbar {
    background-color: #0000;
    align-items: flex-start;
    width: 100px;
    padding-top: 20px;
  }

  .region-detail-wrap {
    border: 1px solid var(--pas-p355-general);
    background-color: #fff;
  }

  .social-icon-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .brand-thumbs-flex {
    flex-flow: wrap;
    align-content: stretch;
    align-items: stretch;
  }

  .gen-item-wrap {
    border: 1px solid var(--pas-p355-general);
    text-align: center;
    background-color: #fff;
    justify-content: center;
  }

  .brand-logo-link {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    padding: .7em;
    transition: all .2s;
    display: block;
  }

  .brands-flex {
    justify-content: space-around;
    padding-left: 52px;
    padding-right: 52px;
  }

  .news-thumb-hdr {
    margin-bottom: 1rem;
    font-size: 1.2em;
  }

  .news-thumb-date {
    font-size: .9em;
    line-height: 1.1em;
  }

  .thumb-more-flex {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
  }

  .news-thumb-text-block {
    justify-content: space-between;
    display: block;
  }

  .news-link-wrapper {
    flex-direction: column;
  }

  .paragraph-4 {
    line-height: 1.5;
  }

  .img-left {
    margin-bottom: 18px;
  }

  .story-title {
    letter-spacing: -.02rem;
  }

  .brand-logo-small {
    width: 100%;
  }

  .section-subhead {
    flex: 1;
    margin-top: 6px;
    margin-bottom: 16px;
    font-size: 1.75rem;
  }

  .inspiration-columns {
    display: flex;
  }

  .story-subhead {
    padding-top: 4px;
  }

  .pas-icon-lottie.small {
    width: 25px;
  }

  .news-story-block {
    padding-left: 141px;
  }

  .we-are-col.rule-on-right {
    padding-right: 12px;
  }

  .arrow-drop-link {
    display: block;
  }

  .text-block {
    width: 90%;
    position: absolute;
  }

  .all-prod-variety-wrap {
    color: #333;
    width: 24%;
    text-decoration: none;
    transition: all .225s;
  }

  .all-prod-variety-wrap:hover {
    background-color: var(--pas-p355-general);
    color: #fff;
  }

  .region-hdr {
    width: 1400px;
  }

  .img-right-small, .img-left-small {
    margin-bottom: 18px;
  }

  .brand-describe-flex.center {
    justify-content: center;
  }

  .brand-scroll-down {
    color: #fff;
  }

  .brand-scroll-down.text-dark {
    color: var(--pas-type);
  }

  .kieft-scheduling-instruct-block {
    text-align: center;
    font-size: 1em;
  }

  .gen-section-photo {
    align-items: center;
    display: flex;
  }

  .gen-pic-block {
    width: 60%;
  }

  .gen-pic-block.narrow {
    width: 30%;
  }

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

  .photo-fill {
    width: 100%;
  }

  .gen-section-text {
    align-items: center;
    display: flex;
  }

  .history-intro-text {
    background-color: #fff;
    width: 75%;
    margin-bottom: 2.25em;
  }

  .small {
    font-size: .95rem;
  }

  .kieft-schedule {
    margin-top: 24px;
  }

  .logo-box {
    width: 30%;
    margin-bottom: 20px;
  }

  .region-plants-flex {
    justify-content: flex-start;
    margin-bottom: 12px;
  }

  .region-plant-item:hover {
    color: var(--pas-type);
    background-color: #fff;
    border: 1px solid #000;
  }

  .region-plant-item.annuals {
    border: 1px solid var(--pas-p116-annuals);
  }

  .region-plant-item.perennials {
    border: 1px solid var(--pas-p199-perennials);
  }

  .region-plant-item.cut-flowers {
    border: 1px solid var(--pas-p7442-cut);
  }

  .region-plant-item.potted-plants {
    border: 1px solid var(--pas-p158-potted);
  }

  .region-expert-flex {
    justify-content: flex-start;
    margin-bottom: 12px;
  }

  .brand-intro-listing {
    background-color: #b6b6b6;
    background-image: linear-gradient(#ffcf00, #ffcf00);
    display: flex;
  }

  .icon-brand-lrg {
    height: 45px;
    margin-right: 16px;
    transition: all .225s;
  }

  .icon-brand-lrg:hover {
    transform: scale(1.1);
  }

  .prolandscape-sellsheets {
    width: 30%;
  }

  .button-text-flex {
    grid-column-gap: 12px;
    align-items: center;
    width: 100%;
    margin-bottom: 9px;
    display: flex;
  }

  .brand-variety-wrap {
    color: #333;
    text-decoration: none;
    transition: all .225s;
  }

  .brand-variety-wrap:hover {
    background-color: var(--pas-p355-general);
    color: #fff;
  }

  .brand-dropdown-block {
    align-items: center;
    width: 42%;
    display: block;
  }

  .wave-block-3 {
    color: #fff;
    flex-direction: column;
    width: 25%;
  }

  .wave-block-1, .wave-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 33%;
  }

  .smart-credit-flex {
    margin-bottom: 5px;
  }

  .smart-schedule-block {
    margin-top: 24px;
  }

  .smart-text-space {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .smart-table-space {
    width: 60%;
  }

  .smart-section {
    align-items: center;
    display: flex;
  }

  .inspired-flex {
    flex-flow: wrap;
    align-content: stretch;
    align-items: stretch;
  }

  .video-section {
    z-index: -10;
    background-color: #fff;
    position: relative;
  }

  .handpicked-return-hdr:hover {
    color: #fff;
    background-color: #718b7e;
  }

  .form-select-country {
    width: 50%;
  }

  .search-results-hdr {
    margin-top: 1em;
    margin-bottom: 1rem;
    padding-bottom: 0;
    font-size: 1.3rem;
  }

  .search-results-link {
    transition: all .225s;
    transform: translate(0);
  }

  .search-results-link:hover {
    color: var(--pas-p355-general);
    transform: translate(6px);
  }

  .contact-intro-flex {
    justify-content: flex-start;
  }

  .contact-block {
    height: 100%;
  }

  .tt-intro-flex {
    z-index: 100;
    justify-content: center;
    margin-top: 16%;
    inset: 0% 0% auto;
  }

  .tt-brand-logo-block {
    margin-left: 1em;
  }

  .tt-brand-title-block {
    background-color: #fff;
    width: 60%;
  }

  .combo-table-block {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .combo-main-title, .combo-sub-title {
    padding-left: 20px;
  }

  .combo-diagram {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .combo-diagram-table {
    width: 75%;
  }

  .combo-diagram-block {
    flex-direction: column;
    width: 25%;
    display: flex;
  }

  .combo-diagram-hdr.left {
    text-align: left;
  }

  .combo-social-block {
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .culture-section {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .culture-columns {
    grid-column-gap: 12px;
    display: flex;
  }

  .badge-img {
    width: 95px;
  }

  .icon-svg {
    height: 3rem;
  }

  .icon-hp-lrg {
    width: 8rem;
  }

  .gen-section-photo-copy {
    align-items: center;
    display: flex;
  }

  .button-return-lrg.subscribe {
    width: 25%;
    margin-left: 9px;
    margin-right: 0;
    top: -16px;
  }

  .pollinator-table-block {
    margin-top: 1.5rem;
  }

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

  .pollinator-grid {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .hdr-cell {
    justify-content: flex-start;
    align-items: center;
  }

  .hdr-cell.light-green {
    background-color: #c4e4ca;
  }

  .table-data {
    padding-top: .6rem;
    padding-bottom: .6rem;
    padding-left: .6rem;
  }

  .table-data.striped {
    background-color: #eee;
  }

  .table-text {
    line-height: 1;
  }
}

@media screen and (max-width: 991px) {
  h5 {
    font-size: 1.1rem;
  }

  p {
    font-size: 1rem;
  }

  .sg-menu-icon {
    font-size: 32px;
  }

  .sg-nav-container {
    width: auto;
    height: auto;
  }

  .button {
    margin-top: 5px;
    margin-bottom: .5rem;
  }

  .button.light {
    font-size: 18px;
    line-height: 1.4;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .sg-menu {
    z-index: 500;
    background-color: #f0f2f3;
    border-bottom: 1px solid #e1e5e7;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: absolute;
    inset: 80px auto auto 0%;
    box-shadow: 0 3px 5px #0000000d;
  }

  .sg-nav {
    z-index: 10;
    background-color: #f0f2f3;
    border-right-style: none;
    width: 100%;
    height: 80px;
    padding-top: 20px;
    position: sticky;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .sg-content {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .sg-menu-button {
    margin-right: 12px;
    padding: 15px;
    top: -10px;
  }

  .sg-menu-button.w--open {
    color: #356af0;
    background-color: #d0e8ff;
    border-radius: 40px;
  }

  .column {
    width: 50%;
  }

  .sg-menu-brand {
    margin-top: 4px;
    margin-bottom: 16px;
  }

  .sg-block {
    margin-bottom: 40px;
  }

  .contain {
    display: block;
  }

  .contain.flex-text-left, .contain.flex-text-right {
    align-items: stretch;
  }

  .footer {
    padding: 15px 0;
  }

  .footer-flex {
    flex-wrap: wrap;
    padding-left: 6px;
  }

  .footer-block-col1 {
    width: 100%;
    margin-bottom: 20px;
  }

  .copyright-block {
    text-align: center;
    justify-content: center;
    width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .n-menu-link {
    text-align: left;
    background-color: #fff;
    flex: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: .95rem;
    display: block;
  }

  .n-menu-wrapper {
    background-color: var(--pas-p355-general);
  }

  .hamburger-lottie {
    background-color: #e9e9e9;
    width: 35px;
    padding: 1px;
    font-size: .95rem;
    line-height: .9;
  }

  .nav-menu {
    padding-top: 8px;
    padding-bottom: 8px;
    position: sticky;
  }

  .n-menu-brand {
    display: none;
  }

  .n-menu-brand.w--current {
    width: 33%;
    display: block;
  }

  .nav-divider-2, .nav-img, .list-item-div-block {
    display: none;
  }

  .n-menu-icon-box {
    background-color: #e4e4e4;
    padding: 0;
    top: 0;
  }

  .n-menu-icon-box:hover, .n-menu-icon-box:focus {
    background-color: #e9e9e9;
  }

  .n-menu-icon-box.w--open {
    color: #fff;
    background-color: #d7e4ff;
  }

  .nav-menu-links {
    text-align: left;
    background-color: #fff;
    border-radius: 8px;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 4px;
    padding: 15px 20px 13px;
    display: block;
    box-shadow: 0 8px 50px #0000000d;
  }

  .feature-wrap {
    width: 49.5%;
    margin-bottom: 9px;
  }

  .gen-description-block.white {
    width: 40%;
  }

  .gen-description-block.prolandscape {
    width: 55%;
  }

  .section-title {
    font-size: 1.9rem;
  }

  .home-gen-pic-block {
    width: 60%;
  }

  .home-gen-pic {
    object-fit: cover;
  }

  .footer-block-contact {
    width: 70%;
  }

  .contact-col {
    width: 42%;
    margin-right: 24px;
    padding-right: 0;
  }

  .variety-wrapper {
    width: 32%;
    margin-bottom: 9px;
  }

  .variety-wrapper.w--current {
    width: 23.5%;
  }

  .p-title {
    font-size: 1rem;
  }

  .icon-wrapper {
    justify-content: space-between;
    padding-left: 27px;
    padding-right: 27px;
  }

  .brand-intro-section.handpicked {
    height: 60vh;
  }

  .brand-intro-section.kieft {
    background-image: url('../images/bkg_kieft_ECH09-8558-500.jpg');
  }

  .brand-intro-section.kieft.short {
    height: 30vh;
  }

  .intro-flex {
    flex-wrap: wrap;
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .intro-flex.blog {
    flex-wrap: wrap;
  }

  .intro-title-block-left {
    width: 52%;
  }

  .intro-title-block-left.with-button {
    justify-content: space-between;
    align-items: center;
  }

  .brand-logo, .brand-logo.fantastic, .brand-logo.wave {
    width: 80%;
  }

  .brand-logo.kitchen-minis, .brand-logo.prolandscape {
    width: 90%;
  }

  .intro-text {
    font-size: 1.1rem;
  }

  .intro-heading {
    font-size: 1.8rem;
  }

  .intro-heading.small {
    font-size: 1.5rem;
  }

  .large-list {
    font-size: 1.1em;
  }

  .p-wrap-25 {
    width: 48.2%;
    margin-bottom: 9px;
  }

  .downloads-flex {
    grid-column-gap: 18px;
    justify-content: flex-start;
  }

  .brand-item-download {
    width: 24%;
  }

  .home-video-wrapper {
    align-items: center;
    margin-top: -48px;
    display: block;
  }

  .home-bkg-video {
    height: 100%;
  }

  .product-img-large {
    margin-right: 0;
  }

  .download-link {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .prod-vid-wrapper {
    width: 48.2%;
    margin-bottom: 9px;
  }

  .prod-vid-wrapper.w--current {
    width: 32%;
  }

  .prod-main-title {
    font-size: 2.1rem;
    line-height: 1.1;
  }

  .sales-block {
    align-items: flex-start;
  }

  .sales-info {
    width: 70%;
  }

  .sales-photo {
    object-fit: contain;
    width: 40%;
  }

  .prod-download-flex {
    flex-wrap: wrap;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
  }

  .downloads-wrapper {
    flex-grow: 1;
    flex-basis: auto;
    width: 31%;
  }

  .slider-logo {
    width: auto;
    height: 55px;
  }

  .slider-logo.wave {
    width: 110px;
  }

  .slider-logo.beacon {
    width: 120px;
  }

  .slider-logo.kitchenminis {
    width: 130px;
  }

  .slider-logo.kieft {
    width: 140px;
  }

  .slider-logo.bloomstudios {
    width: 170px;
  }

  .slider-logo.handpicked {
    width: 155px;
  }

  .slider-logo.fantastic {
    width: 130px;
  }

  .slider-logo.pas-logo {
    width: 95%;
  }

  .download-item-wrap {
    flex-basis: 31.5%;
    width: 48.2%;
    margin-bottom: 9px;
  }

  .section-intro-flex {
    height: 50vh;
  }

  .section-intro-flex.people, .section-intro-flex.awards, .section-intro-flex.media {
    height: 70vh;
  }

  .intro-title-block.people {
    position: relative;
  }

  .region-details-text-block {
    padding-left: 2em;
    padding-right: 2em;
  }

  .n-list-item {
    border-bottom: 1px solid #c9c9c9;
    padding-top: 14px;
    padding-bottom: 14px;
    display: block;
  }

  .n-list-item.search-box {
    padding-bottom: 4px;
  }

  .nav-dropdown {
    text-align: center;
    background-color: #fff;
  }

  .nav-dropdown-toggle.w--open {
    text-align: left;
    display: inline-block;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    z-index: 10;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    z-index: 1000;
    width: 250px;
    position: relative;
  }

  .nav-dropdown-link {
    text-align: center;
    width: 99%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .footer-colorbar {
    display: none;
  }

  .region-detail-wrap {
    width: 32%;
  }

  .region-detail-wrap.sm {
    width: 23.5%;
  }

  .region-person-pic {
    height: 300px;
  }

  .footer-block-social {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 16px;
    display: flex;
  }

  .social-icon-wrapper {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-colorbar-img {
    width: 12px;
    display: none;
  }

  .brand-thumbs-flex {
    flex-wrap: wrap;
  }

  .brands-flex {
    padding-left: 46px;
    padding-right: 46px;
  }

  .intro {
    font-size: 1em;
  }

  .news-thumb-img-block {
    height: 150px;
  }

  .news-link-wrapper {
    width: 31%;
    font-size: .95rem;
  }

  .news-link-wrapper.one-quarter {
    width: 23.5%;
  }

  .intro-title-block-right {
    width: 100%;
    margin: 0;
  }

  .map-wrapper {
    height: 50vh;
  }

  .img-left {
    margin-bottom: 8px;
  }

  .story-title {
    font-size: 1.9rem;
  }

  .story-subtitle {
    font-size: 1.3rem;
  }

  .story-author {
    font-size: 1rem;
  }

  .news-date-block {
    width: 30%;
  }

  .news-title-block {
    width: 70%;
  }

  .news-story-block {
    margin-left: -1px;
    padding-left: 50px;
  }

  .product-thumb-block {
    grid-column-gap: 3.5%;
    grid-row-gap: 3.5%;
  }

  .thumb {
    width: 17%;
  }

  .check-row {
    margin-bottom: 8px;
  }

  .check-title {
    padding-left: 4px;
  }

  .check-number {
    padding-right: 4px;
  }

  .filter-title-block {
    color: var(--pas-type);
    align-items: center;
    padding-left: 6px;
    padding-right: 2px;
  }

  .filter-title-block:hover {
    color: var(--pas-green-footer);
  }

  .arrow-drop-link {
    border: 1px solid var(--gray-lt-lines);
    justify-content: center;
    width: 50px;
    height: 35px;
    display: flex;
  }

  .arrow-drop-link:hover {
    border-color: var(--pas-green-footer);
  }

  .filter-items-block {
    display: block;
  }

  .all-prod-variety-wrap {
    width: 32%;
    margin-bottom: 9px;
  }

  .all-prod-variety-wrap.w--current {
    width: 23.5%;
  }

  .resource-hdr-block {
    font-size: 1.2rem;
  }

  .resource-hdr {
    font-size: 1.1rem;
  }

  .left-arrow, .right-arrow {
    width: 33px;
  }

  .footer-block-links {
    width: 25%;
  }

  .blog-pic-row {
    width: 21.5%;
  }

  .flex-col-33 {
    width: 50%;
  }

  .img-right-small, .img-left-small {
    margin-bottom: 8px;
  }

  .brand-describe-flex {
    padding-right: 0;
  }

  .brand-scroll-down.text-dark {
    width: 100%;
  }

  .brand-block-2 {
    align-items: center;
    width: 45%;
    display: flex;
  }

  .brand-block-1 {
    width: 50%;
  }

  .kieft-scheduling-instruct-block {
    width: 100%;
  }

  .kieft-title-hardiness {
    width: 15%;
  }

  .kieft-title-blank {
    width: 25%;
  }

  .kieft-title-spring {
    width: 10%;
  }

  .kieft-row-2 {
    justify-content: space-between;
  }

  .kieft-input-blank {
    width: 0%;
    display: none;
  }

  .kieft-title-name {
    width: 100%;
  }

  .kieft-input-day {
    width: 25%;
  }

  .kieft-input-hardiness {
    width: 15%;
  }

  .gen-section-photo {
    min-height: 0;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .gen-section-box-50 {
    width: 50%;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .logo-box {
    width: 40%;
  }

  .seed-descrip-block {
    font-size: 1rem;
  }

  .seed-grown-img {
    position: relative;
  }

  .media-catalogue-block {
    width: 50%;
    padding-bottom: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .cat-image-block {
    width: 50%;
  }

  .region-plants-flex {
    flex-wrap: wrap;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
  }

  .region-plant-item {
    flex: 1;
    align-self: stretch;
    padding-top: 8px;
    padding-bottom: 0;
    font-size: 1.2rem;
  }

  .region-expert-flex {
    flex-wrap: wrap;
    flex: 1;
    place-content: flex-start;
    align-items: stretch;
  }

  .brand-intro-listing.beacon {
    width: 100%;
  }

  .schedule-hdr-flex {
    background-color: #f5f5f5;
  }

  .season-title {
    text-align: center;
  }

  .dotkey-block {
    margin-left: 16px;
    font-size: 13px;
  }

  .prolandscape-sellsheets {
    object-fit: contain;
    width: 40%;
  }

  .button-text-flex {
    flex-direction: column;
  }

  .landscape-button-caption {
    width: 100%;
  }

  .results-block {
    font-size: 1rem;
  }

  .button-return-flex {
    font-size: 1.1rem;
  }

  .brand-variety-wrap {
    width: 32%;
    margin-bottom: 9px;
  }

  .brand-variety-wrap.w--current {
    width: 23.5%;
  }

  .footer-logo {
    width: 50%;
    padding-top: 16px;
  }

  .wave-block-3, .wave-block-1 {
    width: 35%;
  }

  .wave-block-2 {
    align-items: center;
    width: 30%;
    display: flex;
  }

  .contact-col-1 {
    width: 100%;
    padding-right: 0;
  }

  .contact-col-2 {
    width: 100%;
    height: auto;
  }

  .table-flex.hdr-row {
    align-items: flex-end;
  }

  .t-col {
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: .9rem;
  }

  .smart-text-space {
    width: 37%;
    padding-bottom: 1.5em;
    padding-left: 0;
    padding-right: 1em;
  }

  .smart-table-space {
    width: 60%;
  }

  .smart-section {
    min-height: 0;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .generic-img-block, .inspired-item-wrap {
    width: 47%;
  }

  .handpicked-category-hdr, .handpicked-return-hdr {
    font-size: 1.2rem;
  }

  .thumb-benchcard {
    width: 18.5%;
  }

  .form-select-country {
    width: 100%;
  }

  .tbsize, .plant-spacing-block {
    width: 48%;
  }

  .plant-spacing-text {
    font-size: .9rem;
  }

  .wave-plano-flex {
    width: 89%;
  }

  .icon-home {
    display: block;
  }

  .contact-intro-flex {
    flex: 1;
  }

  .contact-block {
    flex-wrap: wrap;
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .tt-intro-flex {
    flex-wrap: wrap;
    margin-top: 26%;
    margin-bottom: 26px;
  }

  .tt-brand-title-block {
    width: 52%;
  }

  .button-to-top {
    display: none;
  }

  .combo-main-title {
    padding-top: 8px;
    font-size: 2.1rem;
    line-height: 1.1;
  }

  .combo-sub-title {
    font-size: 1.3rem;
    line-height: 1.1;
  }

  .combo-diagram-table {
    width: 80%;
  }

  .combo-diagram-block {
    width: 20%;
  }

  .combo-diagram-hdr {
    min-height: 67px;
  }

  .combo-diagram-hdr.left {
    justify-content: space-around;
    align-items: flex-end;
    min-height: 67px;
  }

  .combo-components {
    justify-content: space-around;
  }

  .combo-name {
    width: 24%;
    font-size: .9rem;
  }

  .combo-seeds {
    width: 10%;
    font-size: .9rem;
  }

  .combo-plug {
    font-size: .9rem;
  }

  .combo-plants {
    width: 26%;
    font-size: .9rem;
  }

  .combo-hdr {
    width: 16%;
  }

  .combo-name-hdr {
    width: 24%;
  }

  .combo-social-block {
    width: 40%;
  }

  .combo-crop {
    font-size: .9rem;
  }

  .combo-daylength {
    width: 20%;
    font-size: .9rem;
  }

  .button-combo-pdf {
    text-align: center;
    background-position: 87px;
    width: 125px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: .8rem;
  }

  .button-combo-pdf:hover {
    background-position: 87px;
  }

  .data-cell.main {
    text-align: left;
  }

  .data-text {
    font-size: 2vw;
  }

  .caption {
    text-align: center;
    margin-top: -64px;
  }

  .icon-svg {
    justify-content: flex-start;
    align-items: center;
    height: 3.5rem;
  }

  .but-hdr {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    font-size: .95rem;
    line-height: 1;
    display: flex;
  }

  .but-hdr.hp-kitchen, .but-hdr.hp-ground {
    font-size: .95rem;
  }

  .button-block {
    text-align: left;
    flex-direction: row;
    align-items: stretch;
  }

  .icon-hp-lrg {
    width: 6rem;
  }

  .brand-block-wrap {
    flex-flow: wrap;
    flex: 1;
    width: 100%;
  }

  .hp-icon-wrap {
    width: 20%;
  }

  .nav-top-flex {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .top-item-flex {
    flex-basis: 100%;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }

  .bottom-item-flex {
    flex-flow: column;
    height: auto;
  }

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

  .navbar-2 {
    width: 100%;
  }

  .brand-image {
    position: relative;
  }

  .brand {
    margin-top: 6px;
    display: block;
  }

  .menu-button {
    background-color: #e6e6e6;
  }

  .combo-seeds-hdr, .combo-plug-hdr, .combo-crop-hdr {
    width: 10%;
  }

  .combo-plants-hdr {
    width: 26%;
  }

  .gen-section-photo-copy {
    min-height: 0;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .button-return-lrg {
    line-height: 1.2rem;
  }
}

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

  li {
    font-size: 1em;
  }

  .sg-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .ds-colour-block {
    width: 25%;
  }

  .tab-link {
    border-bottom-width: 0;
    border-radius: 10px;
    width: auto;
  }

  .tab-link.w--current {
    background-color: #d4e9ff;
  }

  .field-block {
    min-height: auto;
  }

  .button {
    margin-top: 5px;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

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

  .sg-content {
    margin-left: 0;
  }

  .column.desk-4 {
    width: 100%;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .sg-menu-brand.w--current {
    margin-top: 14px;
  }

  .sp50 {
    height: 32px;
  }

  .contain {
    padding-right: .5em;
  }

  .contain.flex-text-right {
    align-items: stretch;
  }

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

  .footer-flex {
    padding-left: 0;
  }

  .footer-link {
    font-size: .9rem;
  }

  .copyright-block {
    width: 100%;
  }

  .alert-text-block {
    align-items: center;
    width: 65%;
  }

  .alert-text {
    display: none;
  }

  .pop-up-cat {
    width: 225px;
  }

  .n-menu-link {
    z-index: 100;
    font-size: .95rem;
    position: relative;
  }

  .n-menu-link.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .n-menu-wrapper {
    height: 100vh;
    margin-bottom: 25px;
    overflow: scroll;
  }

  .hamburger-lottie {
    font-size: .5rem;
  }

  .n-menu-brand {
    padding-left: 0;
  }

  .n-menu-brand.w--current {
    width: 50%;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-img {
    padding-left: 0;
    padding-right: 0;
  }

  .n-menu-icon-box {
    top: 0;
  }

  .n-menu-icon-box.w--open {
    padding-top: 0;
    padding-bottom: 0;
    font-size: .5rem;
  }

  .nav-menu-links {
    border-radius: 20px;
    flex-direction: column;
    margin-bottom: 52px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-menu-links.upper {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 0;
    padding-bottom: 12px;
  }

  .n-menu-container {
    max-width: 100%;
  }

  .button-arrow.subscribe {
    width: 50%;
  }

  .home-section-hd {
    font-size: 2.2rem;
  }

  .gen-section-bkg.about-2 {
    background-image: url('../images/about_11_14-07-2022-16-500.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .gen-section-bkg.about-1 {
    background-image: url('../images/about_foto_6-500.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .gen-section-bkg.kieft {
    background-image: none;
    min-height: 450px;
  }

  .gen-section-bkg.north-america {
    background-image: url('../images/north-america_DSC_5956-500.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .gen-section-bkg.eurasia {
    background-image: url('../images/485A7722_M-500.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .gen-section-bkg.asia-pacific {
    background-image: url('../images/5P3A0843-500.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .gen-section-bkg.wave, .gen-section-bkg.fantastic, .gen-section-bkg.handpicked, .gen-section-bkg.prolandscape, .gen-section-bkg.prolandscape-2 {
    background-image: none;
  }

  .gen-section-bkg.wave-tips-bkg {
    background-image: url('../images/wave-tips_PAS12-13714-500.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .gen-section-bkg.latin-america {
    background-image: url('../images/latin_N02_9492-500.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .gen-section-bkg.europe-africa {
    background-image: url('../images/europe_bkg_02-500_1.jpg');
  }

  .gen-description-block, .gen-description-block.white {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .home-gen-pic-block {
    width: 50%;
  }

  .footer-block-contact {
    margin-bottom: 22px;
  }

  .product-region-block {
    flex-direction: column;
  }

  .variety-wrapper {
    width: 48.8%;
  }

  .variety-wrapper.w--current {
    width: 48%;
  }

  .brand-intro-section {
    height: auto;
  }

  .brand-intro-section.handpicked {
    background-image: none;
    height: auto;
  }

  .brand-intro-section.handpicked.short {
    height: auto;
  }

  .brand-intro-section.beacon {
    background-image: none;
    height: auto;
  }

  .brand-intro-section.kieft {
    background-image: none;
  }

  .brand-intro-section.kieft.short {
    height: auto;
  }

  .brand-intro-section.fantastic, .brand-intro-section.bloomstudios {
    background-image: none;
    height: auto;
  }

  .brand-intro-section.wave, .brand-intro-section.kitchen-minis, .brand-intro-section.prolandscape {
    background-image: none;
  }

  .brand-intro-section.new-varieties {
    background-image: url('../images/about_PanAmerican_proeftuin_Drone-500.jpg');
  }

  .brand-intro-section.colorgrass {
    background-image: url('../images/bkg_colorgrass_PAS16-20673-500.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .brand-intro-section.wave-display {
    background-image: url('../images/wave-tips_PAS12-13712-500.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .intro-flex {
    flex-flow: column;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .intro-flex.blog {
    height: auto;
  }

  .intro-flex.center {
    align-items: center;
  }

  .intro-flex._404 {
    flex-direction: row;
    width: 100%;
  }

  .intro-title-block-left {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .intro-title-block-left.with-button {
    width: 100%;
  }

  .brand-logo-block {
    width: 100%;
    margin-bottom: 16px;
    margin-left: 0;
  }

  .brand-logo {
    width: 50%;
  }

  .brand-logo.wave {
    width: 60%;
  }

  .brand-logo.kitchen-minis {
    width: 80%;
  }

  .intro-text, .brand-describe-section.kieft {
    font-size: 1rem;
  }

  .large-list {
    font-size: .9em;
  }

  .large-list.text-white {
    font-size: .95em;
  }

  .p-wrap-25 {
    width: 48.8%;
  }

  .brand-item-download:hover {
    background-color: #fff;
  }

  .button-flex {
    font-size: 1em;
  }

  .home-video-wrapper {
    margin-top: 0;
  }

  .home-bkg-video {
    height: 100%;
  }

  .product-img-large {
    width: 100%;
  }

  .prod-vid-wrapper {
    width: 48.8%;
  }

  .prod-vid-wrapper.w--current {
    width: 48%;
  }

  .prod-pic-section.annuals {
    background-image: url('../images/bkg_annuals-500.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .prod-pic-section.perennials {
    background-image: url('../images/bkg_perennials-500.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .prod-pic-section.cutflowers {
    background-image: url('../images/bkg_cutflowers-500.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .prod-pic-section.veg {
    background-image: url('../images/bkg_veg-500.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .prod-pic-section.wave {
    background-image: url('../images/bkg_wave-500.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .prod-pic-section.potted {
    background-image: url('../images/bkg_potted-500.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .prod-main-title {
    margin-top: .5em;
    font-size: 1.8rem;
  }

  .prod-main-flex {
    flex-wrap: nowrap;
  }

  .prod-description-1 {
    width: 100%;
    padding-right: 0;
  }

  .prod-download-flex {
    grid-column-gap: 6px;
  }

  .downloads-wrapper {
    width: 49%;
  }

  .slider-logo {
    width: auto;
    height: 50px;
  }

  .slider-logo.wave, .slider-logo.beacon {
    width: 85px;
  }

  .slider-logo.kitchenminis, .slider-logo.kieft, .slider-logo.bloomstudios {
    width: 100px;
  }

  .slider-logo.handpicked {
    width: 110px;
  }

  .slider-logo.fantastic, .slider-logo.pro-landscape {
    width: 100px;
  }

  .slider-logo.pas-logo {
    width: 61%;
  }

  .download-item-wrap {
    flex-basis: 48%;
    width: 48.8%;
  }

  .section-intro-flex {
    flex-direction: row;
    justify-content: center;
    height: 50vh;
  }

  .section-intro-flex.north-america {
    background-image: url('../images/north-america_9GT_small.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .section-intro-flex.about {
    background-image: url('../images/about_PanAmerican_proeftuin_Drone-500.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .section-intro-flex.history {
    background-image: url('../images/history_485A7759_M-500.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section-intro-flex.people {
    background-image: url('../images/people_N02_9457-500.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
  }

  .section-intro-flex.products {
    background-image: url('../images/products_DJI_0867fotografia-500.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .section-intro-flex.brands {
    background-image: url('../images/brands_WaveProduction01-500.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section-intro-flex.seed-form {
    background-image: url('../images/seed_7_PanAmerican-Seed-500.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .section-intro-flex.awards {
    background-image: url('../images/awards_LEU19-25717_AL-500.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
  }

  .section-intro-flex.media {
    background-image: url('../images/media_DSC_5955-500.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
  }

  .section-intro-flex.news.narrow {
    background-image: url('../images/media_DSC_5955-500.jpg');
  }

  .section-intro-flex.latin-america {
    background-image: url('../images/latin_FOTO1-500.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section-intro-flex.europe-africa {
    background-image: url('../images/europe_2022_08-09_PanAmerican_Drone-500.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section-intro-flex.eurasia {
    background-image: url('../images/DJI_0853-500.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .section-intro-flex.asia-pacific {
    background-image: url('../images/DJI_0512-500.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section-intro-flex.inspirired {
    background-image: url('../images/inspired_11_PAS_14-07-2022_16-500.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .section-intro-flex.where {
    background-image: url('../images/where_DSC_5783-500.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .section-intro-flex.blog.narrow {
    background-image: linear-gradient(#00000080, #00000080), url('../images/megawatt-500.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .region-wrap {
    width: 100%;
  }

  .n-list-item {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-dropdown {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-dropdown-toggle {
    text-align: left;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .nav-dropdown-toggle.w--open {
    display: inline-block;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-link {
    text-align: center;
    display: block;
  }

  .region-detail-wrap {
    width: 49%;
    padding: 10px;
    font-size: 1rem;
  }

  .region-detail-wrap.sm {
    width: 32.3%;
  }

  .region-person-pic {
    height: 325px;
  }

  .footer-sub {
    font-size: 1rem;
  }

  .footer-block-social {
    margin-top: 0;
  }

  .social-icon-wrapper {
    margin-bottom: 14px;
  }

  .specialist-img {
    height: 150px;
  }

  .gen-item-wrap {
    width: 48%;
  }

  .brand-logo-link {
    flex-basis: 150px;
    max-width: 175px;
  }

  .brand-slider {
    height: 134px;
  }

  .news-thumb-hdr {
    font-size: 1.1rem;
  }

  .news-link-wrapper {
    width: 31%;
  }

  .news-link-wrapper.one-quarter {
    width: 23%;
  }

  .img-left {
    margin-bottom: 14px;
  }

  .story-title {
    font-size: 1.8rem;
  }

  .button-icon {
    font-size: 1em;
  }

  .button-icon.inspired {
    font-size: .9em;
  }

  .news-wrapper {
    flex-flow: column wrap;
  }

  .news-date-block {
    width: 100%;
    margin-bottom: 9px;
  }

  .news-title-block {
    width: 100%;
  }

  .news-page-block {
    flex-wrap: wrap;
  }

  .page-range {
    text-align: center;
    width: 100%;
    margin-bottom: 12px;
  }

  .page-numbers {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .news-story-block {
    padding-left: 25px;
  }

  .we-are-flex {
    flex-wrap: wrap;
  }

  .we-are-col {
    width: 48%;
    margin-bottom: 12px;
  }

  .product-img-block {
    width: 50%;
  }

  .product-thumb-block {
    grid-column-gap: 16px;
  }

  .thumb {
    width: 20.5%;
  }

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

  .filter-clear-flex {
    height: auto;
    margin-bottom: 14px;
  }

  .filter-button-block {
    width: 80%;
  }

  .all-prod-variety-wrap {
    width: 48.8%;
  }

  .all-prod-variety-wrap.w--current {
    width: 48%;
  }

  .region-hdr {
    font-size: 1.2rem;
  }

  .author-button {
    width: 100%;
  }

  .flex-col-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .flex-col-33 {
    width: 50%;
  }

  .listing-text {
    font-size: 1rem;
  }

  .img-right-small, .img-left-small {
    margin-bottom: 14px;
  }

  .brand-scroll-down, .brand-scroll-down.text-dark {
    width: 100%;
  }

  .kieft-scheduling-instruct-block {
    font-size: 1rem;
  }

  .kieft-title-blank, .kieft-input-day {
    width: 30%;
  }

  .gen-section-photo {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .gen-pic-block {
    width: 100%;
  }

  .gen-section-box-50 {
    width: 75%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .logo-box {
    width: 50%;
    margin-left: 0;
  }

  .seed-wrap {
    width: 50%;
  }

  .media-catalogue-block {
    width: 75%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .cat-image-block {
    width: 50%;
  }

  .region-plants-flex, .region-expert-flex {
    grid-column-gap: 6px;
  }

  .brand-intro-listing {
    width: 100%;
    padding: 1.2em;
  }

  .div-row {
    font-size: .85rem;
  }

  .key-heading {
    margin-right: 4px;
  }

  .dot-col-2 {
    font-size: .9rem;
  }

  .dotkey-block {
    border: 1px solid #727272;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 0;
    padding: 6px;
    display: flex;
  }

  .dotsize-key {
    float: left;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 6px;
    padding-right: 0;
    display: block;
  }

  .prolandscape-sellsheets {
    object-fit: scale-down;
    width: 40%;
  }

  .results-block {
    font-size: .9rem;
  }

  .brand-variety-wrap {
    width: 48.8%;
  }

  .brand-variety-wrap.w--current {
    width: 48%;
  }

  .footer-logo {
    width: 70%;
    padding-top: 12px;
  }

  .brand-dropdown-block {
    width: 100%;
  }

  .wave-block-3 {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .wave-block-1 {
    justify-content: flex-start;
    width: 45%;
    margin-right: 0;
  }

  .wave-block-2 {
    justify-content: flex-start;
    width: 45%;
    display: flex;
  }

  .smart-credit-image {
    width: 30%;
  }

  .smart-credit-text {
    font-size: .8rem;
  }

  .smart-schedule-block {
    font-size: .9rem;
  }

  .t-col {
    text-align: center;
    align-items: flex-end;
    font-size: .9rem;
    display: flex;
  }

  .t-col.sticky {
    width: 42%;
  }

  .smart-text-space {
    border-right-style: none;
    width: 100%;
  }

  .smart-table-space {
    width: 100%;
    padding-left: 0;
  }

  .smart-section {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .generic-img-block {
    width: 50%;
  }

  .inspired-item-wrap {
    width: 48%;
  }

  .thumb-benchcard {
    width: 23%;
  }

  .tbsize {
    width: 48%;
  }

  .plant-spacing-block {
    width: 100%;
  }

  .calculate-row {
    font-size: .9rem;
  }

  .contact-intro-flex {
    flex-direction: row;
    justify-content: center;
  }

  .contact-block {
    flex-flow: column;
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .tt-intro-flex {
    flex-flow: column;
    margin-top: 24%;
    margin-bottom: 18px;
  }

  .tt-brand-logo-block {
    width: 100%;
    margin-bottom: 16px;
    margin-left: 0;
  }

  .tt-brand-title-block {
    width: 100%;
  }

  .button-to-top {
    width: 100px;
    display: block;
  }

  .combo-main-title {
    margin-top: 0;
    font-size: 1.8rem;
  }

  .combo-sub-title {
    margin-top: .5em;
    font-size: 1.3rem;
  }

  .combo-diagram {
    padding-right: 10px;
  }

  .combo-diagram-table {
    width: 80%;
  }

  .combo-diagram-block {
    width: 18%;
  }

  .combo-diagram-hdr {
    height: 60px;
    font-size: .8rem;
  }

  .combo-diagram-hdr.left {
    grid-column-gap: 6px;
    height: 60px;
    font-size: .8rem;
  }

  .combo-name {
    width: 30%;
    font-size: .8rem;
  }

  .combo-seeds {
    width: 10%;
    font-size: .8rem;
  }

  .combo-plug {
    font-size: .8rem;
  }

  .combo-plants {
    width: 30%;
    font-size: .9rem;
  }

  .combo-hdr {
    width: 15%;
  }

  .combo-name-hdr {
    width: 30%;
  }

  .combo-social-block {
    width: 50%;
  }

  .button-pdf {
    font-size: 1em;
  }

  .culture-columns {
    flex-wrap: wrap;
  }

  .combo-crop {
    font-size: .8rem;
  }

  .combo-daylength {
    font-size: .9rem;
  }

  .button-combo-pdf {
    background-position: 50% 48px;
    flex-direction: column;
    width: 82px;
    height: 86px;
  }

  .button-combo-pdf:hover {
    background-position: 50% 48px;
  }

  .data-hdr-text {
    letter-spacing: 0;
  }

  .data-text {
    font-size: 2.1vw;
  }

  .sowfast-image-wrap {
    display: none;
  }

  .but-hdr.hp-kitchen {
    color: #000;
    flex-flow: column;
  }

  .but-hdr.hp-basket {
    color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .but-hdr.hp-ground, .but-hdr.hp-patio {
    flex-flow: column;
  }

  .brand-block-wrap {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    justify-content: space-around;
    align-items: stretch;
  }

  .hp-icon-wrap {
    width: 47%;
  }

  .nav-top-flex {
    flex-flow: wrap;
  }

  .top-item-flex {
    flex-flow: column;
    flex-basis: 100%;
    justify-content: flex-start;
    align-items: center;
  }

  .bottom-item-flex {
    flex-flow: column;
  }

  .combo-plants-text {
    font-size: .8rem;
  }

  .combo-seeds-hdr, .combo-plug-hdr, .combo-crop-hdr {
    width: 10%;
  }

  .combo-plants-hdr {
    width: 30%;
  }

  .gen-section-photo-copy {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .button-return-lrg {
    width: 18.8rem;
    display: flex;
  }

  .button-return-lrg.subscribe {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .sg-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

  .sg-menu-button {
    margin-right: 4px;
  }

  .text-input {
    width: 100%;
  }

  .column {
    margin-bottom: 0;
  }

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

  .sg-menu-brand {
    margin-left: 16px;
  }

  .contain {
    max-width: none;
  }

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

  .footer-block-col1 {
    width: 50%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .copyright-block {
    font-size: .6em;
  }

  .alert-section {
    display: block;
  }

  .alert-heading {
    margin-right: 8px;
    font-size: 1em;
    line-height: 1;
  }

  .alert-text-block {
    align-items: center;
    width: 45%;
  }

  .alert-text {
    font-size: 12px;
    display: none;
  }

  .n-menu-link {
    padding-left: 0;
    padding-right: 0;
  }

  .hamburger-lottie {
    width: 30px;
  }

  .n-menu-brand.w--current {
    width: 75%;
  }

  .nav-img {
    padding-left: 0;
    padding-right: 0;
  }

  .n-menu-icon-box {
    top: 0;
  }

  .nav-menu-links {
    border-radius: 14px;
    flex-direction: column;
  }

  .nav-menu-links.upper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-arrow.subscribe {
    width: 100%;
  }

  .feature-wrap {
    width: 100%;
    margin-bottom: 9px;
  }

  .home-section-hd {
    font-size: 2.1rem;
  }

  .gen-section-bkg.europe-africa {
    background-image: url('../images/europe_bkg_02-500.jpg');
  }

  .gen-description-block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .gen-description-block.white, .gen-description-block.prolandscape, .gen-description-block.wave-col-2 {
    width: 100%;
  }

  .gen-description-block.wave-tips {
    width: 65%;
  }

  .home-gen-pic-block {
    width: 100%;
  }

  .footer-block-contact {
    width: 100%;
    margin-top: 0;
  }

  .contact-col {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }

  .product-region-block {
    flex-wrap: wrap;
  }

  .variety-wrapper {
    width: 100%;
    margin-bottom: 9px;
  }

  .p-title {
    font-size: .9rem;
  }

  .p-text {
    font-size: .85rem;
  }

  .icon-wrapper {
    padding-left: 9px;
    padding-right: 9px;
  }

  .brand-intro-section {
    align-items: center;
  }

  .brand-intro-section.beacon {
    background-image: none;
    height: auto;
  }

  .brand-intro-section.narrow {
    height: 50vh;
  }

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

  .intro-flex.blog {
    justify-content: center;
  }

  .intro-title-block-left {
    width: 100%;
    margin-bottom: 10px;
  }

  .intro-title-block-left.with-button {
    flex-flow: wrap;
    padding-left: 1em;
  }

  .brand-logo-block {
    width: 100%;
    margin-left: 0;
  }

  .brand-logo.kieft {
    width: 75%;
  }

  .brand-logo.kitchen-minis {
    width: 85%;
  }

  .brand-logo.handpicked {
    width: 80%;
  }

  .intro-text {
    font-size: 1rem;
  }

  .intro-heading {
    text-align: center;
    font-size: 1.6rem;
  }

  .intro-heading.small {
    font-size: 1.2rem;
  }

  .brand-describe-section.kieft {
    font-size: .95rem;
  }

  .large-list {
    font-size: .9em;
  }

  .p-wrap-25 {
    width: 100%;
    margin-bottom: 9px;
  }

  .thumb-img-wrapper {
    width: 100%;
  }

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

  .brand-item-download {
    width: 46%;
  }

  .home-video-wrapper {
    height: 26vh;
  }

  .home-bkg-video {
    height: 25vh;
  }

  .prod-vid-wrapper {
    width: 100%;
    margin-bottom: 9px;
  }

  .prod-vid-wrapper.w--current {
    width: 100%;
  }

  .prod-main-title {
    width: 100%;
    margin-right: 0;
    font-size: 1.6rem;
  }

  .prod-main-flex {
    flex-wrap: wrap;
  }

  .prod-description-1 {
    width: 100%;
    padding-right: 0;
  }

  .prod-description-2 {
    width: 100%;
  }

  .sales-block {
    padding-top: 1em;
  }

  .prod-title-flex {
    flex-wrap: wrap;
  }

  .downloads-wrapper {
    width: 100%;
  }

  .slider-logo {
    width: auto;
  }

  .slider-logo.pas-logo {
    width: 100%;
  }

  .download-item-wrap {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 9px;
  }

  .section-intro-flex {
    align-items: center;
  }

  .intro-title-block {
    width: 100%;
    padding: 1em;
  }

  .intro-title-block.people {
    width: 100%;
  }

  .n-list-item {
    background-color: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .n-list-item:hover {
    background-color: #fff;
  }

  .nav-dropdown-toggle.w--open {
    justify-content: center;
    align-items: flex-start;
    display: inline-block;
  }

  .region-detail-wrap, .region-detail-wrap.sm {
    width: 100%;
  }

  .region-person-pic {
    height: 425px;
  }

  .footer-sub, .footer-block-social {
    margin-top: 6px;
  }

  .social-icon-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-colorbar-img {
    width: 9px;
  }

  .specialist-img {
    height: 150px;
  }

  .brand-thumbs-flex {
    flex-direction: row;
  }

  .gen-item-wrap {
    width: 44%;
  }

  .brand-logo-link {
    flex-basis: 125px;
  }

  .brand-slider {
    height: 171px;
  }

  .brands-flex {
    height: 150px;
    padding-left: 33px;
    padding-right: 33px;
  }

  .brand-slider-nav {
    padding-top: 28px;
  }

  .slider-arrow-icon {
    font-size: 1rem;
  }

  .intro {
    font-size: .9em;
  }

  .news-thumb-img-block {
    height: 200px;
  }

  .news-link-wrapper, .news-link-wrapper.one-quarter {
    width: 100%;
  }

  .map-wrapper {
    height: 25vh;
  }

  .story-block {
    padding-right: 0;
  }

  .img-left {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .story-title {
    font-size: 1.6rem;
  }

  .story-subtitle {
    font-size: 1.2rem;
  }

  .contact-address-1 {
    width: 100%;
  }

  .contact-address-flex {
    flex-direction: row;
  }

  .section-subhead.blog {
    margin-bottom: 0;
  }

  .button-icon {
    font-size: 1em;
  }

  .button-icon.news-return {
    float: none;
    margin-bottom: 1em;
    margin-left: auto;
  }

  .news-more-flex {
    flex-wrap: wrap;
  }

  .news-col {
    width: 100%;
  }

  .news-date-block {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: .9rem;
  }

  .news-page-block {
    flex-direction: column;
    margin-bottom: 16px;
  }

  .page-range {
    text-align: center;
  }

  .news-story-block {
    padding-left: 20px;
  }

  .we-are-col {
    width: 100%;
  }

  .we-are-col.rule-on-right {
    border-right-style: none;
  }

  .product-img-block {
    width: 100%;
  }

  .product-thumb-block {
    grid-column-gap: 12px;
    justify-content: flex-start;
  }

  .thumb {
    width: 22%;
  }

  .new {
    font-size: .8rem;
  }

  .filter-clear-flex {
    flex-wrap: wrap;
  }

  .filter-button-block {
    width: 100%;
  }

  .item-count-block {
    justify-content: center;
    width: 100%;
    margin-top: 12px;
  }

  .all-prod-variety-wrap {
    width: 100%;
    margin-bottom: 9px;
  }

  .slider-brand-link {
    width: 50%;
  }

  .slide-1, .mask {
    height: 150px;
  }

  .footer-block-links {
    width: 100%;
  }

  .region-hdr {
    font-size: 1.1rem;
  }

  .entries {
    text-align: center;
    margin-left: 27px;
    font-size: .9rem;
  }

  .blog-pic-left {
    width: 100%;
    margin-right: 0;
  }

  .blog-pic-right, .blog-pic-row, .flex-col-33 {
    width: 100%;
  }

  .listing-text {
    font-size: 1rem;
  }

  .img-right-small, .img-left-small {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .brand-scroll-down {
    width: 100%;
    margin-top: 14px;
  }

  .brand-block-2 {
    width: 100%;
  }

  .brand-block-1 {
    align-items: center;
    width: 100%;
  }

  .download-instruction-text, .kieft-scheduling-instruct-block {
    width: 100%;
  }

  .kieft-title-blank {
    width: 35%;
  }

  .kieft-row-2 {
    flex-wrap: wrap;
  }

  .kieft-schedule-row-wrap {
    font-size: .8rem;
  }

  .kieft-row-1 {
    flex-wrap: wrap;
  }

  .kieft-title-name {
    font-size: 1rem;
  }

  .kieft-input-day {
    width: 35%;
  }

  .gen-section-photo {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .gen-pic-block {
    width: 100%;
  }

  .gen-pic-block.wave-col-1 {
    width: 100%;
    display: block;
  }

  .gen-section-box-50 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-wrapper.with-gap {
    flex-wrap: wrap;
  }

  .history-intro-text {
    font-size: 1rem;
  }

  .logo-box {
    width: 40%;
    margin-left: 0;
  }

  .seed-wrap {
    width: 100%;
  }

  .media-catalogue-block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cat-image-block {
    width: 50%;
  }

  .region-plants-flex {
    flex-flow: column wrap;
  }

  .region-plant-item {
    flex: 1;
    display: block;
  }

  .region-expert-flex {
    flex-wrap: wrap;
  }

  .brand-intro-listing {
    flex-direction: column;
    width: 100%;
    padding: 1.2em;
  }

  .div-cell-1 {
    width: 60%;
  }

  .div-cell-2 {
    width: 20%;
  }

  .div-cell-2.hdr {
    padding-left: 0;
    padding-right: 0;
    font-size: .9rem;
  }

  .div-row {
    font-size: .85rem;
  }

  .div-cell-3 {
    width: 20%;
  }

  .div-cell-3.hdr {
    padding-left: 0;
    padding-right: 0;
    font-size: .9rem;
  }

  .div-cell-double {
    width: 40%;
  }

  .schedule-hdr-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .dot-col-2 {
    justify-content: space-around;
    width: 33%;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12px;
    line-height: 1.2em;
  }

  .season-title {
    width: 37%;
  }

  .variety-hdr {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .dotkey-item {
    width: 21%;
  }

  .dotkey-block {
    float: left;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 11px;
    font-size: 12px;
    display: flex;
  }

  .schedule-row-2 {
    justify-content: space-between;
    font-size: 12px;
  }

  .dotsize {
    width: 20px;
    height: 20px;
  }

  .brand-social-flex {
    justify-content: space-around;
    width: 100%;
  }

  .icon-brand-lrg {
    width: 40px;
  }

  .prolandscape-sellsheets {
    width: 100%;
    margin-bottom: 14px;
    margin-right: 0;
  }

  .brand-variety-wrap {
    width: 100%;
    margin-bottom: 9px;
  }

  .footer-logo {
    width: 100%;
    padding-top: 9px;
  }

  .wave-block-3 {
    text-align: center;
    width: 100%;
    margin-top: 14px;
  }

  .wave-block-1, .wave-block-2 {
    width: 100%;
  }

  .smart-schedule-section {
    font-size: .9rem;
  }

  .smart-credit-image {
    width: 35%;
  }

  .smart-credit-text {
    font-size: .7rem;
  }

  .smart-schedule-block {
    font-size: .8rem;
  }

  .table-flex {
    flex-wrap: wrap;
    width: 100%;
    position: relative;
  }

  .table-flex.hdr-row {
    width: 100%;
  }

  .t-col {
    width: 33%;
  }

  .t-col.sticky {
    z-index: 0;
    width: 100%;
    margin-bottom: 3px;
    font-weight: 700;
    position: relative;
  }

  .scrollable-block {
    z-index: 0;
    position: relative;
  }

  .smart-text-space {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: .6em;
    padding-right: .6em;
  }

  .smart-table-space {
    width: 100%;
    padding-left: 0;
  }

  .smart-section {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .generic-img-block {
    width: 100%;
  }

  .inspired-flex {
    flex-direction: column;
  }

  .inspired-item-wrap {
    width: 100%;
  }

  .thumb-benchcard {
    width: 47.75%;
  }

  .tbsize {
    width: 100%;
  }

  .plant-spacing-block {
    flex-wrap: wrap;
  }

  .plant-spacing-col1 {
    width: 100%;
    margin-bottom: 9px;
  }

  .plant-spacing-col2 {
    width: 100%;
  }

  .plant-spacing-text {
    font-size: .9rem;
  }

  .button-sign-up {
    font-size: 1rem;
  }

  .wave-colors-flex {
    flex-wrap: wrap;
  }

  .wave-tips-colors-block, .wave-colors-text {
    width: 100%;
  }

  .image {
    display: none;
  }

  .contact-intro-flex {
    align-items: center;
  }

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

  .tt-intro-flex {
    flex-wrap: wrap;
    margin-top: 29%;
  }

  .tt-brand-logo-block {
    width: 100%;
    margin-left: 0;
  }

  .tt-brand-title-block {
    width: 100%;
    margin-bottom: 10px;
  }

  .button-to-top {
    width: 100px;
  }

  .combo-table-block {
    grid-column-gap: 12px;
    justify-content: center;
  }

  .combo-title-block {
    width: 100%;
  }

  .combo-main-title {
    width: 100%;
    margin-right: 0;
    font-size: 1.6rem;
  }

  .combo-sub-title {
    width: 100%;
    margin-right: 0;
    font-size: 1.2rem;
  }

  .combo-diagram {
    width: 100%;
    margin-bottom: 18px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .combo-diagram-table {
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }

  .combo-diagram-block {
    width: 100%;
  }

  .combo-diagram-hdr.left {
    grid-column-gap: 6px;
    font-size: .8rem;
  }

  .combo-components {
    grid-column-gap: 6px;
    align-items: center;
  }

  .combo-name {
    width: 25%;
    font-size: .75rem;
  }

  .combo-seeds, .combo-plug {
    font-size: .75rem;
  }

  .combo-plants {
    width: 35%;
    font-size: .75rem;
  }

  .combo-key-hdr {
    font-size: .75rem;
  }

  .combo-name-hdr {
    width: 25%;
    font-size: .75rem;
  }

  .combo-social-block {
    width: 90%;
    margin-right: auto;
  }

  .button-pdf {
    font-size: 1em;
  }

  .combo-crop {
    font-size: .75rem;
  }

  .footnote {
    font-size: .85rem;
  }

  .combo-daylength {
    font-size: .8rem;
  }

  .variety-link {
    padding-left: 6px;
  }

  .button-combo-pdf {
    background-position: 118px;
    flex-direction: row;
    width: 155px;
    height: auto;
    padding-left: 11px;
    padding-right: 11px;
  }

  .button-combo-pdf:hover {
    background-position: 118px;
  }

  .contacts-block {
    width: 70%;
    font-size: 1rem;
  }

  .badge-block {
    width: 30%;
  }

  .badge-img {
    width: 75px;
  }

  .p-text-sm {
    font-size: .75rem;
  }

  .data-cell {
    padding-right: 10px;
  }

  .data-text {
    font-size: 3.5vw;
  }

  .icon-flex-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .icon-svg {
    padding-left: 6px;
    padding-right: 6px;
  }

  .but-hdr {
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    min-height: 45px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: .95rem;
    display: flex;
  }

  .button-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-items: center;
    display: flex;
  }

  .hp-icon-flex {
    flex-flow: wrap;
  }

  .hp-icon-wrap {
    width: 45%;
  }

  .brand-image {
    width: 200px;
  }

  .combo-plants-text {
    letter-spacing: -.4px;
    font-size: .75rem;
  }

  .combo-seeds-hdr, .combo-plug-hdr, .combo-crop-hdr {
    font-size: .75rem;
  }

  .combo-plants-hdr {
    width: 35%;
    font-size: .75rem;
  }

  .gen-section-photo-copy {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .button-return-lrg {
    width: 17rem;
    font-size: 1rem;
  }

  .button-return-lrg.subscribe {
    width: 100%;
  }

  .table-text {
    font-size: .85rem;
  }

  #w-node-_0281deb5-466d-0ed4-5f85-0bf7c554cdd7-912e997a, #w-node-_0281deb5-466d-0ed4-5f85-0bf7c554cdea-912e997a {
    grid-area: 1 / 1 / 2 / 2;
    place-self: stretch stretch;
  }
}


