/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.wrapper {
  max-width: 580px;
  margin: 0 auto;
}
@media (min-width: 580px) {
  .wrapper {
    max-width: 767px;
  }
  .wrapper::after {
    content: "";
    clear: both;
    display: table;
  }
}
@media (min-width: 767px) {
  .wrapper {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .wrapper {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1600px;
  }
}

@media (min-width: 1200px) {
  .products-nav-wrapper {
    max-width: 1200px;
  }
}

main.contact-page, main.interior-page, main.local-farm-detail {
  overflow: auto;
}
main.contact-page .main-content, main.interior-page .main-content, main.local-farm-detail .main-content {
  padding: 0 1.5em;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  main.contact-page .main-content, main.interior-page .main-content, main.local-farm-detail .main-content {
    padding: 0 1em;
    width: 70%;
    float: left;
  }
  main.contact-page .main-content.full-column, main.interior-page .main-content.full-column, main.local-farm-detail .main-content.full-column {
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
    float: unset;
    border-right: none;
    padding-right: unset;
  }
}
@media (min-width: 992px) {
  main.contact-page .main-content, main.interior-page .main-content, main.local-farm-detail .main-content {
    width: 65%;
  }
}
main.contact-page .right-column, main.interior-page .right-column, main.local-farm-detail .right-column {
  padding: 0 1em;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  main.contact-page .right-column, main.interior-page .right-column, main.local-farm-detail .right-column {
    width: 30%;
    float: right;
  }
  main.contact-page .right-column::after, main.interior-page .right-column::after, main.local-farm-detail .right-column::after {
    content: "";
    clear: both;
    display: table;
  }
}
@media (min-width: 992px) {
  main.contact-page .right-column, main.interior-page .right-column, main.local-farm-detail .right-column {
    width: 35%;
  }
}

main.career-listing .left-column, main.career-detail .left-column, main.news-detail .left-column {
  padding: 0 1.5em;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  main.career-listing .left-column, main.career-detail .left-column, main.news-detail .left-column {
    width: 30%;
    float: left;
  }
  main.career-listing .left-column::after, main.career-detail .left-column::after, main.news-detail .left-column::after {
    content: "";
    clear: both;
    display: table;
  }
}
@media (min-width: 992px) {
  main.career-listing .left-column, main.career-detail .left-column, main.news-detail .left-column {
    width: 25%;
  }
}
main.career-listing .main-content, main.career-detail .main-content, main.news-detail .main-content {
  padding: 0 1.5em;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  main.career-listing .main-content, main.career-detail .main-content, main.news-detail .main-content {
    padding: 0 1em;
    width: 50%;
    margin-right: 5%;
    float: left;
  }
  main.career-listing .main-content::after, main.career-detail .main-content::after, main.news-detail .main-content::after {
    content: "";
    clear: both;
    display: table;
  }
}
@media (min-width: 992px) {
  main.career-listing .main-content, main.career-detail .main-content, main.news-detail .main-content {
    width: 50%;
  }
}

main.service-area-page .main-content .wrapper, main.local-farm-listing .main-content .wrapper, main.whats-in-season .main-content .wrapper {
  padding: 0 1.5em;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  main.service-area-page .main-content .wrapper, main.local-farm-listing .main-content .wrapper, main.whats-in-season .main-content .wrapper {
    padding: 0 1em;
  }
}

main.customer-center-page {
  padding: 36px 0 60px 0;
}
main.customer-center-page .wrapper {
  padding: 0 1.5em;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  main.customer-center-page .wrapper {
    padding: 0 1em;
  }
}
@media (min-width: 767px) {
  main.customer-center-page .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
  }
  main.customer-center-page .wrapper .gray-box {
    min-height: 270px;
    margin-bottom: 36px;
  }
}
@media (min-width: 992px) {
  main.customer-center-page .wrapper .gray-box {
    min-height: 210px;
  }
}

main.news-markets-page .main-content {
  padding: 0 1.5em;
  box-sizing: border-box;
}
main.news-markets-page .main-content .intro-text {
  max-width: unset;
}
@media (min-width: 992px) {
  main.news-markets-page .source-highlights {
    padding: 0 1em;
    width: 48%;
    float: left;
    margin-right: 5%;
    padding-right: 5%;
    border-right: 1px solid #dadada;
  }
  main.news-markets-page .source-highlights::after {
    content: "";
    clear: both;
    display: table;
  }
}
main.news-markets-page .right-column {
  padding: 0 1.5em;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  main.news-markets-page .right-column {
    padding-left: 0;
    width: 40%;
    float: right;
  }
  main.news-markets-page .right-column::after {
    content: "";
    clear: both;
    display: table;
  }
  main.news-markets-page .right-column h2 {
    margin-top: 0;
  }
}

main.login-page {
  overflow: auto;
}
main.login-page .main-content {
  padding: 0 1.5em;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  main.login-page .main-content {
    padding: 0 1em;
  }
}
@media (min-width: 992px) {
  main.login-page .main-content {
    width: 65%;
    float: left;
  }
  main.login-page .main-content.full-column {
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
    float: unset;
    border-right: none;
    padding-right: unset;
  }
}
main.login-page .right-column {
  padding: 0 1em;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  main.login-page .right-column form {
    max-width: 300px;
  }
  main.login-page .right-column::after {
    content: "";
    clear: both;
    display: table;
  }
}
@media (min-width: 992px) {
  main.login-page .right-column {
    width: 35%;
    float: right;
  }
}

/* Link Color Mixin 
  Who Likes being able to quickly over-ride default link static and hover colors?! You Do!
  use on the <a> selector (or whatever you are hovering) passing a $static and/or $hover color or neither (uses site defaults):
  @include link-color(color(swatch-one), color(swatch-two));
    OR
  @include link-color;
 */
*[class*=fa-] {
  opacity: 0;
  transition: opacity ease-in 0.3s;
  display: inline-block;
  width: 0.875em;
}
.wf-active *[class*=fa-] {
  opacity: 1;
}
.wf-inactive *[class*=fa-] {
  opacity: 1;
}
.wf-active *[class*=fa-]:not(.fa-fw, .fa-li) {
  width: auto;
}

*[class*=font-effects] {
  opacity: 0;
  transition: opacity ease 0.3s;
}
*[class*=font-effects] .wf-gfx-loaded {
  opacity: 1;
}

body {
  color: #909090;
  font-size: 16px;
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  line-height: 28px;
}

.link, a {
  text-decoration: none;
  will-change: color, text-shadow;
  transition: all 0.3s ease;
}
.link, a, .link:visited, .link:active, .link:visited:active {
  color: rgb(133, 191, 63);
}
.link:hover, a:hover, .link:visited:hover {
  color: #71a236;
}

.italic, i, em {
  font-style: italic;
}

.bold, b, strong {
  font-weight: 700;
}

.h1, h1 {
  color: rgb(133, 191, 63);
  margin-top: 0;
  font-family: acumin-pro-extra-condensed;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 50px;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  line-height: 50px;
  letter-spacing: 3px;
}
.wf-active .h1, .wf-active h1 {
  opacity: 1;
}
.wf-inactive .h1, .wf-inactive h1 {
  opacity: 1;
}
@media (min-width: 767px) {
  .h1, h1 {
    font-size: 60px;
    line-height: 60px;
  }
}

.h2, h2 {
  color: rgb(133, 191, 63);
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 24px;
  line-height: 28px;
}
.wf-active .h2, .wf-active h2 {
  opacity: 1;
}
.wf-inactive .h2, .wf-inactive h2 {
  opacity: 1;
}

.h3, h3 {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.25em;
  line-height: 1.13636364;
}
.wf-active .h3, .wf-active h3 {
  opacity: 1;
}
.wf-inactive .h3, .wf-inactive h3 {
  opacity: 1;
}
@media (min-width: 767px) {
  .h3, h3 {
    font-size: 1.5em;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .h3, h3 {
    font-size: 1.75em;
    line-height: 1.25;
  }
}

.h4, h4 {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.125em;
  line-height: 1.11111111;
}
.wf-active .h4, .wf-active h4 {
  opacity: 1;
}
.wf-inactive .h4, .wf-inactive h4 {
  opacity: 1;
}
@media (min-width: 767px) {
  .h4, h4 {
    line-height: 1.22222222;
  }
}

.h5, h5 {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.0625em;
  line-height: 1.11111111;
}
.wf-active .h5, .wf-active h5 {
  opacity: 1;
}
.wf-inactive .h5, .wf-inactive h5 {
  opacity: 1;
}

.h6, h6 {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1em;
  line-height: 1.11111111;
}
.wf-active .h6, .wf-active h6 {
  opacity: 1;
}
.wf-inactive .h6, .wf-inactive h6 {
  opacity: 1;
}

.h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  margin-top: 0.75em;
  margin-bottom: 0.15em;
}

.call-out {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 20px;
  color: rgb(107, 107, 107);
}
.wf-active .call-out {
  opacity: 1;
}
.wf-inactive .call-out {
  opacity: 1;
}

footer h4 {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 1.67px;
  text-transform: uppercase;
}
.wf-active footer h4 {
  opacity: 1;
}
.wf-inactive footer h4 {
  opacity: 1;
}

.block-margins, ul, ol, pre, blockquote {
  margin: 1rem 0;
}

p {
  margin: 0 0 1rem 0;
}

p strong {
  color: rgb(107, 107, 107);
}

blockquote {
  margin-left: 1em;
  margin-right: 1em;
}

a.gray-link {
  color: #909090;
}

a.emergency-message-link {
  text-align: center;
  display: block;
  color: #909090;
  font-size: 13px;
  text-decoration: underline;
}
a.emergency-message-link:hover {
  color: rgb(107, 107, 107);
}

p.small {
  font-size: 12px;
}

p.intro-text {
  font-size: 1.4em;
}

a.read-more {
  color: rgb(107, 107, 107);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  line-height: 12px;
  cursor: pointer;
}
a.read-more span.read-more-arrow {
  display: inline-block;
  background-image: url(/images/site-images/read-more-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  margin-left: 6px;
  height: 8px;
  width: 20px;
  transition: all 0.3s ease;
}
a.read-more:hover span.read-more-arrow {
  width: 40px;
}

.headroom {
  margin-top: 2em;
}

.less-headroom {
  margin-top: 1em;
}

.more-less-headroom {
  margin-top: 0.5em;
}

.no-headroom {
  margin-top: 0 !important;
}

.legroom {
  margin-bottom: 2em;
}

.less-legroom {
  margin-bottom: 1em;
}

.more-less-legroom {
  margin-bottom: 0.5em;
}

.no-legroom {
  margin-bottom: 0;
}

.no-margin {
  margin: 0 !important;
}

.no-border {
  border: none !important;
}

.center,
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

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

ul.no-bullets {
  list-style-type: none;
  padding: 0;
}

.hide-text {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-reset li {
  margin: 0;
}

.list-inline li {
  display: inline-block;
  float: left;
}
.list-inline li:not(:first-child) {
  margin-left: 0.5em;
}
.list-inline li:not(:last-child) {
  margin-right: 0.5em;
}

@media (min-width: 1065px) {
  .mobile-only {
    display: none;
  }
}

.no-mobile {
  display: none;
}
@media (min-width: 1065px) {
  .no-mobile {
    display: block;
  }
  .no-mobile ul li {
    display: list-item;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 992px) {
  .desktop-only {
    display: inline-block;
  }
}

body > header > .wrapper {
  position: relative;
}

/* Navigation components */
a.skip-navigation {
  height: 28px;
  padding: 6px;
  position: absolute;
  top: -90px;
  left: 0px;
  color: rgb(255, 255, 255);
  line-height: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom-right-radius: 2px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 10001;
}
a.skip-navigation:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(133, 191, 63, 0.8);
  outline: 0;
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  transition: top 0.1s ease-in, background 0.5s linear;
}

a.nav-toggle {
  display: block;
  width: 50px;
  height: 1.5em;
  font-size: 1.5em;
  position: absolute;
  top: 37px;
  right: 33px;
  z-index: 3000;
}
@media (min-width: 1065px) {
  a.nav-toggle {
    display: none;
  }
}

#nav-icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: rgb(107, 107, 107);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 17px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 34px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: translate(8px, 0px) rotate(45deg);
  -moz-transform: translate(8px, 0px) rotate(45deg);
  -o-transform: translate(8px, 0px) rotate(45deg);
  transform: translate(8px, 0px) rotate(45deg);
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: translate(8px, 0px) rotate(-45deg);
  -moz-transform: translate(8px, 0px) rotate(-45deg);
  -o-transform: translate(8px, 0px) rotate(-45deg);
  transform: translate(8px, 0px) rotate(-45deg);
}

nav.mobile {
  position: absolute;
  top: 105px;
  left: 0;
  right: 0;
}

.nav-menu {
  width: 100%;
  height: 0px;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  font-size: 1.2em;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  -webkit-transition: height 200ms linear;
  -o-transition: height 200ms linear;
  -moz-transition: height 200ms linear;
  transition: height 200ms linear;
}
.nav-menu.active {
  height: 100vh;
  background-image: url(/images/site-images/mobile-nav-head.jpg);
  background-repeat: repeat-x;
  background-position-y: -3px;
  padding-bottom: 50px;
}
.nav-menu #ccpfreshmobile {
  padding-bottom: 150px;
}

.nav-menu,
.sub-menu {
  margin: 0px;
  position: relative;
  background-color: rgb(255, 255, 255);
}

.nav-menu li {
  list-style-type: none;
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 26px;
  padding: 0;
  line-height: 50px;
}
.wf-active .nav-menu li {
  opacity: 1;
}
.wf-inactive .nav-menu li {
  opacity: 1;
}
.nav-menu li i {
  color: rgb(133, 191, 63);
  font-size: 16px;
  padding: 0 8px;
}
.nav-menu li.bottom-border {
  border-bottom: 1px solid #dadada;
  padding: 0 0 12px 0;
}
.nav-menu li.close {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 20px;
  border-bottom: 1px solid #dadada;
  padding: 12px 0 12px 0;
  margin-bottom: 12px;
}
.wf-active .nav-menu li.close {
  opacity: 1;
}
.wf-inactive .nav-menu li.close {
  opacity: 1;
}
.nav-menu li h4 {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  margin: 24px 0 12px 0;
  color: rgb(133, 191, 63);
  font-size: 20px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
.wf-active .nav-menu li h4 {
  opacity: 1;
}
.wf-inactive .nav-menu li h4 {
  opacity: 1;
}
.nav-menu li a {
  display: block;
  color: rgb(107, 107, 107);
}

.nav-menu .sub-menu {
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 100%;
  -moz-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  z-index: 5;
  -moz-transform: translate3d(0%, 0px, 0px);
  -webkit-transform: translate3d(0%, 0px, 0px);
  -ms-transform: translate(0%, 0px);
  -o-transform: translate(0%, 0px);
  transform: translate3d(0%, 0px, 0px);
}

.nav-menu .sub-menu.active {
  -moz-transform: translate3d(-100%, 0px, 0px);
  -webkit-transform: translate3d(-100%, 0px, 0px);
  -ms-transform: translate(-100%, 0px);
  -o-transform: translate(-100%, 0px);
  transform: translate3d(-100%, 0px, 0px);
  background-image: url(/images/site-images/mobile-nav-head.jpg);
  background-repeat: repeat-x;
  background-position-y: -3px;
}

.nav-menu .sub-menu-toggle {
  cursor: pointer;
}

.nav-menu .sub-menu-toggle.flip:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.nav-menu .sub-menu li {
  cursor: pointer;
  margin: 0 36px 0 72px;
}

.nav-menu .sub-menu li.level-label {
  color: rgb(133, 191, 63);
  margin-top: 24px;
  margin-left: 36px;
}

.nav-menu .sub-menu li.close {
  margin-left: 36px;
}

nav.tablet-desktop ul li.contact-us {
  display: none;
}

@media (min-width: 1065px) {
  nav.tablet-desktop {
    position: absolute;
    top: 8px;
    left: 165px;
    transition: top 0.3s ease-in;
    margin: 7px 0 0 0;
  }
  nav.tablet-desktop ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 75px; /* set based on how many rows you want */
    column-gap: 24px;
  }
  nav.tablet-desktop ul li {
    margin: 0;
  }
  nav.tablet-desktop ul li {
    width: auto; /* or auto based on content */
    min-height: 24px;
    height: 24px;
  }
  nav.tablet-desktop ul li a {
    font-size: 12px;
    padding: 0 6px;
    color: #909090;
    line-height: 24px;
  }
  nav.tablet-desktop ul li a:hover {
    color: rgb(133, 191, 63);
  }
  nav.tablet-desktop ul li.current a {
    color: rgb(107, 107, 107);
    font-weight: 700;
  }
}

