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

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

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

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

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

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

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

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

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

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

body {
  height: 100%;
  padding-top: 140px;
  font-family: proxima-nova, sans-serif;
  color: #252f1e;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Georgia, sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Georgia, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #00593f;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

a {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #000;
  text-decoration: underline;
}

label {
  display: block;
  margin-bottom: 2px;
  font-weight: 700;
}

.ma-0 {
  margin: 0px;
}

.ma-auto {
  margin: auto;
}

.ma-10 {
  margin: 10px;
}

.ma-20 {
  margin: 20px;
}

.ma-30 {
  margin: 30px;
}

.ma-40 {
  margin: 40px;
}

.ma-50 {
  margin: 50px;
}

.ma-60 {
  margin: 60px;
}

.ma-70 {
  margin: 70px;
}

.ma-80 {
  margin: 80px;
}

.ma-90 {
  margin: 90px;
}

.ma-100 {
  margin: 100px;
}

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

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

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

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-10 {
  margin-right: 10px;
}

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

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

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

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.mx-0 {
  margin-right: 0px;
  margin-left: 0px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

.mx-60 {
  margin-right: 60px;
  margin-left: 60px;
}

.mx-70 {
  margin-right: 70px;
  margin-left: 70px;
}

.mx-80 {
  margin-right: 80px;
  margin-left: 80px;
}

.mx-90 {
  margin-right: 90px;
  margin-left: 90px;
}

.mx-100 {
  margin-right: 100px;
  margin-left: 100px;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.pa-0 {
  padding: 0px;
}

.pa-10 {
  padding: 10px;
}

.pa-20 {
  padding: 20px;
}

.pa-30 {
  padding: 30px;
}

.pa-40 {
  padding: 40px;
}

.pa-50 {
  padding: 50px;
}

.pa-60 {
  padding: 60px;
}

.pa-70 {
  padding: 70px;
}

.pa-80 {
  padding: 80px;
}

.pa-90 {
  padding: 90px;
}

.pa-100 {
  padding: 100px;
}

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

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

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

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

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

.px-70 {
  padding-right: 70px;
  padding-left: 70px;
}

.px-80 {
  padding-right: 80px;
  padding-left: 80px;
}

.px-90 {
  padding-right: 90px;
  padding-left: 90px;
}

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.home-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  background-color: #00593f;
  color: #fff;
}

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

.home-hero-left {
  background-image: url('../images/home-hero2.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

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

.footer {
  padding: 60px 20px 20px;
  background-color: #00593f;
  color: #fff;
}

.footer-copyright {
  color: #e5eadf;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.footer-copyright-link {
  display: inline-block;
  margin-left: 10px;
  color: #e5eadf;
  text-decoration: none;
}

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

.footer-link {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

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

.footer-link.w--current {
  text-decoration: underline;
}

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

.footer-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link-list-divider {
  width: 1.5px;
  margin-right: 46px;
  margin-left: 46px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e5eadf;
}

.footer-logo {
  display: block;
  width: 170px;
  height: 85px;
}

.footer-logo-wrapper {
  width: 170px;
}

.footer-contact-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #e5eadf;
  font-weight: 300;
  text-align: right;
}

.mb-15 {
  margin-bottom: 15px;
}

.footer-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.section {
  padding: 60px 20px;
  background-color: #fff;
}

.section.pale-green {
  background-color: #faf9f2;
  color: #00593f;
}

.section.pale-green.position--relative.variety-section {
  overflow: hidden;
}

.section.seeds {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/seeds-bg-greyscale.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/seeds-bg-greyscale.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.seeds.new-image {
  background-image: url('../images/Airlie_Red_Clover.jpg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.section.position--relative {
  position: relative;
}

.section.newsletter {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #db5735;
  color: #fff;
}

.section.transparent {
  background-color: transparent;
}

.section.transparent.with-back-button {
  padding-top: 90px;
}

.section.peach {
  background-color: #f7f5e9;
}

.section.peach.no-overflow.pt-100 {
  padding-top: 100px;
}

.section.peach.no-overflow.pt-100.pb-100 {
  padding-bottom: 100px;
}

.section.no-overflow {
  overflow: hidden;
}

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

.section.green {
  background-color: #00593f;
  color: #fff;
}

.section.light-green {
  background-color: #f6fbf4;
}

.section.species-additional-info {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f6fbf4;
  background-image: url('../images/thumbnail_image1_1.png');
  background-position: -20px -40%;
  background-size: auto 455px;
  background-repeat: no-repeat;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-wrapper.search {
  margin-top: 60px;
  margin-bottom: 40px;
}

.header-line {
  height: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e9e9e9;
}

.header-text {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-text-wrapper {
  width: 340px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.header-text-wrapper.alt {
  width: auto;
  padding-right: 60px;
}

.header-text-wrapper.wide {
  width: 430px;
}

.header-text-wrapper.smaller {
  width: auto;
  min-width: 130px;
  color: #db5735;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
}

.button {
  padding: 10px 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #db5735;
  background-color: #fff;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #333;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

.button.quick-link {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  border-color: #e5eadf;
  -webkit-transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.button.quick-link:hover {
  border-color: #db5735;
  background-color: #fff;
  color: #db5735;
}

.button.quick-link.filter {
  background-color: transparent;
  color: #fff;
}

.button.quick-link.filter:hover {
  background-color: #db5735;
}

.button.quick-link.search {
  width: auto;
  min-width: 190px;
  margin-right: 6px;
  margin-left: 6px;
  padding-right: 40px;
  padding-left: 40px;
}

.button.quick-link.search.orange {
  border-color: #db5735;
}

.button.quick-link.search.orange:hover {
  border-color: #c04829;
  color: #fff;
}

.button.home {
  padding: 12px 30px;
}

.button.home.orange {
  -webkit-transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease;
}

.button.orange {
  background-color: #db5735;
  color: #fff;
}

.button.orange:hover {
  border-color: #c04829;
  background-color: #c04829;
}

.button.clear {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button.clear:hover {
  background-color: hsla(0, 0%, 100%, 0.22);
}

.button.block.hide-desktop {
  display: none;
}

.button.basket {
  text-align: center;
}

.buttons-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px -5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.buttons-row.no-margins {
  margin: 0px;
}

.button-column {
  width: 16.666666%;
  padding: 5px;
}

.mixtures-showpiece-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mixtures-showpiece-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mixtures-showpiece-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #00593f;
}

.mixtures-showpiece-logo-wrapper.saltire {
  background-color: #3da436;
}

.mixtures-showpiece-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.saltire-mixtures-logo {
  width: 100px;
}

.castle-mixures-logo {
  width: 130px;
}

.featured-text-link {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 2px solid #22301c;
  color: #22301c;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
}

.featured-text-link.white {
  border-bottom-color: #fff;
  color: #fff;
}

.featured-text-link.submit {
  padding-top: 4px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.mixtures-showpiece-links-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 26px;
}

.mixtures-showpiece-links-item {
  width: 50%;
  padding-right: 10px;
}

.articles-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.articles-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 10px;
}

.articles-column.quarter {
  width: 25%;
}

.articles-column.technical {
  width: 100%;
}

.articles-column.full {
  width: 100%;
}

.article-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
  color: #252f1e;
  text-decoration: none;
}

.article-inner-wrapper.no-shadow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: none;
}

.article-inner-wrapper.technical {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.article-thumbnail {
  display: block;
  width: 100%;
}

.article-thumbnail.technical {
  width: 300px;
}

.article-content-wrapper {
  padding: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.article-content-wrapper.video {
  padding: 0px 0px 40px;
  background-color: transparent;
}

.article-content-wrapper.video.no-link {
  padding-bottom: 30px;
}

.article-content-wrapper.technical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.article-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00593f;
  color: #fff;
}

.article-category {
  font-family: proxima-nova, sans-serif;
  color: #db5735;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.article-category.larger {
  font-size: 18px;
}

.article-category.larger.green {
  color: #00593f;
  letter-spacing: 2px;
}

.article-category.job-title {
  font-size: 16px;
  text-transform: none;
}

.article-button-chevron-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50%;
}

.specialist-form-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.specialist-form-wrapper {
  padding: 60px 60px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.specialist-form-search-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #00593f;
  color: #fff;
  text-align: center;
}

.specialist-form-search-column.new-background {
  background-color: #4a3a33;
}

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

.half-container {
  max-width: 560px;
}

.half-container.center {
  max-width: 610px;
  margin-right: auto;
  margin-left: auto;
}

.home-hero-content-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 40px 60px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
}

.home-hero-heading {
  max-width: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 25px;
  line-height: 35px;
}

.home-hero-button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vertical-divider {
  width: 2px;
  height: 48px;
  background-color: #e5eadf;
}

.vertical-divider.orange {
  background-color: #db5735;
}

.vertical-divider.center {
  margin-right: auto;
  margin-left: auto;
}

.vertical-divider.small {
  height: 42px;
}

.h1-2 {
  font-size: 25px;
  line-height: 35px;
}

.light--text {
  font-weight: 300;
}

.text-field {
  height: 42px;
  border: 0px none transparent;
  border-radius: 0px;
  background-color: #e5eadf;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.text-field:hover {
  box-shadow: inset 0 0 0 2px #bdc7b1;
}

.text-field:focus {
  box-shadow: inset 0 0 0 2px #75a698;
}

.text-field._2 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-field._2.text-area {
  height: 150px;
}

.text-field._2.text-area.mb-0 {
  margin-bottom: 0px;
}

.text-field._2.is-invalid {
  background-color: #ffe1d9;
}

.text-field._2.is-invalid:hover {
  box-shadow: inset 0 0 0 2px rgba(219, 87, 53, 0.3);
}

.text-field._2.is-invalid:focus {
  box-shadow: inset 0 0 0 2px #db5735;
}

.text-field._3 {
  height: 36px;
  margin-bottom: 0px;
}

.text-field._3::-webkit-input-placeholder {
  font-style: italic;
}

.text-field._3:-ms-input-placeholder {
  font-style: italic;
}

.text-field._3::-ms-input-placeholder {
  font-style: italic;
}

.text-field._3::placeholder {
  font-style: italic;
}

.specialist-form-column {
  padding-right: 40px;
  padding-left: 40px;
}

.green-background-element {
  position: absolute;
  left: 50%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #f6fbf4;
}

.newsletter-text-field {
  width: 280px;
  margin-right: 8px;
  margin-bottom: 0px;
  margin-left: 8px;
  border: 0px none transparent;
  border-radius: 0px;
}

.newsletter-text-field::-webkit-input-placeholder {
  font-style: italic;
}

.newsletter-text-field:-ms-input-placeholder {
  font-style: italic;
}

.newsletter-text-field::-ms-input-placeholder {
  font-style: italic;
}

.newsletter-text-field::placeholder {
  font-style: italic;
}

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

.newsletter-title {
  margin-left: 15px;
  font-size: 18px;
}

.newsletter-text-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.newsletter-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1001;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
}

.navbar-top {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 220px 5px 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #00593f;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.white-link {
  color: #fff;
}

.white-link.phone {
  text-decoration: none;
}

.white-link.advise-email {
  display: inline-block;
  margin-left: 10px;
}

.text-divider {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.navbar-main {
  position: relative;
  z-index: 2;
  padding-right: 60px;
  padding-left: 60px;
  background-color: #fff;
}

.navbar-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navbar-brand-logo {
  display: block;
  width: 140px;
  height: 70px;
}

.navbar-brand {
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navbar-link {
  max-width: 150px;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  text-align: center;
  text-decoration: none;
}

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

.navbar-link.dropdown {
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-link.dropdown:hover {
  text-decoration: none;
}

.navbar-link.hide-desktop {
  display: none;
}

.navbar-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar-central-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar-outer-column {
  width: 270px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navbar-outer-column.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navbar-outer-column.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.seed-search-link {
  position: relative;
  margin-top: 10px;
  padding: 8px 18px 8px 46px;
  border-style: solid;
  border-width: 2px;
  border-color: #00593f;
  border-radius: 22px;
  background-color: #faf9f2;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #00593f;
  line-height: 20px;
  font-style: italic;
  text-decoration: none;
}

.seed-search-link:hover {
  background-color: #e5eadf;
}

.seed-search-icon {
  position: absolute;
  left: -11px;
  top: auto;
  right: auto;
  bottom: -5px;
}

.navbar-link-text-with-symbol {
  margin-top: 5px;
}

.latest-tweets-column {
  position: relative;
  padding-right: 0px;
}

.latest-tweets-background {
  position: absolute;
  left: 0px;
  top: -60px;
  right: 0px;
  bottom: -60px;
  z-index: 0;
  background-color: #f6fbf4;
}

.latest-tweets-content {
  position: relative;
  z-index: 1;
  padding-left: 100px;
}

.supported-brands {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.supported-brand {
  max-width: 160px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.supported-brand.nsa {
  height: 82px;
}

.navbar-dropdown {
  position: absolute;
  left: 0%;
  top: 100%;
  right: 0%;
  bottom: auto;
  display: none;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2d4955;
  opacity: 0;
  text-align: left;
}

.navbar-dropdown.test {
  display: block;
  opacity: 1;
}

.navbar-dropdown.learn {
  padding-top: 100px;
  padding-bottom: 100px;
}

.dropdown-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dropdown-left-column {
  padding-right: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown-right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 41.666666%;
  padding-left: 100px;
  border-left: 2px solid #fff;
}

.dropdown-right-column.no-border {
  border-left-style: none;
  border-left-width: 0px;
}

.dropdown-heading {
  margin-bottom: 30px;
  color: #e5eadf;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.dropdown-filter-button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-filter-button-wrapper {
  width: 33.333333%;
  padding: 5px;
}

.dropdown-right-column-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.dropdown-right-column-inner-wrapper.alt {
  padding-top: 20px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  text-align: center;
  text-decoration: none;
}

.dropdown-right-column-inner-wrapper.alt:hover {
  background-color: #f1f5ec;
}

.dropdown-right-column-icon {
  width: 110px;
  height: 110px;
}

.navbar-dropdown-link {
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #333;
  text-decoration: none;
}

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

.technical-library-dropdown-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  text-decoration: none;
}

.technical-library-dropdown-row:hover {
  background-color: #e5eadf;
}

.technical-library-dropdown-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown-right-column-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.video-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 71px;
  height: 71px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #00593f;
}

.species-thumbnail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92px;
  height: 92px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e5eadf;
}

.species-thumbnail-wrapper.centered {
  margin-right: auto;
  margin-left: auto;
}

.sand {
  background-color: #faf9f2;
}

.page-heading-wrapper {
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 40px;
  border-bottom: 2px solid #e5eadf;
  color: #22301c;
  text-align: center;
}

.page-heading-wrapper.article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.page-heading-wrapper.article.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-heading-wrapper.no-border {
  padding-bottom: 20px;
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.page-heading-wrapper.with-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.page-heading-wrapper.with-icon.mb-30 {
  margin-bottom: 30px;
}

.page-heading-wrapper.with-back-button {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
}

.news-filter {
  background-color: #fff;
}

.news-filter-column {
  padding-top: 10px;
}

.news-columns {
  margin-right: -10px;
  margin-left: -10px;
}

.news-filter-heading {
  padding: 10px 15px;
  background-color: #00593f;
  font-family: Georgia, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
}

.news-filter-heading.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-filter-link {
  display: block;
  padding: 10px 15px;
  color: #252f1e;
  text-decoration: none;
}

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

.news-filter-link.w--current {
  color: #db5735;
  text-decoration: underline;
}

.news-filter-link.w--current:hover {
  color: #c35133;
}

.news-filter-list {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 40px;
  padding-left: 0px;
}

.article-sheet {
  padding: 40px 100px 60px;
  background-color: #fff;
}

.article-sheet.no-heading {
  padding-top: 60px;
}

.article-column {
  padding-top: 10px;
}

.article-figure {
  max-width: 500px;
  background-color: #00593f;
}

.article-figure.icon {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.article-figure.full-width {
  width: 100%;
  max-width: none;
}

.article-figure-icon {
  max-width: 350px;
}

.article-footer {
  margin-top: 80px;
}

.article-footer-share-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.divider {
  height: 2px;
  background-color: #e5eadf;
}

.divider._2 {
  height: 1px;
  background-color: #333;
}

.article-footer-download-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article-footer-download-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #00593f;
}

.article-footer-download-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Georgia, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

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

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

.featured-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding: 40px 110px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.featured-video-thumbnail-wrapper {
  position: relative;
  cursor: pointer;
}

.featured-video-thumbnail {
  width: 520px;
}

.featured-video-thumbnail-play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.featured-video-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-heading-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 71px;
  height: 71px;
  margin-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #00593f;
}

.video-thumbnail {
  position: relative;
  cursor: pointer;
}

.video-thumbnail-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-thumbnail-icon.large {
  width: 165px;
  height: 165px;
}

.learn-hero-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.learn-hero-ellipse {
  position: relative;
  width: 294px;
  height: 294px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: #e5eadf;
}

.learn-hero-ellipse.castle-mixture-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 370px;
  height: 370px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.learn-hero-ellipse.castle-mixture-icon.mobile {
  display: none;
}

.learn-hero-ellipse.product {
  width: 277px;
  height: 277px;
  margin-top: 180px;
  margin-bottom: 180px;
}

.learn-hero-species {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.learn-hero-species.product {
  width: 410px;
}

.contained-content-wrapper {
  width: 400px;
}

.position--relative {
  position: relative;
}

.species-left-ellipse {
  position: absolute;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 222px;
  height: 222px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e5eadf;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

.species-right-ellipse {
  position: absolute;
  top: -20px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 396px;
  height: 396px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e5eadf;
}

.species-central-text-wrapper {
  position: relative;
  z-index: 3;
  width: 275px;
  margin-right: auto;
  margin-left: auto;
}

.species-image {
  width: 430px;
  max-width: none;
}

.species-image.left {
  width: 270px;
  margin-bottom: -20px;
}

.article-search-input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 40px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #faf9f2;
}

.article-search-input-wrapper.white {
  background-color: #fff;
}

.article-search-input {
  width: 260px;
  height: 50px;
  margin-bottom: 0px;
  padding-left: 0px;
  border: 0px none transparent;
  background-color: transparent;
  line-height: 34px;
}

.article-search-input::-webkit-input-placeholder {
  font-style: italic;
}

.article-search-input:-ms-input-placeholder {
  font-style: italic;
}

.article-search-input::-ms-input-placeholder {
  font-style: italic;
}

.article-search-input::placeholder {
  font-style: italic;
}

.article-search-input.wide {
  width: 500px;
}

.article-search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-search-form.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article-search-icon {
  margin-right: 15px;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  border-right: 1px solid #e5eadf;
}

.central-heading-wrapper {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.technical-library-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.technical-library-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 10px;
}

.technical-library-link {
  position: relative;
  display: block;
  min-height: 57px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0, 89, 63, 0.7);
  font-family: Georgia, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  text-decoration: none;
}

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

.technical-library-thumbnail {
  display: block;
  width: 100%;
}

.technical-library-text-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00593f;
}

.back-button {
  position: absolute;
  top: -60px;
  display: block;
}

.back-button.with-heading {
  top: 20px;
  z-index: 2;
  text-align: left;
}

.collapses {
  border-top: 2px solid #e5eadf;
}

.collapse {
  border-bottom: 2px solid #e5eadf;
}

.collapse-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-weight: 700;
  cursor: pointer;
}

.collapse-header:hover {
  background-color: #f9f9f9;
}

.collapse-header.alt {
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  font-weight: 400;
}

.collapse-header.alt:hover {
  background-color: #fff;
}

.collapse-arrow {
  width: 14px;
  height: 8px;
}

.collapse-body {
  display: none;
  overflow: hidden;
  padding-right: 20px;
}

.pale-green {
  background-color: #f6fbf4;
}

.sheet {
  padding: 60px 20px;
  background-color: #fff;
}

.sheet.sign-in {
  padding-right: 100px;
  padding-bottom: 100px;
  padding-left: 100px;
}

.sheet.sign-in.pb-60 {
  padding-bottom: 60px;
}

.sheet.sign-in.basket {
  padding-bottom: 60px;
}

.sheet.sign-in.checkout {
  padding-bottom: 60px;
}

.orange-link {
  color: #db5735;
}

.orange-link:hover {
  color: #b2472b;
}

.orange-link.non-italic {
  font-style: normal;
}

.sign-in-form {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}

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

.sign-in-form-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-field {
  margin-bottom: 0px;
  font-style: italic;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.form-column.checkout-right {
  display: block;
  margin-left: 30px;
  padding-left: 30px;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-left: 1px solid #e5eadf;
  -webkit-transition: max-height 300ms ease;
  transition: max-height 300ms ease;
}

.form-column.checkout-left {
  width: 80%;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.form-column.contact {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.form-column.account {
  width: 100%;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
}

.form-item {
  width: 100%;
  padding: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.form-item.half {
  width: 50%;
}

.form-item.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-item.totals-row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e5eadf;
}

.form-item.checkout-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom-checkbox-field {
  margin-bottom: 15px;
  padding-left: 30px;
}

.custom-checkbox {
  width: 15px;
  height: 15px;
  margin-left: -30px;
  border: 0px none transparent;
  border-radius: 0px;
  background-color: #faf9f2;
}

.custom-checkbox.w--redirected-checked {
  width: 15px;
  height: 15px;
  border-style: none;
  background-color: #db5735;
  background-size: 14px 14px;
}

.custom-checkbox.w--redirected-focus {
  box-shadow: none;
}

.custom-checkbox.radio {
  border-radius: 50%;
}

.custom-checkbox.radio.w--redirected-checked {
  border-style: solid;
  border-width: 5px;
  border-color: #db5735;
  background-color: #faf9f2;
}

.checkbox-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 100px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox-column {
  width: 50%;
}

.password-help {
  font-size: 15px;
}

.agreement-block {
  margin-top: 40px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 2px solid #e5eadf;
  border-bottom: 2px solid #e5eadf;
}

.agreement-checkbox-field {
  padding-left: 25px;
  font-style: italic;
}

.agreement-checkbox {
  width: 15px;
  height: 15px;
  margin-left: -25px;
  border-color: #22301c;
  border-radius: 0px;
}

.agreement-checkbox.w--redirected-checked {
  width: 15px;
  height: 15px;
  border-color: #22301c;
  background-color: #22301c;
}

.agreement-checkbox.w--redirected-focus {
  box-shadow: none;
}

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

.account-links {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #e5eadf;
}

.account-link {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}

.account-link:hover {
  color: #db5735;
  text-decoration: underline;
}

.account-link.w--current {
  text-decoration: underline;
}

.account-link-item {
  border-bottom: 2px solid #e5eadf;
}

.account-overview-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.account-overview-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.account-overview-inner-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #e5eadf;
  border-bottom: 2px solid #e5eadf;
}

.account-overview-inner-wrapper.no-bottom-border {
  border-bottom: 0px none transparent;
}

.account-overview-inner-wrapper.no-bottom-border.margin-bottom {
  margin-bottom: 20px;
}

.account-overview-inner-wrapper.no-bottom-border.padding-top {
  padding-top: 20px;
}

.account-overview-inner-wrapper.padding-bottom {
  padding-bottom: 20px;
}

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

.account-overview-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.account-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 140px;
  padding-left: 0px;
}

.account-faq-wrapper {
  margin-top: 140px;
  padding-right: 100px;
  padding-left: 100px;
}

.account-faq-inner-wrapper {
  padding: 60px 80px 80px;
  background-color: #faf9f2;
}

.orange-title {
  color: #cb5f40;
  font-size: 18px;
  font-weight: 700;
}

.grid {
  -ms-grid-columns: 2.5fr 0.75fr 1fr 1fr 1fr 0.25fr;
  grid-template-columns: 2.5fr 0.75fr 1fr 1fr 1fr 0.25fr;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
}

.basket-head {
  margin-right: -10px;
  margin-left: -10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e5eadf;
  color: #db5735;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.basket-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.basket-remove {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  cursor: pointer;
}

.basket-remove:hover {
  background-color: #e5eadf;
}

.basket-remove-icon {
  display: block;
}

.basket-remove-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.basket-quantity-changer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #707070;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 18px;
  cursor: pointer;
}

.basket-quantity-changer:hover {
  background-color: #e5eadf;
}

.basket-quantity {
  height: 26px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e5eadf;
  text-align: center;
}

.basket-quantity-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.basket-row-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e5eadf;
}

.basket-list {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 45px;
  font-size: 15px;
}

.basket-plus-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #db5735;
  border-radius: 50%;
  color: #db5735;
}

.basket-field-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.basket-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}

.basket-footer-left {
  width: 33.333333%;
  padding: 40px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #db5735;
  color: #fff;
}

.basket-footer-right {
  padding: 40px 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(241, 237, 218, 0.35);
}

.basket-price-row {
  margin-bottom: 15px;
}

.basket-price-row.total {
  margin-bottom: 20px;
  font-weight: 700;
}

.basket-price {
  float: right;
}

.basket-price.total {
  font-size: 18px;
}

.h3-alt {
  color: #fff;
  letter-spacing: 0px;
}

.checkout-heading-link.w--current {
  color: #db5735;
  text-decoration: none;
}

.sign-in-form-footer-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.checkout-footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 2px solid #e5eadf;
  text-align: center;
}

.required-fields {
  font-style: italic;
  text-align: right;
}

.article-content-inner-wrapper {
  width: 100%;
}

.product-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
}

.product-category.mb-0 {
  height: 100%;
  min-height: 250px;
  margin-bottom: 0px;
}

.product-categories {
  margin-bottom: -20px;
}

.product-categories.columned {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-category-thumbnail {
  display: block;
  width: 250px;
  height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-category-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-category-content-wrapper.sub-category {
  padding: 30px 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-category-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00593f;
}

.product-category-link.sub-category {
  padding-right: 20px;
  padding-left: 20px;
}

.product-category-column {
  width: 38%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #e5eadf;
}

.product-category-column.end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 0px none transparent;
}

.product-category-column.sub-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 0px none transparent;
  font-size: 17px;
  line-height: 30px;
}

.product-category-text-link-wrapper {
  width: 50%;
}

.product-category-extra-link {
  color: #22301c;
}

.link-block {
  font-size: 17px;
  font-weight: 700;
}

.product-category-wrapper {
  width: 50%;
  padding: 10px;
}

.product-category-chevron {
  width: 12px;
  height: 21px;
}

.article-button-chevron {
  width: 8px;
  height: 14px;
}

.castle-mixture {
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
}

.castle-mixture.search {
  margin-bottom: 0px;
}

.castle-mixture-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.castle-mixture-link {
  display: block;
  padding: 5px 10px;
  background-color: #00593f;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #fff;
  text-align: right;
}

.castle-mixture-link:hover {
  background-color: #003c2a;
}

.castle-mixture-top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding: 20px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.castle-mixture-top-left.full-width {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.castle-mixture-top-left.straight {
  width: 35%;
}

.castle-mixture-top-left.single {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.castle-mixture-thumbnail {
  width: 140px;
  height: 140px;
  margin-right: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.castle-mixture-top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 180px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(228, 242, 222, 0.35);
  text-align: center;
}

.castle-mixture-breakdown-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 2px solid #e5eadf;
}

.castle-mixture-breakdown-column.last {
  border-right: 0px none transparent;
}

.castle-mixture-breakdown-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  margin-right: -1px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #e5eadf;
  font-weight: 700;
}

.castle-mixture-breakdown-top.wide {
  width: 140px;
}

.castle-mixture-breakdown-top.medium {
  width: 115px;
}

.castle-mixture-breakdown-top.straight {
  min-height: 92px;
}

.castle-mixture-breakdown-top-text {
  height: 48px;
}

.castle-mixture-breakdown-top-text.straight {
  height: auto;
  min-height: 48px;
}

.castle-mixture-breakdown-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.castle-mixture-breakdown-years-text {
  font-size: 14px;
  line-height: 20px;
}

.castle-mixture-breakdown-1-2-text {
  display: block;
  font-size: 21px;
  line-height: 18px;
}

.castle-mixture-name {
  margin-top: 0px;
  color: #db5735;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
}

.castle-mixture-content-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.castle-mixtures {
  margin-top: 40px;
  margin-bottom: -20px;
}

.introduction-wrapper {
  max-width: 560px;
}

.introduction-wrapper.centered {
  margin-right: auto;
  margin-left: auto;
}

.introduction-wrapper.wider {
  max-width: 675px;
}

.castle-mixture-breakdown-check {
  width: 25px;
  height: 24px;
}

.straight-thumbnail {
  display: block;
  overflow: hidden;
  width: 370px;
  height: 370px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}

.straight-thumbnail.small {
  width: 140px;
  height: 140px;
  margin-right: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.straight-thumbnail.small.mobile {
  display: none;
}

.straight-thumbnail.mobile {
  display: none;
}

.home-slider {
  height: auto;
  padding-right: 140px;
  padding-left: 140px;
  background-color: transparent;
  color: #252f1e;
}

.home-slider-arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-slider-arrow-icon {
  display: none;
}

.home-slider-arrow {
  width: 38px;
  height: 14px;
}

.home-slider-mask {
  height: auto;
}

.home-slide-left-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-slide-left-column.brochure {
  padding-top: 50px;
  padding-left: 0px;
}

.home-slider-nav {
  display: none;
}

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

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

.container.text-center.mixture {
  position: relative;
}

.about-image {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.small-divider {
  width: 55px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #db5735;
}

.about-text {
  position: relative;
  margin-bottom: 100px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 25px;
  column-gap: 25px;
  -webkit-column-rule-style: none;
  column-rule-style: none;
}

.about-p {
  margin-bottom: 30px;
}

.about-signature {
  position: absolute;
  right: 0px;
  bottom: -60px;
  width: 191px;
}

.columns {
  margin-right: -10px;
  margin-left: -10px;
}

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

.about-logo {
  width: 350px;
  height: 178px;
}

.about-slider-wrapper {
  margin-top: 60px;
  padding: 40px 100px;
  background-color: #fff;
}

.our-team-item {
  width: 25%;
  padding: 60px 10px;
}

.our-team-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.our-team-divider-wrapper {
  width: 100%;
  height: 2px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.our-team-divider {
  height: 2px;
  background-color: #e5eadf;
}

.our-team-link {
  display: none;
}

.about-slider {
  height: auto;
  background-color: transparent;
}

.about-slider-arrow {
  display: block;
  width: 38px;
  height: 14px;
}

.about-slider-arrow.right {
  float: right;
}

.about-slider-nav {
  display: none;
}

.about-slide-heading-wrapper {
  text-align: center;
}

.about-slide-year {
  color: #db5735;
  font-size: 18px;
  font-weight: 700;
}

.about-slider-arrow-wrapper {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 24px;
  padding-top: 5px;
  background-color: #fff;
}

.about-slider-arrow-wrapper.right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  text-align: right;
}

.about-slide-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.about-slide-content {
  width: 40%;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.about-slide-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-slide-image-wrapper {
  padding-right: 10px;
}

.about-slide-footer {
  margin-top: 40px;
  font-style: italic;
  text-align: center;
}

.white-button-row-wrapper {
  margin-bottom: 40px;
  padding: 30px 100px;
  background-color: #fff;
}

.white-button-row-wrapper.alt {
  margin-bottom: 20px;
}

.search-heading-wrapper {
  margin-top: -40px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  text-align: center;
}

.search-breadcrumb-link {
  text-decoration: none;
}

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

.search-breadcrumb-link.w--current {
  color: #db5735;
  text-decoration: underline;
}

.search-breadcrumb-link.product {
  text-decoration: none;
}

.search-breadcrumb-link.product:hover {
  text-decoration: underline;
}

.search-breadcrumb-divider {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

.search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search-filter-wrapper {
  width: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.search-filter-heading-wrapper {
  background-color: #00593f;
  color: #fff;
}

.search-filter-icon {
  margin-right: 20px;
}

.search-filter-inner-wrapper {
  padding: 40px 30px;
  background-color: #fff;
}

.search-filter-group {
  border-bottom: 1px solid #e5eadf;
}

.search-filter-group-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.search-filter-group-title:hover {
  text-decoration: underline;
}

.search-filter-group-icon-wrapper {
  position: relative;
  width: 12px;
  height: 12px;
}

.search-filter-group-icon-horizontal-line {
  position: absolute;
  top: 6px;
  width: 12px;
  height: 1px;
  background-color: #252f1e;
}

.search-filter-group-icon-vertical-line {
  position: absolute;
  left: 6px;
  width: 1px;
  height: 12px;
  background-color: #252f1e;
}

.search-filter-checkbox-field {
  font-size: 15px;
}

.search-filter-checkbox {
  width: 14px;
  height: 14px;
  margin-top: 5px;
  border-color: #707070;
  border-radius: 0px;
}

.search-filter-checkbox.w--redirected-checked {
  border-width: 2px;
  border-color: #db5735;
  background-color: #db5735;
}

.search-filter-checkbox.w--redirected-focus {
  box-shadow: none;
}

.search-filter-body-wrapper {
  display: none;
  padding-top: 10px;
}

.search-filter-body-wrapper.show {
  display: block;
}

.search-results-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-result-item {
  width: 50%;
  padding: 10px;
}

.search-result-thumbnail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 140px;
  height: 140px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e5eadf;
}

.search-result-thumbnail {
  max-width: 90px;
}

.search-result-thumbnail.alt {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.brochure-slider {
  height: auto;
  padding-right: 180px;
  padding-left: 180px;
  background-color: transparent;
}

.brochure-slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brochure-slider-arrow-icon {
  width: 35px;
  height: 13px;
}

.brochure-slider-nav {
  display: none;
}

.navbar-location-dropdown-wrapper {
  position: relative;
}

.navbar-location-dropdown-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.navbar-location-dropdown-button:hover {
  text-decoration: underline;
}

.navbar-location-dropdown-text {
  margin-right: 10px;
  margin-left: 10px;
}

.navbar-location-dropdown-content {
  position: absolute;
  top: 25px;
  right: 0px;
  display: none;
  width: 532px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
}

.navbar-location-dropdown-content.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 532px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navbar-location-dropdown-chevron {
  width: 9px;
  height: 5px;
}

.navbar-location-dropdown-globe {
  width: 15px;
  height: 15px;
}

.navbar-location-dropdown-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 266px;
  height: 288px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Georgia, sans-serif;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.navbar-location-dropdown-link:hover {
  text-decoration: underline;
}

.navbar-location-dropdown-link.alt {
  padding-right: 70px;
  padding-left: 70px;
}

.navbar-location-dropdown-link.current {
  background-color: #e5eadf;
  text-decoration: underline;
}

.navbar-location-dropdown-map {
  margin-bottom: 15px;
}

.navbar-location-dropdown-map.alt {
  margin-top: 15px;
  margin-bottom: 0px;
}

.navbar-location-dropdown-current-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}

.navbar-location-dropdown-current-icon.alt {
  top: 10px;
}

.location-popup {
  position: fixed;
  left: 0%;
  top: 140px;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  overflow: hidden;
}

.location-popup-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 100%;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(34, 48, 28, 0.4);
}

.location-popup-content {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 60px 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
}

.location-popup-image {
  position: relative;
  z-index: 2;
  width: 296px;
  height: 500px;
}

.location-popup-content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.location-popup-content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h2 {
  margin-bottom: 30px;
  font-family: Georgia, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.location-popup-content-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.location-popup-image-wrapper {
  position: relative;
  padding-right: 140px;
  padding-left: 45px;
}

.location-popup-image-text {
  position: absolute;
  top: 120px;
  right: 0px;
  width: 210px;
  font-family: Georgia, sans-serif;
  text-align: center;
}

.location-popup-image-text._2 {
  left: 0px;
  top: 320px;
  right: auto;
  width: 120px;
}

.location-popup-image-text-arrow {
  position: absolute;
  top: 50px;
  right: 97%;
  width: 72px;
  height: 0px;
  border-top: 2px solid #e9e9e9;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.location-popup-image-text-arrow._2 {
  left: 81%;
  top: 45px;
  right: auto;
  width: 77px;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.location-popup-close-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.location-popup-close-icon {
  width: 10px;
  height: 10px;
}

.location-popup-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.alt-h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
}

.alt-h1.mt-60 {
  margin-top: 60px;
}

.alt-h1.mt-60.mb-40 {
  margin-bottom: 40px;
}

.alt-h1.mb-40 {
  margin-bottom: 40px;
}

.alt-h1.mt-80 {
  margin-top: 80px;
}

.mixture-select-icon-wrapper {
  position: absolute;
  bottom: -140px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background-color: #fff;
}

.mixture-select-icon {
  width: 184px;
  height: 185px;
  margin-top: 28px;
  margin-left: -4px;
}

.contact-section {
  position: relative;
  padding: 100px 20px;
  background-color: #faf9f2;
}

.contact-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-column {
  width: 50%;
  padding-right: 140px;
}

.contact-column.form {
  position: relative;
  z-index: 2;
  padding: 60px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
}

.contact-background {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 30%;
  background-image: url('../images/seeds-bg-greyscale-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.field-subtext {
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 15px;
  text-align: right;
}

.contact-info-block {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 2px solid #fff;
  font-size: 17px;
  line-height: 35px;
}

.contact-info-block.alt {
  border-bottom-style: none;
  font-size: 16px;
  line-height: 20px;
}

.contact-info-title {
  display: inline-block;
  width: 110px;
  color: #db5735;
  font-weight: 700;
}

.contact-info-title.alt {
  display: inline;
  width: auto;
  font-size: 17px;
}

.article-lightbox {
  position: fixed;
  left: 0%;
  top: 140px;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  overflow: auto;
  padding: 60px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.article-lightbox.open {
  display: block;
}

.article-lightbox-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(34, 48, 28, 0.4);
}

.video-thumbnail-image {
  display: block;
  width: 100%;
}

.video-close-icon {
  width: 40px;
  height: 39px;
  cursor: pointer;
}

.video-close-row {
  margin-bottom: 20px;
  text-align: right;
}

.article-light-content {
  position: relative;
  z-index: 2;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter-button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.filter-button {
  display: inline-block;
  min-width: 100px;
  margin-bottom: 13px;
  padding-right: 15px;
  padding-left: 15px;
  color: #22301c;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.filter-button:hover {
  text-decoration: underline;
}

.filter-button.w--current {
  color: #db5735;
}

.species-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -40px;
  padding-top: 40px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.species-item {
  width: 20%;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.species-title {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Georgia, sans-serif;
  font-size: 20px;
  line-height: 27px;
}

.species-slider-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}

.species-slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.species-slider-arrow-icon {
  width: 38px;
  height: 14px;
}

.species-slider {
  height: auto;
  padding-right: 180px;
  padding-left: 180px;
  background-color: transparent;
}

.species-slider-nav {
  display: none;
}

.species-slider-thumbnail-wrapper {
  position: absolute;
  top: 0px;
  right: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
  height: 330px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e5eadf;
}

.species-slide {
  padding-top: 40px;
  padding-bottom: 40px;
}

.species-category {
  color: #db5735;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.species-alt-name {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 30px;
  font-style: italic;
}

.species-slide-content-column {
  padding-top: 30px;
}

.species-thumbnail {
  max-height: 400px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.species-slider-back-link-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: -24px;
  padding-right: 80px;
  text-align: right;
}

.species-additional-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.species-additional-info-column {
  padding: 40px 140px;
  text-align: center;
}

.species-additional-info-column.end {
  border-left: 2px solid #e8ede3;
}

.mixtures-slider-arrow {
  width: 38px;
  height: 14px;
}

.mixtures-slider-arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mixtures-slide {
  width: 33.333333%;
  padding-right: 60px;
  padding-left: 60px;
  text-align: center;
}

.mixtures-slide-thumbnail-wrapper {
  overflow: hidden;
  width: 175px;
  height: 175px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
}

.mixtures-slider-nav {
  display: none;
}

.mixtures-slider {
  height: auto;
  margin-top: 60px;
  margin-bottom: 100px;
  background-color: transparent;
}

.species-info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.species-info-row.category {
  padding: 80px 100px 0px;
}

.species-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333%;
  padding: 60px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 2px solid #e5eadf;
  border-bottom: 2px solid #e5eadf;
}

.species-info-item.end-of-row {
  border-right-style: none;
}

.species-info-item.end-of-column {
  border-bottom-style: none;
}

.species-info-item.category {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-right-style: none;
  border-bottom-style: none;
}

.species-info-title {
  color: #db5735;
  line-height: 25px;
  letter-spacing: 0px;
}

.species-info-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 61px;
  height: 61px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f4f6f4;
}

.species-info-icon-wrapper.sowing {
  padding-bottom: 3px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.species-info-icon-wrapper.strength {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.strength-icon {
  margin-top: -15px;
}

.search-results-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search-results-heading-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #e5eadf;
  border-right: 2px solid #e5eadf;
  border-bottom: 2px solid #e5eadf;
}

.search-results-heading-item.end {
  padding-left: 100px;
  border-right-style: none;
}

.search-results-heading-item.mobile {
  display: none;
}

.search-results-heading-icon {
  width: 50px;
  height: 50px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.search-results-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search-results-body-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-right: 2px solid #e5eadf;
}

.search-results-body-column.end {
  display: block;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 100px;
  border-right-style: none;
}

.search-results-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-results {
  margin-top: 60px;
  margin-bottom: 60px;
}

.search-results-product-thumbnail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #fff;
}

.search-results-product-thumbnail {
  max-height: 90px;
}

.search-results-product-thumbnail.mixture {
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}

.search-results-product-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-results-learn-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.search-results-learn-thumbnail-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  background-color: #db5735;
}

.search-results-learn-thumbnail-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.search-results-learn-content {
  padding-top: 15px;
  padding-left: 15px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-results-learn-link {
  color: #22301c;
  font-size: 17px;
  line-height: 35px;
}

.search-results-learn-size {
  margin-top: 10px;
  color: #db5735;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-header-content-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
  padding: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #00593f;
  color: #fff;
}

.product-header-image-wrapper {
  background-image: url('../images/boreland.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.breadcrumbs {
  margin-top: -35px;
  margin-bottom: 11px;
}

.product-content-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.product-name {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: proxima-nova, sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
}

.product-content-left-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-need-more-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6fbf4;
  color: #035743;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.product-need-more-info-link {
  display: inline-block;
  margin-top: 3px;
  color: #035743;
  font-size: 17px;
  letter-spacing: 0px;
}

.product-content-right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-learn-more-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-learn-more-icon {
  width: 45px;
  height: 45px;
  margin-right: 20px;
}

.product-learn-more-link {
  font-size: 17px;
  line-height: 35px;
}

.product-learn-more {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-need-more-info-icon {
  width: 40px;
  height: 40px;
}

.product-options-wrapper {
  margin-top: 40px;
  padding: 60px 50px 50px;
  background-color: #f6fbf4;
}

.product-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  border-style: none none none solid;
  border-width: 2px;
  border-color: #e9e9e9;
  text-align: center;
}

.product-table-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 2px solid #e9e9e9;
  border-right: 2px solid #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
}

.product-table-column.end {
  border-right-style: none;
}

.product-table-head {
  border-bottom: 2px solid #e9e9e9;
  background-color: #00593f;
  color: #fff;
}

.product-table-cell {
  padding: 8px 5px;
}

.product-table-cell.head {
  border-bottom: 2px solid #e9e9e9;
  background-color: #00593f;
  color: #fff;
}

.product-table-cell.head.fixed {
  width: 175px;
}

.product-table-cell.head.fixed.wide {
  width: 360px;
}

.product-table-cell.row {
  border-bottom: 2px solid #e9e9e9;
}

.product-table-cell.row.end {
  border-bottom-style: none;
}

.product-description-wrapper {
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.product-options-footer-small-print {
  font-style: italic;
}

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

.product-options-price-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  font-weight: 700;
}

.product-options-price-row.top {
  display: block;
  margin-bottom: 0px;
  border-bottom-style: none;
  font-size: 14px;
}

.product-options-price {
  color: #db5735;
  font-size: 18px;
}

.product-options-price.subtotal {
  font-size: 16px;
}

.product-options-radio-button-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 700;
}

.product-options-radio-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 34px;
  height: 34px;
  margin-top: 0px;
  margin-left: 0px;
  border-color: #00593f;
  background-color: #fff;
  cursor: pointer;
}

.product-options-radio-button.w--redirected-checked {
  border-width: 1px;
  border-color: #00593f;
  background-color: #00593f;
}

.product-options-radio-button.w--redirected-focus {
  box-shadow: none;
}

.product-options-radio-button-label {
  position: relative;
  z-index: 2;
  font-weight: 700;
}

.product-options-label {
  width: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product-options-label.alt {
  width: auto;
  margin-bottom: 20px;
}

.product-options-radio-button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-options-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-options-field-wrapper.vertical {
  margin-top: 40px;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-options-text-field {
  width: 123px;
  height: 43px;
  margin-bottom: 0px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.product-options-checkbox-field {
  padding-left: 25px;
}

.product-options-checkbox {
  width: 15px;
  height: 15px;
  margin-left: -25px;
  border-color: #00593f;
  border-radius: 0px;
  background-color: #fff;
}

.product-options-checkbox.w--redirected-checked {
  border-width: 3px;
  border-color: #db5735;
  border-radius: 0px;
  background-color: #db5735;
}

.product-options-checkbox.w--redirected-focus {
  box-shadow: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

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

.product-stat-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.product-stat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.product-stat-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f6fbf4;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
}

.product-stat-title {
  width: 190px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #f6fbf4;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-stat-bullet-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-stat-bullet {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #00593f;
}

.product-thumbnail {
  display: block;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.product-thumbnail.straight {
  border-radius: 50%;
}

.product-switch-wrapper {
  margin-top: 20px;
}

.product-switch-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  padding: 10px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6fbf4;
  color: #00593f;
  font-size: 15px;
}

.product-switch {
  width: 69px;
  height: 35px;
  border-radius: 18px;
  background-color: #e5eadf;
  cursor: pointer;
}

.product-switch-toggle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #00593f;
}

.product-switch-toggle.checked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(34px, 0px);
  -ms-transform: translate(34px, 0px);
  transform: translate(34px, 0px);
}

.product-switch-icon {
  width: 20px;
  height: 20px;
}

.variety-main-logo {
  width: 304px;
  height: 155px;
}

.section-bottom-arrow {
  width: 80px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  border-top: 70px solid #00593f;
  border-right: 40px solid #fff;
  border-left: 40px solid #fff;
}

.variety-download-left-column {
  padding: 40px 70px 40px 0px;
  border-right: 2px solid #e9e9e9;
}

.variety-download-icon {
  width: 45px;
  height: 45px;
  margin-right: 20px;
}

.variety-download-link {
  font-family: Georgia, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

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

.variety-download-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.product-tree-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.product-tree-horizontal-line-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-tree-horizontal-line {
  width: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 2px solid #e5eadf;
}

.product-tree-bracket-wrapper {
  width: 70px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 2px solid #e5eadf;
  border-right: 2px solid #e5eadf;
  border-bottom: 2px solid #e5eadf;
}

.product-tree-bracket-wrapper.flipped {
  border-left: 2px solid #e5eadf;
  border-right-style: none;
}

.product-tree-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-tree-checklist {
  margin-left: -50px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-tree-checklist-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Georgia, sans-serif;
  font-size: 20px;
  line-height: 27px;
}

.product-tree-checklist-icon {
  width: 25px;
  height: 24px;
  margin-right: 10px;
}

.navbar-basket-icon-wrapper {
  position: relative;
  width: 35px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-basket-icon {
  position: relative;
  z-index: 2;
}

.navbar-basket-icon-quantity {
  position: absolute;
  left: auto;
  top: -6px;
  right: 1px;
  bottom: auto;
  z-index: 1;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #db5735;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-decoration: none;
}

.navbar-basket-icon-quantity:hover {
  text-decoration: none;
}

.crop-suitability-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #faf9f2;
  text-transform: uppercase;
}

.crop-suitability-check {
  width: 22px;
  height: 22px;
}

.crop-suitability-item-wrapper {
  width: 25%;
  padding: 1px;
}

.crop-suitability {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.variety-branch {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.variety-description-wrapper {
  position: relative;
  z-index: 2;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
  background-color: #faf9f2;
}

.variety-description-heading {
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #00593f;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.variety-description-inner-wrapper {
  padding: 20px 40px;
  border-style: none solid solid;
  border-width: 2px;
  border-color: #00593f;
}

.variety-description-outer-wrapper {
  position: relative;
  padding: 60px 20px 40px;
}

.variety-branch-line {
  position: absolute;
  left: 50%;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  border-left: 2px solid #00593f;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.variety-branch-line.horizontal {
  right: 0px;
  bottom: auto;
  border-top: 2px solid #00593f;
  border-left-style: none;
}

.variety-branch-line.horizontal.left {
  left: 0%;
  right: 50%;
}

.variety-branch-line.horizontal.full {
  left: 0%;
}

.variety-branch-line.middle {
  top: -50px;
}

.variety-list {
  list-style-type: none;
}

.variety-list-item {
  margin-top: 15px;
}

.variety-tree-wrapper {
  margin-top: 50px;
  margin-bottom: 60px;
}

.variety-tree-top-line {
  width: 0px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border-left: 2px solid #00593f;
}

.variety-tree-top-line.hide {
  display: none;
}

.variety-tree-title {
  margin-bottom: 10px;
  font-family: Georgia, sans-serif;
  color: #2d2d2d;
  font-size: 25px;
  line-height: 40px;
}

.variety-tree-top-line-wrapper {
  height: 50px;
}

.variety-background-decoration {
  position: absolute;
  top: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e5eadf;
}

.variety-background-decoration._2 {
  top: auto;
  right: -80px;
  bottom: -100px;
  width: 360px;
  height: 360px;
}

.variety-background-decoration.mobile-title {
  display: none;
}

.variety-background-decoration-image {
  max-height: 430px;
  max-width: 280px;
  margin-top: -30px;
}

.variety-background-decoration-image._2 {
  max-width: 350px;
  margin-top: -80px;
}

.category-benefits {
  padding: 40px 100px 80px;
  background-color: #f6fbf4;
}

.benefits-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.benefits-column {
  max-width: 45%;
}

.benefit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Georgia, sans-serif;
  font-size: 20px;
}

.benefit-icon {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

.basket-rows {
  position: relative;
}

.basket-loader-wrapper {
  position: absolute;
  left: -10px;
  top: 0%;
  right: -10px;
  bottom: 0%;
  z-index: 2;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(229, 234, 223, 0.7);
}

.basket-loader-wrapper.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.basket-loader {
  position: absolute;
  width: 100px;
  height: 100px;
  border-top: 5px solid #00593f;
  border-left: 5px solid #00593f;
  border-radius: 50%;
}

.is-invalid {
  color: #db5735;
}

.error-message {
  margin-top: -15px;
  margin-bottom: 10px;
  color: #db5735;
  font-size: 14px;
  line-height: 20px;
}

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

.checkout-final-total {
  font-size: 20px;
  font-weight: 700;
}

.checkout-product-subtext {
  color: #aaada9;
  font-size: 14px;
  line-height: 18px;
}

.checkout-product-subtext.addon {
  color: #252f1e;
}

.checkout-product-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.alert {
  margin-top: -35px;
  margin-bottom: 40px;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #db5735;
  background-color: #f0b4a5;
  font-weight: 700;
}

.alert.success {
  border-color: #00593f;
  background-color: #e5eadf;
}

.field-wrapper {
  display: block;
  width: 100%;
  padding: 6px;
  float: left;
}

.field-wrapper.address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.field-wrapper.address.half {
  width: 50%;
}

.address-radio-field {
  position: relative;
  margin-bottom: 0px;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  line-height: 23px;
}

.address-radio-button {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-left: 0px;
  border-color: #d9d9d9;
  border-radius: 5px;
  cursor: pointer;
}

.address-radio-button.w--redirected-checked {
  border-width: 2px;
  border-color: #1d1d1b;
  background-color: #e9e9e9;
}

.address-radio-button.w--redirected-focus {
  box-shadow: none;
}

.address-radio-label {
  position: relative;
  z-index: 2;
}

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

.fieldset.address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75%;
  min-height: 500px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e5eadf;
  text-align: center;
}

._404-container {
  max-width: 530px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar-search {
  position: relative;
  z-index: 1;
  height: 60px;
  margin-top: -60px;
  background-color: #e5eadf;
  -webkit-transition: margin 300ms ease;
  transition: margin 300ms ease;
}

.navbar-search.open {
  margin-top: 0px;
}

.species-small-thumbnail {
  max-height: 125px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.footer-column {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-column.wide {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-column.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: proxima-nova, sans-serif;
  color: #e5eadf;
  font-weight: 300;
  text-align: right;
}

.footer-mobile-divider {
  display: none;
}

.navbar-top-link-tablet-wrapper {
  display: none;
}

.black-link {
  color: #252f1e;
  text-decoration: none;
}

.black-link:hover {
  color: #db5735;
  text-decoration: underline;
}

.account-order-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 2px solid #e5eadf;
}

.account-order-left {
  padding: 30px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.account-order-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f6fbf4;
}

.account-order-title {
  margin-bottom: 20px;
  color: #db5735;
  font-size: 18px;
  font-weight: 700;
}

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

.account-overview-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.account-overview-heading.mb-10 {
  margin-bottom: 10px;
}

.account-info-title {
  display: inline-block;
  width: 200px;
  font-weight: 700;
}

.account-info-title.narrow {
  width: 120px;
}

.account-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sign-in-detail {
  display: inline-block;
  width: 300px;
  margin-right: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e5eadf;
}

.edit-button {
  position: absolute;
  left: auto;
  top: 20px;
  right: 0%;
  bottom: auto;
}

.update-details-form-wrapper {
  margin-top: 40px;
  margin-right: -5px;
  margin-left: -5px;
}

.account-addresses-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.account-address-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.account-address-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px none #e5eadf;
  border-radius: 2px;
}

.account-address-inner-wrapper.primary {
  border-color: #db5735;
}

.account-address-inner-wrapper.create {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e5eadf;
  font-family: Georgia, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.account-address-inner-wrapper.create:hover {
  text-decoration: underline;
}

.account-address-title {
  padding: 5px 15px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #e5eadf;
  color: #333;
  font-weight: 700;
}

.account-address-title.primary {
  background-color: #db5735;
  color: #fff;
}

.account-address-body {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none solid solid;
  border-width: 2px;
  border-color: #e5eadf;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.account-address-body.primary {
  border-right-color: #db5735;
  border-bottom-color: #db5735;
  border-left-color: #db5735;
}

.account-text-link {
  font-size: 17px;
  font-weight: 700;
}

.account-address-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.account-address-create-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
}

.account-heading-link-divider {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  color: #e5eadf;
}

.navbar-search-input {
  height: 60px;
  margin-bottom: 0px;
  padding-left: 0px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-size: 20px;
}

.navbar-search-input:focus {
  box-shadow: inset 0 -3px 0 0 #00593f;
}

.navbar-search-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 89, 63, 0.15);
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
}

.navbar-search-submit:hover {
  background-color: rgba(0, 89, 63, 0.25);
}

.navbar-search-submit-icon {
  width: 25px;
  height: 25px;
}

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

.testimonial-mobile-image {
  display: none;
}

.testimonial-image {
  display: block;
}

.location-popup-link-wrapper {
  display: none;
}

.navbar-location-dropdown-reset-link {
  position: relative;
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.navbar-location-dropdown-reset-link:hover {
  text-decoration: underline;
}

.navbar-location-dropdown-reset-link.current {
  background-color: #e5eadf;
  text-decoration: underline;
}

.product-category-thumbnail-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mixtures-heading-columns {
  padding-top: 60px;
  padding-bottom: 60px;
}

.mixtures-heading-thumbnail-column {
  padding-left: 100px;
}

.castle-mixture-list {
  list-style-type: disc;
}

.learn-hero-image {
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.straight-heading-columns {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.product-title-wrapper {
  display: block;
}

.product-learn-more-wrapper {
  display: block;
}

.product-mobile-content {
  display: none;
}

.basket-desktop-wrapper {
  margin-top: 60px;
}

.basket-mobile-wrapper {
  display: none;
}

.checkout-content-wrapper {
  padding-top: 80px;
}

.form-checkout-mobile-toggle-wrapper {
  display: none;
}

.filter-by-wrapper {
  display: none;
}

.page-heading-icon {
  width: 30px;
  height: 30px;
}

.species-guide-tablet-filter-wrapper {
  display: none;
}

.species-slide-thumbnail-column {
  height: 330px;
}

.product-tree-logo-break {
  display: none;
}

.product-tree-logo-stretch {
  display: none;
}

.account-desktop {
  display: block;
}

.account-mobile {
  display: none;
}

.article-social-icon {
  display: block;
}

.article-social-icon-link {
  display: block;
  margin-left: 15px;
}

.article-header-share-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-success {
  margin-bottom: 40px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #00593f;
  border-radius: 5px;
  background-color: #cce6de;
}

.product-options-price-subtotal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

.product-bag-size-hint {
  margin-top: -15px;
  margin-bottom: 0px;
  color: #db5735;
  font-size: 13px;
  font-style: italic;
}

.product-bag-size-hint.after-title {
  margin-top: -35px;
  margin-bottom: 40px;
}

.article-image {
  width: 100%;
  height: 240px;
  background-image: url('../images/PbOvlaKrgoddOQY31AWw.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-2 {
  margin-left: 100px;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 125px;
  }

  h1 {
    font-size: 20px;
    line-height: 32px;
  }

  h2 {
    font-size: 18px;
  }

  .mt-0.mb-0.mb-md-10 {
    margin-bottom: 10px;
  }

  .mt-0.mb-60.hide-tablet {
    display: none;
  }

  .mt-20.mb-20.hide-tablet {
    display: none;
  }

  .mt-30.mb-30.hide-mobile {
    display: none;
  }

  .mt-60.mb-100.mb-md-60 {
    margin-bottom: 60px;
  }

  .mb-10.mb-md-0 {
    margin-bottom: 0px;
  }

  .mb-20.mb-md-0 {
    margin-bottom: 0px;
  }

  .mb-30.spoilt-choice-p {
    display: none;
  }

  .mb-40.mb-md-0 {
    margin-bottom: 0px;
  }

  .mb-50.mb-md-0 {
    margin-bottom: 0px;
  }

  .mb-50.mb-md-30 {
    margin-bottom: 30px;
  }

  .pt-80.pt-md-40 {
    padding-top: 40px;
  }

  .pr-100.pr-md-40 {
    padding-right: 40px;
  }

  .pl-40.pr-40.pl-md-0 {
    padding-left: 0px;
  }

  .pl-40.pr-40.pl-md-0.pr-md-0 {
    padding-right: 0px;
  }

  .pl-100.pl-md-0 {
    padding-left: 0px;
  }

  .home-hero {
    min-height: 0%;
  }

  .home-hero-columns {
    display: block;
  }

  .home-hero-left {
    height: 340px;
    background-image: url('../images/home-hero2.jpg');
    background-position: 50% 50%;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-link.phone-number {
    display: none;
  }

  .footer-link-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-link-list {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link-list-divider {
    display: none;
  }

  .footer-logo {
    width: 170px;
    height: 85px;
  }

  .footer-logo-wrapper {
    width: 170px;
    margin-top: -10px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .footer-columns {
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section {
    padding-right: 60px;
    padding-left: 60px;
  }

  .section.seeds {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.transparent.with-back-button {
    padding-top: 20px;
  }

  .section.transparent.basket {
    padding: 0px;
  }

  .section.peach.transparent-mobile {
    background-color: transparent;
  }

  .section.large-padding.tablet-less {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.species-additional-info {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: none;
  }

  .section.species-additional-info.tablet-remove-backround {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#faf9f2), to(#faf9f2));
    background-image: linear-gradient(180deg, #faf9f2, #faf9f2);
  }

  .header-wrapper.mt-40.mb-40.mt-md-0 {
    margin-top: 0px;
  }

  .header-wrapper.hide-tablet {
    display: none;
  }

  .button.quick-link.search {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .button.home {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .button.basket {
    display: block;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .button.account {
    text-align: center;
  }

  .button-column {
    width: 50%;
  }

  .mixtures-showpiece-row {
    margin-right: -20px;
    margin-left: -20px;
  }

  .mixtures-showpiece-column {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mixtures-showpiece-logo-wrapper {
    width: 100%;
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mixtures-showpiece-content-wrapper {
    padding-top: 20px;
    padding-left: 0px;
  }

  .saltire-mixtures-logo {
    width: auto;
    max-height: 100%;
  }

  .castle-mixures-logo {
    width: auto;
    max-height: 100%;
  }

  .featured-text-link.mt-60.mt-md-20 {
    margin-top: 20px;
  }

  .mixtures-showpiece-links-item {
    width: 50%;
  }

  .articles-column {
    width: 50%;
  }

  .articles-column.quarter {
    width: 50%;
  }

  .articles-column.technical {
    width: 50%;
  }

  .article-inner-wrapper.technical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article-thumbnail.technical {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .article-button-chevron-button {
    width: 32px;
    height: 32px;
  }

  .specialist-form-outer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .specialist-form-search-column {
    width: 100%;
    padding: 30px 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: left;
  }

  .text-center.text-left-md {
    text-align: left;
  }

  .half-container.full-width-tablet {
    max-width: none;
  }

  .home-hero-content-column {
    padding: 60px;
  }

  .home-hero-heading {
    max-width: none;
    font-size: 20px;
    line-height: 32px;
  }

  .home-hero-button-row {
    margin-top: 20px;
    margin-right: -10px;
    margin-left: -10px;
  }

  .vertical-divider {
    height: 28px;
  }

  .h1-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .h1-2.mb-20.mt-30.mb-md-0 {
    margin-bottom: 0px;
  }

  .h1-2.mb-20.mt-30.mb-md-0.mt-md-0 {
    margin-top: 0px;
  }

  .specialist-form-column {
    padding-right: 10px;
    padding-left: 10px;
  }

  .newsletter-text-fields {
    display: none;
  }

  .navbar-top {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar-main {
    padding-right: 40px;
    padding-left: 40px;
  }

  .navbar-links-wrapper {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar-brand-logo {
    width: 130px;
    height: 65px;
  }

  .navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    padding-right: 13px;
    padding-left: 13px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .navbar-link.hide-mobile {
    display: none;
  }

  .navbar-link.hide-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar-link.hide-desktop.hamburger {
    position: relative;
    display: block;
    padding: 0px;
  }

  .navbar-outer-column {
    width: 120px;
  }

  .navbar-outer-column.right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .seed-search-link {
    display: none;
  }

  .navbar-link-text-with-symbol {
    display: none;
  }

  .latest-tweets-content {
    padding-left: 20px;
  }

  .supported-brand {
    max-width: 120px;
  }

  .supported-brand.nsa {
    height: 70px;
  }

  .page-heading-wrapper.position--relative.reverse.with-article {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    border-bottom: 0px none transparent;
  }

  .page-heading-wrapper.with-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0px none transparent;
    text-align: left;
  }

  .page-heading-wrapper.with-back-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 0px none transparent;
    text-align: left;
  }

  .page-heading {
    font-size: 25px;
    line-height: 40px;
  }

  .news-filter-column {
    display: none;
  }

  .article-sheet {
    margin-right: -60px;
    margin-left: -60px;
    padding-right: 60px;
    padding-left: 60px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.16);
  }

  .article-sheet.no-heading {
    margin-right: -60px;
    margin-bottom: -60px;
    margin-left: -60px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .article-column {
    padding-top: 0px;
  }

  .divider.mt-60.mb-10.hide-tablet {
    display: none;
  }

  .featured-video {
    margin-bottom: 60px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .featured-video-thumbnail-wrapper {
    width: 270px;
  }

  .featured-video-content-wrapper {
    padding-left: 20px;
  }

  .learn-hero-columns {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .learn-hero-ellipse {
    width: 250px;
    height: 250px;
    margin-right: 0px;
  }

  .learn-hero-ellipse.castle-mixture-icon {
    width: 220px;
    height: 220px;
    margin-right: 0px;
    margin-left: auto;
  }

  .learn-hero-ellipse.product {
    width: 90px;
    height: 90px;
    margin: 0px;
  }

  .learn-hero-species {
    width: 270px;
  }

  .learn-hero-species.product {
    width: 100px;
  }

  .contained-content-wrapper {
    width: auto;
    padding-left: 10px;
  }

  .species-left-ellipse {
    left: 40px;
    width: 140px;
    height: 140px;
  }

  .species-guide-columns {
    display: block;
  }

  .species-right-ellipse {
    left: auto;
    top: auto;
    right: -80px;
    bottom: -140px;
    width: 190px;
    height: 190px;
  }

  .species-image {
    width: 220px;
  }

  .species-image.left {
    width: 150px;
    margin-bottom: 0px;
  }

  .article-search-input-wrapper {
    margin-right: 20px;
    padding-left: 10px;
  }

  .article-search-input-wrapper.white {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .article-search-input {
    width: 220px;
    height: 40px;
  }

  .article-search-input.wide {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .article-search-icon {
    margin-right: 10px;
    padding-right: 5px;
  }

  .central-heading-wrapper.mb-50 {
    width: auto;
  }

  .technical-library-column {
    width: 50%;
  }

  .back-button.with-heading {
    position: relative;
    top: auto;
  }

  .back-button.legal {
    position: relative;
    top: auto;
  }

  .sheet.sign-in {
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
  }

  .sheet.sign-in.basket {
    padding-right: 60px;
    padding-bottom: 0px;
    padding-left: 60px;
  }

  .sheet.sign-in.checkout {
    padding-right: 60px;
    padding-left: 60px;
  }

  .sheet.sign-in.account {
    padding-bottom: 0px;
  }

  .sign-in-form {
    width: auto;
  }

  .form-column.checkout-right {
    margin-left: 20px;
    padding-left: 20px;
  }

  .form-column.contact {
    margin-right: -5px;
    margin-left: -5px;
  }

  .form-item.title {
    display: block;
    margin-bottom: 20px;
  }

  .form-item.title.form-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }

  .checkbox-row {
    padding-right: 0px;
  }

  .account-links {
    margin-top: 40px;
  }

  .account-faq-wrapper {
    margin-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .account-faq-inner-wrapper {
    margin-right: -60px;
    margin-left: -60px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .basket-list {
    padding-left: 0px;
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    list-style-type: disc;
  }

  .basket-footer {
    margin: 60px -60px 0px;
  }

  .basket-footer-left {
    width: 40%;
    padding-left: 60px;
  }

  .basket-footer-right {
    padding-right: 60px;
    padding-left: 60px;
  }

  .product-category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .product-categories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-category-thumbnail {
    width: 100%;
  }

  .product-category-content-wrapper {
    display: block;
    padding: 20px;
  }

  .product-category-link {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .product-category-link.sub-category {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .product-category-column {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    border-right: 0px none transparent;
  }

  .product-category-column.sub-categories {
    display: none;
  }

  .product-category-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .castle-mixture {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .castle-mixture-top {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .castle-mixture-link {
    text-align: center;
  }

  .castle-mixture-top-left {
    display: block;
    width: 100%;
    text-align: center;
  }

  .castle-mixture-top-left.straight {
    width: 100%;
  }

  .castle-mixture-thumbnail {
    display: block;
    width: auto;
    max-height: 100%;
    max-width: 140px;
    min-width: 140px;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .castle-mixture-top-right {
    display: none;
  }

  .castle-mixtures {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .introduction-wrapper.centered.left-md {
    text-align: left;
  }

  .straight-thumbnail {
    width: 230px;
    margin-right: auto;
    margin-left: auto;
  }

  .straight-thumbnail.small {
    width: 115px;
    height: 115px;
    margin-right: auto;
    margin-left: auto;
  }

  .straight-thumbnail.small.mobile {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .straight-thumbnail.small.desktop {
    display: none;
  }

  .home-slider {
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-slider-arrow-wrapper {
    width: 60px;
    margin-left: -60px;
  }

  .home-slider-arrow-wrapper.right {
    margin-right: -60px;
    margin-left: 0px;
  }

  .home-slider-arrow {
    width: 20px;
    height: 7px;
  }

  .home-slide-left-column {
    padding-right: 20px;
    padding-left: 0px;
  }

  .home-slide-left-column.brochure {
    padding-top: 0px;
  }

  .container.text-center.mixture {
    padding-bottom: 40px;
  }

  .about-image {
    width: 50%;
    margin-bottom: 0px;
    margin-left: 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 20% 50%;
    object-position: 20% 50%;
  }

  .small-divider.mt-40.mb-60.mb-md-0 {
    margin-bottom: 0px;
  }

  .small-divider.mt-40.mb-60.about {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .columns.about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: center;
  }

  .about-slider-wrapper {
    padding-right: 60px;
    padding-left: 60px;
  }

  .our-team-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .our-team-divider-wrapper {
    display: none;
  }

  .our-team-bio {
    display: none;
    margin-bottom: 20px;
  }

  .our-team-link {
    display: block;
  }

  .our-team-link.less {
    display: none;
  }

  .about-slide-content-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-slide-content {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .about-slide-image-wrapper {
    width: 33.333333%;
  }

  .about-slide-image-wrapper.larger {
    width: 66.666666%;
    padding-right: 0px;
  }

  .about-slide-footer {
    text-align: left;
  }

  .white-button-row-wrapper {
    display: none;
  }

  .search-heading-wrapper {
    margin: -60px -60px 40px;
  }

  .search-result-thumbnail.alt {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .brochure-slider {
    padding-right: 40px;
    padding-left: 40px;
  }

  .brochure-slider-arrow {
    width: 40px;
  }

  .brochure-slider-arrow-icon {
    width: 25px;
    height: 9px;
  }

  .navbar-location-dropdown-wrapper {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .navbar-location-dropdown-text {
    display: none;
  }

  .navbar-location-dropdown-content.open {
    top: 23px;
  }

  .navbar-location-dropdown-globe {
    margin-right: 5px;
  }

  .location-popup {
    top: 125px;
  }

  .location-popup-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .location-popup-content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .location-popup-content-left {
    width: 100%;
    padding-top: 0px;
  }

  .location-popup-content-right {
    position: static;
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .location-popup-image-wrapper {
    padding-right: 100px;
    padding-left: 100px;
  }

  .location-popup-image-text {
    right: -40px;
  }

  .location-popup-image-text._2 {
    left: 50px;
  }

  .location-popup-close-button {
    top: 20px;
    right: 20px;
  }

  .alt-h1 {
    font-size: 30px;
  }

  .mixture-select-icon-wrapper {
    left: 50%;
    bottom: -120px;
    width: 120px;
    height: 120px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .mixture-select-icon {
    width: 100px;
    height: 100px;
    margin-top: 10px;
    margin-left: -2px;
  }

  .contact-section {
    padding: 0px;
  }

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

  .contact-column {
    position: relative;
    width: 100%;
    padding-right: 50%;
    padding-left: 60px;
  }

  .contact-background {
    display: block;
    width: 30%;
  }

  .contact-info-title {
    display: inline;
    width: auto;
  }

  .contact-info-title.alt {
    display: block;
    font-size: 16px;
  }

  .article-light-content {
    overflow: auto;
  }

  .filter-button-row.hide-tablet {
    display: none;
  }

  .species-row {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .species-item {
    width: 25%;
  }

  .species-slider-wrapper {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .species-slider-arrow {
    width: 40px;
  }

  .species-slider-arrow-icon {
    width: 25px;
    height: 9px;
  }

  .species-slider {
    margin-top: -40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .species-slider-thumbnail-wrapper {
    position: static;
    width: 180px;
    height: 180px;
  }

  .species-slide-content-column {
    padding-top: 0px;
  }

  .species-thumbnail {
    max-height: 250px;
  }

  .species-slider-back-link-wrapper {
    display: none;
  }

  .species-additional-info-row {
    padding-right: 0px;
    padding-left: 0px;
  }

  .species-additional-info-column {
    width: 50%;
    padding: 20px 20px 10px;
  }

  .mixtures-slider-arrow {
    width: 25px;
    height: 9px;
  }

  .mixtures-slider-arrow-wrapper {
    width: 40px;
  }

  .mixtures-slide {
    width: 50%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .mixtures-slide-thumbnail-wrapper {
    width: 110px;
    height: 110px;
  }

  .mixtures-slider {
    padding-right: 40px;
    padding-left: 40px;
  }

  .species-info-row.category {
    padding-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .species-info-item {
    width: 50%;
    padding: 40px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-right: 0px none transparent;
    border-bottom: 0px none transparent;
  }

  .species-info-item.category {
    padding: 20px 20px 0px;
  }

  .search-results-body-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .search-results-body-column.end {
    padding-left: 20px;
  }

  .search-results-product {
    width: 100%;
    padding-left: 0px;
  }

  .search-results-learn-item {
    padding-right: 15px;
  }

  .search-results-learn-thumbnail-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .search-results-learn-content {
    padding-right: 15px;
    padding-bottom: 15px;
  }

  .product-header {
    margin-right: -60px;
    margin-left: -60px;
  }

  .product-header-content-column {
    padding-left: 60px;
  }

  .product-content-wrapper {
    padding-top: 20px;
  }

  .product-name {
    font-size: 26px;
    line-height: 30px;
  }

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

  .product-need-more-info {
    display: none;
  }

  .product-need-more-info.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

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

  .product-learn-more-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .product-learn-more {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .product-need-more-info-icon {
    margin-bottom: 10px;
  }

  .product-options-footer-small-print {
    margin-bottom: 40px;
  }

  .product-options-footer {
    display: block;
  }

  .product-options-price-row {
    margin-bottom: 10px;
  }

  .product-main-content-columns {
    display: block;
  }

  .product-thumbnail {
    width: 150px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .product-switch-inner-wrapper {
    width: 180px;
  }

  .variety-download-left-column {
    padding-right: 0px;
    border-right: 0px none transparent;
    text-align: center;
  }

  .variety-download-columns {
    display: block;
  }

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

  .product-tree-column {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-tree-horizontal-line-wrapper {
    width: 100%;
  }

  .product-tree-horizontal-line-wrapper.hide-tablet {
    display: none;
  }

  .product-tree-horizontal-line {
    width: 0px;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    border-top: 0px none transparent;
    border-left: 2px solid #e5eadf;
  }

  .product-tree-bracket-wrapper {
    width: 100%;
    height: 50px;
    border-top: 0px none transparent;
    border-left: 2px solid #e5eadf;
  }

  .product-tree-bracket-wrapper.flipped.hide-tablet {
    display: none;
  }

  .product-tree-logo-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-tree-checklist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-tree-checklist-item {
    width: 50%;
    margin-top: 10px;
  }

  .navbar-basket-icon-wrapper {
    margin-top: 4px;
  }

  .crop-suitability-item-wrapper {
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
  }

  .crop-suitability {
    margin-top: 20px;
    margin-right: -5px;
    margin-left: -5px;
  }

  .variety-description-outer-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .variety-background-decoration {
    display: none;
  }

  .variety-background-decoration.mobile-title {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .variety-background-decoration-image {
    width: 70px;
    margin-top: 0px;
  }

  .category-benefits {
    margin-right: -60px;
    margin-left: -60px;
    padding-right: 140px;
    padding-left: 140px;
  }

  .benefits-columns {
    display: block;
  }

  .benefits-column {
    max-width: none;
  }

  .benefit {
    margin-top: 20px;
  }

  .footer-column {
    width: 30%;
  }

  .footer-column.contact {
    width: 100%;
    margin-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    text-align: center;
  }

  .specialist-form-search-column-text-wrapper {
    padding-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .specialist-form-columns {
    margin-right: -10px;
    margin-left: -10px;
  }

  .footer-copyright-text {
    display: block;
  }

  .footer-mobile-divider {
    display: block;
    width: 65px;
    height: 0px;
    margin: 30px auto;
    border-top: 1px solid #fff;
  }

  .navbar-top-desktop-text {
    display: none;
  }

  .navbar-top-link-icon {
    display: block;
    width: 16px;
  }

  .navbar-top-link-icon.phone {
    width: 15px;
    height: 15px;
  }

  .navbar-top-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #fff;
  }

  .navbar-top-link.phone {
    border-right: 0px none transparent;
    color: #fff;
    text-decoration: none;
  }

  .navbar-top-link.phone:hover {
    text-decoration: underline;
  }

  .navbar-top-link-tablet-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .navbar-top-link-text {
    margin-left: 5px;
  }

  .hamburger-line {
    position: absolute;
    top: 19px;
    width: 30px;
    height: 2px;
    background-color: #00593f;
    font-size: 0px;
    line-height: 0px;
  }

  .hamburger-line.middle {
    top: 29px;
  }

  .hamburger-line.bottom {
    top: 39px;
  }

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

  .product-search-wrapper {
    display: none;
  }

  .product-category-outer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .product-category-thumbnail-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 175px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-thumbnail-column.variety {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .mixtures-heading-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

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

  .mixtures-heading-thumbnail-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    text-align: right;
  }

  .castle-mixture-list {
    padding-left: 0px;
    list-style-type: none;
  }

  .castle-mixture-thumbnail-wrapper {
    height: 100px;
    margin-bottom: 15px;
  }

  .castle-mixture-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .straight-heading-columns {
    padding-top: 0px;
  }

  .product-learn-more-wrapper {
    display: none;
  }

  .product-learn-more-wrapper.mobile {
    display: block;
    width: 50%;
    padding-right: 10px;
  }

  .product-title-thumbnail-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-mobile-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
  }

  .basket-desktop-wrapper {
    display: none;
  }

  .basket-mobile-wrapper {
    display: block;
    margin-top: 30px;
  }

  .basket-heading {
    border-bottom: 2px solid #e5eadf;
    color: #db5735;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .basket-row-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 2px solid #e5eadf;
  }

  .basket-mobile-title-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .basket-mobile-quantity-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .basket-product-name {
    line-height: 26px;
  }

  .basket-more-info-wrapper {
    display: none;
    margin-top: 10px;
  }

  .basket-more-info {
    margin-top: 5px;
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
  }

  .checkout-content-wrapper {
    padding-top: 20px;
  }

  .filter-by-wrapper {
    display: block;
  }

  .mt-md-0 {
    margin-top: 0px;
  }

  .technical-library-thumbnail-column {
    padding-left: 0px;
  }

  .page-heading-button-filter-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .species-guide-tablet-filter-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .species-slide-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .species-slide-thumbnail-column {
    height: auto;
  }

  .about-heading-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .product-tree-logo-break {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .product-tree-logo-break.mobile-only {
    display: none;
  }

  .product-tree-logo-stretch {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .brochure-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .account-desktop {
    display: none;
  }

  .account-mobile {
    display: block;
  }

  .account-heading-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 2px solid #e5eadf;
    border-bottom: 2px solid #e5eadf;
  }

  .account-heading-wrapper.no-bottom-border {
    border-bottom: 0px none transparent;
  }

  .account-back-link {
    display: inline-block;
    margin-bottom: 15px;
  }

  .account-order-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #e5eadf;
  }
}

@media screen and (max-width: 767px) {
  .mb-10.mb-md-0.mb-sm-10 {
    margin-bottom: 10px;
  }

  .mb-20.mb-md-0.mb-sm-20 {
    margin-bottom: 20px;
  }

  .mb-30.mt-md-0.mt-sm-30 {
    margin-top: 30px;
  }

  .mb-40.mb-sm-20 {
    margin-bottom: 20px;
  }

  .mb-50.mb-md-0.mb-sm-50 {
    margin-bottom: 50px;
  }

  .pr-0.pl-sm-0 {
    padding-left: 0px;
  }

  .pr-100.pr-md-40.pr-sm-10 {
    padding-right: 10px;
  }

  .pl-0.pr-70.pr-sm-0 {
    padding-right: 0px;
  }

  .pl-100.pl-md-0.pr-sm-0 {
    padding-right: 0px;
  }

  .home-hero-left {
    height: 290px;
    background-image: url('../images/home-hero2.jpg');
    background-position: 50% 70%;
  }

  .footer-link-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-logo-wrapper {
    margin-top: 0px;
  }

  .section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section.species-additional-info {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-line.hide-mobile {
    display: none;
  }

  .header-text {
    margin-right: 20px;
  }

  .header-text.question {
    margin-right: 0px;
  }

  .header-text-wrapper {
    width: auto;
  }

  .header-text-wrapper.alt {
    padding-right: 0px;
  }

  .header-text-wrapper.wide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .button.quick-link.search {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .button.account {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .articles-column {
    width: 50%;
  }

  .articles-column.technical {
    width: 100%;
  }

  .article-category.mb-20.mb-sm-0 {
    margin-bottom: 0px;
  }

  .specialist-form-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .specialist-form-search-column {
    padding: 40px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .home-hero-content-column {
    padding-right: 40px;
    padding-left: 40px;
  }

  .home-hero-button-row {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vertical-divider.mobile-center {
    margin-right: auto;
    margin-left: auto;
  }

  .h1-2 {
    font-size: 20px;
    line-height: 32px;
  }

  .h1-2.mt-0.mb-20.mb-sm-0 {
    margin-bottom: 0px;
  }

  .h1-2.mb-20.mt-30.mb-md-0.mt-md-0.mb-sm-10 {
    margin-bottom: 10px;
  }

  .green-background-element {
    display: none;
  }

  .navbar-main {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar-links-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar-link {
    width: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .latest-tweets-column {
    margin-top: 20px;
    padding-top: 60px;
  }

  .latest-tweets-background {
    left: -40px;
    top: 0px;
    right: -40px;
  }

  .latest-tweets-content {
    padding-left: 0px;
  }

  .supported-brands {
    padding-right: 60px;
    padding-left: 60px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .tweet-brands-columns {
    display: block;
    text-align: center;
  }

  .page-heading-wrapper.position--relative.reverse.with-article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .page-heading-wrapper.with-dropdown {
    display: block;
    text-align: center;
  }

  .page-heading-wrapper.with-back-button {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .article-sheet {
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 20px 20px;
  }

  .article-sheet.no-heading {
    margin-right: -40px;
    margin-left: -40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .featured-video {
    display: block;
    margin-bottom: 40px;
  }

  .featured-video-thumbnail-wrapper {
    width: 100%;
  }

  .featured-video-content-wrapper {
    padding-top: 20px;
    padding-left: 0px;
  }

  .page-heading-icon-wrapper {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }

  .learn-hero-columns {
    display: block;
  }

  .learn-hero-ellipse.castle-mixture-icon.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 125px;
    height: 125px;
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .contained-content-wrapper {
    padding-top: 20px;
    padding-left: 0px;
  }

  .species-left-ellipse {
    left: 0px;
  }

  .article-search-input-wrapper {
    max-width: none;
    margin-right: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .article-search-input {
    width: auto;
    max-width: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .article-search-form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .collapses.mb-40 {
    margin-bottom: 0px;
  }

  .sheet.sign-in {
    padding: 40px;
  }

  .sheet.sign-in.basket {
    padding-right: 40px;
    padding-left: 40px;
  }

  .sheet.sign-in.checkout {
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .form-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-row.checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .form-column {
    width: 100%;
  }

  .form-column.checkout-right {
    overflow: hidden;
    width: auto;
    max-height: 0px;
    margin-right: -30px;
    margin-left: -30px;
    padding-right: 0px;
    padding-left: 0px;
    border-left-style: none;
    border-left-width: 0px;
    background-color: rgba(246, 251, 244, 0.25);
  }

  .form-column.checkout-left {
    width: 100%;
    margin-top: 40px;
  }

  .checkbox-column {
    width: 50%;
  }

  .account-faq-inner-wrapper {
    margin-right: -40px;
    margin-left: -40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .basket-footer {
    display: block;
    margin-top: 40px;
    margin-right: -40px;
    margin-left: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .basket-footer-left {
    width: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .basket-footer-right {
    padding-right: 40px;
    padding-left: 40px;
  }

  .product-category-wrapper {
    width: 100%;
  }

  .castle-mixture {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .straight-thumbnail {
    display: none;
  }

  .straight-thumbnail.small.mobile {
    width: 115px;
    margin-right: auto;
  }

  .straight-thumbnail.mobile {
    display: block;
    width: 110px;
    margin-right: 0px;
  }

  .home-slider {
    margin-right: -40px;
    margin-left: -40px;
  }

  .home-slider-arrow-wrapper {
    display: none;
    width: 40px;
    margin-left: -40px;
  }

  .home-slider-arrow-wrapper.right {
    margin-right: -40px;
  }

  .home-slide {
    padding-right: 40px;
    padding-left: 40px;
  }

  .home-slide-left-column {
    margin-bottom: 20px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .home-slide-left-column.brochure {
    text-align: left;
  }

  .home-slider-columns {
    display: block;
  }

  .about-image {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .about-text {
    margin-bottom: 60px;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .about-signature {
    bottom: -80px;
  }

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

  .our-team-item {
    width: 50%;
  }

  .search-heading-wrapper {
    margin-right: -40px;
    margin-left: -40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .navbar-location-dropdown-content {
    width: 266px;
  }

  .navbar-location-dropdown-content.open {
    width: 266px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar-location-dropdown-link {
    height: 210px;
  }

  .location-popup {
    text-align: center;
  }

  .location-popup-content {
    padding-right: 60px;
    padding-left: 60px;
  }

  .h2.mb-sm-20 {
    margin-bottom: 20px;
  }

  .location-popup-content-right {
    display: none;
  }

  .location-popup-image-wrapper {
    padding-right: 60px;
    padding-left: 60px;
  }

  .location-popup-image-text {
    top: 40px;
    right: -30px;
    width: 200px;
    font-size: 15px;
  }

  .location-popup-image-text._2 {
    left: 0px;
  }

  .location-popup-image-text-arrow {
    right: 93%;
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    transform: rotate(-50deg);
  }

  .alt-h1 {
    font-size: 25px;
    line-height: 35px;
  }

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

  .contact-column.form {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-background {
    display: none;
  }

  .species-item {
    width: 33.333333%;
  }

  .species-slider-thumbnail-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .species-slide-content-column {
    padding-top: 40px;
    text-align: center;
  }

  .species-thumbnail {
    max-height: 250px;
  }

  .species-additional-info-row {
    display: block;
  }

  .species-additional-info-column {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    border-right: 0px none transparent;
    border-bottom: 2px solid #e8ede3;
  }

  .species-additional-info-column.end {
    border-bottom: 0px none transparent;
  }

  .mixtures-slide {
    width: 100%;
  }

  .species-info-row.category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .species-info-item {
    width: 50%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .species-info-item.category {
    width: 100%;
  }

  .species-info-icon-wrapper {
    width: 60px;
    height: 60px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .species-info-icon-wrapper.sowing {
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search-results-heading {
    display: none;
  }

  .search-results-heading-item {
    width: 100%;
  }

  .search-results-heading-item.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    border-right: 0px none transparent;
  }

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

  .search-results-body-column {
    width: 100%;
    border-right: 0px none transparent;
  }

  .search-results-body-column.end {
    padding-left: 0px;
  }

  .search-results-product {
    width: 50%;
  }

  .search-results {
    margin-top: 0px;
  }

  .search-results-learn-item {
    margin-top: 20px;
  }

  .product-header {
    margin-right: -40px;
    margin-left: -40px;
  }

  .product-header-content-column {
    min-height: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .product-header-image-wrapper {
    height: 200px;
  }

  .product-header-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .breadcrumbs {
    display: none;
  }

  .product-content-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .product-need-more-info.mobile {
    margin: 40px -40px -60px;
  }

  .product-options-wrapper {
    margin-right: -40px;
    margin-left: -40px;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .product-stat-columns {
    display: block;
  }

  .product-stat {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .product-stat-title {
    width: auto;
  }

  .product-thumbnail {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .variety-download-left-column {
    padding-top: 0px;
  }

  .product-tree-checklist {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-tree-checklist-item {
    width: 60%;
  }

  .variety-tree {
    display: block;
    margin-bottom: -60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .variety-branch {
    margin-bottom: 60px;
  }

  .variety-description-outer-wrapper {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .variety-branch-line {
    top: 50%;
  }

  .variety-branch-line.horizontal {
    display: none;
  }

  .variety-tree-title {
    display: none;
  }

  .variety-tree-top-line-wrapper {
    display: none;
  }

  .category-benefits {
    margin-right: -40px;
    margin-left: -40px;
    padding-right: 100px;
    padding-left: 100px;
  }

  .benefit {
    font-size: 16px;
  }

  .footer-column.logo {
    width: 100%;
    margin-bottom: 40px;
  }

  .specialist-form-search-column-text-wrapper {
    padding-right: 20px;
  }

  .account-order-title {
    margin-bottom: 0px;
  }

  .account-order-list {
    margin-top: 20px;
  }

  .account-address-wrapper {
    width: 100%;
  }

  .account-address-inner-wrapper.create {
    min-height: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .account-address-create-icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .which-seed-icon {
    margin-bottom: 20px;
  }

  .testimonial-mobile-image {
    display: block;
    max-width: none;
    margin: 30px -40px;
  }

  .testimonial-image {
    display: none;
  }

  .location-popup-link {
    display: block;
    font-family: Georgia, sans-serif;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
  }

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

  .location-popup-link-divider {
    width: 155px;
    height: 1px;
    margin: 30px auto;
    background-color: #f6faf4;
  }

  .location-popup-link-wrapper {
    display: block;
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .navbar-location-dropdown-reset-link {
    text-align: center;
  }

  .product-search-wrapper {
    display: block;
    margin-bottom: 50px;
  }

  .product-category-outer-wrapper {
    width: 100%;
  }

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

  .mixtures-heading-columns {
    display: block;
  }

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

  .mixtures-heading-thumbnail-column {
    display: none;
  }

  .castle-mixture-wrapper {
    width: 100%;
  }

  .mixtures-heading-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .straight-heading-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-title-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .product-learn-more-wrapper.mobile {
    width: 100%;
    padding-right: 0px;
  }

  .product-title-thumbnail-wrapper {
    margin-top: -10px;
    margin-bottom: 20px;
  }

  .product-mobile-content {
    display: block;
    padding-top: 40px;
  }

  .product-stat-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .form-checkout-mobile-toggle-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -30px;
    margin-left: -30px;
    padding: 20px 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e5eadf;
    border-bottom: 1px solid #e5eadf;
    background-color: #f6fbf4;
    cursor: pointer;
  }

  .form-checkout-summary-wrapper {
    padding: 30px 40px;
    border-bottom: 1px solid #e5eadf;
  }

  .filter-by-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-top: 2px solid #e5eadf;
    border-bottom: 2px solid #e5eadf;
  }

  .technical-library-thumbnail-column {
    padding-right: 0px;
  }

  .hide-wide-mobile {
    display: none;
  }

  .page-heading-icon {
    width: 20px;
    height: 20px;
  }

  .page-heading-button-filter-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-heading-button-filter-wrapper.with-article {
    margin-top: 0px;
    margin-bottom: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .species-guide-tablet-filter-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .species-slide-column {
    display: block;
  }

  .about-heading-wrapper {
    display: block;
  }

  .product-tree-logo-break.mobile-only {
    display: block;
  }

  .product-tree-logo-stretch.tablet-only {
    display: none;
  }

  .brochure-image {
    height: auto;
  }

  .brochure-thumbnail {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .mb-0.mb-sm-20 {
    margin-bottom: 20px;
  }

  .home-hero-left {
    height: 250px;
    background-image: url('../images/home-hero2.jpg');
    background-position: 50% 90%;
  }

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

  .footer-link-list {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

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

  .section.seeds {
    padding: 0px;
  }

  .header-line.hide-small-mobile {
    display: none;
  }

  .header-text {
    margin-right: 0px;
  }

  .header-text-wrapper.wide-mobile {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button.home {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button.wide-mobile {
    display: block;
  }

  .button.block {
    display: block;
  }

  .button.block.hide-desktop.show-mobile {
    display: block;
  }

  .button.account {
    display: block;
    margin-top: 20px;
  }

  .mixtures-showpiece-row {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .mixtures-showpiece-column {
    width: 100%;
    margin-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .mixtures-showpiece-links-row {
    display: none;
  }

  .articles-column {
    width: 100%;
  }

  .articles-column.quarter {
    width: 100%;
  }

  .specialist-form-wrapper {
    padding-bottom: 60px;
  }

  .specialist-form-search-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .text-center.mb-40.mb-sm-0 {
    margin-bottom: 0px;
  }

  .home-hero-content-column {
    padding-right: 20px;
    padding-left: 20px;
  }

  .h1-2.mt-0.mb-sm-30 {
    margin-bottom: 30px;
  }

  .navbar-main {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar-links-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .navbar-brand {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar-link.hide-small-mobile {
    display: none;
  }

  .navbar-outer-column {
    width: 60px;
  }

  .latest-tweets-background {
    left: -20px;
    right: -20px;
  }

  .supported-brands {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-heading-wrapper.position--relative.reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -40px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .article-sheet {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .article-sheet.no-heading {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .article-figure-icon {
    max-width: 100%;
  }

  .featured-video {
    margin-bottom: 20px;
    padding: 20px;
  }

  .page-heading-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .learn-hero-columns {
    margin-bottom: 60px;
  }

  .learn-hero-ellipse.castle-mixture-icon.mobile {
    width: 110px;
    height: 110px;
    margin-left: 10px;
  }

  .species-right-ellipse {
    right: -100px;
    bottom: -190px;
  }

  .species-central-text-wrapper {
    width: auto;
  }

  .article-search-input-wrapper {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 8px;
    padding-left: 10px;
  }

  .article-search-input {
    width: auto;
    height: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .article-search-icon {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .technical-library-column {
    width: 100%;
  }

  .sheet.sign-in {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sheet.sign-in.basket {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sheet.sign-in.checkout {
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-item.half {
    width: 100%;
  }

  .form-item.title.form-footer {
    margin-top: 10px;
  }

  .account-faq-inner-wrapper {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .basket-footer {
    margin-right: -20px;
    margin-left: -20px;
  }

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

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

  .home-slider {
    margin-right: -20px;
    margin-left: -20px;
    text-align: center;
  }

  .home-slide {
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-slider-wrapper {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .our-team-item {
    width: 100%;
  }

  .about-slider-arrow {
    width: 24px;
    height: 9px;
  }

  .about-slide-content {
    margin-bottom: 0px;
  }

  .about-slide-image-wrapper {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }

  .about-slide-image-wrapper.larger {
    width: 100%;
  }

  .about-slide-footer {
    font-size: 14px;
    line-height: 20px;
  }

  .search-heading-wrapper {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .location-popup {
    top: 0%;
    z-index: 1001;
  }

  .location-popup-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .location-popup-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .species-item {
    width: 50%;
  }

  .species-slider {
    padding-right: 0px;
    padding-left: 0px;
  }

  .species-info-row {
    padding-top: 40px;
  }

  .species-info-item {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .search-results-product {
    width: 100%;
  }

  .search-results {
    margin-bottom: 40px;
  }

  .search-results-learn-item {
    margin-bottom: 0px;
  }

  .search-results-learn-thumbnail-wrapper {
    width: 80px;
  }

  .product-header {
    margin-right: -20px;
    margin-left: -20px;
  }

  .product-header-content-column {
    padding-right: 20px;
    padding-left: 20px;
  }

  .product-need-more-info.mobile {
    margin-right: -20px;
    margin-left: -20px;
  }

  .product-options-wrapper {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .product-switch-inner-wrapper {
    width: 170px;
  }

  .product-tree-checklist-item {
    width: 100%;
  }

  .crop-suitability-item-wrapper {
    width: 100%;
  }

  .category-benefits {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .field-wrapper.address.half {
    width: 100%;
  }

  .account-order-list {
    margin-bottom: 20px;
  }

  .account-overview-heading-wrapper {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sign-in-detail {
    display: block;
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .edit-button {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    margin-bottom: 10px;
  }

  .testimonial-mobile-image {
    margin-right: -20px;
    margin-left: -20px;
  }

  .hide-mobile {
    display: none;
  }

  .product-title-wrapper {
    width: 170px;
  }

  .product-title-thumbnail-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .basket-row-mobile {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .basket-mobile-title-column {
    padding-right: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .basket-mobile-quantity-column {
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .form-checkout-mobile-toggle-wrapper {
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .filter-by-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .page-heading-button-filter-wrapper {
    margin-top: 0px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .account-order-mobile {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .mb-sm-20 {
    margin-bottom: 20px;
  }
}

@font-face {
  font-family: 'Georgia';
  src: url('../fonts/Georgia.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}