:root {
  --dim-grey: #595959;
  --link-red: #cf3e22;
  --handpicked-green: #57775d;
  --lt-green: #accd8e;
  --eggplant: #6f548c;
  --hp-basket: #f3725a;
  --white: white;
  --black: black;
  --hp-patio: #faa85d;
  --hp-ground: #00aa4f;
  --hp-kitchen: #c01327;
  --sea-green: #628569;
  --table-category: #e4ead5;
  --button-green: #a3bf73;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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-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;
}

body {
  color: var(--dim-grey);
  background-color: #fcfcec;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

h1 {
  color: var(--dim-grey);
  letter-spacing: 3px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  color: #db4629;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: var(--dim-grey);
  margin-top: 10px;
  margin-bottom: 4px;
  font-family: Nunito Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  color: var(--dim-grey);
  margin-top: 10px;
  margin-bottom: 2px;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: var(--dim-grey);
  margin-bottom: 14px;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

a {
  color: var(--link-red);
  text-decoration: none;
  transition: all .225s;
}

a:hover {
  color: var(--handpicked-green);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 36px;
  font-size: 16px;
}

li {
  margin-bottom: 6px;
}

.wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  display: flex;
}

.nav {
  z-index: 100;
  height: 76px;
  position: fixed;
  inset: 0% 0% auto;
}

.contain {
  max-width: 1100px;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero {
  background-color: #0000;
}

.intro {
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer {
  background-color: #fff;
  height: auto;
  padding-bottom: 0;
  position: relative;
  inset: auto 0% 0%;
}

.rule {
  background-color: #db4629;
  height: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.info {
  margin-bottom: 4px;
  font-size: 1rem;
  line-height: 1.8;
}

.brand {
  margin-left: 12px;
  padding-top: 9px;
  padding-bottom: 0;
}

.navbar {
  color: #fff;
  background-color: #fff;
  justify-content: center;
}

.menu-button {
  display: none;
}

.nav-menu {
  margin-right: 12px;
  right: 20px;
}

.nav-link {
  color: var(--handpicked-green);
  letter-spacing: .5px;
  margin-top: 11px;
  padding-left: .8rem;
  padding-right: .8rem;
  font-family: Nunito Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  transition: opacity .2s, all .225s;
  transform: translate(0);
}

.nav-link:hover {
  color: #ce6933;
  letter-spacing: .5px;
  text-decoration: none;
}

.nav-link:active {
  color: #6f548c;
}

.nav-link.w--current {
  color: #ca3c21;
}

.slider {
  height: 100vh;
  overflow: hidden;
}

.slide-1 {
  background-color: var(--handpicked-green);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.slide-2 {
  background-color: var(--handpicked-green);
}

.right-arrow:focus, .left-arrow:focus {
  border: 1px solid #da4529;
}

.handpicked-logo {
  width: 375px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: auto auto 0%;
}

.intro-block {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.slide-nav {
  display: block;
  inset: auto 0% 0%;
}

.slide-title {
  color: #fff;
  text-shadow: 1px 1px 6px #00000080;
  font-family: Nunito Sans, sans-serif;
  font-size: 65px;
  font-weight: 800;
  line-height: 1em;
  transform: translate(0);
}

.homepg-title-block {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.slide-super {
  font-size: 26px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  top: -28px;
}

.col1-intro {
  text-align: left;
}

.collection-listing {
  margin-top: 26px;
  margin-bottom: 26px;
  display: block;
}

.button-table {
  background-color: var(--handpicked-green);
  color: #fff;
  text-align: center;
  flex: 1;
  width: 15%;
  margin: 3px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 17px;
  line-height: 21px;
  transition: all .225s;
}

.button-table:hover {
  background-color: var(--link-red);
  color: #fff;
  text-decoration: none;
}

.button-table:active {
  background-color: #6f548c;
}

.button-table:focus {
  background-color: var(--link-red);
}

.button-block {
  justify-content: space-around;
  margin-bottom: 18px;
  display: flex;
}

.col1 {
  padding-left: 10px;
}

.col2 {
  padding-right: 10px;
}

.col2.pad-left {
  padding-left: 12px;
  padding-right: 0;
}

.category {
  color: var(--dim-grey);
  text-transform: uppercase;
  background-color: #e4ead5;
  padding: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
}

.match-padding {
  padding-left: 10px;
  padding-right: 10px;
}

.item {
  color: var(--dim-grey);
  border-bottom: 1px solid #e3e9d5;
  padding: 8px 10px 7px;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
  text-decoration: none;
  transition: all .225s;
  display: block;
}

.item:hover {
  color: #000;
  background-color: #f8d9a2;
  text-decoration: none;
}

.subcategory {
  text-transform: none;
}

.logo-menu {
  width: 190px;
}

.footer-link {
  color: var(--dim-grey);
  text-align: center;
  padding-left: 6px;
  padding-right: 27px;
  font-family: Nunito Sans, sans-serif;
  font-size: .9rem;
  text-decoration: none;
  transition: all .225s;
  position: relative;
  top: 21px;
}

.footer-link:hover {
  color: #da4529;
}

.content {
  flex: 1 0 auto;
  margin-top: 76px;
}

.footer-logo-link {
  padding-top: 12px;
  padding-bottom: 12px;
}

.columns {
  align-items: center;
  display: block;
}

.copyright {
  color: var(--dim-grey);
  padding-left: 31px;
  font-family: Nunito Sans, sans-serif;
  font-size: 9px;
  display: inline;
  position: relative;
  top: 19px;
}

.section-photo {
  background-color: #e4ead5;
  height: 35vh;
  top: 229.016px;
}

.section-photo.collection-bkg {
  background-image: url('../images/slice_shutterstock_371411188.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 3vw 5vw;
  display: flex;
}

.section-photo.where-to-buy-bkg {
  background-image: url('../images/sectionphoto_PAS16-20919.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 3vw 5vw;
  display: flex;
}

.section-photo.meet-team-bkg {
  background-image: url('../images/slide_PEP16-21908.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 3vw 5vw;
  display: flex;
}

.section-photo.news-bkg {
  background-image: url('../images/section_shutterstock_709632457.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 3vw 5vw;
  display: flex;
}

.section-photo.videos-bkg {
  background-image: url('../images/sectionphoto_PAS16-20919.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 3vw 6vw;
  display: flex;
}

.section-photo.marketing-bkg {
  background-image: url('../images/section_PAS16-20919.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 2px 5vw 3vw;
  display: flex;
}

.section-title {
  background-color: var(--handpicked-green);
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0 1px 6px #00000073;
  padding: 12px 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1em;
  display: inline-block;
}

.section-block {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-full {
  width: 100%;
  display: inline-block;
}

.body {
  background-image: none;
  font-size: 17px;
  line-height: 22px;
}

.button-full-info {
  background-color: var(--handpicked-green);
  color: #fff;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 7px;
  padding: 6px 11px;
  font-size: 1.1rem;
  line-height: 1.1;
  text-decoration: none;
  transition: all .225s;
}

.button-full-info:hover {
  background-color: #da4529;
  padding-left: 9px;
  text-decoration: none;
}

.button-text {
  color: #fff;
  line-height: 18px;
  text-decoration: none;
  display: inline;
  position: relative;
  top: 1px;
}

.button-img-plus, .button-img-minus {
  margin-right: 14px;
}

.sp10 {
  height: 10px;
}

.sp25 {
  height: 25px;
}

.slide-3, .slide-4 {
  background-color: var(--handpicked-green);
}

.team-info {
  margin-bottom: 6px;
}

.team-info p {
  font-size: 16px;
  line-height: 19px;
}

.more-info-head {
  border-bottom: 1px solid #da4529;
  margin-top: 16px;
  margin-bottom: 12px;
  padding-bottom: 4px;
  font-size: 1.5rem;
}

.info-bar {
  background-color: #e4ead5;
  margin-bottom: 17px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 8px 10px;
}

.info-bar-link {
  float: right;
  color: var(--link-red);
  text-align: right;
  font-family: Nunito Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all .225s;
  display: inline-block;
  position: static;
}

.info-bar-link:hover {
  color: #6f548c;
}

.info-bar-text {
  display: inline;
}

.video-caption h4 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.video-caption p {
  font-size: 16px;
  line-height: 24px;
}

.video-caption h6 {
  margin-top: 6px;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 400;
}

.news-events-title {
  color: #fff;
  background-color: #628569;
  padding: 8px 12px;
  font-size: 22px;
  font-weight: 700;
}

.news-block-link {
  border: 1px solid var(--dim-grey);
  margin-top: 9px;
  margin-bottom: 9px;
  padding: 9px 12px;
  text-decoration: none;
  transition: all .225s;
  display: block;
}

.news-block-link:hover {
  background-color: #e4ead5;
  text-decoration: none;
}

.news-block-link p {
  margin-bottom: 9px;
}

.news-block-link h5 {
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
}

.news-block-link h5:hover {
  text-decoration: none;
}

.news-block-link h4 {
  font-size: 20px;
}

.news-block-link h4:hover {
  text-decoration: none;
}

.pagination {
  font-size: 14px;
  line-height: 18px;
}

.news-block-head {
  background-color: #6b9673;
  margin-bottom: 12px;
  padding: 9px 3px;
  font-size: 22px;
}

.columns-2 {
  color: #fff;
  font-weight: 700;
}

.button {
  text-align: center;
  background-color: #a3bf73;
  font-size: 18px;
  line-height: 22px;
  display: block;
}

.button:hover {
  color: #fff;
  text-decoration: none;
}

.button.news-return {
  background-color: var(--handpicked-green);
  color: #fff;
}

.button.news-return:hover {
  background-color: #da4529;
  text-decoration: none;
}

.button.news-return:active {
  background-color: var(--dim-grey);
}

.button.news-download {
  float: left;
  clear: left;
  background-color: var(--handpicked-green);
  width: 48.5%;
  margin-top: 9px;
}

.button.news-download:hover {
  background-color: #da4529;
  text-decoration: none;
}

.button.news-download:active {
  background-color: var(--dim-grey);
}

.button.news-print {
  float: right;
  background-color: var(--handpicked-green);
  width: 48.5%;
  margin-top: 9px;
}

.button.news-print:hover {
  background-color: #da4529;
  text-decoration: none;
}

.button.news-print:active {
  background-color: var(--dim-grey);
}

.button.download {
  background-color: var(--handpicked-green);
  color: #fff;
  margin-top: 14px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: inline-block;
}

.button.download:hover {
  background-color: #da4529;
}

.button.where-to-buy {
  background-color: var(--handpicked-green);
  color: #fff;
  margin-bottom: 16px;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.3;
}

.button.where-to-buy:hover, .button.where-to-buy:focus {
  background-color: var(--link-red);
}

.news-section-head {
  color: #fff;
}

.news-title {
  color: var(--dim-grey);
  font-size: 2rem;
  line-height: 1.3;
}

.news-subhead {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
}

.news-text {
  margin-bottom: 9px;
}

.photo-news {
  float: left;
  margin-bottom: 12px;
  margin-right: 12px;
}

.icon-font {
  font-family: Font awesome font, sans-serif;
  font-size: 22px;
  position: relative;
  top: 4px;
}

.button-return-collection {
  background-color: var(--handpicked-green);
  color: #fff;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 16px;
  margin-left: 0;
  padding: 6px 11px;
  text-decoration: none;
  transition: all .225s;
}

.button-return-collection:hover {
  color: #fcfcec;
  background-color: #da4529;
  padding-left: 8px;
  text-decoration: none;
}

.button-img-arrows {
  margin-right: 14px;
}

.where-title {
  color: #fff;
  background-color: #628569;
  flex: 1;
  align-self: auto;
  align-items: flex-end;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  transition: all .225s;
  display: flex;
}

.where-title:hover {
  background-color: #a3bf73;
}

.where-title:focus {
  background-color: #da4529;
}

.where-block {
  border-bottom: 1px solid #bbb;
  margin-top: 9px;
  margin-bottom: 9px;
  padding-bottom: 2px;
}

.where-block h2 {
  color: #da4529;
  font-size: 1.375rem;
  line-height: 26px;
}

.where-block p {
  margin-bottom: 8px;
  font-size: 1.1rem;
  line-height: 1.2;
}

.where-block a {
  color: var(--handpicked-green);
  font-size: 17px;
}

.where-block a:hover {
  color: var(--link-red);
}

.outlined {
  box-shadow: 1px 1px 4px #000000c2;
}

.outlined.small-thumb {
  float: right;
  width: 200px;
}

.pad-left {
  padding-left: 7px;
}

.caption {
  margin-top: 9px;
  font-size: 15px;
  line-height: 22px;
}

.where-selection-block {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: block;
}

.radio-label {
  font-weight: 700;
}

.radio-field {
  margin-top: 12px;
}

.more-info-link {
  color: var(--dim-grey);
  margin-bottom: 12px;
  font-size: 1.1rem;
  text-decoration: none;
  display: block;
}

.more-info-link:hover {
  color: #da4529;
  text-decoration: none;
}

.more-info-link:active {
  color: #6f548c;
}

.more-info-subhead {
  font-weight: 600;
  display: inline-block;
}

.more-info-descrip {
  font-size: 15px;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.icon-more-info {
  float: left;
  display: inline-block;
}

.market-section-head {
  color: #fff;
  text-align: center;
  background-color: #a7a7a7;
  background-image: linear-gradient(to right, #e4ead5, #628569 50%, #e4ead5);
  width: 50%;
  min-height: 20px;
  margin-bottom: 5px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 4px;
  font-weight: 600;
}

.market-section-head.home-garden {
  background-color: var(--eggplant);
  background-image: none;
  width: 32.8%;
}

.market-section-head.fresh-market {
  background-color: var(--eggplant);
  background-image: none;
  width: 49.3%;
  margin-left: 3px;
  margin-right: 3px;
}

.market-section-block {
  justify-content: flex-end;
  margin-bottom: 3px;
  display: flex;
}

.slide-title-block {
  background-color: var(--handpicked-green);
  padding: 7px 20px;
  display: inline-block;
  position: absolute;
  top: 76%;
  left: 6%;
}

.heading {
  color: var(--link-red);
  font-size: 2.5rem;
  line-height: 1.2;
}

.home-image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.but-hdr {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--handpicked-green);
  color: #fff;
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 15%;
  margin: 3px;
  padding: 6px;
  font-family: Nunito Sans, sans-serif;
  font-size: 1.1rem;
  line-height: 21px;
  transition: all .225s;
  display: flex;
}

.but-hdr:hover {
  background-color: var(--link-red);
  color: #fff;
  text-decoration: none;
}

.but-hdr:active {
  background-color: #6f548c;
}

.but-hdr:focus {
  background-color: var(--link-red);
}

.but-hdr.hp-basket {
  border: 3px solid var(--hp-basket);
  background-color: var(--white);
  color: #000;
}

.but-hdr.hp-basket:hover {
  border-color: var(--white);
}

.but-hdr.hp-basket.current {
  border-color: var(--hp-basket);
  background-color: var(--hp-basket);
  color: #fff;
  line-height: 1.1;
}

.but-hdr.hp-patio {
  border: 3px solid var(--hp-patio);
  background-color: var(--white);
  color: var(--black);
}

.but-hdr.hp-patio:hover {
  border-color: var(--white);
  color: var(--black);
}

.but-hdr.hp-patio.current {
  border-color: var(--hp-patio);
  background-color: var(--hp-patio);
  color: var(--white);
}

.but-hdr.hp-ground {
  border: 3px solid var(--hp-ground);
  background-color: var(--white);
  color: var(--black);
  padding-left: 4px;
  padding-right: 4px;
}

.but-hdr.hp-ground:hover {
  border-color: var(--white);
  color: #000;
}

.but-hdr.hp-ground.current {
  border-color: var(--hp-ground);
  background-color: var(--hp-ground);
  color: var(--white);
}

.but-hdr.hp-kitchen {
  border: 3px solid var(--hp-kitchen);
  background-color: var(--white);
  color: #000;
  padding: 2px;
  font-size: 1.1rem;
}

.but-hdr.hp-kitchen:hover {
  border-color: var(--white);
}

.but-hdr.hp-kitchen.current {
  border-color: var(--hp-kitchen);
  background-color: var(--hp-kitchen);
  color: #fff;
}

.but-hdr.current {
  background-color: var(--link-red);
}

.icon-for-hdr {
  height: 3rem;
}

.icon-flex-row {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 9px;
  margin-bottom: 9px;
}

.icon-svg {
  align-items: center;
  height: 5rem;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1rem;
  line-height: 1;
  display: flex;
}

.hp-icon-flex {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 1.1rem;
  margin-bottom: 1rem;
}

.hp-icon-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  font-size: 1rem;
  display: flex;
}

.icon-hp-lrg {
  margin-bottom: .5rem;
}

.hp-icon-text {
  font-size: .95rem;
}

.f1 {
  font-size: 75%;
}

.body-2 {
  background-image: none;
}

.heading-2 {
  font-size: 1.25rem;
}

.heading-3 {
  font-size: 1.5rem;
}

.heading-4 {
  font-size: 2.5rem;
}

@media screen and (min-width: 1280px) {
  .nav-link {
    font-size: 1.0625rem;
    line-height: 1.625;
  }

  .section-photo.where-to-buy-bkg {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .section-photo.marketing-bkg {
    display: flex;
  }

  .section-title {
    font-size: 3rem;
  }

  .body {
    background-image: none;
  }

  .button-full-info {
    background-color: var(--lt-green);
  }

  .icon-hp-lrg {
    width: 8rem;
  }

  .link {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }

  .footer {
    margin-bottom: 0;
    display: flex;
  }

  .navbar {
    justify-content: space-around;
    display: block;
  }

  .menu-button {
    background-color: #a3bf73;
    display: block;
  }

  .menu-button:active {
    color: #fff;
  }

  .menu-button:focus {
    color: #fff;
    background-color: #628569;
  }

  .menu-button.w--open:active {
    background-color: #628569;
  }

  .nav-menu {
    background-color: #628569;
    margin-top: 0;
    margin-right: 0;
    inset: 70px 0% auto;
  }

  .nav-link {
    background-color: #e4ead5;
    margin-top: 2px;
  }

  .nav-link:hover {
    background-color: #fff;
  }

  .slider {
    height: 50vh;
  }

  .icon {
    color: #fff;
    font-size: 36px;
  }

  .icon:hover {
    color: #e56242;
  }

  .icon:focus {
    color: #fcfcec;
  }

  .handpicked-logo {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .slide-nav {
    display: block;
    inset: auto 0% 0%;
  }

  .slide-title {
    padding-left: 0;
    top: 70%;
  }

  .homepg-title-block {
    max-width: none;
  }

  .button-table {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    display: flex;
  }

  .button-block {
    text-align: left;
    flex-direction: row;
    align-items: stretch;
  }

  .footer-link {
    padding-right: 28px;
  }

  .content {
    margin-top: 74px;
  }

  .footer-logo-link {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .copyright {
    padding-top: 7px;
    padding-left: 8px;
    line-height: 10px;
    display: block;
  }

  .section-photo {
    height: 30vh;
  }

  .section-title {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 40px;
  }

  .section-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .info-bar-link, .info-bar-text {
    font-size: 16px;
  }

  .where-title {
    font-size: 17px;
    line-height: 21px;
  }

  .slide-title-block {
    position: relative;
    top: -28%;
  }

  .mask {
    overflow: visible;
  }

  .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-ground, .but-hdr.hp-kitchen {
    font-size: .95rem;
  }

  .icon-svg {
    justify-content: flex-start;
    align-items: center;
    height: 4rem;
  }

  .hp-icon-flex {
    justify-content: space-around;
  }

  .hp-icon-wrap {
    width: 22%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    margin-top: 12px;
  }

  p {
    font-size: 15px;
    line-height: 22px;
  }

  .footer {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .brand {
    position: relative;
    left: auto;
  }

  .navbar {
    justify-content: space-between;
    display: block;
  }

  .nav-link:hover {
    background-color: #fff;
  }

  .slider {
    height: 37vh;
  }

  .slide-1 {
    overflow: visible;
  }

  .slide-nav {
    position: absolute;
    inset: auto 0% 0%;
  }

  .slide-title {
    font-size: 50px;
    top: 75%;
  }

  .homepg-title-block {
    padding-left: 26px;
    padding-right: 26px;
  }

  .slide-super {
    top: -17px;
  }

  .button-table {
    font-size: 14px;
    line-height: 17px;
  }

  .col2.pad-left {
    padding-left: 0;
  }

  .item {
    padding-top: 9px;
    padding-bottom: 8px;
    font-size: 15px;
  }

  .footer-link {
    padding-left: 20px;
    padding-right: 20px;
    top: 13px;
  }

  .footer-logo-link {
    padding-top: 2px;
    padding-bottom: 20px;
  }

  .columns {
    display: block;
  }

  .col2-footer {
    z-index: auto;
    text-align: center;
  }

  .col1-footer {
    text-align: center;
  }

  .copyright {
    text-align: center;
    margin-bottom: 13px;
    position: relative;
    inset: 83px 0% 0%;
  }

  .panam-logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-photo, .section-photo.meet-team-bkg {
    height: 25vh;
  }

  .section-title {
    letter-spacing: 1px;
    font-size: 30px;
    line-height: 1.1em;
  }

  .more-info-head {
    font-size: 22px;
  }

  .info-bar-link {
    float: right;
    font-size: 14px;
  }

  .info-bar-text {
    text-align: center;
    font-size: 14px;
  }

  .video-caption p {
    font-size: 15px;
    line-height: 22px;
  }

  .news-title {
    font-size: 1.8rem;
  }

  .where-title {
    flex: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .where-block {
    margin-top: 0;
  }

  .where-selection-block {
    flex-wrap: wrap;
  }

  .market-section-head.home-garden {
    width: 32.4%;
    font-size: 16px;
  }

  .market-section-head.fresh-market {
    font-size: 16px;
  }

  .slide-title-block {
    top: -43%;
  }

  .mask {
    overflow: hidden;
  }

  .home-image {
    display: block;
  }

  .but-hdr.hp-basket {
    color: var(--black);
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .but-hdr.hp-patio, .but-hdr.hp-ground {
    flex-flow: column;
  }

  .but-hdr.hp-kitchen {
    color: var(--black);
    flex-flow: column;
  }

  .hp-icon-flex {
    justify-content: space-around;
  }

  .hp-icon-wrap {
    width: 43%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 34px;
  }

  h2 {
    margin-top: 9px;
    line-height: 42px;
  }

  .footer {
    flex: 0 auto;
  }

  .info {
    font-size: 15px;
    line-height: 23px;
  }

  .brand {
    left: 48px;
  }

  .brand.w--current {
    margin-left: 0;
    margin-right: auto;
    position: relative;
    left: 4px;
  }

  .navbar {
    justify-content: space-between;
    display: block;
  }

  .menu-button.w--open {
    background-color: #628569;
  }

  .slider {
    height: 25vh;
  }

  .handpicked-logo {
    width: 225px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-block {
    display: block;
  }

  .slide-title {
    font-size: 36px;
  }

  .homepg-title-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slide-super {
    font-size: 19px;
    top: -12px;
  }

  .col1-intro {
    text-align: center;
  }

  .button-table {
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 15px;
    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;
  }

  .item {
    font-size: 15px;
  }

  .logo-menu {
    display: block;
  }

  .footer-link {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    position: static;
  }

  .footer-logo-link {
    padding-top: 9px;
    padding-bottom: 10px;
    position: relative;
    top: -17px;
  }

  .col2-footer {
    text-align: center;
  }

  .copyright {
    padding-top: 0;
    top: 78px;
  }

  .section-photo, .section-photo.meet-team-bkg {
    height: 15vh;
  }

  .section-title {
    font-size: 22px;
  }

  .section-block {
    padding-left: 12px;
    padding-right: 12px;
  }

  .more-info-head {
    font-size: 22px;
  }

  .info-bar {
    padding-left: 17px;
    padding-right: 17px;
  }

  .info-bar-link {
    float: none;
    text-align: center;
    display: block;
  }

  .info-bar-text {
    text-align: center;
    line-height: 18px;
    display: block;
  }

  .button.download {
    margin-bottom: 37px;
  }

  .news-title {
    font-size: 1.7rem;
    line-height: 1.2;
  }

  .where-title {
    flex-shrink: 0;
    flex-basis: 1px;
  }

  .where-block h2 {
    font-size: 20px;
    line-height: 22px;
  }

  .more-info-subhead {
    display: block;
  }

  .market-section-head {
    font-size: 16px;
    line-height: 20px;
  }

  .market-section-block {
    display: none;
  }

  .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;
  }

  .icon-flex-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .icon-svg {
    height: 3rem;
    padding-left: 6px;
    padding-right: 6px;
  }

  .hp-icon-flex {
    flex-flow: wrap;
  }

  .hp-icon-wrap {
    width: 39%;
  }

  #w-node-dc623a29-a367-b94f-5de9-443e65d767d7-e35f5421 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: stretch stretch;
  }

  #w-node-dc623a29-a367-b94f-5de9-443e65d767d9-e35f5421 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-dc623a29-a367-b94f-5de9-443e65d767db-e35f5421 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dc623a29-a367-b94f-5de9-443e65d767dd-e35f5421 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-dc623a29-a367-b94f-5de9-443e65d767df-e35f5421 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-dc623a29-a367-b94f-5de9-443e65d767e1-e35f5421 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-dc623a29-a367-b94f-5de9-443e65d767d7-eeecbb8e, #w-node-f0f1b46f-b0fa-955f-be08-09ac0c9db912-eeecbb8e {
    grid-area: 1 / 1 / 2 / 2;
    place-self: stretch stretch;
  }
}


@font-face {
  font-family: 'Font awesome font';
  src: url('../fonts/font-awesome-font.eot') format('embedded-opentype'), url('../fonts/font-awesome-font.woff') format('woff'), url('../fonts/font-awesome-font.ttf') format('truetype'), url('../fonts/font-awesome-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}