/*
 * Legacy application stylesheet ported from the Vite/Sass pipeline for Propshaft.
 * This file is hand-maintained; Tailwind's generated output lives in app/assets/builds/tailwind.css.
 */

/* normalize.css */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Vendor package stylesheets are linked separately from the Rails layouts. */
/* Legacy application styles. */
* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

html {
  height: 100%;
}

html, body {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
}

body, h2, p {
  margin: 0;
}

body {
  width: 100%;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: #3d4c53;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

a {
  text-decoration: none;
}

footer {
  background: #2d5a28;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  color: white;
  fill: white;
  font-size: 14px;
  z-index: 101;
}
footer a {
  color: white;
  font-weight: bold;
  letter-spacing: 1.3px;
}
@media (max-width: 599px) {
  footer {
    padding: 12px 8px;
  }
}

.footer-social-links {
  display: flex;
}
.footer-social-links a {
  width: 24px !important;
  height: 24px !important;
}
.footer-social-links a:first-of-type {
  margin-right: 16px;
}
.footer-social-links svg {
  display: block;
  fill: white;
  width: 24px !important;
  height: 24px !important;
}

@font-face {
  font-family: "GothamRounded-Book";
  src: url("/assets/GothamRounded-Book-7ecfc571.otf") format("opentype");
  src: url("/assets/GothamRoundedBook_21018-3aa7ef54.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GothamRounded-Bold";
  src: url("/assets/GothamRounded-Bold-e4296aaf.otf") format("opentype");
  src: url("/assets/GothamRoundedBold_21016-32c9c61b.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
[v-cloak] {
  display: none !important;
}

input {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.error_notification, .error {
  margin-bottom: 8px;
  color: #ff6666;
  display: block;
}

.product-description {
  line-height: 1.6;
  color: #2d3748;
  padding-bottom: 1rem;
}
.product-description h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a202c;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e2e8f0;
}
.product-description ul {
  margin: 0.5rem 0;
  padding-left: 1.5rem;
}
.product-description li {
  margin-left: 0.5rem;
  margin-bottom: 0.875rem;
  line-height: 1.7;
}
.product-description li:last-child {
  margin-bottom: 0;
}
.product-description a {
  color: #2b6cb0;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.product-description a:hover {
  color: #1e4e8c;
}
.product-description .external-link-icon {
  margin-left: 2px;
  font-size: 0.85em;
}
.product-description p + ul {
  margin-top: 0.5rem;
}
.product-description p:has(> strong:only-child) {
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e2e8f0;
}
.product-description details {
  margin-top: 2rem;
  padding: 1rem;
  background: #f7fafc;
  border-radius: 0.5rem;
}

.variety-desc-card a,
.cultivar-desc-card a {
  color: #2b6cb0;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.variety-desc-card a:hover,
.cultivar-desc-card a:hover {
  color: #1e4e8c;
}
.variety-desc-card a summary,
.cultivar-desc-card a summary {
  cursor: pointer;
  font-weight: 600;
  user-select: none;
}
.variety-desc-card a details[open] summary,
.cultivar-desc-card a details[open] summary {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e2e8f0;
}

@media print {
  html, body {
    height: 100%;
  }
}
.bol-pdf-page {
  width: 100%;
  height: 800px;
  font-size: 18px;
  font-weight: bold;
}
@media print {
  .bol-pdf-page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    margin-top: 0px !important;
    max-height: 1780px;
    page-break-after: always;
    page-break-inside: avoid;
  }
}
.bol-pdf-page img {
  width: 100%;
  height: 100%;
}
@media print {
  .bol-pdf-page img {
    width: 100%;
    height: 100%;
  }
}
.bol-pdf-page#page-2 {
  top: 1150px;
}

.bol-hybrid85-content {
  position: absolute;
  left: 38%;
  top: 48%;
}
.bol-hybrid85-content #h85_phone {
  margin-top: 6px;
}
.bol-hybrid85-content #h85_email {
  margin-top: 0px;
}

.bol-user-content {
  position: absolute;
  left: 8%;
  top: 11%;
}
.bol-user-content #pickup_date {
  margin-left: 32px;
}
.bol-user-content #bill_to {
  margin-top: 12px;
  margin-left: 400px;
}
.bol-user-content #shipper_number {
  margin-top: 10px;
  margin-left: 164px;
}
.bol-user-content #shipper_name {
  margin-top: 37px;
  margin-left: 36px;
}
.bol-user-content #shipper_ref {
  margin-left: 8px;
}
.bol-user-content #shipper_company {
  margin-left: 110px;
}
.bol-user-content #shipper_street {
  margin-top: -2px;
  margin-left: 50px;
}
.bol-user-content #shipper_city {
  margin-top: -4px;
  margin-left: 24px;
}
.bol-user-content #shipper_state {
  margin-top: -21px;
  margin-left: 250px;
}
.bol-user-content #shipper_zip {
  margin-top: -4px;
  margin-left: 32px;
}
.bol-user-content #shipper_phone {
  margin-top: -22px;
  margin-left: 190px;
}
.bol-user-content #customer_name {
  margin-top: -115px;
  margin-left: 470px;
}
.bol-user-content #street {
  margin-top: 22px;
  margin-left: 460px;
}
.bol-user-content #city {
  margin-top: -1px;
  margin-left: 450px;
}
.bol-user-content #state {
  margin-top: -24px;
  margin-left: 680px;
}
.bol-user-content #zip {
  margin-top: -2px;
  margin-left: 440px;
}
.bol-user-content #customer_phone {
  margin-top: -24px;
  margin-left: 610px;
}
.bol-user-content #biller_name {
  margin-top: 40px;
  margin-left: 44px;
}
.bol-user-content #biller_company {
  margin-left: 70px;
}
.bol-user-content #biller_street {
  margin-top: -2px;
  margin-left: 56px;
}
.bol-user-content #biller_city {
  margin-top: -2px;
  margin-left: 24px;
}
.bol-user-content #biller_state {
  margin-top: -24px;
  margin-left: 240px;
}
.bol-user-content #biller_zip {
  margin-top: -2px;
  margin-left: 20px;
}
.bol-user-content #biller_phone {
  margin-top: -24px;
  margin-left: 180px;
}
.bol-user-content #delivery_instructions {
  margin-top: -112px;
  margin-left: 396px;
  line-height: 16px;
  font-size: 14px;
}
.bol-user-content #po_number {
  margin-top: 10px;
  margin-left: 450px;
}
.bol-user-content #insured_value {
  margin-left: 560px;
}
.bol-user-content #pallet_row_1 {
  margin-top: 130px;
  margin-left: 12px;
  display: flex;
}
.bol-user-content #pallet_size_1 {
  margin-left: 42px;
  font-size: 14px;
}
.bol-user-content #num_items_pallets_1 {
  margin-left: 64px;
}
.bol-user-content #desc_1 {
  margin-left: 140px;
}
.bol-user-content #total_weight_pallets_1 {
  margin-left: 150px;
}
.bol-user-content #pallet_row_2 {
  margin-top: 10px;
  margin-left: 12px;
  display: flex;
  height: 24px;
}
.bol-user-content #pallet_size_2 {
  margin-left: 42px;
  font-size: 14px;
}
.bol-user-content #num_items_pallets_2 {
  margin-left: 64px;
}
.bol-user-content #desc_2 {
  margin-left: 140px;
}
.bol-user-content #total_weight_pallets_2 {
  margin-left: 150px;
}
.bol-user-content #liftgate_delivery {
  margin-top: 143px;
  margin-left: 664px;
  font-size: 14px;
}
.bol-user-content #residential_delivery {
  margin-top: 12px;
  margin-left: 664px;
  font-size: 14px;
}
.bol-user-content #residential_delivery.-move-down {
  margin-top: 178px;
  margin-left: 666px;
}

