:root {
  --blue-661: #00509e;
  --teal-7474: #007c89;
  --blog-green: #007434;
  --red-185: #ef343f;
  --crimson: #d82f39;
  --green-355: #00ab4d;
  --blue-648: #002958;
  --yellow-109: #ffdf00;
  --beige-7536: #a59c87;
  --gray333: #333;
  --lime-383: #a2b524;
  --lt-smoke: var(--light-smoke);
  --olive-5763: #61703e;
  --gold-ball-perennials: #e6b122;
  --fb-blue: #2d88ff;
  --lt-gray: #eee;
  --light-smoke: #f8f8f8;
}

.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: #333;
  flex-direction: column;
  height: 100%;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 22px;
  display: block;
}

h1 {
  margin-top: 20px;
  margin-bottom: 9px;
  font-family: proxima-nova, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #00509e;
  margin-top: 20px;
  margin-bottom: 9px;
  font-family: Roboto, sans-serif;
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: #00509e;
  margin-top: 20px;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: #00509e;
  margin-top: 16px;
  margin-bottom: 9px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

h5 {
  color: #00509e;
  margin-top: 14px;
  margin-bottom: 9px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: #00509e;
  margin-top: 14px;
  margin-bottom: 9px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  color: var(--blue-661);
  font-weight: 700;
  text-decoration: none;
  transition: all .25s;
}

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

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 1.5rem;
  font-family: Roboto, sans-serif;
  line-height: 1.5em;
  list-style-type: square;
}

li {
  font-family: Roboto, sans-serif;
}

.button {
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-shadow: 1px 1px 6px #00000080;
  background-color: #606b13;
  border-radius: 4px;
  width: 100%;
  margin: 12px auto;
  padding: 9px .6rem;
  font-family: Roboto, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  transition: transform .25s;
  display: block;
  box-shadow: 1px 1px 3px #000000c2;
}

.button:hover {
  background-color: var(--teal-7474);
  color: #fff;
  transform: translate(0, -3px);
}