@media (min-width: 1065px) {
  nav.products ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    position: relative;
  }
  nav.products ul li {
    margin: 0;
  }
  nav.products ul li {
    display: inline-block;
    margin: 0px 14px;
    transition: all 0.3s ease;
  }
  nav.products ul li a {
    display: block;
    padding: 0 0;
    font-size: 14px;
    color: #909090;
  }
  nav.products ul li a:hover {
    color: rgb(133, 191, 63);
  }
  nav.products ul li i {
    font-size: 10px;
  }
  nav.products ul li.current a {
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    opacity: 0;
    transition: opacity ease-in 0.3s;
    color: rgb(107, 107, 107);
  }
  .wf-active nav.products ul li.current a {
    opacity: 1;
  }
  .wf-inactive nav.products ul li.current a {
    opacity: 1;
  }
  nav.products ul li ul {
    display: none;
  }
  nav.products ul li:hover ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  nav.products ul ul {
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 2px 0px rgb(107, 107, 107);
    padding: 24px;
  }
  nav.products ul li.current ul li a {
    line-height: 45px;
    text-align: left;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    opacity: 0;
    transition: opacity ease-in 0.3s;
    color: #909090;
  }
  .wf-active nav.products ul li.current ul li a {
    opacity: 1;
  }
  .wf-inactive nav.products ul li.current ul li a {
    opacity: 1;
  }
  nav.products ul li.current ul li a:hover {
    color: rgb(133, 191, 63);
  }
  nav.products ul li ul li.current a {
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    opacity: 0;
    transition: opacity ease-in 0.3s;
    color: rgb(107, 107, 107);
  }
  .wf-active nav.products ul li ul li.current a {
    opacity: 1;
  }
  .wf-inactive nav.products ul li ul li.current a {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  nav.products ul li {
    margin: 0px 8px;
  }
  nav.products ul li a {
    font-size: 14px;
  }
}

nav.footer ul li.customer-center {
  display: none;
}

ul.footer-nav {
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.wf-active ul.footer-nav {
  opacity: 1;
}
.wf-inactive ul.footer-nav {
  opacity: 1;
}
ul.footer-nav li a {
  color: #909090;
  font-size: 16px;
  line-height: 28px;
}
ul.footer-nav li a:hover {
  color: rgb(133, 191, 63);
}
ul.footer-nav li.customer-center {
  display: none;
}
ul.footer-nav li.current a {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  color: rgb(107, 107, 107);
}
.wf-active ul.footer-nav li.current a {
  opacity: 1;
}
.wf-inactive ul.footer-nav li.current a {
  opacity: 1;
}

ul.footer-nav.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 12px;
}
@media (min-width: 992px) {
  ul.footer-nav.two-column {
    column-gap: 32px;
  }
}

html.js-nav,
html.js-nav body {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

body {
  background-color: rgb(255, 255, 255);
  margin-top: 105px;
}
body.advisory-present {
  margin-top: 135px;
}
body.advisory-present header {
  height: 135px;
}
@media (min-width: 1065px) {
  body {
    margin-top: 230px;
  }
  body.advisory-present {
    margin-top: 280px;
  }
  body.advisory-present header {
    height: 280px;
  }
  body.advisory-present header nav.products {
    top: 165px;
  }
}
@media (min-width: 1066px) {
  body {
    margin-top: 195px;
  }
  body.advisory-present {
    margin-top: 240px;
  }
  body.advisory-present header {
    height: 240px;
  }
  body.advisory-present header nav.products {
    top: 165px;
  }
}

body.alert-page {
  margin-top: 0;
  text-align: center;
}

body > header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 105px;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0px 0px 6px #909090;
}
body > header a.logo {
  display: block;
  height: 105px;
  width: 108px;
  position: absolute;
  top: 0px;
  left: 24px;
  background-image: url(/images/site-images/CapitalCityProduce_logo_rev.svg);
  background-repeat: no-repeat;
  background-size: 83px auto;
  background-position: center center;
  background-color: rgb(133, 191, 63);
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}
@media (min-width: 1065px) {
  body > header {
    background-color: rgb(255, 255, 255);
    height: 230px;
  }
  body > header a.logo {
    height: 115px;
    width: 120px;
    left: 20px;
  }
  body > header .header-cta-nav {
    position: absolute;
    top: 24px;
    right: 20px;
    transition: all 0.3s ease;
  }
  body > header .header-cta-nav a {
    margin-left: 8px;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 700;
    opacity: 0;
    transition: opacity ease-in 0.3s;
  }
  .wf-active body > header .header-cta-nav a {
    opacity: 1;
  }
  .wf-inactive body > header .header-cta-nav a {
    opacity: 1;
  }
  body > header nav.products {
    border-top: 1px solid #dadada;
    position: absolute;
    top: 115px;
    left: 0;
    right: 0;
    transition: all 0.3s ease;
    height: 72px;
  }
  body > header nav.products li {
    line-height: 35px;
  }
  body > header.smaller {
    height: 190px;
  }
  body > header.smaller a.logo {
    height: 85px;
  }
  body > header.smaller .header-cta-nav {
    top: 20px;
  }
  body > header.smaller nav.tablet-desktop {
    top: 0;
  }
  body > header.smaller nav.products {
    top: 85px;
    height: 60px;
  }
  body > header.smaller nav.products li {
    line-height: 25px;
  }
  body > header.smaller nav.products ul li ul {
    top: 40px;
  }
}
@media (min-width: 1066px) {
  body > header {
    height: 195px;
  }
  body > header .header-cta-nav a {
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    opacity: 0;
    transition: opacity ease-in 0.3s;
  }
  .wf-active body > header .header-cta-nav a {
    opacity: 1;
  }
  .wf-inactive body > header .header-cta-nav a {
    opacity: 1;
  }
  body > header.smaller {
    height: 165px;
  }
}

@media (min-width: 1065px) {
  body.advisory-present header.smaller {
    height: 240px;
  }
  body.advisory-present header.smaller a.logo {
    height: 85px;
  }
  body.advisory-present header.smaller .header-cta-nav {
    top: 20px;
  }
  body.advisory-present header.smaller nav.tablet-desktop {
    top: 0;
  }
  body.advisory-present header.smaller nav.products {
    top: 135px;
    height: 60px;
  }
  body.advisory-present header.smaller nav.products li {
    line-height: 25px;
  }
  body.advisory-present header.smaller nav.products ul li ul {
    top: 40px;
  }
}
@media (min-width: 992px) {
  body.advisory-present header.smaller {
    height: 210px;
  }
}

.products-nav-wrapper {
  position: relative;
}

.search-wrap {
  background-color: rgb(133, 191, 63);
  width: 300px;
  margin: 3px 0;
  white-space: nowrap;
}
.search-wrap:hover {
  background-color: #71a236;
}
.search-wrap input[type=text] {
  height: 35px !important;
  padding: 0 6px;
}
.search-wrap .search-box, .search-wrap .searchsubmit {
  display: inline-block;
  vertical-align: middle;
}
.search-wrap .search-box {
  width: calc(100% - 80px);
}
.search-wrap input[type=submit] {
  color: rgb(255, 255, 255);
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media (min-width: 1065px) {
  .search-wrap {
    width: 225px;
    position: absolute;
    top: 3px;
    right: 6px;
  }
  .search-wrap .search-box {
    width: calc(100% - 60px);
  }
}

ul#ccpfreshnav {
  position: absolute;
  top: 42px;
}

main.contact-page {
  padding: 2em 0;
}
main.interior-page {
  padding: 0;
}

.home-page-hero {
  position: relative;
}
.home-page-hero .cycle-slideshow {
  height: 700px;
  margin-bottom: 60px;
}
.home-page-hero .cycle-slideshow .slide {
  background-color: #edf5e2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  text-align: center;
}
.home-page-hero .cycle-slideshow .slider-message {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 1.5em;
  text-align: center;
  background-color: rgb(255, 255, 255);
  padding: 24px 24px 50px 24px;
}
.home-page-hero .cycle-slideshow .slider-message h3 {
  font-family: acumin-pro-extra-condensed;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  color: rgb(133, 191, 63);
  text-transform: uppercase;
  font-size: 46px;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  letter-spacing: 2px;
  line-height: 50px;
  margin-top: 0;
  margin-bottom: 24px;
}
.wf-active .home-page-hero .cycle-slideshow .slider-message h3 {
  opacity: 1;
}
.wf-inactive .home-page-hero .cycle-slideshow .slider-message h3 {
  opacity: 1;
}
.home-page-hero .cycle-slideshow .slider-message a.green-button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -24px;
  white-space: nowrap;
}
.home-page-hero .cycle-pager {
  display: none;
}
.home-page-hero .dot-pager {
  display: none;
}
.home-page-hero .slideshow-next-prev {
  position: absolute;
  top: 260px;
  left: 1.5em;
}
.home-page-hero .slideshow-next-prev a#prev, .home-page-hero .slideshow-next-prev a#next {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  color: #edf5e2;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: rgb(133, 191, 63);
  margin-right: 6px;
  transition: all 0.3s ease;
}
.wf-active .home-page-hero .slideshow-next-prev a#prev, .wf-active .home-page-hero .slideshow-next-prev a#next {
  opacity: 1;
}
.wf-inactive .home-page-hero .slideshow-next-prev a#prev, .wf-inactive .home-page-hero .slideshow-next-prev a#next {
  opacity: 1;
}
.home-page-hero .slideshow-next-prev a#prev:hover, .home-page-hero .slideshow-next-prev a#next:hover {
  background-color: #71a236;
  color: rgb(255, 255, 255);
}
@media (min-width: 767px) {
  .home-page-hero .cycle-slideshow {
    height: 600px;
  }
  .home-page-hero .cycle-slideshow .slide {
    left: unset;
    right: 0;
    width: 65%;
    margin-left: 35%;
  }
  .home-page-hero .cycle-slideshow .slider-message {
    left: 50%;
    margin-left: -200px;
    width: 400px;
  }
  .home-page-hero .cycle-pager {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    z-index: 400;
  }
  .home-page-hero .cycle-pager .pager-block {
    box-sizing: border-box;
    background-color: #f8f8f8;
    border-bottom: 1px solid #dadada;
    transition: all 0.3s ease;
    padding: 50px 0 0 5%;
    height: 150px;
  }
  .home-page-hero .cycle-pager .pager-block p.pager-subhead {
    margin: 0;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    opacity: 0;
    transition: opacity ease-in 0.3s;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    line-height: 16px;
  }
  .wf-active .home-page-hero .cycle-pager .pager-block p.pager-subhead {
    opacity: 1;
  }
  .wf-inactive .home-page-hero .cycle-pager .pager-block p.pager-subhead {
    opacity: 1;
  }
  .home-page-hero .cycle-pager .pager-block p.pager-heading {
    font-family: acumin-pro-extra-condensed;
    font-weight: 700;
    opacity: 0;
    transition: opacity ease-in 0.3s;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 32px;
    color: rgb(133, 191, 63);
    text-decoration: underline;
    text-decoration-thickness: 3px;
  }
  .wf-active .home-page-hero .cycle-pager .pager-block p.pager-heading {
    opacity: 1;
  }
  .wf-inactive .home-page-hero .cycle-pager .pager-block p.pager-heading {
    opacity: 1;
  }
  .home-page-hero .cycle-pager .pager-block:last-of-type {
    border-color: #efefef;
  }
  .home-page-hero .cycle-pager .pager-block.cycle-pager-active {
    background-color: rgb(255, 255, 255);
    width: calc(100% + 12px);
  }
  .home-page-hero .cycle-pager .pager-block:hover {
    background-color: rgb(255, 255, 255);
  }
  .home-page-hero .dot-pager {
    display: block;
    position: absolute;
    bottom: 24px;
    right: 28.5%;
    z-index: 1000;
  }
  .home-page-hero .dot-pager span {
    display: inline-block;
    color: rgb(255, 255, 255);
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin: 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    font-size: 20px;
  }
  .home-page-hero .dot-pager span.cycle-pager-active {
    background-color: rgb(133, 191, 63);
    color: rgb(133, 191, 63);
  }
  .home-page-hero .slideshow-next-prev {
    display: none;
  }
}
@media (min-width: 992px) {
  .home-page-hero .slide img {
    object-fit: cover;
  }
  .home-page-hero .cycle-pager .pager-block {
    padding-left: 10%;
  }
  .home-page-hero .cycle-pager .pager-block .pager-block-max {
    float: right;
    width: 100%;
    max-width: 470px;
  }
  .home-page-hero .cycle-pager .pager-block.cycle-pager-active .pager-block-max {
    width: calc(100% + 12px);
    max-width: 482px;
  }
}
@media (min-width: 1200px) {
  .home-page-hero .slide img {
    width: 100%;
  }
}

.produce-categories .wrapper {
  padding: 0 1.5em;
}
.produce-categories .wrapper h3 {
  margin-bottom: 36px;
}
@media (min-width: 767px) {
  .produce-categories .wrapper {
    padding: 0 1em;
  }
}
@media (min-width: 992px) {
  .produce-categories h3 {
    margin-left: 17px;
  }
}

.product-carousel {
  position: relative;
}
.product-carousel .produce-item {
  width: 185px;
  height: 240px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  margin: 12px 24px;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease;
}
.product-carousel .produce-item a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding: 36px 36px 0 36px;
}
.product-carousel .produce-item a img {
  width: 90px;
  margin: 0px auto 36px auto;
}
.product-carousel .produce-item a p {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  color: rgb(107, 107, 107);
  font-size: 24px;
  line-height: 28px;
}
.wf-active .product-carousel .produce-item a p {
  opacity: 1;
}
.wf-inactive .product-carousel .produce-item a p {
  opacity: 1;
}
.product-carousel .produce-item:hover {
  transform: scale(1.05);
}

.home-large-image-block {
  margin: 48px 0 48px 0;
  padding-bottom: 380px;
}
.home-large-image-block .home-block {
  box-sizing: border-box;
  padding: 36px 1.5em;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgb(133, 191, 63);
}
.home-large-image-block .home-block h1 {
  color: rgb(255, 255, 255);
  font-size: 34px;
}
.home-large-image-block .home-block a.green-button {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  border: 1px solid rgb(255, 255, 255);
  padding: 8px 16px;
}
.wf-active .home-large-image-block .home-block a.green-button {
  opacity: 1;
}
.wf-inactive .home-large-image-block .home-block a.green-button {
  opacity: 1;
}
.home-large-image-block .home-block a.green-button:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(133, 191, 63) !important;
}
@media (min-width: 767px) {
  .home-large-image-block {
    margin-top: -65px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: unset;
    height: 650px;
  }
  .home-large-image-block .wrapper {
    position: relative;
  }
  .home-large-image-block .home-block {
    position: absolute;
    top: 120px;
    left: 32px;
    width: 50%;
    max-width: 550px;
  }
}

.from-ccp-to-you {
  padding: 0 0 24px 0;
}
.from-ccp-to-you .wrapper {
  padding: 0 1.5em;
}
.from-ccp-to-you .wrapper h3 {
  color: rgb(133, 191, 63);
  margin-bottom: 48px;
}
.from-ccp-to-you .wrapper .from-ccp-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 36px;
}
.from-ccp-to-you .wrapper .from-ccp-items a.circle-button {
  margin-bottom: 48px;
}
.from-ccp-to-you .wrapper .from-ccp-items a.circle-button h4 {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  margin-top: 36px;
  color: rgb(107, 107, 107);
}
.wf-active .from-ccp-to-you .wrapper .from-ccp-items a.circle-button h4 {
  opacity: 1;
}
.wf-inactive .from-ccp-to-you .wrapper .from-ccp-items a.circle-button h4 {
  opacity: 1;
}
@media (min-width: 767px) {
  .from-ccp-to-you {
    padding-bottom: 120px;
  }
  .from-ccp-to-you .wrapper {
    padding: 0 1em;
    text-align: center;
  }
  .from-ccp-to-you .wrapper h3 {
    margin-bottom: 90px;
  }
  .from-ccp-to-you .wrapper .from-ccp-items {
    padding: 0 90px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 36px;
  }
}
@media (min-width: 992px) {
  .from-ccp-to-you .wrapper .from-ccp-items {
    column-gap: 120px;
  }
}