/* Base horizontal padding for the checkout wrapper. The markup sets Tailwind
   px-8/sm:px-12, but those utilities aren't applied on master, leaving the
   breadcrumbs flush against (and clipped by) the viewport edge. Non-!important
   so the Tailwind utilities still win wherever they do load. */
.checkout-container {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 640px) {
  .checkout-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.checkout-breadcrumbs-container {
  margin-right: auto;
  margin-bottom: 16px;
  font-size: 14px;
}
@media (max-width: 599px) {
  .checkout-breadcrumbs-container {
    font-size: 12px;
  }
}
.checkout-breadcrumbs-container a {
  color: #2d5a28;
  text-decoration: none;
}

.checkout-breadcrumb-separator {
  margin: 0 6px;
  font-weight: 700;
  color: rgb(191.25, 191.25, 191.25);
}
@media (max-width: 599px) {
  .checkout-breadcrumb-separator {
    margin: 0 2px;
  }
}

.checkout-breadcrumb-text {
  color: #666666;
}
.checkout-breadcrumb-text.-current {
  font-weight: 700;
  color: rgb(63.75, 63.75, 63.75);
}

#shipping-results-container {
  width: 100%;
}

#shipping-result-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#shipping-result-loading.-hide {
  display: none;
}

#shipping-lookup-failed {
  text-align: center;
  display: none;
}
#shipping-lookup-failed.-show {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#shipping-lookup-failed h4 {
  color: #ff6666;
}

.shipping-show-on-success {
  display: none;
}
.shipping-show-on-success.-show {
  display: block;
}