.button.teal {
  background-color: #007c89;
  margin-top: 4px;
  padding-top: 9px;
  font-size: 16px;
  font-weight: 700;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.button.teal:hover {
  background-color: #a2b524;
}

.button.accordion {
  background-color: #007c89;
  width: 100%;
  height: 32px;
  padding-top: 2px;
  padding-bottom: 9px;
  font-family: proxima-nova, sans-serif;
  transition: transform .25s;
}

.button.catalog {
  color: #007c89;
  text-shadow: none;
  background-color: #fff;
  border: 1px solid #007c89;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 6px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  display: flex;
}

.button.catalog:hover {
  color: #fff;
  background-color: #002958;
  transform: translate(0, -5px);
}

.button.catalog.view {
  color: #007c89;
  background-color: #fff;
  border: 1px solid #007c89;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 14px;
}

.button.catalog.view:hover {
  color: #fff;
  background-color: #002958;
}

.button.solutions {
  background-color: #00863c;
  margin-top: 6px;
  margin-bottom: 6px;
}

.button.solutions-play {
  float: left;
  clear: right;
  width: 43px;
  margin-top: 0;
  margin-right: 11px;
  padding: 4px 4px 4px 7px;
  display: inline-block;
}

.button.swap {
  background-color: #746a54;
  width: 100%;
  margin-right: 0;
}

.button.swap:hover {
  background-color: #00ab4d;
  transform: none;
}

.button.gallery {
  background-color: var(--blog-green);
  color: #fff;
  text-shadow: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  position: relative;
  top: 60px;
  bottom: 0;
  left: 0;
}

.button.gallery:hover {
  text-shadow: none;
  background-color: #00509e;
  border-style: none;
  transform: translate(0, 15px);
}

.button.star {
  background-image: url('https://www.ballseed.com/images/Star.svg');
  background-position: 89px;
  background-repeat: no-repeat;
  background-size: auto 24px;
}

.button.catalog-download {
  color: #007c89;
  text-align: center;
  text-shadow: none;
  background-color: #fff;
  border: 1px solid #007c89;
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
}

.button.catalog-download:hover {
  color: #fff;
  text-shadow: none;
  background-color: #007c89;
}

.button.buy {
  color: #0000;
  text-shadow: none;
  background-color: #fff;
  background-image: url('https://www.ballseed.com/images/buy_now_graphic2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 107px;
  border: 1px solid #00509e;
  height: auto;
  margin-bottom: 14px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 17px;
  box-shadow: 1px 1px 3px #00000080;
}

.button.buy:hover {
  text-shadow: none;
  border-color: #ef343f;
  box-shadow: 1px 1px 3px #00000080;
}

.button.blue {
  background-color: #00509e;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
}

.button.blue:hover {
  background-color: #004385;
}

.button.green-small {
  margin-top: 12px;
  margin-bottom: 11px;
  padding-left: 9px;
  padding-right: 9px;
  font-size: 15px;
  line-height: 18px;
}

.button.customer-days {
  width: 95%;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  display: inline-block;
}

.button.red {
  background-color: #ef343f;
}

.button.red:hover {
  background-color: #ce2c36;
}

.button.next, .button.previous {
  width: 20%;
  margin-left: 9px;
  margin-right: 9px;
  line-height: 1.3em;
}

.button.upload {
  width: 50%;
  margin-left: 9px;
  margin-right: 9px;
  font-size: 20px;
  line-height: 1.5em;
}

.button.tech {
  margin-top: auto;
}

.button.short {
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 1rem 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: inline-block;
}

.week-text {
  color: #fff;
  font-size: 12px;
}

.menu-section {
  z-index: 5;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.week-block {
  z-index: 5;
  background-color: #002958;
  height: 35px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.button-wrapper {
  float: right;
  justify-content: flex-end;
  align-items: center;
  width: 75%;
  height: 60px;
  display: flex;
}

.button-primary {
  float: left;
  color: #00509e;
  text-align: center;
  background-color: #fff;
  border: 1px solid #2c80d4;
  border-radius: 6px;
  height: 66px;
  margin-left: 14px;
  padding: 11px 14px;
  font-size: 16px;
  line-height: 17px;
  text-decoration: none;
  transition: all .35s;
  display: inline-block;
  position: static;
  box-shadow: 1px 1px 3px 1px #00000040;
}

.button-primary:hover {
  background-color: #007c8933;
}

.button-primary:active {
  color: #ef343f;
  border-width: 1px;
  border-color: #007c89;
}

.button-primary.product-search {
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  margin-left: 12px;
  padding: 5px 14px;
  transition-property: background-color;
  transition-duration: .5s;
  display: flex;
}

.button-primary.product-search:hover {
  background-color: #007c8917;
  transition: background-color .5s;
  transform: none;
}

.button-primary.webtrack {
  align-items: center;
  width: 287px;
  height: 60px;
  margin-left: 12px;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.button-primary.site-search {
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 35px;
  margin-left: 5%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.button-text-search {
  text-align: left;
  margin-right: 8px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  line-height: 1.1;
}

.button-text-webtrack {
  float: left;
  text-align: left;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  line-height: 1.1;
}

.button-webtrack-img {
  float: left;
  width: 170px;
  margin-left: 8px;
  padding-top: 4px;
  padding-left: 0;
}

.button-search-img {
  width: 30px;
  padding-top: 0;
  padding-left: 0;
  position: static;
  top: 0;
  left: 0;
}

.button-search-img.glass {
  width: 23px;
}

.button-hamburger {
  z-index: 10;
  margin-top: 0;
  display: block;
  position: absolute;
  inset: 5px 0% 0% 2%;
}

.footer {
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('https://www.ballseed.com/images/mosaic_band1.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
  height: auto;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-logo {
  padding-top: 3px;
  transition: transform .25s;
}

.menu-logo:hover {
  transform: scale(1.05);
}

.telephone-text {
  color: #61703e;
  text-align: right;
  font-size: 15px;
}

.telephone-text:hover {
  color: #ef343f;
  text-decoration: none;
}

.footer-text-link {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 6px;
  padding-top: 1px;
  font-family: Roboto, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
  transition: color .25s, transform .5s;
  display: block;
}

.footer-text-link:hover {
  color: #ffdf00;
  transform: translate(5px);
}

.footer-logo {
  float: none;
  width: 250px;
  margin-left: 30px;
  margin-right: 30px;
}

.footer-legal {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 9px;
  line-height: 14px;
  display: block;
  position: relative;
  inset: 37px 0% 0%;
}

.icon-link-block {
  float: left;
  clear: both;
  color: #fff;
  margin-bottom: 0;
  margin-left: 8px;
  margin-right: 8px;
  text-decoration: none;
  transition: all .25s;
  display: inline-block;
  position: static;
}

.icon-link-block:hover {
  color: #ffdf00;
  transform: translate(0, -6px);
}

.footer-icon {
  display: inline-block;
}

.content {
  background-color: #fff;
  flex-grow: 1;
  flex-shrink: 0;
  min-height: 750px;
  margin-top: 110px;
  margin-bottom: 12px;
  font-weight: 400;
  position: relative;
}

.stripe-383 {
  z-index: 0;
  color: #fff;
  background-color: #ef343f;
  background-image: url('https://www.ballseed.com/images/bkg_angle_photos2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.stripe-hdr {
  background-color: var(--red-185);
  color: #fff;
  margin-top: 15px;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4em;
  display: inline-block;
  position: relative;
}

.sp10 {
  height: 10px;
}

.sp25 {
  clear: both;
  background-color: #0000;
  height: 25px;
}

.sp50 {
  clear: both;
  height: 50px;
}

.sp75 {
  height: 75px;
}

.sp100 {
  height: 100px;
}

.caption-1 {
  color: #333;
  background-color: #ffdf00;
  padding: 12px;
  font-size: 15px;
  font-weight: 400;
}

.main-img {
  width: 100%;
  margin-top: 16px;
}

.m-stripe-383 {
  background-color: #61703e;
  height: 70px;
}

.content-margin {
  height: auto;
  margin-top: 9px;
  margin-bottom: 9px;
  line-height: 1.1em;
}

.see-red {
  background-color: #ef343f;
}

.list-item {
  margin-bottom: 6px;
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
  line-height: 20px;
  list-style-type: square;
  display: block;
}

.list-item:hover {
  color: #333;
}

.text-link {
  color: #007c89;
  transition: color .25s;
}

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

.hero-block {
  background-color: #af9898;
  height: 60vh;
  min-height: 600px;
}

.topic-block {
  margin-top: 24px;
  margin-bottom: 24px;
}

.topic-block.grower {
  background-image: linear-gradient(#fffc, #fffc);
  position: relative;
}

.topic-block.news {
  background-color: #fff;
  background-image: linear-gradient(#ffffffd9, #ffffffd9);
  position: relative;
}

.topic-block.stem, .topic-block.retail, .topic-block.beacon, .topic-block.exclusives {
  background-image: linear-gradient(#fffc, #fffc);
}

.h-box-title {
  float: none;
  text-align: left;
  margin-bottom: 14px;
  padding-top: 7px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 16px;
}

.topic-photo {
  background-image: url('https://www.ballseed.com/images/BHG09-7976.jpg');
  background-position: 50%;
  width: auto;
  height: 175px;
  position: static;
  overflow: hidden;
}

.topic-photo.p13 {
  background-image: url('https://www.ballseed.com/images/home_video.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  min-height: 100px;
  transform: rotate(0);
}

.topic-photo.p2 {
  background-image: url('https://www.ballseed.com/images/home_catalogs.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.topic-photo.p3 {
  background-image: url('https://www.ballseed.com/images/home_colorlink.jpg');
  background-size: cover;
  height: 200px;
}

.topic-photo.p4 {
  background-image: url('https://www.ballseed.com/images/home_techsupport.jpg');
  background-position: 50% 25%;
  background-size: cover;
  height: 200px;
}

.topic-photo.p5 {
  background-image: url('https://www.ballseed.com/images/homepage_logistics.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.topic-photo.p6 {
  background-image: url('https://www.ballseed.com/images/home_hardgoods_1.jpg');
  background-size: cover;
  height: 200px;
}

.topic-photo.p7 {
  background-image: url('https://www.ballseed.com/images/home_ballpremier.jpg');
  background-size: cover;
  height: 200px;
}

.topic-photo.p8 {
  background-image: url('https://www.ballseed.com/images/home_suppliers.jpg');
  background-size: cover;
  height: 200px;
}

.topic-photo.exclusive-1 {
  background-image: url('https://www.ballseed.com/images/exclusives_ballfloraplant.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: 200px;
}

.topic-photo.exclusive-3 {
  background-image: url('https://www.ballseed.com/images/exclusives_burpee.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.topic-photo.news1 {
  background-image: url('https://www.ballseed.com/images/home_blog.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
}

.topic-photo.news2 {
  background-image: url('https://www.ballseed.com/images/news_latest_news.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
}

.topic-photo.news3 {
  background-image: url('https://www.ballseed.com/images/home_customer_day.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
}

.topic-photo.news4 {
  background-image: url('https://www.ballseed.com/images/home_webtrack.jpg');
  background-position: 21%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
}

.topic-photo.landscape {
  background-image: url('https://www.ballseed.com/images/home_balllandscape.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
}

.topic-photo.stem {
  background-color: #0000;
  background-image: url('https://www.ballseed.com/images/home_pic_stem.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
}

.topic-photo.wave {
  background-image: url('https://www.ballseed.com/images/home_pic_wave2x.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
}

.topic-photo.burpee {
  background-color: #fff;
  background-image: url('https://www.ballseed.com/images/home_pic_burpee2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
}

.topic-photo.retail-1 {
  background-image: url('https://www.ballseed.com/images/home_benchcard.jpg');
  background-size: cover;
  width: auto;
  height: 200px;
}

.topic-photo.retail-2 {
  background-image: url('https://www.ballseed.com/images/home_flourish2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.topic-photo.retail-4 {
  background-image: url('https://www.ballseed.com/images/home_packaging.jpg');
  background-size: cover;
  height: 200px;
}

.topic-photo.exclusive-2 {
  background-image: url('https://www.ballseed.com/images/exclusives_ingenuity.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.topic-photo.exclusive-4 {
  background-image: url('https://www.ballseed.com/images/home_mum15-20135.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.topic-photo.retail-3 {
  background-image: url('https://www.ballseed.com/images/home_mixed_container.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.topic-frame {
  background-color: #0000;
  width: 100%;
  overflow: hidden;
}

.topic-row {
  clear: none;
  justify-content: space-between;
  height: 100%;
  display: block;
  overflow: hidden;
}

.topic-link {
  float: left;
  color: #3d3d3d;
  width: 25%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 6px;
  text-decoration: none;
}

.topic-link:hover {
  color: #ef343f;
}

.topic-link._100 {
  width: 100%;
}

.telephone {
  float: right;
  color: #fff;
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  transition: color .325s;
}

.telephone:hover {
  color: #a2b524;
}

.col1 {
  padding-left: 0;
}

.col2 {
  padding-left: 0;
  padding-right: 0;
}

.container {
  max-width: 1170px;
}

.container.center {
  margin-left: auto;
  margin-right: auto;
}

.group-title {
  color: #333;
  text-align: center;
  height: auto;
  margin-top: 9px;
  font-size: 18px;
  line-height: 21px;
}

.rule-5 {
  background-color: #00ab4d;
  height: 5px;
  margin-top: 6px;
  margin-bottom: 18px;
}

.rule-5.green1 {
  background-color: #a2b524;
}

.group-heading {
  margin-top: 1.5rem;
  margin-bottom: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
}

.group-link-block {
  width: 100%;
  height: 274px;
  overflow: hidden;
}

.img-scale {
  width: 100%;
  overflow: hidden;
}

.img-scale.white-border {
  border: 6px solid #fff;
}

.col-pad {
  padding-left: 6px;
  padding-right: 3px;
  display: block;
  position: relative;
}

.footnote {
  margin-top: 6px;
  margin-bottom: 9px;
  font-size: 12px;
  line-height: 14px;
}

.row-heading1 {
  color: #fff;
  background-color: #5f5847;
  margin-bottom: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 700;
}

.row-table1-text {
  border-bottom: 1px solid #a59c87;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: proxima-nova, sans-serif;
  line-height: 18px;
}

.feather-15, .feather {
  font-family: Fontello, sans-serif;
}

.feather-white {
  margin-right: 2px;
  font-family: Fontello, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.feather-white.icon-glyph-6 {
  font-size: 17px;
  font-weight: 400;
  line-height: 18px;
}

.accordion-target {
  display: block;
}

.catalog-title {
  text-align: center;
  margin-top: 6px;
  margin-bottom: 14px;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 19px;
}

.catalog-block {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  margin-top: 12px;
  margin-bottom: 9px;
  display: flex;
}

.row-catalog {
  border-bottom: 4px #a2b524;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  margin-bottom: 15px;
  display: flex;
}

.button-style2-text {
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  text-decoration: none;
}

.button-style2 {
  color: #00509e;
  background-color: #fff;
  border: 1px solid #007c89;
  border-radius: 8px;
  width: 100%;
  height: auto;
  min-height: 150px;
  padding: 12px;
  font-size: 12px;
  text-decoration: none;
  transition: all .35s;
  transform: translate(0);
  box-shadow: 1px 1px 3px #00000080;
}

.button-style2:hover {
  color: #fff;
  background-color: #00509e;
  transform: translate(0, -4px);
}

.description-lrg {
  margin-top: 12px;
}

.solution-pricepoint-diagram {
  width: 100%;
}

.solution-all {
  z-index: 5;
  width: 100%;
  display: block;
  position: static;
  inset: 0;
}

.solutions-price-block {
  width: 100%;
}

.center-text {
  text-align: center;
  font-family: proxima-nova, sans-serif;
}

.solutions-key {
  width: 75%;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.solutions-key-letter {
  color: var(--crimson);
  font-weight: 700;
}

.solutions-bill {
  float: left;
  margin-bottom: 12px;
  margin-right: 10px;
}

.solutions-caption {
  font-family: proxima-nova, sans-serif;
}

.solution-all-2 {
  z-index: 5;
  width: 100%;
  position: static;
  inset: 0;
}

.img-shadow {
  transition: all .3s;
  box-shadow: 1px 1px 3px #000;
}

.img-shadow:hover {
  transform: translate(0, -5px);
  box-shadow: 1px 1px 5px #000;
}

.crumbs {
  color: #333;
  background-color: #fff;
  border: 1px solid #00ab4d;
  padding: 8px 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
  line-height: 13px;
  text-decoration: none;
  transition: background-color .25s;
  display: inline-block;
}

.crumbs:hover {
  color: #fff;
  background-color: #00ab4d;
}

.crumb-arrow {
  height: 100%;
  margin-left: 6px;
  margin-right: 6px;
}

.crumb-submenu {
  float: right;
  margin-top: 6px;
  margin-bottom: 12px;
  margin-left: 12px;
  display: inline-block;
}

.small-text {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.arrow-back-link {
  z-index: 1;
  float: left;
  background-image: url('https://www.ballseed.com/images/arrow-back_1arrow-back.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  width: 55px;
  height: 65px;
  margin-right: 9px;
  transition: all .25s;
  display: block;
  position: relative;
  top: 5px;
}

.arrow-back-link:hover {
  right: 5px;
  transform: translate(-6px);
}

.crumb-tail {
  float: none;
  text-align: center;
  margin: 12px auto 24px;
  display: block;
}

.swap_area_01 {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.swap_img_showoff {
  z-index: 3;
  width: auto;
  position: absolute;
}

.swap_img_cranberry {
  z-index: 2;
  position: absolute;
}

.swap_img_frost {
  z-index: 1;
  position: absolute;
}

.swap_img_bw {
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-block {
  background-image: url('https://www.ballseed.com/images/container_icon_fullsun.svg');
  background-position: 50% 59%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 115px;
  margin-bottom: 12px;
}

.gallery-block.perennial {
  background-image: url('https://www.ballseed.com/images/container_icon_perennial.svg');
}

.gallery-block.shade {
  background-image: url('https://www.ballseed.com/images/container_icon_shade.svg');
}

.gallery-block.partial {
  background-image: url('https://www.ballseed.com/images/container_icon_partial.svg');
}

.slider {
  background-color: #fff;
  height: 60vh;
  min-height: 600px;
}

.slide:focus {
  border: 2px solid #000;
}

.left-arrow {
  width: 2.3rem;
  margin-left: 2rem;
  display: block;
}

.left-arrow:focus {
  border: 1px solid var(--green-355);
}

.right-arrow {
  width: 2.3rem;
  margin-right: 2rem;
  display: block;
}

.right-arrow:focus {
  border: 1px solid var(--green-355);
}

.arrow-icon {
  color: var(--red-185);
  display: block;
}

.icon-glyph-10 {
  font-family: Fontello, sans-serif;
}

.recommend-block {
  height: auto;
  min-height: 700px;
}

.recommend-intro {
  box-shadow: none;
  border: 2px solid #00ab4d;
  margin-top: 6px;
  margin-bottom: 20px;
  padding: 15px 15px 13px;
}

.recommend-text-block {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}

.recommend-graphic-block {
  text-align: right;
}

.img-hov {
  border: 2px solid #0000;
  transition: all .25s linear;
}

.img-hov:hover {
  border: 2px solid #00ab4d;
}

.week-block {
  z-index: 10;
  display: block;
  overflow: visible;
}

.smn-navbar {
  z-index: 5;
  background-color: #fff;
  margin-top: 35px;
  padding-top: 7px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.smn-navmenu {
  z-index: 10;
  background-color: #00000073;
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: relative;
}

.smn-navlinkswrapper {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  min-width: 0;
  height: 100%;
  margin-bottom: 22px;
  position: relative;
  overflow: scroll;
}

.smn-navlink {
  color: #333;
  background-color: #e2e2e2;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding: 12px 20px;
  display: block;
}

.smn-navlink:hover {
  color: #fff;
  background-color: #ef343f;
}

.smn-navlink:active {
  color: #000;
}

.smn-navlink:focus {
  border: 2px solid #000;
}

.smn-navlink.nav-green {
  background-color: #f1f1f1;
}

.smn-navlink.nav-green:hover {
  background-color: #ef343f;
}

.smn-navlink.nav-green2 {
  background-color: #e2e2e2;
}

.smn-navlink.nav-green2:hover {
  background-color: #ef343f;
}

.smn-navlink.nav-yellow {
  color: #333;
  background-color: #f1f1f1;
}

.smn-navlink.nav-yellow:hover {
  background-color: #ef343f;
}

.smn-navlink.nav-blue {
  background-color: #e2e2e2;
}

.smn-navlink.nav-blue:hover {
  background-color: #ef343f;
}

.swap_area_02 {
  width: 100%;
  position: relative;
}

.coleus_versa {
  z-index: 3;
  position: absolute;
}

.coleus_watermelon {
  z-index: 1;
  position: absolute;
}

.coleus_redhead {
  z-index: 2;
  position: absolute;
}

.coleus_bw, .impatiens2_bw {
  z-index: 4;
  position: absolute;
}

.impatiens2_lilac {
  z-index: 3;
  position: absolute;
}

.impatiens2_passion {
  z-index: 2;
  position: absolute;
}

.impatiens2_icyblue {
  z-index: 1;
  position: absolute;
}

.swap_area_03 {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.row-mixed-container {
  height: 550px;
  margin-bottom: 25px;
  position: static;
}

.swap-text-1 {
  margin-top: 0;
  display: block;
}

.swap-text-2 {
  position: static;
  top: 370px;
}

.swap-text-3 {
  height: auto;
  display: block;
  position: static;
  top: 370px;
  left: 0;
  right: 0;
}

.thumb-pic {
  background-image: url('https://www.ballseed.com/images/hardgoods_punchgro.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 225px;
  transition: all .35s;
}

.thumb-pic:hover {
  transform: scale(1.41);
}

.thumb-frame {
  width: 100%;
  overflow: hidden;
}

.diagram-img {
  width: 100%;
}

.diagram-caption {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: 41%;
  left: 0;
}

.diagram-col {
  height: 360px;
}

.container-caption {
  padding-top: 9px;
}

.container-descrip {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 20px;
}

.container-letter {
  background-color: var(--blog-green);
  color: #fff;
  border-radius: 18px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 7px 12px;
  font-size: 19px;
  display: inline-block;
}

.buttons-bottom-stick {
  margin-bottom: 12px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.buttons-bottom-stick._3-button {
  margin-top: 15px;
  position: relative;
  inset: 0 0 auto;
}

.suppliers-webtrack {
  background-color: #0000;
  padding: 10px;
}

.suppliers-gold {
  background-color: #fff091;
  padding-top: 9px;
}

.link-block {
  width: 100%;
}

.gold-supplier-list {
  padding-left: 12px;
}

.tab-menu {
  background-color: #61703e;
  width: 100%;
  display: inline-block;
}

.tab-link {
  background-color: #61703e;
  margin-left: auto;
  margin-right: auto;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

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

.retailer-ideas {
  height: 270px;
}

.retailer-ideas-logo {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.info-title {
  color: #00509e;
  line-height: 1.2em;
}

.fun-fact {
  border: 1px solid #007c89;
  padding: 12px;
}

.fun-heading {
  color: #00509e;
  padding-bottom: 12px;
  font-weight: 700;
}

.red-text {
  color: #dd313c;
  font-weight: 700;
}

.footer-reps-text {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  position: static;
  top: 21px;
}

.img-left-wrap {
  float: left;
  margin-right: 8px;
}

.menu-button {
  z-index: 0;
  cursor: pointer;
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff);
  justify-content: center;
  width: 75px;
  height: 60px;
  margin-top: 0;
  margin-left: 19px;
  padding: 0 8px;
  display: block;
}

.hardgood-row {
  align-items: stretch;
  min-height: 500px;
  display: flex;
}

.hardgood-row.videos {
  min-height: 250px;
}

.foot-contain {
  background-color: #fff;
  border: 9px solid #fff;
  border-top: 0 #000;
  border-bottom: 1px #000;
  max-width: 1170px;
  min-height: 25px;
  margin-bottom: 0;
  padding: 0 9px;
  position: relative;
}

.col-1 {
  float: left;
  text-align: center;
  width: 25%;
  min-height: 25px;
}

.col-2 {
  float: left;
  width: 10%;
  min-height: 25px;
  padding-top: 17px;
  padding-left: 5px;
}

.col-3 {
  float: left;
  width: 25%;
  min-height: 25px;
  padding-top: 26px;
}

.col-4 {
  float: left;
  width: 30%;
  min-height: 25px;
}

.footer-txt-link {
  color: #fff;
}

.ballpoints-button {
  color: #333;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin: 14px auto 22px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 20px;
  display: block;
  position: static;
  top: 23px;
}

.ballpoints-button:hover {
  color: #fff;
  background-color: #007c89;
}

.paragraph, .heading, .paragraph-2 {
  font-family: Roboto, sans-serif;
}

.log-in-text {
  margin-right: 13px;
  display: inline-block;
}

.topic-container {
  background-color: #fff;
  max-width: 1170px;
  padding-left: 12px;
  padding-right: 12px;
}

.topic-hdr {
  color: #fff;
  background-color: #dd313c;
  margin-bottom: 9px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 6px 12px;
  font-size: 18px;
}

.col-1-4 {
  padding-left: 9px;
  padding-right: 0;
}

.col-2-4 {
  padding-left: 0;
  padding-right: 0;
}

.col-3-4, .col-4-4 {
  padding-left: 0;
}

.footer-contain-bkg {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #dd313c;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1100px;
  height: auto;
  padding: 9px;
  display: flex;
}

.wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  display: flex;
}

.podcast-badge-block {
  justify-content: space-around;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.badge {
  margin-left: 6px;
  margin-right: 6px;
}

.beacon-title {
  color: #2b2b2b;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

.return-arrow {
  float: right;
  color: #00509e;
  background-color: #fff;
  background-image: url('https://www.ballseed.com/images/return-arrow-blue2x.png');
  background-position: 9px;
  background-repeat: no-repeat;
  background-size: 40px;
  border: 2px solid #00509e;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 22%;
  height: 50px;
  padding-top: 9px;
  padding-left: 63px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  position: relative;
  top: 7px;
}

.return-arrow:hover {
  color: #ef343f;
  background-image: url('https://www.ballseed.com/images/return-arrow-red2x.png');
  border-color: #ef343f;
}

._5-col {
  float: left;
  border: 1px solid #acacac;
  flex-direction: column;
  justify-content: flex-start;
  width: 19%;
  margin-left: .5%;
  margin-right: .5%;
  padding: 6px;
  display: flex;
}

.paragraph-3 {
  float: left;
  display: block;
}

._5-col-container {
  clear: both;
  width: 100%;
  margin-bottom: 23px;
  display: flex;
  position: relative;
}

.mum-col-hdr {
  margin-top: 6px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.2em;
}

.mum-hdr {
  width: 70%;
  display: inline-block;
}

.mum-select-img {
  flex: none;
}

.superscript {
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  position: relative;
  top: -4px;
}

.button-block {
  flex: 0 auto;
  position: relative;
  inset: 0% 0% -8%;
}

.blog-date-block {
  background-color: var(--blue-661);
  padding: 6px 12px;
}

.blog-date {
  color: #ebf2e6;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}

.blog-button-return {
  background-color: var(--blog-green);
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.blog-button-return:hover {
  background-color: var(--blue-648);
  color: #fff;
}

.blog-menu {
  background-color: var(--blue-661);
  min-height: 100px;
  padding: 9px;
}

.blog-menu-title {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin-bottom: 6px;
  padding-bottom: 9px;
  font-weight: 700;
}

.blog-menu-item {
  color: #fff;
  margin-bottom: 6px;
  display: block;
}

.blog-menu-item:hover {
  color: var(--yellow-109);
}

.blog-index-title {
  color: var(--blue-661);
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
}

.blog-index-title:hover {
  color: var(--green-355);
}

.blog-thumb {
  float: left;
  max-width: 40%;
  margin-bottom: 12px;
  margin-right: 12px;
}

.blog-author-link {
  color: var(--blue-661);
  margin-bottom: 9px;
  display: inline-block;
}

.blog-author-link:hover {
  color: var(--green-355);
}

.blog-more {
  float: left;
  clear: none;
  background-color: var(--blog-green);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-shadow: 1px 1px 6px #00000080;
  width: 33%;
  margin: 12px auto;
  padding: 9px 6px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-decoration: none;
  transition: all .2s;
  display: block;
  box-shadow: 1px 1px 3px #0000004d;
}

.blog-more:hover {
  background-color: var(--blue-648);
  color: #fff;
}

.blog-post-index {
  margin-bottom: 18px;
}

.virtual-map-block {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.virtual-map-marker {
  width: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.virtual-map-marker.pas {
  cursor: pointer;
  top: 654px;
  left: 335px;
}

.virtual-map-marker.bfp-sel {
  cursor: pointer;
  position: absolute;
  top: 567px;
  left: 296px;
}

.virtual-map-marker.dar {
  cursor: pointer;
  top: 890px;
  left: 342px;
}

.virtual-map-marker.greenhouse {
  cursor: pointer;
  top: 391px;
  left: 290px;
}

.virtual-map-marker.burpee {
  cursor: pointer;
  top: 371px;
  left: 422px;
}

.virtual-map-marker.bi-shade {
  cursor: pointer;
  top: 257px;
  left: 450px;
}

.virtual-map-marker.combo {
  cursor: pointer;
  display: none;
  top: 349px;
  left: 613px;
}

.virtual-map-marker.pavilion {
  cursor: pointer;
  top: 262px;
  left: 890px;
}

.virtual-map-marker.compare {
  cursor: pointer;
  top: 421px;
  left: 480px;
}

.virtual-map-marker.landscape {
  cursor: pointer;
  top: 354px;
  left: 667px;
}

.virtual-map-marker.sel-2021 {
  cursor: pointer;
  position: absolute;
  top: 591px;
  left: 290px;
}

.virtual-map-marker.bfp-2021 {
  margin-top: 528px;
  margin-left: 250px;
}

.virtual-map-marker.pas-2021 {
  cursor: pointer;
  top: 629px;
  left: 355px;
}

.virtual-map-marker.burpee-2021 {
  cursor: pointer;
  top: 369px;
  left: 422px;
}

.virtual-map-marker.bi-2021 {
  top: 252px;
  left: 453px;
}

.virtual-map-marker.kieft-2021 {
  cursor: pointer;
  top: 891px;
  left: 376px;
}

.virtual-map-marker.dar-2021 {
  cursor: pointer;
  top: 820px;
  left: 370px;
}

.virtual-map-marker.hand-2021 {
  top: 678px;
  left: 264px;
}

.virtual-map-image:hover {
  background-color: #d33131;
}

.virtual-link-box {
  border: 1px solid var(--red-185);
  background-color: #fff;
  min-width: 250px;
  min-height: 20px;
  padding: 12px;
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
  box-shadow: 1px 1px 3px #0000007a;
}

.virtual-link-box.bfp-sel {
  z-index: 1;
  background-color: #fff;
  width: 480px;
  display: none;
  top: 506px;
  left: 380px;
}

.virtual-link-box.dar {
  z-index: 1;
  width: 560px;
  display: none;
  top: 863px;
  left: 463px;
}

.virtual-link-box.pas {
  z-index: 1;
  width: 450px;
  display: none;
  top: 660px;
  left: 440px;
}

.virtual-link-box.greenhouse {
  z-index: 1;
  display: none;
  top: 390px;
  left: 346px;
}

.virtual-link-box.burpee {
  z-index: 1;
  display: none;
  top: 340px;
  left: 540px;
}

.virtual-link-box.bi-shade {
  z-index: 1;
  width: 450px;
  display: none;
  top: 260px;
  left: 513px;
}

.virtual-link-box.combo {
  z-index: 1;
  display: none;
  top: 350px;
  left: 680px;
}

.virtual-link-box.pavilion {
  z-index: 1;
  display: none;
  top: 125px;
  left: 749px;
}

.virtual-link-box.compare {
  z-index: 1;
  display: none;
  top: 440px;
  left: 555px;
}

.virtual-link-box.landscape {
  z-index: 1;
  width: 300px;
  display: none;
  top: 351px;
  left: 726px;
}

.virtual-link-box.star-roses {
  min-width: 250px;
  display: none;
  top: 948px;
  left: 41px;
}

.virtual-link-box.circle-garden {
  display: none;
  top: 669px;
  left: 587px;
}

.virtual-link-box.skyframe {
  display: none;
  top: 663px;
  left: 721px;
}

.virtual-link-box.hillside {
  display: none;
  top: 431px;
  left: 692px;
}

.virtual-link-box.garden-gateway {
  display: none;
  top: 183px;
  left: 804px;
}

.virtual-link-box.shade-performance {
  display: none;
  top: 194px;
  left: 536px;
}

.virtual-link-box.bi-2021 {
  z-index: 100;
  display: none;
  top: 261px;
  left: 515px;
}

.virtual-link-box.bfp-2021 {
  z-index: 100;
  display: none;
  top: 526px;
  left: 306px;
}

.virtual-link-box.sel-2021 {
  z-index: 100;
  display: none;
  top: 597px;
  left: 346px;
}

.virtual-link-box.darwin-2021 {
  z-index: 100;
  display: none;
  top: 824px;
  left: 434px;
}

.virtual-link-box.pas-2021 {
  z-index: 100;
  display: none;
  top: 630px;
  left: 414px;
}

.virtual-link-box.burpee-2021 {
  z-index: 100;
  display: none;
  top: 368px;
  left: 481px;
}

.virtual-link-box.hand-2021 {
  z-index: 100;
  display: none;
  top: 678px;
  left: 322px;
}

.virtual-link-box.kieft-2021 {
  z-index: 100;
  display: none;
  top: 898px;
  left: 432px;
}

.virtual-heading {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.1em;
  display: block;
}

.virtual-link-text {
  color: var(--teal-7474);
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.1em;
  display: block;
}

.virtual-link-text:hover {
  color: var(--red-185);
}

.virtual-button-close {
  background-color: var(--teal-7474);
  color: #fdfdfd;
  text-align: center;
  border-radius: 9px;
  width: 100px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  display: block;
}

.virtual-button-close:hover {
  background-color: var(--beige-7536);
  color: #fff;
}

.virtual-tab-block {
  display: none;
}

.m-link-box {
  border: 1px solid var(--red-185);
  background-color: #fff;
  min-width: 20px;
  min-height: 20px;
  padding: 12px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 1px 1px 3px #0000007a;
}

.m-link-box.bfp-sel {
  z-index: 1;
  background-color: #fff;
  width: 450px;
  display: none;
  top: 506px;
  left: 380px;
}

.m-link-box.dar {
  z-index: 1;
  width: 450px;
  display: none;
  top: 863px;
  left: 463px;
}

.m-link-box.pas {
  z-index: 1;
  width: 450px;
  display: none;
  top: 660px;
  left: 440px;
}

.m-link-box.greenhouse {
  z-index: 1;
  display: none;
  top: 390px;
  left: 346px;
}

.m-link-box.burpee {
  z-index: 1;
  display: none;
  top: 340px;
  left: 540px;
}

.m-link-box.pavilion {
  z-index: 1;
  display: none;
  top: 130px;
  left: 780px;
}

.m-link-box.compare {
  z-index: 1;
  display: none;
  top: 440px;
  left: 555px;
}

.m-link-box.landscape {
  z-index: 1;
  width: 300px;
  display: none;
  top: 651px;
  left: 700px;
}

.m-link-box.bi-2021 {
  z-index: 1;
  display: none;
  top: 350px;
  left: 680px;
}

.m-link-box.bfp-2021 {
  z-index: 1;
  width: 300px;
  display: none;
  top: 651px;
  left: 700px;
}

.m-link-box.burpee-2021 {
  z-index: 1;
  display: none;
  top: 130px;
  left: 780px;
}

.m-link-box.kieft-2021 {
  z-index: 1;
  display: none;
  top: 340px;
  left: 540px;
}

.m-link-box.pas-2021 {
  z-index: 1;
  display: none;
  top: 390px;
  left: 346px;
}

.m-link-box.sel-2021 {
  z-index: 1;
  background-color: #fff;
  width: 450px;
  display: none;
  top: 506px;
  left: 380px;
}

.m-button {
  background-color: var(--teal-7474);
  color: #fdfdfd;
  text-align: center;
  border-radius: 9px;
  width: 100px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  display: block;
}

.m-button:hover {
  background-color: var(--beige-7536);
  color: #fff;
}

.m-intro-box {
  text-align: center;
  border: 1px solid #6e6e6e;
  width: 580px;
  padding: 12px 6px;
  font-size: 15px;
  line-height: 1.1em;
  display: block;
  position: absolute;
  top: 868px;
  left: 561px;
}

.intro-box-heading {
  color: var(--blue-661);
  margin-top: 19px;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1em;
}

.lottie-camera {
  width: 50px;
  display: block;
}

.camera {
  position: absolute;
  top: 718px;
  left: 565px;
}

.camera.compare {
  top: 469px;
  left: 433px;
}

.camera.hillside-2 {
  top: 495px;
  left: 522px;
}

.camera.hillside-3 {
  top: 563px;
  left: 487px;
}

.camera.circle-2 {
  top: 641px;
  left: 538px;
}

.camera.landscape-4 {
  left: 687px;
}

.camera.landscape-3 {
  top: 690px;
  left: 764px;
}

.camera.beacon {
  top: 768px;
  left: 819px;
}

.camera.landscape-2 {
  left: 851px;
}

.camera.sun-3 {
  top: 677px;
  left: 915px;
}

.camera.sun-4 {
  top: 655px;
  left: 856px;
}

.camera.sun-2 {
  top: 629px;
  left: 961px;
}

.camera.sun-1 {
  top: 576px;
  left: 973px;
}

.camera.landscape-1 {
  top: 512px;
  left: 916px;
}

.camera.woodlands {
  top: 439px;
  left: 932px;
}

.camera.pavilion {
  top: 303px;
  left: 928px;
}

.camera.shade_21 {
  top: 192px;
  left: 463px;
}

.camera.ingenuity {
  top: 259px;
  left: 530px;
}

.camera.burpee_21 {
  top: 386px;
  left: 385px;
}

.camera.bfp {
  top: 534px;
  left: 368px;
}

.camera.panam-2 {
  top: 568px;
  left: 406px;
}

.camera.panam-1 {
  top: 636px;
  left: 418px;
}

.camera.panam-3 {
  top: 632px;
  left: 339px;
}

.camera.panam-4 {
  top: 696px;
  left: 403px;
}

.camera.perennial-1 {
  top: 793px;
  left: 404px;
}

.camera.perennial-2 {
  top: 931px;
  left: 403px;
}

.camera.hillside-1 {
  top: 440px;
  left: 621px;
}

.camera.gateway_21 {
  top: 236px;
  left: 766px;
}

.camera.carlvivian_21 {
  top: 365px;
  left: 975px;
}

.camera.woodland_21 {
  top: 496px;
  left: 1016px;
}

.camera.sun1_21 {
  top: 633px;
  left: 991px;
}

.camera.sun2_21 {
  top: 752px;
  left: 845px;
}

.camera.circle1_21 {
  top: 769px;
  left: 663px;
}

.camera.circle2_21 {
  top: 757px;
  left: 528px;
}

.camera.darwin_21 {
  top: 836px;
  left: 428px;
}

.camera.kieft_21 {
  top: 945px;
  left: 345px;
}

.camera.wave_21 {
  top: 762px;
  left: 383px;
}

.camera.pas1_21 {
  top: 687px;
  left: 336px;
}

.camera.pas2_21 {
  top: 637px;
  left: 395px;
}

.camera.hillside_21 {
  top: 609px;
  left: 473px;
}

.camera.sel_21 {
  top: 637px;
  left: 312px;
}

.camera.bfp3_21 {
  top: 597px;
  left: 231px;
}

.camera.bfp1_21 {
  top: 560px;
  left: 283px;
}

.camera.bfp2_21 {
  top: 524px;
  left: 214px;
}

.camera.comparison2_21 {
  top: 505px;
  left: 435px;
}

.camera.comparison1_21 {
  top: 407px;
  left: 505px;
}

.camera.ingenuity1_21 {
  top: 314px;
  left: 425px;
}

.camera.ingenuity2_21 {
  top: 247px;
  left: 507px;
}

.camera.landscape1_21 {
  top: 207px;
  left: 630px;
}

.camera.shade {
  top: 204px;
  left: 475px;
}

.camera.burpee {
  top: 380px;
  left: 457px;
}

.camera.perennial_21 {
  top: 1043px;
  left: 374px;
}

.plant-tag {
  width: 35px;
}

.plant-tag:hover {
  transform: rotate(-17deg)rotate(9deg);
}

.news-subhead {
  color: #333;
  font-size: 18px;
  line-height: 1.1em;
}

.text-link-red {
  color: var(--red-185);
  font-weight: 700;
}

.text-red {
  color: var(--red-185);
}

.caption {
  margin-top: 4px;
  margin-bottom: 9px;
  font-size: .95rem;
  line-height: 1.4em;
}

.icon-plus-block {
  color: #002958;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.accordion-item {
  border: 1px solid #002958;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 0;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
}

.accord-hdr {
  color: #002958;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  transition: all .2s;
  display: flex;
}

.accord-icon-block {
  background-color: #002958;
  border: 1px #2161ae;
  align-self: center;
  width: 40px;
  height: 40px;
}

.accord-icon-block:hover {
  background-color: #002958;
}

.icon-minus {
  width: 25px;
  height: 25px;
  display: none;
  position: absolute;
}

.icon-plus {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
}

.accordion-content {
  padding: 14px;
  display: block;
}

.accord-title {
  padding-left: 17px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
  display: block;
}

.accord-title:hover {
  color: #ef373e;
}

.tabs-menu {
  color: var(--gray333);
  text-align: center;
  font-family: Roboto, sans-serif;
}

.tab {
  border-top: 1px solid var(--lime-383);
  border-right: 1px solid var(--lime-383);
  border-left: 1px solid var(--lime-383);
  background-color: #fff;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.1em;
}

.tab:hover {
  border-top-color: var(--teal-7474);
  border-right-color: var(--teal-7474);
  border-left-color: var(--teal-7474);
  background-color: var(--teal-7474);
  color: #fff;
}

.tab.w--current {
  background-color: var(--lime-383);
  color: #fff;
  font-weight: 700;
}

.tab-pane {
  border: 1px solid var(--lime-383);
  margin-bottom: 25px;
  padding: 6px 12px;
}

.accord-time {
  padding-right: 11px;
  font-size: 16px;
  font-weight: 400;
  position: static;
  inset: 0% 0% 0% 90%;
}

.accord-title-block {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.tabs {
  margin-top: 9px;
  font-family: Roboto, sans-serif;
}

.accord-airing {
  color: var(--red-185);
  margin-bottom: 6px;
  font-style: italic;
}

.submit {
  background-color: var(--blue-648);
  width: 125px;
  margin-bottom: 12px;
}

.submit:hover {
  background-color: var(--teal-7474);
}

.submit.cancel {
  color: #eee;
  background-color: #636363;
}

.submit.cancel:hover {
  background-color: var(--teal-7474);
}

.text-field {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.2em;
}

.accord-header {
  color: #002958;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  transition: all .2s;
  display: flex;
}

.tech-support-block {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  height: auto;
  display: flex;
}

.select-field {
  width: 60%;
  margin-bottom: 16px;
}

.photo-guidelines-block {
  border: 1px solid #949494;
  padding: 10px;
  display: block;
}

.photo-gallery {
  column-count: 4;
  flex-flow: wrap;
  align-items: center;
}

.lightbox-link {
  flex: 2 0 30%;
  width: 100%;
  margin-bottom: 12px;
  display: block;
  position: relative;
  overflow: hidden;
}

.img-full {
  border: 2px solid #fdfdfd;
  transition: all .225s;
  display: block;
  position: static;
  overflow: hidden;
}

.img-full:hover {
  border-color: #ee841c;
}

.mag-mask {
  background-color: #02020273;
  display: none;
  position: absolute;
  inset: 0% 0;
}

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

.contain {
  text-align: center;
  max-width: 1170px;
}

.gallery-button-block {
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.arrow {
  padding-left: 4px;
  padding-right: 4px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
  position: relative;
  top: 1px;
}

.gallery-view-screen {
  z-index: 5000;
  background-color: #000000e0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.gallery-view-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85vw;
  height: 85vh;
  display: flex;
}

.gallery-view-caption-block {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  line-height: 1.3em;
}

.gallery-view-close-block {
  color: #fff;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.2em;
}

.gallery-view-close-block:hover {
  color: var(--yellow-109);
}

.gallery-view-x {
  font-size: 45px;
  font-weight: 700;
  position: relative;
  top: 8px;
  left: 5px;
}

.video-link {
  color: var(--blue-648);
  border: 1px #ffd600;
  flex-direction: column;
  justify-content: space-between;
  min-height: 225px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 4px 6px;
  line-height: 1.2em;
  display: block;
}

.video-link:hover {
  color: #00ab4e;
  border-color: #00ab4e;
}

.video-thumb-title {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.2em;
}

.video-thumb-time {
  color: #000;
  font-size: 14px;
  line-height: 16px;
}

.button-x {
  z-index: 9;
  max-height: 100px;
  margin-top: 0;
  display: none;
  position: absolute;
  inset: 5px 0% 0% 2%;
}

.heading-2 {
  line-height: 1.2em;
}

.heading-3 {
  line-height: 1.1em;
}

.heading-4, .heading-5 {
  line-height: 1.2em;
}

.heading-6, .heading-7 {
  line-height: 1.1em;
}

.link {
  color: #01833b;
}

.map-key {
  border: 4px solid var(--red-185);
  text-align: center;
  background-color: #fff;
  width: 650px;
  padding: 12px;
  font-size: 17px;
  line-height: 1.1em;
  display: block;
  position: absolute;
  top: 941px;
  left: 500px;
}

.key-text {
  text-align: left;
  padding-left: 44px;
  font-size: 15px;
}

.key-item-block {
  margin-bottom: 28px;
  display: none;
  position: relative;
}

.key-icon {
  width: 35px;
  display: block;
  position: absolute;
  inset: -10px auto auto 0%;
}

.map-icon {
  width: 40px;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: auto;
}

.map-icon.first-aid {
  top: 1219px;
  left: 6px;
}

.map-icon.restroom-2 {
  top: 1294px;
  left: 274px;
}

.key-marker {
  position: absolute;
  inset: 0% auto auto 0%;
}

.key-marker.no1 {
  display: none;
  top: 896px;
  left: 352px;
}

.slide-block {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.cat-flex-block {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.cat-flex {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  width: 25%;
  margin-bottom: 9px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.exclusive-flex {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  height: auto;
  margin-bottom: 9px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.social-flex {
  border-top: 1px solid var(--lime-383);
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 16px 5px;
  transition: all .225s;
  display: flex;
}

.social-flex:hover {
  background-color: #f5f5f5;
}

.toolbox-photo-block {
  float: left;
  border: 1px solid #cecece;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  min-height: 20px;
  display: flex;
}

.toolbox-photo-block.no-border {
  border-style: none;
  width: 72%;
}

.social-copy-block {
  width: 30%;
  min-height: 30px;
  font-size: 15px;
  line-height: 1.3em;
}

.social-download-block {
  width: 20%;
}

.social-thumb {
  max-width: 165px;
  margin: 5px;
}

.toolbox-item-title {
  color: #fff;
  background-color: #4d4d4d;
  width: 99%;
  margin-bottom: 10px;
  margin-right: -3px;
  padding: 3px 9px;
  font-size: 15px;
  line-height: 1.4em;
  display: block;
}

.toolbox-copy-block {
  padding-left: 9px;
  padding-right: 15px;
}

.social-title {
  color: #5c5c5c;
  border-bottom: 2px solid #6f9b2d;
  margin-top: 32px;
  padding-bottom: 5px;
  font-size: 28px;
}

.button-toolbox {
  clear: none;
  background-color: var(--blog-green);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-shadow: 1px 1px 6px #00000080;
  border-radius: 5px;
  width: 95%;
  margin: 0 auto 12px;
  padding: 9px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  transition: transform .25s;
  display: block;
  box-shadow: 1px 1px 3px #000000c2;
}

.button-toolbox:hover {
  background-color: var(--teal-7474);
  color: #fff;
  transform: translate(0, -3px);
}

.social-toolbox-link {
  border: 1px solid var(--green-355);
  color: var(--blog-green);
  border-radius: 5px;
  margin-bottom: 9px;
  padding: 6px 12px;
  font-size: 17px;
  font-weight: 400;
  display: block;
}

.social-toolbox-link:hover {
  border-color: var(--blog-green);
  background-color: var(--blog-green);
  color: #fff;
}

.button-toolbox-categories {
  color: var(--blog-green);
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  box-shadow: 1px 1px 3px #000000bf;
}

.button-toolbox-categories:hover, .button-toolbox-categories.active {
  background-color: var(--blog-green);
  color: #fff;
}

.social-toolbox-flex {
  background-image: url('https://www.ballseed.com/images/Beeday_BRA16-20700.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 15px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 7px;
  padding: 25px;
  display: flex;
}

.social-toolbox-head {
  color: #1e9109;
  background-image: url('https://www.ballseed.com/images/icon_leaf_01.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  height: 45px;
  margin-bottom: 18px;
  padding: 36px 33px 36px 93px;
  font-size: 30px;
  line-height: 1.2em;
  display: flex;
}

.social-toolbox-head.two {
  background-image: url('https://www.ballseed.com/images/icon_leaf_02.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 18px;
}

.button-toolbox-sub {
  color: var(--teal-7474);
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  flex: 250px;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
  box-shadow: 1px 1px 3px #000000bf;
}

.button-toolbox-sub:hover {
  background-color: var(--teal-7474);
  color: #fff;
  transform: translate(0, -5px);
}

.social-toolbox2-flex {
  background-image: url('https://www.ballseed.com/images/Beeday2_LantanaLittleLuckyLemon.jpg'), url('https://www.ballseed.com/images/Beeday_BRA16-20700.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 7px;
  padding: 25px;
  display: flex;
}

.button-toolbox-sub {
  flex-flow: column wrap;
  flex: 0 46%;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.social-flex-titles {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 0;
  transition: all .225s;
  display: flex;
}

.social-flex-titles:hover {
  background-color: #f5f5f5;
}

.footer-social-link {
  color: #fff;
  text-align: left;
  margin-bottom: 6px;
  margin-left: 12px;
  padding-top: 1px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: color .25s, transform .5s;
  display: block;
}

.footer-social-link:hover {
  color: #ffdf00;
  transform: translate(5px);
}

.social-toolbox-hdr {
  background-image: url('https://www.ballseed.com/images/1673347924.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 450px;
  margin-bottom: 0;
  display: flex;
}

.footer-social-bkg {
  background-color: #dd313c;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 25px 9px;
  display: flex;
}

.social-icons-block {
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.social-connect-block {
  flex-direction: column;
  justify-content: flex-end;
  width: 25%;
  padding-top: 5px;
  padding-bottom: 0;
  display: flex;
}

.social-logo-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 25%;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 13px;
  display: flex;
}

.social-links-block {
  float: left;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  min-height: 25px;
  display: flex;
}

.social-ballpoints-button {
  color: #333;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 90%;
  margin: 9px auto;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 20px;
  display: block;
  position: static;
  top: 23px;
}

.social-ballpoints-button:hover {
  color: #fff;
  background-color: #007c89;
}

.social-icon-link {
  float: left;
  clear: both;
  color: #fff;
  margin-bottom: 0;
  margin-left: 8px;
  margin-right: 8px;
  text-decoration: none;
  transition: all .25s;
  display: inline-block;
  position: static;
}

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

.social-legal {
  color: #fff;
  text-align: right;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 4px;
  padding-left: 26px;
  padding-right: 26px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 9px;
  line-height: 14px;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0%;
}

.social-media-title {
  width: 50vw;
  height: auto;
}

.social-toolbox-hdr-2 {
  background-image: url('https://www.ballseed.com/images/social_media_1046821750_1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 450px;
  margin-bottom: 0;
  display: flex;
}

.social-toolbox-hdr-thin {
  background-image: url('https://www.ballseed.com/images/social_media_1046821750.jpg');
  background-position: 50% 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  margin-bottom: 0;
  display: flex;
}

.footer-social {
  height: auto;
}

.social-toolbox-hdr-3 {
  background-image: url('https://www.ballseed.com/images/219685807.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 450px;
  margin-bottom: 0;
  display: flex;
}

.social-rule {
  background-color: var(--lime-383);
  width: 100%;
  height: 3px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.gallery-block-col {
  background-color: #fff;
  border-top: 6px #d32f91;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 1170px;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: block;
  position: relative;
  top: 16px;
  box-shadow: 0 0 8px 5px #0000001c;
}

.gallery-img-block {
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
}

.gallery-img {
  width: auto;
  margin-bottom: 0;
}

.mag-mask-2 {
  object-fit: cover;
  background-color: #02020273;
  display: none;
  position: absolute;
  inset: 0%;
}

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

.dropdown-element {
  width: 60%;
  margin-bottom: 12px;
  padding-left: 9px;
  padding-right: 9px;
  font-size: 15px;
  line-height: 1.2em;
}

.frame {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.calendar-hdr {
  color: #050505;
  padding: 9px;
  font-weight: 700;
  line-height: 1em;
}

.calendar {
  color: #000;
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 1em;
}

.calendar.light {
  color: #6f6e6e;
}

.sidebar {
  background-color: var(--gray333);
  color: #fff;
  margin-top: 90px;
  padding: 1px 18px 18px;
  font-family: Roboto, sans-serif;
  line-height: 1.5em;
}

.sidebar-hdr {
  color: #fff;
}

.sidebar-text {
  margin-bottom: 12px;
}

.colorlink-txt-block {
  background-color: #333333bf;
  margin-top: 10px;
  padding: 10px;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
}

.colorlink-slider {
  background-color: var(--gray333);
  border-top: 1px solid #fff;
  height: 625px;
  margin-top: 24px;
  padding-top: 24px;
}

.colorlink-flex {
  flex-direction: column;
  justify-content: flex-start;
  height: 600px;
  display: flex;
}

.colorlink-arrow-left {
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 25px;
}

.colorlink-arrow-left:focus {
  border: 1px solid var(--green-355);
}

.colorlink-arrow-right {
  margin-bottom: 4px;
  margin-left: 39px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.colorlink-arrow-right:focus {
  border: 1px solid var(--green-355);
}

.colorlink-slider-hdr {
  color: #fff;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
}

.colorlink-slider-nav {
  font-size: 12px;
  line-height: 1em;
  position: relative;
  top: -38px;
}

.left-arrow-block {
  height: 50px;
  inset: auto auto 0% 0%;
}

.left-arrow-block:focus {
  border: 1px solid var(--green-355);
}

.right-arrow-block {
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.right-arrow-block:focus {
  border: 1px solid var(--yellow-109);
}

.right-arrow-block:focus-visible {
  border: 1px solid var(--green-355);
}

.right-arrow-block[data-wf-focus-visible] {
  border: 1px solid var(--green-355);
}

.button-fb {
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-shadow: 1px 1px 6px #00000080;
  background-color: #2374e1;
  border-radius: 6px;
  margin: 12px auto;
  padding: 9px 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  transition: transform .25s;
  display: inline-block;
  box-shadow: 1px 1px 3px #000000c2;
}

.button-fb:hover {
  color: #fff;
  background-color: #3982e4;
}

.radio-field {
  margin-bottom: 10px;
}

.garden-block {
  position: relative;
  top: 117px;
}

.garden-key-block {
  z-index: 1;
  display: block;
  position: relative;
}

.garden-list-item {
  color: #fff;
  margin-bottom: 19px;
  font-size: 17px;
  line-height: 1.2em;
  list-style-type: decimal;
  transition: all .2s;
}

.garden-list-item:hover {
  padding-left: 6px;
}

.garden-key-list {
  column-count: 2;
  white-space: normal;
  background-color: #5a7a3a;
  border: 1px #000;
  width: 72%;
  margin-top: 18px;
  margin-bottom: 0;
  padding: 24px 39px;
  list-style-type: decimal;
  position: relative;
}

.pin {
  width: 35px;
  height: auto;
  position: absolute;
  inset: 582px auto auto 389px;
}

.pin._02 {
  width: 225px;
  top: 42%;
  left: 56%;
}

.pin._03 {
  width: 168px;
  top: 7%;
  left: 78%;
}

.pin._04 {
  width: 153px;
  top: 17%;
  left: 83%;
}

.pin._01 {
  width: 135px;
  top: 50%;
  left: 44%;
}

.pin._05 {
  width: 157px;
  top: -9%;
  left: 76%;
}

.pin._06 {
  width: 155px;
  top: 12%;
  left: 52%;
}

.pin._07 {
  width: 154px;
  top: 11%;
  left: 17%;
}

.pin._08 {
  width: 85px;
  top: 38%;
  left: 27%;
}

.pin._01-2023 {
  width: 135px;
  top: 31%;
  left: 22%;
}

.pin._02-2023 {
  width: 155px;
  top: 53%;
  left: 59%;
}

.pin._03-2023 {
  width: 203px;
  top: 30%;
  left: 48%;
}

.pin._04-2023 {
  width: 153px;
  top: 22%;
  left: 81%;
}

.pin._05-2023 {
  width: 157px;
  top: 10%;
  left: 79%;
}

.pin._06-2023 {
  width: 155px;
  top: -9%;
  left: 71%;
}

.pin._07-2023 {
  width: 184px;
  top: 12%;
  left: 41%;
}

.pin._08-2023 {
  width: 193px;
  top: 16%;
  left: 15%;
}

.pin._2024-6 {
  width: 150px;
  top: 26%;
  left: 23%;
}

.pin._2024-5 {
  width: 150px;
  top: 31%;
  left: 56%;
}

.pin._2024-4 {
  width: 153px;
  top: 17%;
  left: 83%;
}

.pin._2024-3 {
  width: 150px;
  top: 7%;
  left: 78%;
}

.pin._2024-2 {
  width: 150px;
  top: 5%;
  left: 52%;
}

.pin._2024-1 {
  width: 150px;
  top: -9%;
  left: 76%;
}

.tour-popup-block {
  z-index: 100;
  background-color: #383838f7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 10%;
  padding-right: 10%;
  display: none;
  position: fixed;
  inset: 0%;
}

.scale-video {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  margin-top: 3%;
  padding-bottom: 56.25%;
  display: block;
  position: relative;
}

.scale-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.garden-image {
  position: relative;
  top: -423px;
}

.tour-button-close {
  background-color: var(--teal-7474);
  text-align: center;
  border-radius: 9px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.2em;
  display: inline-block;
  position: static;
  inset: 0% auto auto;
}

.tour-button-close:hover {
  background-color: var(--green-355);
  color: #fff;
}

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

.tour-title-block {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.2em;
  display: flex;
  position: relative;
}

.animate-marker {
  font-size: 16px;
}

.garden-link {
  color: #f4ffac;
}

.garden-link:hover {
  color: #fff;
}

.archive-text {
  z-index: 1;
  width: 50%;
  margin-top: 6px;
  position: relative;
}

.social-toolbox-photo-text {
  border: 1px solid var(--blog-green);
  text-align: center;
  align-self: stretch;
  align-items: center;
  width: 10%;
  margin-right: 6px;
  padding: 7px 10px;
  font-size: 15px;
  line-height: 1.2;
  display: flex;
}

.virtual-tour-block {
  background-color: #5a5a5a;
  background-image: url('https://www.ballseed.com/images/home_virtual_bkg.jpg');
  background-position: 57% 28%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-around;
  align-items: center;
  height: 230px;
  display: flex;
}

.virtual-txt-block {
  text-align: right;
  width: 40%;
}

.virtual-title {
  color: var(--red-185);
  text-align: center;
  letter-spacing: -.015em;
  text-shadow: 0 1px 3px #c5c5c5;
  margin-top: 0;
  margin-bottom: 9px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}

.virtual-button {
  background-color: var(--red-185);
  color: #fcfcfc;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 26px;
  line-height: 1;
}

.virtual-button:hover {
  background-color: var(--yellow-109);
  color: #0a0a0a;
}

.virtual-button:active {
  background-color: #00df64;
}

.virtual-title-block {
  text-align: center;
  background-image: linear-gradient(#ffffffe6, #ffffffe6);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 38%;
  padding: 12px;
  display: block;
}

.cat-col {
  height: auto;
}

.garden-image-2023 {
  position: relative;
  top: -427px;
}

.footer-2 {
  background-image: linear-gradient(#888, #888);
  width: 100%;
  max-width: 1170px;
  height: auto;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.f-col-1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.f-col-1.center {
  align-items: center;
}

.great-place-link-block {
  background-color: #fff;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 78%;
  padding: 12px;
  display: flex;
}

.social-block {
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.social-icon-block {
  justify-content: space-around;
  display: flex;
}

.footer-col-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #dd313c;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 9px 18px;
  display: flex;
}

.be-ix-link-block {
  background-color: #dd313c;
}

.badge-img {
  width: 100px;
}

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

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

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

.stripe-cut-flowers {
  z-index: 0;
  color: #fff;
  background-color: #fee3bc;
  background-image: url('https://www.ballseed.com/images/cut_flowers_fade.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.stripe-hdr-cut-flowers {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: url('https://www.ballseed.com/images/cut_flowers_type.png');
  background-position: 50%;
  background-size: contain;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}

.stripe-hdr-cut-flowers:hover {
  color: var(--yellow-109);
}

.cut-flower-service-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: flex-start;
  margin-top: 14px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.cut-flowers-ballseed-logo {
  width: 125px;
}

.cut-flowers-logo-block {
  width: 30%;
}

.cut-flowers-service-text {
  width: 70%;
  font-size: 1rem;
}

.cut-flower-telephone {
  margin-top: 8px;
  display: block;
}

.main-img-squared {
  width: 100%;
  margin-top: 87px;
  margin-bottom: 8px;
}

.rule-cut-flowers {
  background-color: #fee3bc;
  height: 3px;
  margin-top: 0;
  margin-bottom: 11px;
}

.hdr-cut-flower {
  color: #d06c71;
  margin-top: 4px;
}

.cut-flowers-banner {
  width: 100%;
}

.banner_igc_block {
  background-image: url('https://www.ballseed.com/images/banner_IGC_bkg.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 230px;
  display: flex;
}

.banner_igc_block:hover {
  transform: scale(1.05);
}

.banner-igc-hdr-block {
  margin-right: 170px;
}

.banner-igc-text-block {
  object-fit: fill;
  background-image: url('https://www.ballseed.com/images/banner_igc_text.png');
  background-position: 50%;
  background-size: auto;
  width: auto;
  height: 85px;
}

.cut-flowers-link-block:hover {
  transform: scale(1.05);
}

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

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

.culture-handle {
  background-color: #eee;
  margin-bottom: 4px;
  padding: 12px;
  font-size: 1.1rem;
  font-weight: 700;
  display: block;
}

.culture-handle:hover {
  color: var(--red-185);
}

.culturelink {
  background-color: #fff;
  margin-bottom: 4px;
  padding: 4px 5px 4px 12px;
}

.culturelink:hover {
  background-color: var(--lt-smoke);
  color: var(--red-185);
}

.text-block-11 {
  line-height: 1.2;
}

.culturename {
  font-size: 1rem;
  line-height: 1.1;
}

.culturename:hover {
  color: var(--red-185);
}

.culture-menu-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.button-culture {
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-shadow: 1px 1px 6px #00000080;
  background-color: #606b13;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 9px;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  transition: transform .25s;
  display: block;
  box-shadow: 1px 1px 3px #000000c2;
}

.button-culture:hover {
  background-color: var(--teal-7474);
  color: #fff;
  transform: translate(0, -3px);
}

.button-culture.current {
  background-color: var(--blue-661);
  padding-left: 10px;
  padding-right: 10px;
}

.culture-menu-subtitle {
  margin-bottom: 0;
  line-height: 1;
}

.culture-sub-block {
  margin-left: 8px;
}

.stripe-plain {
  z-index: 0;
  color: #fff;
  background-color: #ef343f;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.tech-team-block {
  padding-top: 0;
}

.tech-team-bios-block {
  color: #fff;
  background-color: #585f3b;
  flex-flow: wrap;
  justify-content: space-around;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: .9rem;
  display: flex;
}

.tech-bios-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 23%;
  padding-top: .5rem;
  padding-bottom: .3rem;
  display: flex;
}

.tech-bio-name {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.bio-title {
  text-align: center;
  margin-bottom: 1rem;
  font-size: .95rem;
  line-height: 1.1;
}

.bio-quote {
  text-align: center;
  margin-top: .3rem;
  margin-bottom: .3rem;
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.1;
}

.tech-main {
  margin-top: 90px;
}

.bold-text {
  color: #383838;
}

.tech-resource-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.tech-bio-more {
  letter-spacing: -.2px;
  flex: 0 auto;
  font-size: .95rem;
  display: block;
}

.tech-more-button {
  color: var(--olive-5763);
  text-align: center;
  background-color: #fff;
  border-radius: 2.1rem;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem .6rem;
  font-size: 1.1rem;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.tech-more-button:hover {
  color: var(--red-185);
}

.bio-sub-block {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.section {
  margin-top: 90px;
}

.perennials_hdr {
  background-color: var(--gold-ball-perennials);
  color: #070707;
  padding: 0 .5rem 0 1rem;
  font-family: Roboto, sans-serif;
  font-size: 1.6rem;
  line-height: 1.9;
}

.perennials-intro-block {
  background-color: #ebc558;
  justify-content: space-between;
  display: flex;
}

.perennials-intro-txt-block {
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  padding: 2rem;
  font-family: Roboto, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
  display: flex;
}

.perennials-intro-photo-block {
  justify-content: flex-start;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.perennials-intro2-block {
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.perennials-logo-block {
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-bottom: 1.5rem;
  display: flex;
}

.perennials-intro2-text-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  display: flex;
}

.perennials-brochure {
  width: 3.8rem;
  box-shadow: 0 2px 5px #3030309e;
}

.perennials-intro3-text-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 41%;
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.4;
  display: flex;
}

.perennials-supply-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.perennials-brochure-network {
  box-shadow: 2px 4px 5px #29292933;
}

.supply-col {
  width: 35%;
  padding-top: 2rem;
  font-size: 1.1rem;
  line-height: 2.3rem;
}

.supply-image-wrapper {
  margin-right: 4rem;
  padding: 2rem;
}

.perennials-tablet-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: block;
  position: relative;
}

.perenn-tablet {
  display: block;
  position: relative;
  inset: 0%;
}

.perenn-webtrack {
  color: #fff;
  text-align: center;
  background-color: #ca1621;
  width: 44%;
  padding: 1.5rem 1.3rem;
  font-family: Roboto, sans-serif;
  font-size: 1.15rem;
  line-height: 1.4;
  position: absolute;
  inset: auto auto 0% 0%;
}

.perenn-webtrack-hdr {
  margin-bottom: .5rem;
  font-size: 1.8rem;
}

.icon-red-triangle {
  width: 30px;
  position: absolute;
  inset: 29% -10% 0% auto;
}

.perenn-more-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.perenn-more-block {
  background-color: var(--gold-ball-perennials);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 32%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: .6rem;
  display: flex;
}

.perenn-more-txt-block {
  padding: .3rem;
  font-size: 1.1rem;
  line-height: 1.4;
}

.perenn-more-hdr {
  margin-top: .5rem;
  margin-bottom: .3rem;
  font-family: Roboto, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-block-15 {
  font-size: 1.2rem;
  line-height: 1.4;
}

.perenn-solutions-block {
  padding: 1rem 1.5rem 1.5rem;
}

.perenn-expert {
  width: 500px;
  margin-bottom: .5rem;
}

.seed-table {
  border-bottom: 2px solid var(--gray333);
  margin-bottom: 1rem;
}

.seed-form-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.section-wrapper {
  border-bottom: 1px solid var(--teal-7474);
  margin-bottom: 1rem;
}

.columns {
  padding-bottom: 1rem;
}

.seed-form-wrap {
  justify-content: center;
  align-items: flex-start;
  width: 185px;
  max-width: 200px;
  max-height: 200px;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.seed-type-over {
  cursor: pointer;
  display: block;
  position: absolute;
  inset: 0%;
}

.seed-full-wrap {
  text-align: center;
  flex-flow: column;
  flex: 0 18%;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  font-size: 1.2rem;
  line-height: 1.1;
  display: flex;
}

.seed-full-wrap:hover {
  color: var(--crimson);
}

.burpee-hdr {
  color: #131313;
  background-color: #ffce34;
  margin-top: 1rem;
  margin-bottom: .7rem;
  padding: .4rem 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.burpee-steps-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.burpee-steps-block {
  border: 1px solid var(--beige-7536);
  padding: .7rem;
  line-height: 1.5;
}

.step-bold {
  background-color: #ffc334;
  margin-right: .25rem;
  padding: 0 .4rem;
  font-weight: 700;
  display: inline-block;
}

.burpee-logo {
  width: 15%;
  margin-bottom: 1rem;
}

.flex-child-block {
  border: 1px solid var(--beige-7536);
  background-color: #fff;
  flex-flow: column;
  flex: 0 32%;
  justify-content: space-between;
  align-items: stretch;
  padding: .6rem;
  font-size: 1rem;
  display: flex;
}

.flex-standard-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 1rem;
  display: flex;
}

.burpee-doc-hdr {
  margin-top: 0;
  margin-bottom: .3rem;
  font-family: Roboto, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
}

.burpee-doc-block {
  padding: .3rem;
  font-size: 1rem;
  line-height: 1.4;
}

.burpee-savers-block {
  width: 32%;
  line-height: 1.2;
}

.plant-info-link {
  margin-bottom: .5rem;
  display: block;
}

.footnote-large {
  margin-top: 6px;
  margin-bottom: 9px;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

.burpee-take2-photo {
  aspect-ratio: 4 / 6;
  object-fit: cover;
  width: 100%;
  margin-bottom: .5rem;
}

.sp25-2 {
  height: 25px;
}

.col-item-wrapper {
  text-align: center;
}

.img-border {
  border: 1px solid #b4b4b4;
  margin-bottom: 9px;
}

.rule-full {
  border-top: 1px solid #000;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.b-link {
  color: var(--crimson);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1px;
}

.b-link:hover {
  color: var(--teal-7474);
}

.burpee-sub {
  border-bottom: 2px solid var(--lime-383);
  margin-bottom: 1rem;
  padding-bottom: .2rem;
}

.about-main {
  margin-top: 90px;
}

.button-3 {
  clear: none;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-shadow: 1px 1px 6px #00000080;
  background-color: #606b13;
  border-radius: 4px;
  width: 100%;
  margin: 12px auto;
  padding: 9px .6rem;
  font-family: Roboto, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  transition: transform .25s;
  display: block;
  box-shadow: 1px 1px 3px #000000c2;
}

.button-3:hover {
  color: #fff;
  background-color: #007c89;
  transform: translate(0, -3px);
}

.button-3.blue {
  background-color: #00509e;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
}

.button-3.blue:hover {
  background-color: #004385;
}

.slide-link-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  min-height: 600px;
  display: flex;
}

.home-img {
  width: 100%;
}

.slide-nav {
  inset: auto 0% 0%;
}

html.w-mod-js [data-ix="hero-text"], html.w-mod-js [data-ix="hero-text-2"], html.w-mod-js [data-ix="hero-button"] {
  opacity: 0;
  transform: translate(0, -20px);
}

html.w-mod-js [data-ix="move-stripe"] {
  opacity: 0;
  transform: translate(0, 200px);
}

html.w-mod-js [data-ix="piczoom"] {
  transform: scale(1);
}

html.w-mod-js [data-ix="mainphoto"] {
  opacity: 0;
  transform: translate(0, -45px);
}

html.w-mod-js [data-ix="move-stripe-delay"] {
  opacity: 0;
  transform: translate(0, 200px);
}

html.w-mod-js [data-ix="toolbox-animation"], html.w-mod-js [data-ix="toolbox-animation-2"] {
  transform: scale(.01);
}

@media screen and (min-width: 1280px) {
  .culture-columns {
    grid-column-gap: 12px;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .button.solutions-play {
    float: left;
    margin-top: 1px;
    margin-right: 12px;
  }

  .button.catalog-download {
    text-shadow: none;
    font-size: 12px;
  }

  .button.buy {
    text-shadow: none;
  }

  .button.customer-days {
    padding-left: 14px;
    padding-right: 14px;
  }

  .button.next, .button.previous {
    width: 25%;
  }

  .menu-section {
    position: static;
  }

  .button-wrapper {
    float: right;
    width: 524px;
    display: flex;
  }

  .button-primary {
    float: none;
  }

  .button-primary.product-search {
    float: none;
    width: 113px;
    padding: 7px 11px;
    position: relative;
  }

  .button-primary.webtrack {
    float: right;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 278px;
    margin-left: 12px;
    padding: 5px 9px 7px;
    position: relative;
  }

  .button-primary.site-search {
    margin-left: 2%;
    padding-left: 9px;
    padding-right: 9px;
  }

  .button-text-search {
    float: left;
    text-align: left;
    width: 93px;
    padding-top: 0;
    font-size: 14px;
    line-height: 15px;
  }

  .button-text-webtrack {
    text-align: left;
    width: 53%;
    font-size: 14px;
    line-height: 16px;
  }

  .button-webtrack-img {
    float: right;
    width: 55%;
    margin-left: 0;
    padding-top: 0;
  }

  .button-search-img {
    float: none;
    width: 28px;
    padding-top: 0;
    display: block;
  }

  .button-search-img.glass {
    width: 21px;
  }

  .footer {
    position: static;
  }

  .menu-logo {
    width: 129px;
    padding-top: 7px;
  }

  .footer-text-link {
    margin-bottom: 14px;
    margin-left: 0;
    font-size: 13px;
    line-height: 15px;
  }

  .footer-logo {
    width: 250px;
    top: 82px;
    bottom: auto;
    right: 30px;
  }

  .footer-legal {
    top: 20px;
    bottom: 7px;
  }

  .icon-link-block {
    margin-left: 19px;
  }

  .stripe-383 {
    background-position: 46% 45%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70px;
  }

  .stripe-hdr {
    margin-top: 22px;
    padding-top: 5px;
    font-size: 24px;
    line-height: 32px;
    display: inline-block;
  }

  .hero-block {
    height: 40vh;
    min-height: 400px;
  }

  .h-box-title {
    font-size: 14px;
    line-height: 16px;
  }

  .topic-photo.p2 {
    background-position: 50%;
  }

  .topic-photo.landscape {
    background-position: 50%;
    height: 100%;
    min-height: 106px;
    margin-top: 16px;
  }

  .container {
    padding-left: 9px;
    padding-right: 9px;
  }

  .group-link-block {
    height: 168px;
  }

  .feather-white.icon-glyph-6 {
    font-size: 17px;
    line-height: 18px;
  }

  .catalog-title {
    min-height: 39px;
    font-size: 15px;
    line-height: 18px;
  }

  .catalog-block {
    flex-direction: column;
    justify-content: space-between;
  }

  .row-catalog {
    flex-direction: row;
  }

  .button-style2-text {
    font-size: 14px;
  }

  .button-style2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 12px;
  }

  .arrow-back-link {
    height: 60px;
  }

  .swap_area_01 {
    width: 350px;
  }

  .swap_img_showoff {
    height: auto;
  }

  .gallery-block {
    margin-bottom: 35px;
  }

  .slider {
    height: 40vh;
    min-height: 400px;
  }

  .left-arrow {
    margin-left: 0;
  }

  .right-arrow {
    margin-right: 0;
  }

  .recommend-block {
    min-height: 600px;
  }

  .recommend-intro {
    box-shadow: none;
  }

  .swap_area_02 {
    width: 350px;
  }

  .swap_area_03 {
    width: 350px;
    position: relative;
  }

  .row-mixed-container {
    height: 400px;
    margin-bottom: 104px;
  }

  .swap-text-1, .swap-text-2, .swap-text-3 {
    top: 290px;
  }

  .thumb-pic, .diagram-col {
    height: 200px;
  }

  .retailer-ideas {
    height: 225px;
  }

  .footer-reps-text {
    font-size: 13px;
  }

  .menu-button {
    width: 60px;
  }

  .col-1 {
    width: 24%;
  }

  .col-2 {
    text-align: center;
    width: 12%;
  }

  .col-3 {
    width: 20%;
    padding-top: 14px;
  }

  .col-4 {
    width: 30%;
  }

  .ballpoints-button {
    font-size: 15px;
  }

  .beacon-title {
    font-size: 19px;
  }

  .return-arrow {
    width: 25%;
    line-height: 18px;
    display: flex;
  }

  .mum-col-hdr {
    margin-bottom: 12px;
  }

  .blog-date-block, .blog-button-return {
    height: auto;
  }

  .virtual-map-block {
    width: 768px;
  }

  .virtual-map-marker.pas {
    top: 394px;
    left: 237px;
  }

  .virtual-map-marker.bfp-sel {
    top: 316px;
    left: 178px;
  }

  .virtual-map-marker.dar {
    top: 538px;
    left: 244px;
  }

  .virtual-map-marker.greenhouse {
    top: 228px;
    left: 172px;
  }

  .virtual-map-marker.burpee {
    top: 212px;
    left: 258px;
  }

  .virtual-map-marker.bi-shade {
    top: 146px;
    left: 286px;
  }

  .virtual-map-marker.combo {
    top: 192px;
    left: 360px;
  }

  .virtual-map-marker.pavilion {
    top: 151px;
    left: 574px;
  }

  .virtual-map-marker.compare {
    top: 262px;
    left: 300px;
  }

  .virtual-map-marker.landscape {
    top: 202px;
    left: 429px;
  }

  .virtual-map-marker.sel-2021 {
    top: 356px;
    left: 168px;
  }

  .virtual-map-marker.bfp-2021 {
    top: -205px;
    left: -94px;
  }

  .virtual-map-marker.pas-2021 {
    top: 386px;
    left: 218px;
  }

  .virtual-map-marker.burpee-2021 {
    top: 221px;
    left: 261px;
  }

  .virtual-map-marker.bi-2021 {
    top: 130px;
    left: 289px;
  }

  .virtual-map-marker.kieft-2021 {
    top: 570px;
    left: 209px;
  }

  .virtual-map-marker.dar-2021 {
    top: 499px;
    left: 214px;
  }

  .virtual-map-marker.hand-2021 {
    top: 405px;
    left: 173px;
  }

  .virtual-map-image {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

  .virtual-link-box.bfp-sel {
    width: 350px;
    display: none;
    top: 302px;
    left: 244px;
  }

  .virtual-link-box.dar {
    width: 375px;
    display: none;
    top: 536px;
    left: 306px;
  }

  .virtual-link-box.pas {
    width: 350px;
    display: none;
    top: 406px;
    left: 298px;
  }

  .virtual-link-box.greenhouse {
    display: none;
    top: 232px;
    left: 237px;
  }

  .virtual-link-box.burpee {
    width: 350px;
    display: none;
    top: 207px;
    left: 347px;
  }

  .virtual-link-box.bi-shade {
    width: 350px;
    display: none;
    top: 139px;
    left: 362px;
  }

  .virtual-link-box.combo {
    width: 300px;
    display: none;
    top: 196px;
    left: 423px;
  }

  .virtual-link-box.pavilion {
    display: none;
    top: 10px;
    left: 412px;
  }

  .virtual-link-box.compare {
    width: 275px;
    display: none;
    top: 266px;
    left: 361px;
  }

  .virtual-link-box.landscape {
    width: 275px;
    display: none;
    top: 394px;
    left: 363px;
  }

  .virtual-link-box.shade-performance {
    display: none;
    top: 98px;
    left: 345px;
  }

  .virtual-heading {
    display: block;
  }

  .m-link-box.bfp-sel {
    width: 350px;
    display: none;
    top: 302px;
    left: 244px;
  }

  .m-link-box.dar {
    width: 375px;
    display: none;
    top: 536px;
    left: 306px;
  }

  .m-link-box.pas {
    width: 350px;
    display: none;
    top: 406px;
    left: 298px;
  }

  .m-link-box.greenhouse {
    display: none;
    top: 232px;
    left: 237px;
  }

  .m-link-box.burpee {
    width: 300px;
    display: none;
    top: 207px;
    left: 347px;
  }

  .m-link-box.pavilion {
    display: none;
    top: 27px;
    left: 468px;
  }

  .m-link-box.compare {
    width: 275px;
    display: none;
    top: 266px;
    left: 361px;
  }

  .m-link-box.landscape {
    width: 275px;
    display: none;
    top: 394px;
    left: 363px;
  }

  .m-link-box.bi-2021 {
    width: 275px;
    display: none;
    top: 196px;
    left: 423px;
  }

  .m-link-box.bfp-2021 {
    width: 275px;
    display: none;
    top: 394px;
    left: 363px;
  }

  .m-link-box.burpee-2021 {
    display: none;
    top: 27px;
    left: 468px;
  }

  .m-link-box.kieft-2021 {
    width: 300px;
    display: none;
    top: 207px;
    left: 347px;
  }

  .m-link-box.pas-2021 {
    display: none;
    top: 232px;
    left: 237px;
  }

  .m-link-box.sel-2021 {
    width: 350px;
    display: none;
    top: 302px;
    left: 244px;
  }

  .m-intro-box {
    width: 360px;
    top: 557px;
    left: 360px;
  }

  .intro-box-heading {
    font-size: 26px;
  }

  .lottie-camera {
    width: 40px;
  }

  .camera {
    top: 59%;
    left: 348px;
  }

  .camera.compare {
    top: 304px;
    left: 268px;
  }

  .camera.hillside-2 {
    top: 313px;
    left: 325px;
  }

  .camera.hillside-3 {
    top: 352px;
    left: 302px;
  }

  .camera.circle-2 {
    top: 402px;
    left: 336px;
  }

  .camera.landscape-4 {
    top: 462px;
    left: 429px;
  }

  .camera.landscape-3 {
    top: 438px;
    left: 484px;
  }

  .camera.beacon {
    top: 487px;
    left: 518px;
  }

  .camera.landscape-2 {
    left: 539px;
  }

  .camera.sun-3 {
    top: 426px;
    left: 579px;
  }

  .camera.sun-4 {
    top: 411px;
    left: 537px;
  }

  .camera.sun-2 {
    top: 403px;
    left: 614px;
  }

  .camera.sun-1 {
    top: 363px;
    left: 618px;
  }

  .camera.landscape-1 {
    top: 328px;
    left: 578px;
  }

  .camera.woodlands {
    top: 278px;
    left: 591px;
  }

  .camera.pavilion {
    top: 186px;
    left: 607px;
  }

  .camera.shade_21 {
    top: 106px;
    left: 277px;
  }

  .camera.ingenuity {
    top: 149px;
    left: 344px;
  }

  .camera.burpee_21 {
    top: 247px;
    left: 242px;
  }

  .camera.bfp {
    top: 339px;
    left: 224px;
  }

  .camera.panam-2 {
    top: 363px;
    left: 260px;
  }

  .camera.panam-1 {
    top: 419px;
    left: 282px;
  }

  .camera.panam-3 {
    top: 416px;
    left: 208px;
  }

  .camera.panam-4 {
    top: 446px;
    left: 253px;
  }

  .camera.perennial-1 {
    top: 501px;
    left: 258px;
  }

  .camera.perennial-2 {
    top: 600px;
    left: 256px;
  }

  .camera.hillside-1 {
    top: 279px;
    left: 397px;
  }

  .camera.gateway_21 {
    top: 150px;
    left: 490px;
  }

  .camera.carlvivian_21 {
    top: 230px;
    left: 627px;
  }

  .camera.woodland_21 {
    top: 307px;
    left: 648px;
  }

  .camera.sun1_21 {
    top: 397px;
    left: 626px;
  }

  .camera.sun2_21 {
    top: 484px;
    left: 534px;
  }

  .camera.circle1_21 {
    top: 492px;
    left: 422px;
  }

  .camera.circle2_21 {
    top: 481px;
    left: 336px;
  }

  .camera.darwin_21 {
    top: 543px;
    left: 271px;
  }

  .camera.kieft_21 {
    top: 620px;
    left: 217px;
  }

  .camera.wave_21 {
    top: 486px;
    left: 249px;
  }

  .camera.pas1_21 {
    top: 435px;
    left: 209px;
  }

  .camera.pas2_21 {
    top: 406px;
    left: 250px;
  }

  .camera.hillside_21 {
    top: 381px;
    left: 302px;
  }

  .camera.sel_21 {
    top: 402px;
    left: 203px;
  }

  .camera.bfp3_21 {
    top: 384px;
    left: 146px;
  }

  .camera.bfp1_21 {
    top: 357px;
    left: 138px;
  }

  .camera.bfp2_21 {
    top: 325px;
    left: 126px;
  }

  .camera.comparison2_21 {
    top: 312px;
    left: 271px;
  }

  .camera.comparison1_21 {
    top: 261px;
    left: 313px;
  }

  .camera.ingenuity1_21 {
    top: 193px;
    left: 266px;
  }

  .camera.ingenuity2_21 {
    top: 150px;
    left: 257px;
  }

  .camera.landscape1_21 {
    top: 120px;
    left: 382px;
  }

  .camera.shade {
    top: 120px;
    left: 298px;
  }

  .camera.burpee {
    top: 248px;
    left: 257px;
  }

  .camera.perennial_21 {
    top: 708px;
    left: 223px;
  }

  .tab {
    padding: 11px 12px;
    font-size: 15px;
  }

  .photo-gallery {
    column-count: 3;
  }

  .mag-img {
    width: 75px;
  }

  .video-link {
    min-height: 200px;
  }

  .map-key {
    width: 360px;
    top: 589px;
    left: 332px;
  }

  .cat-flex {
    padding-left: 7px;
    padding-right: 7px;
    display: flex;
  }

  .exclusive-flex {
    width: 20%;
    padding-left: 6px;
    padding-right: 6px;
    display: flex;
  }

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

  .social-download-block {
    width: 20%;
  }

  .button-toolbox-categories {
    flex: 0 auto;
    width: 48%;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .social-toolbox-flex {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .button-toolbox-sub {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .social-toolbox2-flex {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .footer-social-link {
    margin-bottom: 14px;
    margin-left: 0;
    font-size: 13px;
    line-height: 15px;
  }

  .footer-social-bkg {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .social-icons-block {
    flex-direction: column;
    width: 13%;
  }

  .social-connect-block {
    justify-content: center;
  }

  .social-logo-block {
    width: 35%;
  }

  .social-links-block {
    width: 24%;
  }

  .social-ballpoints-button {
    font-size: 15px;
  }

  .social-icon-link {
    margin-bottom: 11px;
    margin-left: 19px;
  }

  .social-legal {
    text-align: right;
    bottom: 7px;
    right: 30px;
  }

  .footer-social {
    position: static;
  }

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

  .gallery-img {
    flex: 0 auto;
    width: 275px;
  }

  .dropdown-element {
    width: 75%;
  }

  .frame {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .colorlink-slider {
    height: 650px;
  }

  .colorlink-slider-nav {
    font-size: 10px;
    position: relative;
    top: -34px;
  }

  .garden-block {
    position: relative;
    top: 101px;
  }

  .garden-key-block {
    z-index: 1;
    position: relative;
  }

  .garden-key-list {
    z-index: 1;
    column-count: 1;
    width: 71%;
  }

  .pin {
    top: 71%;
    left: 31%;
  }

  .pin._02 {
    width: 202px;
    top: 32%;
    left: 48%;
  }

  .pin._03 {
    width: 143px;
    top: -2%;
  }

  .pin._04 {
    width: 142px;
    top: 8%;
    left: 75%;
  }

  .pin._01 {
    width: 125px;
    top: 44%;
    left: 42%;
  }

  .pin._05 {
    width: 141px;
    top: -20%;
  }

  .pin._06 {
    width: 139px;
    top: 6%;
    left: 47%;
  }

  .pin._07 {
    width: 137px;
    top: 3%;
  }

  .pin._08 {
    width: 77px;
    top: 31%;
    left: 25%;
  }

  .pin._01-2023 {
    width: 125px;
    top: 28%;
    left: 20%;
  }

  .pin._02-2023 {
    width: 140px;
    top: 42%;
    left: 56%;
  }

  .pin._03-2023 {
    width: 183px;
    top: 22%;
    left: 43%;
  }

  .pin._04-2023 {
    width: 141px;
    top: 13%;
    left: 77%;
  }

  .pin._05-2023 {
    width: 145px;
    top: 1%;
    left: 75%;
  }

  .pin._06-2023 {
    z-index: 10;
    width: 139px;
    top: -21%;
    left: 69%;
  }

  .pin._07-2023 {
    width: 160px;
    top: 2%;
    left: 38%;
  }

  .pin._08-2023 {
    width: 176px;
    top: 9%;
    left: 15%;
  }

  .pin._2024-6 {
    width: 140px;
    top: 20%;
    left: 22%;
  }

  .pin._2024-5 {
    width: 150px;
    top: 21%;
    left: 48%;
  }

  .pin._2024-4 {
    width: 139px;
    top: 8%;
    left: 75%;
  }

  .pin._2024-3 {
    width: 143px;
    top: -2%;
  }

  .pin._2024-2 {
    width: 140px;
    top: -4%;
    left: 47%;
  }

  .pin._2024-1 {
    width: 141px;
    top: -20%;
  }

  .garden-image {
    top: -326px;
  }

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

  .tour-title-block {
    z-index: 1;
    position: relative;
  }

  .archive-text {
    width: 50%;
  }

  .virtual-title {
    margin-bottom: 3px;
    font-size: 29px;
  }

  .virtual-button {
    font-size: 21px;
  }

  .virtual-title-block {
    padding: 12px;
  }

  .cat-col {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: flex;
  }

  .garden-image-2023 {
    top: -326px;
  }

  .footer-2 {
    background-color: #dd313c;
    background-image: none;
    position: static;
  }

  .f-col-1.logo-col {
    align-items: center;
    width: 100%;
    margin-top: 18px;
  }

  .great-place-link-block {
    background-color: #fff;
    border-radius: 9px;
  }

  .footer-col-block {
    justify-content: space-around;
  }

  .be-ix-link-block {
    margin-top: 20px;
  }

  .badge-img {
    width: 125px;
  }

  .stripe-cut-flowers {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: 70px;
  }

  .stripe-hdr-cut-flowers {
    margin-top: 17px;
    line-height: 1.1;
    display: inline-block;
  }

  .banner-igc-hdr-block {
    margin-right: 0;
  }

  .banner-igc-text-block {
    background-image: none;
  }

  .flex-col-33 {
    width: 50%;
  }

  .culture-sub-block {
    margin-left: 0;
  }

  .stripe-plain {
    background-position: 46% 45%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70px;
  }

  .tech-bios-block {
    flex-flow: column;
    width: 47%;
  }

  .tech-bio-more {
    display: block;
  }

  .perennials-intro-photo-block {
    width: 50%;
    display: flex;
  }

  .perennials-logo-block, .perennials-intro3-text-block {
    width: 35%;
  }

  .supply-image-wrapper {
    margin-right: 0;
  }

  .perennials-tablet-block {
    width: 60%;
  }

  .perenn-webtrack {
    width: 46%;
    font-size: 1rem;
  }

  .perenn-more-hdr {
    line-height: 1.2;
  }

  .perenn-expert {
    width: 400px;
  }

  .seed-form-wrap {
    width: 180px;
    max-width: 155px;
  }

  .seed-full-wrap {
    font-size: 1rem;
  }

  .flex-child-block {
    flex-basis: 48%;
  }

  .burpee-doc-hdr {
    line-height: 1.2;
  }

  .burpee-savers-block {
    width: 30%;
  }

  .slide-link-block {
    height: 40vh;
    min-height: 400px;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    margin-top: 9px;
  }

  .button {
    font-size: 16px;
    line-height: 17px;
  }

  .button.teal {
    padding-top: 9px;
    line-height: 17px;
  }

  .button.catalog-download {
    text-shadow: none;
    font-size: 15px;
  }

  .button.buy {
    text-shadow: none;
  }

  .button.customer-days {
    margin-bottom: 13px;
  }

  .button.next, .button.previous {
    width: 35%;
  }

  .button.upload {
    font-size: 18px;
  }

  .week-text {
    float: left;
    clear: both;
    display: block;
  }

  .menu-section {
    z-index: 5;
    height: 75px;
    position: fixed;
    top: -9px;
  }

  .button-wrapper {
    float: right;
    clear: none;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-primary {
    width: 70%;
    height: 52px;
    margin-bottom: 6px;
    margin-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-primary.product-search {
    height: 72px;
    display: none;
  }

  .button-primary.webtrack {
    float: none;
    width: auto;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
  }

  .button-text-search {
    width: 104px;
    padding-top: 4px;
    display: block;
  }

  .button-text-webtrack {
    text-align: left;
    width: 48%;
    margin-right: 7px;
    padding-top: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .button-webtrack-img {
    width: 48%;
    padding-top: 11px;
    top: 12px;
    left: 175px;
  }

  .button-search-img {
    width: 30px;
    display: block;
    top: 22px;
  }

  .menu-logo {
    width: 138px;
    padding-top: 7px;
  }

  .footer-text-link {
    text-align: left;
    margin-bottom: 18px;
    margin-left: 0;
    font-size: 15px;
    transition: color .25s;
  }

  .footer-text-link:hover {
    transform: none;
  }

  .footer-logo {
    width: 275px;
    margin: 6px auto 11px;
    display: block;
    position: static;
  }

  .footer-legal {
    text-align: center;
    position: static;
    top: -3px;
    bottom: 1px;
  }

  .icon-link-block {
    clear: none;
    width: 22%;
    margin-left: 0;
    display: inline-block;
  }

  .icon-link-block:hover {
    transform: none;
  }

  .footer-icon {
    margin-right: 0;
    display: inline-block;
  }

  .content {
    background-color: #fff;
    margin-top: 85px;
  }

  .stripe-383 {
    z-index: 0;
    background-position: 41%;
    background-size: auto 55px;
    height: 55px;
    display: block;
  }

  .stripe-hdr {
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 30px;
    line-height: 34px;
  }

  .stripe-hdr.mobile {
    color: #fff;
    margin-left: 12px;
  }

  .main-img.disappear {
    display: none;
  }

  .m-stripe-383 {
    background-color: #a2b524;
    height: 66px;
  }

  .content-margin {
    padding-top: 9px;
  }

  .hero-block {
    height: 40vh;
    min-height: 350px;
  }

  .topic-photo.p2 {
    background-position: 50%;
    background-size: cover;
  }

  .topic-link {
    width: 50%;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .group-title {
    font-size: 15px;
    line-height: 18px;
  }

  .group-heading {
    padding-left: 9px;
    font-size: 24px;
  }

  .group-link-block {
    height: 118px;
  }

  .feather-white.icon-glyph-6 {
    font-size: 16px;
    line-height: 16px;
  }

  .catalog-title {
    font-size: 15px;
  }

  .catalog-block {
    margin-bottom: 9px;
    display: flex;
  }

  .solutions-key {
    width: 100%;
  }

  .crumbs {
    margin-top: 4px;
    margin-bottom: 4px;
    display: block;
  }

  .crumb-arrow {
    display: none;
  }

  .crumb-submenu {
    margin-top: 12px;
    display: inline-block;
  }

  .arrow-back-link {
    height: 55px;
  }

  .crumb-tail {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .swap_area_01 {
    width: 50%;
    position: relative;
  }

  .slider {
    height: 40vh;
    min-height: 350px;
  }

  .left-arrow, .right-arrow {
    width: 2.8rem;
  }

  .recommend-block {
    min-height: 600px;
  }

  .recommend-intro {
    box-shadow: none;
  }

  .recommend-graphic-block {
    display: block;
  }

  .week-block {
    display: none;
  }

  .smn-navbar {
    margin-top: 0;
    padding-bottom: 10px;
  }

  .smn-navmenu {
    background-color: #ffffff7d;
  }

  .swap_area_02, .swap_area_03 {
    width: 50%;
  }

  .row-mixed-container {
    margin-bottom: 40px;
  }

  .swap-text-1, .swap-text-2, .swap-text-3 {
    float: right;
    width: 45%;
    top: 200px;
  }

  .thumb-pic {
    height: 210px;
  }

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

  .diagram-col {
    height: 275px;
  }

  .container-letter {
    margin-top: 0;
  }

  .gold-supplier-list {
    border-left-style: none;
  }

  .retailer-ideas {
    height: 200px;
  }

  .hardgood-block {
    min-height: 495px;
  }

  .hardgood-block.videos {
    min-height: 225px;
  }

  .hardgood-row {
    display: block;
  }

  .hardgood-row.videos {
    min-height: 0;
  }

  .col-1 {
    text-align: center;
    width: 100%;
  }

  .col-2 {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  .col-3, .col-4 {
    width: 100%;
  }

  .footer-contain-bkg {
    height: auto;
  }

  .podcast-badge-block {
    flex-direction: column;
  }

  .beacon-title {
    font-size: 18px;
  }

  .return-arrow {
    width: 33%;
    font-size: 14px;
  }

  ._5-col {
    flex: 0 auto;
    justify-content: space-between;
    width: 48%;
    min-height: 200px;
    margin-bottom: 6px;
  }

  ._5-col-container {
    flex-wrap: wrap;
    display: flex;
  }

  .mum-hdr {
    width: 60%;
  }

  .blog-more {
    font-size: 16px;
    line-height: 17px;
  }

  .virtual-map-block {
    width: 480px;
    display: none;
  }

  .virtual-link-box {
    display: block;
    position: relative;
  }

  .virtual-link-box.dar, .virtual-link-box.pas, .virtual-link-box.bi-shade {
    display: block;
  }

  .virtual-link-box.landscape {
    display: none;
  }

  .virtual-link-text {
    display: block;
  }

  .virtual-tab-block {
    margin-top: 6px;
    padding-left: 12px;
    padding-right: 12px;
    display: block;
  }

  .virtual-tab-button {
    background-color: var(--blue-661);
    color: #f5f5f5;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-top: 9px;
    margin-bottom: 9px;
    padding: 9px;
    font-size: 14px;
    line-height: 1.1em;
    display: flex;
  }

  .virtual-tab-button:hover {
    background-color: var(--teal-7474);
    color: #fff;
  }

  .virtual-tab-button.compare {
    display: flex;
  }

  .virtual-col-1, .virtual-col-2, .virtual-col-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .virtual-tab-cols {
    display: block;
  }

  .m-link-box {
    display: block;
    position: relative;
  }

  .m-link-box.bfp-sel, .m-link-box.dar, .m-link-box.pas {
    width: 100%;
    display: block;
    top: 0;
    left: 0;
  }

  .m-link-box.greenhouse {
    display: block;
    top: 0;
    left: 0;
  }

  .m-link-box.burpee, .m-link-box.compare {
    width: 100%;
    display: block;
    top: 0;
    left: 0;
  }

  .m-link-box.pavilion {
    display: block;
    top: 0;
    left: 0;
  }

  .m-link-box.landscape, .m-link-box.bi-2021, .m-link-box.bfp-2021 {
    width: 100%;
    display: block;
    top: 0;
    left: 0;
  }

  .m-link-box.burpee-2021 {
    display: block;
    top: 0;
    left: 0;
  }

  .m-link-box.darwin-2021, .m-link-box.hand-2021 {
    display: block;
  }

  .m-link-box.kieft-2021 {
    width: 100%;
    display: block;
    top: 0;
    left: 0;
  }

  .m-link-box.pas-2021 {
    display: block;
    top: 0;
    left: 0;
  }

  .m-link-box.sel-2021 {
    width: 100%;
    display: block;
    top: 0;
    left: 0;
  }

  .m-intro-box {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }

  .caption {
    margin-bottom: 9px;
  }

  .accord-hdr {
    align-items: center;
  }

  .accordion-content {
    font-family: Roboto, sans-serif;
    font-size: 15px;
  }

  .accord-title {
    font-family: Roboto, sans-serif;
    font-size: 17px;
  }

  .tab {
    border-bottom: 1px solid var(--lime-383);
    text-align: center;
    margin-bottom: 9px;
    display: block;
  }

  .tab.w--current {
    border-bottom: 1px solid var(--lime-383);
    border-top-color: var(--lime-383);
  }

  .accord-airing {
    margin-bottom: 6px;
  }

  .accord-header {
    align-items: center;
  }

  .tech-support-block {
    flex-flow: column;
    width: 31%;
  }

  .lightbox-link, .mag-mask {
    margin-bottom: 18px;
  }

  .mag-img {
    width: 55px;
  }

  .video-link {
    min-height: 235px;
    display: block;
  }

  .map-key {
    width: 260px;
    top: 542px;
    left: 264px;
  }

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

  .cat-flex, .exclusive-flex {
    width: 50%;
    margin-bottom: 9px;
  }

  .social-flex {
    flex-direction: column;
  }

  .toolbox-photo-block {
    width: 100%;
    margin-bottom: 14px;
  }

  .social-copy-block, .social-download-block {
    width: 100%;
  }

  .social-thumb {
    max-width: 150px;
  }

  .toolbox-item-title {
    margin-top: 12px;
  }

  .toolbox-copy-block {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-toolbox {
    width: 75%;
    font-size: 16px;
    line-height: 17px;
    display: block;
  }

  .social-toolbox-link {
    font-size: 16px;
  }

  .button-toolbox-categories {
    width: 47%;
  }

  .social-toolbox-flex {
    flex-wrap: wrap;
  }

  .social-toolbox-head {
    padding-top: 31px;
    padding-bottom: 31px;
    padding-left: 84px;
    font-size: 25px;
  }

  .social-flex-titles {
    flex-direction: column;
    display: none;
  }

  .footer-social-link {
    text-align: center;
    margin-bottom: 18px;
    margin-left: 0;
    font-size: 15px;
    transition: color .25s;
  }

  .footer-social-link:hover {
    transform: none;
  }

  .footer-social-bkg {
    flex-direction: column;
    height: auto;
  }

  .social-icons-block {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .social-connect-block {
    width: 100%;
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .social-logo-block {
    align-items: center;
    width: 100%;
  }

  .social-links-block {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }

  .social-ballpoints-button {
    width: 75%;
  }

  .social-icon-link {
    clear: none;
    margin-bottom: 0;
    margin-left: 17px;
    margin-right: 17px;
    display: inline-block;
  }

  .social-legal {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    position: static;
    top: -3px;
    bottom: 1px;
  }

  .social-toolbox-hdr-2 {
    background-position: 100% 0;
    background-size: cover;
    height: 375px;
  }

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

  .gallery-img {
    width: 400px;
  }

  .dropdown-element {
    width: 100%;
  }

  .calendar-hdr, .calendar {
    font-size: 15px;
  }

  .sidebar {
    margin-top: 0;
  }

  .colorlink-slider {
    height: 630px;
  }

  .button-fb {
    font-size: 16px;
    line-height: 17px;
  }

  .garden-block {
    display: none;
    top: 344px;
  }

  .garden-key-list {
    column-count: 2;
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .pin {
    top: 71%;
    left: 31%;
  }

  .pin._02 {
    width: 175px;
    top: 18%;
    left: 45%;
  }

  .pin._03 {
    top: -9%;
  }

  .pin._04 {
    top: 2%;
  }

  .pin._01 {
    top: 32%;
  }

  .pin._05 {
    top: -29%;
  }

  .pin._06 {
    top: -5%;
  }

  .pin._07 {
    top: -7%;
  }

  .pin._08 {
    top: 20%;
  }

  .pin._01-2023 {
    top: 32%;
  }

  .pin._02-2023 {
    width: 175px;
    top: 18%;
    left: 45%;
  }

  .pin._03-2023 {
    top: -9%;
  }

  .pin._04-2023 {
    top: 2%;
  }

  .pin._05-2023 {
    top: -29%;
  }

  .pin._06-2023 {
    top: -5%;
  }

  .pin._07-2023 {
    top: -7%;
  }

  .pin._08-2023, .pin._2024-6 {
    top: 20%;
  }

  .pin._2024-5 {
    width: 175px;
    top: 18%;
    left: 45%;
  }

  .pin._2024-4 {
    top: 2%;
  }

  .pin._2024-3 {
    top: -9%;
  }

  .pin._2024-2 {
    top: -5%;
  }

  .pin._2024-1 {
    top: -29%;
  }

  .garden-image {
    display: none;
  }

  .garden-link {
    font-size: 1rem;
  }

  .social-toolbox-photo-text {
    justify-content: center;
    width: 100%;
    margin-bottom: 6px;
  }

  .virtual-txt-block {
    flex: 0 auto;
  }

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

  .virtual-button {
    font-size: 20px;
  }

  .virtual-title-block {
    width: 52%;
  }

  .garden-image-2023 {
    display: none;
  }

  .footer-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer-col-block {
    height: auto;
  }

  .stripe-cut-flowers {
    z-index: 0;
    background-position: 41%;
    background-size: auto 55px;
    height: 55px;
    display: block;
  }

  .stripe-hdr-cut-flowers {
    color: #fff;
    margin-top: 9px;
    margin-bottom: 10px;
  }

  .main-img-squared {
    margin-top: 0;
  }

  .banner_igc_block {
    background-position: 25%;
  }

  .banner-igc-text-block {
    background-image: none;
    width: auto;
  }

  .culture-columns {
    flex-wrap: wrap;
  }

  .flex-col-33 {
    width: 100%;
  }

  .button-culture {
    font-size: 16px;
    line-height: 17px;
  }

  .stripe-plain {
    z-index: 0;
    background-position: 41%;
    background-size: auto 55px;
    height: 55px;
    display: block;
  }

  .tech-team-block {
    padding-top: 12px;
  }

  .tech-bios-block {
    flex-flow: column;
  }

  .tech-resource-block {
    flex-flow: wrap;
  }

  .perennials_hdr {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.2rem;
    line-height: 1.1;
  }

  .perennials-intro-block {
    flex-flow: column;
  }

  .perennials-intro-txt-block, .perennials-intro-photo-block {
    width: 100%;
  }

  .perennials-intro2-block {
    flex-flow: column;
  }

  .perennials-logo-block {
    width: 50%;
    margin-top: 2rem;
  }

  .perennials-intro2-text-block {
    width: 80%;
  }

  .perennials-intro3-text-block {
    width: 100%;
  }

  .perennials-supply-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .supply-col {
    width: 48%;
    padding: .6rem;
    line-height: 2;
  }

  .supply-image-wrapper {
    padding: .8rem;
    display: none;
  }

  .perennials-tablet-block {
    width: 100%;
    margin-top: 1rem;
  }

  .perenn-webtrack {
    padding-left: .6rem;
    padding-right: .6rem;
    font-size: 1rem;
  }

  .perenn-more-flex {
    flex-flow: column;
  }

  .perenn-more-block {
    width: 100%;
    margin-top: .1rem;
    margin-bottom: .1rem;
  }

  .perenn-expert {
    width: 450px;
    margin-top: 1rem;
  }

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

  .seed-full-wrap {
    flex-basis: 23%;
  }

  .burpee-steps-grid {
    grid-template-columns: 1fr 1fr;
  }

  .flex-child-block {
    width: 100%;
    margin-top: .1rem;
    margin-bottom: .1rem;
  }

  .flex-standard-grid {
    flex-flow: column;
  }

  .burpee-savers-block {
    width: 100%;
  }

  .about-main {
    margin-top: 25px;
  }

  .button-3 {
    font-size: 16px;
    line-height: 17px;
  }

  .slide-link-block {
    min-height: 350px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 20px;
    line-height: 23px;
  }

  .button.catalog {
    line-height: 1.2em;
  }

  .button.catalog-download {
    text-shadow: none;
    padding-left: 12px;
    padding-right: 12px;
  }

  .button.next {
    width: 35%;
  }

  .button.previous {
    width: 40%;
  }

  .button.upload {
    width: 75%;
    font-size: 18px;
  }

  .week-text {
    float: none;
    text-align: center;
  }

  .button-wrapper {
    width: 100%;
  }

  .button-primary {
    width: 90%;
    height: 48px;
    margin-left: 0;
    padding-top: 9px;
  }

  .button-primary.webtrack {
    width: 90%;
    height: auto;
    margin-top: 13px;
    margin-left: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
  }

  .button-text-webtrack {
    float: left;
    clear: none;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .button-webtrack-img {
    float: none;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    display: block;
    position: static;
    top: 50px;
    left: 63px;
  }

  .button-search-img {
    width: 29px;
    padding-top: 0;
  }

  .button-hamburger {
    top: 10px;
  }

  .content {
    min-height: 600px;
  }

  .menu-logo {
    width: 125px;
    padding-top: 12px;
  }

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

  .footer-text-link {
    text-align: left;
  }

  .footer-text-link:hover {
    color: #ffdf00;
    transform: none;
  }

  .footer-logo {
    width: 235px;
    margin-top: 10px;
  }

  .icon-link-block {
    float: none;
    text-align: center;
    width: 20%;
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
  }

  .icon-link-block:hover {
    transform: none;
  }

  .footer-icon {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .footer-icon:hover {
    color: #ffdf00;
  }

  .stripe-383 {
    background-position: 44%;
    background-size: auto 45px;
    height: 44px;
  }

  .stripe-hdr {
    margin-top: 2px;
    margin-bottom: 17px;
    padding-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .content-margin {
    margin-top: -10px;
    margin-bottom: 8px;
  }

  .hero-block {
    height: 25vh;
    min-height: auto;
  }

  .topic-photo.p13, .topic-photo.p2, .topic-photo.p3, .topic-photo.p4, .topic-photo.p5, .topic-photo.p6, .topic-photo.p7, .topic-photo.p8 {
    height: 175px;
  }

  .topic-photo.news1 {
    background-position: 50% 0;
  }

  .topic-photo.news2 {
    background-position: 50% -24px;
  }

  .topic-photo.news3 {
    background-position: 17% 3%;
  }

  .topic-photo.news4 {
    background-position: 21% 43%;
  }

  .topic-photo.landscape {
    background-size: 601px;
    margin-top: -9px;
  }

  .topic-photo.stem {
    background-position: 100%;
    background-size: cover;
  }

  .topic-link {
    width: 100%;
  }

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

  .group-link-block {
    height: 280px;
  }

  .catalog-title {
    font-size: 15px;
    line-height: 19px;
  }

  .catalog-block {
    flex: 1;
  }

  .solutions-price-block {
    width: 100%;
    height: 330px;
  }

  .crumbs {
    display: block;
  }

  .crumb-submenu {
    display: inline-block;
  }

  .arrow-back-link {
    height: 43px;
  }

  .swap_area_01 {
    width: 100%;
    height: 460px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .gallery-block {
    margin-bottom: 15px;
  }

  .slider {
    height: 25vh;
    min-height: auto;
  }

  .left-arrow, .right-arrow {
    width: 1.5rem;
  }

  .arrow-icon {
    font-size: 1.2rem;
  }

  .recommend-block {
    min-height: 550px;
  }

  .recommend-intro {
    box-shadow: none;
  }

  .recommend-graphic-block {
    padding-top: 11px;
  }

  .swap_area_02 {
    width: auto;
    height: 460px;
    position: relative;
    left: 0;
    right: 0;
  }

  .swap_area_03 {
    width: auto;
    height: 460px;
    position: relative;
  }

  .row-mixed-container {
    height: auto;
    margin-bottom: 22px;
    display: block;
  }

  .swap-text-1 {
    width: 100%;
    margin-bottom: 25px;
    inset: 132px 0 auto;
  }

  .swap-text-2 {
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .swap-text-3 {
    width: 100%;
    margin-bottom: 24px;
    position: static;
    top: 112px;
  }

  .diagram-col {
    height: 150px;
  }

  .buttons-bottom-stick {
    padding-top: 1px;
    position: relative;
  }

  .retailer-ideas {
    height: auto;
  }

  .col-3 {
    margin-top: 6px;
  }

  .ballpoints-button {
    width: 100%;
  }

  .podcast-badge-block {
    flex-direction: column;
  }

  .beacon-title {
    font-size: 18px;
  }

  .return-arrow {
    float: none;
    text-align: left;
    width: 200px;
    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
    line-height: 16px;
    display: block;
    position: static;
  }

  ._5-col {
    width: 48%;
  }

  ._5-col-container {
    justify-content: flex-start;
    display: flex;
  }

  .mum-col-hdr {
    font-size: 18px;
  }

  .mum-hdr {
    width: 100%;
    margin-bottom: 4px;
  }

  .blog-more {
    width: 100%;
  }

  .virtual-map-block {
    width: 320px;
  }

  .virtual-link-box {
    position: relative;
    inset: auto 0% 0%;
  }

  .virtual-tab-block {
    padding-left: 12px;
    padding-right: 12px;
  }

  .virtual-tab-button {
    height: 60px;
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .text-block-3 {
    font-size: 13px;
  }

  .virtual-col-1, .virtual-col-2, .virtual-col-3 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .virtual-tab-cols {
    margin-bottom: 9px;
  }

  .m-link-box {
    position: relative;
    inset: auto 0% 0%;
  }

  .m-intro-box {
    font-size: 12px;
    line-height: 1.1em;
    top: 0;
    left: 0;
  }

  .accordion-content {
    padding: 14px 6px;
  }

  .accord-title {
    padding-left: 10px;
    font-size: 15px;
  }

  .accord-time {
    padding-right: 6px;
    font-size: 13px;
  }

  .tech-support-block {
    flex-flow: column;
    width: 47%;
    font-size: .8rem;
  }

  .photo-gallery {
    column-count: 2;
  }

  .mag-img {
    width: 45px;
  }

  .gallery-view-block {
    align-items: center;
  }

  .video-link {
    min-height: 230px;
  }

  .button-x {
    top: 10px;
  }

  .map-key {
    width: 130px;
    font-size: 12px;
    line-height: 1.1em;
    top: 350px;
    left: 157px;
  }

  .cat-flex, .exclusive-flex {
    width: 100%;
  }

  .toolbox-photo-block {
    margin-bottom: 0;
  }

  .social-thumb {
    max-width: 100px;
    margin-bottom: 9px;
  }

  .button-toolbox {
    width: 95%;
  }

  .button-toolbox-categories {
    flex: none;
    width: 98%;
  }

  .social-toolbox-head {
    height: 30px;
    margin-bottom: 19px;
    padding-top: 6px;
    padding-left: 37px;
    font-size: 17px;
  }

  .social-toolbox-head.one {
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 68px;
    font-size: 21px;
  }

  .footer-social-link:hover {
    color: #ffdf00;
    transform: none;
  }

  .social-ballpoints-button {
    width: 100%;
  }

  .social-icon-link {
    float: none;
    text-align: center;
    width: 20%;
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
  }

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

  .social-toolbox-hdr-2 {
    background-position: 100% 100%;
    background-size: cover;
    height: 300px;
  }

  .gallery-block-col {
    width: 300px;
    padding: 25px;
  }

  .gallery-img {
    width: 225px;
  }

  .frame {
    line-height: 1.2em;
  }

  .sidebar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .colorlink-slider {
    height: 730px;
  }

  .colorlink-slider-nav {
    font-size: 6px;
    position: relative;
    top: -33px;
  }

  .garden-key-list {
    column-count: 1;
  }

  .pin._02 {
    width: 125px;
    top: -22%;
    left: 39%;
  }

  .pin._03 {
    top: -49%;
  }

  .pin._04 {
    top: -37%;
    left: 86%;
  }

  .pin._01 {
    top: -6%;
  }

  .pin._05 {
    top: -66%;
  }

  .pin._06 {
    top: -43%;
  }

  .pin._07 {
    top: -47%;
  }

  .pin._08 {
    top: -20%;
    left: 19%;
  }

  .pin._01-2023 {
    top: -6%;
  }

  .pin._02-2023 {
    width: 125px;
    top: -22%;
    left: 39%;
  }

  .pin._03-2023 {
    top: -49%;
  }

  .pin._04-2023 {
    top: -37%;
    left: 86%;
  }

  .pin._05-2023 {
    top: -66%;
  }

  .pin._06-2023 {
    top: -43%;
  }

  .pin._07-2023 {
    top: -47%;
  }

  .pin._08-2023, .pin._2024-6 {
    top: -20%;
    left: 19%;
  }

  .pin._2024-5 {
    width: 125px;
    top: -22%;
    left: 39%;
  }

  .pin._2024-4 {
    top: -37%;
    left: 86%;
  }

  .pin._2024-3 {
    top: -49%;
  }

  .pin._2024-2 {
    top: -43%;
  }

  .pin._2024-1 {
    top: -66%;
  }

  .tour-button-close {
    width: 250px;
    font-size: 16px;
  }

  .tour-title-block {
    flex-direction: column;
    margin-bottom: 18px;
  }

  .social-toolbox-photo-text {
    padding-left: 25px;
    padding-right: 25px;
  }

  .virtual-tour-block {
    background-position: 50% 55%;
    flex-direction: column;
    height: 225px;
  }

  .virtual-txt-block {
    flex-wrap: wrap;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .virtual-title {
    flex: 0 auto;
    width: 100%;
    font-size: 29px;
  }

  .virtual-title-block {
    width: 94%;
  }

  .badge-img {
    width: 100px;
  }

  .stripe-cut-flowers {
    background-position: 44%;
    background-size: auto 45px;
    height: 44px;
  }

  .stripe-hdr-cut-flowers {
    margin-top: 5px;
    margin-bottom: 17px;
    font-size: 1.9rem;
  }

  .cut-flower-service-block {
    flex-wrap: wrap;
  }

  .cut-flowers-ballseed-logo {
    width: 168px;
  }

  .cut-flowers-logo-block {
    width: 80%;
  }

  .cut-flowers-service-text {
    width: 100%;
  }

  .banner_igc_block {
    background-image: url('https://www.ballseed.com/images/banner_IGC_bkg.jpg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 225px;
  }

  .banner-igc-hdr-block {
    width: 330px;
  }

  .banner-igc-text-block {
    background-image: url('https://www.ballseed.com/images/banner_igc_text_phone.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 290px;
  }

  .banner-igc-text {
    object-fit: cover;
    display: none;
  }

  .flex-col-33 {
    width: 100%;
  }

  .stripe-plain {
    background-position: 44%;
    background-size: auto 45px;
    height: 44px;
  }

  .tech-bios-block {
    flex-flow: column;
    width: 100%;
  }

  .tech-bio-more {
    display: block;
  }

  .perennials_hdr {
    padding-top: .7rem;
    padding-bottom: .7rem;
    font-size: 1.2rem;
    line-height: 1.1;
  }

  .perennials-intro-txt-block {
    font-size: 1.1rem;
  }

  .perennials-intro2-block {
    padding: .7rem;
  }

  .perennials-logo-block {
    width: 100%;
    margin-top: 2rem;
  }

  .perennials-intro2-text-block {
    width: 100%;
  }

  .perennials-supply-flex {
    flex-flow: column;
  }

  .supply-col {
    text-align: center;
    width: 100%;
    padding-top: .2rem;
    padding-bottom: 0;
    font-size: 1rem;
  }

  .perennials-tablet-block {
    flex-flow: column;
    margin-top: 1rem;
    display: flex;
  }

  .perenn-webtrack {
    width: 100%;
    position: relative;
  }

  .icon-red-triangle {
    inset: -17% 0% auto 8%;
    transform: rotate(-90deg);
  }

  .perenn-more-hdr {
    font-size: 1.3rem;
  }

  .seed-full-wrap {
    flex-basis: 44%;
  }

  .burpee-steps-grid {
    grid-template-columns: 1fr;
  }

  .burpee-doc-hdr {
    font-size: 1.3rem;
  }

  .col-item-wrapper {
    margin-bottom: 18px;
  }

  .img-border {
    margin-bottom: 9px;
  }

  .slide-link-block {
    height: 25vh;
    min-height: auto;
  }
}


@font-face {
  font-family: 'Fontello';
  src: url('https://www.ballseed.com/fonts/fontello.woff2') format('woff2'), url('https://www.ballseed.com/fonts/fontello.eot') format('embedded-opentype'), url('https://www.ballseed.com/fonts/fontello.woff') format('woff'), url('https://www.ballseed.com/fonts/fontello.ttf') format('truetype'), url('https://www.ballseed.com/fonts/fontello.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}