/*
Theme Name: Piazza Produce 1.3
Theme URI: 
Description: Custom theme for Piazza and CODO
Author: Joe Blackburn
Version: 1.4.2
Tags: custom
*/
/* =============================================================================
   Adapted from HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== *

/* !Fonts - - - - - */
@font-face {
  font-family: "ThirstyScript";
  src: url("fonts/302936_0_0.eot");
  src: url("fonts/302936_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/302936_0_0.woff2") format("woff2"), url("fonts/302936_0_0.woff") format("woff"), url("fonts/302936_0_0.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "ThirstyScript";
  src: url("fonts/302936_1_0.eot");
  src: url("fonts/302936_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/302936_1_0.woff2") format("woff2"), url("fonts/302936_1_0.woff") format("woff"), url("fonts/302936_1_0.ttf") format("truetype");
  font-weight: 900;
}
/* !Global Styles - - - - - */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.sans {
  font-family: "brandon-grotesque", Arial, Verdana, sans-serif;
}

.script {
  font-family: "ThirstyScript", "brandon-grotesque", Arial, Verdana, sans-serif;
}

.dk-grey {
  color: #333333;
}

.grey {
  color: #808080;
}

.lt-grey {
  color: #d7d7d7;
}

.mid-grey {
  color: #676668;
}

.vlt-grey {
  color: #F7F7F7;
}

.wgrey {
  color: #DCDBCC;
}

.lt-wgrey {
  color: #ECEDE6;
}

.red {
  color: #be202e;
}

.white {
  color: #ffffff;
}

.green {
  color: #006837;
}

.dk-grey-bg {
  background: #333333;
}

.grey-bg {
  background: #808080;
}

.lt-grey-bg {
  background: #d7d7d7;
}

.mid-grey-bg {
  background: #676668;
}

.vlt-grey-bg {
  background: #F7F7F7;
}

.wgrey-bg {
  background: #DCDBCC;
}

.lt-wgrey-bg {
  background: #ECEDE6;
}

.red-bg {
  background: #be202e;
}

.white-bg {
  background: #ffffff;
}

.green-bg {
  background: #006837;
}

.italic {
  font-style: italic;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.xbold {
  font-weight: 900;
}

.center {
  text-align: center;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.space {
  letter-spacing: 0.1em;
}

.space2 {
  letter-spacing: 0.2em;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.plain a, a.plain {
  text-decoration: none;
}

a {
  color: #be202e;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a:hover {
  color: #333333;
}

.rel {
  position: relative;
}

ul.clean {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.inline {
  display: inline-block;
}

ul.inline li {
  display: inline;
  float: left;
}

img.full {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.rounded {
  border-radius: 4px;
}

.texture {
  background: url(images/texture@2x.jpg) repeat center top;
  background-size: 200px 200px;
}

.gradient-dtl {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(176, 174, 175, 0.1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(176, 174, 175, 0.1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(176, 174, 175, 0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.gradient-ltd {
  background: -moz-linear-gradient(top, rgba(176, 174, 175, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(176, 174, 175, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(176, 174, 175, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.inner-shadow {
  -webkit-box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.5);
}

.butcher {
  background: url(images/butcher-block.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* !Font Size Fuctions - - - - - */
/* !Buttons - - - - - */
.button, .post-nav a {
  background: #be202e;
  color: #ffffff;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-size: 1.125em;
  border: none;
  font-family: "brandon-grotesque", Arial, Verdana, sans-serif;
  -webkit-appearance: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.email-form .button {
  font-weight: normal;
  font-size: 0.9375em;
}

.button.white-bg {
  background: #ffffff;
  color: #be202e;
}

.button:hover, .post-nav a:hover {
  background: rgb(102.7027027027, 17.2972972973, 24.8648648649);
}

.button.white-bg:hover {
  background: #d7d7d7;
  color: #be202e;
}

.small-button {
  background: #ffffff;
  font-size: 1em;
  padding: 5px 15px;
  color: #be202e;
}

.button.red-bg {
  background: #be202e;
  color: #ffffff;
}

.button.red-bg:hover {
  background: #333333;
}

.small-button:hover {
  background: #F7F7F7;
}

/* !Curved Titles - - - - - */
.curved, .strat {
  font-size: 3em;
  font-family: "ThirstyScript", "brandon-grotesque", Arial, Verdana, sans-serif;
  color: #808080;
  position: relative;
  margin: 0 auto 60px auto;
  max-width: 360px;
  padding: 50px 0 70px 0;
}

.curved:after, .strat:after {
  content: "";
  width: 70px;
  height: 4px;
  background: #808080;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
}

/* !Body - - - - - */
body {
  min-width: 320px;
  font-size: 16px;
  font-family: "brandon-grotesque", Arial, Verdana, sans-serif;
  color: #808080;
  line-height: 1.5em;
  background: #ffffff;
}

.inner {
  max-width: 1400px;
  padding: 0 80px;
  margin: 0 auto;
}

.half {
  width: 50%;
}

.inner.skinny {
  max-width: 980px;
}

/* !Footer - - - - - */
.social a {
  display: inline-block;
  height: 36px;
  margin-left: 30px;
}

.social a:first-child {
  margin-left: 0;
}

.social a path, .social a circle {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.social a:hover path, .social a:hover circle {
  fill: #be202e;
}

.footer-sep {
  padding: 0 10px;
}

.footer-address {
  padding: 30px 0;
}

ul.family-list {
  width: 100%;
}

ul.family-list a {
  display: block;
}

ul.family-list li {
  display: inline-block;
  max-height: 96px;
  padding: 0 20px;
  margin-bottom: 50px;
}

ul.family-list li img.full {
  max-height: 96px;
  width: auto;
  height: 96px;
}

ul.family-list li:nth-child(3n+1) {
  clear: both;
}

footer .curved {
  font-size: 2.25em;
}

ul.footer-cols {
  width: 100%;
}

ul.footer-cols li {
  width: 25%;
}

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

ul.footer-cols li.footer-middle {
  width: 50%;
  padding-right: 0;
}

.footer-top {
  padding: 50px 0;
}

.footer-left div {
  margin-top: 20px;
}

.footer-top-sep {
  padding: 0 10px;
}

.footer-nav-left, .footer-nav-right {
  width: 50%;
  padding-right: 40px;
}

.footer-nav a {
  display: block;
  margin-bottom: 15px;
  font-size: 1.25em;
  line-height: 1.3em;
  color: #808080;
}

.footer-nav a:hover {
  color: #be202e;
}

.footer-proact img {
  max-width: 180px;
  display: inline-block;
  margin: 0 auto;
  width: auto;
}

.footer-proact span {
  display: inline-block;
  font-size: 0.875em;
}

.footer-proact a {
  display: block;
}

.online-order span {
  padding-right: 36px;
  min-height: 25px;
  background: url(images/order-icon.svg) no-repeat right top;
  display: inline-block;
}

.header-top-left .online-order {
  position: relative;
  padding-bottom: 10px;
  display: block;
}

.online-order:hover {
  cursor: pointer;
}

.login-options:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  position: absolute;
  top: -10px;
  left: calc(50% - 8px);
}

.login-options {
  display: flex;
  padding: 15px;
  background: #ffffff;
  flex-direction: column;
  border-radius: 4px;
  position: absolute;
  display: none;
  margin-top: 10px;
  font-size: 14px;
  -webkit-filter: drop-shadow(0px 2px 2px rgb(130, 130, 130));
  filter: drop-shadow(0px 0px 8px rgba(130, 130, 130, 0.3));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
}

.online-order:hover .login-options {
  display: flex;
}

.newsletter {
  padding: 40px 0 0 0;
  border-top: 5px solid #ffffff;
}

.border-title {
  font-size: 2.25em;
  line-height: 1.3em;
  overflow: hidden;
}

.border-title span:before, .border-title span:after {
  content: "";
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #808080;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: -60px;
}

.border-title span:after {
  left: auto;
  right: -60px;
}

.border-title.white span:before, .border-title.white span:after {
  background: #ffffff;
}

.form-title {
  margin-top: 40px;
  font-size: 1.625em;
  line-height: 1.3em;
}

.email-form .gform_body, .email-form .newsletter-form, .email-form .food-safety-form, .email-form .local-availability-form, .email-form .tabs-nav {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 25px 0 25px;
}

.email-form .gform-body, .email-form .local-availability-form {
  padding: 10px 0 10px 3%;
}

.tab-content-wrap {
  margin-bottom: 80px;
}

#mc_embed_signup .button {
  margin: 0 5px 25px 0 !important;
}

.email-form .tabs-nav {
  padding: 40px 0 0 0;
}

.ilb {
  display: inline-block;
}

.tabs-nav li {
  width: 33.333%;
  margin: auto;
  text-align: center;
}

.tabs-nav li:hover {
  color: #333;
  cursor: pointer;
}

.tabs-nav li.active {
  color: #333;
  background: #f7f7f7;
  padding: 25px 0;
}

.email-form li#field_1_1, .email-form li#field_1_2, .email-form li#field_1_3 {
  width: 100%;
}

.email-form .gform_footer {
  clear: both;
  text-align: left;
  margin: 0 auto;
  padding: 0 25px 40px 25px;
}

ul.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.gform_fields li {
  margin-bottom: 15px;
}

.email-form ul.gform_fields li {
  margin-bottom: 3%;
  padding-right: 0 !important;
  width: 96%;
}

input.medium, textarea.medium, #mc_embed_signup input {
  width: 100%;
  background: #ffffff;
  border: none;
  border-radius: 4px;
  -webkit-appearance: none;
  padding: 5px 10px;
  height: 48px;
  font-family: "brandon-grotesque", Arial, Verdana, sans-serif;
  color: #808080;
}

.gfield.gform_validation_container.field_sublabel_below.field_description_below.gfield_visibility_ {
  display: none;
}

#mc_embed_signup input {
  width: 100%;
  background: #ffffff;
  border: none !important;
  border-radius: 4px !important;
  -webkit-appearance: none;
  padding: 10px 20px !important;
  height: 48px;
  font-family: "brandon-grotesque", Arial, Verdana, sans-serif;
  color: #808080;
}

#mc_embed_signup .button {
  height: auto !important;
  padding: 5px 20px !important;
}

textarea.medium {
  resize: none;
  height: 200px;
}

.gform_footer img {
  display: block;
  margin: 10px auto 0 auto;
  width: 24px;
  height: auto;
  clear: both;
}

li.gform_validation_container {
  visibility: hidden !important;
  clear: both;
  height: 1px;
  overflow: hidden;
}

.email-form .gfield_label {
  display: none;
}

li#field_1_1, li#field_1_2, li#field_1_3 {
  width: 50%;
  padding-right: 20px;
  float: left;
  clear: left;
}

li#field_1_4 {
  width: 50%;
  float: right;
  padding-left: 20px;
}

ul.gfield_checkbox {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.gfield_checkbox li {
  margin-bottom: 25px;
  font-size: 1.25em;
  line-height: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
}

ul.gfield_checkbox label {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ul.gfield_checkbox label {
    position: static;
    padding-left: 50px;
    display: block;
    line-height: 36px;
  }
  ul.gfield_checkbox input {
    background: #be202e;
    width: 36px;
    height: 36px;
    -webkit-appearance: none;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
  }
  ul.gfield_checkbox input:checked {
    background: url(images/check.svg) no-repeat center #be202e;
  }
}
.validation_error {
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
  color: #be202e;
  font-size: 1.125em;
  line-height: 1.3em;
}

.email-form .validation_error {
  padding: 20px 0;
}

.validation_message {
  font-style: italic;
  padding-top: 5px;
  color: #be202e;
}

/* !Header - - - - - */
a.logo {
  display: block;
  width: 287px;
  margin: 0 auto;
  height: 154px;
  background: url(images/piazza-logo@2x.png) no-repeat center top;
  background-size: 287px 154px;
  z-index: 1000;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -143px;
}

.header-top {
  height: 122px;
  position: relative;
  z-index: 1001;
}

.nav-wrap {
  background: rgba(51, 51, 51, 0.8);
  position: relative;
  z-index: 10;
  height: 90px;
}

.nav-wrap a {
  display: block;
  line-height: 90px;
}

.header-top-left a {
  margin-right: 6px;
}

.header-top-left a:last-child {
  margin-right: 0;
}

.header-top-left .online-order {
  margin-right: 15px;
}

.header-top-left, .header-top-right {
  padding-top: 22px;
}

.header-top-right {
  padding-top: 47.5px;
}

.header-top-right a {
  display: inline-block;
  color: #808080;
  margin-left: 60px;
  line-height: 25px;
  cursor: pointer;
}

.header-top-right a:first-child {
  margin-left: 0;
}

.header-top-right a:hover {
  color: #be202e;
}

a.search-toggle {
  padding-right: 40px;
  background: url(images/search-icon.svg) no-repeat right center;
}

ul.nav a {
  display: block;
  margin-left: 50px;
  color: #d7d7d7;
}

ul.nav li:first-child a {
  margin-left: 0;
}

ul.nav a:hover, ul.nav li#current a {
  color: #ffffff;
}

.mobile-wrap {
  display: inline-block;
}

a.nav-toggle {
  display: none;
  width: 24px;
  height: 23px;
  position: absolute;
  top: 18px;
  left: 25px;
  background: url(images/nav-toggle.svg) no-repeat center;
  text-indent: -9999px;
  cursor: pointer;
}

a.nav-toggle.open {
  background-image: url(images/x.svg);
}

ul.nav li.mobile-contact-nav {
  display: none;
}

a.mobile-search-toggle {
  display: none;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 17px;
  right: 25px;
  cursor: pointer;
}

a.top-contact#current {
  color: #be202e;
}

.search-wrap {
  width: 0;
  position: absolute;
  top: 28px;
  right: 115px;
  overflow: hidden;
  z-index: 100;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

input.search-box {
  background: #ECEDE6;
  padding-right: 50px;
}

input.search-button {
  position: absolute;
  top: 12px;
  right: 10px;
  background: none;
  border: none;
  padding: 0;
}

.mobile-search-wrap {
  display: none;
  width: 100%;
  position: relative;
  top: auto;
  right: auto !important;
}

.mobile-search-wrap input.search-box {
  padding-right: 70px;
}

.mobile-search-wrap input.search-button {
  right: 22px;
}

.search-wrap.open {
  width: 240px;
}

/* !Sustainability - - - - - */
#main {
  padding-top: 50px;
}

#main.has-header {
  position: relative;
  z-index: 1;
  margin-top: -90px;
  padding-top: 0;
}

.header-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding-top: 90px;
  padding-bottom: 40px;
}

.header-title .curved {
  font-size: 3em !important;
  color: #ffffff;
}

.header-title .curved:after {
  background: #ffffff;
}

.scroll-nav {
  border-bottom: 5px solid #ffffff;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 100;
  padding-top: 2px;
  height: 60px;
  overflow: hidden;
}

.scroll-nav.has-header {
  margin-top: -60px;
}

.scroll-nav a {
  line-height: 58px;
  display: inline-block;
  margin-left: 50px;
  color: #808080;
  font-size: 1.125em;
}

.scroll-nav a:first-child {
  margin-left: 0;
}

.scroll-nav a:hover {
  color: #333333;
}

.text {
  font-size: 1.25em;
  line-height: 1.5em;
}

.text.italic-script {
  font-size: 1.6875em;
}

.text.bold-text strong, .text-bold-text b {
  font-weight: bold;
  font-size: 140%;
  line-height: 1.4em;
}

.italic-script em, .italic-script i {
  font-family: "ThirstyScript", "brandon-grotesque", Arial, Verdana, sans-serif;
  font-style: normal !important;
}

.grad-block {
  height: 90px;
}

.sub-intro {
  border-top: 5px solid #ffffff;
  padding: 0 0 60px 0;
}

.sub-intro .grad-block {
  margin-bottom: 50px;
}

.text p {
  margin: 10px 0;
}

.red-bg .italic-script em, .red-bg .italic-script i, .texture .italic-script em, .texture .italic-script i {
  color: #ffffff;
}

.block-pad {
  padding: 60px 0;
}

.flex-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-item:nth-child(1) {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.block-text blockquote {
  font-weight: 900;
  font-size: 130%;
  position: relative;
  padding: 50px 0;
  line-height: 1.5em;
}

.block-text blockquote b, .block-text blockquote strong {
  font-size: 60%;
  text-align: center;
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.block-text blockquote:before, .block-text blockquote:after {
  content: "";
  width: 26px;
  height: 21px;
  position: absolute;
  top: 60px;
  left: -40px;
  background: url(images/open-quote.svg) no-repeat center;
}

.block-text blockquote:after {
  top: auto;
  bottom: 70px;
  left: auto;
  right: -40px;
  background-image: url(images/close-quote.svg);
}

#green .curved {
  color: #006837;
}

#green .curved:after {
  background: #006837;
}

.awards-bar {
  border-bottom: 5px solid #ffffff;
  position: relative;
  overflow: hidden;
  margin: 30px 0 60px 0;
}

.awards-bar:after {
  content: "";
  width: 75%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
}

.certs {
  width: 25%;
}

.awards-block {
  width: 75%;
  position: relative;
  z-index: 100;
}

ul.awards {
  width: 100%;
}

.awards-block ul.awards li {
  width: 33.33%;
}

ul.awards li {
  padding: 10px 15px;
}

.award-header {
  padding: 8px 10px;
  font-size: 1.625em;
  line-height: 1.3em;
  background: rgba(255, 255, 255, 0.2);
}

.award-title {
  padding: 8px 10px;
  font-size: 1.875em;
  line-height: 1.3em;
  position: relative;
  margin-bottom: 20px;
}

.award-title:after {
  content: "";
  width: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  background: #ffffff;
  height: 1px;
}

/* !Food Safety - - - - - */
.white-box {
  padding: 40px;
  margin-top: 30px;
}

.white-box:first-child {
  margin-top: 0;
}

.boxes {
  padding: 40px 0;
}

a.box-button {
  margin-top: 15px;
}

.box-title {
  font-size: 1.875em;
  line-height: 1.3em;
  margin-bottom: 15px;
}

.text {
  font-weight: 500;
  letter-spacing: 0.05em;
}

/* !Product Landing - - - - - */
ul.product-grid {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

ul.product-grid li {
  width: 25%;
  margin: 0 10px;
  margin-bottom: 90px;
  display: inline-block;
  padding: 0 50px;
  vertical-align: top;
}

.product-image {
  border: 15px solid #ffffff;
  border-radius: 120%;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.product-image:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 120%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.product-image img {
  z-index: 1;
}

.product-title {
  font-size: 1.875em;
  line-height: 1.3em;
  color: #808080;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a:hover .product-title {
  color: #be202e;
}

.product-header {
  font-size: 4.375em;
  line-height: 1.3em;
  margin: 0 0 30px 0;
}

.border-title.lt-grey span:before, .border-title.lt-grey span:after {
  background: #d7d7d7;
}

.product-grid-wrap {
  padding-top: 90px;
}

.product-controls {
  border-top: 5px solid #ffffff;
  padding: 30px 0;
  min-height: 100px;
}

a.list-view, a.grid-view {
  background: #ffffff;
  padding: 25px 25px 25px 80px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: absolute;
  top: -30px;
  left: 0;
  color: #808080;
  cursor: pointer;
}

a.grid-view, .product-list-wrap {
  display: none;
}

a.list-view:hover, a.grid-view:hover {
  color: #333333;
}

a.list-view:after, a.grid-view:after {
  content: "";
  width: 35px;
  height: 35px;
  background: url(images/list-icon.svg) no-repeat center;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 25px;
}

a.grid-view:after {
  background-image: url(images/grid-icon.svg);
}

a.support {
  display: inline-block;
  padding-left: 55px;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #808080;
  min-height: 44px;
}

a.support:hover {
  color: #333333;
}

a.support:after {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  top: 2px;
  left: 0;
  background: url(images/phone-icon.svg) no-repeat center #d7d7d7;
  border-radius: 120%;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a.support:hover:after {
  background-color: rgb(189.5, 189.5, 189.5);
}

.product-nav-sep {
  padding: 0 8px;
  position: relative;
  top: -2px;
}

.product-nav {
  padding: 25px 0;
  border-top: 5px solid #ffffff;
}

.product-nav a {
  color: #d7d7d7;
}

.product-nav a:hover {
  color: #ffffff;
}

ul.product-cols {
  width: 100%;
}

ul.product-cols li {
  width: 30%;
  padding-right: 40px;
}

ul.product-cols li.item-number {
  width: 20%;
}

ul.product-cols li.item-view {
  padding-right: 0;
  text-align: right;
  width: 20%;
}

ul.product-cols a.button {
  text-align: center;
}

.product-row {
  padding: 50px 0;
}

.product-row:nth-child(even) {
  background: rgba(128, 128, 128, 0.1);
}

.item-number {
  font-size: 1.25em;
  line-height: 1.3em;
}

.item-name, .item-count {
  font-size: 1.6875em;
  line-height: 1.3em;
}

.vendor-left {
  width: 20.8%;
}

.vendor-right {
  width: 79.2%;
  padding-left: 50px;
}

.vendor-bar .fleft {
  padding-right: 20px;
}

.vendor-bar .fright {
  padding-left: 20px;
  text-align: right;
}

.vendor-bar {
  border-top: 5px solid #ffffff;
  padding: 45px 0;
}

.vendor-bar-title {
  font-size: 1.25em;
  line-height: 1.3em;
}

.vendor-bar-script {
  font-size: 2.25em;
  line-height: 1.3em;
  margin-top: 10px;
}

.product-sub {
  margin-top: 25px;
  position: relative;
  color: rgba(128, 128, 128, 0.6);
  font-size: 1.25em;
  line-height: 1.3em;
}

.product-sub:after {
  content: "";
  width: 40px;
  height: 2px;
  top: -15px;
  left: 50%;
  margin-left: -20px;
  background: rgba(128, 128, 128, 0.6);
  position: absolute;
}

/* !Contact - - - - - */
.contact-form {
  max-width: 500px;
  margin: 0 auto;
}

.contact-form .gform_footer {
  text-align: center;
}

.contact-form .gfield_label {
  display: none;
}

.acf-map {
  height: 360px;
}

.map-icon {
  background: url(images/map-icon-red.svg) no-repeat center;
}

.contact-left {
  padding-right: 25px;
}

.contact-right {
  padding-left: 25px;
}

.contact-text p {
  margin: 0 0 8px 0;
}

.contact-text a {
  color: #808080;
}

.contact-text a:hover {
  color: #be202e;
}

.contact-title {
  font-size: 1.75em;
  line-height: 1.3em;
  margin-bottom: 10px;
}

/* !Homepage - - - - - */
.home-product-header {
  padding: 10px 0 0 0;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
}

.home-product-header .curved {
  padding-bottom: 50px;
}

.curved.white:after {
  background: #ffffff;
}

.curved.white {
  color: #ffffff;
}

.curved.red {
  color: #be202e;
}

.curved.red:after {
  background: #be202e;
}

.home-left .pad {
  padding: 50px;
}

.home-left:before {
  content: "";
  width: 180px;
  height: 87px;
  background: url(images/truck.svg) no-repeat center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -90px;
  margin-top: -47px;
}

.home-boxes {
  border-top: 5px solid #ffffff;
}

.home-right .border-title {
  padding: 12px 25px 0 25px;
}

.video-image {
  float: left;
  width: 40%;
}

.video-content.fright {
  width: 60%;
  padding-left: 40px;
}

.home-video {
  padding: 50px;
}

.video-title {
  font-size: 1.6875em;
  line-height: 1.3em;
  margin-bottom: 10px;
  display: block;
}

.home-left .curved {
  padding-bottom: 90px;
}

.home-screen {
  padding: 170px 50px 100px 50px;
}

.home-screen-inner {
  background: rgba(0, 0, 0, 0.2);
  padding: 50px;
}

.home-screen-inner .flex-item {
  position: relative;
  top: -30px;
}

.home-screen .curved {
  font-size: 3em !important;
}

.home-headline {
  font-size: 3.75em;
  line-height: 1.3em;
  margin-top: -20px;
}

.home-screen a.button {
  margin-top: 30px;
}

.home-header, .story-image {
  background: url(images/trans.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.home-grad {
  border-top: 5px solid #ffffff;
}

.home-screen .curved:after {
  background: #ffffff;
}

.video-content a.button {
  margin-top: 15px;
}

/* !Our Story - - - - - */
.story-top {
  padding: 120px 0 100px 0;
}

.story-top.has-image {
  background: url(images/trans.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.story-header-text {
  font-size: 2.25em;
  line-height: 1.4em;
}

.story-block .pad {
  padding: 0 50px;
}

.story-block .italic-script em, .story-block .italic-script i {
  color: #ffffff;
}

.story-image {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.middle-text {
  padding: 80px 0;
  font-size: 1.875em;
  line-height: 1.4em;
}

.story-block {
  border-top: 5px solid #ffffff;
}

.story-block a.button {
  margin-top: 20px;
}

.freight-left {
  width: 38.4%;
}

.freight-right {
  width: 61.6%;
  padding-left: 50px;
}

.story-block {
  padding: 50px 0;
}

.produce-screen {
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px 25px 100px 25px;
  width: 100%;
  height: 100%;
  font-size: 2.25em;
  line-height: 1.4em;
}

.produce-image {
  padding: 0 !important;
}

.produce-screen em, .produce-screen i {
  color: #be202e !important;
}

.proact-image {
  padding: 50px;
}

.story-proact {
  padding-top: 0;
  padding-bottom: 0;
}

.story-proact .half {
  width: 50%;
  padding: 0;
  float: left;
  position: relative;
  z-index: 2;
}

.story-proact .half:first-child {
  padding: 10% 0 50px 0;
}

.story-proact:after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff;
  z-index: 1;
}

.service-screen i, .service-screen em {
  color: #ffffff !important;
}

.produce-image i, .produce-image em {
  font-size: 115%;
  line-height: 1.3em;
}

/* !Single Post - - - - - */
.box-wrap.has-image {
  padding-left: 34.1%;
  min-height: 240px;
}

.box-wrap .product-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 29.3%;
  max-width: 240px;
}

.box-wrap {
  margin-top: 30px;
}

.box-wrap:first-child, .box-wrap.white-box {
  margin-top: 0;
}

.text h1 {
  font-family: "ThirstyScript", "brandon-grotesque", Arial, Verdana, sans-serif;
  color: #be202e;
  font-size: 2.25em;
  line-height: 1.4em;
  margin: 30px 0;
}

.text h2 {
  font-weight: 900;
  color: #be202e;
  margin: 30px 0 0 0;
  font-size: 1.6875em;
  line-height: 1.3em;
}

.text h1:first-child, .text h2:first-child {
  margin-top: 0;
}

/* !Blog Landing - - - - - */
.other-bar:after {
  /*content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: $grey;
  z-index: 1;*/
}

.other-bar .half {
  position: relative;
  z-index: 10;
}

.market-content {
  padding: 50px;
}

.other-bar .border-title {
  padding-top: 8px;
  line-height: 52px;
}

.other-bar .award-header {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 60px;
}

.home-post-left {
  width: 29%;
}

.home-post-right.fright {
  width: 71%;
  padding-left: 50px;
}

.post-title {
  font-size: 2.625em;
  line-height: 1.4em;
  margin: 15px 0;
}

.home-post-right a.button, .post-right a.button {
  margin-top: 15px;
}

.post-left {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  float: none;
  background: url(images/default@2x.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.post-left, .post-right.fright {
  width: 50%;
}

.post {
  border-top: 5px solid #ffffff;
}

.post:first-child {
  border: none;
}

.post-nav {
  padding: 50px 25px;
  text-align: center;
  border-top: 5px solid #ffffff;
}

/* !Global Alert - - - - - */
.global-alert {
  padding: 20px 0;
  min-height: 72px;
}

.global-alert .inner {
  padding: 0 100px 0 30px;
}

.alert-title {
  width: 30%;
  text-align: right;
  font-size: 1.75em;
  line-height: 34px;
}

.global-alert .alert-text {
  width: 70%;
  padding-left: 30px;
  padding-right: 120px;
  line-height: 34px;
}

.alert-text span.rel {
  min-height: 34px;
  padding-right: 100px;
}

.alert-text span {
  display: block;
}

.alert-text a.button {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

a.close, a.popup-close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
}

/* !Search Results - - - - - */
ol.results-list li {
  margin-bottom: 30px;
}

/* !Single Product - - - - - */
.single-product-more {
  padding: 50px 0;
}

.single-product-more a.button {
  margin-top: 15px;
}

.single-product-more a.button {
  color: #ffffff;
}

.single-product-title {
  margin-top: 20px;
  font-size: 2.25em;
  line-height: 1.3em;
}

.qty {
  font-size: 1.625em;
  line-height: 1.3em;
  margin-top: 8px;
}

.product-text {
  margin-top: 20px;
  font-size: 1.625em;
  line-height: 1.5em;
}

.product-left {
  width: 21.8%;
}

.product-right {
  width: 78.2%;
  padding-left: 40px;
}

/* !Print Logo - - - - - */
.print-logo {
  display: none;
}

/* !Edits 8/25/16 - - - - - */
.home-grid-wrap ul.product-grid {
  max-width: 1400px;
}

.home-grid-wrap ul.product-grid li {
  width: 30%;
}

/* !Vendor Template - - - - - */
ul.vendor-product-list {
  display: block;
}

.vendor-product-title {
  font-size: 3em;
  line-height: 1.1em;
  padding: 30px 0;
  background: rgba(255, 255, 255, 0.4);
}

#map {
  width: 100%;
  height: 300px;
}

.page-template-product-landing #map {
  width: 100%;
  height: 300px;
  margin-top: 40px;
}

#main.single-vendor {
  padding-top: 10px;
}

.vendor-top, .vendor-bottom {
  padding: 80px 0;
}

.vendor-top-right a.button {
  margin-top: 15px;
}

.vendor-top-left {
  width: 43.9%;
}

.vendor-top-right {
  width: 56.1%;
  padding-left: 50px;
}

.vendor-title {
  font-size: 1.75em;
  margin-bottom: 10px;
  line-height: 1.3em;
}

/* Flexslider Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
@-moz-document url-prefix() {
  .flexslider .slides > li {
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* Firefox Flicker Fix */
@-moz-document url-prefix() {
  .slides li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000;
  }
}
/* - - - Media Queries - - - */
@media only screen and (max-width: 1399px) {
  ul.nav a {
    margin-left: 30px;
    font-size: 0.875em;
  }
  ul.nav a span {
    display: none;
  }
  .vendor-bar .fleft, .vendor-bar .fright {
    padding: 0;
    text-align: center;
    width: 100%;
    float: none;
  }
  .vendor-bar .fright {
    margin-top: 20px;
  }
  .home-headline {
    font-size: 3.125em;
  }
  .home-screen-inner .flex-item {
    position: relative;
    top: -20px;
  }
  .story-proact .half:first-child {
    padding-top: 8%;
  }
}
@media only screen and (max-width: 1200px) {
  ul.product-grid li {
    padding: 0 30px;
  }
  .product-title {
    font-size: 1.375em;
  }
  .product-image {
    border-width: 10px;
  }
  .video-image {
    max-width: 240px;
    width: 100%;
    float: none;
    margin: 0 auto 20px auto;
  }
  .video-content.fright {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
  }
  .home-screen-inner .flex-item {
    position: relative;
    top: -10px;
  }
  .home-headline {
    font-size: 2.5em;
  }
  .story-proact .half:first-child {
    padding-top: 6%;
  }
}
@media only screen and (max-width: 1100px) {
  /* Style adjustments for viewports that meet the condition */
  .inner {
    padding: 0 40px;
  }
  .search-wrap {
    right: 75px;
  }
  .story-proact .half:first-child {
    padding-top: 40px;
  }
  .home-grid-wrap ul.product-grid li {
    width: 32%;
  }
}
@media only screen and (max-width: 1023px) {
  ul.footer-cols li.footer-left,
  .header-top-right,
  .scroll-nav,
  .awards-bar:after {
    display: none !important;
  }
  .nav-wrap,
  .header-top-left,
  .product-nav,
  .other-bar:after,
  .post-left {
    display: none;
  }
  .inner {
    padding: 0 25px;
  }
  li#field_1_1, li#field_1_2, li#field_1_3, li#field_1_4 {
    width: 100%;
    float: none;
    padding: 0;
  }
  .border-title {
    font-size: 1.75em;
  }
  .form-title {
    font-size: 1.125em;
  }
  ul.footer-cols li {
    width: 100% !important;
    padding: 0 !important;
  }
  ul.footer-cols li:last-child {
    margin-top: 30px;
  }
  a.footer-logo {
    max-width: 240px;
    margin: 0 auto;
    display: block;
  }
  .footer-proact span {
    display: block;
  }
  .social a {
    height: 20px;
    margin-left: 0;
  }
  .social svg {
    height: 20px;
    width: auto;
  }
  .footer-sep {
    display: block;
    height: 5px;
    text-indent: -9999px;
  }
  ul.family-list li {
    margin-bottom: 20px;
  }
  ul.gfield_checkbox li {
    font-size: 1em;
  }
  ul.gfield_checkbox label {
    line-height: 1.3em;
    min-height: 36px;
  }
  a.nav-toggle {
    display: block;
  }
  .header-top .inner {
    padding: 60px 0 0 0;
  }
  a.logo {
    width: 214px;
    height: 89px;
    background-image: url(images/mobile-logo@2x.png);
    background-size: 214px 89px;
    margin-left: -107px;
  }
  .header-top-left {
    width: 100%;
    text-align: center;
    background: #F7F7F7;
    padding: 30px 0 20px 0;
    float: none;
  }
  .online-order {
    display: block;
  }
  .login-options {
    filter: none;
    position: relative;
    background-color: transparent;
    display: flex;
    padding: 0;
    padding-bottom: 15px;
  }
  .header-top-left .online-order {
    margin-right: 0;
  }
  .login-options:before {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    background-color: transparent;
  }
  .header-top {
    height: auto;
  }
  .nav-wrap {
    height: auto;
  }
  .nav-wrap a {
    line-height: normal;
  }
  .nav-wrap ul {
    display: block;
    padding: 15px 0;
  }
  .nav-wrap ul li {
    display: block;
    float: none;
  }
  ul.nav a {
    display: block;
    margin: 0;
    padding: 8px 25px;
    line-height: auto;
  }
  ul.nav li.mobile-contact-nav, a.mobile-search-toggle {
    display: block;
  }
  #main.has-header {
    margin-top: 0;
  }
  .header-title {
    padding-top: 50px;
  }
  .header-title .curved, .vendor-product-title {
    font-size: 2.5em !important;
  }
  .curved {
    padding-bottom: 60px;
  }
  .certs, .awards-block {
    width: 100%;
    float: none;
  }
  .awards-block {
    background: rgba(255, 255, 255, 0.2);
  }
  ul.product-grid li {
    width: 33.33%;
  }
  ul.product-grid {
    max-width: 870px;
  }
  .product-header {
    font-size: 2.875em;
  }
  ul.product-cols li {
    width: 100% !important;
    display: block;
    float: none;
    margin-bottom: 15px;
    padding: 0;
    text-align: left !important;
  }
  ul.product-cols li:last-child {
    margin-bottom: 0;
  }
  .product-row {
    padding: 40px 0;
  }
  .item-name, .item-count {
    font-size: 1.25em;
  }
  .item-number {
    font-size: 1em;
  }
  .vendor-bar-title {
    font-size: 1.125em;
  }
  .vendor-bar-script {
    font-size: 1.75em;
  }
  .home-left, .home-right {
    height: auto !important;
    float: none;
    width: 100%;
  }
  .home-right .border-title {
    padding-bottom: 5px;
  }
  .home-video, .home-left .pad {
    padding-left: 25px;
    padding-right: 25px;
  }
  .home-left .pad {
    padding: 120px 25px 35px 25px;
  }
  .home-left:before {
    top: 35px;
    margin-top: 0;
  }
  .home-screen {
    padding: 25px;
  }
  .story-block {
    padding: 5% 0;
  }
  .home-screen-inner {
    padding: 20px;
  }
  .freight-left, .freight-right {
    width: 100%;
    float: none;
    padding: 0;
  }
  .freight-left {
    max-width: 300px;
    margin: 0 auto 20px auto;
  }
  .market-content {
    padding-left: 25px;
    padding-right: 25px;
  }
  .alert-title, .global-alert .alert-text {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
  }
  .alert-title {
    margin-bottom: 10px;
    font-size: 1.5em;
  }
  .alert-text a.button {
    position: static;
    margin-top: 10px;
  }
  .alert-text .mobile-block {
    display: block;
    line-height: 1.3em;
  }
  a.close, a.popup-close {
    width: 20px;
  }
  .global-alert .inner {
    padding: 0 30px;
  }
  .alert-text span {
    padding: 0 !important;
  }
  .single-product-title {
    font-size: 1.75em;
  }
  .qty {
    font-size: 1.25em;
  }
  .product-text {
    font-size: 1.25em;
  }
  .product-left {
    width: 100%;
    float: none;
    max-width: 300px;
    margin: 0 auto 30px auto;
  }
  .product-right {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .single-product-more .product-left {
    margin-bottom: 0;
  }
  .vendor-top, .vendor-bottom {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  /* Style adjustments for viewports that meet the condition */
  .story-proact:after {
    display: none;
  }
  .footer-nav-left, .footer-nav-right {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
  }
  .header-title .curved, .vendor-product-title {
    font-size: 1.875em !important;
  }
  .text.italic-script {
    font-size: 1.125em;
  }
  .text {
    font-size: 16px;
  }
  .block-pad {
    padding: 40px 0;
  }
  .grad-block {
    height: 50px;
  }
  .sub-intro {
    padding: 0 0 30px 0;
  }
  .sub-intro .grad-block {
    margin-bottom: 40px;
  }
  .awards-block ul.awards li {
    width: 100%;
  }
  .box-title {
    font-size: 1.5em;
  }
  a.button {
    font-size: 1em;
  }
  ul.product-grid li {
    width: 50%;
    margin-bottom: 60px;
    padding: 0 25px;
  }
  ul.product-grid {
    max-width: 660px;
  }
  .product-title {
    font-size: 1.125em;
  }
  .product-header {
    font-size: 1.875em;
  }
  .intro {
    text-align: center;
  }
  a.support {
    width: 42px;
    height: 42px;
    overflow: hidden;
    text-indent: -9999px;
    padding-left: 42px;
  }
  a.support:after {
    top: 0;
  }
  a.list-view, a.grid-view {
    background: none;
    padding: 0 0 0 55px;
    line-height: 42px;
    position: static;
    float: left;
  }
  a.list-view:after, a.grid-view:after {
    left: 0;
  }
  .vendor-left {
    width: 100%;
    max-width: 150px;
    margin: 0 auto 30px auto;
    float: none;
  }
  .vendor-right {
    padding: 0;
    width: 100%;
    float: none;
  }
  .vendor-bar-title {
    font-size: 0.875em;
  }
  .vendor-bar-script {
    font-size: 1.25em;
  }
  .contact-left, .contact-right {
    width: 100%;
    float: none;
    padding: 0;
  }
  .contact-right {
    margin-top: 40px;
  }
  .acf-map {
    height: 200px;
  }
  .contact-title {
    font-size: 1.5em;
  }
  .home-headline {
    font-size: 1.75em;
  }
  .story-block .pad {
    padding: 0 25px;
  }
  .story-block .half {
    width: 100%;
    height: auto;
    float: none;
  }
  .story-image {
    height: 300px;
    position: static;
  }
  .produce-screen {
    font-size: 1.5em;
  }
  .white-box {
    padding: 20px;
  }
  .box-wrap.has-image {
    padding-left: 0;
    padding-top: 220px;
  }
  .box-wrap .product-image {
    top: 30px;
    left: 50%;
    width: 170px;
    margin-left: -85px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  }
  .home-post-left {
    width: 100%;
    float: none;
    max-width: 240px;
    margin: 0 auto 30px auto;
  }
  .home-post-right.fright {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .other-bar .half {
    width: 100%;
    float: none;
  }
  .other-bar .market-alert {
    background: #808080;
  }
  .post-title {
    font-size: 1.75em;
  }
  .post-right.fright {
    width: 100%;
    float: none;
  }
  .story-proact {
    padding-top: 0;
    padding-bottom: 0;
  }
  .home-grid-wrap ul.product-grid li {
    width: 48%;
  }
  #map {
    height: 200px;
    margin-top: 40px;
  }
  .vendor-top, .vendor-bottom {
    padding: 40px 0;
  }
  .vendor-top-left, .vendor-top-right {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
  }
  .vendor-top-left {
    max-width: 360px;
    margin: 0 auto 40px auto;
  }
}
@media only screen and (max-width: 520px) {
  /* Style adjustments for viewports that meet the condition */
  .header-image {
    height: 205px;
    overflow: hidden;
  }
  .header-image img.full {
    width: 500px;
    height: 205px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -250px;
  }
  ul.product-grid li {
    width: 100%;
    margin-bottom: 40px;
  }
  .product-image {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-grid-wrap ul.product-grid li {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  /* Style adjustments for viewports that meet the condition */
}
@media only screen and (max-width: 400px) {
  /* Style adjustments for viewports that meet the condition */
}
@media only screen and (max-width: 320px) {
  /* Style adjustments for viewports that meet the condition */
}
/* - - - Non-Semantic Helper Classes - - - */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* - - - Print Styles - - - */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: h5bp.com/s */
  /*a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  /* - - - New Print Styles 3/4/16 - - - */
  .print-logo {
    display: block;
    max-width: 180px;
    margin: 0 auto 30px auto;
    padding: 30px 0 0 0;
  }
  .global-alert,
  header,
  .footer-top,
  .footer-bottom .curved,
  .footer-bottom .family-list-wrap,
  .footer-bottom .social,
  .product-controls,
  .header-image,
  ul.product-cols li.item-view,
  .intro,
  .single-product-more a.button,
  .vendor-bar,
  .product-intro .border-title {
    display: none;
  }
  * {
    color: #000 !important;
  }
  #container {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .header-image {
    height: 100px;
  }
  #main,
  #main.has-image {
    margin-top: 0 !important;
  }
  .product-nav,
  .product-intro,
  .product-grid-wrap {
    background: none !important;
  }
  .product-nav {
    padding-top: 50px;
    text-align: center;
  }
  .product-grid-wrap {
    padding-top: 0;
  }
  ul.product-grid li {
    padding: 15px 30px;
    margin: 0;
  }
  .product-title,
  .item-name,
  .product-nav {
    font-size: 14px;
  }
  .product-sub, footer {
    font-size: 10px;
  }
  ul.product-cols {
    display: block;
  }
  ul.product-cols li {
    display: inline-block;
    float: none;
    vertical-align: top;
    width: 33.33% !important;
  }
  li.product-row {
    border-top: 1px solid #000;
  }
  li.product-row:first-child {
    border: none;
  }
  .item-number,
  .item-count,
  .qty {
    font-size: 12px;
  }
  .single-product-title,
  .product-header {
    font-size: 16px;
  }
  .text {
    font-size: 11px;
  }
  .single-product-wrap .block-pad {
    padding: 10px 0;
  }
  .single-product-more,
  .sub-intro {
    padding: 0;
  }
}
.header-image {
  background-color: #333333;
  max-height: 480px;
  overflow: hidden;
  display: block;
}

.header-image img {
  opacity: 0.75;
}

.home-headline {
  text-shadow: rgba(0, 0, 0, 0.6) 0px 0px 60px;
}

.home-product-header .curved {
  max-width: 480px;
}

.zero-height {
  height: 0;
}

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

.award-text {
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: 1.2em;
}

.certs, .awards-block {
  width: 100%;
  float: none;
}

.awards-block:nth-of-type(2) {
  background: rgba(255, 255, 255, 0.2);
}

.awards-bar:after {
  width: 0%;
}

ul.product-grid li {
  padding: 0;
}

.product-grid-wrap {
  padding-top: 40px;
}

.home-grid-wrap ul.product-grid {
  max-width: 1600px;
}

.product-image {
  max-height: auto;
}

ul.gfield_checkbox input:hover {
  cursor: pointer;
}

.story-top {
  padding: 140px 0 180px 0;
}

.story-header-text {
  font-size: 1.8em;
}

.story-block.dk-grey-bg img {
  opacity: 0.7;
}

.stoy-block .curved-white {
  padding-top: 0;
}

.gform_confirmation_message {
  text-align: center;
  margin: 25px 25px 50px 25px;
  font-family: "ThirstyScript";
  font-size: 24px;
}

.page-template-order-signupcopy .button {
  margin-top: 10px;
}

.blog a.Homepage, .archive a.Homepage, .category a.Homepage {
  display: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single #main {
  position: relative;
  z-index: 1;
  margin-top: -90px;
  padding-top: 0;
}

@media only screen and (max-width: 520px) {
  .product-image {
    max-height: 230px;
  }
  .gform_confirmation_message {
    font-size: 18px;
  }
  .page-template-order-signupcopy .header-title .curved {
    font-size: 1.1em !important;
  }
  .home-screen .curved {
    font-size: 1.875em !important;
  }
}
@media only screen and (max-width: 767px) {
  .story-proact .half.proact-image img {
    display: none;
  }
  .story-proact:after {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .story-top {
    padding: 30px 0 90px 0;
  }
  .produce-screen {
    position: relative;
  }
  .story-block.dk-grey-bg {
    background-color: #ECEDE6;
    color: #808080;
  }
  .story-block.dk-grey-bg .curved.white, .story-block.dk-grey-bg .text p {
    color: #808080;
  }
  .story-block.dk-grey-bg .curved.white:after {
    background: #808080;
  }
  .story-block.dk-grey-bg .text.white em {
    color: #808080 !important;
  }
  .story-block.dk-grey-bg img {
    opacity: 1;
  }
}
/* - - - CODO Additions - - - */
.awards.block-pad {
  padding-bottom: 0px;
  margin-bottom: -60px;
}

.blog a.Featured.News, .archive a.Featured.News, .category a.Featured.News, a.Piazza.Local, a.Local.Dairy.Farmers {
  display: none;
}

.blog a.More.News, .archive a.More.News, .category a.More.News {
  margin-left: 0px;
}

.product-grid li {
  margin-right: 20px;
}

.product-grid li:nth-of-type(3n + 3) {
  margin-right: 0;
}

a:hover {
  cursor: pointer;
}

p#breadcrumbs {
  display: inline;
}

.full {
  width: 100%;
}

.story-block.freight-block {
  max-height: 700px;
}

#breadcrumb {
  margin-top: -26px;
  width: 80%;
  float: left;
  margin-bottom: 0;
}

.breadcrumb {
  padding: 0 0 0 40px;
}

p#breadcrumbs {
  margin: 0;
}

.story-block {
  width: 100%;
}

.single .story-block.lt-wgrey-bg {
  border-top: 0px;
}

.fancybox-nav {
  width: 60px;
}

.fancybox-nav span {
  visibility: visible;
}

.fancybox-next {
  right: -60px;
}

.fancybox-prev {
  left: -60px;
}

.play-button {
  position: absolute;
  width: 40%;
  height: auto;
  margin: 35% 30%;
}

.play-button-cat {
  position: relative;
  z-index: 3;
  width: 25%;
  margin: 100px 35%;
}

.fill {
  height: 100%;
}

.single .story-block {
  min-height: auto;
}

li#field_1_1, li#field_1_2, li#field_1_3 {
  width: 100% !important;
}

.signup .gform_body {
  min-height: 240px;
}

.page-id-1486 .closed ~ header {
  margin-top: 72px;
}

.page-id-1486 .global-alert {
  margin-top: 72px;
}

.global-alert-testing {
  padding: 20px 0;
  min-height: 72px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999999999;
}

ul.nav a span.r-ball {
  display: inline;
}

/* - - - Popup Box - - - */
.hidden {
  display: none;
  visibility: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  opacity: 1;
  z-index: 999999999;
}

.page-id-1486 .overlay, .page-id-2183 .overlay, .page-id-2184 .overlay {
  visibility: visible;
}

.page-id-1486 .overlay.hidden, .page-id-2183 .overlay.hidden, .page-id-2184 .overlay.hidden {
  visibility: hidden;
}

.popup-wrapper {
  border: 16px solid #ffffff;
  border-radius: 6px;
  margin: 10vh auto;
  background: #ffffff;
  width: 100%;
  max-width: 720px;
  position: relative;
  transition: all 0.25s ease-in-out;
  z-index: 1003;
}

#popup1 .popup-wrapper {
  max-width: 820px;
}

.popup {
  background-size: cover;
  background-repeat: no-repeat;
}

.popup.shadow {
  -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.7);
  overflow: hidden;
}

.popup-inner {
  padding: 20px;
}

#popup1 .popup-inner {
  padding: 40px 0 120px 0;
}

.popup h1 {
  margin: auto;
  font-size: 3em;
  padding: 80px 25px 48px 25px;
  color: #EBECE4;
}

#popup1 .popup h1 {
  padding: 0;
  padding-top: 30px;
  font-size: 3em;
}

.popup-image {
  margin: auto;
  text-align: center;
  width: 100%;
  max-width: 360px;
}

#popup1 .popup-image {
  max-width: 250px;
  margin-top: 80px;
}

.popup-image img {
  width: 100%;
  height: auto;
}

.popup-info {
  background: rgba(0, 0, 0, 0.6);
  margin-top: -80px;
  padding-top: 90px;
}

.popup h3 {
  line-height: 1.4em;
  padding-bottom: 0px;
  color: #EBECE4;
}

#popup1 .popup h3 {
  margin-top: 44px;
  font-size: 1em;
  opacity: 0.75;
  padding-bottom: 50px;
}

.popup a.popup-close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  opacity: 0.5;
  width: 80px;
}