.shipping-result {
  display: none;
  margin: 12px 0;
  padding: 10px 16px;
  max-width: calc(85% - 32px);
  border: 1px solid rgb(201.1818181818, 207, 212.8181818182);
  border-radius: 5px;
}
@media (max-width: 599px) {
  .shipping-result {
    padding: 8px 12px;
    max-width: calc(100% - 24px);
    font-size: 12px;
  }
}
.shipping-result.-show {
  display: flex;
  align-items: center;
}
.shipping-result .shipping-result-container {
  display: flex;
  align-items: center;
}
.shipping-result .shipping-result-rate-container {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shipping-result .shipping-result-rate {
  font-weight: 700;
}
.shipping-result .shipping-result-cost-per-unit {
  margin-top: 2px;
  color: #909ca8;
  text-transform: uppercase;
  font-size: 10px;
}
@media (max-width: 899px) {
  .shipping-result .shipping-result-cost-per-unit {
    font-size: 9px;
  }
}
.shipping-result .shipping-result-type {
  margin-right: 2px;
  color: #909ca8;
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  align-items: center;
}
@media (max-width: 899px) {
  .shipping-result .shipping-result-type {
    font-size: 9px;
  }
}

.shipping-result-rate-per-unit-container {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 20px;
}
@media (max-width: 599px) {
  .shipping-result-rate-per-unit-container {
    text-align: center;
  }
}

.shipping-notice-container {
  max-width: calc(85% - 32px);
}
@media (max-width: 599px) {
  .shipping-notice-container {
    max-width: calc(100% - 24px);
  }
}

.upsell-container {
  display: none;
  font-style: italic;
}
.upsell-container.-show {
  display: block;
}
.upsell-container .upsell-rate {
  font-weight: bold;
  color: rgb(76.5, 76.5, 76.5);
}
.upsell-container .upsell-cost-per-unit {
  font-weight: bold;
}

.shipping-actions-container {
  margin-top: 32px;
  width: 90%;
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  .shipping-actions-container {
    margin-top: 0;
    margin-bottom: 24px;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.shipping-actions-container.-show {
  display: flex;
  align-items: center;
}
.shipping-actions-container .checkout-button {
  margin-left: auto;
}
@media (max-width: 599px) {
  .shipping-actions-container .checkout-button {
    margin-left: 0;
    margin-bottom: 16px;
  }
}

.spinner {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.spinner div {
  animation: spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2d5a28;
  margin: -3px 0 0 -3px;
}
.spinner div:nth-child(1) {
  animation-delay: -0.036s;
}
.spinner div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.spinner div:nth-child(2) {
  animation-delay: -0.072s;
}
.spinner div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.spinner div:nth-child(3) {
  animation-delay: -0.108s;
}
.spinner div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.spinner div:nth-child(4) {
  animation-delay: -0.144s;
}
.spinner div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.spinner div:nth-child(5) {
  animation-delay: -0.18s;
}
.spinner div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.spinner div:nth-child(6) {
  animation-delay: -0.216s;
}
.spinner div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.spinner div:nth-child(7) {
  animation-delay: -0.252s;
}
.spinner div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.spinner div:nth-child(8) {
  animation-delay: -0.288s;
}
.spinner div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.checkout-container p {
  margin: 0;
}
.checkout-container .green-link {
  color: rgb(71.4807692308, 142.9615384615, 63.5384615385);
  text-decoration: none;
}
.checkout-container .row-container {
  display: flex;
  align-items: center;
}
.checkout-container .row-container.-space-between {
  justify-content: space-between;
}
.checkout-container .row-container.-space-around {
  justify-content: space-around;
}
.checkout-container .row-container.-margin-top {
  margin-top: 24px;
}
.checkout-container .row-container.-halfsies > * {
  width: 50%;
}
@media (max-width: 599px) {
  .checkout-container .row-container.-halfsies.-mobile-column > * {
    width: 100%;
    justify-content: flex-start;
  }
  .checkout-container .row-container.-halfsies.-mobile-column > .row-container > .radio {
    margin-top: 8px;
  }
  .checkout-container .row-container.-halfsies.-mobile-column > .row-container > .radio:first-of-type {
    margin-right: 16px;
  }
}
@media (max-width: 599px) {
  .checkout-container .row-container.-mobile-column {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 599px) {
  .checkout-container .row-container.-mobile-column.-business-type .radio:first-of-type {
    margin-bottom: 14px;
  }
}
@media (max-width: 599px) {
  .checkout-container .row-container.-mobile-column .radio {
    margin-left: 0;
  }
}
.checkout-container .column-container {
  display: flex;
  flex-direction: column;
}

.checkout-content {
  margin-top: 12px;
  width: 100%;
}
.checkout-content.-side-by-side {
  display: flex;
  flex-direction: row;
}
@media (max-width: 899px) {
  .checkout-content.-side-by-side {
    flex-direction: column;
  }
}

.checkout-heading {
  margin: 20px 0;
  color: #2d5a28;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 599px) {
  .checkout-heading {
    padding: 0 1%;
    font-size: 26px;
  }
}

.checkout-subheading {
  margin: 8px 0;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.4px;
}
@media (max-width: 599px) {
  .checkout-subheading.-no-top-margin {
    margin-top: 0;
  }
}

.checkout-input {
  padding: 4px 8px;
  max-width: 100px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 2px solid #2d5a28;
  color: black;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.8px;
  outline: none;
}
@media (max-width: 599px) {
  .checkout-input {
    font-size: 16px;
  }
}
.checkout-input::placeholder {
  opacity: 0.9;
}
.checkout-input::-webkit-inner-spin-button, .checkout-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.checkout-button {
  margin: 8px 0;
  padding: 12px 16px;
  background-color: #2d5a28;
  color: white;
  outline: none;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
}
.checkout-button:visited {
  text-decoration: none !important;
}
.checkout-button.-disabled {
  background: #aaa;
  cursor: not-allowed;
}

.checkout-form {
  margin-top: 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.checkout-form.-no-flex {
  display: block;
}
.checkout-form.-skinny {
  width: auto;
}
.checkout-form input, .checkout-form select, .checkout-form textarea {
  margin-bottom: 12px;
  padding: 8px 16px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  border: 2px solid #2d5a28;
  color: black;
  background: white;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.8px;
  outline: none;
}
@media (max-width: 599px) {
  .checkout-form input, .checkout-form select, .checkout-form textarea {
    font-size: 16px;
  }
}
.checkout-form input::placeholder, .checkout-form select::placeholder, .checkout-form textarea::placeholder {
  opacity: 0.9;
}
.checkout-form input::-webkit-inner-spin-button, .checkout-form input::-webkit-outer-spin-button, .checkout-form select::-webkit-inner-spin-button, .checkout-form select::-webkit-outer-spin-button, .checkout-form textarea::-webkit-inner-spin-button, .checkout-form textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.checkout-form input.errored, .checkout-form select.errored, .checkout-form textarea.errored {
  border: 2px solid #ff6666;
}
.checkout-form input.-smaller, .checkout-form select.-smaller, .checkout-form textarea.-smaller {
  width: 10%;
}
.checkout-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.checkout-form .field_with_errors input {
  border: 2px solid rgb(255, 178.5, 178.5);
}
.checkout-form .error {
  margin-left: 8px;
  margin-top: -8px;
  margin-bottom: 8px;
  display: block;
  color: rgb(255, 178.5, 178.5);
}
@media (max-width: 599px) {
  .checkout-form .error {
    margin-top: 4px;
  }
}
.checkout-form input[type=submit] {
  margin: 40px auto 0;
  padding: 8px 0;
  width: 35%;
  cursor: pointer;
  background-color: #2d5a28;
  color: white;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  -webkit-appearance: none;
  appearance: none;
}
@media (max-width: 599px) {
  .checkout-form input[type=submit] {
    margin: 24px auto 0;
    padding: 12px 0;
    width: 75%;
    font-size: 16px;
  }
}
.checkout-form input[type=submit]:disabled {
  background-color: rgb(201.1818181818, 207, 212.8181818182);
  border: 1px solid rgb(201.1818181818, 207, 212.8181818182);
}
.checkout-form label {
  margin-bottom: 8px;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.6px;
}
@media (max-width: 599px) {
  .checkout-form label {
    font-size: 16px;
  }
}
.checkout-form .helper-text {
  font-size: 12px;
  color: #909ca8;
  display: inline-block;
}
@media (max-width: 599px) {
  .checkout-form .helper-text {
    text-align: center !important;
  }
}
.checkout-form .radio {
  margin-left: 56px;
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  .checkout-form .radio {
    margin-left: 24px;
    padding-top: 6px;
  }
}
.checkout-form .radio:first-of-type {
  margin-left: 0;
}
.checkout-form .radio.-tote-input {
  margin-left: 48px;
}
.checkout-form .radio input[type=radio] {
  display: none;
}
.checkout-form .radio label {
  padding-top: 5px;
  padding-left: 45px;
  background: url("/assets/unchecked_radio-d120193f.svg") left top no-repeat;
  display: flex;
  min-height: 35px;
}
@media (max-width: 599px) {
  .checkout-form .radio label {
    padding-top: 7px;
  }
}
.checkout-form .radio input[type=radio]:checked + label {
  background: url("/assets/checked_radio-8163a535.svg") left top no-repeat;
}
.checkout-form #payment-methods .radio label {
  padding: 8px 12px;
  background: #2d5a28;
  display: block;
  border-radius: 3px;
  color: white;
  font-size: 14px;
  min-height: 0;
  text-align: center;
}
@media (max-width: 599px) {
  .checkout-form #payment-methods .radio label {
    font-size: 13px;
  }
}
.checkout-form #payment-methods .radio input[type=radio]:checked + label {
  background: rgb(9.6923076923, 19.3846153846, 8.6153846154);
}
.checkout-form #payment-methods #api_models_order_payment_method_ach + label {
  position: relative;
}
.checkout-form #payment-methods #api_models_order_payment_method_ach + label:after {
  content: "(Recommended)";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #796835;
  font-size: 12px;
}
.checkout-form .checkbox {
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  .checkout-form .checkbox {
    margin-left: 0;
    padding-top: 6px;
  }
}
.checkout-form .checkbox:first-of-type {
  margin-left: 0;
}
@media (max-width: 599px) {
  .checkout-form .checkbox.-smaller-text label {
    font-size: 12px;
  }
}
.checkout-form .checkbox input[type=checkbox] {
  display: none;
}
.checkout-form .checkbox label {
  padding-top: 5px;
  padding-left: 45px;
  background: url("/assets/unchecked_checkbox-48053db8.svg") left top no-repeat;
  display: block;
  min-height: 35px;
}
@media (max-width: 599px) {
  .checkout-form .checkbox label {
    padding-top: 7px;
  }
}
.checkout-form .checkbox input[type=checkbox]:checked + label {
  background: url("/assets/checked_checkbox-025203ca.svg") left top no-repeat;
}
.checkout-form em {
  margin-top: 12px;
  text-align: center;
}
.checkout-form .city-input {
  width: 53%;
}
@media (max-width: 599px) {
  .checkout-form .city-input {
    width: 100%;
  }
}
.checkout-form .state-input {
  width: 21%;
}
@media (max-width: 599px) {
  .checkout-form .state-input {
    width: 100%;
  }
}
.checkout-form .zipcode-input {
  width: 21%;
  max-width: 300px;
}
@media (max-width: 599px) {
  .checkout-form .zipcode-input {
    margin-bottom: 0;
    width: 100%;
  }
}
.checkout-form #quantity-input {
  margin-left: 32px;
  padding-top: 13px;
  width: 15%;
}
@media (max-width: 599px) {
  .checkout-form #quantity-input {
    margin-left: 16px;
    width: 33%;
  }
}

