/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

.main-nav, .main-content ul, .sub-nav, .sidebar-quick ul, .sidebar-recent-posts ul, .footer-contact ul, .footer-customer-service ul, .footer-connect ul, .footer-stay-informed ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.sn-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1; }
  .sn-nav:before, .sn-nav:after {
    content: " ";
    display: table; }
  .sn-nav:after {
    clear: both; }
  .sn-nav li {
    float: left;
    margin-right: 20px; }

.banner, .home-banner {
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  height: auto;
  position: absolute; }

.button, .field-container .submit, .prefooter-action {
  display: inline-block;
  background: #2b825b;
  color: #fff;
  line-height: 1em;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 30px;
  text-decoration: none;
  border-radius: 20px;
  box-shadow: 1px 1px 3px #999; }
  .button:hover, .field-container .submit:hover, .prefooter-action:hover {
    background: #256f4e;
    color: #fff; }

.corner-tagged, .brand-overview-image, .home-brands-figure, .brand-sidebar-image, .relationship-more, .sidebar-box {
  position: relative;
  margin: 0;
  padding: 0; }

.corner-tagged:after, .brand-overview-image:after, .home-brands-figure:after, .brand-sidebar-image:after, .sidebar-box:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 47px;
  height: 47px;
  background: url('/static/img/figure-arrow.png?ced46dc10ca4') left top no-repeat; }

.footer-back {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.bordered {
  padding: 5px;
  border: 1px solid #dddddd; }

.extra-marg-bottom {
  margin-bottom: 1.5em; }

.corner-tagged, .brand-overview-image {
  padding: 20px;
  text-align: center;
  margin-bottom: 1.5em;
  background: #f7f7f7; }

hr {
  clear: left; }

.news-entry {
  border-top: 1px solid #dddddd;
  padding: 30px 0;
  *zoom: 1; }
  .news-entry:before, .news-entry:after {
    content: " ";
    display: table; }
  .news-entry:after {
    clear: both; }

.brand-entry {
  width: 48%;
  margin-right: 4%;
  float: left; }
  .last.brand-entry {
    margin: 0; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #444; }

h1, h2, h3 {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.wide-image {
  border: 1px solid #dddddd;
  padding: 4px;
  margin-bottom: 2em; }

.largest {
  font-size: 1.25em;
  line-height: 1em; }

h1 {
  font-size: 3em;
  margin-bottom: .25em;
  font-weight: 600;
  line-height: 56px;
  color: #2b825b; }

h2 {
  color: #40b280;
  font-size: 1.5em;
  margin-bottom: .25em;
  font-weight: 600; }

h3 {
  color: #40b280;
  font-size: 1.125em;
  margin-bottom: 0; }

p, ul, ol {
  margin: 0 0 1.5em;
  padding: 0;
  font-weight: 300; }

.intro {
  font-size: 18px;
  line-height: 32px; }

a {
  color: #ed570d; }
  a:hover {
    color: #bd450a; }

a.unstyled {
  color: inherit;
  text-decoration: none; }
  a.unstyled:hover {
    color: inherit; }

blockquote {
  position: relative;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 20px 0;
  margin-bottom: 3em;
  top: 20px; }
  blockquote:before {
    content: '';
    position: absolute;
    top: -12px; }
  blockquote p {
    margin-bottom: 0;
    font-style: italic;
    font-weight: bold;
    color: #777777 !important; }

.continue {
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  font-size: .75em; }
  .continue:after {
    content: "\00bb";
    position: relative;
    left: 4px;
    top: -1px; }

blockquote:before, .brand-overview-divider:before {
  background: url('/static/img/flag.svg?ced46dc10ca4') right center no-repeat;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  padding: 0 20px 0 10px;
  clear: both;
  content: 'Always Fresh'; }

.no-svg blockquote:before, .no-svg .brand-overview-divider:before {
  background: url('/static/img/flag.png?ced46dc10ca4') right center no-repeat; }

.container {
  *zoom: 1;
  max-width: 58.75em;
  margin-left: auto;
  margin-right: auto;
  min-width: 940px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.row {
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.header-back {
  border-bottom: 5px solid #40b280;
  overflow: hidden;
  position: relative; }

.home-header-back {
  background: url('/static/img/home-banner.jpg?ced46dc10ca4') center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 620px; }

.banner {
  min-height: 300px;
  background: url('/static/img/sub-page-header.jpg?ced46dc10ca4') center bottom;
  background: -webkit-radial-gradient(bottom, white, #cddef2);
  background: radial, bottom, white, #cddef2; }

.home-banner {
  min-height: 620px;
  min-width: 1400px;
  top: auto;
  bottom: 0; }

.home-header-content {
  text-align: center;
  padding-top: 40px; }
  .home-header-content h1 {
    font-size: 3em;
    font-weight: 300;
    margin-bottom: .5em;
    color: #2b825b; }
  .home-header-content h2 {
    width: 60%;
    margin: 0px auto;
    color: #777;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 1em; }

header {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 100%;
  text-align: center;
  padding-top: 2em; }
  header:last-child {
    margin-right: 0; }

.logo {
  margin-bottom: 1em; }

.main-nav {
  *zoom: 1;
  border-width: 1px 0;
  border-color: #a7cebe;
  border-style: solid;
  width: 100%;
  font-size: 0px;
  line-height: 0;
  padding: 14px 6px;
  margin-bottom: 20px; }
  .main-nav:before, .main-nav:after {
    content: " ";
    display: table; }
  .main-nav:after {
    clear: both; }

.main-nav-item {
  display: inline-block;
  text-align: center;
  line-height: 14px;
  font-size: 14px;
  margin-right: 30px;
  font-weight: 500; }
  .main-nav-item.active .main-nav-link {
    color: #ed570d; }
  .main-nav-item:last-child {
    margin-right: 0; }

.main-nav-link {
  text-transform: uppercase;
  color: #2b825b;
  text-decoration: none; }
  .main-nav-link:hover {
    color: #ed570d; }

.masthead {
  color: #2b825b;
  font-size: 3em;
  font-weight: 300;
  margin-bottom: .5em; }

.submasthead {
  width: 60%;
  margin: 0px auto;
  color: #777;
  line-height: 32px;
  font-weight: 300; }

.home-movie {
  display: none; }

.home-brands-back {
  padding: 4em 0;
  *zoom: 1; }
  .home-brands-back:before, .home-brands-back:after {
    content: " ";
    display: table; }
  .home-brands-back:after {
    clear: both; }
  .home-brands-back a.continue {
    font-size: 14px; }

.home-brands-body {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 48.93617%; }
  .home-brands-body:last-child {
    margin-right: 0; }
  .home-brands-body p {
    font-size: 18px;
    line-height: 32px; }

.home-brands-product {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 23.40426%; }
  .home-brands-product:last-child {
    margin-right: 0; }
  .home-brands-product .last {
    margin-right: 0; }
  .home-brands-product p {
    font-size: 14px;
    line-height: 23px; }

.home-brands-figure {
  margin-bottom: 1.5em; }

.home-communication-back {
  padding: 3em;
  background: url('/static/img/communication_background.png?ced46dc10ca4');
  border-top: 1px solid #dddddd; }

.home-communication {
  position: relative; }

.home-communication-heading {
  font-size: 40px;
  color: #2b825b;
  margin-bottom: .5em; }

.home-communication-body {
  width: 80%;
  margin-bottom: 3em; }

.home-communication-column {
  width: 23%;
  float: left;
  padding-right: 4%; }

.home-communication-column-heading {
  text-transform: uppercase; }

.home-communication-column-body {
  font-style: italic;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: .5em; }

.home-communication-icon {
  height: 54px;
  background: url('/static/img/home-icons.png?ced46dc10ca4') left top no-repeat;
  margin-bottom: 1em; }

.logistics-icon {
  background-position: 0 -54px; }

.private-label-icon {
  background-position: 0 -108px; }

.home-communication-image {
  position: absolute;
  right: 0;
  bottom: -130px; }

.home-partnership-back {
  padding: 6em 0; }

.home-partnership-image {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 40.42553%; }
  .home-partnership-image:last-child {
    margin-right: 0; }

.home-partnership-content {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 57.44681%;
  margin-right: 0; }
  .home-partnership-content:last-child {
    margin-right: 0; }

.home-partnership-leader-heading {
  padding-left: 30px;
  background: url('/static/img/discussion-bubble.png?ced46dc10ca4') left top no-repeat;
  font-size: 14px;
  line-height: 14px;
  color: #ed570d; }

.home-partnership-main-heading {
  font-size: 40px;
  color: #2b825b;
  line-height: 48px; }

.main-back {
  padding: 4em 0 6em 0; }

.main {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 65.95745%; }
  .main:last-child {
    margin-right: 0; }

.main-content ul {
  margin-bottom: 1.5em; }
  .main-content ul li {
    padding-left: .75em;
    background: url('/static/img/bullet.png?ced46dc10ca4') left 12px no-repeat; }

.bucket {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 23.40426%; }
  .bucket:last-child {
    margin-right: 0; }
  .bucket p {
    font-size: .875em; }
  .bucket.last {
    margin-right: 0; }

.news-entry.last {
  border-bottom: 1px solid #dddddd; }
.news-entry p {
  margin: 0; }
  .news-entry p img {
    padding: 10px; }

.news-entry-details {
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  font-weight: normal;
  margin-bottom: 10px; }

.news-detail-heading {
  margin-bottom: 0;
  clear: left; }

.news-detail-news-entry-details {
  margin-bottom: 30px; }

.category-list a {
  color: #40b280;
  text-decoration: none; }
  .category-list a:hover {
    color: #338c65; }

.brand-entry-image {
  margin-bottom: 1.5em; }

.brand-overview {
  *zoom: 1; }
  .brand-overview:before, .brand-overview:after {
    content: " ";
    display: table; }
  .brand-overview:after {
    clear: both; }

.brand-overview-divider {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative; }
  .brand-overview-divider:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 1px solid #dddddd;
    z-index: -1; }

.brand-overview-image {
  padding: 0; }

.brand-main-image {
  float: left;
  margin-right: 40px; }

.brand-content {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 65.95745%;
  clear: left; }
  .brand-content:last-child {
    margin-right: 0; }

.brand-sidebar {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 31.91489%;
  margin-right: 0; }
  .brand-sidebar:last-child {
    margin-right: 0; }

.brand-sidebar-image {
  margin-bottom: 1em; }
  .brand-sidebar-image figcaption {
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%;
    padding: 0 30px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 0 4px #555; }

.brand-sidebar-image-caption {
  border: 1px solid #dddddd;
  border-width: 1px 0;
  padding: 10px 0;
  font-style: italic;
  color: #2b825b; }

.relationship-overview {
  *zoom: 1;
  margin-bottom: 3em; }
  .relationship-overview:before, .relationship-overview:after {
    content: " ";
    display: table; }
  .relationship-overview:after {
    clear: both; }

.relationship-main-image {
  float: right;
  margin-left: 40px; }

.relationship-content {
  *zoom: 1; }
  .relationship-content:before, .relationship-content:after {
    content: " ";
    display: table; }
  .relationship-content:after {
    clear: both; }

.relationship-more {
  *zoom: 1;
  background: #f7f7f7;
  padding: 40px 20px 20px 20px;
  margin-bottom: 3em; }
  .relationship-more:before, .relationship-more:after {
    content: " ";
    display: table; }
  .relationship-more:after {
    clear: both; }

.relationship-more-heading {
  text-align: center;
  margin-bottom: 1.5em; }
  .relationship-more-heading h2 {
    font-size: 30px;
    color: #2b825b; }

.relationship-more-column {
  width: 33%;
  float: left;
  background: url('/static/img/relationship-check.png?ced46dc10ca4') left top no-repeat;
  padding: 0 20px 0 70px;
  color: #666; }
  .relationship-more-column p {
    font-style: italic; }

.field-container {
  width: 42%;
  float: left;
  margin-right: 4%; }
  .field-container label {
    display: block;
    color: #40b280;
    font-size: 1.125em;
    margin-bottom: .25em; }
    .field-container label.disabled {
      color: #ddd; }
  .field-container input[type="text"], .field-container input[type="email"], .field-container textarea, .field-container select {
    border: 1px solid #dddddd;
    background-color: #f7f7f7;
    color: #666;
    width: 100%;
    padding: 6px;
    border-radius: 4px;
    font-size: 1.125em; }
  .field-container select {
    height: 36px; }
  .field-container textarea {
    height: 108px; }
  .field-container .submit-text {
    margin-top: 36px; }
  .field-container .submit {
    border: 0; }
    .field-container .submit:disabled {
      background: #ddd; }
  .field-container .errorlist {
    background: #ff9999;
    padding: 5px;
    color: #333; }

.form-ajax-error {
  margin-bottom: 10px;
  border: 1px solid #ff6666;
  padding: 5px; }

.form-wrapper {
  position: relative; }

.loading {
  position: absolute;
  padding-top: 200px;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background: rgba(102, 102, 102, 0.3);
  color: #fff; }

.field-row {
  margin-bottom: 3em; }

.sidebar {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 23.40426%;
  margin-left: 8.51064%;
  margin-right: 0; }
  .sidebar:last-child {
    margin-right: 0; }

.sub-nav {
  line-height: 1em;
  font-size: 14px;
  font-weight: normal; }
  .sub-nav li {
    border-top: 1px solid #dddddd;
    padding: 5px 0; }
    .sub-nav li.last {
      border-bottom: 1px solid #dddddd; }
    .sub-nav li a {
      color: #444;
      display: block;
      padding: 8px;
      text-decoration: none; }
      .sub-nav li a.active {
        background: #2b825b;
        color: #fff; }
      .sub-nav li a:hover {
        color: #ed570d; }

.sidebar-widget {
  margin-bottom: 2.5em; }

.sidebar-box {
  padding: 20px;
  background: #f7f7f7; }
  .sidebar-box h2 {
    font-size: 18px; }
  .sidebar-box:after {
    content: ''; }

.sidebar-quick h2 {
  font-size: 18px;
  color: #777;
  margin-bottom: .75em; }
.sidebar-quick a.continue {
  color: #40b280; }

.quick-link {
  clear: left;
  height: 32px;
  margin-bottom: 6px; }

.quick-link-icon {
  background: url('/static/img/quick-links-icons.png?ced46dc10ca4') left top no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 6px;
  float: left; }
  .quick-link-icon.quality-quick-link-icon {
    background-position: 0 0; }
  .quick-link-icon.logistics-quick-link-icon {
    background-position: 0 -28px; }
  .quick-link-icon.private-label-quick-link-icon {
    background-position: 0 -56px; }

.sidebar-recent-posts h2 {
  font-size: 18px;
  color: #777;
  margin-bottom: .75em; }
.sidebar-recent-posts ul {
  line-height: 1em;
  font-size: 14px;
  font-weight: normal; }
  .sidebar-recent-posts ul li {
    border-top: 1px solid #dddddd;
    line-height: 1.5em;
    padding: 14px 8px; }
    .sidebar-recent-posts ul li.last {
      border-bottom: 1px solid #dddddd; }
    .sidebar-recent-posts ul li a {
      text-decoration: none;
      color: #40b280; }
      .sidebar-recent-posts ul li a:hover {
        color: #338c65; }

.prefooter-back {
  background: #f7f7f7; }

.prefooter {
  position: relative;
  text-align: center;
  padding: 4em 4em 3em 4em; }
  .prefooter p {
    margin: 0 12em 20px 12em;
    font-size: 14px; }

.prefooter-tag {
  position: absolute;
  top: -32px;
  left: 50%;
  margin-left: -32px; }

.prefooter-heading {
  font-size: 40px;
  font-weight: normal;
  color: #2b825b;
  margin-bottom: 30px; }

.footer-back {
  border-top: 5px solid #2b825b;
  background-image: url('/static/img/footer-banner.jpg?ced46dc10ca4');
  background-repeat: no-repeat; }

.footer {
  padding: 2em 0;
  *zoom: 1; }
  .footer:before, .footer:after {
    content: " ";
    display: table; }
  .footer:after {
    clear: both; }
  .footer a {
    color: #83dab3;
    text-decoration: none; }
    .footer a:hover {
      color: #aae6cb; }
    .footer a.continue {
      font-size: 1em; }

.footer-contact, .footer-customer-service, .footer-connect, .footer-stay-informed {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 31.91489%;
  font-size: 13px;
  line-height: 21px;
  color: #fff; }
  .footer-contact:last-child, .footer-customer-service:last-child, .footer-connect:last-child, .footer-stay-informed:last-child {
    margin-right: 0; }
  .footer-contact.last, .footer-customer-service.last, .footer-connect.last, .footer-stay-informed.last {
    margin-right: 0; }

.footer-stay-informed {
  text-align: center; }

.footer-customer-service {
  text-align: right; }

.footer-heading {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff; }

.copyright {
  clear: left;
  padding-top: 30px;
  text-align: center;
  color: #fff;
  font-size: 12px; }

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

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

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

.form-ajax-error, .loading, .form-ajax {
  display: none; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/static/js/fancybox/source/fancybox_sprite.png?ced46dc10ca4');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/static/js/fancybox/source/fancybox_loading.gif?ced46dc10ca4') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/static/js/fancybox/source/blank.gif?ced46dc10ca4'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/static/js/fancybox/source/fancybox_overlay.png?ced46dc10ca4');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/static/js/fancybox/source/fancybox_sprite@2x.png?ced46dc10ca4');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/static/js/fancybox/source/fancybox_loading@2x.gif?ced46dc10ca4');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}