.interior-page-hero {
  padding: 36px 0 0 0;
  position: relative;
}
.interior-page-hero .header-block {
  text-align: center;
}
.interior-page-hero .header-block h2 {
  color: rgb(107, 107, 107);
  font-size: 20px;
  margin: 0 0 0 0;
}
@media (min-width: 767px) {
  .interior-page-hero {
    padding: 80px 0 0 0;
  }
  .interior-page-hero .header-block h2 {
    font-size: 24px;
  }
}
.interior-page-hero.hero-image-present {
  background-repeat: no-repeat;
}
.interior-page-hero.hero-image-present .header-block {
  box-sizing: border-box;
  margin: 290px 1.5em 0 1.5em;
  padding: 32px;
  background-color: rgb(255, 255, 255);
  text-align: left;
  box-shadow: 0 0 20px 0 #dadada;
  transition: all 0.3s ease;
}
.interior-page-hero.hero-image-present .header-block:before {
  box-shadow: 0px 0px 12px 0px #dadada;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.interior-page-hero.hero-image-present .step-block {
  box-sizing: border-box;
  margin: 290px 1.5em 0 1.5em;
  padding: 32px;
  background-color: rgb(255, 255, 255);
  text-align: left;
  box-shadow: 0 0 20px 0 #dadada;
  transition: all 0.3s ease;
}
.interior-page-hero.hero-image-present .step-block h2 {
  margin-top: 0;
}
.interior-page-hero.hero-image-present .step-block:last-of-type {
  margin-top: 24px;
  margin-bottom: 60px;
}
@media (min-width: 767px) {
  .interior-page-hero.hero-image-present {
    padding: 0;
    height: 580px;
    background-size: cover;
  }
  .interior-page-hero.hero-image-present .header-block {
    margin: unset;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    max-width: 400px;
  }
  .interior-page-hero.hero-image-present .header-block.center-block {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .interior-page-hero.hero-image-present .header-block.right {
    left: unset;
    right: 20px;
  }
  .interior-page-hero.hero-image-present .step-blocks {
    padding: 260px 32px 0 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
  }
  .interior-page-hero.hero-image-present .step-blocks .step-block {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .interior-page-hero.hero-image-present .header-block {
    max-width: 560px;
  }
  .interior-page-hero.hero-image-present .step-blocks {
    margin: 0 auto;
    column-gap: 48px;
    max-width: 1200px;
  }
}

.internal-page-hero {
  background-repeat: no-repeat;
  background-size: cover;
  height: 135px;
}

footer {
  background-color: #efefef;
  border-top: 6px solid rgb(133, 191, 63);
  padding: 2em 0 3.5em 0;
  text-align: center;
  font-size: 0.75em;
  position: relative;
}
@media (min-width: 767px) {
  footer {
    padding-top: 0;
  }
}
footer .wrapper {
  padding: 0 32px;
  min-height: 250px;
}
@media (min-width: 767px) {
  footer .wrapper {
    position: relative;
    min-height: 550px;
  }
}
@media (min-width: 992px) {
  footer .wrapper {
    min-height: 300px;
  }
}
footer .footer-logo {
  height: 121px;
  width: 124px;
  position: absolute;
  top: 0px;
  left: 32px;
  background-image: url(/images/site-images/CapitalCityProduce_logo_rev.svg);
  background-repeat: no-repeat;
  background-size: 94px auto;
  background-position: center center;
  background-color: rgb(133, 191, 63);
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}
@media (min-width: 767px) {
  footer .footer-logo {
    height: 154px;
    background-position-y: 58px;
  }
}
footer .affiliations {
  height: 45px;
  width: 75px;
  position: absolute;
  top: 30px;
  right: 20px;
}
footer .affiliations img {
  width: 65px;
}
@media (min-width: 767px) {
  footer .affiliations {
    height: 58px;
    width: 120px;
    top: 190px;
    right: unset;
    left: 36px;
  }
  footer .affiliations img {
    width: 120px;
  }
}
footer nav.footer-tablet-desktop {
  display: none;
}
@media (min-width: 767px) {
  footer nav.footer-tablet-desktop {
    display: block;
    position: absolute;
    top: 36px;
    left: 210px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  footer nav.footer-tablet-desktop {
    left: 18%;
  }
}
footer nav.produce-pro-footer-tablet-desktop {
  display: none;
}
@media (min-width: 767px) {
  footer nav.produce-pro-footer-tablet-desktop {
    width: 270px;
    display: block;
    position: absolute;
    top: 36px;
    left: 450px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  footer nav.produce-pro-footer-tablet-desktop {
    width: 235px;
    left: 32%;
  }
}
footer nav.footer-mobile {
  position: absolute;
  top: 160px;
  left: 32px;
  right: 32px;
}
footer nav.footer-mobile ul {
  padding: 0;
  margin: 0;
}
footer nav.footer-mobile ul li {
  list-style-type: none;
  border-top: 1px solid rgb(107, 107, 107);
  line-height: 50px;
  padding-left: 16px;
  text-align: left;
  cursor: pointer;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  color: rgb(133, 191, 63);
  font-size: 17px;
  letter-spacing: 1.67px;
  text-transform: uppercase;
}
.wf-active footer nav.footer-mobile ul li {
  opacity: 1;
}
.wf-inactive footer nav.footer-mobile ul li {
  opacity: 1;
}
footer nav.footer-mobile ul li i {
  font-size: 10px;
}
footer nav.footer-mobile ul li:last-of-type {
  border-bottom: 1px solid rgb(107, 107, 107);
}
@media (min-width: 767px) {
  footer nav.footer-mobile {
    display: none;
  }
}
footer .customer-contact-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
footer .customer-contact-container h4, footer .customer-contact-container p {
  display: none;
}
footer .customer-contact-container a.green-button, footer .customer-contact-container a.brick-button {
  margin: 0 0.5em;
  box-shadow: 0px 0px 2px 1px rgb(107, 107, 107);
}
@media (min-width: 767px) {
  footer .customer-contact-container {
    position: absolute;
    bottom: unset;
    top: 320px;
    left: 210px;
    right: unset;
    text-align: left;
    width: 200px;
  }
  footer .customer-contact-container h4, footer .customer-contact-container p {
    display: block;
  }
  footer .customer-contact-container h4 {
    margin-bottom: 24px;
  }
  footer .customer-contact-container p {
    font-size: 16px;
    color: #909090 !important;
  }
  footer .customer-contact-container a.green-button, footer .customer-contact-container a.brick-button {
    margin: 0 0 12px 0;
    width: 150px;
    box-shadow: unset;
  }
}
@media (min-width: 992px) {
  footer .customer-contact-container {
    top: 36px;
    left: 58%;
  }
}
@media screen and (max-width: 320px) {
  footer .customer-contact-container a {
    font-size: 13px;
  }
}
footer .footer-subscribe {
  position: absolute;
  top: 275px;
  left: 48px;
  right: 32px;
  text-align: left;
  line-height: 1.5;
}
@media (min-width: 767px) {
  footer .footer-subscribe {
    top: 320px;
    left: 450px;
    right: unset;
    width: 200px;
  }
}
@media (min-width: 992px) {
  footer .footer-subscribe {
    top: 36px;
    left: 80%;
  }
}
footer .social-media {
  position: absolute;
  top: 70px;
  right: 26px;
}
footer .social-media ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .social-media ul li {
  display: inline-block;
  margin: 0 2px;
  position: relative;
  z-index: 1;
}
footer .social-media ul li:hover {
  color: color(w);
}
footer .social-media ul li *:before {
  position: absolute;
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  font-size: 24px;
  line-height: 24px;
  color: rgb(133, 191, 63);
}
footer .social-media ul li.facebook:before {
  position: absolute;
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "\f082";
  font-size: 24px;
  line-height: 24px;
  color: rgb(133, 191, 63);
}
footer .social-media ul li.instagram:before {
  position: absolute;
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "\f16d";
  font-size: 24px;
  line-height: 24px;
  color: rgb(133, 191, 63);
}
footer .social-media ul li.twitter:before {
  position: absolute;
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "\f081";
  font-size: 24px;
  line-height: 24px;
  color: rgb(133, 191, 63);
}
footer .social-media ul li.linked-in:before {
  position: absolute;
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "\f08c";
  font-size: 24px;
  line-height: 24px;
  color: rgb(133, 191, 63);
}
footer .social-media ul li a {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  display: block;
  width: 24px;
  height: 24px;
}
@media (min-width: 767px) {
  footer .social-media {
    text-align: left;
    width: 200px;
    top: 480px;
    left: 450px;
    right: unset;
  }
}
@media (min-width: 992px) {
  footer .social-media {
    text-align: left;
    width: 200px;
    top: 200px;
    left: 80%;
    right: unset;
  }
}

@media (min-width: 767px) {
  .video-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4em;
  }
}
@media (min-width: 992px) {
  .video-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.video-block {
  margin: 14px 0 1.3em 0;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.video-block.hiding {
  opacity: 0;
}
.video-block.hidden {
  display: none;
}
.video-block p.episode-season {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  color: rgb(133, 191, 63);
}
.wf-active .video-block p.episode-season {
  opacity: 1;
}
.wf-inactive .video-block p.episode-season {
  opacity: 1;
}
.video-block h2 {
  color: rgb(107, 107, 107);
  margin: 6px 0;
  font-size: 28px;
  font-weight: 600;
}
.video-block p.rest-location {
  font-size: 18px;
  font-weight: 500;
}
.video-block h3 {
  font-size: 18px;
  cursor: pointer;
}
.video-block h3 span {
  float: right;
  transition: transform 0.3s ease;
}
.video-block h3.active span {
  transform: rotate(90deg);
}
.video-block .restaurant-blurb {
  margin: 4px 0 16px 0;
  padding: 0 0 10px 0;
  border-top: 1px solid rgb(107, 107, 107);
  border-bottom: 1px solid rgb(107, 107, 107);
}
.video-block .restaurant-blurb div[id^=rest-info-] {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.video-block .rest-website {
  color: rgb(107, 107, 107);
  text-decoration: underline;
  font-weight: 500;
}

.interior-hero {
  padding: 0 1em;
}

.breadcrumb-container {
  height: 64px;
  background-color: rgb(67, 89, 68);
}
.breadcrumb-container .breadcrumbs {
  padding: 0 1.5em;
}
.breadcrumb-container .breadcrumbs, .breadcrumb-container .breadcrumbs a {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 64px;
}
.wf-active .breadcrumb-container .breadcrumbs, .wf-active .breadcrumb-container .breadcrumbs a {
  opacity: 1;
}
.wf-inactive .breadcrumb-container .breadcrumbs, .wf-inactive .breadcrumb-container .breadcrumbs a {
  opacity: 1;
}

.video {
  margin: 1.5em 0;
}

.alert-banner {
  background-color: rgb(184, 91, 4);
  color: rgb(255, 255, 255);
  text-align: center;
  height: 30px;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
}
.wf-active .alert-banner {
  opacity: 1;
}
.wf-inactive .alert-banner {
  opacity: 1;
}
.alert-banner a {
  color: #fee6d0;
  text-decoration: underline;
}
.alert-banner a:hover {
  color: rgb(255, 255, 255);
}
@media (min-width: 767px) {
  .alert-banner {
    height: 50px;
  }
  .alert-banner a {
    font-size: 20px;
    line-height: 50px;
  }
}

.green-button {
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  padding: 1.125em 1.4em;
  color: rgb(255, 255, 255);
  background-color: rgb(133, 191, 63);
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.wf-active .green-button {
  opacity: 1;
}
.wf-inactive .green-button {
  opacity: 1;
}
.green-button:link, .green-button:visited {
  color: rgb(255, 255, 255);
}
.green-button:hover, .green-button:active, .green-button:visited:hover {
  background-color: #71a236;
  color: rgb(255, 255, 255) !important;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.green-button.small {
  font-size: 0.85em;
}

.green-button-rev {
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  padding: 1.125em 1.4em;
  color: rgb(133, 191, 63);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(133, 191, 63);
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.wf-active .green-button-rev {
  opacity: 1;
}
.wf-inactive .green-button-rev {
  opacity: 1;
}
.green-button-rev:link, .green-button-rev:visited {
  color: rgb(133, 191, 63);
}
.green-button-rev:hover, .green-button-rev:active, .green-button-rev:visited:hover {
  background-color: rgb(133, 191, 63);
  color: rgb(255, 255, 255) !important;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.green-button-rev.small {
  font-size: 0.85em;
}

.brick-button {
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  padding: 1.125em 1.4em;
  color: rgb(255, 255, 255);
  background-color: rgb(184, 91, 4);
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.wf-active .brick-button {
  opacity: 1;
}
.wf-inactive .brick-button {
  opacity: 1;
}
.brick-button:link, .brick-button:visited {
  color: rgb(255, 255, 255);
}
.brick-button:hover, .brick-button:active, .brick-button:visited:hover {
  background-color: #9c4d03;
  color: rgb(255, 255, 255) !important;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.brick-button.small {
  font-size: 0.85em;
}

.subscribe-button {
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  padding: 15px 36px;
  color: rgb(133, 191, 63);
  background-color: transparent;
  border-radius: 500px;
  border: 1px solid rgb(133, 191, 63);
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.wf-active .subscribe-button {
  opacity: 1;
}
.wf-inactive .subscribe-button {
  opacity: 1;
}
.subscribe-button:link, .subscribe-button:visited {
  color: rgb(133, 191, 63);
}
.subscribe-button:hover, .subscribe-button:active, .subscribe-button:visited:hover {
  background-color: rgb(133, 191, 63);
  color: rgb(255, 255, 255) !important;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.subscribe-button.small {
  font-size: 0.85em;
}

.submit-button {
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  padding: 15px 36px;
  margin-top: 24px;
  color: rgb(255, 255, 255);
  background-color: transparent;
  border-radius: 500px;
  border: 1px solid rgb(255, 255, 255);
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.wf-active .submit-button {
  opacity: 1;
}
.wf-inactive .submit-button {
  opacity: 1;
}
.submit-button:link, .submit-button:visited {
  color: rgb(133, 191, 63);
}
.submit-button:hover, .submit-button:active, .submit-button:visited:hover {
  background-color: rgb(133, 191, 63);
  color: rgb(255, 255, 255) !important;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.submit-button.small {
  font-size: 0.85em;
}

.gray-button {
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  padding: 1.125em 1.4em;
  color: rgb(107, 107, 107);
  background-color: #efefef;
  text-align: center;
  outline: none;
  text-decoration: none;
  border: 1px solid rgb(107, 107, 107);
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.wf-active .gray-button {
  opacity: 1;
}
.wf-inactive .gray-button {
  opacity: 1;
}
.gray-button:link, .gray-button:visited {
  color: rgb(107, 107, 107);
}
.gray-button:hover, .gray-button:active, .gray-button:visited:hover {
  background-color: #909090;
  color: rgb(255, 255, 255) !important;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.gray-button.small {
  font-size: 0.85em;
}

.green-bar-button {
  font-size: 13px;
  cursor: pointer;
  display: inline-block;
  padding: 1em 1.4em;
  color: #efefef;
  background-color: rgb(67, 89, 68);
  text-align: center;
  outline: none;
  text-decoration: none;
  border: 1px solid rgb(133, 191, 63);
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.wf-active .green-bar-button {
  opacity: 1;
}
.wf-inactive .green-bar-button {
  opacity: 1;
}
.green-bar-button:link, .green-bar-button:visited {
  color: #efefef;
}
.green-bar-button:hover, .green-bar-button:active, .green-bar-button:visited:hover, .green-bar-button.current {
  background-color: rgb(133, 191, 63);
  color: rgb(255, 255, 255) !important;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.green-bar-button.small {
  font-size: 0.85em;
}

.transparent-button {
  font-size: 13px;
  cursor: pointer;
  display: inline-block;
  padding: 1em 1.4em;
  color: rgb(255, 255, 255);
  background-color: transparent;
  text-align: center;
  outline: none;
  text-decoration: none;
  border: 1px solid rgb(255, 255, 255);
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.wf-active .transparent-button {
  opacity: 1;
}
.wf-inactive .transparent-button {
  opacity: 1;
}
.transparent-button:link, .transparent-button:visited {
  color: rgb(255, 255, 255);
}
.transparent-button:hover, .transparent-button:active, .transparent-button:visited:hover {
  background-color: rgb(255, 255, 255);
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.transparent-button.small {
  font-size: 0.85em;
}

a.circle-button {
  display: block;
  text-align: center;
}
a.circle-button .image-block {
  margin: 0;
  padding: 0;
  position: relative;
}
a.circle-button .image-block .ring {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid rgb(133, 191, 63);
  position: absolute;
  top: 4px;
  left: 4px;
  transition: all 0.3s ease;
}
a.circle-button .image-block img {
  width: 100%;
  border-radius: 50%;
  display: block;
  box-shadow: 1px 2px 4px 2px #dadada;
}
a.circle-button:hover .ring {
  top: -2px;
  left: -2px;
}
a.circle-button:hover h3 {
  color: rgb(133, 191, 63);
  transition: all 0.3s ease;
}

div.circle-button {
  text-align: center;
}
div.circle-button .image-block {
  margin: 0;
  padding: 0;
  position: relative;
}
div.circle-button .image-block .ring {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid rgb(133, 191, 63);
  position: absolute;
  top: 4px;
  left: 4px;
  transition: all 0.3s ease;
}
div.circle-button .image-block img {
  width: 100%;
  border-radius: 50%;
  display: block;
  box-shadow: 1px 2px 4px 2px #dadada;
}

main.interior-page .main-content {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
main.interior-page .main-content h3 {
  color: rgb(133, 191, 63);
  margin-top: 0;
}
main.interior-page .main-content form {
  margin-top: 48px;
}
main.interior-page .main-content form input[type=submit] {
  font-size: 15px;
}
main.interior-page .right-column {
  margin-bottom: 48px;
}
@media (min-width: 767px) {
  main.interior-page .main-content {
    border-right: 1px solid #efefef;
    padding-right: 36px;
  }
  main.interior-page .right-column {
    text-align: left;
    margin-top: 54px;
    padding-left: 36px;
  }
  main.interior-page .right-column a.green-button {
    margin-bottom: 12px;
    display: block;
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  main.interior-page .main-content {
    padding-right: 64px;
  }
  main.interior-page .main-content.full-column {
    padding-right: unset;
  }
  main.interior-page .right-column {
    padding-left: 64px;
  }
}

.green-button-bar {
  background-color: rgb(67, 89, 68);
  margin-top: 24px;
  padding: 1em 1.5em;
}
.green-button-bar .green-bar-button {
  box-sizing: border-box;
  margin: 0.75em 0;
  width: 100%;
}
@media (min-width: 767px) {
  .green-button-bar {
    margin-top: 0;
    text-align: center;
  }
  .green-button-bar .green-bar-button {
    width: unset;
    padding: 0.5em 1.25em;
    margin: 0.25em 0.25em;
  }
}

.image-block-container .wrapper {
  margin: 0 1.5em;
}
.image-block-container .image-block {
  margin-bottom: 36px;
}
.image-block-container .image-block .image-container {
  max-height: 425px;
  height: 100%;
  overflow: hidden;
}
.image-block-container .image-block .image-container img {
  width: 100%;
  display: block;
}
.image-block-container .image-block .image-block-text {
  box-sizing: border-box;
  padding: 50px;
  color: rgb(255, 255, 255);
}
.image-block-container .image-block .image-block-text h3 {
  color: rgb(255, 255, 255);
  margin-bottom: 0.5em;
  margin-top: 0;
}
.image-block-container .image-block .image-block-text p {
  line-height: 24px;
}
.image-block-container .image-block .image-block-text p strong {
  color: rgb(255, 255, 255);
}
.image-block-container .image-block .image-block-text a {
  color: rgb(255, 255, 255);
}
.image-block-container .image-block .image-block-text .image-block-button-box {
  margin-top: 36px;
}
.image-block-container .image-block .image-block-text a.transparent-button {
  margin-right: 12px;
  margin-top: 12px;
}
.image-block-container .image-block .image-block-text figure.image img {
  width: 100%;
}
.image-block-container .image-block.blue {
  background-color: rgb(46, 64, 96);
}
.image-block-container .image-block.blue a.transparent-button:hover {
  color: rgb(46, 64, 96);
}
.image-block-container .image-block.red {
  background-color: rgb(157, 54, 54);
}
.image-block-container .image-block.red a.transparent-button:hover {
  color: rgb(157, 54, 54);
}
.image-block-container .image-block.pink {
  background-color: rgb(193, 94, 117);
}
.image-block-container .image-block.pink a.transparent-button:hover {
  color: rgb(193, 94, 117);
}
.image-block-container .image-block.orange {
  background-color: rgb(230, 139, 85);
}
.image-block-container .image-block.orange a.transparent-button:hover {
  color: rgb(230, 139, 85);
}
.image-block-container .image-block.darkest-green {
  background-color: rgb(64, 83, 33);
}
.image-block-container .image-block.darkest-green a.transparent-button:hover {
  color: rgb(64, 83, 33);
}
.image-block-container .image-block.light-purple {
  background-color: rgb(116, 71, 142);
}
.image-block-container .image-block.light-purple a.transparent-button:hover {
  color: rgb(116, 71, 142);
}
.image-block-container .image-block.green {
  background-color: rgb(133, 191, 63);
}
.image-block-container .image-block.green a.transparent-button:hover {
  color: rgb(133, 191, 63);
}
.image-block-container .image-block.gold {
  background-color: rgb(222, 166, 9);
}
.image-block-container .image-block.gold a.transparent-button:hover {
  color: rgb(222, 166, 9);
}
.image-block-container .image-block.purple {
  background-color: rgb(101, 50, 92);
}
.image-block-container .image-block.purple a.transparent-button:hover {
  color: rgb(101, 50, 92);
}
.image-block-container .image-block.dark-green {
  background-color: #71a236;
}
.image-block-container .image-block.dark-green a.transparent-button:hover {
  color: #71a236;
}
@media (min-width: 992px) {
  .image-block-container .wrapper {
    margin: 0 auto;
  }
  .image-block-container .image-block {
    margin-left: 1.5em;
    margin-right: 1.5em;
    margin-bottom: 48px;
    min-height: 380px;
    overflow: auto;
    display: table;
    width: 100%;
  }
  .image-block-container .image-block .image-container {
    display: table-cell;
    vertical-align: top;
    max-height: unset;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .image-block-container .image-block .image-container img {
    display: none;
  }
  .image-block-container .image-block-text {
    display: table-cell;
    vertical-align: middle;
    padding: 48px;
    width: 50%;
  }
}

.circle-link-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24px;
}
.circle-link-container .circle-button {
  margin-bottom: 24px;
}
.circle-link-container .circle-button .image-block {
  margin: 0 0 16px 0;
}
.circle-link-container .circle-button h3 {
  font-size: 16px;
  color: rgb(107, 107, 107) !important;
}
@media (min-width: 580px) {
  .circle-link-container {
    column-gap: 36px;
  }
  .circle-link-container .circle-button {
    margin-bottom: 36px;
  }
  .circle-link-container .circle-button h3 {
    font-size: 20px;
  }
}

main.local-farm-listing .main-content h2, main.local-farm-listing .main-content h3 {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 36px;
}
main.local-farm-listing .main-content .farm-list {
  padding-bottom: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 36px;
}
main.local-farm-listing .main-content .farm-list .farm-listing {
  margin-top: 12px;
}
main.local-farm-listing .main-content .farm-list .farm-listing a.circle-button {
  margin-bottom: 48px;
}
main.local-farm-listing .main-content .farm-list .farm-listing h3 {
  margin: 24px 0 0 0;
  font-size: 18px;
  letter-spacing: 1.2px;
  color: rgb(133, 191, 63);
}
main.local-farm-listing .main-content .farm-list .farm-listing h4 {
  margin: 0;
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #909090;
}
.wf-active main.local-farm-listing .main-content .farm-list .farm-listing h4 {
  opacity: 1;
}
.wf-inactive main.local-farm-listing .main-content .farm-list .farm-listing h4 {
  opacity: 1;
}
@media (min-width: 580px) {
  main.local-farm-listing .main-content .farm-list {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 48px;
  }
  main.local-farm-listing .main-content .farm-list .farm-listing h3 {
    font-size: 24px;
  }
  main.local-farm-listing .main-content .farm-list .farm-listing h4 {
    font-size: 12px;
  }
}
@media (min-width: 767px) {
  main.local-farm-listing .main-content .farm-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 60px;
  }
}
@media (min-width: 992px) {
  main.local-farm-listing .main-content .farm-list {
    column-gap: 90px;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.local-farm-detail .main-content {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.local-farm-detail .right-column {
  text-align: center;
  margin-bottom: 48px !important;
}
@media (min-width: 767px) {
  .local-farm-detail .main-content {
    border-right: 1px solid #efefef;
    padding-right: 36px !important;
  }
  .local-farm-detail .right-column {
    text-align: left;
    margin-top: 54px;
    padding-left: 36px !important;
  }
}
@media (min-width: 992px) {
  .local-farm-detail .main-content {
    padding-right: 64px !important;
  }
  .local-farm-detail .right-column {
    padding-left: 64px !important;
  }
}

main.service-area-page .main-content {
  padding-bottom: 36px;
}
main.service-area-page .main-content h2, main.service-area-page .main-content h3 {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 36px;
}
main.service-area-page .main-content .contact-three-column {
  transition: all 0.3s ease;
  border-bottom: none;
  padding: 0;
}
main.service-area-page .main-content .contact-three-column h4 {
  margin-bottom: 16px;
}
main.service-area-page .main-content div {
  margin-bottom: 0;
}
@media (min-width: 767px) {
  main.service-area-page .service-area-block {
    margin-bottom: 32px !important;
  }
  main.service-area-page .service-area-block .contact-three-column {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  main.service-area-page .service-area-block {
    width: 50%;
    float: left;
  }
  main.service-area-page .service-area-block .contact-three-column {
    width: 100%;
    margin: 0;
  }
}

.service-area-cta {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 24px 0;
}
.service-area-cta h3 {
  text-align: center;
  margin: 0;
  padding: 0 24px;
  color: rgb(255, 255, 255);
  text-shadow: 0px 0px 3px rgb(107, 107, 107);
}
.service-area-cta .service-area-cta-buttons {
  text-align: center;
  width: 100%;
  margin: 24px auto 0px auto;
}
.service-area-cta .service-area-cta-buttons a {
  margin: 12px 0 0 0;
  box-shadow: 0px 0px 4px rgb(107, 107, 107);
}
@media (min-width: 767px) {
  .service-area-cta {
    padding: 90px 0;
  }
  .service-area-cta .service-area-cta-text-block {
    max-width: 700px;
    margin: 0 auto;
  }
  .service-area-cta .service-area-cta-buttons a {
    margin: 0px 12px 0 12px;
  }
}

main.career-listing, main.career-detail {
  padding-bottom: 3em;
}
main.career-listing .header-block, main.career-detail .header-block {
  text-align: center !important;
}
main.career-listing .header-block h3, main.career-detail .header-block h3 {
  color: rgb(133, 191, 63);
  margin-bottom: 36px;
}
main.career-listing .left-column, main.career-detail .left-column {
  padding-top: 48px;
}
main.career-listing .left-column h2, main.career-detail .left-column h2 {
  margin-top: 0;
}
main.career-listing .left-column a.gray-link, main.career-detail .left-column a.gray-link {
  display: block;
}
main.career-listing .left-column a.green-button, main.career-detail .left-column a.green-button {
  margin: 48px 0 12px;
}
main.career-listing .main-content h1, main.career-detail .main-content h1 {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  margin-top: 0;
  text-decoration: none;
  text-transform: unset;
  letter-spacing: unset;
  font-size: 36px;
  line-height: 36px;
}
.wf-active main.career-listing .main-content h1, .wf-active main.career-detail .main-content h1 {
  opacity: 1;
}
.wf-inactive main.career-listing .main-content h1, .wf-inactive main.career-detail .main-content h1 {
  opacity: 1;
}
main.career-listing .job-block, main.career-detail .job-block {
  background-color: #efefef;
  margin-top: 48px;
  padding: 48px 0;
}
main.career-listing .job-block .job-listing, main.career-detail .job-block .job-listing {
  padding: 0 1.5em;
}
@media (min-width: 767px) {
  main.career-listing .left-column, main.career-detail .left-column {
    padding-top: 64px;
  }
  main.career-listing .main-content, main.career-detail .main-content {
    padding-top: 64px;
  }
}

main.news-markets-page {
  padding-bottom: 48px;
}
main.news-markets-page .main-content {
  margin-top: 36px;
}
main.news-markets-page h1, main.news-markets-page h2 {
  margin-bottom: 20px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  color: rgb(107, 107, 107);
  text-transform: none;
  font-size: 24px;
  letter-spacing: unset;
  text-decoration: none;
}
.wf-active main.news-markets-page h1, .wf-active main.news-markets-page h2 {
  opacity: 1;
}
.wf-inactive main.news-markets-page h1, .wf-inactive main.news-markets-page h2 {
  opacity: 1;
}
main.news-markets-page .intro-text {
  font-size: 12px;
  line-height: 20px;
}
main.news-markets-page a.gray-button {
  background-color: rgb(255, 255, 255);
  font-size: 13px;
  padding: 8px 12px;
}
main.news-markets-page .advisory-alert {
  overflow: auto;
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #dadada;
}
main.news-markets-page .advisory-alert .advisory-icon {
  float: left;
  color: rgb(184, 91, 4);
  font-size: 48px;
  margin-right: 12px;
  overflow: auto;
}
main.news-markets-page .advisory-alert .advisory-headline {
  float: left;
  width: calc(100% - 60px);
}
main.news-markets-page .advisory-alert .advisory-headline h3 {
  margin: 0;
  color: rgb(184, 91, 4);
}
main.news-markets-page .advisory-alert .advisory-headline h3 a {
  color: rgb(184, 91, 4);
}
main.news-markets-page .advisory-alert .advisory-headline h3 a:hover {
  color: rgb(184, 91, 4);
}
main.news-markets-page .main-content h3 {
  font-size: 16px;
  margin-bottom: 24px;
}
main.news-markets-page .main-content .source-highlights {
  padding: 36px;
  box-shadow: 0px 0px 10px 0px #dadada;
}
main.news-markets-page .main-content .source-highlights h4 {
  color: rgb(133, 191, 63);
  margin: 0 0 24px 0;
  font-size: 16px;
}
main.news-markets-page .main-content .source-highlights p {
  font-size: 12px;
  line-height: 20px;
}
main.news-markets-page .main-content .source-highlights a.green-button {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 15px;
  padding: 6px 12px;
}
.wf-active main.news-markets-page .main-content .source-highlights a.green-button {
  opacity: 1;
}
.wf-inactive main.news-markets-page .main-content .source-highlights a.green-button {
  opacity: 1;
}
main.news-markets-page .main-content .source-highlights .peek-at-peak {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #dadada;
}
main.news-markets-page .main-content .source-links {
  margin: 16px 0 36px 0;
}
main.news-markets-page .main-content .source-links a.green-button-rev {
  padding: 6px 0;
  margin-bottom: 12px;
  width: 100%;
}
main.news-markets-page .main-content .source-links a.green-button-rev span {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  color: rgb(107, 107, 107);
  font-size: 12px;
}
.wf-active main.news-markets-page .main-content .source-links a.green-button-rev span {
  opacity: 1;
}
.wf-inactive main.news-markets-page .main-content .source-links a.green-button-rev span {
  opacity: 1;
}
main.news-markets-page .main-content .source-links a.green-button-rev:hover span {
  color: rgb(255, 255, 255);
}
@media (min-width: 767px) {
  main.news-markets-page .intro-text {
    max-width: 400px;
  }
  main.news-markets-page .main-content .source-highlights {
    display: grid;
    grid-template-columns: 2fr 3fr;
    column-gap: 24px;
  }
  main.news-markets-page .main-content .source-highlights .peek-at-peak {
    margin-bottom: 0;
    padding-bottom: unset;
    border-bottom: none;
    border-right: 1px solid #dadada;
  }
  main.news-markets-page .main-content .source-links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 24px;
  }
}

main.news-detail .left-column {
  padding-top: 48px;
}
main.news-detail .main-content {
  padding-top: 48px;
  padding-bottom: 60px;
}
main.news-detail .main-content h1 {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  margin-top: 0;
  text-decoration: none;
  text-transform: unset;
  letter-spacing: unset;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 36px;
}
.wf-active main.news-detail .main-content h1 {
  opacity: 1;
}
.wf-inactive main.news-detail .main-content h1 {
  opacity: 1;
}
main.news-detail .main-content h5 {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 24px;
  letter-spacing: 2px;
}
.wf-active main.news-detail .main-content h5 {
  opacity: 1;
}
.wf-inactive main.news-detail .main-content h5 {
  opacity: 1;
}
main.news-detail .main-content .call-out p {
  color: rgb(133, 191, 63);
  margin-left: 75px;
  font-size: 24px;
  line-height: 34px;
}

.news-listing {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #dadada;
}
.news-listing h3 {
  font-size: 18px;
}
.news-listing:last-of-type {
  border-bottom: none;
}

main.customer-center-page .left-column h3, main.customer-center-page .right-column h3 {
  font-size: 24px;
  padding: 0 36px;
}
main.customer-center-page .left-column p, main.customer-center-page .left-column h4, main.customer-center-page .left-column ul, main.customer-center-page .right-column p, main.customer-center-page .right-column h4, main.customer-center-page .right-column ul {
  padding: 0 36px;
}
main.customer-center-page .gray-box {
  padding: 24px 36px;
  background-color: #efefef;
}
main.customer-center-page .gray-box h2 {
  color: rgb(107, 107, 107);
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 24px;
}
main.customer-center-page .gray-box p, main.customer-center-page .gray-box h4, main.customer-center-page .gray-box ul {
  padding: 0;
}

.contact-three-column {
  padding: 24px 0;
  border-bottom: 1px solid #dadada;
}
.contact-three-column:last-of-type {
  border-bottom: none;
}
.contact-three-column:nth-child(3) {
  border-bottom: none;
}
.contact-three-column h2 {
  margin-top: 0;
}
.contact-three-column p {
  margin-bottom: 0;
}
.contact-three-column div {
  margin-bottom: 16px;
}
.contact-three-column a.green-button-rev {
  width: 80%;
  max-width: 260px;
  display: block;
  margin-bottom: 16px;
}
@media (min-width: 580px) {
  .contact-three-column {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 16px;
  }
}
@media (min-width: 767px) {
  .contact-three-column a.green-button-rev {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .contact-three-column {
    column-gap: unset;
  }
  .contact-three-column a.green-button-rev {
    width: 72%;
  }
}

main.login-page .right-column {
  padding: 60px 36px;
  margin-bottom: 36px;
  background-color: rgb(133, 191, 63);
  color: rgb(255, 255, 255);
}
main.login-page .right-column h2 {
  color: rgb(255, 255, 255);
  margin-top: 0;
}
main.login-page .right-column a {
  font-size: 14px;
  color: #edf5e2;
  text-decoration: underline;
}
main.login-page .right-column a:hover {
  color: rgb(255, 255, 255);
}
main.login-page .main-content {
  padding-bottom: 90px;
}
main.login-page .main-content .login-page-block-container {
  margin-bottom: 150px;
  height: 300px;
  position: relative;
  background-color: #edf5e2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
main.login-page .main-content .login-page-block-container .login-page-block {
  box-sizing: border-box;
  position: absolute;
  top: 250px;
  left: 20%;
  right: 20%;
  background-color: rgb(255, 255, 255);
  width: 60%;
  max-width: 300px;
  padding: 36px 24px 24px 24px;
}
main.login-page .main-content .login-page-block-container .login-page-block:before {
  box-shadow: 0px 0px 12px 0px #dadada;
  mix-blend-mode: multiply;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
main.login-page .main-content .login-page-block-container .login-page-block p.login-block-subhead {
  margin: 0;
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  line-height: 16px;
  color: #909090 !important;
}
.wf-active main.login-page .main-content .login-page-block-container .login-page-block p.login-block-subhead {
  opacity: 1;
}
.wf-inactive main.login-page .main-content .login-page-block-container .login-page-block p.login-block-subhead {
  opacity: 1;
}
main.login-page .main-content .login-page-block-container .login-page-block p.login-block-heading {
  margin: 0;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  color: rgb(133, 191, 63);
  font-size: 24px;
}
.wf-active main.login-page .main-content .login-page-block-container .login-page-block p.login-block-heading {
  opacity: 1;
}
.wf-inactive main.login-page .main-content .login-page-block-container .login-page-block p.login-block-heading {
  opacity: 1;
}
@media (min-width: 767px) {
  main.login-page {
    padding-top: 36px;
  }
}
@media (min-width: 992px) {
  main.login-page .right-column {
    height: 616px;
  }
  main.login-page .right-column h2 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  main.login-page .main-content .login-page-block-row-one {
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 16px;
  }
  main.login-page .main-content .login-page-block-row-two {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 16px;
  }
  main.login-page .main-content .login-page-block-container {
    margin-bottom: 16px;
  }
  main.login-page .main-content .login-page-block-container .login-page-block {
    top: unset;
    bottom: 16px;
    left: 16px;
    right: unset;
    max-width: 200px;
  }
}

.login-notice {
  border: 2px solid;
  padding: 1em;
  color: black;
  font-weight: 700;
  background-color: #edf5e2;
  margin-bottom: 1.5em;
  line-height: 1.3;
  font-size: 0.85em;
}
.login-notice a {
  color: #3c561c !important;
}

@-webkit-keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px #71a236;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #71a236;
  }
}
@keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px #71a236;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #71a236;
  }
}
form {
  font-family: acumin-pro, sans-serif;
  font-size: 1em;
  font-weight: 300;
}
form *,
form *::before,
form *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form .group.radio.inline label {
  margin-right: 1.5em;
}

input[type=email],
input[type=date],
input[type=text],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
  -webkit-appearance: none;
  background: rgb(255, 255, 255);
  border: none;
  font-size: 1em;
  min-height: 2em;
  padding: 12px 20px;
  width: calc(100% - 10px);
  color: #909090;
  box-shadow: 0 0 8px 0 #dadada;
}
input[type=email]:focus, input[type=email]:target,
input[type=date]:focus,
input[type=date]:target,
input[type=text]:focus,
input[type=text]:target,
input[type=datetime]:focus,
input[type=datetime]:target,
input[type=datetime-local]:focus,
input[type=datetime-local]:target,
input[type=email]:focus,
input[type=email]:target,
input[type=month]:focus,
input[type=month]:target,
input[type=number]:focus,
input[type=number]:target,
input[type=password]:focus,
input[type=password]:target,
input[type=tel]:focus,
input[type=tel]:target,
input[type=text]:focus,
input[type=text]:target,
input[type=time]:focus,
input[type=time]:target,
input[type=url]:focus,
input[type=url]:target,
input[type=week]:focus,
input[type=week]:target,
textarea:focus,
textarea:target {
  color: rgb(107, 107, 107);
  border: none;
}
.error input[type=email]:focus, div.formError[style*="opacity: 0."] + input[type=email]:focus, div.formError[style*="opacity: 0."] + input[type=email], input[type=email]:focus.error,
.error input[type=date]:focus,
div.formError[style*="opacity: 0."] + input[type=date]:focus,
div.formError[style*="opacity: 0."] + input[type=date],
input[type=date]:focus.error,
.error input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text],
input[type=text]:focus.error,
.error input[type=datetime]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime],
input[type=datetime]:focus.error,
.error input[type=datetime-local]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime-local]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime-local],
input[type=datetime-local]:focus.error,
.error input[type=email]:focus,
div.formError[style*="opacity: 0."] + input[type=email]:focus,
div.formError[style*="opacity: 0."] + input[type=email],
input[type=email]:focus.error,
.error input[type=month]:focus,
div.formError[style*="opacity: 0."] + input[type=month]:focus,
div.formError[style*="opacity: 0."] + input[type=month],
input[type=month]:focus.error,
.error input[type=number]:focus,
div.formError[style*="opacity: 0."] + input[type=number]:focus,
div.formError[style*="opacity: 0."] + input[type=number],
input[type=number]:focus.error,
.error input[type=password]:focus,
div.formError[style*="opacity: 0."] + input[type=password]:focus,
div.formError[style*="opacity: 0."] + input[type=password],
input[type=password]:focus.error,
.error input[type=tel]:focus,
div.formError[style*="opacity: 0."] + input[type=tel]:focus,
div.formError[style*="opacity: 0."] + input[type=tel],
input[type=tel]:focus.error,
.error input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text],
input[type=text]:focus.error,
.error input[type=time]:focus,
div.formError[style*="opacity: 0."] + input[type=time]:focus,
div.formError[style*="opacity: 0."] + input[type=time],
input[type=time]:focus.error,
.error input[type=url]:focus,
div.formError[style*="opacity: 0."] + input[type=url]:focus,
div.formError[style*="opacity: 0."] + input[type=url],
input[type=url]:focus.error,
.error input[type=week]:focus,
div.formError[style*="opacity: 0."] + input[type=week]:focus,
div.formError[style*="opacity: 0."] + input[type=week],
input[type=week]:focus.error,
.error textarea:focus,
div.formError[style*="opacity: 0."] + textarea:focus,
div.formError[style*="opacity: 0."] + textarea,
textarea:focus.error {
  color: #717100;
  background-color: #ffffa4;
}
input[type=email]:focus,
input[type=date]:focus,
input[type=text]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
  outline-color: #567c29;
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
.error input[type=email]:focus, div.formError[style^="opacity: 0."] + input[type=email]:focus, input[type=email]:focus.error,
.error input[type=date]:focus,
div.formError[style^="opacity: 0."] + input[type=date]:focus,
input[type=date]:focus.error,
.error input[type=text]:focus,
div.formError[style^="opacity: 0."] + input[type=text]:focus,
input[type=text]:focus.error,
.error input[type=datetime]:focus,
div.formError[style^="opacity: 0."] + input[type=datetime]:focus,
input[type=datetime]:focus.error,
.error input[type=datetime-local]:focus,
div.formError[style^="opacity: 0."] + input[type=datetime-local]:focus,
input[type=datetime-local]:focus.error,
.error input[type=email]:focus,
div.formError[style^="opacity: 0."] + input[type=email]:focus,
input[type=email]:focus.error,
.error input[type=month]:focus,
div.formError[style^="opacity: 0."] + input[type=month]:focus,
input[type=month]:focus.error,
.error input[type=number]:focus,
div.formError[style^="opacity: 0."] + input[type=number]:focus,
input[type=number]:focus.error,
.error input[type=password]:focus,
div.formError[style^="opacity: 0."] + input[type=password]:focus,
input[type=password]:focus.error,
.error input[type=tel]:focus,
div.formError[style^="opacity: 0."] + input[type=tel]:focus,
input[type=tel]:focus.error,
.error input[type=text]:focus,
div.formError[style^="opacity: 0."] + input[type=text]:focus,
input[type=text]:focus.error,
.error input[type=time]:focus,
div.formError[style^="opacity: 0."] + input[type=time]:focus,
input[type=time]:focus.error,
.error input[type=url]:focus,
div.formError[style^="opacity: 0."] + input[type=url]:focus,
input[type=url]:focus.error,
.error input[type=week]:focus,
div.formError[style^="opacity: 0."] + input[type=week]:focus,
input[type=week]:focus.error,
.error textarea:focus,
div.formError[style^="opacity: 0."] + textarea:focus,
textarea:focus.error {
  outline-color: #a3a300;
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
input[type=email][size="1"],
input[type=date][size="1"],
input[type=text][size="1"],
input[type=datetime][size="1"],
input[type=datetime-local][size="1"],
input[type=email][size="1"],
input[type=month][size="1"],
input[type=number][size="1"],
input[type=password][size="1"],
input[type=tel][size="1"],
input[type=text][size="1"],
input[type=time][size="1"],
input[type=url][size="1"],
input[type=week][size="1"],
textarea[size="1"] {
  width: 1em;
}
input[type=email][size="2"],
input[type=date][size="2"],
input[type=text][size="2"],
input[type=datetime][size="2"],
input[type=datetime-local][size="2"],
input[type=email][size="2"],
input[type=month][size="2"],
input[type=number][size="2"],
input[type=password][size="2"],
input[type=tel][size="2"],
input[type=text][size="2"],
input[type=time][size="2"],
input[type=url][size="2"],
input[type=week][size="2"],
textarea[size="2"] {
  width: 2em;
}
input[type=email][size="3"],
input[type=date][size="3"],
input[type=text][size="3"],
input[type=datetime][size="3"],
input[type=datetime-local][size="3"],
input[type=email][size="3"],
input[type=month][size="3"],
input[type=number][size="3"],
input[type=password][size="3"],
input[type=tel][size="3"],
input[type=text][size="3"],
input[type=time][size="3"],
input[type=url][size="3"],
input[type=week][size="3"],
textarea[size="3"] {
  width: 3em;
}
input[type=email][size="4"],
input[type=date][size="4"],
input[type=text][size="4"],
input[type=datetime][size="4"],
input[type=datetime-local][size="4"],
input[type=email][size="4"],
input[type=month][size="4"],
input[type=number][size="4"],
input[type=password][size="4"],
input[type=tel][size="4"],
input[type=text][size="4"],
input[type=time][size="4"],
input[type=url][size="4"],
input[type=week][size="4"],
textarea[size="4"] {
  width: 4em;
}
input[type=email][size="5"],
input[type=date][size="5"],
input[type=text][size="5"],
input[type=datetime][size="5"],
input[type=datetime-local][size="5"],
input[type=email][size="5"],
input[type=month][size="5"],
input[type=number][size="5"],
input[type=password][size="5"],
input[type=tel][size="5"],
input[type=text][size="5"],
input[type=time][size="5"],
input[type=url][size="5"],
input[type=week][size="5"],
textarea[size="5"] {
  width: 5em;
}
input[type=email][type=submit], input[type=email][type=reset],
input[type=date][type=submit],
input[type=date][type=reset],
input[type=text][type=submit],
input[type=text][type=reset],
input[type=datetime][type=submit],
input[type=datetime][type=reset],
input[type=datetime-local][type=submit],
input[type=datetime-local][type=reset],
input[type=email][type=submit],
input[type=email][type=reset],
input[type=month][type=submit],
input[type=month][type=reset],
input[type=number][type=submit],
input[type=number][type=reset],
input[type=password][type=submit],
input[type=password][type=reset],
input[type=tel][type=submit],
input[type=tel][type=reset],
input[type=text][type=submit],
input[type=text][type=reset],
input[type=time][type=submit],
input[type=time][type=reset],
input[type=url][type=submit],
input[type=url][type=reset],
input[type=week][type=submit],
input[type=week][type=reset],
textarea[type=submit],
textarea[type=reset] {
  background-color: rgb(133, 191, 63);
  background-image: none;
  color: rgb(255, 255, 255);
}
input[type=email][type=submit]:hover, input[type=email][type=reset]:hover,
input[type=date][type=submit]:hover,
input[type=date][type=reset]:hover,
input[type=text][type=submit]:hover,
input[type=text][type=reset]:hover,
input[type=datetime][type=submit]:hover,
input[type=datetime][type=reset]:hover,
input[type=datetime-local][type=submit]:hover,
input[type=datetime-local][type=reset]:hover,
input[type=email][type=submit]:hover,
input[type=email][type=reset]:hover,
input[type=month][type=submit]:hover,
input[type=month][type=reset]:hover,
input[type=number][type=submit]:hover,
input[type=number][type=reset]:hover,
input[type=password][type=submit]:hover,
input[type=password][type=reset]:hover,
input[type=tel][type=submit]:hover,
input[type=tel][type=reset]:hover,
input[type=text][type=submit]:hover,
input[type=text][type=reset]:hover,
input[type=time][type=submit]:hover,
input[type=time][type=reset]:hover,
input[type=url][type=submit]:hover,
input[type=url][type=reset]:hover,
input[type=week][type=submit]:hover,
input[type=week][type=reset]:hover,
textarea[type=submit]:hover,
textarea[type=reset]:hover {
  background-color: #71a236;
  background-image: none;
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 0.5em;
  line-height: 1.15;
}
input[type=checkbox]:placeholder {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  opacity: 0;
  transition: opacity ease-in 0.3s;
}
.wf-active input[type=checkbox]:placeholder {
  opacity: 1;
}
.wf-inactive input[type=checkbox]:placeholder {
  opacity: 1;
}

textarea {
  resize: vertical;
}

label {
  font-size: 0.85em;
}

/* Group control */
.group {
  margin-bottom: 8px;
}
.group.sized {
  float: left;
  width: 100%;
}
@media (min-width: 767px) {
  .group.sized.half {
    width: 50%;
  }
  *[class*=sized] ~ .group.sized.half {
    width: 48%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.half.new-row {
    width: 50%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.half, .group.sized.half.new-row {
    width: 50%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 767px) {
  .group.sized.third {
    width: 33%;
  }
  *[class*=sized] ~ .group.sized.third {
    width: 31%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.third.new-row {
    width: 33%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.third, .group.sized.third.new-row {
    width: 33%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 767px) {
  .group.sized.quarter {
    width: 25%;
  }
  *[class*=sized] ~ .group.sized.quarter {
    width: 23%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.quarter.new-row {
    width: 25%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.quarter, .group.sized.quarter.new-row {
    width: 25%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 767px) {
  .group.sized.three-quarter {
    width: 75%;
  }
  *[class*=sized] ~ .group.sized.three-quarter {
    width: 73%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.three-quarter.new-row {
    width: 75%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.three-quarter, .group.sized.three-quarter.new-row {
    width: 75%;
    margin-left: 0;
    clear: both;
  }
}
.group.sized + *:not(*[class*=sized]) {
  clear: both;
}
.group.readonly label::after {
  display: inline-block;
  height: 1em;
  bottom: -1em;
  content: "(Read Only)";
  color: rgba(144, 144, 144, 0.95);
  font-size: 0.75em;
  line-height: 1em;
}

/* Z-INDEX */
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #f8f8f8;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

.generic_contact_form {
  margin-top: 32px;
  margin-bottom: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dadada;
}
@media (min-width: 767px) {
  .generic_contact_form {
    border-bottom: none;
  }
}

@media (min-width: 767px) {
  .dfcolumns {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .dfcolumns .column {
    width: 100%;
  }
}

.dform_element {
  margin-bottom: 16px;
}

.dfinput_full input[type=submit] {
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  padding: 15px 36px;
  color: rgb(133, 191, 63);
  background-color: transparent;
  border-radius: 500px;
  border: 1px solid rgb(133, 191, 63);
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 12px;
  padding: 10px 26px;
}
.wf-active .dfinput_full input[type=submit] {
  opacity: 1;
}
.wf-inactive .dfinput_full input[type=submit] {
  opacity: 1;
}
.dfinput_full input[type=submit]:link, .dfinput_full input[type=submit]:visited {
  color: rgb(133, 191, 63);
}
.dfinput_full input[type=submit]:hover, .dfinput_full input[type=submit]:active, .dfinput_full input[type=submit]:visited:hover {
  background-color: rgb(133, 191, 63);
  color: rgb(255, 255, 255) !important;
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.dfinput_full input[type=submit].small {
  font-size: 0.85em;
}
.wf-active .dfinput_full input[type=submit] {
  opacity: 1;
}
.wf-inactive .dfinput_full input[type=submit] {
  opacity: 1;
}

.login-form-container {
  margin: 0 auto 60px auto;
  max-width: 450px;
}
.login-form-container input.subscribe-button {
  margin-top: 24px;
}

#RAAWebApp {
  width: 275px;
  height: 400px;
  border-radius: 3px;
}

.raa-gradient {
  background: #dddddd; /* Old browsers */
  background: -moz-linear-gradient(top, #dddddd 0%, #fefefe 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #fefefe)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dddddd 0%, #fefefe 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dddddd 0%, #fefefe 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dddddd 0%, #fefefe 100%); /* IE10+ */
  background: linear-gradient(to bottom, #dddddd 0%, #fefefe 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dddddd", endColorstr="#fefefe",GradientType=0 ); /* IE6-9 */
}

.raa-header {
  height: 37px; /*border-bottom: 1px solid silver;*/
  margin-bottom: 0px;
}

.raa-header h1 {
  float: left;
  margin: 9px 0px 9px 5px;
  font-family: Avenir, Arial;
  font-size: 11pt;
  font-weight: bold;
  color: #6e6e6e;
}

.raa-logo-small {
  float: right;
  margin-top: 1px;
  margin-right: 10px;
  width: 85px;
  height: 35px;
  background-image: url(/img/Green-CCP-Logo-with-SM.png);
  background-size: 85px 35px;
  background-repeat: no-repeat;
}

.raa-footer {
  /*position: absolute;     bottom: 3px;*/
  background: #fefefe;
  height: 100%;
  text-align: center;
  width: 100%;
}

.raa-logo-footer {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 149px;
  height: 75px;
  background-image: url(/img/Green-CCP-Logo-with-SM.png);
  background-size: 149px 75px;
  background-repeat: no-repeat;
}

.input-container {
  margin-bottom: 5px;
}

.raa-input {
  width: 80%;
  height: 22px;
  border: 1px solid black;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  padding: 3px;
  margin: 0px -5px 7px -5px;
  color: gray;
  font-style: italic;
}

.input-container-hint {
  margin-top: 3px;
  line-height: 12px;
  font-size: 11px;
  font-style: italic;
  color: gray;
}

.raa-container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.raa-part {
  position: absolute;
  top: 38px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0;
  padding: 0;
  border: 0;
}

.raa-login-container {
  margin: 0px;
  padding: 3px 7px 0px 7px;
  text-align: center;
  font: 11pt Arial, verdana;
}

.raa-login-container p {
  margin: 12px 0;
  padding: 0;
}

.raa-bar {
  position: absolute;
  left: 0px;
  right: 0px;
  font: 9px arial, verdana;
  height: 28px;
  text-align: center;
  padding: 0;
  background: #8c8c8c; /* Old browsers */
  background: -moz-linear-gradient(top, #444444 0%, #8c8c8c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #8c8c8c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #444444 0%, #8c8c8c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #444444 0%, #8c8c8c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #444444 0%, #8c8c8c 100%); /* IE10+ */
  background: linear-gradient(to bottom, #444444 0%, #8c8c8c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#444444", endColorstr="#8c8c8c",GradientType=0 ); /* IE6-9 */
}

.raa-bar .datepicker-container {
  float: right;
  margin-top: 2px;
  margin-right: 1px;
  margin-left: 1px;
  padding: 0;
  border: 0;
  height: 24px;
}

.raa-bar .search-container {
  float: right;
  margin-top: 1px;
  margin-right: 3px;
  padding: 0;
  border: 0;
  height: 24px;
  font: 12px arial, verdana;
  color: white;
}

.raa-bar #searchKey {
  border: 1px solid black;
  height: 18px;
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 0;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 120px;
}

.raa-search-result #searchPeriod {
  width: 100%;
  text-align: center;
  padding: 3px;
  font: 14px arial, verdana;
  font-weight: bold;
  color: black;
  border-bottom: 1px silver solid;
  background: #cdeb8e; /* Old browsers */
  background: -moz-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdeb8e), color-stop(100%, #a5c956)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* IE10+ */
  background: linear-gradient(to bottom, #cdeb8e 0%, #a5c956 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cdeb8e", endColorstr="#a5c956",GradientType=0 ); /* IE6-9 */
}

.raa-search-result #txtStartDate, #txtEndDate {
  display: inline-block; /*width: 138px;*/
  height: 14px;
  border: 1px solid black;
  margin-top: 1px;
  margin-right: 2px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 2px 3px 4px 3px;
  cursor: pointer;
  background: #dddddd; /* Old browsers */
  background: -moz-linear-gradient(top, #fefefe 0%, #dddddd 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #dddddd)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%, #dddddd 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%, #dddddd 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%, #dddddd 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%, #dddddd 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fefefe", endColorstr="#dddddd",GradientType=0 ); /* IE6-9 */
}

.raa-search-result .list-container {
  margin: 0;
  padding: 0;
}

.raa-search-result .list-container h3 {
  width: 100%;
  font: 14px arial, verdana;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
  padding: 0 0 6px 0;
  border-bottom: 1px solid silver;
}

.raa-search-result .list-item {
  font: 11px arial, verdana;
  height: 32px;
  /*border-radius: 3px;*/
  border-bottom: 1px silver dashed;
  background: #fefefe; /* Old browsers */
  background: -moz-linear-gradient(top, #fefefe 0%, #efefef 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #efefef)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%, #efefef 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%, #efefef 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%, #efefef 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%, #efefef 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fefefe", endColorstr="#efefef",GradientType=0 ); /* IE6-9 */
  padding: 2px;
}

.raa-search-result .list-item .li-info {
  width: 75%;
  float: left;
  padding: 0;
  margin: 0;
}

.raa-search-result .list-item .li-header {
  display: block;
  width: auto;
  font-weight: bold;
}

.raa-search-result .list-item .li-details {
  margin-top: 1px;
  font-size: 9px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.raa-search-result .list-item .li-status {
  float: right;
  margin: 5px 2px 5px 2px;
}

.raa-search-result .list-item .li-link {
  float: right;
  margin: 5px 2px 5px 2px;
  cursor: pointer;
  background-image: url(images/navigation-buttons.png);
}

.raa-search-result a {
  float: right;
  margin-right: 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

.raa-bar #datepicker {
  display: none;
}

.raa-bar #txtDate {
  display: inline-block; /*width: 138px;*/
  height: 14px;
  border: 1px solid black;
  margin-top: 1px;
  margin-right: 2px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 2px 3px 4px 3px;
  cursor: pointer;
  background: #dddddd; /* Old browsers */
  background: -moz-linear-gradient(top, #dddddd 0%, #fefefe 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #fefefe)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dddddd 0%, #fefefe 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dddddd 0%, #fefefe 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dddddd 0%, #fefefe 100%); /* IE10+ */
  background: linear-gradient(to bottom, #dddddd 0%, #fefefe 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dddddd", endColorstr="#fefefe",GradientType=0 ); /* IE6-9 */
}

.raa-bar .button-container {
  float: left;
  margin: 0;
  padding: 2px;
  border: 0;
}

.raa-data-location {
  position: absolute;
  top: 28px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0;
  border: 0;
  padding: 0;
}

.raa-location-header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 36px;
  font: 14px arial, verdana;
  font-weight: bold;
  text-align: center;
  padding: 4px;
  margin: 0;
  border: 0;
  background: #cdeb8e; /* Old browsers */
  background: -moz-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cdeb8e), color-stop(100%, #a5c956)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cdeb8e 0%, #a5c956 100%); /* IE10+ */
  background: linear-gradient(to bottom, #cdeb8e 0%, #a5c956 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cdeb8e", endColorstr="#a5c956",GradientType=0 ); /* IE6-9 */
}

.map-container {
  z-index: 201;
}

.map-container .map-area {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 45px;
}

.map-container .map-button, .map-container .map-info {
  position: absolute;
}

.map-container .map-button {
  top: 15px;
  left: 15px;
  width: 29px;
  height: 27px;
  z-index: 1;
}

.map-container .map-info {
  bottom: 0px;
  min-height: 45px;
  width: 100%;
}

.map-container .map-info > div > div {
  display: inline-block;
  margin: 2px 0px;
  min-width: 49%;
  min-height: 0px;
}

.map-container .map-info p {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

.mapDiv {
  position: absolute;
  width: 100%;
  height: 100%;
}

.mapDiv .map-pin div {
  color: #000 !important;
  font-size: 12pt !important;
}

.fakeShow {
  display: block !important;
  /* margin-left: -9999em !important; */
}

.raa-order-container {
  position: absolute;
  border-top: 1px solid silver;
  top: 40px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.raa-order-container h3 {
  position: absolute;
  top: 8px;
  left: 5px;
  right: 5px; /*height: 24px;*/
  font: 14px arial, verdana;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0 0 6px 0;
  border-bottom: 1px solid silver;
}

.raa-order-container .status-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 32px;
  border-top: 1px solid silver;
}

.raa-order-container .status-bar h4 {
  display: inline-block;
  position: absolute;
  bottom: 8px;
  left: 0;
  text-align: right;
  vertical-align: middle;
  width: 74px;
  height: 16px;
  padding: 0;
  margin: 0;
  border: 0;
  font: 14px arial, verdana;
  font-weight: bold;
}

.raa-order-container .status-bar p {
  display: inline-block;
  position: absolute;
  text-align: center;
  right: 5px;
  bottom: 8px;
  left: 79px;
  height: 16px;
  font: 14px arial, verdana;
  padding: 0;
  margin: 0;
  border: 0;
  font-weight: bold;
}

.raa-order-container .status-bar .change-button {
  position: absolute;
  right: 4px;
  width: 26px;
  height: 26px;
  z-index: 202;
}

.raa-order-container .info-change-order {
  position: absolute;
  bottom: 81px;
  width: 100px;
  right: 0px;
  z-index: 203;
}

.ui-menu {
  width: 140px;
}

.raa-order-container .info-button, .raa-order-container .map-button {
  position: absolute;
  font-weight: bold;
}

.raa-order-container .info-button {
  top: 50px;
  left: 14px;
  height: 26px;
  width: 26px;
  font-weight: bold;
  z-index: 201;
}

.raa-order-container .map-button {
  top: 100px;
  left: 14px;
  width: 29px;
  height: 27px;
}

.raa-order-container .info-container {
  position: absolute;
  top: 37px;
  right: 5px;
  bottom: 40px;
  left: 57px; /*display:none;*/
}

.raa-order-container .info-basic {
  /*background: #cdeb8e;*/
}

.raa-order-container .info-basic label {
  font: 24px arial, verdana;
  font-style: italic;
  font-weight: bold;
  color: darkgreen;
  margin-right: 5px;
}

.raa-order-container .info-basic .eta-date {
  margin: 10px 5px 0 5px;
  text-align: center;
}

.raa-order-container .info-basic .eta-time p {
  margin-top: 10px;
  text-align: center;
  font: 16px arial, verdana;
  font-weight: bold;
  color: Gray;
}

.raa-order-container .info-basic .eta-time {
  position: absolute; /*top: 90px;*/
  left: 0;
  right: 0;
  margin-top: 5px;
  height: 24px;
  text-align: center;
  font: 20px arial, verdana;
  font-weight: bold;
}

.raa-order-container .info-basic .eta-time .info-custom {
  font: 11px arial, verdana;
  font-weight: bold;
  color: Black;
  padding-bottom: 3px;
  height: 30px;
  overflow: hidden;
}

.raa-order-container .info-basic .eta-time .info-custom span {
  font: 11px arial, verdana;
  font-weight: bold;
  color: Black;
}

.raa-order-container .info-basic .eta-time .info-custom .lbl {
  color: darkgreen;
}

.raa-order-container .info-basic .eta-time .info-custom p {
  display: inline;
  margin: 0;
  padding: 0;
}

.raa-order-container .info-detailed {
  display: none; /*background: #cdeb8e;*/
}

.info-address {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 60px;
  right: 0;
}

.info-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.info-bottom p {
  height: 15px;
}

.raa-order-container .info-detailed p {
  font: 12px arial, verdana;
  font-weight: bold;
  color: black;
  margin: 3px 5px 0px 5px;
}

.raa-order-container .info-detailed .lbl {
  font: 12px arial, verdana;
  font-weight: bold;
  color: darkgreen;
}

.raa-img-status {
  /*display: none;*/
  display: inline-block;
  position: absolute;
  width: 48px;
  height: 48px;
  bottom: 43px;
  left: 10px;
}

.raa-icon-status {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 0;
}

.raa-icon-status-planned {
  background-image: url(images/statuses24_8.png);
  background-position: -6px;
}

.raa-icon-status-inprogress {
  background-image: url(images/statuses24_8.png);
  background-position: -42px;
}

.raa-icon-status-delivered {
  background-image: url(images/statuses24_8.png);
  background-position: -78px;
}

.raa-icon-status-cancelled {
  background-image: url(images/statuses24_8.png);
  background-position: -114px;
}

.raa-img-status-planned {
  background-image: url(images/statuses48_8.png);
  background-position: -12px;
}

.raa-img-status-inprogress {
  background-image: url(images/statuses48_8.png);
  background-position: -84px;
}

.raa-img-status-delivered {
  background-image: url(images/statuses48_8.png);
  background-position: -156px;
}

.raa-img-status-cancelled {
  background-image: url(images/statuses48_8.png);
  background-position: -228px;
}

.raa-hidden {
  display: none;
}

.hover-class {
  text-align: center;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  z-index: 200;
}

.hover-class span {
  color: black;
}

.btn-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 0;
}

.btn-l {
  position: absolute;
  top: 69px;
  left: 0;
  width: 24px;
  bottom: 0;
}

.btn-l .btn-icon {
  background-image: url(images/navigation-buttons.png);
  background-position: -104px;
}

.btn-w {
  position: absolute;
  top: 69px;
  left: 0;
  width: 24px;
  bottom: 0;
}

.btn-w .btn-icon {
  background-image: url(images/navigation-buttons.png);
  background-position: -81px;
}

.btn-e {
  position: absolute;
  top: 69px;
  right: 0;
  width: 24px;
  bottom: 0;
}

.btn-e .btn-icon {
  background-image: url(images/navigation-buttons.png);
}

.btn-n {
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  height: 24px;
}

.btn-n .btn-icon {
  background-image: url(images/navigation-buttons.png);
  background-position: -27px;
}

.btn-s {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 24px;
}

.btn-s .btn-icon {
  background-image: url(images/navigation-buttons.png);
  background-position: -54px;
}

.floater {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -16px;
}

.floater p {
  margin: -40px 0 0 0;
  text-align: center;
  font: 14px arial, verdana;
  font-weight: bold;
}

.floater button {
  margin: 10px 0 0 0;
}

.raa-settings-bar {
  font: 9px arial, verdana;
  height: 28px;
  text-align: center;
  border: 0;
  margin: 0;
  padding: 0;
  color: White;
  background: #8c8c8c; /* Old browsers */
  background: -moz-linear-gradient(top, #444444 0%, #8c8c8c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #8c8c8c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #444444 0%, #8c8c8c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #444444 0%, #8c8c8c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #444444 0%, #8c8c8c 100%); /* IE10+ */
  background: linear-gradient(to bottom, #444444 0%, #8c8c8c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#444444", endColorstr="#8c8c8c",GradientType=0 ); /* IE6-9 */
}

.raa-bar .left-area {
  float: left;
  margin: 0px;
  padding: 2px;
  border: 0;
}

.raa-bar .right-area {
  float: right;
  margin: 0px;
  padding: 2px;
  border: 0;
}

.raa-bar h1 {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin: 0px;
  padding: 4px;
  border: 0;
  color: White;
}

.raa-settings {
  font: 12px arial, verdana;
  font-weight: bold;
  padding: 5px;
}

.raa-settings p {
  margin: 5px 0px 5px 10px;
  font-weight: normal;
}

.raa-settings .middle-section {
  margin: 15px 5px 0px 5px;
  font-weight: bold;
}

.raa-settings .middle-section select {
  margin-left: 10px;
  width: 100px;
}

.raa-recipients {
  position: absolute;
  top: 112px;
  right: 0px;
  text-align: center;
  bottom: 30px;
  left: 0px;
  padding: 0;
  border: 0;
  margin: 0;
}

.raa-recipients textarea {
  font: 12px arial, verdana;
  border-radius: 3px;
  border: 1px solid Silver;
  width: 95%;
  height: 100%;
  margin: 0;
  overflow: auto;
  color: gray;
  font-style: italic;
  font-weight: normal;
  resize: none;
}

.raa-settings .bottom-section {
  position: absolute;
  text-align: left;
  bottom: 0;
  left: 0;
  right: 0;
  height: 28;
  padding-bottom: 5px;
  padding-left: 7px;
  margin: 0;
  border: 0;
  font-weight: bold;
}

.elm-disabled {
  color: Silver;
  border-color: Silver;
}

button.ui-button-icon-only {
  width: 24px;
}

.checkbox-label {
  margin: 2px 0 3px 3px;
}

ul.tabs {
  position: absolute;
  top: 5px;
  padding: 0;
  margin: 3px 3px 0 3px;
  z-index: 200;
}

.tabs li {
  list-style: none;
  display: inline;
}

.tabs a span {
  margin-top: 1px;
  margin-right: 3px;
}

.tabs a {
  padding: 5px 10px;
  display: inline-block;
  background: gray;
  color: black;
  text-decoration: none;
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #eeeeee; /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #cfcfcf 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cfcfcf)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #cfcfcf 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, #cfcfcf 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #cfcfcf 100%); /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%, #cfcfcf 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eeeeee", endColorstr="#cfcfcf",GradientType=0 ); /* IE6-9 */
}

.tabs a.active {
  background: #fff;
  border-bottom: 1px solid white;
  filter: none;
  z-index: 200;
  color: #000;
}

.tabs .ui-icon {
  display: inline-block;
  height: 12px;
  width: 12px;
}

.tabs .ui-icon-check {
  background-position: -66px -146px;
}

.tabs .ui-icon-cancel {
  background-position: -2px -130px;
}

#methodTabs .content {
  position: absolute;
  padding: 8px 0 3px 6px;
  left: 0px;
  right: 0px;
  bottom: 33px;
  top: 35px;
  text-align: left;
  border-top: 1px solid gray;
  background: #fff;
}

.recipients-container {
  position: absolute;
  top: 33px;
  bottom: 0px;
  left: 3px;
  right: 3px;
  text-align: center;
}

.recipients-container textarea {
  font: 12px arial, verdana;
  border-radius: 2px;
  border: 1px solid gray;
  width: 97%;
  height: 100%;
  margin: 0;
  overflow: auto;
  color: gray;
  font-style: italic;
  font-weight: normal;
  resize: none;
}

.cb-container {
  white-space: nowrap;
}

form.ppro-login input {
  box-shadow: none;
}

.accordion-group {
  margin-bottom: 1em;
}

section.accordion-content :after {
  content: "";
  display: table;
  clear: both;
}
section.accordion-content article {
  width: 100% !important;
}
section.accordion-content h4 {
  padding-left: 1.6em;
  cursor: pointer;
  margin-top: 0.5em;
  margin-bottom: 0;
}
section.accordion-content svg.trigger-plus {
  display: inline-block;
  float: left;
  width: 1.5em;
  height: 1.5em;
  margin-top: -2px;
  margin-left: -1.5em;
}
section.accordion-content div {
  padding-left: 1.6em;
}

.trigger-plus {
  fill: color(swatch-one);
  transition: transform ease 0.5s;
  transform: scale(0.5, 0.5);
  transform-origin: 50% 50%;
  will-change: transform;
}

.trigger-plus .vertical {
  transition: transform ease 0.5s;
  will-change: transform;
  transform-origin: 50% 50%;
}

.trigger-plus:hover,
*:hover > .trigger-plus {
  transform: scale(0.75, 0.75);
}

.open > * > .trigger-plus {
  transform: scale(0.5, 0.5);
}

.open > * > .trigger-plus .vertical {
  transform: scaleY(0);
}

.open > * > .trigger-plus:hover {
  transform: rotate(90deg) scale(0.5, 0.5);
}

#message {
  background-color: rgb(255, 255, 0);
  position: fixed;
  color: rgb(0, 0, 0);
  width: 100%;
}
#message .message--text {
  padding: 0.5em 1em;
}
#message .message--text h2 {
  margin: 0 1em;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
}
#message .message--text h2 .message--read-more {
  display: block;
  font-size: 0.75em;
  text-decoration: underline;
  cursor: pointer;
}
#message .message--text h2 .message--icon {
  position: absolute;
  top: 0;
  left: -1.2em;
  font-size: 1.2em;
}
#message .message--text h2 #message--close {
  position: absolute;
  top: 0;
  right: -1.2em;
  font-size: 1.2em;
  cursor: pointer;
}
#message .message--text h2.open {
  font-size: 1.75em;
}
#message .message--text .message--more {
  margin: 1em 0.5em 0.5em 0.5em;
}
@media (min-width: 767px) {
  #message .message--text {
    margin: 0 auto;
    max-width: 768px;
  }
  #message .message--text h2 {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) {
  #message .message--text {
    max-width: 992px;
  }
}

#message--open {
  position: absolute;
  top: 4px;
  left: 8px;
  font-size: 1.75em;
  cursor: pointer;
}

table.striped {
  border: 1px solid #dadada;
  border-radius: 2px;
  border-collapse: collapse;
  border-spacing: 0;
}
table.striped th {
  text-align: left;
  font-weight: 600;
  color: rgb(133, 191, 63);
  background-color: rgb(255, 255, 255);
  border-right: none;
  border-bottom: 1px solid #dadada;
}
table.striped th:first-child {
  border-radius: 1px 0 0 0;
}
table.striped th:last-child {
  border-radius: 0 1px 0 0;
}
table.striped td {
  background-color: #efefef;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
table.striped td a {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  text-decoration: underline;
  color: rgb(107, 107, 107);
}
.wf-active table.striped td a {
  opacity: 1;
}
.wf-inactive table.striped td a {
  opacity: 1;
}
table.striped th,
table.striped td {
  padding: 0.5em;
  vertical-align: top;
}
table.striped th:last-child,
table.striped td:last-child {
  border-right: none;
}
table.striped tbody tr:last-child td {
  border-bottom: none;
}
table.striped tbody tr:nth-child(even) td {
  background-color: rgb(255, 255, 255);
}
table.striped tfoot td {
  background-color: rgba(133, 191, 63, 0.1);
  border-top: 1px solid #dadada;
  border-bottom: none;
  text-align: center;
  font-size: 0.8em;
}
table.striped tfoot td:first-child {
  border-radius: 0 0 0 1px;
}
table.striped tfoot td:last-child {
  border-radius: 0 0 1px 0;
}
table.striped tfoot td:only-child {
  border-radius: 0 0 1px 1px;
}
table.striped caption {
  background-color: rgb(133, 191, 63);
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  color: rgb(255, 255, 255);
  font-size: 24px;
  height: 60px;
  line-height: 60px;
}
.wf-active table.striped caption {
  opacity: 1;
}
.wf-inactive table.striped caption {
  opacity: 1;
}
@media (min-width: 767px) {
  table.striped {
    width: 100%;
  }
  table.striped th.dept {
    width: 25%;
  }
  table.striped th.desc {
    width: 50%;
  }
  table.striped th.loc {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) {
  table.striped {
    display: block;
  }
  table.striped thead, table.striped tbody, table.striped th, table.striped td, table.striped tr, table.striped caption {
    display: block;
  }
  table.striped thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table.striped tr {
    border: 1px solid #dadada;
  }
  table.striped td {
    border: none;
    border-bottom: 1px solid #dadada;
    position: relative;
    padding-left: 35%;
    min-height: 24px;
  }
  table.striped td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
  }
  table.striped.job-list-table td:nth-of-type(1):before {
    content: "Dept.";
  }
  table.striped.job-list-table td:nth-of-type(2):before {
    content: "Job Desc.";
  }
  table.striped.job-list-table td:nth-of-type(3):before {
    content: "Location";
  }
}
ul.related-assets li a {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  text-decoration: underline;
}
.wf-active ul.related-assets li a {
  opacity: 1;
}
.wf-inactive ul.related-assets li a {
  opacity: 1;
}

.inline-image-full-column, .inline-image-align-left, .inline-image-align-right {
  margin-bottom: 1em;
}
.inline-image-full-column img, .inline-image-align-left img, .inline-image-align-right img {
  width: calc(100% - 2px);
  border: 1px solid color(swatch-one);
}

@media (min-width: 767px) {
  .inline-image-align-left {
    width: 45%;
    margin: 0.5em 1em 0.5em 0;
    float: left;
  }
  .inline-image-align-right {
    width: 45%;
    margin: 0.5em 0 0.5em 1em;
    float: right;
  }
}
@media (min-width: 992px) {
  .inline-image-align-left {
    width: 40%;
  }
  .inline-image-align-right {
    width: 40%;
  }
}
.image-caption {
  font-size: 0.8em;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-style: italic;
  padding: 0.2em 0.5em;
}
.wf-active .image-caption {
  opacity: 1;
}
.wf-inactive .image-caption {
  opacity: 1;
}

.image-gallery {
  padding: 1em;
  background-color: #fdc591;
  text-align: center;
}
.image-gallery h3 {
  margin-top: 0;
  margin-bottom: 1em;
  text-align: left;
}
.image-gallery a.fancybox-thumb img {
  width: 44%;
  margin: 1%;
  border: 3px solid #fdc591;
}
.image-gallery a.fancybox-thumb img:hover {
  border-color: rgb(250, 250, 0);
}
@media (min-width: 580px) {
  .image-gallery a.fancybox-thumb img {
    width: 29%;
  }
}
@media (min-width: 767px) {
  .image-gallery a.fancybox-thumb img {
    width: 44%;
  }
}
@media (min-width: 992px) {
  .image-gallery a.fancybox-thumb img {
    width: 29%;
  }
}

ul.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.pagination li {
  display: inline-block;
  padding: 2px;
}
ul.pagination li a {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 13px;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(107, 107, 107);
  background-color: rgb(107, 107, 107);
  padding: 2px 8px;
}
.wf-active ul.pagination li a {
  opacity: 1;
}
.wf-inactive ul.pagination li a {
  opacity: 1;
}
ul.pagination li a:hover {
  color: rgb(107, 107, 107);
  background-color: rgb(255, 255, 255);
}
ul.pagination li a.active {
  color: rgb(107, 107, 107);
  background-color: rgb(255, 255, 255);
}

.consent-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 0;
  z-index: 900;
  background-color: #71a236;
}
.consent-container .wrapper {
  padding: 0 0.5em;
}
.consent-container p {
  margin-bottom: 0;
  width: 75%;
  float: left;
}
.consent-container input.consent-button {
  float: right;
}
@media (min-width: 767px) {
  .consent-container .wrapper {
    padding: 1em;
  }
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-centered .owl-wrapper {
  display: table !important;
}

.owl-centered .owl-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
  max-height: 100px !important;
}

.owl-centered .owl-item > div {
  text-align: center;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: -64px;
  right: 24px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  background-color: rgb(133, 191, 63);
  height: 30px;
  width: 30px;
  color: #edf5e2;
  margin-right: 6px;
  transition: all 0.3s ease;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
  font-size: 30px;
  line-height: 22px;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #71a236;
  color: rgb(255, 255, 255);
}

@media (min-width: 767px) {
  body.order-profile {
    margin-top: 215px;
  }
  body.order-profile header {
    height: 215px;
  }
  body.order-profile header .products {
    top: 155px;
  }
  body.order-profile header.smaller {
    height: 165px;
  }
  body.order-profile header.smaller .products {
    top: 125px;
  }
  body.order-profile header.smaller .interior_header {
    top: 4px;
  }
  body.order-profile header.smaller .interior_header .brick-button.large {
    transition: all 0.3s ease;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (min-width: 992px) {
  body.order-profile header.smaller .interior_header .brick-button.large {
    font-size: 15px;
    padding: 1.125em 1.4em;
  }
}

body.order-profile section {
  padding: 0;
}

.interior_header {
  transition: all 0.3s ease;
  padding: 0;
  display: none;
}
@media (min-width: 767px) {
  .interior_header {
    display: block;
    position: absolute;
    top: 8px;
    right: 12px;
    text-align: right;
  }
  .interior_header #userinfo {
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    opacity: 0;
    transition: opacity ease-in 0.3s;
    line-height: 1;
  }
  .wf-active .interior_header #userinfo {
    opacity: 1;
  }
  .wf-inactive .interior_header #userinfo {
    opacity: 1;
  }
  .interior_header .logout a {
    color: #909090;
    font-size: 14px;
  }
  .interior_header .logout a:hover {
    color: rgb(133, 191, 63);
  }
}
@media (min-width: 992px) {
  .interior_header {
    width: 430px;
  }
  .interior_header #userinfo {
    font-size: 24px;
    float: left;
  }
  .interior_header .logout {
    float: left;
    width: 290px;
  }
}

.gray-block {
  background-color: #efefef;
  padding: 30px 12px;
  text-align: center;
}
.gray-block h3 {
  color: rgb(133, 191, 63);
  font-size: 20px;
}
.gray-block .submitCrossSell_A {
  background-image: url("/images/mockup-images/products/pasta.jpg");
}
.gray-block .submitCrossSell_B {
  background-image: url("/images/mockup-images/products/GreenOnionsbutton.jpg");
}
.gray-block .submitCrossSell_C {
  background-image: url("/images/mockup-images/products/Strawberriesbutton.jpg");
}
.gray-block .submitCrossSell {
  transition: all 0.3s ease;
  display: inline-block;
  margin: 8px;
  box-shadow: 0px 1px 4px 0px #dadada;
}
.gray-block .submitCrossSell:hover {
  box-shadow: 0 2px 4px 0px #909090;
}
.gray-block .submitCrossSell a {
  display: block;
  background-color: rgb(255, 255, 255);
  width: 198px;
  height: 60px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  line-height: 60px;
  color: rgb(133, 191, 63);
  margin: 28px;
}
.wf-active .gray-block .submitCrossSell a {
  opacity: 1;
}
.wf-inactive .gray-block .submitCrossSell a {
  opacity: 1;
}
@media (min-width: 767px) {
  .gray-block h3 {
    margin-top: 0;
  }
}

.search-block {
  height: 80px;
  box-shadow: 0 0 20px 0 #dadada;
  color: #909090;
}
.search-block form {
  font-size: 12px;
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  float: left;
}
.wf-active .search-block form {
  opacity: 1;
}
.wf-inactive .search-block form {
  opacity: 1;
}
.search-block form h4 {
  font-size: 16px;
  color: rgb(107, 107, 107);
  line-height: 80px;
  float: left;
  margin: 0 36px 0 0;
}
.search-block form p {
  float: left;
  line-height: 80px;
  margin: 0;
}
.search-block form div {
  float: left;
  line-height: 80px;
}
.search-block form label {
  display: inline-block;
}
.search-block form input[type=radio] {
  display: inline-block;
  margin: 0 0 0 16px;
}

.order-items {
  padding: 20px 0 60px 0;
}
.order-items h3 {
  font-size: 24px;
  color: rgb(133, 191, 63);
  margin-bottom: 24px;
  float: left;
}
.order-items form {
  font-size: 12px;
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  float: right;
  width: 300px;
}
.wf-active .order-items form {
  opacity: 1;
}
.wf-inactive .order-items form {
  opacity: 1;
}
.order-items form h4 {
  font-size: 16px;
  color: rgb(107, 107, 107);
  line-height: 80px;
  float: left;
  margin: 0 36px 0 0;
}
.order-items form p {
  float: left;
  line-height: 80px;
  margin: 0;
}
.order-items form div {
  float: left;
  line-height: 80px;
}
.order-items form label {
  display: inline-block;
}
.order-items form input[type=radio] {
  display: inline-block;
  margin: 0 0 0 16px;
}

#tablecon {
  width: 1090px;
  margin: 0 auto;
}
#tablecon table {
  border: 1px solid #dadada;
  border-radius: 0;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  opacity: 0;
  transition: opacity ease-in 0.3s;
}
.wf-active #tablecon table {
  opacity: 1;
}
.wf-inactive #tablecon table {
  opacity: 1;
}
#tablecon table th {
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  font-weight: 600;
  color: rgb(107, 107, 107);
  background-color: rgb(255, 255, 255);
  border-right: 1px solid rgba(255, 255, 255, 0.75);
}
#tablecon table th.desccol {
  padding-left: 114px;
  min-width: 320px;
}
#tablecon table th.ordercol {
  min-width: 120px;
}
#tablecon table th:first-child {
  border-radius: -1px 0 0 0;
}
#tablecon table th:last-child {
  border-radius: 0 -1px 0 0;
}
#tablecon table td {
  background-color: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid #dadada;
}
#tablecon table td.LODQ {
  padding-left: 60px;
}
#tablecon table th,
#tablecon table td {
  height: 54px;
  line-height: 54px;
  padding: 0 24px;
  vertical-align: top;
}
#tablecon table th.itemnocol,
#tablecon table td.itemnocol {
  width: 50px;
  padding-right: 0;
}
#tablecon table th.pricecol,
#tablecon table td.pricecol {
  text-align: right;
  padding: 0 60px;
}
#tablecon table th:last-child,
#tablecon table td:last-child {
  border-right: none;
}
#tablecon table thead tr {
  border-bottom: 1px solid #dadada;
}
#tablecon table tbody tr:last-child td {
  border-bottom: none;
}
#tablecon table tbody tr:nth-child(odd) td {
  background-color: #efefef;
}
#tablecon table caption {
  background-color: rgb(133, 191, 63);
  height: 44px;
  text-align: left;
}
#tablecon table caption h5 {
  margin: 0px 48px 0 24px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  float: left;
  line-height: 44px;
}
#tablecon table caption a.green-button {
  float: left;
  background-color: #71a236;
  font-size: 12px;
  padding: 8px 24px;
  margin-top: 8px;
}
#tablecon table caption a.green-button:hover {
  background-color: clr swatch-one, x-dark;
}

.circle-image {
  float: left;
  width: 38px;
  height: 38px;
  margin: 9px 52px 0 0;
}
.circle-image img {
  border-radius: 50%;
  width: 100%;
}

form.qty-chooser {
  position: relative;
  height: 36px;
  margin-top: 10px;
  width: 130px;
}
form.qty-chooser input {
  position: absolute;
  top: 0;
  left: 0;
  height: 32px;
  border: none;
  padding: 0 24px;
  background-color: rgb(255, 255, 255);
  text-align: center;
  width: 96px;
  border: 1px solid #efefef;
  box-shadow: 0px 5px 12px 0px #dadada;
}
form.qty-chooser a.add-qty, form.qty-chooser a.minus-qty {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgb(107, 107, 107);
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 10px;
  line-height: 10px;
  margin: 0;
  padding: 0;
}
.wf-active form.qty-chooser a.add-qty, .wf-active form.qty-chooser a.minus-qty {
  opacity: 1;
}
.wf-inactive form.qty-chooser a.add-qty, .wf-inactive form.qty-chooser a.minus-qty {
  opacity: 1;
}
form.qty-chooser a.add-qty {
  position: absolute;
  top: 10px;
  right: 40px;
  z-index: 200;
}
form.qty-chooser a.minus-qty {
  position: absolute;
  top: 10px;
  left: 8px;
  z-index: 200;
}
form.qty-chooser a.clear-qty {
  display: block;
  position: absolute;
  top: 10px;
  right: -4px;
  height: 20px;
  width: 20px;
  line-height: 1;
  color: #909090;
}

#session_timeout_div {
  position: absolute;
  top: 105px;
  left: 0;
  right: 0;
  height: 40px;
  background-color: rgb(107, 107, 107);
  color: #efefef;
  text-align: center;
  line-height: 40px;
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 12px;
}
.wf-active #session_timeout_div {
  opacity: 1;
}
.wf-inactive #session_timeout_div {
  opacity: 1;
}
@media (min-width: 767px) {
  #session_timeout_div {
    position: unset;
  }
}