.radio {
  margin-left: 56px;
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  .radio {
    margin-left: 24px;
    padding-top: 6px;
  }
}
.radio:first-of-type {
  margin-left: 0;
}
.radio.-tote-input {
  margin-left: 48px;
}
.radio input[type=radio] {
  display: none;
}
.radio label {
  padding-top: 5px;
  padding-left: 45px;
  background: url("/assets/unchecked_radio-d120193f.svg") left top no-repeat;
  display: block;
  min-height: 35px;
}
@media (max-width: 599px) {
  .radio label {
    padding-top: 8px;
  }
}
.radio input[type=radio]:checked + label {
  background: url("/assets/checked_radio-8163a535.svg") left top no-repeat;
}

#new_shipping_request input[type=submit] {
  margin-bottom: 48px;
}

.checkout-order-summary-container {
  padding: 0 24px 8px 32px;
  width: calc(75% - 48px);
  color: #666666;
  font-size: 14px;
}
@media (max-width: 599px) {
  .checkout-order-summary-container {
    padding: 22px 0;
    width: 100%;
    font-size: 12px;
  }
}
.checkout-order-summary-container h4 {
  margin: 0;
  margin-bottom: 12px;
  font-size: 20px;
  color: #2d5a28;
  text-transform: uppercase;
}

.checkout-order-summary-items {
  padding-bottom: 24px;
  border-bottom: 1px solid rgb(215.4772727273, 219.75, 224.0227272727);
}
@media (max-width: 599px) {
  .checkout-order-summary-items {
    padding-bottom: 12px;
  }
}

.checkout-order-summary-item {
  display: flex;
  justify-content: space-between;
  line-height: 24px;
}

.checkout-order-summary-item-price {
  font-weight: 700;
  color: black;
}

.checkout-order-summary-subtotal-items {
  padding: 24px 0;
  border-bottom: 1px solid rgb(215.4772727273, 219.75, 224.0227272727);
}
@media (max-width: 599px) {
  .checkout-order-summary-subtotal-items {
    padding: 12px 0;
  }
}

.checkout-order-summary-subtotal-item {
  display: flex;
  justify-content: space-between;
  line-height: 24px;
}

.checkout-order-summary-total-item {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: rgb(25.5, 25.5, 25.5);
  font-weight: 500;
}
@media (max-width: 599px) {
  .checkout-order-summary-total-item {
    padding: 12px 0;
    font-size: 14px;
  }
}
.checkout-order-summary-total-item.-show {
  display: flex !important;
}

.checkout-order-summary-total-price {
  font-weight: 700;
  color: black;
  font-size: 20px;
}
@media (max-width: 599px) {
  .checkout-order-summary-total-price {
    font-size: 16px;
  }
}

#email_updates_signup_container {
  margin-top: 8px;
}

.payment-method-text-container {
  margin-top: 16px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
}

.payment-method-text {
  display: none;
}
.payment-method-text.-visible {
  display: block;
}

.payment-method-text-note {
  margin-top: 4px;
  font-size: 12px;
  color: #796835;
  display: inline-block;
  line-height: 16px;
}

#checkout-can-use-card-fee {
  display: none;
}

#payment-method-credit-card-note {
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: flex;
  transition: all 0.5s;
}
#payment-method-credit-card-note.-visible {
  opacity: 1;
  height: auto;
  transition: all 0.5s;
}

#checkout-order-summary-card-fee {
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: flex;
  transition: all 0.5s;
}
#checkout-order-summary-card-fee.-visible {
  opacity: 1;
  height: auto;
  transition: all 0.5s;
}

.payment-actions-container {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 599px) {
  .payment-actions-container {
    margin-bottom: 24px;
  }
}
.payment-actions-container .checkout-button {
  margin-top: 8px !important;
  margin-bottom: 12px !important;
  width: 60% !important;
}
@media (max-width: 599px) {
  .payment-actions-container .checkout-button {
    width: 75% !important;
  }
}

.payment-methods-container {
  margin-top: 12px;
}
@media (max-width: 599px) {
  .payment-methods-container {
    margin-top: 16px;
  }
}

#payment-agree-terms {
  margin-bottom: 4px;
  font-size: 12px;
  display: inline-block;
}
@media (max-width: 599px) {
  #payment-agree-terms {
    width: 100%;
    text-align: center;
  }
}

#confirmation-container {
  margin-top: 24px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 599px) {
  #confirmation-container {
    text-align: center;
  }
}
#confirmation-container p {
  margin: 12px 0;
}

#shipping-take-awhile-note {
  margin-top: 16px;
}

.modal-container {
  pointer-events: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s;
  z-index: 1000;
}

.checkout-modal-container {
  width: 60%;
  margin: 5% auto;
  padding: 24px 48px;
  position: relative;
  overflow-y: auto;
  max-height: 88%;
  background-color: #f1f3f5;
  border-radius: 3px;
  border-top: 6px solid #516d44;
  box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
}
@media (max-width: 599px) {
  .checkout-modal-container {
    width: 85%;
    padding: 12px 12px 24px;
  }
}