.popup a.popup-close span.close-text {
  font-size: 0.5em;
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
}

.popup a.popup-close span.close-button {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
}

.popup a.popup-close:hover {
  color: #be202e;
  opacity: 1;
  transition: all 2.5s ease-in-out;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

.popup .button-wrapper {
  width: 100%;
  margin: auto;
  background-color: #EBECE4;
  padding: 40px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.popup.shadow .button-wrapper {
  -webkit-box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.4);
  box-shadow: 0 -20px 40px rgba(0, 0, 0, 0.4);
}

.popup a.button:hover {
  color: #ffffff;
}

.overlay {
  padding: 50px;
  transition: all 0.75s ease-in-out;
}

.popup-wrapper {
  margin: 0vh auto;
  border: 12px solid #ffffff;
}

.popup h1 {
  font-size: 3em;
}

.popup .button-wrapper {
  padding: 30px;
  transition: all 0.75s ease-in-out;
}

#popup1 .popup-inner {
  padding: 30px 0 90px 0;
  transition: all 0.75s ease-in-out;
}

#popup1 .popup-image {
  margin-top: 60px;
  transition: all 0.75s ease-in-out;
}

#popup1 .popup-info {
  padding-top: 60px;
  transition: all 0.75s ease-in-out;
}

.single-vendors #main {
  margin-top: 0;
}

.page-template-vendor-landing .product-grid-wrap {
  padding-top: 0;
}

@media only screen and (max-width: 680px) {
  .overlay {
    padding: 25px;
    transition: all 0.75s ease-in-out;
  }
  .popup-wrapper {
    border: 8px solid #ffffff;
  }
  .popup .button-wrapper {
    padding: 20px;
    transition: all 0.75s ease-in-out;
  }
  #popup1 .popup-inner {
    padding: 20px 0 60px 0;
    transition: all 0.75s ease-in-out;
  }
  .popup h1 {
    font-size: 2.75em;
    padding: 80px 25px 40px 25px;
  }
  #popup1 .popup-image {
    margin-top: 40px;
    transition: all 0.75s ease-in-out;
  }
  #popup1 .popup-info {
    padding-top: 60px;
    transition: all 0.75s ease-in-out;
  }
  .popup h3 {
    font-size: 1.25em;
  }
}