section {
  padding: 32px 12px 125px 12px;
}

.products-level-1 .product-list {
  padding-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
}
@media (min-width: 580px) {
  .products-level-1 .product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 767px) {
  .products-level-1 .product-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .products-level-1 .product-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.product-listing-level-1 {
  width: 100%;
  height: 235px;
  box-sizing: border-box;
  margin-top: 35px;
  padding: 12px;
}
@media (min-width: 580px) {
  .product-listing-level-1 {
    height: 265px;
  }
}
@media (min-width: 767px) {
  .product-listing-level-1 {
    padding: 18px;
    height: 285px;
  }
}
@media (min-width: 992px) {
  .product-listing-level-1 {
    height: 275px;
  }
}

.products-level-2 .product-list {
  padding-top: 12px;
}
@media (min-width: 767px) {
  .products-level-2 h1 {
    margin-left: 8%;
  }
}

.product-listing-level-2 {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-top: 25px;
  padding: 12px 12px 60px 12px;
  background-color: #efefef;
  display: grid;
  grid-template-columns: 1fr 2fr;
  position: relative;
}
.product-listing-level-2 .button-container {
  margin: -25px 0px 0px -15px;
  width: 85%;
  float: left;
}
.product-listing-level-2 .product-description .sku {
  font-size: 12px;
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  color: rgb(107, 107, 107);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.wf-active .product-listing-level-2 .product-description .sku {
  opacity: 1;
}
.wf-inactive .product-listing-level-2 .product-description .sku {
  opacity: 1;
}
.product-listing-level-2 .product-description h2 {
  font-size: 24px;
  margin: 0;
}
.product-listing-level-2 .product-description h3 {
  margin-top: 4px;
  font-size: 12px;
}
.product-listing-level-2 .product-input-wrapper {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 245px;
}
.product-listing-level-2 .product-input-wrapper form label {
  margin-right: 8px;
  float: left;
  width: 24px;
  line-height: 36px;
}
.product-listing-level-2 .product-input-wrapper form input[type=text] {
  margin-right: 8px;
  float: left;
  width: 50px;
  height: 36px;
  border-color: #dadada;
  border-radius: 0;
}
.product-listing-level-2 .product-input-wrapper form input[type=input] {
  float: left;
  width: 70px;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 12px;
  text-align: center;
  height: 36px;
  color: rgb(255, 255, 255);
  background-color: rgb(133, 191, 63);
  border: none;
  border-radius: 0;
}
.wf-active .product-listing-level-2 .product-input-wrapper form input[type=input] {
  opacity: 1;
}
.wf-inactive .product-listing-level-2 .product-input-wrapper form input[type=input] {
  opacity: 1;
}
.product-listing-level-2 .product-input-wrapper form input[type=input]:hover {
  background-color: #71a236;
}
.product-listing-level-2 .product-input-wrapper a.gray-button {
  margin: 0 0 0 8px;
  font-size: 12px;
  padding: 0.85em 1.4em;
  white-space: nowrap;
}
@media (min-width: 580px) {
  .product-listing-level-2 .button-container a.circle-button {
    max-width: 185px;
  }
}
@media (min-width: 767px) {
  .product-listing-level-2 {
    grid-template-columns: 1fr 5fr;
    column-gap: 24px;
    min-height: 110px;
    padding-bottom: 12px;
  }
  .product-listing-level-2 .button-container {
    margin: -25px 0;
  }
  .product-listing-level-2 .button-container a.circle-button {
    margin-left: 24px;
    max-width: 70%;
  }
  .product-listing-level-2 .product-info {
    position: relative;
  }
  .product-listing-level-2 .product-info .product-description {
    max-width: 50%;
    position: relative;
  }
  .product-listing-level-2 .product-info .product-description .h2, .product-listing-level-2 .product-info .product-description h2 {
    font-size: 32px;
  }
  .product-listing-level-2 .product-info .product-description .h3, .product-listing-level-2 .product-info .product-description h3 {
    font-size: 24px;
  }
  .product-listing-level-2 .product-info .product-input-wrapper {
    top: 50%;
    right: 0;
    bottom: unset;
    width: unset;
    margin-left: unset;
    margin-top: -26px;
    height: 46px;
  }
  .product-listing-level-2 .product-info .product-input-wrapper form {
    float: left;
    margin: 10px 0 0 0;
  }
  .product-listing-level-2 .product-info .product-input-wrapper form input[type=input] {
    width: 90px;
  }
  .product-listing-level-2 .product-info .product-input-wrapper a.gray-button {
    float: left;
    margin-top: 9px;
  }
  .product-listing-level-2 .product-info .product-input-wrapper a.gray-button span {
    display: inline;
  }
}
@media (min-width: 992px) {
  .product-listing-level-2 {
    grid-template-columns: 1fr 7fr;
    margin: 24px auto 0 auto;
    max-width: 1340px;
  }
  .product-listing-level-2 .product-info .product-description {
    max-width: 65%;
  }
  .product-listing-level-2 .product-info .product-description .sku {
    position: absolute;
    top: 0;
    left: 0;
  }
  .product-listing-level-2 .product-info .product-description h2, .product-listing-level-2 .product-info .product-description h3 {
    margin: 0 0 0 100px;
  }
}

.product-block {
  margin-top: 50px;
  border: 1px solid #efefef;
}
.product-block .product-image {
  padding: 36px;
  background-color: #efefef;
}
.product-block .product-image div.circle-button {
  width: 85%;
  margin: 0 auto;
}
.product-block .product-info .sku {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  color: rgb(107, 107, 107);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 36px 24px 0 24px;
}
.wf-active .product-block .product-info .sku {
  opacity: 1;
}
.wf-inactive .product-block .product-info .sku {
  opacity: 1;
}
.product-block .product-info .h2, .product-block .product-info h2 {
  font-size: 30px;
  margin-top: 8px;
  padding: 0 24px 0 24px;
}
.product-block .product-info .h3, .product-block .product-info h3 {
  font-size: 16px;
  padding: 0 24px 0 24px;
}
.product-block .product-info form {
  padding: 10px 24px 36px 24px;
}
.product-block .product-info form label {
  margin-right: 8px;
  float: left;
  width: 24px;
  line-height: 36px;
}
.product-block .product-info form input[type=text] {
  margin-right: 24px;
  float: left;
  width: 50px;
  height: 36px;
  border-color: #dadada;
  border-radius: 0;
}
.product-block .product-info form input[type=input] {
  float: left;
  width: 90px;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 14px;
  text-align: center;
  height: 36px;
  color: rgb(255, 255, 255);
  background-color: rgb(133, 191, 63);
  border: none;
  border-radius: 0;
}
.wf-active .product-block .product-info form input[type=input] {
  opacity: 1;
}
.wf-inactive .product-block .product-info form input[type=input] {
  opacity: 1;
}
.product-block .product-info form input[type=input]:hover {
  background-color: #71a236;
}
.product-block .product-info .product-description {
  padding: 36px 24px;
  border-top: 1px solid #efefef;
}
.product-block .product-info .product-description p {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  opacity: 0;
  transition: opacity ease-in 0.3s;
}
.wf-active .product-block .product-info .product-description p {
  opacity: 1;
}
.wf-inactive .product-block .product-info .product-description p {
  opacity: 1;
}
@media (min-width: 767px) {
  .product-block {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  .product-block .product-image {
    padding: 36px 28px;
  }
  .product-block .product-info {
    padding: 28px 0px 24px 0;
  }
  .product-block .product-info .sku, .product-block .product-info h2, .product-block .product-info h3, .product-block .product-info form, .product-block .product-info .product-description {
    padding-left: 42px;
    padding-right: 42px;
  }
  .product-block .product-info h2 {
    font-size: 36px;
  }
  .product-block .product-info h3 {
    margin-top: 8px;
    font-size: 24px;
  }
}
@media (min-width: 767px) {
  .product-block .product-image {
    padding-top: 54px;
  }
  .product-block .product-info {
    padding-top: 54px;
  }
}

h3 {
  font-family: acumin-pro, sans-serif;
  font-weight: 600;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 24px;
  color: rgb(107, 107, 107);
}
.wf-active h3 {
  opacity: 1;
}
.wf-inactive h3 {
  opacity: 1;
}

h5 {
  color: rgb(107, 107, 107);
}

.swatch {
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 1px solid #dadada;
}
.swatch.white {
  background-color: rgb(255, 255, 255);
}
.swatch.black {
  background-color: rgb(0, 0, 0);
}
.swatch.gray {
  background-color: rgb(107, 107, 107);
}
.swatch.gray-light {
  background-color: #909090;
}
.swatch.gray-medlight {
  background-color: #aeaeae;
}
.swatch.gray-xlight {
  background-color: #dadada;
}
.swatch.gray-xxlight {
  background-color: #efefef;
}
.swatch.gray-dark {
  background-color: #505050;
}
.swatch.gray-meddark {
  background-color: #3b3b3b;
}
.swatch.gray-xdark {
  background-color: #252525;
}
.swatch.gray-xxdark {
  background-color: #1b1b1b;
}
.swatch.swatchone {
  background-color: rgb(133, 191, 63);
}
.swatch.swatchone-light {
  background-color: #a4cf6f;
}
.swatch.swatchone-medlight {
  background-color: #bcdc95;
}
.swatch.swatchone-xlight {
  background-color: #d4e9bc;
}
.swatch.swatchone-xxlight {
  background-color: #edf5e2;
}
.swatch.swatchone-dark {
  background-color: #71a236;
}
.swatch.swatchone-meddark {
  background-color: #567c29;
}
.swatch.swatchone-xdark {
  background-color: #3c561c;
}
.swatch.swatchone-xxdark {
  background-color: #213010;
}
.swatch.swatchtwo {
  background-color: rgb(184, 91, 4);
}
.swatch.swatchtwo-light {
  background-color: #fa8213;
}
.swatch.swatchtwo-medlight {
  background-color: #fba452;
}
.swatch.swatchtwo-xlight {
  background-color: #fdc591;
}
.swatch.swatchtwo-xxlight {
  background-color: #fee6d0;
}
.swatch.swatchtwo-dark {
  background-color: #9c4d03;
}
.swatch.swatchtwo-meddark {
  background-color: #783b03;
}
.swatch.swatchtwo-xdark {
  background-color: #532902;
}
.swatch.swatchtwo-xxdark {
  background-color: #2e1701;
}
.swatch.swatchthree {
  background-color: rgb(250, 250, 0);
}
.swatch.swatchthree-light {
  background-color: #ffff3c;
}
.swatch.swatchthree-medlight {
  background-color: #ffff70;
}
.swatch.swatchthree-xlight {
  background-color: #ffffa4;
}
.swatch.swatchthree-xxlight {
  background-color: #ffffd8;
}
.swatch.swatchthree-dark {
  background-color: #d5d500;
}
.swatch.swatchthree-meddark {
  background-color: #a3a300;
}
.swatch.swatchthree-xdark {
  background-color: #717100;
}
.swatch.swatchthree-xxdark {
  background-color: #3f3f00;
}

/*# sourceMappingURL=screen.css.map */