.modal-close-button {
  position: absolute;
  top: 24px;
  right: 16px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  color: #778186;
  font-size: 24px;
}
@media (max-width: 599px) {
  .modal-close-button {
    right: 4px;
  }
}

.checkout-modal-title {
  color: #3d4c53;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 24px;
}

.contact-me-error-container {
  margin-top: 12px;
  display: none;
  background-color: #e13232;
  border: 1px solid #ff1919;
  color: white;
  font-size: 16px;
  transition: all 0.3s;
}

.contact-me-errors {
  padding: 0 24px;
}
.contact-me-errors li {
  display: flex;
  line-height: 28px;
  align-items: center;
  list-style: bullet;
}

.checkout-modal-separator {
  margin-top: 16px;
  content: "";
  width: 100%;
  border-bottom: 1px solid #909ca8;
}

.checkout-modal-option2 {
  margin-top: 16px;
}
.checkout-modal-option2 a {
  color: #516d44;
}

.order-optimizer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.order-optimizer-subheading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.order-optimizer-subheading .order-optimizer-heading-image img {
  width: 60px;
  height: 60px;
  clip-path: circle(30px at center);
}
.order-optimizer-subheading .order-optimizer-heading {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
}
.order-optimizer-subheading .order-optimizer-heading span {
  margin-left: 6px;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 500;
  vertical-align: super;
}
.order-optimizer-subheading .order-optimizer-heading-separator {
  margin-top: 4px;
  margin-bottom: 24px;
  height: 2px;
  background-color: #909ca8;
  width: 60px;
}

.order-optimizer-heading-image img {
  width: 80px;
  height: 80px;
  clip-path: circle(40px at center);
}

.order-optimizer-heading {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
}
@media (max-width: 599px) {
  .order-optimizer-heading {
    font-size: 26px;
    line-height: 32px;
  }
}
.order-optimizer-heading span {
  margin-left: 12px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  vertical-align: super;
}
.order-optimizer-heading span.-not-sup {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  margin-left: 0px;
  text-transform: none;
  vertical-align: baseline;
}
@media (max-width: 599px) {
  .order-optimizer-heading span.-not-sup {
    font-size: 26px;
    line-height: 32px;
  }
}

.order-optimizer-subheading {
  margin-bottom: 16px !important;
  font-weight: bold;
  max-width: 50%;
}
@media (max-width: 599px) {
  .order-optimizer-subheading {
    max-width: 90%;
  }
}

.order-optimizer-current-product-lookup {
  margin-top: 12px;
  margin-bottom: 16px !important;
  font-weight: bold;
}

.order-optimizer-progress-bar-container {
  margin: 28px auto 16px;
  width: 200px;
  background-color: #dbdbdb;
  border-radius: 3px;
}

.order-optimizer-progress-bar {
  height: 16px;
  width: 0px;
  background-color: rgb(100.7991803279, 140.4508196721, 194.2008196721);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 1;
  transition: all 0.3s ease;
}

.order-optimizer-text {
  font-weight: 700;
}
.order-optimizer-text.-normal {
  font-weight: 500;
}

.order-optimizer-subtext {
  font-size: 12px;
  font-weight: 600;
}

.order-optimizer-controls-container {
  margin: 32px 0 32px;
}

.order-optimizer-button {
  margin: 32px 0;
}

.order-optimizer-suggestions-container {
  margin: 48px 0;
  display: flex;
}
@media (max-width: 599px) {
  .order-optimizer-suggestions-container {
    margin: 40px 0;
    flex-direction: column;
  }
}

