/*! normalize.css v3.0.1 | 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 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.
 */

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/10.
 * Hide the `template` element in IE 8/9/11, 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/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, 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/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

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, 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/11.
 */

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

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"], /* 1 */
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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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/10/11.
 * 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/10/11.
 */

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;
}

/*
 * The base font size which makes the chosen font match photoshop.
 * For Open Sans this is 7.1pt, for Source Sans Pro this is 7.6pt 
 */
.squada-one {
  font-family: 'Squada One', cursive;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: underline;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #666666;
}
.container {
  max-width: 1366px;
  box-sizing: border-box;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container .ie6,
.container ie7,
.container ie8 {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1366px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.container-wrapper {
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box;
  margin: auto;
}
.container-wrapper .container {
  max-width: auto;
  padding-left: 0;
  padding-right: 0;
}
.container-wrapper .small-container {
  margin: auto;
  max-width: 900px;
}
.container-wrapper .big-container {
  margin: auto;
  max-width: 1200px;
}
.container-wrapper.clip {
  overflow: hidden;
}
@media (max-width: 900px) {
  .container-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 550px) {
  .container-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ei-grid {
  overflow: hidden;
}
.ei-grid .row {
  margin-left: -1%;
  margin-right: -1%;
  margin-left: calc(-15px);
  margin-right: calc(-15px);
}
.ei-grid .row:after {
  content: '';
  display: table;
  clear: both;
}
.ei-grid .row .xs1 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 6.33333333%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 8.333333333333332% - 30px);
}
.ei-grid .row .xs2 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 14.66666667%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 16.666666666666664% - 30px);
}
.ei-grid .row .xs3 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 23%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 25% - 30px);
}
.ei-grid .row .xs4 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 31.33333333%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 33.33333333333333% - 30px);
}
.ei-grid .row .xs5 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 39.66666667%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 41.66666666666667% - 30px);
}
.ei-grid .row .xs6 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 48%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 50% - 30px);
}
.ei-grid .row .xs7 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 56.33333333%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 58.333333333333336% - 30px);
}
.ei-grid .row .xs8 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 64.66666667%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 66.66666666666666% - 30px);
}
.ei-grid .row .xs9 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 73%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 75% - 30px);
}
.ei-grid .row .xs10 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 81.33333333%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 83.33333333333334% - 30px);
}
.ei-grid .row .xs11 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 89.66666667%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 91.66666666666666% - 30px);
}
.ei-grid .row .xs12 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 98%;
  margin-left: calc(15px);
  margin-right: calc(15px);
  width: calc( 100% - 30px);
}
@media (min-width: 900px) {
  .ei-grid .row .t1 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 6.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 8.333333333333332% - 30px);
  }
  .ei-grid .row .t1p5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 10.5%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 12.5% - 30px);
  }
  .ei-grid .row .t2 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 14.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 16.666666666666664% - 30px);
  }
  .ei-grid .row .t3 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 23%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 25% - 30px);
  }
  .ei-grid .row .t4 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 31.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 33.33333333333333% - 30px);
  }
  .ei-grid .row .t5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 39.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 41.66666666666667% - 30px);
  }
  .ei-grid .row .t6 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 50% - 30px);
  }
  .ei-grid .row .t7 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 56.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 58.333333333333336% - 30px);
  }
  .ei-grid .row .t8 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 64.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 66.66666666666666% - 30px);
  }
  .ei-grid .row .t9 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 73%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 75% - 30px);
  }
  .ei-grid .row .t10 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 81.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 83.33333333333334% - 30px);
  }
  .ei-grid .row .t10p5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 85.5%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 87.5% - 30px);
  }
  .ei-grid .row .t11 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 89.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 91.66666666666666% - 30px);
  }
  .ei-grid .row .t12 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 98%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 100% - 30px);
  }
}
@media (min-width: 1366px) {
  .ei-grid .row .c1 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 6.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 8.333333333333332% - 30px);
  }
  .ei-grid .row .c2 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 14.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 16.666666666666664% - 30px);
  }
  .ei-grid .row .c3 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 23%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 25% - 30px);
  }
  .ei-grid .row .c4 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 31.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 33.33333333333333% - 30px);
  }
  .ei-grid .row .c5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 39.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 41.66666666666667% - 30px);
  }
  .ei-grid .row .c6 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 50% - 30px);
  }
  .ei-grid .row .c7 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 56.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 58.333333333333336% - 30px);
  }
  .ei-grid .row .c8 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 64.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 66.66666666666666% - 30px);
  }
  .ei-grid .row .c9 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 73%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 75% - 30px);
  }
  .ei-grid .row .c10 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 81.33333333%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 83.33333333333334% - 30px);
  }
  .ei-grid .row .c11 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 89.66666667%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 91.66666666666666% - 30px);
  }
  .ei-grid .row .t12 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 98%;
    margin-left: calc(15px);
    margin-right: calc(15px);
    width: calc( 100% - 30px);
  }
}
.ei-gutterless-grid {
  overflow: hidden;
}
.ei-gutterless-grid .row {
  margin-left: -1%;
  margin-right: -1%;
  margin-left: calc(-0px);
  margin-right: calc(-0px);
}
.ei-gutterless-grid .row:after {
  content: '';
  display: table;
  clear: both;
}
.ei-gutterless-grid .row .xs1 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 6.33333333%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 8.333333333333332% - 0px);
}
.ei-gutterless-grid .row .xs2 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 14.66666667%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 16.666666666666664% - 0px);
}
.ei-gutterless-grid .row .xs3 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 23%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 25% - 0px);
}
.ei-gutterless-grid .row .xs4 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 31.33333333%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 33.33333333333333% - 0px);
}
.ei-gutterless-grid .row .xs5 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 39.66666667%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 41.66666666666667% - 0px);
}
.ei-gutterless-grid .row .xs6 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 48%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 50% - 0px);
}
.ei-gutterless-grid .row .xs7 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 56.33333333%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 58.333333333333336% - 0px);
}
.ei-gutterless-grid .row .xs8 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 64.66666667%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 66.66666666666666% - 0px);
}
.ei-gutterless-grid .row .xs9 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 73%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 75% - 0px);
}
.ei-gutterless-grid .row .xs10 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 81.33333333%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 83.33333333333334% - 0px);
}
.ei-gutterless-grid .row .xs11 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 89.66666667%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 91.66666666666666% - 0px);
}
.ei-gutterless-grid .row .xs12 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 98%;
  margin-left: calc(0px);
  margin-right: calc(0px);
  width: calc( 100% - 0px);
}
@media (min-width: 900px) {
  .ei-gutterless-grid .row .t1 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 6.33333333%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 8.333333333333332% - 0px);
  }
  .ei-gutterless-grid .row .t1p5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 10.5%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 12.5% - 0px);
  }
  .ei-gutterless-grid .row .t2 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 14.66666667%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 16.666666666666664% - 0px);
  }
  .ei-gutterless-grid .row .t3 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 23%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 25% - 0px);
  }
  .ei-gutterless-grid .row .t4 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 31.33333333%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 33.33333333333333% - 0px);
  }
  .ei-gutterless-grid .row .t5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 39.66666667%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 41.66666666666667% - 0px);
  }
  .ei-gutterless-grid .row .t6 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 50% - 0px);
  }
  .ei-gutterless-grid .row .t7 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 56.33333333%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 58.333333333333336% - 0px);
  }
  .ei-gutterless-grid .row .t8 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 64.66666667%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 66.66666666666666% - 0px);
  }
  .ei-gutterless-grid .row .t9 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 73%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 75% - 0px);
  }
  .ei-gutterless-grid .row .t10 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 81.33333333%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 83.33333333333334% - 0px);
  }
  .ei-gutterless-grid .row .t10p5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 85.5%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 87.5% - 0px);
  }
  .ei-gutterless-grid .row .t11 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 89.66666667%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 91.66666666666666% - 0px);
  }
  .ei-gutterless-grid .row .t12 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 98%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 100% - 0px);
  }
}
@media (min-width: 1366px) {
  .ei-gutterless-grid .row .c1 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 6.33333333%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 8.333333333333332% - 0px);
  }
  .ei-gutterless-grid .row .c2 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 14.66666667%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 16.666666666666664% - 0px);
  }
  .ei-gutterless-grid .row .c3 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 23%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 25% - 0px);
  }
  .ei-gutterless-grid .row .c4 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 31.33333333%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 33.33333333333333% - 0px);
  }
  .ei-gutterless-grid .row .c5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 39.66666667%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 41.66666666666667% - 0px);
  }
  .ei-gutterless-grid .row .c6 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 50% - 0px);
  }
  .ei-gutterless-grid .row .c7 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 56.33333333%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 58.333333333333336% - 0px);
  }
  .ei-gutterless-grid .row .c8 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 64.66666667%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 66.66666666666666% - 0px);
  }
  .ei-gutterless-grid .row .c9 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 73%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 75% - 0px);
  }
  .ei-gutterless-grid .row .c10 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 81.33333333%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 83.33333333333334% - 0px);
  }
  .ei-gutterless-grid .row .c11 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 89.66666667%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 91.66666666666666% - 0px);
  }
  .ei-gutterless-grid .row .t12 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 98%;
    margin-left: calc(0px);
    margin-right: calc(0px);
    width: calc( 100% - 0px);
  }
}
.relative {
  position: relative;
}
.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.black-border {
  border: solid 1px black;
}
.no-border {
  border: none;
}
.full-back {
  background-position: center center;
  background-size: cover;
}
.top-up {
  vertical-align: top;
}
.mid-align {
  vertical-align: middle;
}
.center {
  text-align: center;
}
.full-width {
  width: 100%;
}
.half-width {
  width: 50%;
}
.clear {
  clear: both;
}
.clear-inner:after {
  content: '';
  display: table;
  clear: both;
}
.smaller {
  font-size: 75%;
}
.bigger {
  font-size: 125%;
}
.nowrap {
  white-space: nowrap;
}
@media (max-width: 1366px) {
  .only-desktop {
    display: none;
  }
}
@media (max-width: 650px) {
  .too-big-for-phone {
    display: none;
  }
}
.red-button {
  background-color: #751e1e;
  color: white;
  padding: 10px 30px;
  text-decoration: none;
}
header .container-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
header .site-branding {
  float: left;
  font-size: 0;
}
header .site-branding h1 {
  position: relative;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
}
header .site-branding img {
  display: block;
}
header nav.main-navigation {
  float: left;
}
.site-header .container-wrapper {
  background-color: black;
}
.site-header .search {
  float: right;
  position: relative;
  display: none;
}
.site-header .search:before {
  content: '\00a0';
  font-size: 0;
  display: inline-block;
  width: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  vertical-align: middle;
}
.site-header .search form {
  display: inline-block;
}
.site-header .search button {
  border: 0;
  position: absolute;
  right: 6px;
  padding: 0;
  margin-top: 6px;
}
.site-header .search button img {
  display: block;
}
.site-header .search input {
  background-color: #333333;
  padding: 5px 8px;
  margin: 0;
  border: 0;
  border-radius: 0;
  color: white;
}
.site-header .main-navigation li {
  margin: 2px 0;
  border-right: solid 1px #333333;
}
.site-header .main-navigation li a {
  line-height: 60px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 15px;
}
.site-header .main-navigation li:last-of-type {
  border-right: 0;
}
@media (max-width: 600px) {
  .site-header #site-navigation {
    float: right;
    text-align: right;
  }
  .site-header .menu-toggle {
    background-color: transparent;
    border: 0;
    display: inline-block;
  }
}
.single-recipe-top {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #f4f4f4;
}
.review-number-format .pr-snippet .pr-snippet-stars-png .pr-snippet-rating-decimal {
  border: 0;
  font-size: 30pt;
  color: #751e1e;
  font-family: 'Squada One', cursive;
  padding-left: 20px;
}
.review-number-format .pr-snippet-stars-reco-inline .pr-snippet-read-and-write a {
  color: #666666;
  font-size: 16pt !important;
  font-weight: 300;
  padding-left: 20px;
}
.single-product-top {
  padding-top: 40px;
  padding-bottom: 50px;
}
.single-product-top .product-image {
  text-align: right;
}
@media (max-width: 900px) {
  .single-product-top .product-image {
    text-align: center;
  }
}
.single-product-top .write-review-button a {
  background-color: #751e1e;
  color: white;
  padding: 10px 30px;
  text-decoration: none;
}
.single-product-top .pr-snippet-write-review-link,
.single-product-top .pr-snippet-stars-reco-reco {
  display: none;
}
.single-product-top .p-w-r .pr-snippet .pr-snippet-stars-png .pr-snippet-rating-decimal {
  border: 0;
  font-size: 30pt;
  color: #751e1e;
  font-family: 'Squada One', cursive;
  padding-left: 20px;
}
.single-product-top .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-read-and-write a {
  color: #666666;
  font-size: 16pt !important;
  font-weight: 300;
  padding-left: 20px;
}
#pr-reviewsnippet .pr-star-v4,
.p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4,
.p-w-r .pr-review-display .pr-star-v4,
.p-w-r .pr-review-display .pr-star-v4 {
  background-image: url('/wp-content/themes/stagg-base-2019-theme/img/red-empty-star.png');
}
#pr-reviewsnippet .pr-star-v4-0-filled,
.p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4-0-filled,
.p-w-r .pr-review-display .pr-star-v4-0-filled,
.p-w-r .pr-review-display .pr-star-v4-0-filled {
  background-image: url('/wp-content/themes/stagg-base-2019-theme/img/red-empty-star.png');
}
#pr-reviewsnippet .pr-star-v4-50-filled,
.p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4-50-filled,
.p-w-r .pr-review-display .pr-star-v4-50-filled,
.p-w-r .pr-review-display .pr-star-v4-50-filled {
  background-image: url('/wp-content/themes/stagg-base-2019-theme/img/red-half-filled-star.png');
}
#pr-reviewsnippet .pr-star-v4-75-filled,
.p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4-75-filled,
.p-w-r .pr-review-display .pr-star-v4-75-filled,
.p-w-r .pr-review-display .pr-star-v4-75-filled {
  background-image: url('/wp-content/themes/stagg-base-2019-theme/img/red-half-filled-star.png');
}
#pr-reviewsnippet .pr-star-v4-100-filled,
.p-w-r .pr-review-snapshot .pr-snippet .pr-snippet-stars-png .pr-star-v4-100-filled,
.p-w-r .pr-review-display .pr-star-v4-100-filled,
.p-w-r .pr-review-display .pr-star-v4-100-filled {
  background-image: url('/wp-content/themes/stagg-base-2019-theme/img/red-filled-star.png');
}
#pr-reviewdisplay {
  margin-top: 60px;
}
#pr-reviewdisplay .p-w-r .pr-review-display .pr-snippet-rating-decimal {
  border: 0;
  font-size: 15pt;
  color: #751e1e;
  font-family: 'Squada One', cursive;
  padding-left: 20px;
  margin-top: -2px;
}
#pr-reviewdisplay .p-w-r .pr-review-display .pr-rd-star-rating {
  margin-bottom: 20px;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-ratings-histogram .pr-ratings-histogram-barValue {
  background: #751e1e;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-snippet-reco-to-friend-green {
  background-color: #751e1e;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-snippet-reco-to-friend-green circle {
  fill: #751e1e;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a {
  background-color: #751e1e;
  border-bottom-color: #4c1414;
}
#pr-reviewdisplay .p-w-r .pr-review-snapshot .pr-review-snapshot-simple .pr-review-snapshot-snippets .pr-snippet-read-and-write a:hover {
  color: white;
}
.nutrition-fact-cell {
  text-align: center;
  margin-bottom: 25px;
}
.nutrition-fact-cell .img-holder {
  position: relative;
  min-height: 105px;
}
.nutrition-fact-cell .desc {
  font-size: 10.64pt;
  color: #222222;
  text-transform: uppercase;
}
.nutrition-fact-cell .value {
  font-size: 10.64pt;
  color: #999999;
}
@media (max-width: 650px) {
  .nutrition-fact-cell {
    width: 100% !important;
  }
}
.servings-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.serving-grid {
  overflow: hidden;
}
.serving-grid .row {
  margin-left: -1%;
  margin-right: -1%;
  margin-left: calc(-7px);
  margin-right: calc(-7px);
}
.serving-grid .row:after {
  content: '';
  display: table;
  clear: both;
}
.serving-grid .row .xs1 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 6.33333333%;
  margin-left: calc(7px);
  margin-right: calc(7px);
  width: calc( 8.333333333333332% - 14px);
}
.serving-grid .row .xs2 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 14.66666667%;
  margin-left: calc(7px);
  margin-right: calc(7px);
  width: calc( 16.666666666666664% - 14px);
}
.serving-grid .row .xs3 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 23%;
  margin-left: calc(7px);
  margin-right: calc(7px);
  width: calc( 25% - 14px);
}
.serving-grid .row .xs4 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 31.33333333%;
  margin-left: calc(7px);
  margin-right: calc(7px);
  width: calc( 33.33333333333333% - 14px);
}
.serving-grid .row .xs5 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 39.66666667%;
  margin-left: calc(7px);
  margin-right: calc(7px);
  width: calc( 41.66666666666667% - 14px);
}
.serving-grid .row .xs6 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 48%;
  margin-left: calc(7px);
  margin-right: calc(7px);
  width: calc( 50% - 14px);
}
.serving-grid .row .xs7 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 56.33333333%;
  margin-left: calc(7px);
  margin-right: calc(7px);
  width: calc( 58.333333333333336% - 14px);
}
.serving-grid .row .xs8 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 64.66666667%;
  margin-left: calc(7px);
  margin-right: calc(7px);
  width: calc( 66.66666666666666% - 14px);
}
.serving-grid .row .xs9 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 73%;
  margin-left: calc(7px);
  margin-right: calc(7px);
  width: calc( 75% - 14px);
}
.serving-grid .row .xs10 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 81.33333333%;
  margin-left: calc(7px);
  margin-right: calc(7px);
  width: calc( 83.33333333333334% - 14px);
}
.serving-grid .row .xs11 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 89.66666667%;
  margin-left: calc(7px);
  margin-right: calc(7px);
  width: calc( 91.66666666666666% - 14px);
}
.serving-grid .row .xs12 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 98%;
  margin-left: calc(7px);
  margin-right: calc(7px);
  width: calc( 100% - 14px);
}
@media (min-width: 900px) {
  .serving-grid .row .t1 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 6.33333333%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 8.333333333333332% - 14px);
  }
  .serving-grid .row .t1p5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 10.5%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 12.5% - 14px);
  }
  .serving-grid .row .t2 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 14.66666667%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 16.666666666666664% - 14px);
  }
  .serving-grid .row .t3 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 23%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 25% - 14px);
  }
  .serving-grid .row .t4 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 31.33333333%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 33.33333333333333% - 14px);
  }
  .serving-grid .row .t5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 39.66666667%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 41.66666666666667% - 14px);
  }
  .serving-grid .row .t6 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 50% - 14px);
  }
  .serving-grid .row .t7 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 56.33333333%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 58.333333333333336% - 14px);
  }
  .serving-grid .row .t8 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 64.66666667%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 66.66666666666666% - 14px);
  }
  .serving-grid .row .t9 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 73%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 75% - 14px);
  }
  .serving-grid .row .t10 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 81.33333333%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 83.33333333333334% - 14px);
  }
  .serving-grid .row .t10p5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 85.5%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 87.5% - 14px);
  }
  .serving-grid .row .t11 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 89.66666667%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 91.66666666666666% - 14px);
  }
  .serving-grid .row .t12 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 98%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 100% - 14px);
  }
}
@media (min-width: 1366px) {
  .serving-grid .row .c1 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 6.33333333%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 8.333333333333332% - 14px);
  }
  .serving-grid .row .c2 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 14.66666667%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 16.666666666666664% - 14px);
  }
  .serving-grid .row .c3 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 23%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 25% - 14px);
  }
  .serving-grid .row .c4 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 31.33333333%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 33.33333333333333% - 14px);
  }
  .serving-grid .row .c5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 39.66666667%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 41.66666666666667% - 14px);
  }
  .serving-grid .row .c6 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 50% - 14px);
  }
  .serving-grid .row .c7 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 56.33333333%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 58.333333333333336% - 14px);
  }
  .serving-grid .row .c8 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 64.66666667%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 66.66666666666666% - 14px);
  }
  .serving-grid .row .c9 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 73%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 75% - 14px);
  }
  .serving-grid .row .c10 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 81.33333333%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 83.33333333333334% - 14px);
  }
  .serving-grid .row .c11 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 89.66666667%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 91.66666666666666% - 14px);
  }
  .serving-grid .row .t12 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 98%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 100% - 14px);
  }
}
.serving-grid .row .nutrition-fact-cell {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 18%;
  margin-left: calc(7px);
  margin-right: calc(7px);
  width: calc( 20% - 14px);
}
.single-recipe-ingredients-directions {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #f4f4f4;
}
.single-recipe-ingredients-directions .grid {
  overflow: hidden;
}
.single-recipe-ingredients-directions .grid .row {
  margin-left: -1%;
  margin-right: -1%;
  margin-left: calc(-7px);
  margin-right: calc(-7px);
}
.single-recipe-ingredients-directions .grid .row:after {
  content: '';
  display: table;
  clear: both;
}
.single-recipe-ingredients-directions .grid .row .xs1 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 6.33333333%;
  margin-left: calc(7px);
  margin-right: calc(7px);
  width: calc( 8.333333333333332% - 14px);
}
.single-recipe-ingredients-directions .grid .row .xs2 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 14.66666667%;
  margin-left: calc(7px);
  margin-right: calc(7px);
  width: calc( 16.666666666666664% - 14px);
}
.single-recipe-ingredients-directions .grid .row .xs3 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 23%;
  margin-left: calc(7px);
  margin-right: calc(7px);
  width: calc( 25% - 14px);
}
.single-recipe-ingredients-directions .grid .row .xs4 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 31.33333333%;
  margin-left: calc(7px);
  margin-right: calc(7px);
  width: calc( 33.33333333333333% - 14px);
}
.single-recipe-ingredients-directions .grid .row .xs5 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 39.66666667%;
  margin-left: calc(7px);
  margin-right: calc(7px);
  width: calc( 41.66666666666667% - 14px);
}
.single-recipe-ingredients-directions .grid .row .xs6 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 48%;
  margin-left: calc(7px);
  margin-right: calc(7px);
  width: calc( 50% - 14px);
}
.single-recipe-ingredients-directions .grid .row .xs7 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 56.33333333%;
  margin-left: calc(7px);
  margin-right: calc(7px);
  width: calc( 58.333333333333336% - 14px);
}
.single-recipe-ingredients-directions .grid .row .xs8 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 64.66666667%;
  margin-left: calc(7px);
  margin-right: calc(7px);
  width: calc( 66.66666666666666% - 14px);
}
.single-recipe-ingredients-directions .grid .row .xs9 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 73%;
  margin-left: calc(7px);
  margin-right: calc(7px);
  width: calc( 75% - 14px);
}
.single-recipe-ingredients-directions .grid .row .xs10 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 81.33333333%;
  margin-left: calc(7px);
  margin-right: calc(7px);
  width: calc( 83.33333333333334% - 14px);
}
.single-recipe-ingredients-directions .grid .row .xs11 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 89.66666667%;
  margin-left: calc(7px);
  margin-right: calc(7px);
  width: calc( 91.66666666666666% - 14px);
}
.single-recipe-ingredients-directions .grid .row .xs12 {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 98%;
  margin-left: calc(7px);
  margin-right: calc(7px);
  width: calc( 100% - 14px);
}
@media (min-width: 900px) {
  .single-recipe-ingredients-directions .grid .row .t1 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 6.33333333%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 8.333333333333332% - 14px);
  }
  .single-recipe-ingredients-directions .grid .row .t1p5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 10.5%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 12.5% - 14px);
  }
  .single-recipe-ingredients-directions .grid .row .t2 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 14.66666667%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 16.666666666666664% - 14px);
  }
  .single-recipe-ingredients-directions .grid .row .t3 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 23%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 25% - 14px);
  }
  .single-recipe-ingredients-directions .grid .row .t4 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 31.33333333%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 33.33333333333333% - 14px);
  }
  .single-recipe-ingredients-directions .grid .row .t5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 39.66666667%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 41.66666666666667% - 14px);
  }
  .single-recipe-ingredients-directions .grid .row .t6 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 50% - 14px);
  }
  .single-recipe-ingredients-directions .grid .row .t7 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 56.33333333%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 58.333333333333336% - 14px);
  }
  .single-recipe-ingredients-directions .grid .row .t8 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 64.66666667%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 66.66666666666666% - 14px);
  }
  .single-recipe-ingredients-directions .grid .row .t9 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 73%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 75% - 14px);
  }
  .single-recipe-ingredients-directions .grid .row .t10 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 81.33333333%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 83.33333333333334% - 14px);
  }
  .single-recipe-ingredients-directions .grid .row .t10p5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 85.5%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 87.5% - 14px);
  }
  .single-recipe-ingredients-directions .grid .row .t11 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 89.66666667%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 91.66666666666666% - 14px);
  }
  .single-recipe-ingredients-directions .grid .row .t12 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 98%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 100% - 14px);
  }
}
@media (min-width: 1366px) {
  .single-recipe-ingredients-directions .grid .row .c1 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 6.33333333%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 8.333333333333332% - 14px);
  }
  .single-recipe-ingredients-directions .grid .row .c2 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 14.66666667%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 16.666666666666664% - 14px);
  }
  .single-recipe-ingredients-directions .grid .row .c3 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 23%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 25% - 14px);
  }
  .single-recipe-ingredients-directions .grid .row .c4 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 31.33333333%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 33.33333333333333% - 14px);
  }
  .single-recipe-ingredients-directions .grid .row .c5 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 39.66666667%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 41.66666666666667% - 14px);
  }
  .single-recipe-ingredients-directions .grid .row .c6 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 48%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 50% - 14px);
  }
  .single-recipe-ingredients-directions .grid .row .c7 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 56.33333333%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 58.333333333333336% - 14px);
  }
  .single-recipe-ingredients-directions .grid .row .c8 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 64.66666667%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 66.66666666666666% - 14px);
  }
  .single-recipe-ingredients-directions .grid .row .c9 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 73%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 75% - 14px);
  }
  .single-recipe-ingredients-directions .grid .row .c10 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 81.33333333%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 83.33333333333334% - 14px);
  }
  .single-recipe-ingredients-directions .grid .row .c11 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 89.66666667%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 91.66666666666666% - 14px);
  }
  .single-recipe-ingredients-directions .grid .row .t12 {
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    box-sizing: border-box;
    width: 98%;
    margin-left: calc(7px);
    margin-right: calc(7px);
    width: calc( 100% - 14px);
  }
}
.single-recipe-ingredients-directions .grid .row .cell {
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  box-sizing: border-box;
  width: 48%;
  margin-left: calc(7px);
  margin-right: calc(7px);
  width: calc( 50% - 14px);
  padding-right: 30px;
}
@media (max-width: 900px) {
  .single-recipe-ingredients-directions .grid .row .cell {
    width: 100%;
  }
}
.single-recipe-ingredients-directions ul,
.single-recipe-ingredients-directions ol {
  margin-left: 0;
  padding-left: 20px;
}
.single-product-nutrition {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #f4f4f4;
}
.single-product-nutrition h2 {
  font-weight: 400;
  border-bottom: solid 1px #666666;
}
.single-product-nutrition .nutrition-label img {
  max-width: 100%;
}
.foot-logo {
  text-align: center;
  background-color: #751e1e;
  padding: 40px 0;
  margin-top: 30px;
}
.site-footer {
  background-color: black;
  padding-top: 40px;
  padding-bottom: 40px;
  color: white;
}
.site-footer a {
  color: white;
  text-decoration: none;
}
.site-footer h2 {
  font-size: 15.2pt;
  text-transform: uppercase;
}
.site-footer .continue:after {
  content: '';
  display: table;
  clear: both;
}
.site-footer .continue .customer-service {
  float: left;
}
.site-footer .continue .follow-us {
  float: right;
  text-align: left;
  padding-right: 80px;
}
.site-footer .foot-links {
  font-size: 7.6pt;
  text-align: right;
}
.site-main .jumbo {
  background-position: center center;
  background-size: cover;
  background-image: url('/wp-content/themes/stagg-base-2019-theme/img/stagg-homepage-jumbo.jpg');
}
.site-main .jumbo .big-container {
  position: relative;
}
.site-main .jumbo .big-container:before {
  display: inline-block;
  content: '\00a0';
  font-size: 0;
  width: 0;
  padding-top: 24.63235294%;
  padding-bottom: 24.63235294%;
}
.site-main .jumbo .top-right {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .site-main .jumbo .top-right {
    max-width: 61%;
    top: 4%;
    right: 0%;
  }
}
.site-main .jumbo .top-right h1 {
  font-size: 38pt;
  font-family: 'Squada One', cursive;
  color: white;
  text-align: center;
  margin-top: 0;
  text-shadow: 2px 2px 6px black;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .site-main .jumbo .top-right h1 {
    font-size: 6.2vw;
  }
}
.featured-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.featured-section h1 {
  font-size: 28.88pt;
  font-family: 'Squada One', cursive;
  color: black;
  text-transform: uppercase;
}
.featured-section .more-links {
  text-align: right;
  padding: 20px 0;
}
.featured-section .more-links a {
  text-decoration: none;
  color: #666666;
}
.featured-section:nth-child(odd) {
  background-color: #f4f4f4;
}
.product-tiles {
  font-size: 0;
}
.product-tiles .tile {
  font-size: 12.16pt;
  font-weight: 600;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  border: solid 1px #999999;
  text-decoration: none;
  padding-top: 20px;
  margin-bottom: 15px;
}
.product-tiles .tile .image {
  display: block;
  height: 180px;
  padding-bottom: 20px;
}
.product-tiles .tile .image img {
  max-height: 100%;
}
.product-tiles .tile .name {
  display: block;
  height: 4em;
  color: #666666;
  padding-left: 6px;
  padding-right: 6px;
}
.recipe-tiles {
  font-size: 0;
}
.recipe-tiles .tile {
  font-size: 12.16pt;
  font-weight: 600;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  border: solid 1px #999999;
  text-decoration: none;
  padding-top: 20px;
  margin-bottom: 15px;
}
.recipe-tiles .tile .image {
  display: block;
  height: 180px;
  padding-bottom: 20px;
}
.recipe-tiles .tile .image img {
  max-height: 100%;
}
.recipe-tiles .tile .name {
  display: block;
  height: 4em;
  color: #666666;
  padding-left: 6px;
  padding-right: 6px;
}
.recipe-tiles .tile {
  background-color: white;
}
.recipe-tiles .tile .image {
  margin: 10px 30px 20px 30px;
  height: auto;
}
.recipe-tiles .tile .img {
  display: block;
  background-size: cover;
  background-position: center center;
}
.recipe-tiles .tile .img:before {
  display: inline-block;
  content: '\00a0';
  font-size: 0;
  width: 0;
  padding-top: 50%;
  padding-bottom: 50%;
}
.history-section {
  display: table;
  width: 100%;
}
.history-section .row {
  display: table-row;
}
.history-section .row > * {
  display: table-cell;
  vertical-align: top;
}
.history-section .show {
  width: 48%;
  border: solid 1px #999999;
  text-align: center;
  vertical-align: middle;
}
.history-section .show img {
  max-height: 100%;
  max-width: 100%;
  padding: 20px 10px;
}
.history-section .spacer {
  width: 4%;
}
@media (max-width: 900px) {
  .history-section {
    display: block;
  }
  .history-section .row {
    display: block;
  }
  .history-section .row > * {
    display: block;
  }
  .history-section .show {
    width: 100%;
  }
  .history-section .spacer {
    width: 0;
  }
}
article header h1 {
  font-family: 'Squada One', cursive;
}
#pr-reviewdisplay,
#pr-reviewsnippet,
.write-review-button {
  display: none;
}
