/*! normalize.css v3.0.2 | 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.
 */
/* line 9, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

.footertext {
	font-size: 13px;
	font-weight: bold;
	color: #a23123;

}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../sass/_normalize.scss */
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.
 */
/* line 67, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/_normalize.scss */
a {
  background-color: transparent;
}

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 169, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/_normalize.scss */
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, and Chrome.
 */
/* line 252, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../sass/_normalize.scss */
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/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../sass/_normalize.scss */
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.
 */
/* line 290, ../sass/_normalize.scss */
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.
 */
/* line 302, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../sass/_normalize.scss */
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.
 */
/* line 322, ../sass/_normalize.scss */
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.
 */
/* line 334, ../sass/_normalize.scss */
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`.
 */
/* line 346, ../sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, ../sass/_normalize.scss */
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).
 */
/* line 370, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../sass/_normalize.scss */
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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/_normalize.scss */
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.
 */
/* line 408, ../sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* line 8, ../sass/_layout.scss */
html {
  overflow-y: auto;
}

/* line 11, ../sass/_layout.scss */
img, video {
  max-width: 100%;
  height: auto;
}

/* line 17, ../sass/_layout.scss */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
  max-width: 1200px;
  *zoom: 1;
}

/* line 26, ../sass/_layout.scss */
.inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1076px;
  *zoom: 1;
}
/* line 33, ../sass/_layout.scss */
.about-intro .inner, .jobs-intro .inner, .about-close .inner, .contact-intro .inner, .food-intro .inner, .products-intro .inner, .safety-certifications .inner {
  background-color: #fff;
  padding: 1.875em 7.421150278% 2.5em;
}
@media screen and (min-width: 678px) {
  /* line 33, ../sass/_layout.scss */
  .about-intro .inner, .jobs-intro .inner, .about-close .inner, .contact-intro .inner, .food-intro .inner, .products-intro .inner, .safety-certifications .inner {
    xpadding-top: 4.352941176em;
    padding-bottom: 4.352941176em;
  }
}

/* line 45, ../sass/_layout.scss */
.group:after {
  content: "";
  display: table;
  clear: both;
}

/* line 52, ../sass/_layout.scss */
html {
  box-sizing: border-box;
}

/* line 55, ../sass/_layout.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 59, ../sass/_layout.scss */
.img-margin {
  margin: 1.25em 0;
}
@media screen and (min-width: 800px) {
  /* line 59, ../sass/_layout.scss */
  .img-margin {
    margin: 0;
  }
}

/* line 67, ../sass/_layout.scss */
.block {
  display: block;
}

/* line 71, ../sass/_layout.scss */
.frame {
  border-radius: 10px;
}

@media screen and (min-width: 800px) {
  /* line 76, ../sass/_layout.scss */
  .col-1-2 {
    float: left;
    padding-top: 3.125em;
    padding-bottom: 3.125em;
    width: 50%;
  }
  /* line 84, ../sass/_layout.scss */
  .about-intro .col-1-2, .about-close .col-1-2, .food-intro .col-1-2 {
    padding-left: 4.638218924%;
    padding-right: 4.638218924%;
  }
}

@media screen and (min-width: 800px) {
  /* line 92, ../sass/_layout.scss */
  .col-1-3 {
    float: left;
    padding: 0 1.25em;
    width: 33.3333333%;
  }
}

@media screen and (min-width: 600px) {
  /* line 102, ../sass/_layout.scss */
  .col-1-4 {
    float: left;
    width: 50%;
  }

  /* line 106, ../sass/_layout.scss */
  .col-1-4:nth-child(odd) {
    clear: left;
  }
}
@media screen and (min-width: 812px) {
  /* line 111, ../sass/_layout.scss */
  .col-1-4 {
    width: 33.3333333%;
  }

  /* line 114, ../sass/_layout.scss */
  .col-1-4:nth-child(odd) {
    clear: none;
  }

  /* line 117, ../sass/_layout.scss */
  .col-1-4:nth-child(3n + 1) {
    clear: left;
  }
}
/* line 2, ../sass/_typography.scss */
body, input, textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  font-weight: 100;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

/* line 41, ../sass/_typography.scss */
h1 {
  font-weight: 100;
  line-height: 1.2;
  margin: 0 0 0.625em;
  color: #36495a;
  font-size: 3.75em;
}
@media screen and (min-width: 600px) {
  /* line 41, ../sass/_typography.scss */
  h1 {
    margin: 0 0 0.3875em;
  }
}

/* line 46, ../sass/_typography.scss */
h1.page-title {
	min-height: 200px;
  color: #fff;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.10em;
  margin: 0;
  padding: 1.9333333333em 0 1.8333333333em;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}
@media screen and (min-width: 678px) {
  /* line 46, ../sass/_typography.scss */
  h1.page-title {
	visibility: hidden;
    font-size: 1.875em;
  }
}

/* line 63, ../sass/_typography.scss */
h2 {
  font-weight: 100;
  line-height: 1.2;
  margin: 0 0 0.625em;
  color: #36495a;
  font-size: 1.5em;
}
@media screen and (min-width: 600px) {
  /* line 63, ../sass/_typography.scss */
  h2 {
    margin: 0 0 0.3875em;
  }
}
@media screen and (min-width: 678px) {
  /* line 63, ../sass/_typography.scss */
  h2 {
    font-size: 2.25em;
 	white-space: nowrap;
 }
}
@media screen and (min-width: 905px) {
  /* line 63, ../sass/_typography.scss */
  h2 {
    font-size: 3em;
	white-space: nowrap;
  }
}
/* line 75, ../sass/_typography.scss */
.about-intro h2, .jobs-intro h2, .contact-intro h2, .food-intro h2 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 678px) {
  /* line 75, ../sass/_typography.scss */
  .about-intro h2, .jobs-intro h2, .contact-intro h2, .food-intro h2 {
    text-align: center;
  }
}

/* line 85, ../sass/_typography.scss */
h3 {
  font-weight: 100;
  line-height: 1.2;
  margin: 0 0 0.625em;
  color: #36495a;
  font-size: 1.25em;
}
@media screen and (min-width: 600px) {
  /* line 85, ../sass/_typography.scss */
  h3 {
    margin: 0 0 0.3875em;
  }
}
@media screen and (min-width: 600px) {
  /* line 85, ../sass/_typography.scss */
  h3 {
    font-size: 2em;
  }
}

/* line 94, ../sass/_typography.scss */
h4 {
  font-weight: 100;
  line-height: 1.2;
  margin: 0 0 0.625em;
  color: #a32c24;
  font-size: 1em;
}
@media screen and (min-width: 600px) {
  /* line 94, ../sass/_typography.scss */
  h4 {
    margin: 0 0 0.3875em;
  }
}
@media screen and (min-width: 600px) {
  /* line 94, ../sass/_typography.scss */
  h4 {
    font-size: 1.875em;
  }
}
/* line 102, ../sass/_typography.scss */
h4.normal {
  color: #36495a;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
@media screen and (min-width: 481px) {
  /* line 102, ../sass/_typography.scss */
  h4.normal {
    font-size: 1em;
  }
}

/* line 116, ../sass/_typography.scss */
p, ul, ol {
  font-size: 0.875em;
  font-weight: 300;
  margin: 0 0 1.25em;
}
@media screen and (min-width: 481px) {
  /* line 116, ../sass/_typography.scss */
  p, ul, ol {
    font-size: 1em;
  }
}

/* line 126, ../sass/_typography.scss */
ul {
  list-style-type: disc;
}

/* line 130, ../sass/_typography.scss */
ol {
  list-style-type: decimal;
}

/* line 134, ../sass/_typography.scss */
ul li li, ol li li {
  font-size: inherit;
}

/* line 138, ../sass/_typography.scss */
ul ul, ol ol, ul ol, ol ul {
  margin: 0;
}

/* line 142, ../sass/_typography.scss */
a {
  color: #0099ff;
  font-weight: 300;
}

/* line 147, ../sass/_typography.scss */
em, i {
  font-style: italic;
}

/* line 151, ../sass/_typography.scss */
strong, b {
  font-weight: 500;
}

/* line 155, ../sass/_typography.scss */
.border-top {
  border-top: 1px solid #f2f2f2;
  padding: 1.25em 0 0 0;
}

/* line 160, ../sass/_typography.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 164, ../sass/_typography.scss */
.lowercase {
  text-transform: lowercase;
}

/* line 168, ../sass/_typography.scss */
.button {
  background-color: #a32c24;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  padding: 1em 2em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
/* line 182, ../sass/_typography.scss */
.button:hover, .button:focus {
  background-color: #79211b;
}

/* line 187, ../sass/_typography.scss */
.callout {
  color: #36495a;
  font-size: 1em;
  font-style: italic;
  font-weight: 100;
}
@media screen and (min-width: 768px) {
  /* line 187, ../sass/_typography.scss */
  .callout {
    font-size: 1.625em;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  /* line 187, ../sass/_typography.scss */
  .callout {
    font-size: 1.875em;
  }
}

/* line 1, ../sass/_header.scss */
#masthead {
  background: url('../img/header-bg.png?1433873066') top left repeat-x;
  padding: 1.875em 0;
}

/* line 6, ../sass/_header.scss */
#logo {
  float: left;
  max-width: 175px;
}
/* line 12, ../sass/_header.scss */
#logo img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 19, ../sass/_header.scss */
a.menu-link {
  float: right;
  display: block;
}

/* line 33, ../sass/_header.scss */
#hamburger-icon {
  width: 38px;
  height: 16px;
  position: relative;
  display: block;
  margin: 0.65625em 0 0 0;
}
/* line 40, ../sass/_header.scss */
#hamburger-icon .line {
  display: block;
  background: #36495a;
  width: 38px;
  height: 4px;
  position: absolute;
  left: 0;
  border-radius: 2px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
/* line 52, ../sass/_header.scss */
#hamburger-icon .line.line-1 {
  top: 0;
}
/* line 55, ../sass/_header.scss */
#hamburger-icon .line.line-2 {
  top: 50%;
}
/* line 58, ../sass/_header.scss */
#hamburger-icon .line.line-3 {
  top: 100%;
}
/* line 63, ../sass/_header.scss */
#hamburger-icon:hover .line-1, #hamburger-icon:focus .line-1 {
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
}
/* line 68, ../sass/_header.scss */
#hamburger-icon:hover .line-3, #hamburger-icon:focus .line-3 {
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
}
/* line 75, ../sass/_header.scss */
#hamburger-icon.active .line-1 {
  transform: translateY(8px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -moz-transform: translateY(8px) translateX(0) rotate(45deg);
}
/* line 80, ../sass/_header.scss */
#hamburger-icon.active .line-2 {
  opacity: 0;
}
/* line 83, ../sass/_header.scss */
#hamburger-icon.active .line-3 {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-8px) translateX(0) rotate(-45deg);
}

/* line 91, ../sass/_header.scss */
nav[role="navigation"] {
  clear: both;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 100, ../sass/_header.scss */
.js nav[role="navigation"] {
  overflow: hidden;
  max-height: 0;
}

/* line 105, ../sass/_header.scss */
nav[role="navigation"].active {
  max-height: 20em;
}

/* line 109, ../sass/_header.scss */
nav[role="navigation"] ul {
  background-color: #36495a;
  border-radius: 5px;
  font-size: 1em;
  list-style-type: none;
  margin: 1.75em 0 0 0;
  padding: 0;
  text-align: center;
}

/* line 119, ../sass/_header.scss */
nav[role="navigation"] li a {
  border-bottom: 1px solid #5c6b79;
  color: #fff;
  display: block;
  padding: 1em;
  text-decoration: none;
}
/* line 126, ../sass/_header.scss */
nav[role="navigation"] li a:hover, nav[role="navigation"] li a:focus {
  background-color: #232f3a;
}

/* line 131, ../sass/_header.scss */
nav[role="navigation"] li:first-child a {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

/* line 136, ../sass/_header.scss */
nav[role="navigation"] li:last-child a {
  border-bottom: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media screen and (min-width: 768px) {
  /* line 143, ../sass/_header.scss */
  #hamburger-icon {
    display: none;
  }

  /* line 147, ../sass/_header.scss */
  .js nav[role="navigation"] {
    clear: none;
    float: right;
    max-height: none;
  }

  /* line 153, ../sass/_header.scss */
  nav[role="navigation"] ul {
    background: transparent;
    border: 0;
    border-radius: none;
    margin: 0.9625em 0 0 -1em;
  }

  /* line 160, ../sass/_header.scss */
  nav[role="navigation"] li {
    float: left;
    margin: 0 1em;
  }

  /* line 165, ../sass/_header.scss */
  nav[role="navigation"] li:last-child a {
    border-radius: 0;
  }

  /* line 169, ../sass/_header.scss */
  nav[role="navigation"] li a {
    border: 0;
    color: #36495a;
    padding: 0;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  /* line 179, ../sass/_header.scss */
  nav[role="navigation"] li a.active {
    border-bottom: 1px solid #a32c24;
  }
  /* line 183, ../sass/_header.scss */
  nav[role="navigation"] li a:hover, nav[role="navigation"] li a:focus {
    background-color: inherit;
    color: #aeb7be;
  }
}
/* line 190, ../sass/_header.scss */
#skip-to-content {
  padding: 1em;
  position: absolute;
  top: -40px;
  left: 1em;
  z-index: 1000;
  color: white;
}

/* line 199, ../sass/_header.scss */
#skip-to-content:focus {
  position: absolute;
  top: 0;
  background: #36495a;
}

/* line 1, ../sass/_page-home.scss */
.hero {
  background-color: #f7f7f7;
}
@media screen and (min-width: 768px) {
  /* line 1, ../sass/_page-home.scss */
  .hero {
    display: table;
    width: 100%;
  }
}

/* line 10, ../sass/_page-home.scss */
.hero-sb, .hero-main {
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 10, ../sass/_page-home.scss */
  .hero-sb, .hero-main {
    display: table-cell;
    text-align: left;
  }
}

/* line 19, ../sass/_page-home.scss */
.hero-sb {
  padding: 3.125em 0;
}
@media screen and (min-width: 768px) {
  /* line 19, ../sass/_page-home.scss */
  .hero-sb {
    padding: 0;
    vertical-align: middle;
    width: 30.16666667%;
  }
}
/* line 29, ../sass/_page-home.scss */
.hero-sb h1 {
  font-size: 3.125em;
}
/* line 33, ../sass/_page-home.scss */
.hero-sb h1 span {
  color: #a32c24;
  display: block;
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  /* line 41, ../sass/_page-home.scss */
  .hero-main {
    width: 69.83333333%;
  }
}
/* line 47, ../sass/_page-home.scss */
.hero-main img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* line 1, ../sass/_page-about.scss */
.section-bg.about-intro {
	background: url('../img/header_about_us-3.jpg') top center no-repeat;
}

/* line 1, ../sass/_page-about.scss */
.section-bg.jobs-intro {
	background: url('../img/header_jobs-3.jpg') top center no-repeat;
}

/* line 5, ../sass/_page-about.scss */
.section-bg.about-intro .inner .border-top {
  border-top: 1px solid #f2f2f2;
}

/* line 9, ../sass/_page-about.scss */
.alternate.about {
  background: #36495a url('../img/about-sustainability.jpg') top center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 2.5em 0;
}
/* line 15, ../sass/_page-about.scss */
.alternate.about h3 {
  color: #fff;
}
/* line 19, ../sass/_page-about.scss */
.alternate.about .inner {
  padding-left: 7.421150278%;
  padding-right: 7.421150278%;
}
@media screen and (min-width: 800px) {
  /* line 9, ../sass/_page-about.scss */
  .alternate.about {
    padding: 9.25em 0;
  }
  /* line 27, ../sass/_page-about.scss */
  .alternate.about .inner {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 34, ../sass/_page-about.scss */
.about-intro h2 {
  max-width: 534px;
}

@media screen and (min-width: 800px) {
  /* line 38, ../sass/_page-about.scss */
  .about-close h3 {
    text-align: center;
  }
}

/* line 1, ../sass/_page-products.scss */
.section-bg.products-intro {
  background: url('../img/header_products-3.jpg') top center no-repeat;
}

/* line 7, ../sass/_page-products.scss */
.products-intro h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}
@media screen and (min-width: 678px) {
  /* line 7, ../sass/_page-products.scss */
  .products-intro h2 {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  /* line 17, ../sass/_page-products.scss */
  .products-intro .has-sidebar-wrap {
    padding: 3.125em 0 0 0;
  }
}
/* line 25, ../sass/_page-products.scss */
.products-intro .main h3 {
  font-size: 1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  /* line 25, ../sass/_page-products.scss */
  .products-intro .main h3 {
    font-weight: 300;
  }
}
@media screen and (min-width: 768px) {
  /* line 23, ../sass/_page-products.scss */
  .products-intro .main {
    border-left: 1px solid #f2f2f2;
    float: right;
    padding-left: 1.875em;
    width: 66.666666%;
  }
}
/* line 45, ../sass/_page-products.scss */
.products-intro .sb h3 {
  color: #36495a;
  font-size: 1em;
  font-weight: 500;
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  /* line 45, ../sass/_page-products.scss */
  .products-intro .sb h3 {
    font-size: 1.625em;
    font-style: italic;
    font-weight: 100;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  /* line 45, ../sass/_page-products.scss */
  .products-intro .sb h3 {
    font-size: 2.25em;
  }
}
@media screen and (min-width: 768px) {
  /* line 43, ../sass/_page-products.scss */
  .products-intro .sb {
    float: left;
    padding-right: 1.875em;
    width: 33.333333%;
  }
}

/* line 74, ../sass/_page-products.scss */
.jobs-intro .inner {
  min-height: 400px;
  
}
.products-listing .inner {
  padding: 0 7.421150278%;
}
/* line 78, ../sass/_page-products.scss */
.products-listing img {
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  display: block;
  margin: 0 auto 1.875em;
  padding: 0.3125em;
  width: 100%;
  max-width: 182px;
  height: auto;
}
/* line 89, ../sass/_page-products.scss */
.products-listing h3 {
  border-top: 1px solid #f2f2f2;
  padding-top: 2.0833333333em;
}
@media screen and (min-width: 600px) {
  /* line 89, ../sass/_page-products.scss */
  .products-listing h3 {
    padding-top: 1.3888888889em;
  }
}
@media screen and (min-width: 800px) {
  /* line 89, ../sass/_page-products.scss */
  .products-listing h3 {
    text-align: center;
  }
}
/* line 103, ../sass/_page-products.scss */
.products-listing .col-1-4 {
  padding: 0.9375em 0;
}
@media screen and (min-width: 600px) {
  /* line 103, ../sass/_page-products.scss */
  .products-listing .col-1-4 {
    padding: 1.875em 2.5%;
  }
}

/* line 112, ../sass/_page-products.scss */
.center {
  padding: 0 7.421150278%;
}
/* line 116, ../sass/_page-products.scss */
.center p {
  border-top: 1px solid #f2f2f2;
  margin: 0;
  padding: 2.0666666667em 5.147058824% 2.0625em;
}
@media screen and (min-width: 700px) {
  /* line 112, ../sass/_page-products.scss */
  .center {
    text-align: center;
  }
}

/* line 1, ../sass/_page-safety.scss */
.section-bg.food-intro {
  background: url('../img/header_safety-3.jpg') top center no-repeat;
}

/* line 5, ../sass/_page-safety.scss */
.food-intro .col-1-2:first-child {
  padding-bottom: 0;
}

/* line 9, ../sass/_page-safety.scss */
.safety-certifications {
  text-align: center;
}
/* line 12, ../sass/_page-safety.scss */
.safety-certifications .container:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 988px;
  margin: 0 auto;
  border-top: 1px solid #f2f2f2;
}

/* line 22, ../sass/_page-safety.scss */
ul.certifications {
  list-style-type: none;
  overflow: hidden;
  margin: 1.875em auto 0;
  width: 100%;
  max-width: 766px;
  padding: 0;
}
/* line 30, ../sass/_page-safety.scss */
ul.certifications img {
  display: block;
  height: auto;
  margin: 0 auto;
}
/* line 36, ../sass/_page-safety.scss */
ul.certifications li {
  float: left;
  margin: 0 0 1.875em;
  width: 50%;
}
/* line 41, ../sass/_page-safety.scss */
ul.certifications li:nth-child(2n + 1) {
  clear: left;
}
/* line 45, ../sass/_page-safety.scss */
ul.certifications li.c1 img, ul.certifications li.c3 img, ul.certifications li.c4 img {
  max-width: 72px;
}
/* line 48, ../sass/_page-safety.scss */
ul.certifications li.c2 img {
  max-width: 62px;
}
/* line 51, ../sass/_page-safety.scss */
ul.certifications li.c5 img {
  max-width: 113px;
}
/* line 54, ../sass/_page-safety.scss */
ul.certifications li.c6 img {
  max-width: 66px;
}
/* line 57, ../sass/_page-safety.scss */
ul.certifications li.c7 img {
  max-width: 89px;
}
@media screen and (min-width: 600px) {
  /* line 36, ../sass/_page-safety.scss */
  ul.certifications li {
    width: 33.3333333%;
  }
  /* line 64, ../sass/_page-safety.scss */
  ul.certifications li:nth-child(2n + 1) {
    clear: none;
  }
  /* line 68, ../sass/_page-safety.scss */
  ul.certifications li:nth-child(3n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 1024px) {
  /* line 36, ../sass/_page-safety.scss */
  ul.certifications li {
    width: auto;
    margin: 0 1.8333333333%;
  }
  /* line 77, ../sass/_page-safety.scss */
  ul.certifications li:nth-child(3n + 1) {
    clear: none;
  }
}

/* line 1, ../sass/_page-contact.scss */
.section-bg.contact-intro {
  background: url('../img/header_contact-3.jpg?1433804856') top center no-repeat;
}

/* line 5, ../sass/_page-contact.scss */
.contact-intro h2 {
  max-width: 700px;
}

/* line 10, ../sass/_page-contact.scss */
.contact-intro .callout {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #36495a;
  padding: 1.25em 0 1em;
}
@media screen and (min-width: 800px) {
  /* line 10, ../sass/_page-contact.scss */
  .contact-intro .callout {
    margin: 0;
  }
}

/* line 22, ../sass/_page-contact.scss */
.jobTitle {
  display: block;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  /* line 27, ../sass/_page-contact.scss */
  .contact-sb {
    float: left;
    padding: 3.125em 4.638218924% 0;
    width: 37.11111111%;
  }
}

@media screen and (min-width: 768px) {
  /* line 36, ../sass/_page-contact.scss */
  .contact-main {
    float: left;
    padding: 3.125em 4.638218924% 0;
    width: 62.88888889%;
  }
}

/* line 44, ../sass/_page-contact.scss */
.map {
  border-top: 1px solid #f2f2f2;
  margin-top: 1.25em;
  padding-top: 1.25em;
}
@media screen and (min-width: 800px) {
  /* line 44, ../sass/_page-contact.scss */
  .map {
    border: none;
    margin: 0;
    padding-top: 3.125em;
  }
}
/* line 55, ../sass/_page-contact.scss */
.map img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* line 3, ../sass/_footer.scss */
footer[role="contentinfo"] .container {
  padding: 0 7.421150278%;
}
/* line 6, ../sass/_footer.scss */
.home footer[role="contentinfo"] .container {
  padding: 0;
}
/* line 11, ../sass/_footer.scss */
footer[role="contentinfo"] .inner {
  border-top: 1px solid #f2f2f2;
  padding: 2.5em 0;
}
/* line 16, ../sass/_footer.scss */
footer[role="contentinfo"].home-footer .inner {
  border-top: none;
}
/* line 20, ../sass/_footer.scss */
footer[role="contentinfo"] ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 26, ../sass/_footer.scss */
footer[role="contentinfo"] ul li {
  display: inline-block;
  margin: 0 1em;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 600px) {
  /* line 26, ../sass/_footer.scss */
  footer[role="contentinfo"] ul li {
    text-align: left;
  }
}
/* line 38, ../sass/_footer.scss */
footer[role="contentinfo"] small {
  font-size: 0.625em;
  line-height: 0.5;
  text-align: left;
}
/* line 43, ../sass/_footer.scss */
footer[role="contentinfo"] small span {
  color: #36495a;
  display: block;
  font-size: 1.2em;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 600px) {
  /* line 43, ../sass/_footer.scss */
  footer[role="contentinfo"] small span {
    text-align: left;
  }
}
/* line 56, ../sass/_footer.scss */
footer[role="contentinfo"] img {
  display: block;
  margin: 1.25em auto 0;
  max-width: 177px;
  height: auto;
}
@media screen and (min-width: 600px) {
  /* line 56, ../sass/_footer.scss */
  footer[role="contentinfo"] img {
    margin: 0;
  }
}

div.certifications {
  display: inline-block;
  width: 100%;
  margin-top: 25px;
}

.padding-on-small {
  padding-top: 20px !important;
}

@media screen and (min-width: 800px) {
  .padding-on-small {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  div.certification {
    display: inline-block;
    float: left;
    height: 150px;
    width: 50%;
    position: relative;
  }
  div.certification img {
    max-height: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 768px) {
  div.certification {
    display: inline-block;
    float: left;
    height: 150px;
    width: 33.333%;
    position: relative;
  }
  div.certification img {
    max-height: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  div.certification:nth-last-child(2) {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  div.certification {
    display: inline-block;
    float: left;
    height: 150px;
    width: 25%;
    position: relative;
  }
  div.certification img {
    max-height: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  div.certification:nth-last-child(2) {
    width: 25%;
  }
}

@media screen and (min-width: 1200px) {
  div.certification {
    display: inline-block;
    float: left;
    height: 100px;
    width: 12.5%;
    position: relative;
  }
  div.certification img {
    max-height: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  div.certification:nth-last-child(2) {
    width: 12.5%;
  }
}