.order-optimizer-suggestion {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.order-optimizer-suggestion:nth-of-type(2) {
  margin-left: 16px;
}
@media (max-width: 599px) {
  .order-optimizer-suggestion:nth-of-type(2) {
    margin-left: 0px;
    margin-top: 32px;
  }
}

.order-optimizer-where-heading {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-variant: small-caps;
  color: #3d4c53;
  display: flex;
  align-items: center;
}
.order-optimizer-where-heading svg {
  margin-right: 8px;
}

.order-optimizer-suggestion-item {
  margin-top: 16px;
  padding: 20px;
  background: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: 1px solid #909ca8;
  border-radius: 4px;
  text-align: left;
}
.order-optimizer-suggestion-item .-cheaper {
  color: #388f2f;
}

.order-optimizer-suggestion-item-heading {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.order-optimizer-suggestion-line-item {
  padding: 8px 0;
  border-top: 1px dotted #d3dae0;
  min-width: 214px;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  min-height: 16px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-optimizer-suggestion-line-item.-no-top-border {
  border-top: none;
  padding: 4px 0;
}

.order-optimizer-suggestion-total {
  border-top: 1px solid black;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.order-optimizer-suggestion-button {
  margin-top: 26px;
  padding: 8px 0;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  box-sizing: border-box;
  display: block;
}
.order-optimizer-suggestion-button.-white {
  color: #2d5a28;
  border: 1px solid #2d5a28;
  background: white;
  border-radius: 4px;
}
.order-optimizer-suggestion-button.-green {
  color: white;
  background: #2d5a28;
  border-radius: 4px;
}

.order-optimizer-footer {
  margin-top: 32px;
  padding-top: 8px;
  border-top: 1px solid #909ca8;
  font-size: 12px;
  line-height: 16px;
}

.order-optimizer-sub-link {
  padding-bottom: 2px;
  font-size: 14px;
  line-height: 18px;
  border-bottom: 1px solid rgb(71.4807692308, 142.9615384615, 63.5384615385);
}

.page {
  width: 100%;
  margin: 0;
  background: #f1f3f5;
  display: flex;
  flex-direction: column;
}
.page h1 {
  line-height: 1.3em;
}

.page-container {
  padding: 16px 32px;
}

nav {
  position: relative;
}

.centered-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.blog-post-summary-container {
  margin-bottom: 44px;
  width: 490px;
  display: flex;
  background: #fafbfc;
  color: #3d4c53;
  border: 1px solid rgb(229.7727272727, 232.5, 235.2272727273);
  box-shadow: 0 2px 4px 0 hsla(0, 0%, 0%, 0.2);
}
@media (max-width: 599px) {
  .blog-post-summary-container {
    flex-direction: column;
    width: auto;
  }
}

.blog-post-summary-image {
  width: 0;
  height: 100%;
  padding-left: 200px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .blog-post-summary-image {
    width: 100%;
    height: 0;
    padding-top: 170px;
    padding-left: 0;
  }
}

.blog-post-summary-content-container {
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-post-summary-title {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 599px) {
  .blog-post-summary-title {
    font-size: 14px;
  }
}

.blog-post-summary-content {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #778186;
}

.blog-post-summary-author {
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 599px) {
  .blog-post-summary-author {
    font-size: 12px;
    font-weight: 600;
  }
}

.blog-post-summary-date {
  font-size: 12px;
  color: #778186;
}
@media (max-width: 599px) {
  .blog-post-summary-date {
    font-size: 10px;
  }
}

.blog-post-container {
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 899px) {
  .blog-post-container {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .blog-post-container {
    width: 97%;
  }
}

.blog-post-author {
  font-size: 16px;
  font-weight: 500;
}

.blog-post-image {
  display: flex;
  justify-content: center;
}

.blog-post-title {
  margin-top: 24px;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  color: #000;
}

.blog-post-content {
  font-size: 18px;
  line-height: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-post-content h2 {
  margin: 8px 0;
  font-size: 1.5rem;
  font-weight: semibold;
}
.blog-post-content p {
  margin: 16px 0;
}
.blog-post-content .image-with-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-post-content .image-with-caption img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 480px;
  width: auto;
}
.blog-post-content .image-with-caption em {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog-post-content .video-wrapper {
  margin-top: 24px;
  padding-bottom: 52.9%;
  padding-top: 25px;
  height: 0;
  position: relative;
}
.blog-post-content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-post-content hr {
  height: 1px;
  border: 0;
  clear: both;
  display: block;
  width: 96%;
  background-color: #516d44;
}
.blog-post-content a {
  text-decoration: underline;
  color: #82834b;
  transition: all 0.3s;
}
.blog-post-content a:hover {
  color: #516d44;
}
.blog-post-content img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 480px;
  width: auto;
}

.blog-post-author {
  font-weight: 600;
}

.blog-post-date {
  font-size: 14px;
  color: #778186;
}

.charge-container {
  padding: 48px;
  display: flex;
}
@media (max-width: 899px) {
  .charge-container {
    flex-direction: column;
  }
}

.charge-heading {
  font-size: 22px;
  text-transform: uppercase;
}

@media (max-width: 599px) {
  .charge-order-items-container {
    width: 100%;
  }
}

.charge-order-items-table {
  margin-top: 8px;
  border-collapse: collapse;
}
.charge-order-items-table thead {
  border-bottom: 1px solid #909ca8;
}
.charge-order-items-table thead td {
  font-size: 12px;
}
.charge-order-items-table td {
  padding: 0 40px;
  line-height: 32px;
}
.charge-order-items-table td:first-child {
  padding-left: 0;
}
@media (max-width: 899px) {
  .charge-order-items-table td {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .charge-order-items-table td {
    padding: 0 10px;
    font-size: 12px;
  }
}

.charge-totals-container {
  margin-left: 72px;
  margin-top: 0;
  width: 25%;
}
@media (max-width: 899px) {
  .charge-totals-container {
    margin-left: 0;
    margin-top: 36px;
    width: 100%;
  }
}

.charge-totals {
  margin-top: 6px;
}
@media (max-width: 899px) {
  .charge-totals {
    margin-top: none;
  }
}

.charge-total-line {
  padding-top: 8px;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #909ca8;
}
.charge-total-line:first-of-type {
  border-top: 0px;
}

.charge-pay-button {
  margin: 16px auto 0;
}

.stripe-button-el {
  margin: 8px 0;
  padding: 12px 16px;
  background-color: #2d5a28;
  background-image: none;
  box-shadow: none;
  color: white;
  outline: none;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
}
.stripe-button-el:visited {
  text-decoration: none !important;
}
.stripe-button-el.-disabled {
  background: #aaa;
  cursor: not-allowed;
}

.stripe-button-el span {
  background: transparent !important;
  border: none;
  box-shadow: none;
}

.charge-success {
  margin-top: 72px;
  margin-left: 72px;
  font-size: 20px;
  line-height: 30px;
}

#error_explanation {
  color: red;
}

.pay-other-text {
  margin-top: 12px;
  font-size: 14px;
  font-style: italic;
}

.dashboard-page-container {
  display: flex;
  width: 100%;
  height: 100%;
}
@media (max-width: 599px) {
  .dashboard-page-container {
    flex-direction: column;
  }
}

.dashboard-page-sidebar {
  padding: 32px;
  display: flex;
  flex-direction: column;
  min-width: 140px;
}
@media (max-width: 599px) {
  .dashboard-page-sidebar {
    padding: 16px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.dashboard-page-sidebar a {
  width: auto;
  padding: 4px 8px;
  margin-bottom: 4px;
  color: #2d5a28;
  font-size: 14px;
  letter-spacing: 0.5px;
}
@media (max-width: 599px) {
  .dashboard-page-sidebar a {
    padding: 2px 4px;
    font-size: 12px;
  }
}
.dashboard-page-sidebar a.-current {
  background: rgb(220.15, 220.15, 220.15);
  border-radius: 3px;
}

.dashboard-page-content {
  margin-right: 24px;
  padding: 0 0 22px 0;
  flex: 1;
}
@media (max-width: 599px) {
  .dashboard-page-content {
    margin: 0 12px;
  }
}

.seed-test-list li {
  margin-bottom: 16px;
}

@media (max-width: 599px) {
  #user-account-info-submit {
    font-size: 16px;
  }
}

.sell-hero-container {
  padding: 88px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-image: url("/assets/cce/hand_tiny_plant-963dbb94.jpg");
  background-size: cover;
  background-position: 0% 75%;
  position: relative;
}
.sell-hero-container::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
}
.sell-hero-container.-seed-sacks {
  background-image: url("/assets/cce/seed_sacks-9cf3dab5.jpg");
  background-position: 0% 60%;
}
.sell-hero-container.-harvest {
  background-image: url("/assets/cce/harvesting-988275f9.jpg");
  background-position: 0%;
}
.sell-hero-container.-seed-lab {
  background-image: url("/assets/cce/seed_lab-33ee6d45.jpg");
  background-position: 0% 40%;
}
.sell-hero-container.-plant-upward {
  background-image: url("/assets/cce/cartoon_buy_seed-f52e24c1.jpg");
  background-position: 0% 45%;
}

.sell-hero-title {
  margin: 48px auto;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
  color: white;
  width: 80%;
  z-index: 1;
}
@media (max-width: 899px) {
  .sell-hero-title {
    font-size: 34px;
    line-height: 44px;
    margin: 64px 20% 0;
  }
}
@media (max-width: 599px) {
  .sell-hero-title {
    font-size: 26px;
    line-height: 40px;
    margin: 40px 15% 0;
  }
}

@media (max-width: 599px) {
  #list-seed-button {
    margin-top: 16px;
  }
}

.-grow {
  margin: 0;
}

.cta-container {
  display: flex;
  justify-content: center;
  margin: 48px;
}

.hero-button-container {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  margin-top: 40px;
}
@media (max-width: 899px) {
  .hero-button-container {
    margin-bottom: 64px;
  }
}
@media (max-width: 599px) {
  .hero-button-container {
    margin-bottom: 40px;
  }
}

.shop-button {
  padding: 16px 24px;
  color: white;
  cursor: pointer;
  background-color: #516d44;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
  font-size: 22px;
  border-radius: 3px;
  z-index: 1;
  transition: all 0.3s;
}
.shop-button.-hero {
  margin: 0 32px;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .shop-button.-hero {
    display: flex;
    align-items: center;
    padding: 12px;
  }
}
@media (max-width: 599px) {
  .shop-button.-home-product {
    margin-top: 20px;
  }
}
.shop-button:hover {
  background-color: #2d5a28;
}

.email-signup-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-image: url("/assets/cce/home-hero-a1194698.png");
  background-position: 0% 35%;
  background-size: cover;
  position: relative;
}
.email-signup-container::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
}

.email-signup-text {
  width: 80%;
  padding: 48px 0 32px;
  color: white;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  z-index: 1;
}
@media (max-width: 899px) {
  .email-signup-text {
    font-size: 22px;
  }
}
@media (max-width: 599px) {
  .email-signup-text {
    font-size: 18px;
    padding: 32px;
  }
}

.email-signup-instructions {
  margin-right: auto;
  margin-left: 25%;
  margin-bottom: 12px;
  color: white;
  font-size: 20px;
  font-weight: 400;
  z-index: 1;
}
@media (max-width: 599px) {
  .email-signup-instructions {
    margin-left: 10%;
    font-size: 14px;
  }
}

.email-signup-form {
  z-index: 1;
  width: 100%;
}
.email-signup-form #mc_embed_signup {
  background-color: transparent !important;
  display: flex;
  align-items: center;
}
.email-signup-form form {
  display: flex;
  margin: 0 auto 60px;
}
@media (max-width: 599px) {
  .email-signup-form form {
    flex-direction: column;
  }
}
.email-signup-form form.-is-hidden {
  visibility: hidden;
  transition: all 0.3s;
}
.email-signup-form .email_signup_email {
  margin-left: 25%;
  width: 30%;
}
@media (max-width: 599px) {
  .email-signup-form .email_signup_email {
    margin-left: 32px;
    width: 70%;
  }
}
.email-signup-form input[type=email] {
  border: 1px solid #3d4c53;
  border-radius: 4.8px;
  color: #3d4c53;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 8px 16px;
  width: 100%;
}
@media (max-width: 599px) {
  .email-signup-form input[type=email] {
    margin-bottom: 16px;
  }
}
.email-signup-form input[type=submit] {
  color: white;
  cursor: pointer;
  background-color: #516d44;
  border: none;
  padding: 12px 24px;
  margin-left: 48px;
  text-decoration: none;
  font-size: 22px;
  border-radius: 3px;
  z-index: 1;
}
.email-signup-form input[type=submit]:hover {
  background-color: #2d5a28;
  transition: all 0.3s;
}
@media (max-width: 599px) {
  .email-signup-form input[type=submit] {
    margin-left: 32px;
    width: 80%;
  }
}

#email-signup-error {
  margin: -50px auto 24px;
  display: table;
  padding: 4px 12px;
  background: rgba(240, 0, 0, 0.6);
  color: #fafbfc;
  border-radius: 3px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
#email-signup-error.-is-visible {
  opacity: 1;
  pointer-events: auto;
}
#email-signup-error.-is-hidden {
  opacity: 0;
  pointer-events: none;
}

#email-signup-success {
  margin: -50px auto 24px;
  display: table;
  padding: 4px 12px;
  background: rgba(100, 100, 100, 0.8);
  color: #fafbfc;
  font-size: 16px;
  border-radius: 3px;
  opacity: 0;
  pointer-events: none;
}
#email-signup-success.-is-visible {
  opacity: 1;
  transition: all 0.3s;
  pointer-events: auto;
}

.listing-form-container {
  padding: 30px 0px 10px;
}
@media (max-width: 599px) {
  .listing-form-container {
    padding: 0;
  }
}

.listing-form-required {
  color: #ff6666;
  margin: 0 4px;
}

.listing-form {
  padding: 20px;
  background: #fafbfc;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 hsla(0, 0%, 0%, 0.2);
}
.listing-form label {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 20px;
  margin-top: 20px;
}
.listing-form .listing-form-hint-below {
  margin-top: 4px;
  font-style: italic;
  font-size: 14px;
}
.listing-form input[type=text], .listing-form input[type=number], .listing-form input[type=email] {
  padding: 14px;
  margin: 0;
  margin-top: 4px;
  width: 97%;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  color: #778186;
  letter-spacing: 1.3px;
  background-color: #eee;
  border: 0px;
  border-radius: 3px;
}
.listing-form input[type=text]:disabled, .listing-form input[type=number]:disabled, .listing-form input[type=email]:disabled {
  background: #f1f3f5;
  cursor: not-allowed;
  color: rgb(95.0118577075, 102.9960474308, 106.9881422925);
}
@media (max-width: 1199px) {
  .listing-form input[type=text], .listing-form input[type=number], .listing-form input[type=email] {
    width: 94%;
  }
}
@media (max-width: 599px) {
  .listing-form input[type=text], .listing-form input[type=number], .listing-form input[type=email] {
    width: 90%;
  }
}
.listing-form #listing-form-pvp-agreement-label {
  margin-left: 12px;
}
.listing-form #listing-form-pvp-agreement, .listing-form #listing-form-pvp-true-info, .listing-form #listing-form-pvp-dontknow-info {
  display: none;
}
.listing-form #listing-test-image {
  margin-left: 0;
  padding: 8px 16px;
  align-self: flex-start;
  color: white;
  cursor: pointer;
  background: #3a3a3a;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  background: #516d44;
}
.listing-form #listing-test-image.-disabled {
  background: #aaa;
  cursor: not-allowed;
}
.listing-form input[type=file] {
  margin-top: 8px;
  display: none;
}
.listing-form #listing-test-image-filename {
  margin-left: 8px;
  font-size: 12px;
  font-style: italic;
}
.listing-form #listing-retail-price-container {
  visibility: hidden;
  transition: all 0.3s;
}
.listing-form #listing-retail-price-container.-is-visible {
  visibility: visible;
}
.listing-form .listing-form-horizontal-container {
  margin: 8px 0;
  display: flex;
  align-items: center;
}
.listing-form .listing-form-horizontal-container label {
  margin-top: 0;
  margin-left: 8px;
  font-weight: 500;
}
.listing-form .listing-form-horizontal-container input[type=radio]:not(:first-child), .listing-form .listing-form-horizontal-container input[type=checkbox]:not(:first-child), .listing-form .listing-form-horizontal-container .field_with_errors:not(:first-child) {
  margin-left: 8px;
}
.listing-form input[type=submit] {
  margin-top: 16px;
  padding: 12px 24px;
  color: white;
  cursor: pointer;
  background-color: #516d44;
  border: none;
  text-decoration: none;
  font-size: 22px;
  border-radius: 3px;
  z-index: 1;
}
.listing-form input[type=submit]:hover {
  background-color: #2d5a28;
  transition: all 0.3s;
}
.listing-form input[type=submit]:disabled {
  background-color: #909ca8;
  cursor: not-allowed;
}

.listing-form-text {
  padding-left: 24px;
  font-style: italic;
  font-size: 14px;
}

.listing-error-container {
  margin: 0 0 12px;
  background-color: #e13232;
  border: 1px solid #ff1919;
  border-radius: 3px;
  color: white;
  font-size: 16px;
  transition: all 0.3s;
}

.listing-errors {
  padding-right: 8px;
  list-style-type: square;
  font-size: 14px;
}
.listing-errors li {
  display: list-item;
  line-height: 28px;
  align-items: center;
}

#api_models_listing_species + .choices {
  margin-top: 8px !important;
}

#api_models_listing_species + .choices-container {
  width: 98.5% !important;
}
@media (max-width: 1199px) {
  #api_models_listing_species + .choices-container {
    width: 100% !important;
  }
}
@media (max-width: 599px) {
  #api_models_listing_species + .choices-container {
    width: 100% !important;
  }
}

#api_models_listing_species + .choices-container .choices-selection--single {
  height: 42px !important;
}

#api_models_listing_species + .choices-container--default .choices-selection--single {
  background-color: #eee !important;
  border: none !important;
  border-radius: 3px !important;
  display: flex !important;
  align-items: center !important;
}

#api_models_listing_species + .choices-dropdown {
  background-color: #eee !important;
}

#api_models_listing_species + .choices-container--default .choices-selection--single .choices-selection__arrow {
  top: 8px !important;
  right: 8px !important;
}

.listing-uploading-notification {
  margin-top: 4px;
  display: none;
  color: #2d5a28;
}
.listing-uploading-notification.-visible {
  display: block;
}

.listings-index-container {
  padding: 16px 64px 16px 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 599px) {
  .listings-index-container {
    padding: 16px;
  }
}

.listings-index-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 599px) {
  .listings-index-header {
    margin-bottom: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 599px) {
  .listings-index-header h2 {
    margin-top: 0;
    margin-bottom: 16px;
  }
}

.listings-index-content {
  width: 100%;
}

@media (max-width: 899px) {
  .listings-index-table tbody tr td:nth-of-type(1):before {
    content: "Species + Variety";
    font-weight: 700;
  }
  .listings-index-table tbody tr td:nth-of-type(2):before {
    content: "Published";
    font-weight: 700;
  }
  .listings-index-table tbody tr td:nth-of-type(3):before {
    content: "Tested";
    font-weight: 700;
  }
  .listings-index-table tbody tr td:nth-of-type(4):before {
    content: "Quantity";
    font-weight: 700;
  }
  .listings-index-table tbody tr td:nth-of-type(5):before {
    content: "Your Price";
    font-weight: 700;
  }
  .listings-index-table tbody tr td:nth-of-type(6):before {
    content: "Listed Price";
    font-weight: 700;
  }
  .listings-index-table tbody tr td:nth-of-type(7):before {
    content: "Public Listing";
    font-weight: 700;
  }
  .listings-index-table tbody tr td:nth-of-type(8):before {
    content: "";
    font-weight: 700;
  }
  .listings-index-table tbody tr td:nth-of-type(9):before {
    content: "";
    font-weight: 700;
  }
}

.login-form {
  margin: 32px auto;
  font-size: 14px;
}
.login-form .error_notification, .login-form .error {
  margin-bottom: 8px;
  color: #ff6666;
  display: block;
}
.login-form .login-form-errors {
  margin-bottom: 12px;
  color: #ff6666;
  border-radius: 3px;
}
.login-form #new_user, .login-form #edit_user {
  padding: 16px;
}
.login-form #remember-me {
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.login-form #remember-me input {
  margin-right: 8px;
}
.login-form input[type=submit] {
  margin-top: 16px;
  width: 98%;
  border-radius: 2px;
  cursor: pointer;
  padding: 12px 8px;
  text-transform: uppercase;
  text-align: center;
  background-color: #516d44;
  color: white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  font-weight: 600;
  font-size: 12px;
}
.login-form .links-container {
  margin-top: 4px;
  border-top: 1px solid #ddd;
  padding: 8px 16px;
}
.login-form a {
  color: #516d44;
  text-decoration: none;
}

.product-card-text {
  display: flex;
  flex-direction: column;
  margin: 0 14px;
}

.product-card-title {
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  color: #778186;
}

.product-card-bottom-row {
  display: flex;
  align-items: center;
  margin-top: auto;
  justify-content: space-between;
}

.product-card-price {
  font-weight: 700;
  letter-spacing: 1px;
  color: #3d4c53;
}

.product-card-button {
  margin: 4px 0 6px;
  padding: 0 12px;
  border: 1px solid hsl(0, 0%, 90%);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 1px 2px 0 hsla(0, 0%, 0%, 0.2);
  color: #2d5a28;
}

.direct-upload {
  display: inline-block;
  position: relative;
  padding: 2px 4px;
  margin: 0 3px 3px 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  font-size: 11px;
  line-height: 13px;
}

.direct-upload--pending {
  opacity: 0.6;
}

.direct-upload__progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  background: #0076ff;
  transition: width 120ms ease-out, opacity 60ms 60ms ease-in;
  transform: translate3d(0, 0, 0);
}

.direct-upload--complete .direct-upload__progress {
  opacity: 0.4;
}

.direct-upload--error {
  border-color: red;
}

input[type=file][data-direct-upload-url][disabled] {
  display: none;
}
